.category_header{
	height: 201px;
    /* background: rgba(255,0,0,0.35); */
    background: url(http://www.janpawel2.siedlce.pl/wp-content/themes/parafia_theme/_img/baner_kategorie.jpg);
    background-position: right;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
}
.big-post-area, .small-post-area{
	background-color: #f5f5f5;
	position: relative;
}
.thumbnail-area-big{
	height: 250px;
    background-size: cover;
    background-position: center;
}
.thumbnail-area-small{
	height: 150px;
    background-size: cover;
    background-position: center;
}
.post-title-big-area > h2 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
}
.post-title-big-area{
	padding: 15px 15px 0px;	
}
.post-date-big-area{
	padding: 5px 15px 15px;
    color: #cf4a46;
    font-weight: 600;
}
.post-excpert-big-area{
	padding: 0px 15px 15px;
}
.post-readmore-big-area > a{
    padding: 15px;
    width: calc(100% - 30px);
    display: table;
    text-align: center;
    background-color: #cf4a46;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    bottom: 0px;
    left: 15px;
}
.padding-bottom-30{
	padding-bottom: 30px;
}
body > div.container > div:nth-child(3){
	margin-bottom: 60px;
}
.category_header > .container{
    height: 100%;
    display: table;
}
.category_header > .container > h1{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}
.category_header:before{
    content: " ";
    position: absolute;
    width: 100%;
    height: 85px;
    left: 0px;
    top: 57px;
    background-color: rgba(255, 255, 255, 0.2);
}