body.home {
	font-family: 'Ringside Narrow';
}

img {
	max-width: 100%;
	height: auto;
}

.election {
	padding-bottom: 20px;
}
.title-frontpage {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.time {
	margin-right: 6px;
	color: black;
	font-weight: 100;
	text-transform: uppercase;
	font-style: italic;
}
.new {
	color: #F60E1C;
	font-size: 11px;
	line-height: 12px;
	font-style: italic;
	margin-right: 5px;
}

.block_title {
	display: block;
	position: relative;
	margin-bottom: 10px;
}
.block_title a {
	font-size: 21px;
	font-family: "Ringside Narrow Bold";
	line-height: 21px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	color: black;
}
.special .block_title,
.featured_video .block_title,
.featured .block_title,
.opinions .block_title {
	font-family: "Ringside Narrow Bold";
	font-size: 21px;
	line-height: 21px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-shadow: 0 0 1px black;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 1px;
	padding: 5px 0 3px;
}
.special .block_title {
	color: white;
	background-color: #344051;
	margin-bottom: 7px;
}
.featured_video .block_title {
	color: white;
	background-color: #344051;
}
.featured .block_title,
.opinions .block_title {
	color: white;
	background-color: #222;
}
.ntd_post_only .ntd_image_only,
.coverage_post .ntd_post_only,
.hp_article_list.ntd_post_only .one_article .image {
	padding-top: 0;
	margin-top: 0;
}
.title,
.title a {
	display: inline-block;
	font-size: 16px;
	line-height: 19px;
	font-family: 'Source Serif';
	font-variation-settings: 'wght' 600, 'opsz' 40;
	color: black;
}

#header .main_nav {
	border-top: none;
	border-bottom: none;
}

