a {
	color: #000;
}

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

main .align_center {
	max-width: 1260px;
	margin: auto;
	padding: 0 45px;
}

.menu_cont .align_center {
	font-size: 0;
	border-bottom: 1px solid #ddd;
	padding: 0 45px 5px;
}

.menu_cont .menu {
	display: inline-block;
	width: 100%;
	height: 60px;
}

.menu_cont .navi {
	display: inline-block;
	line-height: 60px;
	float: left;
}

.menu_cont .navi .dropdown {
	display: none;
}

.menu_cont .navi .dropdown > li {
	border-bottom: 1px solid #91685A;
}

.menu_cont .navi li.has_dropdown {
	position: relative;
	line-height: 20px;
}

.menu_cont .has_dropdown > a:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #91685A;
	border-bottom: 0;
	position: relative;
	top: 13px;
	left: 6px;
}

#programs {
	position: absolute;
	top: 19px;
	right: -9px;
	opacity: 0;
	z-index: 2;
}

#programs:checked + a:after {
	border-top: 0;
	border-bottom: 10px solid #91685A;
	top: -14px;
}

#programs:checked + a + .dropdown {
	display: block;
	position: absolute;
	top: 64px;
	left: 3px;
	width: 191px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
	z-index: 1;
}

.menu_cont .navi > li {
	display: inline-block;
	vertical-align: top;
	padding-left: 3px;
	margin-right: 50px;
	line-height: 60px;
}

.menu_cont .navi > li:last-child {
	margin-right: 20px;
}

.menu_cont .navi li a, .navi .dropdown a {
	color: #91685A;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 60px;
	text-shadow: 0 2px 4px 0 rgba(87,66,49,0.5);
}

.menu_cont .navi .dropdown a {
	line-height: 30px;
}

.menu_cont .navi span.icon {
	display: inline-block;
	padding-left: 6px;
	margin-right: 10px;
	vertical-align: top;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
	position: relative;
	top: 9px;
}

.menu_cont .navi .icon:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('/assets/themes/eet/images/premium/premium_icons.png') no-repeat 100% 100%;
	background-size: 300px 94px;
}

.menu_cont .navi .home.icon:before {
	background-position: -12px -12px;
}

.menu_cont .navi .programs.icon:before {
	background-position: -39px -12px;
}

.menu_cont .navi .magazines.icon:before {
	background-position: -71px -12px;
}

.menu_cont .navi .info.icon:before {
	background-position: -102px -12px;
}

.menu_cont .navi .digit.icon:before {
	background-position: -135px -12px;
}

.menu_cont .menu .login {
	display: inline-block;
	padding-top: 13px;
	float: right;
}

.menu_cont .menu .login .btn {
	display: inline-block;
	width: 158px;
	color: #ff5757;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	padding: 5px 0;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #ff5757;
}

.align_center .back_eet {
	display: inline-block;
	padding-top: 15px;
	float: right;
}

