/* header start */
body {
	font-family: Arial;
}

#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: 30px;
	line-height: 30px;
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
}

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

#header .left_col {
	padding-left: 30px;
	font-family: "D-DIN", Arial;
}

#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: "Vollkorn", serif;
	font-size: 14px;
}

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

#header .language_pannel ul li {
	font-family: "D-DIN", Arial;
	list-style-type: none;
	text-transform: uppercase;
	line-height: 25px;
}

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

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

#header .right_col {
	text-align: right;
	padding-right: 30px;
}

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

header .right_col .subscribe {
	color: #fff;
	padding: 4px 9px;
	border-radius: 4px;
	font-family: "D-DIN", Arial;
	font-size: 12px;
	background-color: #DF4A4A;
}

header .right_col .login a {
	display: none;
	padding: 3px 9px;
	font-family: "D-DIN", Arial;
	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: "D-DIN", Arial;
	font-size: 12px;
	background-color: #777;
	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;
	vertical-align: middle;
}

#header #user_wrapper {
	position: relative;
	display: inline-block;
	margin-right: 40px;
	font-family: "D-DIN", Arial;
	width: 60%;
	height: 30px;
	vertical-align: middle;
}

.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: 5px;
	vertical-align: middle;
}

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

.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: 0;
	box-shadow: inset 0 0 1px #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;
	max-width: 1260px;
	margin: 0 auto;
}

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

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

.home #hidden_menu {
	top: 94px;
}

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

#hidden_menu {
	width: 100%;
	font-size: 14px;
	font-family: "D-DIN Bold", Arial;
	background-color: #fff;
	position: absolute;
	top: 47px;
	left: 0;
	z-index: 999;
	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;
	text-transform: uppercase;
	font-family: "D-DIN Condensed Bold", Arial;
	font-size: 16px;
	letter-spacing: 0.5px;
	list-style: none;
	padding: 3px 7px;
}

#header .main_nav ul li:last-child {
	cursor: pointer;
	font-family: "D-DIN", Arial;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: -0.3px;
}

#header .main_nav ul li:last-child:after {
	content: '\f19e';
	font-family: 'Genericons';
	position: relative;
	top: 3px;
	font-size: 15px;
	color: #000;
	margin-left: 5px;
	vertical-align: middle;
}

#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-weight: normal;
	font-family: "D-DIN", Arial;
	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;
}

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

#header .top_wrapper .logo img {
	height: 20px;
	vertical-align: middle;
}

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

#header .top_wrapper .left_col {
	position: relative;
	width: 30%;
	text-transform: uppercase;
}

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

#header .top_wrapper .about_us {
	margin: 0 20px;
}

#header .top_wrapper .right_col {
	width: 30%;
}

#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 .logo {
	width: 40%;
	text-align: center;
}

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

@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: 865px) {
	#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: 670px) {
	#header .container .icon_wrapper {
		display: none;
	}

}

@media screen and (max-width: 700px) {
	#header .toprow .left_col {
		width: 50%;
	}
	#header .toprow .date {
		display: none;
	}
	#header .toprow .right_col {
		width: 50%;
	}
}
/* 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: 9px;
	border-radius: 5px;
	margin: 0 6px;
	font-family: "D-DIN Bold", Arial;
	font-size: 13px;
}

#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: "D-DIN Bold", Arial;
	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: "D-DIN", Arial;
	font-size: 14px;
	color: #000;
	line-height: 17px;
}

#footer .block_title {
	font-family: "D-DIN Bold", Arial;
	font-size: 14px;
	color: #000;
	padding: 25px 0;
}

#footer .full_menu_items {
	display: inline-block;
	float: left;
	width: 75%;
	margin: 35px 0;
	border-left: 1px solid #ccc;
	font-family: "D-DIN Bold", Arial;
	font-size: 14px;
	line-height: 17px;
}

#footer .copyright {
	width: 100%;
	text-align: center;
	margin: 20px 0;
	padding: 20px 0;
	font-family: "D-DIN", Arial;
	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;
}

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

.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: Vollkorn;
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	color: #000;
	font-style: italic;
	padding-top: 25px;
	padding-left: 18px;
}

.right_col .email_subscribe .text2 {
	font-family: "D-DIN", Arial;
	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%;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	font-family: "D-DIN", Arial;
}

.email_subscribe .option-table .nl_desc {
	display: block;
	width: 100%;
	padding: 3px 0 0 30px;
	font-family: "D-DIN", Arial;
	font-size: 13px;
	line-height: 14px;
	color: #777;
}

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

.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: "D-DIN", Arial;
	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: Vollkorn;
	font-weight: bold;
	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: "D-DIN", Arial;
}

.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: "D-DIN Condensed", Arial;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	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: Vollkorn;
	letter-spacing: -0.2px;
	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: "D-DIN", Arial;
	font-size: 12px;
	line-height: 14px;
	color: #777;
	padding-top: 6px;
	text-transform: uppercase;
	font-weight: bold;
}

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

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

.time_diff .new {
	color: red;
}

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

.right_col .video_story {
	margin-top: 10px;
}

.right_col .top_news.video_story .image {
	width: 100%;
}

.right_col .top_news.video_story .title_author_date {
	width: 100%;
	padding-top: 10px;
}

.right_col .video_story .image img {
	width: 100%;
}

.right_col .video_story .eet_video_icon {
	width: 35px;
	height: 35px;
	bottom: 15px;
	left: 15px;
}

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

.premium_icon:after {
	content: '\f1a1';
	font-family: 'Genericons';
	position: relative;
	top: 1px;
	font-size: 15px;
	font-weight: 500;
	color: #BA7A55;
	margin-left: 5px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

#img_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%;
}
/* content image zoom popup end */
