/* --- ARTICLE -- *\
1448
    ** OSNOVNI STIL
    * POST ATTRIBUTE
    * NEWSLETTER                                            - Listing newsletter-a
    * ARTICLE LISTING                                       - listing clanaka
    * LISTING OF A POSTS                                    - listing clanaka
    * POST ITEM - GRID VIEW                                 - Grid listing clanaka
    * ARTICLE GRID LISTING ONLY IMG                         - listing clanaka
    * ARTICLE SLIDER                                        - slider clanaka
    * EVENT DETAIL                                          - detalj event-a
    * ARTICLE DETAIL                                        - detalj artikla
    * GRID LIST                                             - grid listing clanaka
    * HORIZONTAL LIST GRID                                  - horizontalno listanje clanaka
    * ARTILE LIST ALTERNATELY                               - naizmenicno listanje clanaka
    * LANDING DOCUMENTATION                                 - strana za dokumentaciju
    * IMAGE TEXT GRID IN 12 ITEM                            - listing clanaka, jedna stavka u redu
    * ARTICLE PAGE STYLE                                    - stil sadržaja članka

    * STIL ZA LAYOUT-u
    * ARTICLE LISTING WITH COVER                            - article_listing_with_cover
    * CATEGOTY GRID TITLE                                   - categories_grid_title
    * ARTICLE GRID GALLERY                                  - article_details_colections
    * ARTICLE DETAIL COLECTIONS                             - article_details_colections

    ** STIL ZA BLOKOVE
    * FEATURED POST                                         - article/featured
    * ARTICLE HEADER                                        - article/article_details/article_header
    * ARTICLE EVENT LIST                                    - article/events_list
    * EVENT GRID LIST                                       - article/event_grid
    * ARTICLE EVENT SLIDER WITOUTH IMAGES                   - article/article_event_home_slider
    * ARTICLE EVENT SLIDER WITH IMAGES                      - article/article_event_home_slider_v2
    * CATEGORU SAME LEVEL                                   - category/category_same_level
    * ARTICLE LIST IN ONE COL V2                            - article/list_one_col_v2
    * ARTICLE INFO                                          - article/info i article/article_info_autor_contact
    * ARTICLE INFO WITH AUTOR CONTACT                       - article/article_info_autor_contact
    * ARTICLE SURVEY                                        - article/article_survey
    * ARTICLE/CATEGORI LIST ALTERNATELY SIMPLE              - article/list_alternately_simple i category/list_alternately_simple
    * CATEGORY COVER                                        - article/cover_image
    * CATEGORY MAIN IMG                                     - category/main_image
    * ARTICLE LIST ODD/EVEN                                 - article/list_odd_even
    * ATICLE AND CATEGORY LIST WITH ALTERNATELY IMAGE TEXT  - article/alternately_img_text i category/alternately_img_text
    * LANDING ITEM - IMAGE TEXT GRID                        - item/horizontal_image_text_grid6
    * ARTICLE GALLERY                                       - category/category_gallery i article/article_gallery
    * ARTICLE SLIDER WITH CUSTOPM PAGINATION                - article/article_slider_with_custopm_pagination
    * ARTICLE LIST GRID WITH ARROWS                         - article/list_grid_with_arrows
    * ARTICLE COVER WITH TWO IMAGE                          - article/cover_two_image
    * CATEGORY HOME SLIDER                                  - category/category_home_slider
    * ARTICLE LISTING FULL WIDTH                            - article/list_fullwidth
    * ARTICLE HOME TABS                                     - article/home_tabs
    * CATEGORY ALTERNALY OVERLAP                            - article/article_alternately_overlap i category/category_alternately_overlap
    * RADNJE PO GRADOVIMA                                   - article/list_categories_by_letter
    * CATEGORY "ABOUT US"                                   - article/article_list_about_us
    * ARTICLE LIST SLIDER IMG GALLERY                       - article/article_list_slider_img_gallery
    * ARTICLE LIST COLECTIONS                               - article/list_colections
    * SIDEBAR EVENT LIST                                    - article/sidebar_event_list
    * ARTICLE SLIDER WITOUTH LINKS                          - article/article_slider_witouth_links
    * ARTICLE GRID GALLERY SLIDER                           - article/grid_gallery_bycat
    * ACCORDIAN ITEMS WRAPPER                               - article/accordion_with_items i items/popup_items
    * ARTICLE ALTERNATELY LISTING GALLERY SLIDER            - article/article_alternately_listing_gallery_slider

    ** PRIMENE GRID LISTING PROIZVODA
    * ARTICLE GRID LISTING 2
    * ARTICLE GRID LISTING 3
    * ARTICLE GRID LISTING 4
    * ARTICLE GRID LISTING 5
    * ARTICLE GRID LISTING 6
    * ARTICLE GRID LISTING 8

\* --- Article -- */
.article {
    margin-bottom: 40px;
}

