@font-face {
	font-family: "Ringside Narrow Book";
	src: url("/assets/themes/eet/fonts/RingsideNarrow-Book.otf");
}

@font-face {
	font-family: "Ringside Narrow Bold";
	src: url("/assets/themes/eet/fonts/RingsideNarrow-Bold.otf");
}

body.home {
	font-family: "D-DIN", Arial;
}

img {
	max-width: 100%;
}

.time {
	margin-right: 6px;
	color: #000;
	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: "D-DIN Condensed Bold", Arial;
	line-height: 21px;
	text-transform: uppercase;
	text-align: left;
	color: #000;
}

.title, .title a {
	display: inline-block;
	font-size: 16px;
	line-height: 19px;
	font-family: Vollkorn,Georgia,Palatino;
	font-weight: 400;
	color: #000;
	letter-spacing: -0.2px;
}

.hp_article_list li {
	display: inline-block;
	width: 100%;
	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 .eet_video_icon {
	width: 25px;
	height: 25px;
	left: 7px;
	bottom: 7px;
	top: auto;
}

.hp_article_list .left_part {
	display: inline-block;
	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 .breaking {
	display: inline-block;
	float: left;
	margin-right: 7px;
	padding: 2px 3px 1px;
	background-color: #F60E1C;
	color: #fff;
	font-weight: 900;
	font-size: 11px;
	line-height: 11px;
}

.hp_article_list .byline, .hp_article_list .byline a {
	font-family: "D-DIN", Arial;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	color: #9A9A9A;
	text-transform: uppercase;
}

.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: #000;
	font-size: 13px;
	font-family: "D-DIN 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;
}

.main_content .top_part .left_side {
	display: inline-block;
	width: 25%;
	max-width: 300px;
	position: relative;
	float: left;
}

.main_content .top_part .middle_side {
	display: inline-block;
	width: calc(75% - 340px);
	padding: 0 15px;
	margin: 0 20px 20px;
	border-left: 1px dotted #acacac;
	border-right: 1px dotted #acacac;
}

.main_content .top_part .right_side {
	display: inline-block;
	width: 300px;
	position: relative;
	float: right;
}

.lead_story .lead_image {
	display: inline-block;
	position: relative;
	font-size: 0;
}

.lead_story .lead_image .eet_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 {
	font-size: 11px;
	line-height: 12px;
	font-weight: 900;
	color: #9A9A9A;
	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: #000;
	font-weight: 600;
}

.lead_story .excerpt {
	text-align: center;
	margin-top: 10px;
	font-family: Vollkorn, Georgia, Palatino;
	font-size: 15px;
	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: #000;
	font-size: 13px;
	font-family: "D-DIN 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: Vollkorn,Georgia,Palatino;
	font-weight: 400;
	color: #000;
	letter-spacing: -0.4px;
	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% - 82px);
	height: 1px;
	position: absolute;
	bottom: 9px;
	right: 0;
	border-bottom: 1px dotted #acacac;
}

.top_news .title {
	font-size: 20px;
	line-height: 23px;
	letter-spacing: -0.4px;
}

.top_news .image {
	max-width: 35.4%;
}

.top_news .read_more_cat {
	padding-top: 20px;
}

.special>a .title {
	font-family: d-din, Arial;
	color: #f60e1c;
	font-size: 11px;
	line-height: 12px;
	margin-right: 5px;
}

.special .special_title {
	font-family: "D-DIN Condensed Bold", Arial;
	font-size: 16px;
	line-height: 18px;
	margin-top: 2px;
	color: #000;
}

.special .read_more_cat {
	margin-bottom: 15px;
}

.coverage_post .title {
	color: #000;
	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;
}

.trump_presidency .block_title {
	position: relative;
	width: 100%;
	background-color: #344051;
	padding: 4px 0 2px;
	margin: 15px 0 0;
}

.trump_presidency .block_title span {
	position: relative;
	margin-left: 35px;
}

