/* header start */

body {
	font-family: Arial;
}

#header, #header .no_background, #header .has_background {
	width: 100%;
}

#header .hidden {
	display: none;
}

#header .has_background {
	position: relative;
	background-color: #010B3D;
	background: -webkit-linear-gradient(top, #010B3D, #1B2DC0 100%, #1C2676);
	background: -o-linear-gradient(bottom, #010B3D, #1B2DC0 100%, #1C2676);
	background: -moz-linear-gradient(bottom, #010B3D, #1B2DC0 100%, #1C2676);
	background: linear-gradient(to bottom, #010B3D, #1B2DC0 100%, #1C2676);
}

#header .has_background .overlay {
	position: absolute;
	top: 0;
	height: 100%;
	width: 25%;
}

#header .has_background .overlay.left {
	left: 0;
	background-color: rgba(3, 21, 125, 0);
	background: -webkit-linear-gradient(left, rgba(3, 21, 125, 1), rgba(8, 37, 75, 0));
	background: -o-linear-gradient(right, rgba(3, 21, 125, 1), rgba(8, 37, 75, 0));
	background: -moz-linear-gradient(right, rgba(3, 21, 125, 1), rgba(8, 37, 75, 0));
	background: linear-gradient(to right, rgba(3, 21, 125, 1), rgba(8, 37, 75, 0));
}

#header .has_background .overlay.right {
	right: 0;
	background-color: rgba(3, 21, 125, 0);
	background: -webkit-linear-gradient(right, rgba(3, 21, 125, 1), rgba(8, 37, 75, 0));
	background: -o-linear-gradient(left, rgba(3, 21, 125, 1), rgba(8, 37, 75, 0));
	background: -moz-linear-gradient(left, rgba(3, 21, 125, 1), rgba(8, 37, 75, 0));
	background: linear-gradient(to left, rgba(3, 21, 125, 1), rgba(8, 37, 75, 0));
}

#header .background.dark {
	background-color: #03157D;
}

#header .center_content {
	max-width: 1260px;
	margin: auto;
	padding: 0 30px;
}

#header .topbar .center_content {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

#header .topbar .center_content > div {
	display: inline-block;
}

#header .topbar .date {
	width: 13%;
}

#header .topbar .social {
	width: 13%;
	line-height: 27px;
	text-align: right;
}

#header .topbar .social > span {
	position: relative;
	top: 1px;
	margin-left: 2px;
}

#header .topbar .social > span > a:before {
	font-family: 'Genericons';
	font-size: 12px;
	color: #fff;
	border-radius: 50%;
	padding: 4px;
}

#header .topbar .social .fb > a:before {
	content: '\f12d';
	background-color: #4065B4;
}

#header .topbar .social .twitter > a:before {
	content: '\f17c';
	background-color: #57B8FB;
}

#header .topbar .social .gplus > a:before {
	content: '\f127';
	background-color: #EE482B;
}

#header .topbar .country {
	width: 74%;
}

#header .boundary {
	display: flex;
	justify-content: space-between;
}

#header .boundary .mid {
	width: 250px;
	text-align: center;
}

#header .boundary .left {
	width: calc(50% - 30px);
	border-top: 1px solid #ccc;
	margin-top: 15px;
}

#header .boundary .right {
	width: calc(50% - 50px);
	border-top: 1px solid #ccc;
	margin-top: 15px;
}

#header .logo {
	display: flex;
	justify-content: space-between;
	padding: 40px 0 25px;
	font-size: 11px;
}

#header .logo .block_title {
	font-size: 12px;
	font-weight: bold;
	color: #FFb700;
	line-height: 1;
}

#header .logo .subscribe > span {
	display: inline-block;
}

#header .logo .subs .block_title {
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.2;
}

#header .logo .print a > span, #header .logo .newsletter a > span {
	display: inline-block;
}

#header .logo .print > a:before {
	font-family: 'Genericons';
	content: "\f120";
	font-size: 30px;
	line-height: 1;
	color: #fff;
	position: relative;
	top: 10px;
	padding-right: 4px;
}

#header .logo .newsletter > a:before {
	font-family: 'Genericons';
	content: "\f11d";
	font-size: 23px;
	line-height: 1;
	color: #fff;
	position: relative;
	top: 3px;
	padding-right: 4px;
	padding-left: 8px;
}

#header .logo > div {
	display: inline-block;
	z-index: 101;
}

#header .logo .subscribe, #header .logo .search {
	width: 30%;
}

