#mobileNewsHeader,
#mobileNewsHeader span {
    display: none;
}

#news .column {
    width: 240px;
    padding: 0;
    float: left;
}

#news .column.middle {
    width: 262px;
}

#news .column.middle .newsData {
    margin: 0 auto 11px;
}

#news .column.middle .column {
    
}

#news .monthColumn .newsData {
    background: url('../gfx/grid.png') repeat;
}

#news .newsHeader {
    padding: 10px 0 10px 10px;
    font: normal 20px/20px 'robotoCondensedBoldItalic';
    margin-bottom: 12px;
    border-right: 1px solid #bdc31f;
}

#news .newsHeader.specialHeader {
    width: 241px;
    height: 21px;
    border-right: 0;
    position: relative;
    top: -1px;
    color: #040404;
    background: url('../gfx/specialHeader.png') no-repeat;
}

#news .middle .newsHeader {
    padding: 10px 0 10px 10px;
}

#news .newsData {
    width: 220px;
    padding: 10px 10px 42px;
    margin-bottom: 11px;
    position: relative;
    background: #fff;
}

#news .newsData.noImage{
    padding-top: 34px;
}

#news .newsData.noInfo{
    padding-bottom: 10px;
}

#news .newsData .image {
    margin-bottom: 10px;
}

#news .newsData .title {
    font-size: 14px;
    display: block;
}

#news .newsData .text {
    font-size: 12px;
}

#news .newsData .date {
    width: 82px;
    height: 18px;
    
    position: absolute;
    top: 0; 
    left: 0;
    padding: 5px 0 5px 10px;
    
    font: normal 14px/18px 'robotoCondensedBold';
    color: #fff;
    background: url('../gfx/news_date.png') no-repeat;
}
    
#news .newsData .info {
    padding-bottom: 8px;
}

#news .newsData .adBox,
#news .newsData .adBox *,
.oneNews .adBox,
.oneNews .adBox * {
    text-align: center;
}

.moreNews {
    padding: 15px 0;
    float: none;
    text-align: center;
    border-top: 1px solid #d2d1b5;
}

.moreNews .linkMore {
    text-align: right;
}

.moreNewsMobile {
    display: none;
}

.linkMore {
    width: 195px;
    height: 37px;
    display: block;
    margin: 0 auto;
    line-height: 37px;
    padding-right: 50px;
    font: normal 18px/37px 'robotoCondensedBoldItalic';
    background: url('../gfx/plus.png') no-repeat center right;
}

#topNewsHeader {
    width: 742px;
    padding: 0;
    float: left;
}

#topNewsHeader #date {
    width: 130px;
    height: 22px;
    padding: 10px 0 10px 10px;
    
    font: normal 21px/22px 'robotoCondensedBold';
    
    float: left;
    color: #fff;
    background: url('../gfx/oneNewsDate.png');
}

#topNewsHeader #title {
    
    padding: 10px 0 10px 10px;
    
    font: normal 20px/22px 'robotoCondensedBoldItalic';
    
    
    color: #d6dd21;
}

#page #topNewsHeader #title h1 {
    margin: 0;
    font: normal 20px/22px 'robotoCondensedBoldItalic';
}


.oneNews {
    width: 702px;
    padding: 20px;
    float: left;
    background: #fff;
}

.oneNews .image {
    float: right;
    margin: 0 0 10px 20px;
}



@media screen and (max-width: 762px) {
    
#mobileNewsHeader {
    width: 228px;
    height: 42px;
    display: block;
    
    position: relative;
    left: -40px;
    
    background: url('../gfx/aktualnosci.png') no-repeat 0 0;
}

.moreNews {
    float: left;
}

.moreNewsMobile {
    display: block;
}

.oneNews {
    width: 280px;
}

.oneNews .image {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0 auto;
    float: none;
}



#topNewsHeader {
    width: 320px;
    height: auto;
}
    
}

