/*font*/
@import url('/assets/themes/eet/css/fonts.css?ver=20231030');

html {
	-webkit-text-size-adjust: 100%;
	/* Prevent font scaling in landscape while allowing user zoom */
}

body > header {
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
	height: 46px;
}

header a {
	color: #000;
}

header.nav-up {
	display: none;
}

header .container {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 45px;
	text-align: center;
	padding: 0;
	background-color: #fff;
	z-index: 1;
}

header .container>div {
	display: inline-block;
	float: left;
	vertical-align: top;
	height: 45px;
	line-height: 45px;
}

header .container .hamburger {
	width: 40px;
}

header .container .hamburger a {
	font-size: 0;
	text-decoration: none;
}

header .container .hamburger a:before {
	font-family: 'Genericons';
	font-size: 24px;
	content: '\f191';
	position: relative;
	top: 6px;
	color: #bcbcbc;
}

header .container .close a:before {
	font-family: 'Genericons';
	font-size: 22px;
	line-height: 0;
	content: '\f107';
	position: relative;
	top: 8px;
}

header .container .logo {
	position: relative;
	width: calc(100% - 130px);
	text-transform: uppercase;
	overflow: hidden;
}

header .container .logo img {
	max-height: 20px;
	vertical-align: middle;
}

header .container .logo svg {
	max-height: 19px;
	vertical-align: middle;
}

header .container .logo .logo_text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	color: #000;
	width: 1px;
	height: 1px;
	overflow: hidden;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

header .container .icon_wrapper {
	min-width: 106px;
	float: right;
}

header .container .icon_wrapper a {
	position: relative;
	display: inline-block;
	font-size: 10px;
	text-transform: capitalize;
	padding-top: 10px;
}

header .container .icon_wrapper .subscribe {
	color: #000;
	padding-right: 5px;
}

header .icon_wrapper .subscribe:before {
	content: '';
	background: url(/assets/themes/eet/images/icon_subscribe.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	display: inline-block;
	top: 10px;
	left: 7px;
	width: 30px;
	height: 15px;
}

header .search_box input {
	background: #eee;
	border-radius: 3px;
	height: 36px;
	outline: 0;
	border: 0;
	box-shadow: inset 0 0 1px #999;
	width: 100%;
	padding-right: 35px;
	padding-left: 10px;
	font-size: 13px;
}

header #navbox .search_box a.search_icon {
	display: inline;
	font-size: 0;
}

header form {
	display: table;
	width: 100%;
}

header .search_box .search_icon:before {
	font-family: 'Genericons';
	content: '\f129';
	font-size: 18px;
	color: #000;
	position: absolute;
	top: 20px;
	right: 20px;
}

label[for=searchtext], label[for=searchtext404], #header .search, .search_icon, #header a.toggle {
	font-size: 0;
	display: none;
}

header #navbox {
	display: block;
	background-color: #fff;
	top: 44px;
	left: 0;
	z-index: 1000;
	border-top: 1px solid #ccc;
	bottom: 0;
	position: fixed;
	overflow: auto;
	width: 100vw;
	max-height: calc(100vh - 44px);
	-webkit-overflow-scrolling: touch;
}

.ticker_container + header #navbox {
	top: 80px;
}

header #navbox a {
	max-width: calc(100% - 47px);
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}

header .hidden, header #navbox.hidden {
	display: none;
}

header #navbox ul, header #navbox li {
	list-style-type: none;
}

header #navbox>ul {
	padding: 10px 12px 9px;
	border-bottom: 1px solid #ccc;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
}

header #navbox>ul.has_sub_menu {
	padding: 0;
}

header #navbox>ul.has_sub_menu>li {
	padding: 10px 0 9px 12px;
}

header #navbox>ul.has_sub_menu>li.expand {
	border-bottom: 1px solid #ccc;
}

header #navbox>ul.has_sub_menu .arrow_up_down {
	float: right;
	text-align: center;
	height: 14px;
	width: 20px;
	padding-top: 1px;
}

