div.part-catview {
    
}

div.part-catview .content-blog-category {
    margin-bottom:32px;
}

div.part-catview .content-blog-category:empty {
    display:none;
}

div.part-catview .clear {
    display:none;
}

div.part-catview .component-body {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

div.part-catview .content-blog-list {
    background-color:#ffffff;
    width:302px;
    margin-bottom:24px;
    flex-shrink: 0;
    flex-grow: 0;
    min-height:321px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transition: 0.3s;
    position:relative;
}

div.part-catview .content-blog-list:hover {
    box-shadow:0 0 0 rgba(0,0,0,0.2);
}

div.part-catview .content-blog-list a.img-wrap {
    display:block;
}

div.part-catview .content-blog-list .img-wrap {
    height:203px;
}

div.part-catview .content-blog-list .img-wrap img {
    width:100% !important;
    height:100% !important;
    object-fit:cover;
    object-position:center center;
}

div.part-catview .content-blog-list .img-wrap.noimage {
    background-repeat:no-repeat;
    background-image:url('../../../gfx/noimg.svg');
    background-size:cover;
    background-position:center center;
}

div.part-catview .content-blog-list .content-wrap {
    padding:40px 20px 20px 20px; 
}

div.part-catview .content-blog-list .content-wrap > h2 {
    font-size:18px;
    font-weight:bold;
    color: #000000;
    margin-bottom:20px;
}

div.part-catview .lead {
    max-height:78px;
    overflow:hidden;
    margin-bottom:20px;
    display:none;
}

div.part-catview .lead img,
div.part-catview .lead table,
div.part-catview .lead iframe, 
div.part-catview .lead video {
    display:none;
}

div.part-catview .lead * {
    margin:0;
    padding:0;
    font-size:inherit !important;
    font-weight:normal !important;
    text-transform:none;
}

div.portlet-content.box.part-catview div.component-body a.read-more {
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
    text-indent:-9999px;
    background:none;
    padding:0;
}

div.part-catview .pager-bottom {
    flex-basis:100%;
    padding-top:32px;
}

@media only screen and (min-width:2560px) {
    div.part-catview .content-blog-list {
        width:450px;
        margin-bottom:32px;
    }
    
    div.part-catview .content-blog-list .img-wrap {
        height:254px;
    }
    
    div.part-catview .content-blog-list .content-wrap > h2 {
        font-size:27px;
    } 
}

@media only screen and (min-width:994px) and (max-width:1323px) {
    div.part-catview .content-blog-list {
        width:468px;
    }
    
    div.part-catview .content-blog-list .img-wrap {
        height:264px;
    }
}

@media only screen and (min-width:640px) and (max-width:993px) {
    div.part-catview .content-blog-list {
        width:300px;
    }
    
    div.part-catview .content-blog-list .img-wrap {
        height:168px;
    }
}

@media only screen and (max-width:639px) {
    div.part-catview .component-body {
        display:block;
    }
    
    div.part-catview .content-blog-list {
        width:auto;
        margin-bottom:20px;
        min-height:0;
    }
    
    div.part-catview .content-blog-list .img-wrap {
        height:auto;
    }
    
    div.part-catview .content-blog-list .content-wrap {
        padding:0;
    }
    
    div.part-catview .content-blog-list .content-wrap > h2 {
        margin-bottom:0;
    }
    
    div.part-catview .content-blog-list .content-wrap > h2 a {
        display:block;
        padding:20px;
    }
}

/* 1st, 6th */

div.part-catview .content-blog-list:nth-of-type(2),
div.part-catview .content-blog-list:nth-of-type(12),
div.part-catview .content-blog-list:nth-of-type(14),
div.part-catview .content-blog-list:nth-of-type(24) {
    min-height:321px;
}

div.part-catview .content-blog-list:nth-of-type(2),
div.part-catview .content-blog-list:nth-of-type(12),
div.part-catview .content-blog-list:nth-of-type(14),
div.part-catview .content-blog-list:nth-of-type(24) {
    width:626px;
    position:relative;
}

div.part-catview .content-blog-list:nth-of-type(2) a.img-wrap,
div.part-catview .content-blog-list:nth-of-type(12) a.img-wrap,
div.part-catview .content-blog-list:nth-of-type(14) a.img-wrap,
div.part-catview .content-blog-list:nth-of-type(24) a.img-wrap {
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    width:100%;
    height:100%;
    margin-bottom:0;
    display:block;
}

div.part-catview .content-blog-list:nth-of-type(2) a.img-wrap img,
div.part-catview .content-blog-list:nth-of-type(12) a.img-wrap img,
div.part-catview .content-blog-list:nth-of-type(14) a.img-wrap img,
div.part-catview .content-blog-list:nth-of-type(24) a.img-wrap img {
    display:block;
}

div.part-catview .content-blog-list:nth-of-type(2) .content-wrap > h2,
div.part-catview .content-blog-list:nth-of-type(12) .content-wrap > h2,
div.part-catview .content-blog-list:nth-of-type(14) .content-wrap > h2,
div.part-catview .content-blog-list:nth-of-type(24) .content-wrap > h2 {
    pointer-events:none;
    position:absolute;
    z-index:2;
    bottom:0;
    left:0;
    width:100%;
    margin-bottom:0;
    padding-bottom:20px;
    padding-top:40px;
    padding-left:24px;
    padding-right:24px;
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );

}