body.srch {
    height: 100vh;
    overflow: hidden;
}

/* post attribute */
.post-attribute,
.post-attribute a{
    background: #000;
    padding: 2px 5px;
    color: #fff;
}

.post-attribute.blue,
.post-attribute.blue a{
    background: #3973b5;
}

/* newsletter */
.post-item-listview .post-item-imagewrapper{
    margin-bottom: 0;
}
.post-item-listview .post-item-headline{
    padding-top: 30px;
}
.post-item-listview .post-item-date.text-right{
    padding-top: 30px;
    padding-right: 20px;
}

/* Article listing */
.article .item,
.article-autosuggest .item {
    margin-bottom: 20px;
}

.article .item .img-wrapper,
.article-autosuggest .item .img-wrapper{
    position: relative;
    margin-bottom: 0;
}

.article .item .img-wrapper img,
.article-autosuggest .item .img-wrapper img{
    max-width: 100%;
    margin: auto;
}

.article .item .content ,
.article-autosuggest .item .content {
    padding: 10px 10px 15px 10px;
    min-height: 125px;
    border-top: 1px solid rgba(0,0,0,0.1);
    position: relative;
    background: #ffffff;
}

.article .item .text-wrapper .the-date {
    background: #3973b5;
    position: absolute;
    font-weight: 300;
    font-style: italic; 
    top: -27px;
    right: 20px;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.25);
    box-shadow: 0 0 8px rgba(0,0,0,0.25);
    font-style: italic;
    padding-top: 12px;
    color: #ffffff;
    line-height: 16px;
}

.article .item .text-wrapper .category ,
.article-autosuggest .item .text-wrapper .category {
    font-style: italic;
    font-weight: 200;
    text-transform: uppercase;
    color: #888888;
    margin-bottom: 5px;
}

.article .item .text-wrapper .title,
.article-autosuggest .item .text-wrapper .title {
    font-size: 18px;
    height: 22px;
    overflow: hidden;
}

.article .item .text-wrapper .description ,
.article-autosuggest .item .text-wrapper .description {
    height: 54px;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    margin: 10px 0 5px;
}

.article .item .btn-wrapper,
.article-autosuggest .item .btn-wrapper {
    width: 100%;
}

.article .item .btn-wrapper .favorite {
    display: inline-block;
    line-height: 32px;
}

.article .item .btn-wrapper a.btn {
    color: #3973b5;
    float: right;
    font-size: 13px;
}

.article .item .btn-wrapper a.btn:hover,
.article .item .btn-wrapper a.btn:focus{
    color: #000;
}

.article .item .btn-wrapper a.btn i{
    font-size: 10px;
}/* Listing of a posts */
.post-listing{
    margin-bottom: 20px;
}

.post-listing h2{
    margin-bottom: 20px;
}

.post-listing h2:first-child{
    margin-top: 0;
}

.post-item-attribute{
    position: absolute;
    top: 0;
    left: 0;
}

.post-item-headline{
    font-weight: 300;
    font-size: 1.286rem;
    line-height: 18px;
    margin-bottom: 10px;
}

.post-item-text{
    line-height: 18px;
    margin-bottom: 10px;
}

.post-listing-simple .post-item{
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0;
    margin-bottom: 0;
}

.post-listing-simple .post-item-headline{
    font-size: 1rem;
    font-weight: 400;
}

.post-listing-simple .post-item-date{
    margin-top: 10px;
}

/* Post item - grid view */
.post-item-gridview .post-item-headline{
    margin-bottom: 7px;
}

.post-item-gridview .post-item-attribute{
    position: relative;
    float: left;
    margin-bottom: 7px;
}

.post-item-listalternately {
    position:relative;
    margin-bottom:0;
    padding:40px 0 0;
    box-shadow:0 0 0 0 #fff;
    background:#ffffff;
}