header #navbox>ul.has_sub_menu .arrow_up_down:before {
	font-family: 'Genericons';
	content: '\f12a';
	font-size: 20px;
	line-height: 0;
	color: #000;
	position: relative;
	top: 6px;
}

header #navbox>ul.has_sub_menu li.expand .arrow_up_down:before {
	content: '\f10a';
}

header #navbox>ul.has_sub_menu>div {
	display: none;
}

header #navbox>ul.has_sub_menu>li.expand+div {
	display: block;
}

header #navbox>ul.has_sub_menu>div li {
	padding: 10px 12px 9px 43px;
	border-bottom: 1px solid #ccc;
}

header #navbox>ul.has_sub_menu>div li a {
	font-family: 'Roboto', sans-serif;
}

header #navbox>ul.has_sub_menu>div li:last-child {
	border-bottom: none;
}

header #navbox>ul>li:before {
	font-family: 'Genericons';
	font-size: 18px;
	line-height: 0;
	color: #000;
	position: relative;
	margin-right: 9px;
	width: 19px;
	display: inline-block;
	vertical-align: middle;
}

header #navbox>ul.home>li:before {
	content: '\f192';
	margin-right: 6px;
}

header #navbox>ul.todays_headline>li:before {
	content: '\f123';
}

header #navbox>ul.editors_picks>li:before {
	content: '\f11a';
}

header #navbox>ul.top_news>li:before {
	content: '\f195';
}

header #navbox>ul.most_popular>li:before {
	content: '\f1ca';
}

header #navbox>ul.featured>li:before {
	content: '\f11c';
}

header #navbox>ul.special.series>li:before {
	content: '\f171';
	top: 3px;
}

header #navbox>ul.sports>li:before {
	content: '\f194';
	top: -1px;
}

header #navbox>ul.food>li:before {
	content: '\f19f';
}

header #navbox>ul.video>li:before {
	content: '\f196';
}

header #navbox>ul.us>li:before {
	content: '\f124';
}

header #navbox>ul.politics>li:before {
	content: '\f11f';
}

header #navbox>ul.china>li:before {
	content: '\f119';
}

header #navbox>ul.world>li:before {
	content: '\f126';
}

header #navbox>ul.epochtv>li:before {
	content: '\f1b9';
}

header #navbox>ul.opinion>li:before {
	content: '\f11e';
}

header #navbox>ul.business>li:before {
	content: '\f118';
	top: 9px;
}

header #navbox>ul.science>li:before {
	content: '\f121';
	top: 4px;
}

header #navbox>ul.bright>li:before {
	content: '\f1c8';
}

header #navbox>ul.health>li:before {
	content: '\f125';
}

header #navbox>ul.magazines>li:before {
	content: '\f1cb';
}

header #navbox>ul.arts>li:before {
	content: '\f117';
	top: 3px;
}

header #navbox>ul.entertainment>li:before {
	content: '\f11b';
	top: -1px;
}

header #navbox>ul.life>li:before {
	content: '\f193';
}

header #navbox>ul.hongkong>li:before {
	content: '\f1c1';
}

header #navbox>ul.games>li:before {
	content: '\f1b0';
}

header #navbox>ul.edition>li:before {
	content: '';
	background: url(/assets/themes/eet/images/edition.png) no-repeat center;
	background-size: 100%;
	display: inline-block;
	width: 15px;
	height: 19px;
}

header #navbox>ul.edition>li a {
	vertical-align: text-bottom;
}

header #navbox>ul.newsstands>li:before {
	content: '';
	background: url(/assets/themes/eet/images/icon_newsstands.svg) no-repeat center;
	background-size: 100%;
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 9px;
}

header #navbox>ul.newsstands>li a {
	vertical-align: bottom;
}

header #navbox>ul.epochshop>li:before {
	content: '\f103';
	font-size: 19px;
	line-height: 16px;
}

header #navbox>ul.gift>li:before {
	content: '';
	background: url(/assets/themes/eet/images/icon_gift.png) no-repeat center;
	background-size: 100%;
	display: inline-block;
	width: 15px;
	height: 12px;
	line-height: 12px;
	margin-right: 12px;
}

