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

/* header start */
body {
	font-family: 'ET Text', sans-serif;
}

#header a, #footer a {
	color: #000;
}

#header {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
}

.home #header {
	display: block;
	margin: 0 auto;
}

#header .hidden {
	display: none;
}

#header .top_container {
	background: #fffcf8;
	border-bottom: solid 1px #dedede;
}

#header .toprow {
	position: relative;
	height: 40px;
	line-height: 40px;
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}

#header .toprow>div {
	display: inline-block;
	float: left;
	font-size: 13px;
	line-height: 40px;
}

#header .toprow .left_col {
	width: 40%;
}

#header .toprow .language {
	padding-right: 18px;
}

#header .toprow .language:after {
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #000;
	position: relative;
	top: 10px;
	margin-left: 3px;
}

#header .toprow .date {
	width: 20%;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

#header .language_panel ul {
	position: absolute;
	top: 40px;
	left: 29px;
	width: 150px;
	text-align: left;
	background-color: #fff;
	padding: 10px 18px 25px;
	z-index: 1201;
	box-shadow: 0px 15px 10px -15px #111;
	border: 1px solid #dedede;
}

#header .language_panel ul li {
	font-family: 'Roboto', sans-serif;
	list-style-type: none;
	text-transform: uppercase;
	line-height: 25px;
}

#header .language_panel ul li:nth-of-type(4) {
	border-bottom: 2px solid #dedede;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

#header .language_panel a, #header .language_panel a:visited, #header .language_panel a:hover {
	color: #000;
}

#header .right_col {
	text-align: right;
	max-width: 30%;
}

#header .toprow .right_col {
	width: 40%;
	height: 40px;
	float: right;
}

header .right_col .subscribe {
	color: #fff;
	padding: 4px 9px;
	border-radius: 4px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 12px;
	background-color: #DF4A4A;
}

header .right_col .login a {
	display: none;
	padding: 3px 9px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

header .right_col .anonymous {
	display: inline-block;
}

header .right_col .my_subscription {
	color: #fff;
	padding: 4px 9px;
	border-radius: 4px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	background-color: #666;
	margin-right: 8px;
}

#header .right_col .subscribe a, #header .right_col .my_subscription a {
	color: #fff;
}

#header .right_col .search:before {
	content: '\f129';
	font-family: 'Genericons';
	font-size: 15px;
	color: #000;
	margin-right: 5px;
	margin-left: 25px;
	line-height: 30px;
	vertical-align: middle;
}

#header .right_col .search {
	vertical-align: middle;
}

#header #user_wrapper {
	position: relative;
	display: inline-block;
	margin-right: 40px;
	font-family: 'Roboto', sans-serif;
	width: 60%;
	height: 30px;
	vertical-align: middle;
}

#header .search,
.search_icon,
#header a.toggle {
	font-size: 0;
	vertical-align: top;
}

label[for=searchtext],
label[for=searchtext404] {
	display: none;
}

#header .search_icon {
	display: none;
}

.breaking_news {
	width: 100%;
	height: 40px;
	background-color: #0B2B53;
	position: fixed;
	top: 0;
	text-align: center;
	z-index: 20;
}

.breaking_news .container {
	max-width: 1200px;
	display: inline-block;
	padding: 8px 0;
	margin: 0 auto;
	color: #fff;
	height: 40px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.breaking_news .title {
	float: left;
	position: relative;
	width: calc(100% - 96px);
	display: inline;
	font-size: 17px;
	line-height: 26px;
}

.breaking_news .breaking_img {
	display: inline;
	float: left;
}

.breaking_news .title a {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	color: #fff;
	line-height: 25px;
	max-height: 25px;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-align: left;
	padding-left: 15px;
	padding-right: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.breaking_news .cross {
	float: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
}

.breaking_news .cross:after {
	content: '\f107';
	font-family: 'Genericons';
	font-size: 11px;
	color: #fff;
}

.top_wrapper #user_wrapper {
	height: 45px;
}

#user_wrapper.hidden {
	display: none !important;
}