.hp_article_list li {
	display: inline-block;
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 6px;
	border-bottom: 1px dotted #acacac;
}
.hp_article_list li:last-child {
	border-bottom: none;
}
.hp_article_list .image {
	width: 35.4%;
	max-width: 100px;
	float: right;
	display: grid;
	position: relative;
	margin-bottom: 10px;
	margin-left: 6px;
}
.hp_article_list.ntd_post_only .image {
	margin-top: 15px;
}
.hp_article_list.ntd_post_only .ntd_excerpt{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-family: 'Source Serif';
	font-size: 16px;
	height: 31px;
	overflow: hidden;
}
.hp_article_list .ntd_image_only .image {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.hp_article_list .ntd_image_only .image img{
	width: 100%;
	height: auto;
}
.hp_article_list .ntd_video_icon {
	width: 25px;
	height: 25px;
	left: 7px;
	bottom: 7px;
	top: auto;
}
.hp_article_list .left_part {
	width: calc(64.2% - 15px);
	float: left;
	margin-top: 10px;
	margin-bottom: 12px;
	line-height: 1;
}
.hp_article_list .title {
	margin-bottom: 5px;
	display: block;
}

.three_most.title {
	max-height: 57px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.two_most.title {
	max-height: 38px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hp_article_list .byline,
.hp_article_list .byline a {
	font-family: "Ringside Narrow";
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	color: #9A9A9A;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.top_news .byline .suggested,
.top_news .byline .breaking,
.top_news .byline .editors,
.top_news .byline .premium {
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	font-style: normal;
	color: white;
	padding: 2px 3px 1px;
	margin-right: 7px;
}
.top_news .byline .suggested {
	background-color: dimgrey;
}
.top_news .byline .breaking {
	background-color: #D00;
}
.top_news .byline .editors {
	background-color: #333;
}
.top_news .byline .premium {
	background-color: #133052;
}
.hp_article_list .new .time_diff {
	font-size: 0;
}

.read_more_cat {
	display: inline-block;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 29px;
	padding-top: 6px;
	text-align: center;
	border-top: 1px dotted #acacac;
}
.read_more_cat a {
	color: black;
	font-size: 14px;
	font-family: "Ringside Narrow Bold";
	line-height: 18px;
	font-weight: 400;
}
.read_more_cat .arrow_right {
	border: solid black;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 4px;
	margin-left: 7px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.main_content {
	max-width: 1260px;
	margin: 20px auto 0;
	padding: 0 30px;
	position: relative;
	line-height: 1;
}
.main_content .top_part {
	display: table;
	width: 100%;
	position: relative;
	border-bottom: 1px dotted #b7b7b7;
}
.main_content .top_part .left_side {
	width: 25%;
	max-width: 300px;
	position: relative;
	float: left;
}
.main_content .top_part .middle_side {
	width: calc(75% - 340px);
	padding: 0 15px;
	margin: 0 20px;
	margin-right: 20px;
	border-left: 1px dotted #acacac;
	border-right: 1px dotted #acacac;
	position: relative;
	float: right;
	margin-right: 315px;
}
.main_content .top_part .right_side {
	display: inline-block;
	width: 300px;
	position: absolute;
	right: 0;
}

.lead_story {
	text-align: center;
}
.lead_story .lead_image {
	display: inline-block;
	position: relative;
	font-size: 0;
}
.lead_story .lead_image .ntd_video_icon {
	width: 50px;
	height: 50px;
	bottom: 15px;
	left: 15px;
}
.lead_story .byline {
	margin: 12px 0 7px;
	text-align: center;
	font-size: 0;
}
.lead_story .new .time_diff {
	font-size: 0;
}
.lead_story .author,
.lead_story .author a {
	color: #111;
	font-family: "Ringside Narrow Bold";
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}
.lead_story .lead_title {
	margin: 0 20px 12px;
}
.lead_story .lead_title .title {
	font-size: 29px;
	line-height: 33px;
	text-align: center;
	letter-spacing: -0.4px;
	color: black;
	font-weight: 600;
}
.lead_story .excerpt {
	text-align: center;
	margin-top: 10px;
	font-family: 'Source Serif';
	font-size: 16px;
	line-height: 18px;
}

.trending_topic {
	margin: 0 17px 0 20px;
	border-top: 1px dotted #acacac;
	padding-top: 12px;
}
.trending_topic .block_title {
	display: block;
	position: relative;
	margin-bottom: 10px;
}
.trending_topic .block_title a {
	color: #F60E1C;
}
.trending_topic .block_title .more {
	float: right;
	color: black;
	font-size: 13px;
	font-family: "Ringside Narrow Bold";
	line-height: 18px;
	font-weight: 400;
	border-bottom: none;
	text-transform: lowercase;
}
.trending_topic .block_title .arrow_right {
	border: solid black;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 4px;
	margin-left: 2px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.trending_topic .one_article:before {
	content: '\2022';
	color: #aaa;
	margin-right: 5px;
}
.trending_topic .one_article {
	display: block;
	font-size: 16px;
	line-height: 19px;
	font-family: 'Source Serif';
	font-weight: 400;
	color: black;
	letter-spacing: -0.4px;
	border-bottom: 0;
}
.trending_topic, .trending_topic .ymk_social {
	margin-bottom: 15px;
}
.trending_topic .more {
	border-top: none;
	border-bottom: 1px dotted #acacac;
	text-align: right;
}

.top_news {
	margin: 24px 17px 0px 20px;
}
.top_news .block_title {
	margin-bottom: 1px;
}
.top_news .block_title:after {
	content: '';
	width: calc(100% - 230px);
	height: 1px;
	position: absolute;
	bottom: 9px;
	right: 0;
	border-bottom: 1px dotted #acacac;
}
.top_news .title {
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.4px;
}
.top_news .image {
	max-width: 35.4%;
}
.top_news .read_more_cat {
	padding-top: 20px;
}

.special .label {
	font-family: "Ringside Narrow";
	color: #f60e1c;
	font-size: 14px;
	line-height: 18px;
	margin-right: 5px;
}
.special .title {
	font-family: "Ringside Narrow Bold";
	font-size: 20px;
	line-height: 25px;
	margin-top: 2px;
	color: black;
}
.hp_article_list.ntd_post_only .one_article.ntd_image_only {
	padding-bottom: 15px;
	border-bottom: none;
}
.hp_article_list.ntd_post_only .one_article {
	border-bottom: 1px dotted #acacac;
}
.one_article {
	display: inline-block;
	width: 100%;
	padding-top: 7px;
	border-bottom: 1px dotted #acacac;
}
.one_article:last-child {
	border-bottom: none;
}
.one_article .title {
	font-family: 'Source Serif';
}
.coverage_post .title {
	color: black;
	font-size: 16px;
	line-height: 19px;
}
.coverage_post .title {
	margin-bottom: 4px;
}
.coverage_post .image {
	margin-top: 7px;
}
.coverage_post .left_part {
	margin-top: 5px;
}
.latest {
	margin-top: 50px;
}
.latest .block_title {
	text-align: center;
	border-bottom: 1px dotted #b7b7b7;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.latest li {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dotted #b7b7b7;
}
.latest li .time {
	margin-right: 5px;
	width: 11%;
	display: inline-block;
	color: #F60E1C;
	font-size: 12px;
	line-height: 12px;
	font-style: italic;
}
.latest li .title {
	width: 82.5%;
	float: right;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	letter-spacing: -0.2px;
	color: black;
}
.latest .read_more_cat {
	border-top: none;
}

.ccpvirus_banner {
	border-top: 1px dotted #acacac;
	font-size: 0;
	/* padding-top: 25px; */
	padding: 25px 0 10px 0;
}

.petition {
	background-color: #FFF9DF;
	padding: 15px 12px;
	border: 1px solid #D1C9A7;
}
.petition .top {
	font-family: 'Source Serif';
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}
.petition .bottom_left {
	background-color: #E83650;
	display: inline-block;
	padding: 8px 11px 6px;
	border-radius: 3px;
	margin-right: 6%;
}
.petition .bottom_left a {
	font-family: "Ringside Narrow Bold";
	font-size: 17px;
	line-height: 20px;
	color: white;
}
.petition #petition_count {
	font-family: 'Ringside Narrow bold';
	letter-spacing: -0.2px;
	font-size: 16px;
	display: inline-block;
}

.live_video .title {
	margin-top: 8px;
}

.featured_post .image {
	position: relative;
	display: block;
}
.featured_post .image img {
	width: 100%;
	height: auto;
}
.featured_post .ntd_video_icon {
	display: none;
	left: 12px;
	bottom: 15px;
	width: 40px;
	height: 40px;
}
.featured_post .title {
	margin-top: 9px;
}

.featured_video .read_more_cat {
	margin-top: 13px;
}
.video_fit_container {
	width: 100%;
	position: relative;
	padding: 0;
	padding-top: 56.25%;
}
.wp-video {
	margin: auto;
}
.video_fit_container>iframe,
.video_fit_container>div.wp-video,
.video_fit_container>div.player-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
}
.video_fit_container center,
.video_fit_container .jwplayer.jw-flag-aspect-mode {
	height: 100% !important;
	zoom: 1;
}

.opinions_list li {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dotted lightgrey;
	overflow: hidden;
}
.opinions_list .new {
	font-style: normal;
}
.opinions_list .title_author {
	width: calc(100% - 66px);
}
.opinions_list .title_author .title {
	margin-bottom: 5px;
}
.opinions_list .title_author .author,
.opinions_list .title_author .author a {
	display: inline-block;
	color: #111;
	font-family: "Ringside Narrow Bold";
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	margin: 3px 0;
}
.opinions_list .author_image {
	width: 50px;
	height: 50px;
	text-align: right;
	display: inline-block;
}
.opinions_list .author_image img {
	border-radius: 50%;
	width: 100%;
	height: auto;
}
.featured .read_more_cat,
.opinions .read_more_cat {
	border: none;
	margin-bottom: 25px;
}

.focus_headlines .block_title {
	text-align: center;
}
.left_side .focus_headlines li.first_big_img {
	margin-top: 5px;
}

.hp_article_list .first_big_img .image {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: none;
	display: block;
	margin-bottom: 10px;
	font-size: 0;
	margin-left: 0;
	max-width: 100%;
}
.hp_article_list .first_big_img .ntd_video_icon {
	width: 40px;
	height: 40px;
	left: 8px;
	bottom: 13px;
}

#epoch_tv {
	background: #132041;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-radius: 1px;
}
#epoch_tv .premium_text {
	font-family: 'Ringside Narrow bold';
	letter-spacing: -0.2px;
	font-size: 15px;
	font-style: italic;
	text-align: center;
	color: white;
	padding: 15px 0 10px;
}
#epoch_tv .premium_logo {
	padding: 0 25px;
	margin-bottom: 20px;
}
#epoch_tv .premium_new {
	display: inline-block;
	position: relative;
	top: 8px;
	background-color: #132041;
	color: white;
	font-family: "Ringside Narrow";
	font-size: 14px;
	margin: 0 12px;
}
#epoch_tv .premium_list > li {
	border-top: 1px solid #283B6B;
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
#epoch_tv .premium_list {
	padding: 0 10px;
}
#epoch_tv .premium_list .title_author {
	width: calc(100% - 86px);
}
#epoch_tv .premium_list .author_image {
	width: 70px;
	height: 70px;
}
#epoch_tv .premium_list .author_image > img {
	border-radius: 50%;
}
#epoch_tv .premium_list .author_image > img.opacity_25 {
	opacity: 25%;
}
#epoch_tv .premium_list .three_most {
	max-height: 57px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}