#header .logo .print img {
	position: relative;
	top: 2px;
	margin-right: 3px;
}

#header .logo .newsletter img {
	margin: 0 3px 0 8px;
}

#header .logo .search {
	text-align: right;
	color: #fff;
}

#header .logo .epoch {
	width: 40%;
}

#header .logo .epoch img {
	max-width: 100%;
}

#header .logo .search .upper {
	margin-bottom: 9px;
	line-height: 1.1;
}

#header .logo .search .upper > span {
	display: inline-block;
}

#header .logo .search .upper .langs > a:after {
	font-family: 'Genericons';
	content: '\f10f';
	font-size: 10px;
	color: #fff;
	position: relative;
	top: 4px;
	margin-left: 4px;
}

.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 .logo .search .upper .langs {
	position: relative;
}

#header .logo .search .upper .edition {
	margin-right: 9px;
	display: inline-block;
	width: 122px;
}

#header .logo .search .upper .langs > ul {
	position: absolute;
	top: 20px;
	right: 0;
	width: 152px;
	text-align: center;
	background-color: #03157D;
	padding: 10px 0 25px;
	z-index: 101;
}

#header .logo .search .upper .langs > ul li {
	list-style-type: none;
	text-transform: uppercase;
	line-height: 24px;
}

#header .logo .search a, #header .logo .search a:visited, #header .logo .search a:hover {
	color: #fff !important;
}

#header .logo .search .box {
	float: right;
	width: 60.2%;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, .25);
	line-height: 1.3;
	position: relative;
}

#header .logo .search .box input {
	width: 100%;
	background: none;
	border: none;
	padding-left: 7px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}

#header .logo .search .box a.search_icon:before {
	font-family: 'Genericons';
	content: '\f129';
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 3px;
	right: 4px;
}

#header .menu {
	line-height: 28px;
	height: 28px;
}

#header .menu > span {
	display: inline-block;
	font-size: 13px;
	line-height: 29px;
	font-weight: bold;
	text-transform: uppercase;
}

#header .menu .hamburger {
	width: 25px;
	float: left;
}

#header .menu .hamburger > a:before {
	font-family: 'Genericons';
	content: '\f128';
	font-size: 28px;
	color: #fff;
	position: relative;
	top: 6px;
}

#header .menu .categories {
	width: calc(100% - 25px);
	float: right;
}

#header .menu .categories li {
	display: inline-block;
	margin-left: 22px;
}

#header .menu .categories li a {
	color: #fff;
}

#hidden_menu {
	height: 820px;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFF;
	background: -webkit-linear-gradient(top, #FFF, #CCC);
	background: -o-linear-gradient(bottom, #FFF, #CCC);
	background: -moz-linear-gradient(bottom, #FFF, #CCC);
	background: linear-gradient(to bottom, #FFF, #CCC);
	position: absolute;
	top: 175px;
	z-index: 999;
}

#hidden_menu .upper {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}

#hidden_menu .upper .close_icon {
	position: relative;
	top: 7px;
}

#hidden_menu .upper .close_icon > a:before {
	font-family: 'Genericons';
	content: '\f107';
	font-size: 28px;
	color: #000;
	position: relative;
	top: 5px;
}

#hidden_menu .upper > a {
	display: inline-block;
	line-height: 28px;
	height: 28px;
	color: #000;
	margin: 0 15px 0 30px;
}

#hidden_menu .upper a.uplift img {
	position: relative;
	top: 7px;
	width: 85px;
}

#hidden_menu .lower {
	padding-top: 20px;
	display: inline-block;
	width: 100%;
}

#hidden_menu .lower .featured {
	display: inline-block;
	float: left;
	width: 25.86%;
	height: 100%;
	padding-left: 5%;
	padding-right: 2.5%;
}

#hidden_menu .lower .featured img {
	width: 100%;
}

#hidden_menu .lower .featured .post {
	padding-top: 5px;
}

#hidden_menu .lower .featured .image {
	display: inline-block;
	width: 100%;
	position: relative;
}

#hidden_menu .lower .featured .title {
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	display: inline-block;
}

#hidden_menu .lower .menu_items {
	display: inline-block;
	float: right;
	width: 73.8%;
}

#hidden_menu .lower .menu_items a {
	color: #000;
}

#hidden_menu .lower .menu_items {
	display: flex;
	justify-content: space-between;
	border-left: 1px solid #ccc;
}

#hidden_menu .lower .menu_items > span {
	display: inline-block;
	width: 25%;
	padding-left: 3%;
}