header #navbox .top_news {
	margin: 0;
}

header #navbox .genericon-emg-heart::before {
	content: '\f1ac';
	font-size: 15px;
	margin-right: 3px;
}

.ticker_container {
	display: block;
	width: 100%;
	min-height: 36px;
	border-bottom: 1px solid rgb(235, 235, 235);
}

.ticker_container .wrapper {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	column-gap: 16px;
	justify-content: space-between;
	margin: 0 auto;
	padding: 8px;
	overflow: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.ticker_container .wrapper::-webkit-scrollbar {
	display: none;
}

.ticker_container .one_ticker {
	border-left: 2px solid #3f857a;
	line-height: 19px;
	white-space: nowrap;
	color: #000;
}

.ticker_container .one_ticker.down {
	border-left-color: #ec786d;
}

.ticker_container .name, .ticker_container .price, .ticker_container .percent {
	margin-left: 4px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0;
	color: #000;
}

.ticker_container .price, .ticker_container .percent {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.ticker_container .percent {
	color: #3f857a;
}

.ticker_container .down .percent {
	color: #ec786d;
}

footer, footer a {
	font-family: 'Roboto', sans-serif;
	background-color: #122060;
}

footer .bottom_logo {
	text-align: center;
	padding-top: 25px;
}

footer .bottom_logo .logo {
	display: inline-block;
	width: 61%;
}

footer .bottom_logo .logo a {
	display: block;
}

footer .bottom_logo .logo a img {
	display: block;
	width: 100%;
	max-width: 100%;
}

footer .languages, footer .download_app {
	text-align: center;
}

footer .languages .block_title, footer .download_app .block_title {
	font-size: 13px;
	color: #fff;
	padding-top: 20px;
	margin-bottom: 20px;
}

footer .languages ul {
	padding: 0 0 10px;
	margin: 0 15px 15px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

footer .languages ul li {
	list-style: none;
}

footer .languages ul li a {
	font-size: 13px;
	color: #fff;
}

footer ul.others {
	padding: 20px 0;
	margin: 5px 15px 9px;
	text-align: center;
}

footer ul.others li {
	display: inline-block;
	padding: 0 10px;
	font-size: 13px;
	line-height: 30px;
	white-space: nowrap;
}

footer ul.others li a {
	color: #fff;
}

footer .app_store {
	margin: 20px 30px 0;
}

footer .app_store img {
	max-width: 49%;
	height: 45px;
	width: auto;
}

footer .copyright {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 30px;
	color: #fff;
}

footer #backtotop {
	display: block;
}

footer #backtotop .totop {
	font-size: 0 !important;
	color: #fff;
	opacity: 1;
	height: 45px;
	width: 45px;
	z-index: 10;
	position: fixed;
	bottom: 140px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	display: inline-block;
	background: url(/assets/themes/eet/images/backtotop.svg) no-repeat;
}

footer .cookie-small-bar {
	position: fixed;
	display: none;
	bottom: 0;
	right: 100px;
	border: 1px solid rgb(68, 68, 68);
	border-bottom: none;
	background-color: #fff;
	z-index: 999;
	text-align: center;
	font-size: 10pt;
	padding: 5px 10px;
	cursor: pointer;
	color: #000;
}

footer .cookie-bar {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #3d5a96;
	z-index: 999;
	vertical-align: middle;
	padding: 15px;
	font-size: 16px;
	color: #f2f2f2;
	line-height: 22px;
}

footer .cookie-bar .warning-text {
	width: 100%;
	padding: 0;
	text-align: left;
	margin-bottom: 20px;
}

footer .cookie-bar span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	margin-bottom: 10px;
}

footer .cookie-bar a {
	text-decoration: none;
}

footer .cookie-bar .accept-btn {
	background-color: #fff;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 6px;
	padding: 5px 15px 6px;
	font-weight: 700;
	color: #000;
	margin-right: 15px;
}

footer .cookie-bar .accept-btn a {
	color: #000;
	background: transparent;
}

footer .cookie-bar .read-more a {
	color: #fff;
	padding: 0 10px;
	font-weight: bold;
	margin: 0 20px;
	background: transparent;
}