#epoch_tv .premium_list .three_most > a {
	display: -webkit-inline-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: 'Source Serif';
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	letter-spacing: -0.2px;
}
#epoch_tv .premium_list .title_author .author {
	display: inline-block;
}
#epoch_tv .premium_list .three_most > a,
#epoch_tv .premium_list .author_name > a {
	color: #fff;
}
#epoch_tv .premium_list .author_name > a {
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}
#epoch_tv .ymk_social .share_link > .share,
#epoch_tv .ymk_social .cmt_link > .comments,
#epoch_tv .ymk_social .share_link > .share::before,
#epoch_tv .ymk_social .cmt_link > .comments::before {
	color: #bbb;
}
#epoch_tv .watch_now {
	font-family: "Ringside Narrow Bold";
	font-size: 16px;
	color: #172851;
	padding: 10px;
	margin: 0 15px;
	border-radius: 3.6px;
	background-color: #FCD6B3;
	text-align: center;
}
.left_side .hp_article_list li {
	margin-top: 14px;
	display: table;
	height: 88px;
	overflow-y: hidden;
}
.left_side .featured .three_most {
	max-height: 57px;
	height: auto;
}

.editors_picks li.first_big_img {
	margin-top: 8px;
}

.left_side .first_big_img {
	padding-bottom: 11px;
}