.trump_presidency .block_title span:before {
	content: '';
	position: absolute;
	left: -38px;
	top: -3px;
	width: 35px;
	height: 17px;
	margin-right: 5px;
	background: url("/assets/themes/eet/images/HomepageWhiteHouse.png");
	background-size: 100%;
}

.trump_presidency .block_title a {
	color: #fff;
}

.trump_presidency li:first-child {
	margin-top: 12px;
}

.trump_presidency li {
	margin-top: 8px;
}

.trump_presidency li:last-child {
	border-bottom: none;
}

.trump_presidency .title {
	letter-spacing: -0.4px;
}

.trump_presidency .byline {
	margin-bottom: 8px;
}

.trump_presidency .image {
	margin-bottom: 12px;
}

.trump_presidency .read_more_cat {
	margin-bottom: 50px;
}

.todays_magazine {
	text-align: center;
	padding: 25px 0 35px;
	background: url('/assets/themes/eet/images/premium/weekly_edition_bg.jpg') repeat 100% 100%;
}

.todays_magazine .premium_logo {
	padding-bottom: 15px;
}

.todays_magazine .premium_logo img {
	width: 141px;
}

.todays_magazine .block_title {
	color: #000;
	font-family: Vollkorn,Georgia,Palatino;
	font-size: 19px;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 19px;
}

.todays_magazine .block_title .date {
	margin-left: 10px;
	padding-left: 8px;
	font-family: D-DIN;
	font-size: 12px;
	font-style: italic;
	line-height: 21px;
	border-left: 1px solid #000;
}

.todays_magazine .image img {
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.5);
}

.todays_magazine .show_more {
	float: none;
	margin-top: 7px;
}

.digital_newspaper {
	text-align: center;
}

.section_title {
	display: inline-block;
	font-size: 21px;
	font-weight: 300;
	font-family: "D-DIN condensed bold";
	line-height: 45px;
	margin: 60px 0 0;
	color: #BF9E84;
	text-transform: uppercase;
	background: #fff;
	position: relative;
	z-index: 1;
	padding-right: 20px;
}

.section_title .logo img {
	margin-right: 5px;
}

.digital_newspaper .bg_container {
	color: #fff;
	padding: 30px 30px 45px;
	background: linear-gradient(180deg, #969EAD 0%, #5B667E 100%);
}

.digital_newspaper .top_txt {
	color: #FFFFFF;
	font-family: Vollkorn,Georgia,Palatino;
	font-size: 19px;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 19px;
	margin-bottom: 15px;
}

.digital_newspaper .top_txt .date {
	margin-left: 10px;
	padding-left: 8px;
	font-family: D-DIN;
	font-size: 12px;
	font-style: italic;
	line-height: 21px;
	border-left: 1px solid #fff;
}

.digital_newspaper .newspaper_thumbnail {
	padding: 0 20px;
}

.digital_newspaper .newspaper_thumbnail img {
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.5);
}

.show_more {
	display: inline-block;
	float: right;
}

.show_more a {
	color: #000;
	font-family: "D-DIN Bold";
	font-size: 13px;
	line-height: 14px;
	text-align: right;
}

.show_more a:after {
	content: "";
	border: solid #000;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: relative;
	top: 2px;
	margin-left: 4px;
}

.digital_newspaper .show_more {
	float: none;
	margin: 5px 0 15px;
}

.digital_newspaper .show_more a {
	color: #ccc;
}

.digital_newspaper .show_more a:after {
	border: solid #ccc;
	border-width: 0 1px 1px 0;
}

.digital_newspaper .txt {
	color: #FFFFFF;
	font-family: Vollkorn,Georgia,Palatino;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	line-height: 24px;
	margin: 15px 0 10px;
}