.post-item-listalternately:before {
    content:"";
    position:absolute;
    top:0;
    left:50%;
    height:100%;
    width:2px;
    background:#fff;
}

.post-item-listalternately.odd-item:before {
    background:#eee;
}

.post-item-listalternately.odd-item,
.background.background-alt .post-item-listalternately.odd-item {
    background:#eee;
}

.background.background-alt .post-item-listalternately {
    background:#eee;
    box-shadow:0 0 0 0 #fff;
}

/* Article listing with custom repeat preview */
.article .custom-preview .item .content {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 33%;
}

/* article slider */
.article.article-slider{
    padding: 0 30px;
}

.article.article-slider .slider-init{
    margin-bottom: 5px;
}

.article.article-slider .social-share .items-wrapper .item {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.article.article-slider .item:hover {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.article.article-slider .item .text-wrapper .the-date .year{
    display: none;
}

/* event detail */
.event-detail .article-wrapper {
    padding: 30px 0;
    margin-bottom: 30px;
}

/* Article detail */
.article-detail .article-header .header-info .the-date{
    display: inline-block;
    margin-right: 5px;
    line-height: 19px;
}

.article-detail .article-wrapper{
    padding: 10px 20px 10px 0;
    background: #ffffff;
}

.article-detail .article-wrapper .heading-wrapper{
    margin: 20px 0;
}

.article-detail .article-wrapper .title h1{
    font-weight: 300;
    margin-bottom: 0;
}

.article-detail .article-wrapper .text-wrapper {
    margin: 0 0 20px;
}

.article-detail .article-wrapper .img-wrapper {
    margin: 0 0 20px;
}

.article-detail .article-wrapper .text-wrapper > img,
.article-detail .article-wrapper .text-wrapper p img{
    margin: 0 20px 20px 0;
    max-width: 100%;
    height: auto;
}

.sidebar-article .similar-article-slider {
    margin-bottom: 20px;
}

/*grid list*/
.article-list-grid {
    margin-top: 30px;
}

.article-list-grid div:not(.category-submenu) .item,
.article-autosuggest .item{
    background:#ffffff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.25);
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.article-list-grid div:not(.category-submenu) .item:hover,
.article-autosuggest .item:hover{
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.article-list-grid .item .text-wrapper .year{
    display: none;
}

.article-list-grid .item .btn-wrapper a{
    float: right;
}

/* Artile list alternately*/
.post-item-listalternately .post-item-imagewrapper .thumb {
    text-align:center;
    max-width: 100%;
    margin:0 auto;
}

.post-item-listalternately .post-item-imagewrapper .thumb img {
    width:auto;
}

.post-item-listalternately .item-wrapper {
    border-top:0 solid #fff;
    padding:0;
}

.post-item-listalternately.odd-item .item-wrapper {
    padding: 0;
}

.post-item-listalternately .item-wrapper .btn{
    margin-top: 10px;
}

.post-item-listalternately .item-wrapper .the-date > div{
    display: inline-block;
}

.post-item-listalternately .item-wrapper .the-date{
    margin-bottom: 10px;
}

.post-item-listalternately .right-position {
    float: right;
}

.post-item-listalternately .img-wrapper .thumb {
    text-align: center;
}

.post-item-listalternately .post-counter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.post-item-listalternately .post-item-headline {
    font-weight: 400;
}

.background.background-alt .post-item.post-item-listalternately:hover {
    box-shadow: 0 0 0 rgba(0,0,0,0.5);
}

.list-alternately-items {
    padding:0;
    margin-bottom:0;
    border:0 solid #fff;
    border-bottom:1px solid #eee;
}

/* Landing documentation */
.article-landing.documentation-landing {
    max-width: 1000px;
}

/* image text grid in 12 item */
.image-text-grid12{
    background: #f5f5f5;
    position: relative;
    font-size: 21px;
    line-height: 26px;
}

.image-text-grid12.left-side:after{
    content: '';
    height: 100%;
    width: calc(50vw - 50%);
    background: #f5f5f5;
    position: absolute;
    left: calc(-50vw + 50% + 10px);
    top: 0;
}

.image-text-grid12.right-side{
    background: #3e7ab6;
    color: #ffffff;
}

.image-text-grid12.right-side:after{
    content: '';
    height: 100%;
    width: calc(50vw - 50%);
    background: #3e7ab6;
    position: absolute;
    right: calc(-50vw + 50% + 10px);
    top: 0;
}

.image-text-grid12.right-side .img-wrapper {
    float: right;
}

.image-text-grid12.right-side .text-wrapper .btn-wrapper .btn-success {
    background: transparent;
    border: 2px solid #ffffff;
    line-height: 52px;
    padding: 0 50px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
}

.image-text-grid12 .text-wrapper {
    padding: 50px;
}

.image-text-grid12 .text-wrapper .title {
    display: none;
}

.image-text-grid12 .img-wrapper {
    margin: -30px 0 30px;
}

/* Article page style */
.article-content .text-wrapper .page-box-wrapper,
.article-content .text-wrapper .page-img-box-wrapper {
    position: static !important;
    padding: 35px;
    display: block;
    background: #d8e3f1;
    font-weight: 400;
    text-align: center;
    color: #373737;
    font-style: italic;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 20px;
    width: 100%;
}

.article-content .text-wrapper .page-img-box-wrapper {
    padding: 0 0 10px;
}

.article-content .text-wrapper .page-img-box-wrapper img{
    margin-bottom: 10px;
    width: 100%;
}

.article-content .text-wrapper .page-box-wrapper.pull-right,
.article-content .text-wrapper .page-img-box-wrapper.pull-right {
    margin: 0 0 20px 20px;
    max-width: 50%;
    padding-bottom: 40px;
}

.article-content .text-wrapper .page-img-box-wrapper.pull-left,
.article-content .text-wrapper .page-box-wrapper.pull-left {
    margin: 0 20px 20px 0;
    max-width: 50%;
    padding-bottom: 40px;
}

/** STIL ZA LAZOUTE */
/* Article listing with cover */
.article-listing-with-cover {
    display: flex;
    margin-top: -32px;
}

.article-listing-with-cover .left-content{
    overflow: hidden;
    padding-left: 0;
}

.article-listing-with-cover .left-content .btn-back{
    left: 10px;
    background: #ffffff;
    color: #000000;
    padding: 15px;
    line-height: 15px;
    text-align: center;
    z-index: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.article-listing-with-cover .category-cover-image .img-wrapper img {
    top: 0;
    left: 0;
    max-width: inherit;
    min-height: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

/* Categoty grid title*/
.grid-title-wrapper .items-wrapper {
    padding: 20px 0;
}

.grid-title-wrapper .item {
    padding: 10px;
}

.grid-title-wrapper .item .text-wrapper a {
    display: block;
    border: 1px solid #3973b5;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

/* Article grid gallery */
.collection-gallery-wrapper .gallery-images-item {
    text-align: center;
}

.collection-gallery-wrapper .gallery-images-item:after {
    content: none;
}

.collection-gallery-wrapper .gallery-images-item img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: none;
}

.collection-gallery-wrapper .gallery-images-item img:hover {
    opacity: 0.5;
}

/* Article detail colections */
.article-detail-colections .item.simple-item .text-wrapper,
.article-detail-colections .item.simple-item:hover .text-wrapper {
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: transparent;
    width: 100%;
    opacity: 1;
}

/* article/category list alternately simple  */
.article-list-alternately-simple .img-wrapper img {
    margin-top: -80px;
}

.post-counter {
    width: 42px;
    height: 42px;
    background: #3973b5;
    text-align: center;
    color: #fff;
    font-size:1.2rem;
    line-height: 42px;
    border-radius: 50%;
}

/* Category cover */
.page-cover-image,
.category-cover-image {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.page-cover-image .heading-wrapper,
.category-cover-image .heading-wrapper {
    text-align: center;
    margin-bottom: 40px;
    color: #ffffff;
}


.page-cover-image .heading-wrapper h1,
.category-cover-image .heading-wrapper h1{
    color: #ffffff;
}

.page-cover-image .img-wrapper img,
.category-cover-image .img-wrapper img {
    position: absolute;
    z-index: -1;
    max-width: inherit;
    top: -32px;
    left: 50%;
    width: inherit;
    height: inherit;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 100%;
    min-height: 100%;
}

/* Category cover with left title */
.page-cover-image.page-cover-image-title-left .heading-wrapper,
.category-cover-image.category-cover-image-title-left .heading-wrapper {
    margin: 0;
    padding: 50px 0;
    text-align: left;
}

.page-cover-image.page-cover-image-title-left .heading-wrapper .title h1,
.category-cover-image.category-cover-image-title-left .heading-wrapper .title h1 {
    font-size: 72px;
    line-height: 60px;
    margin: 0;
    padding: 20px 0;
}

.page-cover-image.page-cover-image-title-left .heading-wrapper .description,
.category-cover-image.category-cover-image-title-left .heading-wrapper .description {
    display: none;
}

.page-cover-image.page-cover-image-title-left .img-wrapper img,
.category-cover-image.category-cover-image-title-left .img-wrapper img {
    top: 0;
}

/* Category cover with top-left title */
.page-cover-image.page-cover-image-title-topleft .heading-wrapper,
.category-cover-image.category-cover-image-title-topleft .heading-wrapper {
    position: absolute;
    top: 0;
    left: 0;
}

.page-cover-image.page-cover-image-title-topleft .heading-wrapper .title h1,
.category-cover-image.category-cover-image-title-topleft .heading-wrapper .title h1 {
    font-size: 72px;
    line-height: 90px;
    padding-top: 50px;
    text-align: left;
}

.page-cover-image.page-cover-image-title-topleft .heading-wrapper .description,
.page-cover-image.page-cover-image-title-topleft .heading-wrapper .description p,
.category-cover-image.category-cover-image-title-topleft .heading-wrapper .description,
.category-cover-image.category-cover-image-title-topleft .heading-wrapper .description p {
    font-size: 24px;
    margin: 0;
    max-width: 460px;
    text-align: left;
}

.page-cover-image.page-cover-image-title-topleft .img-wrapper img,
.category-cover-image.category-cover-image-title-topleft .img-wrapper img {
    position: relative;
    left: 50%;
    top: 0;
    width: 100%;
}

.article-detail .tags{
    text-align: right;
}

.article-detail .tags .item{
    border: 1px solid #33a7f2;
    line-height: 22px;
    display: inline-block;
    padding: 0 15px;
    margin: 6px 0 6px 10px;
    color: #33a7f2;
    font-size: 14px;
}

/*Article home tabs */
.article.lists-tabs{
    margin-bottom: 20px;
}

.article.lists-tabs .tab-content .gallery-images-item{
    margin-bottom: 0px;
}

.article.lists-tabs .items-wrapper{
    text-align: center;
}

.article.lists-tabs ul.items-wrapper .item{
    border-bottom: 0 solid transparent;
    margin-bottom: 0;
}

.article.lists-tabs ul.items-wrapper,
.article.lists-tabs ul.items-wrapper .item.active {
    border-bottom: 0 solid transparent;
}

.article.lists-tabs .tab-content{
    padding: 10px;
}

/* Article grid gallery slider */
.article-grid-gallery-slider {
    margin-bottom: 40px;
}

.article-grid-gallery-slider.slider .slick-dots {
    bottom: -40px;
}

.article-grid-gallery-slider .item {
    height: 0;
    background: #ffffff;
    border-bottom: 10px solid #ffffff;
    padding-bottom: calc(100% - 10px);
}

.article-grid-gallery-slider .item.item-one,
.article-grid-gallery-slider .item.item-eight {
    padding-bottom: 50%;
}

.article-grid-gallery-slider .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 100%;
    position: absolute;
}

.article-grid-gallery-slider-v2 .item.item-two,
.article-grid-gallery-slider-v2 .item.item-three{
    padding-bottom: calc(50% - 20px);
}
/* Article grid gallery slider V3 */
.article-grid-gallery-slider.article-grid-gallery-slider-v3 {
    width: 100%;
}

.article-grid-gallery-slider.article-grid-gallery-slider-v3 .item.item-one,
.article-grid-gallery-slider.article-grid-gallery-slider-v3 .item.item-five {
    padding-bottom: calc((200% / 3) - 10px);
}

.article-grid-gallery-slider.article-grid-gallery-slider-v3 .item.item-two,
.article-grid-gallery-slider.article-grid-gallery-slider-v3 .item.item-three,
.article-grid-gallery-slider.article-grid-gallery-slider-v3 .item.item-six,
.article-grid-gallery-slider.article-grid-gallery-slider-v3 .item.item-seven,
.article-grid-gallery-slider.article-grid-gallery-slider-v3 .item.item-four,
.article-grid-gallery-slider.article-grid-gallery-slider-v3 .item.item-eight {
    padding-bottom: calc(50% - 10px);
}

.article-grid-gallery-slider.article-grid-gallery-slider-v3 .item.video-item:after {
    content: "\f04b";
    font-family: 'FontAwesome';
    width: 100px;
    height: 100px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    line-height: 100px;
    text-align: center;
    font-size: 40px;
    padding-left: 2%;
    pointer-events: none;
}

    /** STIL ZA PRIMENE */
/* Article grid listing 2 */
.article-grid-listing-2.article-list-grid .heading-wrapper .title{
    text-align: center;
}

.article-grid-listing-2.article-list-grid div:not(.category-submenu) .item{
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.article-grid-listing-2.article-list-grid div:not(.category-submenu) .item:hover{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.article-grid-listing-2.article .item:hover .img-wrapper{
    position: relative;
}

.article-grid-listing-2.article .item:hover .img-wrapper:after{
    background: rgba(0,0,0,0.35);
}

.article-grid-listing-2.article .item .img-wrapper:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0);
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}

.article-grid-listing-2.article .item .text-wrapper .the-date{
    background: #3973b5;
    display: none;
}

.article-grid-listing-2.article .item .content{
    position: relative;
    width: calc(100% - 60px);
    left: 30px;
    bottom: 30px;
    padding: 30px;
}

.article-grid-listing-2.article .item .text-wrapper .category{
    font-size: 13px;
    font-style: normal;
    text-align: center;
    color: #3973b5;
}

.article-grid-listing-2.article .items-wrapper .item .text-wrapper .title{
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    height: 45px;
    overflow: hidden;
}

.article-grid-listing-2.article .items-wrapper .item .text-wrapper .description{
    color: #818181;
    height: 72px;
    min-height: 72px;
    overflow: hidden;
    text-align: center;
}

.article-grid-listing-2.article.similar-article-slider .slick-slide{
    padding: 0 20px;
}

.article-grid-listing-2.article .item .btn-wrapper .favorite{
    display: none;
}

.article-grid-listing-2.article .item .btn-wrapper {
    text-align: center;
}

.article-grid-listing-2.article .item .btn-wrapper a{
    padding: 15px 30px;
    border:1px solid #dbdbdb;
    color: #000000;
    text-transform: uppercase;
}

.article-grid-listing-2.article .item .btn-wrapper a:hover{
    color: #ffffff;
    background: #000000;
}

.article-grid-listing-2.article-list-grid .item .btn-wrapper a{
    float: none;
    display: inline-block;
}

.article-grid-listing-2.article .item .btn-wrapper a i{
    display: none;
}

.article-grid-listing-2.article .item .btn-wrapper a.btn{
    float: none;
}

.article-grid-listing-2.article.slider .item .btn-wrapper{
    border:none;
}

/* Article grid listing 3 */
.article-grid-listing-3.article div:not(.category-submenu) .item,
.article-grid-listing-3.article-autosuggest .item {
    background: transparent;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.article-grid-listing-3.article div:not(.category-submenu) .item .content,
.article-grid-listing-3.article-autosuggest .item .content {
    width: calc(100% - 40px);
    margin: -60px 20px 0;
    padding: 30px 20px;
    position: static;
}

.article-grid-listing-3.article .item .img-wrapper img,
.article-grid-listing-3.article-autosuggest .item .img-wrapper img {
    z-index: -1;
    position: relative;
}

.article-grid-listing-3.article .item .text-wrapper .the-date {
    border-radius: 0;
    top: 20px;
    left: 30px;
    right: auto;
    line-height: 30px;
    padding: 0 30px;
    height: auto;
    width: auto;
}

.article-grid-listing-3.article .item .text-wrapper .the-date .day,
.article-grid-listing-3.article .item .text-wrapper .the-date .month {
    display: inline-block;
}

.article-grid-listing-3.article .item .text-wrapper .category,
.article-grid-listing-3.article-autosuggest .item .text-wrapper .category {
    position: relative;
    z-index: 2;
    font-style: normal;
    font-size: 13px;
    line-height: 24px;
}

.article-grid-listing-3.article div:not(.category-submenu) .item .text-wrapper .title,
.article-grid-listing-3.article-autosuggest .item .text-wrapper .title {
    position: relative;
    height: 32px;
}

.article-grid-listing-3.article div:not(.category-submenu) .item .text-wrapper .title a,
.article-grid-listing-3.article-autosuggest .item .text-wrapper .title a {
    overflow: hidden;
    height: 22px;
    display: block;
}

.article-grid-listing-3.article div:not(.category-submenu) .item .text-wrapper .title:after,
.article-grid-listing-3.article-autosuggest .item .text-wrapper .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 40px;
    height: 1px;
    display: block;
    left: 0;
    background: #d9d9d9;
}

.article-grid-listing-3.article .item .btn-wrapper a i,
.article-grid-listing-3.article-grid-listing-3.article .item .btn-wrapper .favorite {
    display: none;
}

.article-grid-listing-3.article .item .btn-wrapper a {
    float: none;
    padding: 0;
}

.article-grid-listing-3.article .item .btn-wrapper a:active {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

/* Article grid listing 4 */
.article-grid-listing-4.article .item .btn-wrapper,
.article-grid-listing-4.article .item .text-wrapper .title,
.article-grid-listing-4.article .item .text-wrapper .the-date {
    display: none;
}

.article-grid-listing-4.article .item .text-wrapper .category {
    position: absolute;
    top: -63px;
    padding: 10px 20px;
    left: -10px;
    background: #000000;
    color: #ffffff;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    margin: 0;
}

.article-grid-listing-4.article .item .text-wrapper .description {
    font-size: 18px;
    line-height: 22px;
    height: 54px;
    overflow: hidden;
    color: #000000;
    margin: 0 0 10px;
    position: relative;
}

.article-grid-listing-4.article .item .text-wrapper .description:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #ffffff;
    z-index: 1;
}

.article-grid-listing-4.article .item .text-wrapper .description:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 1px;
    background: #000000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
}

.article-grid-listing-4.article .item:hover .text-wrapper .description:after {
    width: 90px;
}

.article-grid-listing-4.article .item .content {
    min-height: 100px;
}

/* Article grid listing 5 */
.article.article-slider.article-grid-listing-5 .heading-wrapper.heading-wrapper-bordered .title{
    position: absolute;
    right: 25%;
    top: 5px;
    font-weight: 700;
    color: #000000;
}

.article.article-slider.article-grid-listing-5 .item{
    display: flex;
}

.article.article-slider.article-grid-listing-5 .img-wrapper{
    display: inline-block;
    width: 100%;
    margin-right: -15%;
}

.article.article-slider.article-grid-listing-5 .img-wrapper img{
    margin: 0;
}

.article.article-slider.article-grid-listing-5 .content{
    display: inline-block;
    align-self: flex-end;
    padding: 40px;
    background: #eeeeee;
    border-top: 0;
    min-width: 626px;
}

.article.article-slider.article-grid-listing-5 .slider-navigation-absolute{
    width: 80px;
    left: auto;
    right: 0;
    top: 1px;
    transform: translateY(0%);
}

.article.article-slider.article-grid-listing-5 .slider-navigation-absolute:before{
    content: '';
    height: 36px;
    width: 1px;
    background: #424242;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}

.article.article-slider.article-grid-listing-5 .item .text-wrapper .the-date{
    display: none;
}

.article.article-slider.article-grid-listing-5 .item .text-wrapper .category{
    display: none;
}

.article.article-slider.article-grid-listing-5 .text-wrapper .title{
    font-size: 36px;
    height: 80px;
    overflow: hidden;
    line-height: 40px;
    color: #4b4b4b;
}

.article.article-slider.article-grid-listing-5 .item .text-wrapper .title a{
    color: #4b4b4b;
}

.article.article-slider.article-grid-listing-5 .text-wrapper .description{
    height: 100px;
    padding: 30px 0;
}

.article .item .btn-wrapper .favorite{
    display: none;
}

/* Article grid listing 6 */
.article-grid-listing-6.article div:not(.category-submenu) .item,
.article-grid-listing-6.article-autosuggest .item {
    background: transparent;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.article-grid-listing-6.article div:not(.category-submenu) .item .content,
.article-grid-listing-6.article-autosuggest .item .content {
    padding: 15px;
    position: static;
    border: 1px solid rgba(0,0,0,0.1);
    text-align: center;
}

.article-grid-listing-6.article .item .img-wrapper img,
.article-grid-listing-6.article-autosuggest .item .img-wrapper img {
    z-index: -1;
    position: relative;
}

.article-grid-listing-6.article .item .text-wrapper .the-date {
    border-radius: 0;
    top: 20px;
    left: 20px;
    right: auto;
    line-height: 25px;
    padding: 0;
    height: 25px;
    width: 75px;
    font-size: 12px;
}

.article-grid-listing-6.article .item .text-wrapper .the-date .day,
.article-grid-listing-6.article .item .text-wrapper .the-date .month {
    display: inline-block;
}

.article-grid-listing-6.article .item .text-wrapper .category,
.article-grid-listing-6.article-autosuggest .item .text-wrapper .category {
    position: relative;
    z-index: 2;
    font-style: normal;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 15px;
}

.article-grid-listing-6.article .item .text-wrapper .category:after,
.article-grid-listing-6.article-autosuggest .item .text-wrapper .category:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #d9d9d9;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    display: block;
    position: absolute;
}

.article-grid-listing-6.article div:not(.category-submenu) .item .text-wrapper .title,
.article-grid-listing-6.article-autosuggest .item .text-wrapper .title {
    position: relative;
    height: 40px;
    overflow: hidden;
}

.article-grid-listing-6.article div:not(.category-submenu) .item .text-wrapper .title a,
.article-grid-listing-6.article-autosuggest .item .text-wrapper .title a {
    overflow: hidden;
    height: 20px;
    display: block;
    font-size: 17px;
    text-transform: uppercase;
}

.article-grid-listing-6.article .item .btn-wrapper a i,
.article-grid-listing-6.article-grid-listing-3.article .item .btn-wrapper .favorite {
    display: none;
}

.article-grid-listing-6.article .item .text-wrapper .description {
    font-size: 15px;
    line-height: 18px;
    height: 36px;
    margin-bottom: 30px;
}

.article-grid-listing-6.article .item .btn-wrapper a {
    float: none;
    padding: 0;
}

.article-grid-listing-6.article .item .btn-wrapper a.btn:hover,
.article-grid-listing-6.article .item .btn-wrapper a.btn:focus {
    text-decoration: underline;
}

.article-grid-listing-6.article .item .btn-wrapper a:active {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}


/* Article grid listing 8 */
.article-grid-listing-8.article div:not(.category-submenu) .item,
.article-grid-listing-8.article-autosuggest .item {
    background: transparent;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.article-grid-listing-8.article div:not(.category-submenu) .item .content,
.article-grid-listing-8.article-autosuggest .item .content {
    padding: 10px 0;
    position: static;
    text-align: left;
}

.article-grid-listing-8.article .item .img-wrapper img,
.article-grid-listing-8.article-autosuggest .item .img-wrapper img {
    z-index: -1;
    position: relative;
}

.article-grid-listing-8.article .item .text-wrapper .the-date {
    border-radius: 0;
    top: 20px;
    left: 20px;
    right: auto;
    line-height: 25px;
    padding: 0;
    height: 25px;
    width: 75px;
    font-size: 12px;
}

.article-grid-listing-8.article .item .text-wrapper .the-date .day,
.article-grid-listing-8.article .item .text-wrapper .the-date .month {
    display: inline-block;
}

.article-grid-listing-8.article .item .text-wrapper .category,
.article-grid-listing-8.article-autosuggest .item .text-wrapper .category {
    position: relative;
    z-index: 2;
    font-style: normal;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 5px;
}


.article-grid-listing-8.article div:not(.category-submenu) .item .text-wrapper .title,
.article-grid-listing-8.article-autosuggest .item .text-wrapper .title {
    position: relative;
    height: 50px;
    overflow: hidden;
}

.article-grid-listing-8.article div:not(.category-submenu) .item .text-wrapper .title a,
.article-grid-listing-8.article-autosuggest .item .text-wrapper .title a {
    overflow: hidden;
    height: 40px;
    display: block;
    font-size: 17px;
}

.article-grid-listing-8.article .item .btn-wrapper a i,
.article-grid-listing-8.article-grid-listing-3.article .item .btn-wrapper .favorite {
    display: none;
}

.article-grid-listing-8.article .item .text-wrapper .description {
    font-size: 15px;
    line-height: 18px;
    height: 56px;
    margin-bottom: 30px;
}

.article-grid-listing-8.article .item .btn-wrapper a {
    float: none;
    padding: 0;
}

.article-grid-listing-8.article .item .btn-wrapper a.btn:hover,
.article-grid-listing-8.article .item .btn-wrapper a.btn:focus {
    text-decoration: underline;
}

.article-grid-listing-8.article .item .btn-wrapper a:active {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