.align_center .back_eet:before {
	content: "";
	width: 0;
	height: 0;
	border: solid #777;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	position: relative;
	right: 5px;
	top: -2px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.align_center .back_eet a,
.align_center .back_eet a:visited {
	color: #777;
}

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

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

.section_title {
	font-size: 40px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: -.5px;
	line-height: 55px;
	margin: 60px 0 10px;
	color: #BF9E84;
}

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

.show_more a {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 14px;
	text-align: right;
}

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

.premium_articles .block_title {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 19px;
	line-height: 19px;
	padding-right: 12px;
	color: #000;
	background: #fff;
	position: relative;
	z-index: 1;
}

.premium_articles .align_center > .left_col {
	display: inline-block;
	width: 75%;
	padding-right: 25px;
}

.premium_articles .align_center > .right_col {
	display: inline-block;
	width: 25%;
	padding-left: 25px;
	border-left: 1px dotted #bcbcbc;
	float: right;
}

.upper .left_col .text .title a {
	color: #000;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 25px;
	letter-spacing: -0.3px;
	line-height: 29px;
}

.upper ul.posts_list {
	position: relative;
	top: -15px;
}

.upper .right_col li.post {
	border-top: 1px dotted #bcbcbc;
	padding: 10px 0;
	display: inline-block;
	width: 100%;
}

.upper .right_col li.post:first-child {
	padding-top: 20px;
}

.post .text {
	display: inline-block;
	width: 65%;
	font-size: 16px;
	line-height: 19px;
	font-family: 'ET Text';
	letter-spacing: -0.4px;
}

.upper .left_col .post .text {
	width: 100%;
	padding-top: 12px;
	padding-bottom: 15px;
}

.post .img {
	font-size: 0;
}

.post .img a {
	display: inline-block;
	width: 100%;
	position: relative;
}

.eet_video_icon {
	position: absolute;
	left: 7px;
	bottom: 7px;
	width: 30px;
	height: 30px;
	background: url(/assets/themes/eet/images/EET_Play_Button_big.svg) no-repeat 100% 100%;
	background-size: cover;
}

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

.post .time_author {
	color: #9A9A9A;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	line-height: 21px;
}

.post .time_author a {
	color: #9A9A9A;
}

.post .time {
	margin-right: 6px;
	color: #000;
	font-weight: 100;
	font-style: italic;
}

.upper .right_col li.post .img {
	display: inline-block;
	width: 34%;
	float: right;
}

.premium_articles .upper .left_col {
	display: inline-block;
	width: 52%;
	padding-right: 40px;
}

.premium_articles .upper .right_col {
	display: inline-block;
	width: 45%;
	float: right;
}

.featured .block_title {
	background-color: #344051;
	margin-bottom: 0;
	padding: 5px 0 3px;
	text-align: center;
	color: #fff;
	width: 100%;
}

.featured  .block_title a {
	font-size: 21px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 21px;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
}

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

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

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

.opinions_list .title_author .author, .opinions_list .title_author .author a {
	display: inline-block;
	margin-top: 3px;
	color: #111;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

.opinions_list .title_author .title {
	display: inline-block;
	font-size: 16px;
	line-height: 19px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	letter-spacing: -0.2px;
}

.opinions_list .title_author .share_link {
	margin-right: 20px;
}

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

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

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

.read_more_cat {
	display: inline-block;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 29px;
	padding-top: 6px;
	text-align: center;
	border-top: 1px dotted #acacac;
}

.read_more_cat a {
	color: #000;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	line-height: 18px;
}

.read_more_cat .arrow_right {
	border: solid black;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 4px;
	margin-left: 7px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.premium_articles .lower {
	padding-top: 20px;
}

.premium_articles .lower .posts_list {
	padding: 15px 0 5px 30px;
	border-top: 1px dotted #bcbcbc;
	position: relative;
	top: -15px;
}

.premium_articles .lower .post {
	display: inline-block;
	width: 46.5%;
	font-size: 0;
	padding: 12px 0 5px;
	border-bottom: 1px dotted #bcbcbc;
}

.lower .posts_list li.post .text {
	height: 88px;
	font-size: 17px;
	line-height: 22px;
}

.lower .posts_list li.post .img {
	display: inline-block;
	width: 30%;
	float: right;
}

.lower .post .text .title a {
	max-height: 66px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 17px;
	line-height: 22px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	color: #000;
	letter-spacing: -0.2px;
}

.premium_articles .lower .post:nth-child(odd) {
	clear: both;
}

.premium_articles .lower .post:nth-child(even) {
	float: right;
}

.align_center > .right_col .posts_list {
	padding: 20px 0 0;
	margin-bottom: 15px;
	border-top: 1px dotted #bcbcbc;
	border-bottom: 1px dotted #bcbcbc;
	position: relative;
	top: -15px;
}

.align_center > .right_col .post .text {
	display: inline-block;
	width: 100%;
	padding: 15px 0 20px;
	font-size: 17px;
	line-height: 19px;
}

.exclusive_videos .atl {
	background: linear-gradient(180.02deg, #041D4B 0%, #022A6D 15.01%, #03235B 30.64%, #042869 41.19%, #052764 100%);
	background: url("/assets/themes/eet/images/premium/atl.png") no-repeat 100% 100%;
	background-size: auto 100%;
	font-size: 0;
}

.exclusive_videos .decl {
	background-color: #182A50;
	background: url("/assets/themes/eet/images/premium/decl.jpg") no-repeat 100% 100%;
	background-size: auto 100%;
	font-size: 0;
}

.exclusive_videos .crro {
	background-color: #182A50;
	background: url("/assets/themes/eet/images/premium/crro.jpg") no-repeat 100% 100%;
	background-size: auto 100%;
	font-size: 0;
}

.exclusive_videos .video_container {
	display: inline-block;
	width: 60%;
	margin: 30px;
	padding: 25px 12px 15px;
	border: 1px solid #0444AD;
	background-color: #00163C;
}

.exclusive_videos .video_container li.post {
	display: inline-block;
	width: 33.3%;
	float: left;
	padding: 0 12px;
	vertical-align: top;
}

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

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

.exclusive_videos .post .time_author a,
.exclusive_videos .time,
.exclusive_videos .show_more a {
	color: #999;
}

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

.weekly_editions {
	margin-top: 30px;
}

.weekly_editions .one_mag {
	width: calc((100% - 1000px) / 4 + 200px);
	display: inline-block;
	float: left;
	vertical-align: top;
	padding-right: calc((100% - 1000px) / 4);
	margin-bottom: 37px;
}

.weekly_editions .one_mag:nth-child(5), .weekly_editions .one_mag:nth-child(10) {
	padding-right: 0;
	width: 200px;
}

.weekly_editions .mag_name {
	text-align: center;
	width: 100%;
	display: block;
	font-size: 16px;
	line-height: 19px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	letter-spacing: -0.4px;
}

.weekly_editions, .infographics {
	margin: auto;
	display: table;
	margin-top: 60px;
}

.infographics .align_center {
	font-size: 0;
}

.infographics .card {
	display: inline-block;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 25px;
	vertical-align: top;
}

.infographics .card:nth-child(4), .infographics .card:last-child {
	margin-right: 0;
}

.align_center .container {
	width: 100%;
	position: relative;
	padding: 0;
	font-size: 0;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
}

.align_center .container > a {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
	font-size: 0;
}

.align_center .container img {
	display: inline-block;
	width: 100%;
	height: auto;
}

.align_center .card .date {
	font-size: 13px;
	font-weight: 500;
	line-height: 26px;
	margin-top: 8px;
	color: #000;
	font-weight: 100;
}

.align_center .card .title {
	padding: 7px 0 25px;
	font-size: 16px;
	line-height: 19px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	letter-spacing: -0.4px;
}

.align_center .card .desc {
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	padding: 15px 0;
}

.card .buttons .infographic,
.card .buttons .article {
	display: inline-block;
	width: 100px;
	height: 36px;
	border-radius: 6px;
	background-color: #2670D9;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	border: 1px solid #2670D9;
	margin: 5px 10px 5px 0;
}

.card .buttons .article {
	background-color: #8e8e8e;
	border: 1px solid #fff;
	margin-right: 0;
}

.card .buttons .infographic:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: 8px;
	vertical-align: top;
	background: url('/assets/themes/eet/images/infographic/zoom_x3.png') no-repeat;
	background-size: 20px 20px;
}

.card .download_wrap {
	display: inline-block;
	font-size: 19px;
	font-weight: 300;
	padding: 0;
}

.card .download_icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	top: 12px;
	background: url('/assets/themes/eet/images/infographic/download_black_x3.png') no-repeat;
	background-size: 25px 25px;
}

.card .download_text {
	border-bottom: 1px solid #fff;
}

.card .title a,
.card .title a:visited,
.card .title a:hover,
.card .download_text a,
.card .download_text a:visited,
.card .download_text a:hover {
	color: #000;
}

.card .buttons .infographic a,
.card .buttons .infographic a:visited,
.card .buttons .infographic a:hover,
.card .buttons .article a,
.card .buttons .article a:visited,
.card .buttons .article a:hover {
	color: #fff;
}

#header .container {
	border-bottom: 1px solid #000;
}

#header .center_container {
	display: none;
}