.digital_newspaper .sub_btn {
	display: inline-block;
	width: 200px;
	height: 42px;
	line-height: 42px;
	border-radius: 3px;
	margin-top: 10px;
	background-color: #fff;
	color: #5D687F;
	font-family: "D-DIN Condensed Bold";
	font-size: 20px;
}

.featured_video .block_title {
	margin-bottom: 0;
	padding: 5px 0 2px;
	background-color: #344051;
	text-align: center;
}

.featured_video .block_title a {
	color: #fff;
}

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

.featured_post .image {
	position: relative;
	display: block;
}

.featured_post .image img {
	width: 100%;
}

.featured_post .eet_video_icon {
	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 .block_title {
	background-color: #2c2c2c;
	margin-bottom: 0;
	padding: 5px 0 3px;
	text-align: center;
}

.opinions .block_title a {
	color: #fff;
}

.opinions_list li {
	display: inline-block;
	width: 100%;
	margin-top: 13px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #acacac;
}

.opinions_list li:last-child, .focus_headlines li:last-child {
	border-bottom: none;
}

.opinions_list .new {
	font-style: normal;
}

.opinions_list .title_author {
	width: calc(100% - 66px);
	float: right;
}

.opinions_list .title_author .title, .opinions_list .title_author .author {
	display: block;
}

.opinions_list .title_author .author, .opinions_list .title_author .author a {
	margin-top: 3px;
	color: #111;
	font-family: "D-DIN Bold", Arial;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

.opinions .opinions_list .author_image {
	width: 50px;
	height: 50px;
	text-align: right;
	display: inline-block;
}

.opinions .opinions_list .author_image img {
	border-radius: 50%;
	max-width: 100%;
	height: 100%;
}

.opinions .read_more_cat {
	margin-bottom: 60px;
}

.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%;
	max-width: 100%;
	float: none;
	display: block;
	margin-bottom: 10px;
	font-size: 0;
	margin-left: 0;
}

.hp_article_list .first_big_img .eet_video_icon {
	width: 40px;
	height: 40px;
	left: 8px;
	bottom: 13px;
}

.left_side .hp_article_list li {
	margin-top: 14px;
	display: table;
	height: 88px;
	overflow-y: hidden;
}

.left_side .featured .read_more_cat {
	padding-top: 15px;
	margin-bottom: 30px;
}

.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;
}

/*-- top center bottom newsletter --*/
#newsletter-reg {
	border: 1px dotted #979797;
	padding: 20px 20px 30px;
	margin: 40px 0 0;
}

input#president_trump {
	display: none;
}

.newsletter .eet_logo {
	text-align: center;
}

.newsletter .middle_title {
	font-family: "D-DIN condensed Bold", arial;
	font-size: 36px;
	line-height: 55px;
	text-align: center;
	color: #000;
}

.newsletter .eet_logo img { 
	width: 120px;
}

.newsletter .block_title {
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-family: "D-DIN";
	letter-spacing: -0.5px;
	margin-bottom: 3px;
}

.email_subscribe .mail {
	display: inline-block;
	width: 100%;
	background-color: #f4f4f4;
	border-radius: 3px;
	margin-bottom: 10px;
}

.email_subscribe .mail input {
	display: inline-block;
	width: 100%;
	border: none;
	padding: 10px;
	margin: 0;
	background: none;
	font-size: 15px;
	line-height: 15px;
	font-family: "D-DIN", Arial;
	border: 1px solid #999;
	border-radius: 3px;
}

#import-data {
	display: initial;
}

.email_subscribe .reg-button {
	margin: 0 auto;
	text-align: center;
	background-color: unset;
}

.email_subscribe .reg-button input {
	display: inline-block;
	width: 100%;
	border: none;
	padding: 7px 10px 6px;
	margin: 0;
	background: none;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	font-family: "D-DIN Condensed Bold";
	font-weight: bold;
	font-style: initial;
}

.message {
	display: none;
}

.error-message {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 7px 0;
	background-color: #acacac;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	margin: 15px 0 30px 0;
}