#user_wrapper .user_name {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 30px;
	text-transform: uppercase;
	cursor: pointer;
}

#user_wrapper .user_name:after {
	content: '';
	position: absolute;
	bottom: 11px;
	right: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 5px 0 5px;
	border-color: #000 transparent transparent transparent;
}

#user_wrapper:hover ul{
	display: block;
}

#user_wrapper ul {
	position: absolute;
	display: none;
	top: 29px;
	right: -15px;
	width: 150px;
	background-color: #fff;
	padding: 10px 18px 10px;
	z-index: 101;
	box-shadow: 2px 3px 7px -3px #111;
	border: 1px solid #dedede;
}

.top_wrapper #user_wrapper ul {
	top: 43px;
}

#user_wrapper li {
	list-style: none;
	line-height: 30px;
}

.icon_wrapper a {
	text-transform: uppercase;
}

.icon_wrapper a:before {
	content: '';
	font-family: 'Genericons';
	font-size: 15px;
	color: #000;
	margin-right: 3px;
	vertical-align: middle;
}

.icon_wrapper .help_center:before {
	display: inline-block;
	background: url(/assets/themes/eet/images/HelpCenter.svg) no-repeat center;
	background-size: contain;
	width: 15px;
	height: 15px;
	font-size: 0;
	vertical-align: text-bottom;
	margin-right: 7px;
}

.icon_wrapper .subscribe:before {
	display: inline-block;
	background: url(/assets/themes/eet/images/icon_subscribe.png) no-repeat center;
	background-size: contain;
	width: 35px;
	height: 15px;
	font-size: 0;
}

.icon_wrapper .newsletter:before {
	content: '\f11d';
	top: 1px;
	font-size: 19px;
}

.icon_wrapper .newsstands:before {
	display: inline-block;
	background: url(/assets/themes/eet/images/icon_newsstands.svg) no-repeat center;
	background-size: contain;
	width: 20px;
	height: 15px;
	font-size: 0;
	vertical-align: text-bottom;
}

.icon_wrapper .epochshop:before {
	content: '\f103';
	font-size: 19px;
	line-height: 22px;
}

.icon_wrapper .gift:before {
	display: inline-block;
	background: url(/assets/themes/eet/images/icon_gift.png) no-repeat center;
	background-size: contain;
	width: 19px;
	height: 15px;
	font-size: 0;
	vertical-align: text-bottom;
}

.home #header #search_pannel {
	top: -9px;
}

#header #search_pannel {
	position: absolute;
	top: 51px;
	right: 30px;
	width: 240px;
	box-shadow: 0 0 6px #e7e7e7;
	background: #fff;
	z-index: 1002;
}

#header #search_pannel form {
	position: relative;
}

#header #search_pannel input {
	display: block;
	border-radius: 3px;
	height: 36px;
	outline: 0;
	border: 1px solid #999;
	width: 100%;
	padding-right: 35px;
	padding-left: 10px;
}

#header #search_pannel .search_icon:before {
	font-family: 'Genericons';
	content: '\f129';
	font-size: 15px;
	color: #000;
	position: absolute;
	top: 5px;
	right: 7px;
	border-left: 1px solid #999;
	padding-left: 7px;
}

.ui-widget-overlay {
	background: #fff;
	opacity: 0;
	filter: Alpha(Opacity = 30);
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#header .center_container {
	position: relative;
	margin: 0 auto;
}

#header .main_logo {
	text-align: center;
	margin-top: 17px;
	height: 47px;
	position: relative;
}

#header .main_logo img {
	max-height: 47px;
	height: 47px;
}

#header .main_logo svg {
	max-height: 47px;
	height: 47px;
	max-width: 100%;
}

#header .main_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;
}

.home #hidden_menu {
	top: 94px;
}

#header #hidden_menu::-webkit-scrollbar {
	display: none;
}

#hidden_menu {
	width: 100%;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	background-color: #fff;
	position: absolute;
	top: 47px;
	left: 0;
	z-index: 1000002;
	padding: 0 9% 30px;
	box-shadow: 0px 15px 10px -15px #111;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 640px;
}

