#header .container {
	max-width: 100%;
}

#header .top_wrapper {
	max-width: 1260px;
	margin: auto;
}

.premium_logo {
	display: inline-block;
	background: url(/assets/themes/eet/images/premium/premium_logo_b.png) no-repeat center center;
	background-size: contain;
	width: 100px;
	height: 28px;
	margin-top: 8px;
}

header.premium-single .premium_nav_container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 11px;
	box-shadow: 0 4px 4px -3px rgba(0,0,0,0.15);
}

header.premium-single .premium_nav {
	max-width: 1260px;
	margin: auto;
}

.premium_nav .left_links {
	display: inline-block;
}

.premium_nav .right_portal {
	float: right;
}

.menu .link_text {
	color: #91685A;
	font-family: "D-DIN Condensed Bold", Arial;
	font-size: 16px;
	line-height: 29px;
}

.premium_icons {
	display: inline-block;
	padding: 8px 5px;
	border-radius: 50%;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
	width: 42px;
	height: 42px;
	vertical-align: sub;
	margin-right: 7px;
}

.premium_icons:before {
	content: '';
	background-image: url(/assets/themes/eet/images/premium/premium_icons.png);
	background-size: 300px 94px;
}

.home_icon:before {
	content: '';
	width: 26px;
	height: 25px;
	background-position: -12px -15px;
	display: inline-block;
}

.premium_nav .programs:before {
	content: '';
	width: 27px;
	height: 25px;
	background-position: -39px -15px;
	display: inline-block;
}

.edition_icon:before {
	content: '';
	width: 27px;
	height: 25px;
	background-position: -72px -15px;
	display: inline-block;
}

.infographic_icon:before {
	content: '';
	width: 27px;
	height: 25px;
	background-position: -103px -14px;
	display: inline-block;
}

.newspaper_icon:before {
	content: '';
	width: 27px;
	height: 25px;
	background-position: -134px -14px;
	display: inline-block;
}

.customer_icon, .logout_icon {
	display: inline-block;
	padding: 8px 5px;
	width: 36px;
	height: 42px;
	vertical-align: sub;
	margin-right: 7px;
}

.logout_icon {
	width: 28px;
}

.customer_icon:before {
	background-image: url(/assets/themes/eet/images/premium/premium_icons.png);
	background-size: 300px 94px;
	content: '';
	width: 27px;
	height: 25px;
	background-position: -167px -15px;
	display: inline-block;
}

.logout_icon:before {
	background-image: url(/assets/themes/eet/images/premium/premium_icons.png);
	background-size: 300px 94px;
	content: '';
	width: 19px;
	height: 27px;
	background-position: -198px -12px;
	display: inline-block;
}

.right_portal .link_text {
	font-family: "D-DIN", Arial;
	font-size: 14px;
	line-height: 15px;
	vertical-align: text-top;
}

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

header.premium-single .align_center .menu {
	display: inline-block;
	position: relative;
	left: 27px;
}

header.premium-single ul.menu > li {
	display: inline-block;
	text-align: center;
	float: left;
	margin-left: 36px;
}

header.premium-single li.has_dropdown > a:after {
	content: "";
	position: relative;
	top: 14px;
	left: 5px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #91685A;
}

header.premium-single li.has_dropdown {
	position: relative;
}

ul.dropdown {
	border: 1px solid #eee;
	background-color: #fff;
	width: 234px;
	text-align: left;
	position: absolute;
	top: 50px;
	z-index: 100;
	padding: 10px 11px 14px;
	display: none;
}

header.premium-single ul.dropdown li {
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}

#header.premium-single ul.navi .dropdown a {
	color: #91685A;
	font-family: "D-DIN condensed bold";
	font-size: 16px;
	line-height: 30px;
	text-shadow: 0 2px 4px 0 rgba(87,66,49,0.5);
}

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

.main_content {
	margin-top: 0;
	border-top: none;
}

.main_content {
	margin-bottom: 100px;
}

.exclusive_video {
	display: inline-block;
	width: 100%;
	padding: 0 15px 30px 15%;
}

.exclusive_video .block_title a {
	color: #BF9E84;
	font-family: "D-DIN Condensed Bold", Arial;
	font-size: 21px;
	line-height: 45px;
}

