@media only screen and (min-width: 991px) {
    .impresum {
        padding-left: 230px;
    }
}

/*slike, dve male levo, velika desno*/
.news-article__img_small {
    float: left;
    height: 99px !important;
    width: 172px !important;
    object-fit: cover;
    padding: 0;
}

.news-article__img_big {
    height: 243px !important;
    width: 450px !important;
    object-fit: cover;
    padding: 0;
}

/* ./slike, dve male levo, velika desno */

/*Linkovi*/
.widget3-link {
    text-decoration: none;
    color: inherit;
}

.widget3-link :hover {
    text-decoration: none;
    color: inherit;
}

.widget4-link {
    text-decoration: none;
    color: inherit;
}

.widget4-link :hover {
    text-decoration: none;
    color: white !important;
}

.widget4-link-pic {
    text-decoration: none;
    color: inherit;
}

.widget4-link-pic :hover {
    text-decoration: none;
    color: inherit;
}

/* ./Linkovi*/

.news-article-layout-2 .news-article3__img {
    float: left;
    height: 100% !important;
    width: 50% !important;
    object-fit: cover !important;
    padding: 0;
}

/*
@media screen and (max-width: 39.9375em) {
    .news-article-layout-2 .news-article3__img {
        float: left;
        height: 120%;
        width: 50%;
        object-fit: cover;
        padding: 0;
    }
}*/

.related-article__img {
    height: 150px;
    width: 205px;
    object-fit: cover;
}

.news-article__author {
    z-index: 2;
    position: relative;
}

/*.news-article__link {
    position: absolute;
    width: inherit;
    height: inherit;
    top:0;
    left:0;

    z-index: 1;
}*/

.search-result-item-1__img {
    float: left;
    height: 228px;
    width: 35%;
    object-fit: cover;
    padding: 0;
}

@media screen and (max-width: 39.9375em) {
    .search-result-item-1__img {
        width: 40%;
    }
}

.most-popular__img {
    height: 234px;
    width: 311px;
    object-fit: cover;
}

.most-popular-post__img {
    height: 158px;
    width: 212px;
    object-fit: cover;
}

.entrefilet-image__img {
    width: 130px;
    height: 100%;
    object-fit: cover;
}

.gloss-image {
    float: left;
    padding: 0px !important;
    margin: 1rem 1.625rem 1rem -6.0625rem;
    height: 270px;
    width: 40%;
    font-size: 1.125rem;
    line-height: 1.75rem;
    background-color: #9d5bbb;
    color: #fff;
    clear: both
}

.gloss-image__img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.gloss-m {
    float: left;
    padding: 1.5rem;
    margin: 1rem 1.625rem 1rem -6.0625rem;
    height: 190px;
    width: 40%;
    font-size: 1.125rem;
    line-height: 1.75rem;
    background-color: #9d5bbb;
    color: #fff;
    clear: both
}