.error-message #response {
	display: inline-block;
}

.errorclose {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
	line-height: 34px;
	text-align: center;
	background-color: rgba(51, 51, 51, 0.5);
	cursor: pointer;
}

.success-message #response {
	display: block;
	text-align: center;
	color: #000;
	padding: 20px 0;
	margin-bottom: 10px;
	font-family: "D-DIN", Arial;
}

.success-message {
	width: 100%;
	margin: 0 auto;
	text-align: right;
	font-weight: 700;
}

.successclose {
	font-size: 18px;
	cursor: pointer;
}

.successclose:before {
	content: 'Close';
	margin-right: 5px;
	font-size: 13px;
	vertical-align: middle;
}

.reg-button>p {
	display: inline-block;
	width: 138px;
	background-color: #000;
	border-radius: 3px;
	text-align: center;
}

#eet_newsletter_captcha {
	margin-top: -10px;
}

#eet_newsletter_captcha>div {
	margin: 15px auto;
}

#eet_newsletter_captcha iframe {
	transform: scale(0.855);
	position: relative;
	left: -21px;
}
/*-- end of top center bottom newsletter --*/

.exclusive_videos {
	font-size: 0;
}

.exclusive_videos .section_title {
	margin-top: 30px;
}

.exclusive_videos ul,
.exclusive_videos li {
	list-style-type: none;
	padding: 0;
	margin: 0;	
}

.exclusive_videos ul {
	font-size: 0;
	max-width: 790px;
}

.exclusive_videos .slick-arrow.slick-next {
	position: absolute;
	right: -20px;
	top: 20%;
	z-index: 1;
}

.exclusive_videos .slick-arrow.slick-prev {
	position: absolute;
	left: -19px;
	top: 20%;
	z-index: 1;
}

.exclusive_videos .slick-arrow {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.7);
}

.exclusive_videos .slick-arrow .arrow {
	border: solid #7f7f7f;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 7px;
	position: relative;
	right: 19px;
	top: 16px;
}