#header #hidden_menu .icon_wrapper a span {
	display: inline;
}

#hidden_menu .close_icon {
	text-align: right;
	padding: 10px 0;
	font-weight: normal;
}

#hidden_menu .close_icon>a:after {
	font-family: 'Genericons';
	content: '\f107';
	font-size: 15px;
	color: #000;
	position: relative;
	top: 3px;
	padding-left: 5px;
}

#header #hidden_menu .icon_wrapper {
	display: inline-block;
	float: left;
	width: 20%;
	text-align: left;
	line-height: 21px;
}

#hidden_menu .icon_wrapper a {
	display: inline-block;
	border: 1px solid #000;
	padding: 6px 9px;
	border-radius: 3px;
	margin: 6px 0;
	width: 145px;
	height: 32px;
}

#header .main_nav::-webkit-scrollbar {
	display: none;
}

#header .main_nav {
	width: 100%;
	text-align: center;
	border-bottom: solid 1px rgba(142, 142, 142, 0.73);
	border-top: 1px solid #000;
	line-height: 1;
	padding: 6px 10px;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
	overflow: -moz-scrollbars-none;
}

#header .main_nav .nav-menu {
	margin: 0 auto;
}

#header .main_nav ul li {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.5px;
	list-style: none;
	padding: 3px 8px;
}

#header .main_nav ul li:last-child {
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	letter-spacing: -0.3px;
}

#header .sticky_container {
	display: none;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
}

#header .sticky_container.fixed {
	position: fixed;
	top: 0;
	z-index: 11;
}

#header .sticky_nav {
	max-width: 1272px;
	width: 100%;
	margin: 0 auto;
	padding: 0 36px;
}

#header .sticky_nav > div {
	display: inline-block;
	vertical-align: bottom;
}

#header .sticky_nav .left_col a, #header .sticky_nav .left_col ul {
	display: inline-block;
	vertical-align: middle;
}

#header .sticky_nav .left_col img {
	display: block;
	width: 40px;
}

#header .sticky_container li {
	list-style: unset;
	display: inline-block;
	margin-left: 42px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 56px;
	color: #000000;
}

#header .sticky_nav .right_col {
	float: right;
	padding-top: 10px;
}

#header #menu-front-page-chinanews li:last-child {
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	list-style: none;
	padding: 3px 7px;
}

#header #menu-front-page-chinanews li:last-child:after {
	content: none;
}

#header .full_menu_items #menu-feature-menu {
	padding-bottom: 20px;
}

#header .full_menu_items #menu-feature-menu>li {
	padding-bottom: 0;
}

#header .full_menu_items>span {
	width: 20%;
}

.full_menu_items a {
	color: #000;
}

.full_menu_items>span {
	display: inline-block;
	float: left;
	width: 25%;
	padding-left: 3%;
	vertical-align: top;
}

.full_menu_items li {
	list-style-type: none;
}

.full_menu_items ul.nav-menu>li {
	padding-bottom: 20px;
}

.full_menu_items ul.nav-menu>li>a {
	text-transform: uppercase;
}

.full_menu_items ul.sub-menu {
	font-family: 'Roboto', sans-serif;
	padding-top: 3px;
}

.full_menu_items ul.sub-menu li {
	line-height: 1.4;
}

/* single header start */
#header .container {
	position: relative;
	height: 45px;
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}

#header .top_wrapper {
	line-height: 1;
	position: relative;
}

#header .top_wrapper .logo img {
	height: 20px;
	vertical-align: middle;
	aspect-ratio: auto 5 / 3;
}

#header .top_wrapper>div {
	line-height: 45px;
	height: 45px;
	font-size: 13px;
}

#header .top_wrapper .left_col {
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
}

#header .logo {
	display: block;
	text-align: center;
}

#header .top_wrapper .right_col {
	position: absolute;
	top: 0;
	right: 0;
}

#header .right_col #login_wrapper {
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 50px);
}

#header .top_wrapper .toggle {
	display: inline-block;
	width: 40px;
}

#header .top_wrapper .about_us {
	margin: 0 20px;
	font-family: 'Roboto', sans-serif;
}

