@font-face {
	font-family: 'D-DIN';
	font-display: swap;
	src: local('D-DIN'), url('/assets/themes/ntd/fonts/D-DIN.otf');
}

@font-face {
	font-family: 'D-DIN Bold';
	font-display: swap;
	src: local('D-DIN-Bold'), url('/assets/themes/ntd/fonts/D-DIN-Bold.otf');
}

@font-face {
	font-family: 'D-DIN Condensed Bold';
	font-display: swap;
	src: local('D-DINCondensed-Bold'), url('/assets/themes/ntd/fonts/D-DINCondensed-Bold.otf');
}

@font-face {
	font-family: 'Vollkorn';
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: local('Vollkorn Regular'), local('Vollkorn-Regular'), url(https://fonts.gstatic.com/s/vollkorn/v10/0yb9GDoxxrvAnPhYGxkkaE0Urhg0xTY.woff2) format('woff2');
}

/* 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-flex;
	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 .donate {
	margin-left: 20px;
}

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

#header .language_panel 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_panel ul li {
	font-family: "D-DIN", Arial;
	list-style-type: none;
	text-transform: uppercase;
	line-height: 25px;
}

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

#header .right_col {
	text-align: right;
	padding-right: 30px;
	height: inherit;
	display: flex;
	justify-content: flex-end;
}

#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;
}
.icon_wrapper .newsletter::before {
	content: '\f11d';
	top: 1px;
	font-size: 19px;
}
#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 .donate:before {
	content: '\f19a';
	font-size: 18px;
	color: #1e1e1e;
}

.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;
}
.search_form button {
	position: absolute;
	right: 2px;
	top: 8px;
	background-color: #fff;
	border: 0;
	border-left: 1px solid #999;
	padding-top: 3px;
	cursor: pointer;
}
#login_wrapper, .right_col .search {
	display: inline-block;
}

.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 .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;
	line-height: 1;
	padding: 6px 10px;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
	overflow: -moz-scrollbars-none;
	border-bottom: solid 1px rgba(142,142,142,0.73);
	border-top: 1px solid #000;
}

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

.logo > a {
	margin: auto;
}

#header .top_wrapper > div {
	display: inline-flex;
	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, #header .toprow .about_us {
	margin: 0 10px;
}

#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 {
	position: relative;
	align-items: center;
	max-width: 1260px;
	margin: 0 auto;
}

#header .tagline {
	font-style: italic;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.2px;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	white-space: nowrap;
	margin-top: 10px;
}

#header .tagline:after {
	content: url('/assets/themes/ntd/images/logo_rightDec.png');
	height: 10px;
	padding-left: 5px;
	display: inline-block;
}

#header .tagline:before {
	content: url('/assets/themes/ntd/images/logo_leftDec.png');
	height: 10px;
	padding-right: 5px;
	display: inline-block;
}

#login_wrapper > iframe {
	width: 221px;
	vertical-align: middle;
}

@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, #header .donate {
		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%;
	}

	.main_content .top_part .middle_side {
		width: 72% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-left: 0 !important;
		padding-right: 5px !important;
	}

	.main_content .top_part .right_side {
		width: 25% !important;
	}

	.main_content .top_part .left_side {
		width: 90% !important;
	}

	.main_content .right_col {
		display: none !important;
	}

	.main_content .left_col {
		width: 100% !important;
	}
}

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

	#header .toprow .date {
		display: none;
	}

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

	.main_content .top_part .middle_side {
		width: 100% !important;
	}

	.main_content .top_part .right_side {
		width: 45% !important;
		float: right;
	}

	.main_content .top_part .left_side {
		width: 45% !important;
		float: left;
	}
}

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


/* 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;
}
.post_content > .copyright {
	font-style: italic;
}

@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/ntd/images/backtotop.svg) no-repeat;
}

#ntd_cookie_bar.ntd-general.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;
}

#ntd_cookie_bar.cookie-bar .warning-text {
	width: calc(100% - 350px);
	padding: 0 30px 0 40px;
	text-align: left;
}

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

#ntd_cookie_bar.ntd-general.cookie-bar a {
	text-decoration: none;
}

#ntd_cookie_bar.ntd-general.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;
}

#ntd_cookie_bar.ntd-general.cookie-bar .accept-btn a {
	color: #000;
}

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

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

#ntd_cookie_bar.ntd-general.cookie-bar .accept-btn a:hover, #ntd_cookie_bar.cookie-bar .read-more a:hover, #ntd_cookie_bar.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 */

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

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

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

.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 .ntd_video_icon {
	position: absolute;
	width: 25px;
	height: 25px;
	bottom: 5px;
	left: 5px;
	background-image: url(/assets/themes/ntd/images/MET_Play_Button_big.svg);
	background-size: cover;
}

/*-- newsletter --*/
#newsletter-reg {
	display: inline-block;
	width: 100%;
	border: 1px dotted #979797;
	padding: 20px 20px 30px;
	margin-bottom: 10px;
}

input#morning_brief {
	display: none;
}

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

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

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

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

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

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

#import-data {
	display: initial;
}

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

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

.message {
	display: none;
}

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

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

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

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

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

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

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

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

#eet_newsletter_captcha {
	margin-top: -10px;
	max-width: 260px;
}

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

#eet_newsletter_captcha iframe {
	transform: scale(0.855);
	position: relative;
	left: -21px;
}
.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.2);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}