footer .cookie-bar #top_close a {
	color: #fff;
	font-size: 40px;
	background: transparent;
}

footer .cookie-bar .accept-btn a:hover, footer .cookie-bar .read-more a:hover, footer .cookie-bar #top_close a:hover {
	color: #E28504 !important;
	text-decoration: none;
}

ul.post_list li>a {
	position: relative;
}

.eet_video_icon {
	position: absolute;
	background-image: url(/assets/themes/eet/images/EET_Play_Button_big.svg);
	background-size: cover;
}

ul.post_list li .eet_video_icon {
	width: 50px;
	height: 50px;
	left: 50%;
	top: 38%;
	margin-left: -25px;
}

.eet_title_video_icon:before {
	content: '\f1be';
	font-family: 'Genericons';
	font-size: 17px;
	padding-bottom: 5px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.one_article {
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}

.one_article .image {
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
}

.one_article .time {
	position: absolute;
	right: 0;
	top: 0;
	background-color: red;
	color: #fff;
	padding-left: 5px;
	padding-right: 7px;
}

.one_article .title {
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 7px !important;
	color: #000;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	display: block;
}

.one_article .excerpt {
	font-size: 13px;
	line-height: 17px;
	color: #999;
	height: 36px;
	overflow-y: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.one_article .date {
	font-size: 13px;
	line-height: 17px;
	color: #999;
	display: block;
	margin-bottom: 5px !important;
}

.newsletter .image {
	display: grid;
}

.newsletter .image img {
	max-width: 100%;
}

.newsletter .subscribe_now {
	padding: 10px 0;
	background-color: #1b2677;
	width: 100%;
	text-align: center;
}

.newsletter .subscribe_now a {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	line-height: 24px;
	font-weight: 700;
}
/* content image zoom/social share popup start */
body.noScroll {
	overflow: hidden;
}

#img_popup_overlay, #social_popup_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .9);
	z-index: 1000;
}

#img_popup_overlay .close {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-weight: bolder;
}

#img_popup_overlay .close:before, #img_popup_overlay .close:after {
	position: absolute;
	top: 6px;
	right: 20px;
	content: ' ';
	height: 28px;
	width: 2px;
	background-color: #fff;
}

#img_popup_overlay .close:before {
	transform: rotate(45deg);
}

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

#img_popup_overlay img {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translate(0, -50%);
}

#social_popup_overlay {
	padding: 23vh calc((100vw - 245px) / 2) 0;
}
/* content image zoom/social share popup end */

/* social share buttons */
.social .major_social {
	display: inline-block;
}

.social .major_social span {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: top;
	font-size: 0;
	margin-right: 5px;
	text-align: center;
	padding-top: 3px;
}

.social .major_social a:before {
	color: #fff;
}

.social .major_social span>a:before {
	font-family: 'Genericons';
	font-size: 17px;
	line-height: 25px;
	display: block;
}

.social .major_social .fb {
	background-color: #1877F2;
}

.social .major_social .fb>a:before {
	content: "\f12d";
}

.social .major_social .twitter {
	background-color: #1DA1F2;
}

.social .major_social .twitter>a:before {
	content: "\f17c";
}

.social .major_social .email>a:before {
	content: "\f144";
}

.social .major_social .telegram {
	background: url("/assets/themes/eet/images/telegram-icon.png") no-repeat center center;
	background-size: 30px 30px;
	background-position: 0 0;
	height: 30px;
	padding: 0;
}

.social .major_social .telegram a {
	display: inline-block;
    width: 100%;
    height: 100%;
}

.social .major_social .more_social {
	background: url("/assets/themes/eet/images/plus-icon.png") no-repeat center center;
	background-size: 30px 30px;
	background-position: 0 0;
	height: 30px;
	padding: 0;
	cursor: pointer;
}

.sharing_popup_container .section_title {
	background-color: #EDEDED;
	padding: 15px 18px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	border-radius: 5px 5px 0 0;
	display: inline-block;
	width: 100%;
	text-align: left;
	position: relative;
	color: #000;
}