#header .top_wrapper .donate {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}


#header .top_wrapper .toggle:before {
	font-family: 'Genericons';
	content: '\f128';
	font-size: 28px;
	color: #000;
	position: absolute;
	top: 6px;
}

#header .container .close:before {
	content: '\f107';
	font-size: 20px;
	top: 3px;
}

#header .center_container .tagline {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-size: 18px;
	padding-top: 9px;
	padding-bottom: 5px;
	text-align: center;
	letter-spacing: 0.2px;
}

#header .right_col #login_wrapper iframe {
	max-width: 100%;
}

.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;
	justify-content: space-between;
	overflow: hidden;
	max-width: 1260px;
	margin: 0 auto;
	padding: 8px 30px;
}

.ticker_container .one_ticker {
	border-left: 4px 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: 8px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0;
}

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

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

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

@media screen and (max-width: 1200px) {
	#header .container .icon_wrapper a span, #header .top_container .icon_wrapper a span {
		display: none;
	}
}

@media screen and (max-width: 1100px) {
	#header .sticky_container li {
		margin-left: 28px;
	}
}

@media screen and (max-width: 1024px) {
	#header .sticky_nav {
		padding-left: 10px;
		padding-right: 10px;
	}

	#header .sticky_container li {
		margin-left: 10px;
	}
}

@media screen and (max-width: 865px) {
	#header .top_wrapper .about_us {
		margin: 0 8px;
	}
	#hidden_menu {
		padding: 0 20px 50px;
	}
	#header .subscribe {
		padding-right: 10px;
	}
	#header .cat_name {
		display: none;
	}
	#header #hidden_menu .icon_wrapper {
		width: 100%;
		padding: 0 0 10px;
	}
	#header #hidden_menu .icon_wrapper a {
		margin-right: 20px;
	}
	#header .full_menu_items>span {
		width: 25%;
	}
}

@media screen and (max-width: 712px) {
	#header .toprow .date {
		display: none;
	}
}

@media screen and (max-width: 700px) {
	#header .toprow .left_col {
		width: 50%;
	}
	#header .top_wrapper .about_us {
		display: none;
	}
	#header .toprow .right_col {
		width: 50%;
	}
}

@media screen and (max-width: 670px) {
	#header .container .icon_wrapper {
		display: none;
	}
}

@media screen and (max-width: 615px) {
	#header .right_col .search:before {
		margin-left: 15px;
	}
}

@media screen and (max-width: 600px) {
	#header .main_logo svg {
		width: 92%;
	}

	#header .right_col .search {
		display: none;
	}
}

@media screen and (max-width: 520px) {
	#header .container {
		padding: 0;
	}
}

@media screen and (max-width: 455px) {
	#header .top_wrapper .left_col {
		display: none;
	}
	#header .logo {
		text-align: left;
	}
}
/* header end */

/* footer start */
#footer {
	display: inline-block;
	width: 100%;
	background: #f5f5f5;
}

#footer ul li {
	list-style: none;
}

#footer .container {
	max-width: 1260px;
	margin: auto;
	padding: 50px 0;
	line-height: 1;
}

#footer .toprow {
	display: inline-block;
	width: 100%;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 20px;
	line-height: 21px;
}

#footer .toprow .logo {
	height: 24px;
	margin-right: 50px;
}

#footer .toprow .logo img {
	height: 100%;
}

#footer .toprow>div {
	display: inline-block;
	float: left;
}

#footer .toprow .icon_wrapper {
	width: calc(100% - 325px);
}

#footer .toprow .icon_wrapper a {
	border: 1px solid #000;
	padding: 0 9px;
	border-radius: 5px;
	margin: 0 12px 7px 0;
	line-height: 33px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 13px;
	display: inline-block;
}

#footer .toprow .icon_wrapper a:first-child {
	margin-left: 0;
}

#footer #menu-feature-menu {
	border-bottom: solid 1px #cccccc;
	padding: 5px 0;
}

#footer #menu-feature-menu li {
	display: inline-block;
	padding: 5px 10px;
}