#hidden_menu .lower .menu_items li {
	list-style-type: none;
}

#hidden_menu .lower ul.nav-menu > li {
	padding-bottom: 20px;
}

#hidden_menu .lower ul.nav-menu > li > a {
	text-transform: uppercase;
}

#hidden_menu .lower ul.sub-menu {
	font-weight: normal;
}

#hidden_menu .lower ul.sub-menu li {
	line-height: 1.4;
}


/* single header start */

#header.single .has_background {
	position: relative;
	background-color: #0D186B;
	background: -webkit-linear-gradient(top, #0D186B, #1B2DC0 95%, #1C2676);
	background: -o-linear-gradient(bottom, #0D186B, #1B2DC0 95%, #1C2676);
	background: -moz-linear-gradient(bottom, #0D186B, #1B2DC0 95%, #1C2676);
	background: linear-gradient(to bottom, #0D186B, #1B2DC0 95%, #1C2676);
}

#header.single #hidden_menu {
	top: 90px;
}

#header.single .subscribe {
	display: flex;
	justify-content: space-between;
}

#header.single .subscribe img {
	width: 100%;
}

#header.single .subscribe > span {
	display: inline-block;
}

#header.single .subscribe .subscribe_title {
	width: 29%;
}

#header.single .subscribe .print {
	width: 28%;
}

#header.single .subscribe .subs {
	display: inline-block;
}

#header.single .subscribe .print > a, #header.single .subscribe .newsletter > a {
	display: inline-block;
	width: 100%;
	color: #000;
}

#header.single .subscribe .print > a:before {
	font-family: 'Genericons';
	content: "\f120";
	font-size: 24px;
	color: #000;
	width: 32px;
	float: left;
	padding-top: 4px;
	position: relative;
	left: 8px;
}

#header.single .subscribe .subs .block_title {
	font-weight: normal;
}

#header.single .subscribe .print > a .subs {
	width: calc(100% - 38px);
	float: right;
}

#header.single .subscribe .newsletter > a:before {
	font-family: 'Genericons';
	content: "\f11d";
	font-size: 19px;
	color: #000;
	width: 26px;
	float: left;
	padding-top: 3px;
	position: relative;
	left: 12px;
}

#header.single .subscribe .newsletter > a .subs {
	width: calc(100% - 26px);
	float: right;
}

#header.single .subscribe .newsletter {
	width: 42%;
}

#header.single .boundary .left, #header.single .boundary .right {
	width: calc(838px - 50%);
}

#header.single .boundary .mid {
	width: 838px;
}

#header.single .logo {
	padding: 27px 0 8px;
}

#header.single .logo .epoch, #header.single .logo .search {
	width: 20%;
}

#header.single .logo .epoch a {
	display: inline-block;
	position: relative;
	top: 2px;
}

#header.single .logo .epoch a#open_hide_menu:before {
	font-family: 'Genericons';
	content: '\f128';
	font-size: 28px;
	color: #fff;
	position: relative;
	top: 15px;
	line-height: 0;
}

#header.single #open_hide_menu {
	width: 25px;
	float: left;
}

#header.single .logo .epoch a.eet_logo {
	width: calc(100% - 30px);
	float: right;
	padding: 0 5px;
}

#header.single .logo .categories {
	width: 60%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	padding-left: 10px;
	text-align: center;
}

#header.single .logo .categories li {
	display: inline-block;
	margin: 0 10px;
}

#header.single .logo .categories li a {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

#header.single .logo .search .box {
	width: 85%;
	margin-top: 2px;
}
/* header end */
/* footer start */

#footer {
	width: 100%;
	background-color: #eee;
}

#footer .center_content {
	max-width: 1260px;
	margin: auto;
	padding: 50px 0;
}

#footer .subscribe_logo {
	display: flex;
	justify-content: space-between;
	font-size: 11px;
}

#footer .subscribe_logo > span {
	display: inline-block;
}

#footer .subscribe_logo .subs .button {
	font-weight: bold;
}

#footer .subscribe_logo .print {
	width: 33%;
	text-align: right;
	padding-right: 3%;
}

#footer .subscribe_logo .print > a > span, #footer .subscribe_logo .newsletter > a > span {
	display: inline-block;
	color: #777;
}

#footer .subscribe_logo .print > a:before {
	font-family: 'Genericons';
	content: "\f120";
	font-size: 39px;
	line-height: 0;
	color: #000;
	position: relative;
	top: 16px;
	margin-right: 2px;
}