.main .articles .one_post .title:after {
	content: '\f1a1';
	font-family: 'Genericons';
	position: relative;
	top: 1px;
	font-size: 15px;
	color: #BA7A55;
	margin-left: 5px;
	vertical-align: middle;
}

.category_parts {
	margin-top: 55px;
	margin-bottom: 30px;
}
.category_parts .left_side {
	max-width: 880px;
	width: calc(100% - 320px);
	display: inline-block;
}
.category_parts .right_side {
	width: 300px;
	float: right;
}
.category_parts .focus_headlines {
	width: calc((100% - 40px) / 3);
	float: left;
}
.category_parts .focus_headlines .block_title {
	margin-bottom: 8px;
	font-size: 29px;
	line-height: 31px;
}
.category_parts .one_cat_block,
.category_parts .homepage_cat_0,
.category_parts .homepage_cat_1,
.category_parts .homepage_cat_3,
.category_parts .homepage_cat_4,
.category_parts .homepage_cat_5,
.category_parts .homepage_cat_7,
.category_parts .homepage_cat_8,
.category_parts .homepage_cat_10 {
	margin-right: 20px;
}
.category_parts .left_side .one_cat_block:nth-child(3n),
.category_parts .homepage_cat_2,
.category_parts .homepage_cat_6,
.category_parts .homepage_cat_9 {
	margin-right: 0;
}
.category_parts .slice_of_life,
.category_parts .homepage_cat_7,
.category_parts .homepage_cat_10 {
	clear: both;
}
.category_parts .focus_headlines .first_big_img .title {
	margin-bottom: 5px;
}
.category_parts .image {
	margin-top: 1px;
}
.category_parts .focus_headlines .read_more_cat {
	padding-top: 14px;
	margin-bottom: 60px;
}
.slice_block_title {
	display: inline-block;
	width: 100%;
	margin: 0;
	text-align: center;
}
.slice_block_title a {
	font-size: 41px;
	line-height: 45px;
	font-weight: 600;
	font-family: 'Source Serif';
	font-style: italic;
	letter-spacing: -0.5px;
	color: black;
}
.slice_articles li .image {
	position: relative;
	display: inline-block;
	font-size: 0;
}
.slice_articles li.bottom_6 {
	float: left;
	width: calc(86%/ 6);
	margin-right: 2.8%;
	margin-top: 30px;
}
/* .slice_articles li.top_3:nth-child(3), */
.slice_articles li.bottom_6:last-child {
	margin-right: 0;
}
.slice_articles img {
	border-radius: 5px;
}
.slice_articles li.bottom_6 .title {
	max-height: 76px;
	margin: 7px 0 9px;
	letter-spacing: -0.4px;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.slice_articles .byline,
.slice_articles .byline a {
	font-size: 11px;
	line-height: 12px;
	font-weight: 900;
	color: #9A9A9A;
	text-transform: uppercase;
}
.slice_articles .ntd_video_icon {
	width: 33px;
	height: 33px;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
}
.slice_of_life .slice_articles {
	list-style: none;
}
.slice_of_life .read_more_cat {
	margin-top: 21px;
	padding-top: 10px;
}
.slice_of_life .read_more_cat a {
	margin-left: 0;
}

.bottom_row {
	margin-top: 28px;
}

.share_link .share::before {
	content: "\f1a5";
	font-size: 15px;
}
.comments::before {
	content: "\f1a2";
	color: #333;
}
.share_link>span::before,
.cmt_link>span::before {
	display: inline-block;
	font-family: 'Genericons';
	font-size: 17px;
	font-weight: 100;
	line-height: 17px;
	color: #777;
	margin-right: 4px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.lead_story .ymk_social {
	margin-top: 10px;
}
.ymk_social {
	display: inline-block;
	position: relative;
}
a.share_link,
a.cmt_link {
	font-size: 0;
	line-height: 0;
	vertical-align: baseline;
	display: inline;
}
.share_link {
	margin: 0 30px 0 15px;
}
.share_link .share,
.cmt_link .comments {
	font-size: 11px;
	line-height: 12px;
	color: #444;
	font-weight: 400;
}
.share_dropdown {
	position: absolute;
	width: 115px;
	padding-top: 10px;
	z-index: 9;
}
.share_dropdown .share {
	padding: 10px 0;
	background-clip: padding-box;
	background-color: white;
	border: 1px solid lightgrey;
	border-radius: 3px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.share_dropdown .share > a,
.share_dropdown .share > span {
	display: list-item;
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	color: #555;
	clear: left;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	border-bottom: 1px dashed lightgrey;
	list-style: none;
	cursor: pointer;
}
.share_dropdown .share > a:last-child,
.share_dropdown .share > span:last-child {
	border-bottom: 0;
}
.main_content .top_part .left_side.sticky_bottom, .main_content .top_part .right_side.sticky_bottom {
	position: fixed;
	bottom: 10px;
}
.main_content .top_part .right_side.sticky_bottom {
	right: calc(50vw - 610px);
}
.main_content .top_part .left_side.keep_bottom{
	position: absolute;
	left: 0 !important;
}
.main_content .top_part .right_side.keep_bottom{
	position: absolute;
	right: 0 !important;
}
.language_panel .last-item-local {
	border-bottom: 2px solid #dedede;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
	.top_news .title,
	.top_news .title a {
		max-height: 69px;
		overflow: hidden;
		display: block;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
}
@media screen and (max-width: 865px) {
	.main_content .top_part .left_side {
		width: 25% !important;
	}
	.main_content .top_part .right_side {
		width: 25%;
	}
	.main_content .top_part .middle_side {
		width: 50% !important;
		position: absolute;
		left: 25%;
	}
}
@media screen and (max-width: 768px) {
	.main_content {
		padding: 0 20px;
	}
	.main_content .top_part .right_side {
		width: 300px;
	}
	.main_content .top_part .middle_side {
		width: calc(100% - 320px);
		margin-left: 0;
		border-left: none;
		padding-left: 0;
	}
	.main_content .top_part .left_side {
		display: block;
		clear: both;
		width: 100%;
		max-width: 100%;
		position: relative;
		float: left;
	}
	.left_side .featured,
	.left_side .opinions {
		width: 100%;
		float: left;
		margin-right: 30px;
	}
	.left_side .featured,
	.left_side .editors_picks {
		width: 100%;
		height: auto;
		float: left;
		margin-right: 15px;
	}
	.left_side .editors_picks {
		margin-right: 0;
	}
	.category_parts {
		margin-top: 30px;
	}
	.category_parts .left_side {
		max-width: 880px;
		width: calc(100% - 320px);
		display: inline-block;
	}
	.category_parts .focus_headlines {
		width: 100%;
	}
}
@media screen and (max-width: 700px) {
	.main_content .top_part .right_side {
		width: 25% !important;
		float: right;
	}
	.lead_story .lead_title .title {
		font-size: 20px;
		line-height: 25px;
	}
	.main_content .top_part .right_side, .main_content .top_part .middle_side, .main_content .top_part .left_side {
		padding: 0 1%;
		overflow: hidden;
	}
	#header .toprow .left_col {
		width: 100%;
	}
	#header .toprow .right_col {
		width: auto;
	}
	#header .center_container {
		padding: 0 2%;
	}
}
@media screen and (max-width: 450px) {
	.main_content .top_part .right_side, .main_content .top_part .middle_side, .main_content .top_part .left_side {
		width: 100% !important;
		padding: 0 1%;
		overflow: hidden;
		position: relative;
		float: none;
		left: 0;
		right: 0;
	}
	.category_parts .left_side {
		max-width: 100%;
		width: 100%;
		display: inline-block;
	}
	#header .left_col {
		padding-left: 10px;
		font-family: "Ringside Narrow";
	}
}
.coverage_post .ntd_video_icon {
	position: absolute;
	margin: auto;
	top: 45px;
	bottom: auto;
	left: 67%;
	z-index: 100;
}

.coverage_post .one_article.ntd_image_only .ntd_video_icon {
	position: absolute;
	margin: auto;
	top: 80px;
	bottom: auto;
	left: 120px;
	z-index: 100;
	width: 40px;
	height: 40px;
}

.home .special .one_article{
	position: relative;
}
body.ntd_portuguese #epoch_tv{
	padding-bottom: 0px;
}