#footer #menu-feature-menu li:first-child {
	display: inline-block;
	padding-left: 0;
}

#footer #menu-feature-menu li a {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
}

#footer .link_menu {
	display: inline-block;
	float: left;
	width: 25%;
	margin: 35px 0;
	padding-right: 10px;
	line-height: 1.2;
}

#footer .link_menu .others, #footer .link_menu .languages {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

#footer .link_menu a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 17px;
}

#footer .download_app .block_title {
	padding-bottom: 15px;
}

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

#footer .block_title {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #000;
	padding: 25px 0 15px;
	margin-bottom: 0;
	background-color: unset;
}

#footer .full_menu_items {
	display: inline-block;
	float: left;
	width: 75%;
	margin: 35px 0;
	border-left: 1px solid #ccc;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
}

#footer .copyright {
	width: 100%;
	text-align: center;
	margin: 20px 0;
	padding: 20px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	border-top: 1px solid #ccc;
	color: #000;
}

@media screen and (max-width: 1300px) {
	#footer .container {
		padding: 50px 30px;
	}
}

@media screen and (max-width: 865px) {
	#footer .toprow .icon_wrapper {
		width: 100%;
		margin-top: 20px;
	}
	#footer .link_menu {
		width: 100%;
	}
	#footer .link_menu .others, #footer .link_menu .language {
		-webkit-column-count: 5;
		-moz-column-count: 5;
		column-count: 5;
	}
	#footer .full_menu_items {
		width: 100%;
		border-left: none;
		margin-top: 0;
	}
	.full_menu_items>span:first-child {
		padding-left: 0;
	}
}

#footer #backtotop {
	display: block;
	font-size: 0;
}

#footer #backtotop .totop {
	opacity: 0.7;
	height: 45px;
	width: 45px;
	z-index: 10;
	position: fixed;
	bottom: 80px;
	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-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: calc(100% - 350px);
	padding: 0 30px 0 40px;
	text-align: left;
}

#footer .cookie-bar span {
	display: inline-block;
	vertical-align: middle;
}

#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: 20px;
}

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

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

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

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

@media screen and (min-width: 1000px) {
	#footer #backtotop .totop {
		right: 30px;
		bottom: 80px;
	}
}

@media screen and (max-width: 999px) and (min-width: 700px) {
	#footer #backtotop .totop {
		right: 20px;
		bottom: 20px;
	}
}

@media screen and (max-width: 699px) {
	#footer #backtotop .totop {
		right: 20px;
		bottom: 20px;
	}
}
/* footer end */

.eet_video_icon {
	position: absolute;
	width: 45px;
	height: 45px;
	bottom: 10px;
	left: 10px;
	background-image: url(/assets/themes/eet/images/EET_Play_Button_big.svg);
	background-size: cover;
}

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

.sticky-native-ad {
	background-color: white;
	z-index: 1;
	position: fixed;
	top: 0px;
}

.right_col .email_subscribe {
	box-shadow: 0 0 10px #999;
}

.right_col .email_subscribe form {
	padding: 0 20px 20px;
}

.right_col .email_subscribe .top_image {
	width: 100%;
	height: 88px;
	background: url('/assets/themes/eet/images/Subscribe_phone.png') no-repeat top right;
	background-size: 120px;
}

.right_col .email_subscribe .text1 {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	line-height: 26px;
	color: #000;
	font-style: italic;
	padding-top: 25px;
	padding-left: 18px;
}

.right_col .email_subscribe .text2 {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 22px;
	color: #999;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding-left: 18px;
}

.email_subscribe .option-table > div {
	display: block;
	width: 100%;
	padding: 6px 0 0;
}

.email_subscribe .option-table .china_economy,
.email_subscribe .option-table .epoch_health {
	display: none;
}

.email_subscribe .option-table .nl_check {
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	font-family: 'Roboto', sans-serif;
}

.email_subscribe .option-table .nl_desc {
	display: block;
	width: 100%;
	padding: 3px 0 0 30px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #666;
}

.email_subscribe .option-table input {
	width: 18px;
	height: 18px;
	margin: 0;
	position: relative;
	top: 2px;
	margin-right: 7px;
}

