/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017.04.27., 8:28:55
    Author     : PeTa
*/

/* BLOGLIST */

.part-catview {
    
}
.content-blog-list {
    padding-bottom:32px;
    border-bottom:solid 1px #dddddd;
    padding-top:32px;
}
.content-blog-list:first-child {
    border:none;
}
.content-blog-list::after {
    content:"";
    display:block;
    height:0;
    overflow:hidden;
    clear:both;
    float:none;
}
.content-blog-list,
.content-blog-list * {
   /* color:#7f8180; */
}

.content-blog-list .clear {
    display:none;
}
.content-blog-list h2 {
    font-size:32px;
    text-align:left;
    line-height:36px;
    margin-top:0;
    margin-bottom:0;
}
.content-blog-list h2 a {
    font-family:OpenSansLight;
    text-transform:uppercase;
    font-size:32px;
    line-height:20px;
    margin-bottom:10px;
    /* color:#7f8180; */
}

.content-blog-list .process span {
    font-size:12px;
    line-height:12px;
}

.content-blog-list .process > .created .created {
    display:inline-block;
    padding-left:10px;
    margin-left:8px;
    border-left:solid 1px #171d38;
    background-image:url('../gfx/icon_calendar.svg');
    background-repeat:no-repeat;
    background-position:5px 5px;
    background-size:18px;
    margin-bottom:20px;
}
.content-blog-list .img-wrap img {
    float:none !important;
    vertical-align:baseline !important;
    max-width:100%;
}
.content-blog-list .lead {
    margin-bottom:10px;
}
.content-blog-list .lead p {
    text-align:left !important;
}
.content-blog-list .lead p img,
.content-blog-list .lead p object,
.content-blog-list .lead p iframe {
    display:none !important;
}
.content-blog-list a.read-more, 
.part-content .history-back a {
    display:block;
    float:left;
    background-color:#7f8180;
    border:solid 1px #7f8180;
    color:#ffffff;
    padding:11px 49px;
    text-transform:uppercase;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}
.content-blog-list a.read-more:hover,
.part-content .history-back a:hover {
    background-color:#ffffff;
    color:#7f8180;
}
.part-content .history-back a::before {
    content:"\00ab\00a0";
}
.content-blog-list .img-wrap::after {
    content:"";
    display:block;
    opacity:0.5;
    background-image:url('../gfx/mask.png');
    background-size:100% 24px;
    background-repeat: no-repeat;
    height:24px;
}

/* BLOGLIST END */

/* PAGER */

.pager-bottom div {
    text-align:center;
}
.pager-bottom div strong,
.pager-bottom div a {
    display:inline-block;
    font-size:14px;
    line-height:20px;
    width:39px;
    height:39px;
    margin:2px;
    border:solid 1px #f1f1f1;
    background-color:#f1f1f1;
    color:#112240;
    text-align:center;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
    padding-top:7px;
}
.pager-bottom div a {
    cursor:pointer;
}
.pager-bottom div a:hover {
    background-color:#112240;
    border-color:#112240;
    color:#ffffff;
}
.pager-bottom div strong {
    background-color:#ffffff;
    border-color:#112240;
    box-shadow:0 5px 5px #f1f1f1;
}


/* PAGER END */