#footer .subscribe_logo .newsletter > a:before {
	font-family: 'Genericons';
	content: "\f11d";
	font-size: 30px;
	line-height: 0;
	color: #000;
	position: relative;
	top: 6px;
	margin-right: 3px;
}

#footer .subscribe_logo .logo {
	width: 34%;
	text-align: center;
}

#footer .subscribe_logo .logo a {
	display: block;
}

#footer .subscribe_logo .logo img {
	max-width: 100%;
}

#footer .subscribe_logo .newsletter {
	width: 33%;
	padding-left: 3%;
}

#footer .subscribe_logo .block_title {
	text-align: left;
	line-height: 1.2;
}

#footer .subscribe_logo .button {
	text-align: center;
	width: 81px;
	margin-top: 3px;
	background-color: #FFb700;
	border-radius: 5px;
	color: #000;
	line-height: 1.2;
}

#footer .subscribe_logo .button a {
	color: #000;
}

#footer .boundary {
	display: flex;
	justify-content: space-between;
	margin-top: 3px;
}

#footer .boundary > span {
	display: inline-block;
}

#footer .boundary .mid {
	width: 250px;
	text-align: center;
	font-size: 12px;
}

#footer .boundary .left, #footer .boundary .right {
	width: calc(50% - 150px);
	border-top: 1px solid #ccc;
	margin-top: 10px;
}

#footer .menu_items {
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
	font-size: 13px;
}

#footer .menu_items > div {
	display: inline-block;
}

#footer .menu_items .languages {
	width: 30%;
	padding-left: 5%;
	line-height: 1.5;
}

#footer .menu_items .languages .block_title {
	font-weight: bold;
}

#footer .menu_items .languages ul {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

#footer .menu_items .languages ul li {
	display: inline-block;
	width: 100%;
}

#footer .menu_items .languages ul li a {
	color: #777;
}

#footer .menu_items .categories {
	width: 40%;
	padding: 10px 20px 0 40px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#footer .menu_items .categories li {
	list-style-type: none;
	text-transform: uppercase;
}

#footer .menu_items .categories ul {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

#footer .menu_items .categories li a {
	color: #000;
	font-weight: bold;
}

#footer .menu_items .others {
	padding-left: 3.5%;
	width: 30%;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

#footer .menu_items .others a {
	display: table;
	line-height: 1.5;
	color: #777;
}

#footer .copyright {
	width: 100%;
	text-align: center;
	margin: 20px 0;
	font-size: 11px;
}

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

@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 */
/* single sidebar start */

#sidebar img {
	display: block;
	width: 100%;
	max-width: 100%;
}

#sidebar .primary_post {
	display: inline-block;
	width: 205px;
}

#sidebar .primary_post .title a {
	display: block;
	width: 300px;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	padding-bottom: 5px;
}

#sidebar .primary_post .title a:hover {
	color: #03157D;
}

#sidebar .primary_post ul {
	padding: 0;
	margin: 0;
}

#sidebar .primary_post ul li {
	padding-bottom: 50px;
	list-style: none;
}

#sidebar .primary_post .featured_img a {
	position: relative;
	display: inline-grid;
}

.eet_video_icon {
	position: absolute;
	width: 45px;
	height: 45px;
	bottom: 10px;
	left: 10px;
}

#sidebar .primary_post .post_title {
	padding: 6px 0;
	line-height: 17px;
}

#sidebar .primary_post .post_title, #sidebar .primary_post .post_title a {
	font-family: Georgia;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#sidebar .primary_post a:hover .post_title, #sidebar .primary_post .post_title a:hover {
	text-decoration: underline;
}

#sidebar .primary_post .date {
	color: #777;
	font-size: 13px;
	line-height: 17px;
}

#sidebar #eet_facebook_page {
	margin-bottom: 30px;
}

#sidebar .editors_pick {
	border-top: 1px solid #ccc;
	padding-top: 30px;
}

#sidebar .editors_pick li {
	border-bottom: 1px solid #ccc;
	display: inline-block;
	width: 100%;
	margin-bottom: 35px;
}

#sidebar .editors_pick li .image {
	position: relative;
	display: inline-block;
	width: 100%;
}

#sidebar .editors_pick > .title a {
	display: block;
	font-size: 19px;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 5px;
	font-weight: bold;
	padding-left: 14px;
}

#sidebar .editors_picks_list .title {
	display: block;
	width: 100%;
	padding: 6px 0;
	line-height: 22px;
	font-family: Georgia;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

