body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
	letter-spacing: 1px;
	color: rgb(51, 51, 51);
}
a, a:visited {
	color:#b68036;
}

.eb-garamond{
	font-family: Roboto,sans-serif;
}

h1, h2, h3 {
	font-family: "Cinzel", sans-serif;
}

h4, h5, h6 {
	font-family: Roboto,sans-serif;
}

h3 {
	font-size: 1.375rem;
	line-height: 1.815rem;
	font-weight: 600;
	text-align: left;
}

h4 {
	margin: 1.5rem 0;
	text-align: left;
	font-weight: bold;
}

ol.ntd-alpha {
	list-style-type: upper-alpha;
}

.full-width {
	width: 100%;
}

.half-width {
	width:calc(50% - 0.5rem )
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}

p {
	margin-top: 0px;
	color: #333;
	text-align: left;
}

.hide, .logo_text {
	display: none;
}
.flex{
	display: flex;
}

/* mobile first directly */
.w3-ul li{padding:0;border-bottom:1px solid #ddd}
.term-posts-list img {width: 100%;}

.no-scroll {
	overflow: hidden;
}

.full-width {
	width: 100% !important;
}
.full-height {
	height: 100% !important;
}

.content_container {
	max-width: 980px;
	margin: 0 auto;
}

/* .header_wrap,  */
.content_wrap, .footer_wrap {
	padding: 0 1%;
}

.logo {
	margin: 0!important;
	float: left;
	width: 130px;
	padding-top: 10px;
	display: block;
}

#search-submit-btn {
	position: absolute;
	right: 0;
	top: 5px;
	padding: 10px 0 10px 10px;
	width: 48px;
	height: 48px;
}

#search-submit-btn > svg {
	width: 30px;
	height: 30px;
	text-align: center;
	display: block;
	float: left;
	cursor: pointer;
}

.w3-bar .w3-bar-item {
	float: none;
	padding: 0 1rem;
	display: block;
}
.lang_nav {
	text-align: right;
	font-size: 12px;
	border-bottom: 1px solid #eee;
	border-top: 3px solid #ffb428;
	line-height: 3.7em;
	transition: all 0.1s ease;
	will-change: transform;
}
.lang_nav a {
	padding: 0 6px;
	font-size: 13px;
	color: #666;
}
.lang_nav .last-lang {
	display: inline-block;
	border-left: 1px solid #eee;
	padding-left: 12px;
	padding-right: 20px;
}

.contest_nav {
	text-align: right;
	font-size: 15px;
	border-top: 15px solid #FFFFFF;
}

.contest_nav a {
	padding: 0 10px;
	color: #333;
	font-size: 15px;
	text-decoration: none;
}
.top-nav-bar {
	white-space: nowrap;
	overflow-x: auto;
	text-align: left;
	margin-top: 10px;
}

.nav-item {
	float: left;
	color: #333;
	font-size: 17px;
	line-height: 30px;
	text-decoration: none;
	display: block;
}

.w3-panel {
	padding: 8px;
}

.w3-theme {
	color: #fff !important;
}

.term-posts-list .item {
	margin-top: 16px;
	padding-bottom:16px;
	border-bottom: 1px dashed #E3E3E3;
}

.w3-bar-block > h2 {
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D8D8D8;
}

.hamburger {
	display: none;
}
.hamburger > span {
	display: block;
	width: 24px;
	height: 3px;
	margin-bottom: 4px;
	border-radius: 9px;
	background-color: #ffb428;
	transition: all .5s ease-in-out;
	opacity: 1;
}

.dropdown {
	display: inline-block;
	padding: 0 1rem;
}

.dropdown .dropbtn {
	font-size: 17px;
	border: none;
	outline: none;
	position: relative;
	background-color: inherit;
	font-family: inherit;
	padding: 0 1rem;
	float: right;
	z-index: 2;
	line-height: 46px;
	color: #333;
}

li.dropdown:last-child .dropbtn {
	margin-right: 0;
}

.w3-dropdown-content {
	background-color: #f2efef;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 9;
	margin-top: 43px;
}

.w3-dropdown-content ul {
	margin: 0;
	text-align: center;
	padding: 0;
}
.w3-dropdown-content li {
	list-style: none;
	line-height: 40px;
	border-bottom: 1px dotted #ddd;
}
.w3-dropdown-content a {
	float: none;
	color: white;
	padding: 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

#menu_nav li a:hover, .top-nav-bar a:hover, .dropdown:hover .dropbtn {
	background-color: #ffb428;
	color: #fff;
}