.exclusive_videos .slick-arrow .arrow.right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.exclusive_videos .slick-arrow .arrow.left {
	position: relative;
	right: 0;
	left: 19px;
	top: 16px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.exclusive_videos .eet_video_icon {
    width: 30px;
    height: 30px;
    left: 10px;
    bottom: 10px;
}

.exclusive_videos .atl,
.exclusive_videos .decl,
.exclusive_videos .crro
 {
	display: inline-block;
	background-color: #F4F4F5;
	font-size: 0;
	padding: 25px 15px 0 30px;
}

.exclusive_videos .border_cont {
	display: inline-block;
	width: 100%;
	padding: 0 0 30px;
	border-bottom: 1px dotted #ccc;
}

.exclusive_videos .crro .border_cont {
    border-bottom: 0;
}

.exclusive_videos .featured {
	display: inline-block;
	width: 29%;
	padding-right: 15px;
	margin-top: -13px;
}

.exclusive_videos .featured .desc {
	display: inline-block;
	width: 100%;
	color: #000000;
	font-family: D-DIN;
	font-size: 15px;
	padding: 10px 0;
	letter-spacing: -0.4px;
	line-height: 20px;
}

.exclusive_videos .featured .show_more {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.exclusive_videos .video_container {
	display: inline-block;
	width: 71%;
	float: right;
	padding-left: 20px;
	border-left: 1px dotted #ACACAC;
}

.exclusive_videos .video_container li.post {
	display: inline-block;
	width: 32%;
	float: left;
	margin: 0 10px;
	vertical-align: top;
	background: #fff;
}

.exclusive_videos .post .img a {
	position: relative;
}

.exclusive_videos .post .text {
	display: inline-block;
	width: 100%;
	height: 128px;
	padding: 15px 15px 20px;
}

.exclusive_videos .post .text .title a {
	display: inline-block;
	font-size: 16px;
	line-height: 19px;
	max-height: 76px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.exclusive_videos .post .time {
	display: inline-block;
	width: 100%;
	color: #999;
	font-size: 12px;
	font-family: "D-DIN";
	line-hight: 21px;
	padding-top: 5px;
}

.exclusive_videos .post .text a {
	color: #000;
}

.exclusive_videos .show_more a {
	color: #000;
}

.exclusive_videos .show_more a:after {
	content: "";
	border: solid #999;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: relative;
	top: 2px;
	margin-left: 4px;
}

.exclusive_videos .center_line,
.weekly_editions .center_line {
	display: inline-block;
	width: 100%;
	position: relative;
	top: -23px;
	z-index: 0;
	border-top: 1px dotted #ACACAC;
}

.weekly_editions {
	font-size: 0;
}

.weekly_editions .edition_case {
	padding: 20px 30px 15px;
	background: url('/assets/themes/eet/images/premium/weekly_edition_bg.jpg') repeat 100% 100%;
}

.edition_case .weekly .columns {
	font-size: 0;
	margin: 10px 0 15px;
}

.edition_case .weekly .columns span {
	display: inline-block;
	width: 20%;
	text-align: center;
	color: #A7866C;
	font-family: "D-DIN", Arial;
	font-size: 27px;
	line-height: 33px;
}

.weekly_editions .weekly .border {
	display: block;
	border-bottom: 1px dotted #ACACAC;
	margin: 0 30px 30px;
}

.weekly_editions .edition {
	display: inline-block;
	width: 20%;
}

.weekly_editions .special .title {
	display: inline-block;
	background-color: #664D36;
	width: 222px;
	color: #FFE1C4;
	font-family: "D-DIN";
	font-size: 24px;
	line-height: 33px;
	text-align: center;
	padding: 8px 0;
}

.weekly_editions .row ul {
	font-size: 0;
}

.weekly_editions .coming_soon {
	color: #A7866C;
	font-family: "D-DIN Condensed";
	font-size: 30px;
	line-height: 33px;
	text-align: center;
	padding-top: 38%;
	min-height: 175px;
}

.weekly_editions .row li {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
	padding: 0 30px;
}

.weekly_editions .row .img {
	box-shadow: 0 0 8px 0 rgba(181,158,139,0.7);
}

.weekly_editions .row .img img {
	width: 100%;
}

.weekly_editions .date {
	padding: 10px 0 30px;
}

.weekly_editions .date span {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
	color: #A7866C;
	font-family: "D-DIN Condensed Bold";
	font-size: 17px;
	line-height: 18px;
	text-align: center;
}

.weekly_editions .show_more {
	float: none;
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

.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;
	display: inline-block;
	margin-right: 20px;
}

.category_parts .focus_headlines .block_title {
	margin-bottom: 8px;
	font-size: 29px;
	line-height: 31px;
}

.category_parts .focus_headlines:last-child, .category_parts .focus_headlines.science_tech, .category_parts .focus_headlines.entertainment {
	margin-right: 0;
}

.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: 30px;
	line-height: 30px;
	font-weight: 600;
	font-family: Vollkorn, Georgia, Palatino;
	font-style: italic;
	letter-spacing: -0.5px;
	color: #000;
}

.slice_articles li .image {
	position: relative;
	display: inline-block;
	font-size: 0;
}

.slice_articles li.bottom_6 {
	display: inline-block;
	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;
	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 .eet_video_icon {
	width: 33px;
	height: 33px;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
}

.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;
}

/* css for canada/australia homepage version */
.ca_au_home.trump_presidency .block_title {
	background-color: #fff;
}

.ca_au_home.trump_presidency .block_title a {
	color: #000;
}

.ca_au_home.trump_presidency .block_title span {
	margin-left: 0;
}

.ca_au_home.trump_presidency .block_title span:before {
	background: none;
}

#homepage_edition_opt.hidden {
	display: none;
}

#homepage_edition_opt {
	position: fixed;
	top: 20vw;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 770px;
	height: 395px;
	background-color: rgba(4, 59, 104, .95);
	border-radius: 10px;
	color: #fff;
	text-align: center;
	z-index: 101;
}