@media screen and (max-width: 63.9375em) {
    .gloss-m {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media screen and (max-width: 39.9375em) {
    .gloss-m {
        float: none;
        margin: 1rem 0;
        width: 100%
    }
}

.gloss-m > p:last-child {
    margin: 0
}

.figure {
    height: 200px;
    width: 200px;
    object-fit: cover;
}

@media screen and (max-width: 39.9375em) {
    .article-main-image {
        width: 100%;
        height: 299px !important;
        object-fit: cover;
    }
}

.article-main-image {
    width: 100%;
    height: 673px;
    object-fit: cover;
}

.post-meta__author-img {
    width: 3.75rem;
    height: 3.75rem;
    object-fit: cover;

    border-radius: 50%;
    display: block;
    margin-bottom: 0.75rem
}

@media screen and (max-width: 39.9375em) {
    .post-meta__author-img {
        float: left;
        margin: 0
    }
}

.post-author__img {
    float: left;
    width: 15%;
    height: 15%;
    object-fit: cover;
}

@media screen and (max-width: 39.9375em) {
    .post-author__img {
        width: 25%;
        height: 25%;
        object-fit: cover;
    }
}

.top {
    object-fit: cover;
    height: 202px;
    width: 100%;
}

.bottom {
    object-fit: cover;
    height: 157px;
    width: 100%;
}

.middle {
    object-fit: cover;
    height: 580px;
    width: 100%;
}

/* article-list page*/
.listing-bigger {
    object-fit: cover;
    height: 120px;
    width: 224px;
}

.listing-smaller {
    object-fit: cover;
    height: 99px;
    width: 172px;
}

/* ./article-list page*/

/*Pagination*/

.pagination {
    padding-left: 100px;
    margin-left: 0;
    margin-bottom: 1rem;
    text-align: center !important;
}

.pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.pagination::after {
    clear: both
}

.pagination li {
    margin-right: .0625rem;
    border-radius: 0;
    font-size: 1.5rem;
    display: none
}

.pagination li:last-child, .pagination li:first-child {
    display: inline-block
}

@media print, screen and (min-width: 40em) {
    .pagination li {
        display: inline-block
    }
}

.pagination a, .pagination button {
    display: block;
    padding: .1875rem 1rem;
    border-radius: 0;
    color: #e680a0
}

.pagination a:hover, .pagination button:hover {
    background: rgba(187, 187, 187, 0)
}

.pagination .current {
    padding: .1875rem 1rem;
    background: #313140;
    color: #fff;
    cursor: default
}

.pagination .disabled {
    padding: .1875rem 1rem;
    color: #bbb;
    cursor: not-allowed
}

.pagination .disabled:hover {
    background: transparent
}

.pagination .ellipsis::after {
    padding: .1875rem 1rem;
    content: '\2026';
    color: #e680a0
}

.pagination-previous a::before, .pagination-previous.disabled::before {
    display: inline-block;
    margin-right: 0.5rem;
    content: '\00ab'
}

.pagination-next a::after, .pagination-next.disabled::after {
    display: inline-block;
    margin-left: 0.5rem;
    content: '\00bb'
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #313140;
    border-color: #313140;
}

/*

.pagination > li > a, .pagination > li > span{
    color: #d7396d;
}*/

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: none;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 0;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #dcdcdc;
}

/* start - link corrections(prog2) */
.link-white {
    color: white;
}

.link-white:hover {
    color: white;
}

.link-gray {
    color: #67555E;
}

/* end - link corrections(prog2) */

.top-bar-left {
    max-width: 1100px !important;
}

.menu, .menu-horizontal {
    flex-wrap: wrap !important;
}

/*Redizajn*/

/*Index stranica*/
.news-article__img-index-bottom {
    width: 100%;
    height: 209px;
    object-fit: cover;
}

.index-gallery-small {
    width: 100%;
    height: 120px !important;
    object-fit: cover;
}

.orbit-image {
    width: 100%;
    height: 389px !important;
    object-fit: cover;
}

.news-article__img-main-index {
    width: 688px;
    height: 387px !important;
    object-fit: cover;
}

.news-article__img-similar-post {
    width: 100%;
    height: 117px !important;
    object-fit: cover;
}

.news-article__img-newest-up {
    width: 100%;
    height: 118px !important;
    object-fit: cover;
}

.news-article__img-manual-small {
    width: 100%;
    height: 121px !important;
    object-fit: cover;
}

.news-article__img-manual-big {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}

/* end Index stranica */

/* search listing page*/
.news-article__img-search-listing {
    width: 100%;
    height: 220px !important;
    object-fit: cover;
}

#banner_img {
    width: 427px !important;
    height: 240px !important;
    object-fit: cover;
}

/* end search listing page*/

/* gallery-listing*/
.gallery-listing-small {
    width: 100%;
    height: 164px !important;
    object-fit: cover;
}

.gallery-listing-big {
    width: 100%;
    height: 523px !important;
    object-fit: cover;
}

.gallery-listing-smaller {
    width: 100%;
    height: 128px !important;
    object-fit: cover;
}

.gallery-listing-bigger {
    width: 100%;
    height: 415px !important;
    object-fit: cover;
}

/* end gallery-listing*/

.small-slide {
    width: 100%;
    height: 66px !important;
    object-fit: cover;
}

.small-slide-index{
    width: 100%;
    height: 119px !important;
    object-fit: cover;
}

.gallery-listing-big-index{
    width: 100%;
    height: 388px !important;
    object-fit: cover;
}

.gallery-listing-big-video {
    width: 100%;
    height: 450px !important;
    object-fit: cover;
}

.gallery-listing-big-main{
    width: 100%;
    height: 387px !important;
    object-fit: cover;
}

#orbit-als-slider .als-item img {
    width: 120px !important;
    height: 67px !important;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
}

/* gloss */
/*.gloss-adjusted-div {
    margin-left: 1px !important;
    width: 680px !important;
    height: 325px !important;
    object-fit: cover;
}

.gloss-adjusted {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
}

.gloss-adjusted-text {
    width: 100%;
    height: 75px !important;
    object-fit: cover;
}*/



/* ./ end gloss */