#menu_nav  .w3-dropdown-content a:hover {
	background-color: #f5f5f5;
	color: #000;
}

.dropdown:hover .w3-dropdown-content {
	display: block;
}

.mobile_nav {
	display: none;
}

.hero {
	text-align: center;
	margin: 0 auto;
}
.hero img {
	width: 100% !important;
}

#main {
	min-height: 650px;
	background-image: url("/assets/themes/ntd/images/bg_page.webp");
	background-attachment: fixed;
	background-color: rgba(255, 255, 255, 0.9);
	background-blend-mode: overlay;
	background-position: 50% 50%;
	background-repeat: repeat-y;
	background-size: cover;
}

#hamburger {
	float: right;
	color: #ffb428;
	margin-right: 20px;
}

.main .content_container, .term-posts-list {
	background-color: white;
}

.awards-list h1, .category .awards-list h1 p {
	text-align: center;
}

.main h2  {
	/* color: #7b441c; */
	font-size: 30px;
	margin: 0;
	text-align: center;
}

/* .main h2:first-child {
	margin-top: 70px;
} */

.announcement {
	padding: 10px 0;
	line-height: 2rem;
	text-align: left;
}

.term-title {
	padding-top: 30px;
}

/* .category .content_container p {
	text-align: left;
} */

.awards-list .term-posts-list > h3 {
	padding: 10px 0;
	font-size: 30px;
	border-bottom: 1px solid #dfdfdf;
}

.share-icon a {
	background-color:#ffb428 !important;
}
.share-icon a {
	background-color: #ffb428 !important;
}
.ss-img-icon, .truthsocial path, .truthsocial rect, .telegram .cls-4 {
	fill: white !important;
}
.ss-img-copy.ss-img-icon {
	fill: none !important;
	stroke: white !important;
}

main#main {
	position: relative;
}
.ss-one-item {
	width: 40px;
	height: 40px;
}
.ss-img-icon {
	position: absolute;
	top: 0;
	left: 0;
	padding: 7px;
}
.ss-one-item a {
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	border-bottom: 1px solid #ddd;
}

.ntdss-list {
	background-color: #ffb428;
}

.ntdss-list li {
	list-style-type: none;
}
.ntdss-menu-wrapper .ntdss-sidebar {
	position: fixed;
	right: 0;
	left: auto;
	bottom: 10px;
	z-index:10;
	margin-right: 10px;
}
.ntdss-menu-wrapper .ntdss-sidebar.ntdss-sidebar-left {
	left: 0;
	right: auto;
	margin-left: 10px;
}
.ntdss-menu-wrapper .ntdss-sidebar.ntdss-sidebar-top {
	top: 80px;
	bottom: auto;
}
.ntdss-content li, .left_col .ntdss-content li {
	display: inline-flex;
	width: auto;
	padding: 0;
}
.main_content .post_content .ntdss-content ul {
	padding-left: 0;
}
.ntdss_copy_current_url {
	position: relative;
}
.ntdss_copy_current_url .ntdss-tooltiptext {
	visibility: hidden;
	width: auto;
	background-color: #2e3138;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 1px 10px;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	right: auto;
	margin-left: -60px;
	white-space: nowrap;
}
.ntdss-sidebar.ntdss-sidebar-left .ntdss_copy_current_url .ntdss-tooltiptext {
	left: calc(100% + 60px);
	right: auto;
}
.ntdss-sidebar.ntdss-sidebar-right .ntdss_copy_current_url .ntdss-tooltiptext {
	right: 100%;
	left: auto;
}
.ntdss_copy_current_url:hover .ntdss-tooltiptext {
	visibility: visible;
}
.ntdss-content.ntdss-content-left {
	text-align: left;
}
.ntdss-content.ntdss-content-right {
	text-align: right;
}
.ntdss-list {
	padding: 0;
}

.foot-link {
	line-height: 1.5em;
	color: #fff;
	font-size: 14px;
	background-color: #ffb428;
	height: 30px;
	float: none;
	padding: 4px 0 10px;
	text-align: center;
}

.foot-link a {
	color: #fff;
	padding: 0 10px;
	font-size: 14px;
}

.footer {
	float: none;
	background: #343941;
	padding: 20px;
	text-align: center;
	overflow: hidden;
}

.footer .s12 {
	color: rgb(161, 164, 170);
	font-size: 13px;
	line-height: 30px;
}

.footer-nav {
	background-color: #555;
	color: #ddd;
}
.footer-nav h4 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 28px;
}
.footer-nav hr {
	border: none;
	border-top: 2px solid #bbb;
	width: 60px;
	margin: 8px 0 25px 0;
}
.footer-nav a {
	color: #aaa;
	text-decoration: none;
}
.footer-nav a:hover {
	color: rgb(255, 180, 40);
}
.footer-nav p {
	margin: 16px 0;
	color: #aaa;
	font-size: 16px;
}