.exclusive_video .block_title .arrow_right {
	border: solid #BF9E84;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	margin-left: 7px;
	margin-bottom: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.exclusive_video .block_title .premium_logo {
	margin-right: 10px;
}

.programs .atl {
	background-color: #042866;
	display: inline-block;
	width: 100%;
}

.programs .decl {
	background-color: #182A50;
	display: inline-block;
	width: 100%;
}

.programs .videos {
	width: 65.6%;
	display: inline-block;
	margin: 30px 0 30px 30px;
	background-color: #00163C;
}

.programs .videos .one_post {
	width: 50%;
	float: left;
	padding: 32px 0 0 11px;
	height: 260px;
	overflow-y: hidden;
}

.programs .videos .one_post:first-child {
	padding: 32px 0 0 26px;
}

.programs .one_post .img {
	position: relative;
}

.eet_video_icon {
	width: 30px;
	height: 30px;
}

.programs .videos img {
	max-width: 100%;
}

.programs .title {
	line-height: 1;
}

.programs .title a {
	font-size: 16px;
	line-height: 19px;
	font-family: Vollkorn;
	font-weight: 400;
	color: #fff;
	letter-spacing: -0.2px;
	max-height: 76px;
	overflow-y: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.programs .text {
	font-family: "D-DIN", Arial;
	font-size: 12px;
	line-height: 14px;
	color: #777;
	padding-top: 6px;
	text-transform: uppercase;
	font-weight: bold;
}

.programs .text .time, .programs .text .byline {
	display: inline-block;
	color: #999999;
}

.programs .text .time {
	font-style: italic;
	margin-right: 10px;
	font-weight: normal;
}

.programs .host_image {
	width: 30%;
	display: inline-block;
	float: right;
	line-height: 0;
}

.programs .host_image img {
	max-width: 100%;
}

.right_col .top_news {
	margin-top: 0;
}

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

.premium_edition .read_more_cat {
	border-top: 1px dotted #acacac;
}

.read_more_cat a {
	color: #000;
	font-size: 13px;
	font-family: "D-DIN Bold";
	line-height: 18px;
	font-weight: 400;
}

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

.read_more_vid {
	display: inline-block;
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 30px;
	text-align: right;
}

.read_more_vid a {
	color: #999999;
	font-size: 13px;
	font-family: "D-DIN Bold";
	line-height: 18px;
	font-weight: 400;
}

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

.right_col .premium_life_tradition .block_title a {
	font-family: "D-DIN Condensed Bold", Arial;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
}

.right_col .premium_life_tradition ul, .right_col .premium_life_tradition li {
	list-style-type: none;
}

.right_col .premium_life_tradition.top_news .image{
	width: 100%;
	display: block;
}

.right_col .premium_life_tradition.top_news .title_author_date {
	display: inline-block;
	float: none;
	width: 100%;
	margin-top: 9px;
}

.right_col .premium_edition .premium_logo {
	margin-right: 8px;
}

.right_col .premium_edition .block_title a {
	font-family: "D-DIN Condensed Bold", Arial;
	color: #BF9E84;
	font-size: 21px;
	line-height: 45px;
	text-shadow: 0 0 4px 0 rgba(87,66,49,0.82);
}

.right_col .latest_edition .one_post {
	width: 50%;
	float: left;
	margin-bottom: 8px;
}

.right_col .latest_edition .one_post:nth-child(odd) {
	padding-right: 10px;
	clear: both;
}

.right_col .latest_edition .one_post:nth-child(even) {
	padding-left: 12px;
}

.right_col .latest_edition .img {
	font-size: 0;
}

.right_col .latest_edition img {
	max-width: 100%;
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
}

.right_col .latest_edition .date {
	color: #624529;
	font-family: "D-DIN Condensed Bold", Arial;
	font-size: 17px;
	line-height: 32px;
	text-align: center;
}

.right_col .special_editions .banner {
	color: #FFE1C4;
	font-family: "D-DIN", Arial;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	margin-bottom: 5px;
	background-color: #664D36;
}

@media only screen and (max-width: 1024px) {
	header.premium-single ul.menu > li {
		margin-bottom: 12px;
	}
	header.premium-single ul.menu > li:last-child {
		margin-bottom: 0;
	}
	header.premium-single .premium_nav {
		display: inherit;
		padding-bottom: 6px;
	}
	.premium_nav .right_portal {
		display: grid;
	}
	.exclusive_video {
		padding: 0 15px 30px 11%;
	}
	.programs .videos {
		width: 48.6%;
	}
	.programs .videos .one_post {
		width: 100%;
	}
	.programs .videos .one_post:nth-child(2) {
		display: none;
	}
	.programs .host_image {
		width: 40%;
	}
}

@media only screen and (max-width: 768px) {
	.premium_nav .right_portal {
		display: block;
	}
	.premium_nav .left_links {
		display: block;
	}
	.exclusive_video {
		padding: 0 15px 30px 0;
	}
	.programs .videos {
		width: 48.6%;
		margin: 13px 0 0 15px;
	}
	.programs .videos .one_post {
		width: 100%;
	}
	.programs .videos .one_post:first-child {
		padding: 10px 10px 0 10px;
		height: 198px;
	}
	.programs .videos .one_post:nth-child(2) {
		display: none;
	}
	.read_more_vid {
		padding-right: 10px;
	}
	.programs .host_image {
		width: 46%;
	}
}