div.part-catview .content-blog-list:nth-of-type(2) .content-wrap > h2 a,
div.part-catview .content-blog-list:nth-of-type(12) .content-wrap > h2 a,
div.part-catview .content-blog-list:nth-of-type(14) .content-wrap > h2 a,
div.part-catview .content-blog-list:nth-of-type(24) .content-wrap > h2 a {
    color:#ffffff;

}

@media only screen and (min-width:2560px) {
    div.part-catview .content-blog-list:nth-of-type(2),
    div.part-catview .content-blog-list:nth-of-type(12),
    div.part-catview .content-blog-list:nth-of-type(14),
    div.part-catview .content-blog-list:nth-of-type(24) {
        width: 932px;
    }
    
    div.part-catview .content-blog-list:nth-of-type(2) .content-wrap > h2,
    div.part-catview .content-blog-list:nth-of-type(12) .content-wrap > h2,
    div.part-catview .content-blog-list:nth-of-type(14) .content-wrap > h2,
    div.part-catview .content-blog-list:nth-of-type(24) .content-wrap > h2 {
        font-size:36px;
        line-height:1.4em;
    }
}

@media only screen and (min-width:994px) and (max-width:1323px) {
    div.part-catview .content-blog-list:nth-of-type(2),
    div.part-catview .content-blog-list:nth-of-type(12),
    div.part-catview .content-blog-list:nth-of-type(14),
    div.part-catview .content-blog-list:nth-of-type(24) {
        width: 100%;
        height: 540px;
    }
}

@media only screen and (min-width:640px) and (max-width:993px) {
    div.part-catview .content-blog-list:nth-of-type(2),
    div.part-catview .content-blog-list:nth-of-type(12),
    div.part-catview .content-blog-list:nth-of-type(14),
    div.part-catview .content-blog-list:nth-of-type(24) {
        width: 100%;
        height: 351px;
    }
}

@media only screen and (max-width:639px) {
    div.part-catview .content-blog-list:nth-of-type(2),
    div.part-catview .content-blog-list:nth-of-type(12),
    div.part-catview .content-blog-list:nth-of-type(14),
    div.part-catview .content-blog-list:nth-of-type(24) {
        width:auto;
        min-height:0;
    }
    
    div.part-catview .content-blog-list:nth-of-type(2) a.img-wrap,
    div.part-catview .content-blog-list:nth-of-type(12) a.img-wrap,
    div.part-catview .content-blog-list:nth-of-type(14) a.img-wrap,
    div.part-catview .content-blog-list:nth-of-type(24) a.img-wrap {
        position:relative;
    }
    
    div.part-catview .content-blog-list:nth-of-type(2) .content-wrap > h2,
    div.part-catview .content-blog-list:nth-of-type(12) .content-wrap > h2,
    div.part-catview .content-blog-list:nth-of-type(14) .content-wrap > h2,
    div.part-catview .content-blog-list:nth-of-type(24) .content-wrap > h2 {
        padding:0;
        position:static;
        background:none;
        font-size:18px;
    }
    
    div.part-catview .content-blog-list:nth-of-type(2) .content-wrap > h2 a,
    div.part-catview .content-blog-list:nth-of-type(12) .content-wrap > h2 a,
    div.part-catview .content-blog-list:nth-of-type(14) .content-wrap > h2 a,
    div.part-catview .content-blog-list:nth-of-type(24) .content-wrap > h2 a {
        color:var(--primary);
    }
}

@media only screen and (min-width:1324px) {
    
   

    
}

/* kep nelkul */

/*

div.part-catview.noimg {
    
}

div.part-catview.noimg .content-blog-list {
    
}

div.part-catview.noimg .content-blog-list a.img-wrap,
div.part-catview.noimg .content-blog-list img {
    display:none;
}

*/

/* tablazatos */

div.part-catview .cat-desc > *:nth-last-child(2) {
    margin-bottom:50px;
}

div.part-catview .cat-desc {
    flex-basis:100%;
}

div.part-catview .cat-search {
    flex-basis:100%;
    margin-bottom:32px;
}

div.part-catview .cat-search > h4 {
    font-size:24px;
    font-weight:bold;
    color:var(--secondary);
    margin-bottom:20px;
}

div.part-catview .cat-search form {
    max-width:624px;
    display:flex;
    justify-content:space-between;
    align-items: flex-end;
}

div.part-catview .cat-search form > * {
    width:calc(33.33% - 5px);
}

div.part-catview .cat-search form input[type=submit] {
    padding-top:11px;
    padding-bottom:11px;
    width:100%;
    text-align:center;
}

div.part-catview ul.tableview li span {
    font-size:14px;
    color:var(--grey);
    display:block;
}

div.part-catview .pagination {
    flex-basis:100%;
}

div.part-catview .pagination::after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

div.part-catview .pagination .limit {
    float:left;
    margin-right:32px;
}

@media only screen and (max-width:639px) {
    div.part-catview .cat-search form {
        display:block;
    }
    
    div.part-catview .cat-search form > * {
        margin-bottom:10px;
        width:auto;
    }
}