.post-title {
	padding: 30px 0 5px;
}

.divider {
	height: 10px;
	border-bottom: 1px dotted #dfdfdf;
}
.single-post .content {
	font-size: 20px;
	padding: 0 18px;
}

.single-post .content figure {
	max-width: 100% !important;
	margin: auto;
}

.single-post .content figure figcaption {
	text-align: center;
}

.single-post .content figure img {
	max-width: 100% !important;

}

.single-post .content p {
	padding: 12px 0;
	text-align: left;
	line-height: 2rem;
}

.single-post .content img {
	margin: 12px 0 25px;
}

.single-post .content h3 {
	font-weight: 700;
}

.featured_caption {
	color: #cc3333;
	line-height: 150%;
	padding: 8px 0;
}

.author-metas .gjw-creator-thumbnail {
	width: 60px;
}

.author-metas span.name {
	line-height: 60px;
	font-size: 18px;
}

.reg_button_wrap {
	margin: 15px 0;
}

.reg_button_wrap:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* for home page top featured img - video*/
#player-container {
	display: none;
}

.top_bar {
	margin-top: 10px;
}

.nav .top_bar {
	padding-top: 10px;
	background-color: unset;
}

.top_bar .logo {
	display: inline-block;
	float: left;
	width: 110px;
	margin-right: 10px;
	margin-left: 10px;
}

.home h1, .home .logo {
	margin: 10px 20px !important;
	float: left;
	width: 130px;
	padding-top: 0;
	display: block;
}

.top_bar > ul {
	display: inline-block;
	float: right;
	text-align: right;
	padding: 0;
	margin: 0;
	width: calc(100% - 120px);
}

.top_bar .logo img {
	width: 100%;
}

#language {
	font-size: 14px;
}

#language span {
	padding-left: 10px;
}

#language a {
	color: white;
}

#menu_nav {
	padding: 5px 0 0 0;
}

#menu_nav a {
	color: #333;
	font-family: inherit;
	line-height: 43px;
}

#top_featured_video {
	width: 100%;
	position: relative;
	height: 100vh;  /* Full viewport height */
	margin-bottom: 15px;
	min-height: auto;
	max-width: 100%;
	padding-top: 0;
	line-height: 1;
	z-index: 1;
}

#top_featured_video .overlay_bottom {
	position: absolute;
	left: 0;
	top: 94%;
	margin-bottom: -3px;
	padding-top: 7%;
	width: 100%;
	height: unset;
	z-index: 3;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 7.97%, #f5f3f1 82.34%);
	opacity: 1;
	border-radius: 0;
}
.top_block_container {
	position: relative;
	padding-top: 55%;
	overflow: hidden;
}

#top_featured_video picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

#top_featured_video picture img {
	width: 100%;
	height: auto;
	transition: opacity 0.8s ease;
}

#top_featured_video .video_fit_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

#intro {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(180deg, rgba(48, 34, 21, 0.8) 0%, rgba(48, 35, 21, 0) 100%);
}
.center_wrap {
	width: 100%;
	position: relative;
	max-width: 1100px;
	text-align: center;
}

#top_featured_video .video-js {
	padding-top: 46.1%;
}

#top_featured_video .top_featured {
	position: absolute;
	left: 0;
	bottom: 29%;
	width: 100%;
	z-index: 5;
	color: #fff;
	text-align: center;
	transition: bottom 1s;
}

#top_featured_video.playing .top_featured {
	bottom: 7%;
}

#home_content {
	padding-top: 30px;
}

.video-js {
	width: 100%;
}
#player-container {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

#top_picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#menu_nav li, #language li {
	display: inline-block;
	padding: 0 5px;
	list-style: none;
}

#menu_nav .w3-dropdown-content li {
	display: block;
	padding: 0;
}

.dropbtn:hover .w3-dropdown-content {
	display: block;
}

.fit-video-wrap {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	margin: 20px 0;
}
.fit-video-wrap video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ntd-brownbar {
	background:#b68036; 
	color:#fff; 
	padding:14px 20px; 
	margin:30px 0; 
}

.ntd-section-content {
	padding: 0 95px;
}

.ntd-section-content li {
	text-align: left;
}

.ntd-section-content figure {
	margin: 40px 0;
}

.ntd-section-content figure img {
	max-width: 500px;
}