.email_subscribe .more_option {
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	padding: 8px 0;
}

.email_subscribe .more_option .icon {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 5px;
	position: relative;
	top: 2px;
	background: url('/assets/themes/eet/images/MoreOption.svg') no-repeat center center;
}

.email_subscribe .more_option a {
	color: #666;
}

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

.right_col .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: 'Roboto', sans-serif;
	border: 1px solid #999;
	border-radius: 3px;
}

.email_subscribe .reg-button {
	display: inline-block;
	width: 100%;
	background-color: #215ad7;
	border-radius: 3px;
	margin-top: 10px;
}

.email_subscribe .reg-button input {
	display: inline-block;
	width: 100%;
	border: none;
	padding: 7px 10px;
	margin: 0;
	background: none;
	color: #fff;
	font-size: 19px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
}

.widefat {
	width: 100%;
	clear: both;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.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: 10px 0 2px;
}

.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: 'Roboto', sans-serif;
}

.success-message {
	width: 100%;
	margin: 0 auto;
	text-align: right;
	margin-top: 100px;
	margin-bottom: 150px;
	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 {
	text-align: center;
}

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

#eet_newsletter_captcha > div {
	margin: 8px auto -5px;
}

#eet_newsletter_captcha iframe {
	transform: scale(0.855);
	position: relative;
	left: -21px;
}

.right_col .top_news {
	margin-top: 40px;
}

.right_col .top_news .block_title,
.right_col .primary_post .title {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
}

.right_col .top_news .block_title a, .right_col .primary_post .title a {
	color: #000;
}

.right_col .top_news ul,
.right_col .top_news li,
.right_col .primary_post ul {
	list-style-type: none;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	width: 100%;
}

.right_col .top_news li {
	padding: 15px 0;
	margin: 0;
	border-bottom: 1px dotted #acacac;
}

.right_col .top_news li:first-child {
	border-top: 1px dotted #acacac;
}

.right_col .top_news li .title_author_date {
	display: inline-block;
	float: left;
	width: 63%;
}

.right_col .top_news li .title, .right_col .primary_post li .post_title {
	font-size: 16px;
	line-height: 19px;
	font-family: 'Source Serif', sans-serif;
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	letter-spacing: 0;
	margin: 0;
}

.right_col .top_news li .title a, .right_col .primary_post li .post_title a {
	color: #000;
}

.right_col .top_news li .author_date {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666;
	padding-top: 6px;
	text-transform: uppercase;
}

.right_col .top_news li .author_date a {
	color: #666;
}

.right_col .top_news li .author_date .date {
	font-style: italic;
	color: #000;
	margin-right: 10px;
	font-weight: normal;
}

.time_diff .new {
	color: #ec0000;
}

.right_col .top_news li .image {
	display: inline-block;
	float: right;
	width: 33%;
}

.right_col .top_news li .image a {
	position: relative;
}

.right_col .top_news li .image img {
	max-width: 100%;
}

.top_news .eet_video_icon {
	position: absolute;
	width: 25px;
	height: 25px;
	bottom: 5px;
	left: 5px;
	background-image: url(/assets/themes/eet/images/EET_Play_Button_big.svg);
	background-size: cover;
}

#entire_page_cover {
	display: none;
	opacity:0.9;
	background-color:#121214;
	position:fixed;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index:1000;
}

.three-ellipsis {
	display: inline-block;
	position: absolute;
	width: 64px;
	height: 64px;
	left: calc(50% - 32px);
	top: calc(50% - 32px);
}
.three-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.three-ellipsis div:nth-child(1) {
	left: 6px;
	animation: three-ellipsis1 0.6s infinite;
}
.three-ellipsis div:nth-child(2) {
	left: 6px;
	animation: three-ellipsis2 0.6s infinite;
}
.three-ellipsis div:nth-child(3) {
	left: 26px;
	animation: three-ellipsis2 0.6s infinite;
}
.three-ellipsis div:nth-child(4) {
	left: 45px;
	animation: three-ellipsis3 0.6s infinite;
}
@keyframes three-ellipsis1 {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}
}
@keyframes three-ellipsis3 {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
	}
}
@keyframes three-ellipsis2 {
	0% {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
	}
	100% {
		transform: translate(19px, 0);
		-webkit-transform: translate(19px, 0);
		-ms-transform: translate(19px, 0);
		-o-transform: translate(19px, 0);
	}
}