.footer {
	padding: 60px 0 100px;
	text-align: center;
	background: linear-gradient(180deg, #FFFFFF 0%, #E0E0E0 100%);
}

.footer > a img {
	width: 222px;
}

/* hide before release START */
.top_banner .subs {
	width: 435px;
}
.top_banner .subs .text {
	display: none;
}
.menu_cont .menu .login {
	display: none;
}

/* hide before release END */

.premium_icon {
	display: none;
}

@media only screen and (max-width: 1100px) {
	.main .align_center {
		padding: 0 25px;
	}

	.menu_cont .menu .login .btn {
		width: 135px;
	}

	.menu_cont .navi > li {
		margin-right: 33px;
	}

	.menu_cont .navi span.icon {
		margin-right: 7px;
	}

	.exclusive_videos .atl {
		background-position: 86%;
	}
	.exclusive_videos .crro {
		background-position: 89%;
	}
	.weekly_editions .one_mag, .weekly_editions .one_mag:nth-child(5), .weekly_editions .one_mag:nth-child(10) {
		width: 18.3%;
		margin-right: 2%;
	}
	.weekly_editions .one_mag:nth-child(5), .weekly_editions .one_mag:nth-child(10) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.menu_cont .menu .login .btn {
		width: 125px;
	}
	.menu_cont .navi > li {
		margin-right: 30px;
	}

}

@media only screen and (max-width: 945px) {
	.menu_cont .menu .login .btn {
		width: 100px;
	}
	.menu_cont .navi > li {
		margin-right: 18px;
	}
}

@media only screen and (max-width: 768px) {
	main .align_center {
		max-width: unset;
		width: 100%;
		margin: auto;
		padding: 0 30px;
	}
	.top_banner {
		background: url('/assets/themes/eet/images/premium/top_banner_ipad.jpg') no-repeat center center;
	}
	.top_banner .align_center {
		padding: 0 0 0 30px;
	}
	.top_banner .subs .image {
		display: none;
	}
	.menu_cont .navi > li {
		margin-right: 15px;
	}
	.menu_cont .navi > li:last-child {
		margin-right: 10px;
	}
	.menu_cont .navi span.icon {
		padding-left: 1px;
		margin-right: 10px;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		position: relative;
		top: 16px;
	}
	.menu_cont .navi .icon:before {
		transform: scale(.8);
		position: relative;
		top: -2px;
	}
	.menu_cont .navi .home.icon:before {
		background-position: -12px -17px;
	}
	.menu_cont .navi .programs.icon:before {
		background-position: -39px -17px;
	}
	.menu_cont .navi .magazines.icon:before {
		background-position: -71px -17px;
	}
	.menu_cont .navi .info.icon:before {
		background-position: -102px -17px;
	}
	.menu_cont .navi .digit.icon:before {
		background-position: -135px -17px;
	}
	.menu_cont .menu .login .btn {
		width: 73px;
	}
	.section_title {
		margin: 30px 0 10px;
	}
	.premium_articles .align_center > .left_col {
		display: inline-block;
		width: 100%;
		padding-right: 0;
	}
	.premium_articles .align_center > .right_col {
		width: 100%;
		padding-left: 0;
		border-left: 0;
		margin-top: 25px;
		font-size: 0;
	}
	.premium_articles .lower .posts_list {
		padding: 15px 0 5px 0;
		top: -15px;
	}
	.premium_articles .lower .post {
		width: 47.5%;
	}
	.premium_articles .upper .left_col {
		width: 55%;
		padding-right: 15px;
	}
	.premium_articles .upper .right_col {
		width: 45%;
	}
	.upper ul.posts_list {
		position: relative;
		top: -15px;
	}
	.upper .right_col li.post {
		padding: 10px 0 7px;
	}
	.align_center > .right_col .posts_list {
		font-size: 0;
		margin-bottom: 10px;
	}
	.align_center > .right_col .posts_list .post {
		display: inline-block;
		width: 31.5%;
		margin-right: 2.75%;
		vertical-align: top;
	}
	.align_center > .right_col .posts_list .post:nth-child(3n) {
		margin-right: 0;
	}
	.align_center > .right_col .posts_list .post:nth-child(n+4) {
		display: none;
	}
	main .exclusive_videos .align_center {
		padding: 0;
	}
	.exclusive_videos .section_title {
		padding: 0 30px;
	}
	.exclusive_videos .atl {
		background: linear-gradient(180.02deg, #041D4B 0%, #022A6D 15.01%, #03235B 30.64%, #042869 41.19%, #052764 100%);
		background: url(/assets/themes/eet/images/premium/atl_ipad.png) no-repeat 100% 100%;
		background-size: auto 100%;
	}
	.exclusive_videos .decl {
		background-color: #182A50;
		background: url(/assets/themes/eet/images/premium/decl_ipad.jpg) no-repeat 100% 100%;
		background-size: 100% 100%;
	}
	.exclusive_videos .crro {
		background: url(/assets/themes/eet/images/premium/crro_ipad.jpg) no-repeat 100% top;
		background-size: 100% auto;
	}
	.crro .post .title a {
		overflow: hidden;
		display: block;
		height: 57px;
		line-height: 19px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.exclusive_videos .video_container {
		width: 64%;
	}
	.exclusive_videos .video_container li.post {
		width: 50%;
	}
	.exclusive_videos .video_container li.post:nth-child(n+3) {
		display: none;
	}
	.exclusive_videos .video_container .show_more {
		margin-right: 15px;
	}
	.weekly_editions .align_center {
		padding: 0;
	}
	.weekly_editions .section_title {
		margin: 60px 0 10px;
		padding: 0 30px;
	}
	.edition_case .weekly .columns {
		margin-bottom: 10px;
	}
	.weekly_editions .edition_case {
		padding: 10px 15px 0px;
	}
	.edition_case .weekly .columns span {
		font-size: 20px;
		line-height: 22px;
	}
	.weekly_editions .row li {
		padding: 27px 15px 0;
	}
	.weekly_editions .date {
		padding: 0 0 15px;
	}
	.weekly_editions .special .title {
		width: 150px;
		font-size: 20px;
		line-height: 22px;
		padding: 5px 0;
	}
	.weekly_editions .show_more {
		margin: 10px 20px 0 0;
	}
	.infographics .align_center {
		display: inline-block;
		width: 100%;
	}
	.infographics .card {
		display: inline-block;
		width: 47%;
		margin-right: 6%;
		margin-bottom: 35px;
		vertical-align: top;
	}
	.infographics .card:nth-child(even) {
		margin-right: 0;
	}
	.infographics .card:nth-child(odd) {
		clear: both;
	}
	.card .buttons .infographic {
		display: inline-block;
		width: 120px;
	}
}