.ntd-section-title {
	font-family: "Cinzel";
	font-size: 30px;
	padding: 0 75px;
}

h1.ntd-section-title,
h2.ntd-section-title {
	padding: 50px 95px 30px;
	line-height: 1.25em;
}

.ntd-container {
	max-width: 980px;
	margin: 20px 0;
	padding: 10px 0;
}

.ntd-btn {
	font-weight: 600;
	text-align: center;
	color: #b68036;
	display: block;
	width: fit-content;
	margin: 5px auto;
	padding: 5px 15px;
	border: 3px solid #b68036;
}

.ntd-btn:hover {
	color: white;
	background-color: #b68036;
}

.ntd-posts-list article {
	padding: 30px 100px;
}

.ntd-posts-list article h2 {
	font-size: 24px;
	margin: 20px 0;
}
.ntd-posts-list article h3 {
	font-size: 20px;
	margin: 20px 0;
	font-weight: 400;
}

.ntd-sep {
	margin-bottom: 20px;
}

.ntd-featured-block .video_fit_container iframe {
	width: 100%;
	max-width: 671px;
	min-width: 400px;
	height: 377px;
}

.ntd-post-content {
	padding-bottom: 40px;
	margin-bottom: 20px;
	text-align: left;
	padding: 0 100px 50px;
}

.ntd-post-content figure {
	margin: 20px 0;
	width: 100% !important;
} 

.ntd-post-content figure img {
	display: block;
	margin: 0 auto;
}

.ntd-post-content figure figcaption {
	text-align: center;
	font-style: italic;
	font-size: 0.8em;
}	

table tr {
	border-bottom: 1px solid #eee;
}

table td {
    text-align: left;
    vertical-align: middle;
    padding: 8px 12px;
}