#sidebar .editors_picks_list a:hover .title {
	text-decoration: underline;
}

#sidebar .editors_picks_list .excerpt {
	display: block;
	width: 100%;
	color: #777;
	font-size: 14px;
	line-height: 17px;
}

#sidebar .editors_picks_list .read_more a {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	float: right;
	padding-top: 23px;
	padding-bottom: 5px;
	text-align: right;
}

#sidebar .editors_picks_list .read_more a:after {
	font-family: 'Genericons';
	content: '\f165';
	font-size: 12px;
	line-height: 0;
	color: #CA0000;
	position: relative;
	top: 2px;
	left: 5px;
	margin-left: 3px;
}
/* single sidebar end */
/* breaking news */

.main_content .breaking_container {
	display: none;
}

.breaking_container {
	position: absolute;
	top: -10px;
	left: 10px;
	display: inline-block;
	max-width: 500px;
	min-width: 500px;
	background: #683431;
	background: -webkit-linear-gradient(rgba(255, 0, 0, 0.85) 10%, rgba(114, 0, 0, 0.85));
	background: -o-linear-gradient(rgba(255, 0, 0, 0.85) 10%, rgba(114, 0, 0, 0.85));
	background: -moz-linear-gradient(rgba(255, 0, 0, 0.85) 10%, rgba(114, 0, 0, 0.85));
	background: linear-gradient(rgba(255, 0, 0, 0.85) 10%, rgba(114, 0, 0, 0.85));
	border-radius: 5px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	z-index: 8;
	padding: 10px 10px 15px 10px;
}

.breaking_container.fixtop {
	position: fixed;
	top: 50px;
	left: 10px;
}

@media only screen and (min-width: 1260px) {
	.breaking_container {
		left: calc((100vw - 1280px) / (-2));
	}
}

.breaking_container .block_title .wide {
	color: #fff;
	border: 1px solid #fff;
	border-top: none;
	border-left: none;
	display: block;
}

.breaking_container .block_title .wide .breaking, .breaking_container .block_title .wide .news {
	display: block;
	width: 100%;
	padding-right: 10px;
}

.breaking_container .block_title .wide .breaking {
	font-size: 21px;
	font-weight: 600;
	line-height: 25px;
}

.breaking_container .block_title .wide .news {
	font-size: 38px;
	font-weight: 600;
	line-height: 29px;
	padding-bottom: 9px;
}

.breaking_container .block_title {
	display: inline-block;
	width: 26%;
	float: left;
}

.breaking_news .slim {
	display: none;
}

.breaking_news .slim.show {
	display: block;
	float: left;
	transform: rotate(270deg);
	transform-origin: left top 0;
	top: 120px;
	left: -8px;
	position: absolute;
	background: #683431;
	background: -webkit-linear-gradient(left, rgb(114, 0, 0), rgb(255, 0, 0) 100%);
	background: -o-linear-gradient(right, rgb(114, 0, 0), rgb(255, 0, 0) 100%);
	background: -moz-linear-gradient(right, rgb(114, 0, 0), rgb(255, 0, 0) 100%);
	background: linear-gradient(to right, rgb(114, 0, 0), rgb(255, 0, 0) 100%);
	padding: 3px 10px 0px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 0px 3px #000;
	z-index: 10;
}

.breaking_news .slim.fixtop {
	position: fixed;
	top: 160px;
}

.breaking_news .slim.show .breaking_news {
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	font-weight: 400;
}

.breaking_news .slim a:hover {
	text-decoration: none;
}

@media only screen and (min-width: 1260px) {
	.breaking_news .slim.show {
		left: calc((100vw - 1250px) / (-2));
	}
	.breaking_news .slim.fixtop {
		left: -8px;
	}
}

.breaking_container .title {
	width: 65%;
	display: inline-block;
	float: left;
	padding-left: 15px;
	padding-right: 7px;
}

.breaking_container .title a {
	color: #fff;
	font-size: 16px;
	line-height: 23px;
	font-family: Georgia;
	display: block;
	font-weight: 600;
}

.breaking_container .hide_button {
	position: absolute;
	bottom: 7px;
	right: 6px;
	border: 1px solid #fff;
	border-radius: 0 0 5px 0;
	padding: 4px 10px 2px;
}

.breaking_container .hide_button a {
	color: #fff;
	font-size: 12px;
	line-height: 13px;
	display: block;
}

.breaking_container .hide_button a:hover {
	text-decoration: none;
}
/* breaking news ends */