/* content image zoom/social share popup start */
body.noScroll {
	overflow: hidden;
}

#img_popup_overlay, #social_popup_overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.8);
	z-index: 1000;
}

#img_popup_overlay .img_cont {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow-y: scroll;
}

#img_popup_overlay .close {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 15px;
	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: 80%;
	top: 10%;
	left: 50%;
	margin-left: -40%;
}

#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;
	margin-bottom: 5px;
}

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

.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;
	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 .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 */

/* 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: 15px;
	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";
	vertical-align: baseline;
}

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

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

.lead_story .premium_icon:before, .frontpage .top_news .premium_icon:before, .first_big_img .premium_icon:before, .archive .left_col .premium_icon:before, .page .left_col .premium_icon:before {
	font-size: 17px;
	padding: 4px 7px;
	line-height: 22px;
}

.frontpage .exclusive_videos .premium_icon {
	display: none;
}

body.free_user .premium_icon {
	display: none;
}

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

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

.one_author_block {
	padding-bottom: 24px;
}

.one_author_block .top_row {
	text-align: center;
}

.one_author_block.round .top_row {
	text-align: left;
}

.one_author_block.round .top_row > div {
	display: inline-block;
}

.one_author_block img {
	max-width: 100%;
}

.one_author_block.round img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.one_author_block.round .names {
	vertical-align: top;
	padding-left: 12px;
}

.one_author_block .name a {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 31px;
	text-transform: capitalize;
	color: #000000;
}

.post_content .one_author_block .name a {
	color: #000000;
	text-decoration: unset;
}

.one_author_block .title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-style: normal;
	font-size: 13px;
	line-height: 14px;
	text-transform: uppercase;
	color: #777777;
}

.one_author_block .follow_author {
	max-width: 128px;
	margin: 8px auto;
	padding: 0 22px;
	line-height: 30px;
	font-size: 16px;
}

.one_author_block.round .follow_author {
	margin: 0;
}

.one_author_block .bio {
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}

.one_author_block .bio a {
	color: #000000;
	text-decoration: underline;
}

.one_author_block .social_row {
	text-align: center;
}

.one_author_block.round .social_row {
	text-align: left;
	padding-top: 4px;
}

.one_author_block .social_row a {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}

.one_author_block .author_twitter,
.one_author_block .author_parler,
.one_author_block .author_facebook,
.one_author_block .author_email {
	margin-right: 20px;
}

.one_author_block .author_twitter:before {
	font-family: 'Genericons';
	content: "\f17c";
	font-size: 21px;
	color: #1ba6ee;
	vertical-align: middle;
	margin-right: 3px;
}

.one_author_block .author_parler:before {
	background-image: url(/assets/themes/eet/images/parler-logo.png);
	background-repeat: no-repeat;
	background-size: 22px 25px;
	content: '';
	width: 22px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}

.one_author_block .author_truth:before {
	background-image: url(/assets/themes/eet/images/truth-logo.png);
	background-repeat: no-repeat;
	background-size: 60px 15px;
	content: '';
	width: 60px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}

.one_author_block .author_facebook:before {
	font-family: 'Genericons';
	content: "\f12d";
	font-size: 21px;
	color: #1877f2;
	vertical-align: middle;
	margin-right: 3px;
}

.one_author_block .author_email:before {
	font-family: 'Genericons';
	content: "\f144";
	font-size: 21px;
	vertical-align: middle;
	margin-right: 3px;
}

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

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

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

/* 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;
}

/* related topics */
.single .related {
	max-width: 640px;
    margin: 0 auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	margin-top: 3em;
	margin-bottom: 1em;
	padding-left: 20px;
	padding-right: 20px;
}

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

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

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