/*
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 : Jul 11, 2017, 12:39:15 PM
    Author     : jakub
*/
.media-css .page-header{
    margin-bottom: 5px;
}
.media-css .item .header{

    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.media-css .item .content{
    margin-left: 0;
}
.media-css .item .date{
    color: #d2d100;
    font-family: Oswald;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
.media-css .item .lead{
    color: #757576;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.media-css .item .more{
    margin-top: 15px;
    color: #000000;
    font-family: Lato;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}
.media-css .list-view .item{
    margin-bottom: 50px;
}

.media-css.media-view .header{

    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.media-css.media-view .date{
    color: #000;
    font-family: Lato;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    
}
.media-css.media-view .content{
    margin-top: 20px;
    color: #757576;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
