/********** IE8 **********/

/* html5 */
header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

/* search */
.bxSearchBox input[type="text"] {
    line-height: 30px;
}

/* showcase */
.bxShowcase .col-rt a + a + a {
    margin-right: 0;
    width: 248px;
}

/* pogoda */
.bxPogoda .box-weather-day ul li .weather-info span.wind_deg {
    display: none;
}

/********** IE9: gradienty **********/

/* showcase */
.bxShowcase > div a h2 {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002989d8', endColorstr='#b3020202',GradientType=0 );
}

/* tv, fotorelacje */
.tv-box-wrap .tv-box-elem .desc-wrap,
.fotorelation .col-thumbs .desc-wrap {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000',GradientType=0 );
}

/* pogoda */
.bxPogoda .box-weather-day {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014b90', endColorstr='#669bda',GradientType=0 );
}