.sharing_popup_container .close_button {
	float: right;
	cursor: pointer;
}

.sharing_popup_container .close_button:before {
	content: '\f107';
	font-size: 20px;
	font-family: 'Genericons';
	font-weight: 100;
	color: #000;
	position: absolute;
	top: 15px;
	right: 20px;
	color: #979797;
	position: absolute;
	bottom: 0px;
}

.sharing_popup_container .platforms {
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	padding: 16px 8px 5px 20px;
}

.sharing_popup_container .platforms > div {
	display: inline-block;
	width: 100%;
	text-align: left;
}

.sharing_popup_container span {
    display: block;
    width: 30px;
    height: 30px;
	position: relative;
    font-size: 0;
    margin-right: 5px;
    text-align: center;
    padding-top: 3px;
    margin-bottom: 11px;
}

.sharing_popup_container .gab {
	background: url("/assets/themes/eet/images/gab-icon.png") no-repeat center center;
	background-size: 30px 30px;
	background-position: 0 0;
	height: 30px;
	padding: 0;
}

.sharing_popup_container .gab a {
	display: block;
	width: 100%;
	height: 100%;
}

.sharing_popup_container .gab>a:after {
	content: "Gab";
	font-size: 17px;
	line-height: 30px;
	display: inline-block;
	color: #000;
	position: absolute;
	left: 42px;
	bottom: 0;
}

.sharing_popup_container .whatsapp {
	background: url("/assets/themes/eet/images/whatsapp-icon.png") no-repeat center center;
	background-size: 30px 30px;
	background-position: 0 0;
	height: 30px;
	padding: 0;
}

.sharing_popup_container .whatsapp a {
	display: block;
	width: 100%;
	height: 100%;
}

.sharing_popup_container .whatsapp>a:after {
	content: "WhatsApp";
	font-size: 17px;
	line-height: 30px;
	display: inline-block;
	color: #000;
	position: absolute;
	left: 42px;
	bottom: 0;
}

.sharing_popup_container .telegram {
	background: url("/assets/themes/eet/images/telegram-icon.png") no-repeat center center;
	background-size: 30px 30px;
	background-position: 0 0;
	height: 30px;
	padding: 0;
}

.sharing_popup_container .telegram a {
	display: block;
	width: 100%;
	height: 100%;
}

.sharing_popup_container .telegram>a:after {
	content: "Telegram";
	font-size: 17px;
	line-height: 30px;
	display: inline-block;
	color: #000;
	position: absolute;
	left: 42px;
	bottom: 0;
}

.sharing_popup_container .linkedin {
	background-color: #0A66C2;
	vertical-align: middle;
}

.sharing_popup_container .linkedin>a:before {
	content: "\f140";
	font-family: 'Genericons';
	font-size: 17px;
	line-height: 25px;
	display: inline-block;
	color: #fff;
}

.sharing_popup_container .linkedin>a:after {
	content: "LinkedIn";
	font-size: 17px;
	line-height: 30px;
	display: inline-block;
	color: #000;
	position: absolute;
	left: 42px;
	bottom: 0;
}

.sharing_popup_container .mewe {
	padding-top: 0;
}

