.tv{
	max-width: 860px;
	max-height: 400px;
	margin: 0 auto;
}

.tv-art{
	width: 23%;
	max-height: 460px;
	float: left;
	text-overflow: ellipsis;
    overflow: hidden;
	/*margin-bottom: 30px;*/
	margin-right: 15px;
	color: #282828;
	font: normal 13px arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;

}
.tv-art img{
	max-height: 150px;
	display: block;
	margin: 0 auto;
}
.tv-art h2{
	
	font-size: 14px;
    font-weight: 600;
}
.tv-art a{
	text-decoration: none;
}
.tv-art a:hover {
	text-decoration: none;
}

.tv-naglowek{
	/*border-bottom: 3px solid #00aced;*/
	font-size: 25px;
	font-family: inherit;
    font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
	/*color: #262626;*/
	color: inherit;
	padding-bottom: 5px;
	padding-top: 5px;	
	text-decoration: none;
	background-color:#0050c7;
	color: #ffffff;
}
.tv-czytaj-wiecej{
	font-size: 13px;
	float: right;
    font-style: normal !important;
    padding: 0 18px 0 0;
    display: inline-block;
    background-position: right center;
    background-repeat: no-repeat;
    color: #0050c7 !important;
    background-image: url(readmore.png);
}