#homepage_edition_opt .close {
	position: absolute;
	right: 15px;
	top: 18px;
	display: block;
	width: 25px;
	height: 25px;
}

#homepage_edition_opt .close:before, #homepage_edition_opt .close:after {
	content: "";
	position: absolute;
	display: block;
	margin: auto;
	right: 0;
	top: 13px;
	width: 25px;
	height: 0;
	border-top: 2px solid #fff;
	transform: rotate(45deg);
	transform-origin: center;
}

#homepage_edition_opt .close:after {
	transform: rotate(-45deg);
}

#homepage_edition_opt .txt1, #homepage_edition_opt .txt3 {
	text-align: right;
	padding: 17px 60px 0 0;
	font-size: 16px;
	font-family: "D-DIN", Arial;
}

#homepage_edition_opt .txt2 {
	font-family: "Volkon";
	font-style: italic;
	font-size: 27px;
	font-weight: 600;
	margin: 60px 80px 0;
}

#homepage_edition_opt .txt2 span:before, #homepage_edition_opt .txt2 span:after {
	content: "";
	display: inline-block;
	width: 56px;
	height: 0;
	border-top: 1px solid #fff;
	position: relative;
	top: -7px;
	right: 21px;
}

#homepage_edition_opt .txt2 span:after {
	right: 0;
	left: 21px;
}

#homepage_edition_opt .edition_opt {
	padding: 25px 80px 20px;
	display: flex;
	justify-content: space-between;
	color: #043b68;
	font-family: "D-DIN Condensed Bold", Arial;
	font-size: 21px;
}

#homepage_edition_opt .edition_opt span {
	display: inline-block;
	width: 30%;
	background-color: #fff;
	border-radius: 5px;
	padding: 8px 0;
	cursor: pointer;
}

#homepage_edition_opt .edition_opt span a, #homepage_edition_opt .edition_opt span a:visited {
	color: #043b68;
}

#homepage_edition_opt .txt3 {
	text-align: center;
	padding: 0;
}

@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: 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_video {
		margin: 30px 0;
	}
	.left_side .opinions {
		width: calc(( 100% - 45px)/3);
		float: left;
		margin-right: 30px;
	}
	.left_side .featured, .left_side .editors_picks {
		width: calc(33.3% - 17px);
		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%;
	}
	.left_side .opinions li:nth-child(n+5) {
		display: none;
	}
	.left_side .opinions li:nth-child(n+4) {
		border-bottom: 0;
	}
	.left_side .hp_article_list li:nth-child(n+2) {
		border-bottom: none;
	}
	.left_side .hp_article_list li:nth-child(n+3) {
		display: none;
	}
	.left_side .editors_picks .hp_article_list li:nth-last-child(1) {
		border-bottom: none;
	}
	.opinions .read_more_cat {
		margin-bottom: 30px;
	}
	.section_title {
		margin: 30px 0 0;
	}
	.exclusive_videos ul {
	    max-width: 500px;
	}
	.trump_presidency li:nth-child(n+9) {
		display: none;
	}
	.trump_presidency .read_more_cat {
		margin-bottom: 20px;
	}
	.digital_newspaper .bg_container {
		padding: 20px 30px 30px;
	}
	.exclusive_videos .featured {
		margin-top: -7px;
	}
	.exclusive_videos .atl, .exclusive_videos .decl {
		padding: 25px 10px 0;
	}
	.exclusive_videos .featured {
		padding-right: 10px;
	}
	.exclusive_videos .video_container {
		padding-left: 10px;
	}
	.weekly_editions .edition_case {
		padding: 15px 8px;
	}
	.weekly_editions .row li {
		padding: 0 10px;
	}
}