.ntd-img-caption {
	font-style: italic;
	font-size: 0.8em;
	text-align: center;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.top {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #fff;
	transition: all 0.1s ease;
}

.top.scrolled {
	transform: translateY(-25%);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.top.scrolled .lang_nav{
	transform: translateY(-100%);
}

.ntd-anchor {
	scroll-margin-top: 180px;
}


/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon.
This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media only screen and (max-width: 650px) {

	.foot-link {
		white-space: nowrap;
		overflow-x: scroll;
	}

	.ss-one-item.share-icon {
		float: left;
	}
	.ntdss-menu-wrapper .ntdss-sidebar.ntdss-sidebar-top {
		top: auto;
		bottom: 0.5rem;
	}
	.ntdss-content {
		display: none;
	}

	#top_featured_video .overlay_bottom {
		display: none;
	}

	.ntd-section-content {
		padding: 0 40px;
	}

	.ntd-post-content {
		padding: 0 40px 40px;
	}

	h2.ntd-section-title {
		padding: 50px 45px 30px;
	}

	.ntd-section-title {
		padding: 0 20px;
	}

	.ntd-section-content figure img {
		max-width: 350px;
	}
	.ntd-posts-list article {
		padding: 30px 40px;
	}
}

@media only screen and (max-width:640px) {
	.hero {
		text-align: center;
		margin: 2px auto;
	}
}

@media only screen and (min-width: 768px) {  /* desktop*/
	.block-posts-list img {
		width: initial;
	}

	.w3-ul li{padding:8px 16px;border-bottom:1px solid #ddd}

	.term-posts-list li {
		padding-top: 0;
	}

	.term-posts-list li .img, .awards-list .term-posts-list li:first-child .img {
		width: 25%;
		float: left;
		display: inline-block;
	}

	.awards-list .term-posts-list li:first-child .img {
		max-width: 300px;
	}

	.term-posts-list li .text, .awards-list .term-posts-list li:first-child .text {
		width: 70%;
		float: right;
		display: inline-block;
		text-align: left;
	}

	.term-posts-list li:first-child .img {
		width: 25%;
		float: left;
	}

	.term-posts-list li:first-child .text {
		width: 70%;
		float: right;
	}

	.en .single-post .title {
		padding: 0 100px;
	}
}

@media only screen and (max-width:1150px) {
	#menu_nav li {
		padding: 0 3px;
	}
	.w3-bar .w3-bar-item {
		padding: 0 10px;
	}
	.dropdown .dropbtn {
		padding: 0 10px;
	}
}

@media only screen and (max-width:1000px) {

	.mobile_nav, 
	.top {
		position: static;
		top: auto;
		z-index: auto;
	}

	.top.scrolled,
	.top.scrolled .lang_nav {
		transform: none;
		box-shadow: none;
	}

	#menu_nav, .contest_nav {
		display: none!important;
	}

	#intro .top_bar {
		border-bottom: none;
	}

	ul#language {
		margin-top: 10px;
		text-align:unset;
		width: calc(100% - 175px);
	}

	#menu_nav {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
		background: #ffb428;
		text-align: center;
	}

	#menu_nav > li {
		list-style: none;
		width: 100%;
		float: left;
		margin-right: 1%;
		line-height: 30px;
		border-bottom: 1px dotted #ddd;
		padding: 6px 0;
	}

	.top_block_container {
		padding-top: 230vw;
		overflow: hidden;
	}


	.top-nav-bar, .other_competions {
		display: none !important;
	}

	#hamburger {
		display: inline-block!important;
	}
	.hamburger {
		display: inline-block!important;
		font-size: 38px;
		color: #ffb428;
		box-sizing: border-box;
		text-align: left;
		z-index: 1;
		line-height: 40px;
		padding: 0;
		float: right;
		margin-right: 15px;
		margin-top: 10px;
	}
	.home .hamburger {
		margin: 3px 0 0 10px;
		float: left;
	}

	.dropdown .dropbtn {
		float: left;
		margin-left: 26px;
	}

	.w3-dropdown-content {
		background: #ffb428;
	}
	.dropdown .w3-dropdown-content ul {
		padding-left: 50px;
	}
	.w3-dropdown-content li {
		border-bottom: 1px dotted #ddd;
	}

	.hamburger.active span:nth-child(1) {
		transform: translateY(6px) rotate(-45deg);
	}
	.hamburger.active span:nth-child(2){
		transform: translateX(-60px);
		opacity: 0;
	}
	.hamburger.active span:nth-child(3) {
		transform: translateY(-8px) rotate(45deg);
	}

	#mobile_nav.active,
	#mobile_nav .active {
		display: block!important;
	}

	.group ul {
		list-style: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

	.group li {
		list-style: none;
		width: 100%;
		float: left;
		margin-right: 1%;
		line-height: 60px;
		border-bottom: 1px dotted #ddd;
		padding: 6px 0;
		text-align: left;
		padding: 0 10%;
	}

	.group li a {
		color: #333;
	}

	.mobile_nav {
		cursor: auto;
		text-align: center;
		background-color: rgb(249, 249, 249);
		width: 100%;
		padding: 0;
		clear: both;
		width: 100vw;
		margin-left: -8px;
		margin-right: -8px;
		box-sizing: border-box;
	}

	.mobile_nav .group_name, .mobile_nav div.item {
		line-height: 50px;
		color: #333;
		font-size: 16px;
		width: 100%;
		text-align: left;
		padding: 0 10%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px dotted #ddd;
		line-height: 60px;
	}

	#mobile_nav .group .parent_item {
		clear: both;
	}

	#mobile_nav .parent_item > .item::after {
		content: '⌄';
		font-size: 24px;
		display: inline-block;
	}

	#mobile_nav .group .group_name + ul,
	#mobile_nav .parent_item .sub_items {
		display: none;
	}

	#mobile_nav .group .group_name::after {
		content: '⌄';
		font-size: 24px;
		display: inline-block;
	}

	#mobile_nav .group .group_name + ul > li::before,
	#mobile_nav .parent_item .sub_items li::before {
		content: '- ';
	}
}

/* Cards grid: responsive 1-3 columns */
.cards-grid {
	display: grid;
	grid-template-columns: 1fr; /* mobile: 1 column */
	gap: 0.5rem;
	align-items: start;
	margin: 30px 0;
	padding: 0 1rem 3rem;
}

/* tablet: 2 columns */
@media only screen and (min-width: 660px) {
	.cards-grid { grid-template-columns: repeat(2, 1fr); }
}

/* desktop: 3 columns */
@media only screen and (min-width: 1000px) {
	.cards-grid { grid-template-columns: repeat(3, 1fr); }
}
.card-item {
	/* background: #fff;
	border: 1px solid #eee; */
	padding: 8px;
	/* box-sizing: border-box; */
	display: flex;
	flex-direction: column;
}
.card-thumb {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 ratio */
	background-size: cover;
	background-position: center center;
	display: block;
	margin: 0 0 8px 0;
	object-fit: cover;
}
.card-item img.card-thumb {
	height: auto;
	padding-bottom: 0;
}
.card-title {
	font-size: 1rem;
	line-height: 1.25rem;
	margin: 15px 0 0;
	color: #333;
	text-align: left;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.6px;
	font-weight: 400;
	padding-left: 5px;
}
.card-link { text-decoration: none; color: inherit; }
.card-thumb.no-thumb { background-color: #f2f2f2; }