.sharing_popup_container .mewe>a {
	background: url(/assets/themes/eet/images/mewe-icon.png) no-repeat center center;
	background-size: 30px 30px;
	background-position: 0 0;
	width: 30px;
	height: 30px;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.sharing_popup_container .mewe>a:after {
	content: "Mewe";
	font-size: 17px;
	line-height: 30px;
	display: inline-block;
	color: #000;
	position: absolute;
	left: 42px;
	bottom: 0;
}

.sharing_popup_container .minds {
	padding-top: 0;
}

.sharing_popup_container .minds>a {
	background: url(/assets/themes/eet/images/minds-icon.png) no-repeat center center;
	background-size: 30px 30px;
	background-position: 0 0;
	width: 30px;
	height: 30px;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.sharing_popup_container .minds>a:after {
	content: "Minds";
	font-size: 17px;
	line-height: 30px;
	display: inline-block;
	color: #000;
	position: absolute;
	left: 42px;
	bottom: 0;
}

.sharing_popup_container .reddit {
	background-color: #FF6600;
}

.sharing_popup_container .reddit>a:before {
	font-family: 'Genericons';
	content: "\f15f";
	font-size: 21px;
	line-height: 25px;
	color: #fff;
}

.sharing_popup_container .reddit>a:after {
	content: "Reddit";
	font-size: 17px;
	line-height: 30px;
	display: inline-block;
	color: #000;
	position: absolute;
	left: 42px;
	bottom: 0;
}

.sharing_popup_container .email {
	background-color: #000;
	vertical-align: middle;
}

.sharing_popup_container .email>a:before {
	font-family: 'Genericons';
	content: "\f144";
	font-size: 17px;
	line-height: 25px;
	color: #fff;
}

.sharing_popup_container .email>a:after {
	content: "Email";
	font-size: 17px;
	line-height: 30px;
	display: inline-block;
	color: #000;
	position: absolute;
	left: 42px;
	bottom: 0;
}
/* social share buttons end */

.top_sticky {
	display: none;
	position: fixed;
	top: 0;
	z-index: 1000;
	font-size: 0;
	border-bottom: 1px solid #999;
}

.top_sticky a {
	display: inline-block;
	width: 100%;
	height: 73px;
	cursor: pointer;
	background: #fff;
}

.top_sticky .breaking {
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	font-weight: 600;
	padding: 0 10px 0 13px;
	color: #fff;
	background: #fd4c4e;
}

.top_sticky .close {
	float: right;
	position: relative;
	right: -10px;
	padding-top: 5px;
	width: 32px;
	height: 24px;
	z-index: 1001;
}

.top_sticky .close:before, .top_sticky .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 15px;
	width: 2px;
	background-color: #fff;
}

.top_sticky .close:before {
	transform: rotate(45deg);
}

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

.top_sticky .txt {
	display: inline-block;
	width: 100%;
	background: #fff;
	padding: 5px 7px 5px 13px;
}

.top_sticky .title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 70%;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	padding: 0;
	height: 60px;
	overflow: hidden;
}

.top_sticky .app {
	display: inline-block;
	width: 30%;
	padding: 5px 0 5px 10px;
	float: right;
}

.top_sticky .above {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 10px;
	text-align: center;
	color: #000;
}

.top_sticky .btn {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	margin-top: 4px;
	padding: 5px 0;
	text-align: center;
	border-radius: 4px;
	background: #fd4c4e;
}

@media screen and (max-width: 375px) {
	header .container .logo svg {
		width: 92%;
	}
}

@media screen and (max-width: 355px) {
	header .container .logo img {
		width: 92%;
	}
}

@media only screen and (max-width: 320px) {
	.top_sticky .above {
		font-size: 10px;
	}
	footer ul.others li {
		font-size: 11px;
	}
}

.premium_icon {
	position: absolute;
	bottom: 1px;
	left: 0;
}

.premium_icon:before {
	content: 'PREMIUM';
	color: #fff;
	background: #5B667E;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	padding: 2px 4px;
	line-height: 13px;
	vertical-align: super;
}

.lead_story .premium_icon:before, .slice_of_life .premium_icon:before, .first_big_img .premium_icon:before, .archive .article_list li:first-child .premium_icon:before, .page .article_list li:first-child .premium_icon:before {
	font-size: 17px;
	padding: 4px 7px;
	line-height: 22px;
}

.home .premium_content .premium_icon {
	display: none;
}

body.free_user .premium_icon {
	display: none;
}

/* follow author */
.follow_author {
	max-width: 128px;
	padding: 0 8px;
	line-height: 24px;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 14px;
	background: #3F6EB9;
	color: #fff;
}

.archive .follow_author {
	margin: 8px auto 0;
}

.follow_author.following {
	background-color: #fff;
	color: #3F6EB9;
	border: 1px solid #3F6EB9;
	border-radius: 4px;
}

.author_info .follow_author {
	padding: 0 22px;
	line-height: 30px;
	font-size: 16px;
}

