body.zpr_mobile .logo {
	/*display: none !important;*/
}



.se_tv {
background-color: #fff;
}
.container_tv {
	max-width: 1600px;
	padding: 0 30px;
	margin: 0 auto;
	min-width: 320px;
	box-sizing: border-box;
	font-family: OpenSansRegular;
}
.lighthouse span.dzial {
	border-bottom: none;
	font-family: 'OpenSansSemibold';
}
.container_tv .vid {
	position: absolute;
    left: 0;
    bottom: 0;
	top:auto;
	right: auto;
    margin: auto;
}
.container_tv .article_list.half_article {
	width: 100%;
}
.container_tv .article_list.half_article .txt {
	line-height: 25px;
	height: 55px;
	overflow: hidden;
	margin-top: 5px;
}
.container_tv .article_list.half_article .txt h2 {
	line-height: 0;
}
.container_tv .article_list.half_article ul li {
	width: 24%;
	box-sizing: border-box;
	margin-left: 1%;
}
.container_tv .article_list.half_article ul {
	margin-left: -1%;
}
.container_tv .article_list.half_article ul li a img {
	width: 100%;
	height: auto;
}
.container_tv .article_list.half_article ul li a img.vid {
	width: auto;
	height: auto;
}
.tv_row .lighthouse a {
	float: right;
	line-height: 32px;
}
.tv_row .lighthouse a, .lighthouse span {
	font-size: 14px;
	font-family: 'OpenSansRegular';
}
.tv_row .lighthouse a:hover {
	text-decoration: underline;
}
.article_list.half_article .txt a {
	font-family: 'OpenSansSemibold';
	display: block;
	line-height: 130%;
	font-size: 14px;
}
article .new_se .item .title {
	line-height: 120%;
	font-size: 18px;
}
 footer {
	margin:50px auto 0 auto;
}
/*
-------
responsive
-------
*/
@media only screen and (max-width: 950px){
	body.zpr_mobile .container_tv .article_list.half_article .txt {
		
	}
	body.zpr_mobile .container_tv .article_list.half_article .txt a {
		font-size: 18px;
	}
}
@media only screen and (max-width: 750px){
	body.zpr_mobile .container_tv .article_list.half_article ul li {
		width: 49%;
	}
	body.zpr_mobile .container_tv .article_list.half_article .txt a {
		font-size: 17px;
	}
}
@media only screen and (max-width: 480px){
	body.zpr_mobile .container_tv .article_list.half_article ul li {
		width: 100%;
		margin-left: 0;
	}
	body.zpr_mobile .container_tv .article_list.half_article ul {
		margin-left: 0;
	}
}
@media only screen and (max-width: 480px){
	body.zpr_mobile .tv_row .lighthouse a {
	float: right;
	line-height: 14px;
	font-size: 12px;
}
	body.zpr_mobile .container_tv .lighthouse h1 {
		display: block;
		text-align: center;
	}
}