/* eet_youmaker_social */
.ymk_social {
	display: inline-block;
	position: relative;
}

.ymk_social .share_link {
	margin: 0 12px 0 15px;
}

.ymk_social .share_dropdown {
	position: absolute;
	width: 100px;
	padding-top: 10px;
	opacity: 1;
	z-index: 9;
	display: inline-block;
}

.ymk_social .share_dropdown .share {
	margin: 0;
	text-align: center;
	display: block;
	padding: 10px 0 8px;
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 3px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
}

.ymk_social .share_dropdown a {
	width: 100%;
	color: #555;
	clear: left;
	overflow: hidden;
	white-space: nowrap;
	display: list-item;
	font-size: 12px;
	line-height: 28px;
	text-transform: uppercase;
	text-align: -webkit-match-parent;
	border-bottom: 1px dotted #cecece;
}

.ymk_social a.share_link, .ymk_social a.cmt_link {
	font-size: 0;
	line-height: 0;
	vertical-align: baseline;
	display: inline;
}

.ymk_social .share_link .share, .ymk_social .cmt_link .comments {
	font-size: 14px;
	line-height: 15px;
	color: #444;
	font-weight: 400;
}

.ymk_social .related .share_link {
	margin: 0 10px 0 15px;
}

.ymk_social .related .share_link .share, .ymk_social .related .cmt_link .comments {
	font-size: 13px;
	line-height: 12px;
	color: #444;
	font-weight: 400;
}

.ymk_social .share_link >span:before, .ymk_social .cmt_link >span:before {
	display: inline-block;
	font-family: 'Genericons';
	font-size: 12px;
	font-weight: 100;
	line-height: 12px;
	color: #000;
	margin-right: 2px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ymk_social .share_link .share:before {
	content: "\f1af";
}

.ymk_social .comments:before {
	content: "\f1ae";
}
/* end eet_youmaker_social */

/* app sticky promo */
.app_promo {
	background-color: #EEEFF1;
	padding: 8px 12px;
}

.app_promo .widget {
	display: flex;
	align-items: center;
}

.app_promo img {
	width: 32px;
	margin-right: 12px;
}

.app_promo .heading {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
}

.app_promo .text {
	font-size: 11px;
	line-height: 12px;
	color: #696969;
	font-family: 'Roboto', sans-serif;
	padding-top: 2px;
}

.app_promo .button {
	text-align: right;
	flex-grow: 1;
}

.app_promo .button span {
	color: #fff;
	background-color: #0F7AF2;
	border-radius: 20px;
	padding: 4px 12px;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
}

.app_promo ~ header #navbox {
	top: 92px;
}

.app_promo + .ticker_container + header #navbox {
	top: 128px;
}

.sy_promo ~ header #navbox {
	top: 228px;
}

.home .video_fit_container .vjs-countdown {
	top: auto;
}

/* ads style */
#ad_EET_1x1 {
	position: relative;
	z-index: 0;
}

#ad_EET_1x1 > div {
	margin-bottom: 28px;
}

/* post tags */
.single .tags {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        margin-top: 3em;
        margin-bottom: 1em;
}

.single .tags .block_title {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 10px;
}

.single .tags ul {
	list-style-type: none;
	display: inline-block;
}

.single .tags ul li {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}

.single .tags ul li a {
        padding: 1px 8px 2px;
        height: 21px;
        border: 1px solid #212e4f;
        border-radius: 12px;
        color: #000;
        text-decoration: none;
}

.single .tags ul li a:hover {
        background: #212e4f;
        color: #fff;
}

.single .related {
	margin: 0 auto;
	width: 100%;
	font-size: 14px;
	margin-top: 3em;
	margin-bottom: 1em;
}

.single .related .block_title {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 10px;
}

.single .related ul {
	list-style-type: none;
	display: inline-block;
}

.single .related ul li {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	list-style-type: none;
}

.single .related ul li a {
	padding: 1px 8px 2px;
	height: 21px;
	border: 1px solid #212e4f;
	border-radius: 12px;
	color: #000;
	text-decoration: none;
}
