@font-face {
  font-family: 'Nanum Brush Script';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/nanum-brush-script-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Nanum Brush Script'), local('NanumBrush'),
	   url('/fonts/nanum-brush-script-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('/fonts/nanum-brush-script-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	   url('/fonts/nanum-brush-script-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
	   url('/fonts/nanum-brush-script-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('/fonts/nanum-brush-script-v17-latin-regular.svg#NanumBrushScript') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Karoll';
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/Karoll-Round.eot'); /* IE9 Compat Modes */
  src: local('Karoll Round'), local('Karoll'),
	   url('/fonts/Karoll-Round.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('/fonts/Karoll-Round.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('/fonts/Karoll-Round.woff') format('woff'), /* Modern Browsers */
	   url('/fonts/Karoll-Round.svg#Karoll-Round') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Karoll';
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 100;
  src: local('Karoll-LightRound'), local('Karoll Light'),
	   url('/fonts/Karoll-LightRound.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('/fonts/Karoll-LightRound.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('/fonts/Karoll-LightRound.woff') format('woff'), /* Modern Browsers */
	   url('/fonts/Karoll-LightRound.svg#Karoll-LightRound'); format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Karoll';
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 700;
  src: local('Karoll-BoldRound'), local('Karoll Bold'),
	   url('/fonts/Karoll-BoldRound.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('/fonts/Karoll-BoldRound.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('/fonts/Karoll-BoldRound.woff') format('woff'), /* Modern Browsers */
	   url('/fonts/Karoll-BoldRound.svg#Karoll-BoldRound'); format('svg'); /* Legacy iOS */
}
blockquote {
	width: 65%;
	margin: 12px auto;
	font-style: italic;
	color: #9da2a5;
	padding: 1em 2em 1em 3em;
	border-left: 8px solid #079daa;
	line-height: 1.6;
	position: relative;
	background: #cad7d921;
	  border-radius: 10px;
}

.paragraph-block {
	background-color: rgba(255, 255, 255, 0.07);
	padding: 10px;
	border-radius: 10px;
}

blockquote::before {
	font-family: "Font Awesome 6 Free";
	  font-weight: 900;
	  content: "\f10d";
	color: #079daa;
	font-size: 24px;
	position: absolute;
	left: 10px;
	top: -0px;
}

blockquote::after {
	content: '';
}

.swiper {
	border-radius: 10px;
	filter: drop-shadow(5px 5px 15px #000);
}

.swiper-inside {
	position: absolute;
	bottom: 0;
	padding: 30px 20px;
	background: rgb(5, 5, 6);
	background: linear-gradient(0deg, rgba(5, 5, 6, 0.94) 0%, rgba(0, 212, 255, 0) 100%);
}

.swiper-inside p {
	display: inline-block;
	margin: 10px 20px -10px 0;
	width: 89%;
	/* text-shadow: 0px 0px 3px #000; */
}

.swiper-inside a.btn {
	display: inline-block;
	float: right;
	margin: 20px 0px 20px 10px;
}

#slide1 {
	background-image: url(https://jkhub.org/uploads/monthly_2023_07/banner22.jpg.2639e33747a274e2d1420c4a700be66c.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#slide2 {
	background-image: url(https://jkhub.org/uploads/monthly_2023_09/anniversary2.jpg.53eb166717dd926e96134589bb5269b6.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#slide3 {
	background-image: url(https://jkhub.org/uploads/monthly_2023_07/2023front.jpg.e9b4cc1f0c5cfc447246ccbb08360c92.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.otro-blockquote span {
	display: block;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	margin-top: 1em;
}

.featured-award {
	font-size: 3rem;
	position: absolute;
	top: -10px;
	left: -10px;
	color: #5bac6b;
	z-index: 2;
}

.files-column {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.files-column .file-info {
	margin-left: 145px;
}

.files-column .file-title {
	font-size: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.files-column .file-list p.file-desc {
	min-height: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	line-height: normal;
}

.files-column .thumb {
	max-width: 130px;
}

.files-column .thumb img {
	max-height: 130px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	height: 130px;
}

.files-column .download_img {
	width: 130px;
	max-height: 130px;
	height: 130px;
}

.file .page_img h1 span {
	font-size: 24px;
	margin-left: 5px;
	font-weight: normal;
}

.files-row {
	display: flex;
	/* overflow-x: scroll; */
}

.files-row .file-list {
	flex: auto;
	width: 300px;
	height: 220px;
	border-radius: 10px;
	background-color: #ffffff0d;
	box-shadow: 2px 2px 6px #00000033;
}
.files-row > .file-list > .download_img {
	border-radius: 10px 10px 0px 0px;
}
.files-row .file-list:not(:last-child) {
	margin: 0 14px 0 0;
}

.files-row .file-info {
	margin-left: 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* width: 300px; */
	padding: 5px 10px;
	height: 68px;
}

.files-row .file-title {
	font-size: 18px;
}

.files-row .file-list p.file-desc {
	margin: 2px;
}

.files-row .thumb {
	max-width: 180px;
	position: relative;
	min-height: 150px;
	min-width: 300px;
}

.files-row .thumb img {
	max-height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.files-row .download_img {
	width: 300px;
	max-height: 150px;
}

/* .article {
	font-size: 1.02rem;
line-height: 1.85rem;
} */
#fullForm {
	margin: 20px 0;
}

.file-terms,
.majorRelease {
	color: #fff;
	background-color: rgba(255, 203, 80, 0.26);
	display: inline-block;
	width: auto;
	margin: 0 auto;
	border-radius: 10px;
	padding: 10px;
	/* text-shadow: black 0px 1px 1px; */
}

.file-terms p {
	margin-left: 25px;
	text-align: left;
	margin-top: -25px;
}

.archive {
	width: 450px;
	padding-top: 60px;
	line-height: 1.5em;
	font-size: 24px;
	margin-top: 15px;
	font-weight: 500;
}
.news_posts a {
	font-size: 16px;
	display: block;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
}
.news_posts div {
	margin: 10px;
}
.news_posts p {
	font-size: 11px;
	margin: -5px 0;
}
.page_img {
  position: relative;
  width: 100%;
  /* max-width: 1180px; */
  height: 0;
  padding-top: 33.9%;
  overflow: hidden;
  border-radius: 10px;
  margin: 10px 0 30px 0;
  box-shadow: 2px 2px 6px #0000009e;
}

.page_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.header_img {
	margin: 0 auto;
	text-align: center;
}
.header_img img {
max-width: 500px;
width: 100%
}
.header_img p {
	margin: -10px auto 0 auto;
	  font-size: 25px;
	  font-family: Karoll, monospace;
	  text-transform: uppercase;
	  font-weight: bold;
	  /* text-shadow: -1px -1px 2px black; */
	  z-index: 0;
	  position: relative;
}

.files-row .download_img {
	margin: 0;
}

.download_img {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	/* padding-top: 250px; */
	width: 180px;
	max-width: 180px;
	max-height: 180px;
	text-align: center;
	display: inline-block;
	margin: 0 10px 0 0;
	min-height: 180px;
	min-width: 180px;
}

.download_img img {
	position: relative;
	/* margin-left: 50%;
	transform: translateX(-50%)scale(1.25); */
}

.edit-screenshots {
	display: inline-block;
}

.delete-screenshots {
	display: block;
	text-align: center;
}

.thumb {
	max-width: 160px;
	max-height: 160px;
	position: absolute;
	min-height: 90px;
	min-width: 90px;
}

.thumb img {
	max-height: 160px;
}

.changelog-title {
	margin: 0;
	opacity: 0.6;
}

.changelog hr {
	margin: 5px 0;
}

.changelog {
	background: rgba(80, 81, 103, 0.1);
	border-radius: 10px;
	padding: 10px;
}

.error {
	font-weight: bold;
	text-align: center;
	color: #ff9494;
	background-color: rgba(168, 44, 44, 0.15);
	border: 1px solid #a82c2c;
	display: inline-block;
	width: auto;
	margin: 0 auto;
	border-radius: 10px;
	padding: 10px;
	text-shadow: rgba(0, 0, 0, 0.68) 1px 1px 2px;
	font-family: Karoll, sans-serif;
}

.download-files {
	margin-top: 80px;
	text-align: center;
	list-style: none;
	font-size: 2rem;
}

.download-files li {
	margin-bottom: 25px;
}

.download-files li a {
	text-transform: none;
}

.info {
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: rgba(255, 169, 4, 0.15);
	font-family: Karoll, sans-serif;
	display: inline-block;
	width: auto;
	margin: 0 auto;
	border: 1px solid #FFA904;
	border-radius: 10px;
	padding: 10px;
	text-shadow: rgba(0, 0, 0, 0.68) 1px 1px 2px;
}

.sort-options {
	float: right;
	margin-top: -40px;
}

.sort-options button {
	width: auto;
	cursor: pointer;
	transition: .5s;
	color: #079daa;
}

.sort-options button:hover {
	color: #005c5c;
	transition: .5s;
}

.sort-options select {
	background-color: rgb(36, 36, 39);
	padding: 3px;
	border-radius: 5px;
	margin-right: 2px;
	font-weight: normal;
	font-size: 90%;
	border: 1px none;
	color: #079daa;
}

.sort-options label {
	font-size: 12px;
}

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

.info a {
	color: #6cf2ff;
}

.overContainer {
	padding: 10px;
	max-width: 1340px;
	margin: 0 auto;
}

.mainContainer {
	display: flex;
	max-width: 1200px;
	margin: 20px auto;
}

.center-container {
	margin: 20px auto;
	text-align: center;
}

#avatar-preview-container {
	width: 200px;
	/* Set a fixed width for a square container */
	height: 200px;
	/* Set a fixed height for a square container */
	margin-top: 10px;
	border-radius: 50%;
	overflow: hidden;
}

#avatar-preview-container img {
	width: 100%;
	/* Ensure the image fills the container width */
	height: 100%;
	/* Ensure the image fills the container height */
	object-fit: cover;
	/* Maintain aspect ratio without distortion and fill the image within the container */
}
#header-preview-container {
  position: relative;
  width: 100%;
  max-width: 590px; /* Limit container width to 590px */
  height: 0; /* Height will be determined by padding-top */
  padding-top: 16.9%; /* Maintain aspect ratio of 590x200 */
  overflow: hidden;
  border-radius: 10px;
  margin: 10px 0 30px 0;
}

#header-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-width: 590px;
  margin-top: 25%;
  transform: translateY(-50%) scale(1.05);
}


.cf-turnstile {
	margin: 20px 0;
}

hr {
	opacity: 5%;
	color: #898b98;
	margin: 35px;
}

.commentBlock {
	margin: 20px auto;
	max-width: 990px;
	padding: 0 10px;
}

.commentBlock {
	margin-top: 20px;
}

.commentDiv {
	padding: 10px;
	border-radius: 10px;
	background-color: rgba(80, 81, 103, 0.1);
	margin: 10px 0;
}

.comment {
	word-wrap: break-word;
	margin-bottom: 30px;
}

.comment img {
	width: 100%;
	height: auto;
}

.comment iframe {
	max-width: 99%;
}

.comment-edit {
	background-color: rgb(255 255 255 / 10%);
	padding: 3px;
	border-radius: 5px;
	float: right;
	margin: -30px 0;
}

.commentAuthor {
	position: relative;
}

.commentAvatar {
	border-radius: 50%;
	max-width: 24px;
	max-height: 24px;
	display: inline-block;
	overflow: hidden;
	margin: 0 0 -5px 0;
	top: 1px;
	position: relative;
}

.commentAvatar img {
	position: relative;
	height: 24px;
}

.commentAuthor a {
	margin-left: 5px;
}

.btn-small {
	background-color: rgb(255 255 255 / 10%);
	padding: 3px;
	border-radius: 5px;
	margin-right: 2px;
	font-weight: normal;
	font-size: 90%;
	border: 1px none;
	white-space: pre;
	cursor: pointer;
}

.user-buttons {
	float: right;
	margin: -30px -20px;
}

.user-buttons a {
	background-color: rgb(255 255 255 / 10%);
	padding: 3px;
	border-radius: 5px;
}

.tox-tinymce {
	border-radius: 10px !important;
}

.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
	color: white !important;
}

.legal {
	font-family: monospace;
	color: rgba(255, 255, 255, 0.35);
	font-size: 11px;
}

.download_img img {
	max-height: 180px;
}

.avatar img {
	height: 160px;
}

.article iframe {
	border: none;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.8) 0 0 8px;
	margin: 8px;
}

.article img {
	box-shadow: rgba(0, 0, 0, 0.8) 0 0 8px;
	transition: .3s;
	border-radius: 10px;
	max-width: 842px;
	margin: 8px;
	/* width: 100%; */
	height: auto;
}

.article img:hover,
.download_img:hover img {
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 5px 0 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 0 0 8px;
	box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.wrap {
	max-width: 350px;
	margin: 0 auto;
	text-align: left;
}

.date-time {
font-size: 12px;
  opacity: 65%;
  }

article .date-time {
	font-size: 18px;
	  opacity: 65%;
	  margin: 0;
	  position: absolute;
	  bottom: 0;
	  padding: 16px 20px;
	  z-index: 1;
}

.article h1, .article h2, .article h3 {
	margin-bottom: -10px;
	position: relative ;
}

.article h1::after, .article h2::after, .article h3::after, .blockHeader::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
	90deg,
	rgba(234, 234, 234, 0.2) 0%,
	rgba(234, 234, 234, 0) 100%
  );
}

.article h3::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 0.5em;
  display: inline-block;
}

.author-top {
	font-size: 18px;
	  opacity: 65%;
	  margin: 0;
	  position: absolute;
	  bottom: 0;
	  padding: 40px 20px;
	  z-index: 1;
}

.files-column .date-time,
.files-row .date-time,
.member-files .download-count {
	display: inline-block;
	font-size: 14px;
}

.files-column .download-count,
.files-row .download-count,
.member-files .download-count {
	font-size: 14px;
	font-family: Karoll, sans-serif;
	margin-right: 10px !important;
	opacity: 65%;
	display: inline-block;
}

.tags {
	margin-bottom: 10px;
	font-size: 12px;
}

.lists {
	display: flex;
}

.parent-categories {
	margin: 10px 0px 10px -40px;
	font-family: Karoll, sans-serif;
	  text-transform: uppercase;
	  font-size: 20px;
}
.parent-categories a:hover {
	color: #005c5c !important;
	transition: .5s;
}
.parent-categories, .parent-categories li {
  list-style: none;
}


/* .parent-categories li:nth-child(1) ul li a,
.parent-categories li:nth-child(2) a {
	color: #378394;
}

.parent-categories li:nth-child(2) ul li a,
.parent-categories li:nth-child(2) a {
	color: #375ccc;
} */

.recent-files,
.recent-users {
	flex: auto;
}

.download {
	font-weight: 600;
}

.download a {
	padding: 10px;
	text-transform: uppercase;
	font-family: Karoll, system-ui, Helvetica, Arial, sans-serif;
}

aside.sidebar {
	float: right;
	margin: 0px -15px;
	z-index: 1;
	position: relative;
}

aside.byline {
	background-color: rgba(7, 8, 10, .85);
	backdrop-filter: blur(10px);
	border-radius: 10px;
	padding: 20px;
	margin: 10px auto;
	max-width: 600px;
}

.sidebar ul {
	margin: 35px 0 0 0;
	list-style: none;
	text-align: left;
	max-width: 200px;
	font-size: 14px;
	background-color: rgb(18, 18, 23);
	padding: 10px;
	border-radius: 10px;
}

.sidebar ul li {
	margin-bottom: 10px;
}

.sidebar-mobile {
	margin-top: 35px;
}

.sidebar-mobile ul {
	margin: 35px 0 0 0;
	list-style: none;
	text-align: left;
	font-size: 14px;
	background-color: rgba(80, 81, 103, 0.1);
	padding: 10px;
	border-radius: 10px;
}

.sidebar-mobile ul li {
	margin-bottom: 10px;
}

.sidebarLinks a {
	color: #eaeaea;
		background-color: #33353d;
		border-radius: 10px;
		padding: 0px 10px;
		line-height: normal;
		text-shadow: black 0px 1px 1px;
		backdrop-filter: blur(2px);
		height: 75px;
		width: calc(100% - 20px);
		max-width: 215px;
		margin: 5px auto;
		font-size: 24px;
		border: none;
		transition: .5s;
		cursor: pointer;
		text-align: center;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
}
.sidebarLinks a:hover {
	background-color: #ffffff78;
	transition: .5s;
	color: #eaeaea;
}

.sidebarLinks span {
	opacity: 50%;
	margin-left: 15px;
	flex: 0 0 100%;
	font-size: 16px;
	margin-top: -35px;
}

.iconimg {
	height: 45px;
	padding: 8px;
}

.username,
.pass,
.email {
	width: 95%;
}

.file-list {
	margin-bottom: 25px;
}

.file-list p {
	margin: 2px;
}

div.file .page_img h1 a,
h1.admintitle a {
	font-weight: 100;
	font-size: 1.3em;
	color: rgba(0, 0, 0, 0.65);
	line-height: 2.5rem;
}

.file-title {
	font-size: 24px;
}

.bio {
	min-height: 60px;
	background: rgba(96, 119, 145, 0.19);
	border-radius: 10px;
	padding: 10px;
	max-height: 150px;
	overflow: scroll;
}

.file-info {
	margin-left: 180px;
}

.member-info {
	margin-left: 180px;
}

aside.byline .author {
	text-align: center;
font-weight: 600;
margin: 10px auto;
font-size: 26px;
font-family: 'Dawning of a New Day', Karoll, sans-serif;
}

.author>a {
	font-weight: normal;
}

.files-row div.post-info {
	position: relative;
	top: 10px;
}

.files-row div.post-info .date-time {
	position: absolute;
	left: 0;
}

.files-row div.post-info .file-category {
	position: absolute;
	right: 5px;
}

.files-column .postauthor {
	opacity: 65%;
	font-size: 14px;
	display: inline-block;
	margin-right: 15px;
}
.postauthor a {
	font-weight: normal;
	color: #ebebeb;
}
.file-category {
	margin: -5px 0 0 15px;
	display: inline-block;
	vertical-align: middle;
}
.file-category a {
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: bold;
  background-color: #079daa;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
.file-category a:hover {
  opacity: .7;
  transition: .5s;
}
.breadcrumbs {
	font-weight: normal;
	font-size: 85%
}

.member {
	font-size: 2rem;
}

.memberblock {
	margin: 20px 0 100px 0;
}

.avatar {
	border-radius: 50%;
	width: 160px;
	height:160px;
	position: absolute;
	min-width: 160px;
	  min-height: 160px;
}

.btn:hover,
button.read:hover,
input.btn:hover {
	background-color: #005c5c;
	color: white;
}

.btn,
.read,
input.btn {
	transition: .5s;
	color: #eaeaea;
	background-color: #005c5c;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 10px;
	padding: 6px;
	padding: 0.5rem;
	line-height: normal;
	text-shadow: black 0px 1px 1px;
	font-family: Karoll;
	text-transform: uppercase;
	filter: drop-shadow(1px 1px 1px rgba(12, 13, 16, 0.65));
}

.read {
	font-size: 14px;
	width: auto;
}

.big {
	width: 100%;
	font-size: 28px;
	height: auto;
	margin: 0;
}

input,
textarea {
	border: 1px solid #b6b6b6;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
	line-height: normal;
}

input {
	width: 400px;
}

.buttonContainer {
	display: none;
	padding: 10px;
	background-color: rgba(154, 154, 154, 0.37);
	font-size: 18px;
}

.wrapper p {
	max-width: 750px;
	margin: 10px auto;
}

.block1 {
	font-size: 25px;
	font-weight: 300;
	margin: 10px 0;
	padding: 5px;
	text-align: center;
	color: #9099A3;
	text-transform: uppercase;
}

.circle-icon {
	background: #025d5d;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	text-align: center;
	line-height: 145px;
	vertical-align: middle;
	/*     padding: 30px; */
}

.caps {
	text-transform: uppercase;
}

.dividers {
	color: rgba(255, 255, 255, 0.25);
}

/* This gets Google to fall into place */
.social {
	font-size: 1px;
}

.article {
overflow: hidden;
line-height: 1.35;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

/* This gets Facebook to fall into place */
.social iframe {
	vertical-align: middle;
}

/* Set an optional width for your button wrappers */
.social span {
	display: inline-block;
	width: 110px;
}

/* Adjust the widths individually if you like */
.social .google {
	width: 75px;
}

.also {
	font-size: 12px;
}

.vid {
	width: 65%;
	padding: 10px;
	padding-left: 50px;
	position: relative;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	width: 560px;
	max-width: 100%;
}

.red,
.required {
	color: #ec6565;
}

.form_screenshots img {
	max-width: 70%;
}

a {
	color: #079daa;
	text-decoration: none;
	font-weight: bold;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

a:hover {
	color: #005c5c;
	text-decoration: none;
}
body {
	font-family: Karoll, system-ui, Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	color: #eaeaea;
	margin: 10px;
  	background: rgb(17, 18, 22);
  	background-attachment: fixed;
  	background-size: cover;
  	background-position: center;
}

sup {
	font-size: 12px;
}

.header a {
	color: rgba(0, 0, 0, 0.65);
}

.header a:hover {
	color: rgba(0, 0, 0, 0.65);
}

.mainContainer .main {
	max-width: 850px;
}

.main {
	margin: 0 auto;
	min-height: 90vh;
	border-radius: 10px;
	padding: 20px;
	z-index: 0;
	position: relative;
	max-width: 860px;
}

.mainSidebar {
	max-width: 290px;
	min-width: 290px;
	min-height: 90vh;
	margin-left: 20px;
	margin-top: 20px;
}

.mainSidebar aside {
	background-color: #1d1e22;
	backdrop-filter: blur(10px);
	border-radius: 10px;
	padding: 20px;
	margin-top: 0;
	margin-bottom: 10px;
}

aside.feed {
	font-size: 14px;
	padding: 20px 5px;
}
aside.feed h3 {
	padding: 0 20px;
}
aside.feed h3.blockHeader::after {
	left: 20px;
	width: calc(100% - 20px);
}

.mainSidebar .recentComments ul {
	list-style: none;
	padding: 0;
	text-align: center;
}

.mainSidebar .recentComments ul li {
	/* background: rgba(255, 255, 255, 0.04); */
	padding: 2px 0px;
	list-style: none;
	border-radius: 10px;
	margin-bottom: 5px;
	font-size: 13px;
}

.recentComments .commentAvatar {
	top: 2px;
}

.blockHeader {
	font-family: Karoll, system-ui, Helvetica, Arial, sans-serif;
	font-size: 24px;
	margin-top: 0;
	position: relative;
}

.file .page_img h1 {
	margin: 0;
	  font-size: 2.5em;
	  display: inline-block;
	  font-family: Karoll, system-ui, Helvetica, Arial, sans-serif;
	  line-height: 1;
	  position: absolute;
	  bottom: 0;
	  padding: 70px 20px;
	  background: rgb(5, 5, 6);
	  background: linear-gradient(0deg, rgba(5, 5, 6, .95) 10%, rgba(5, 5, 6, 0) 100%);
	  z-index: 1;
	  display: inline-block;
	  width: 100%;
	  text-shadow: #3f3f3f 1px 1px 0px;
}

.footer {
	font-weight: 300;
	text-align: center;
	width: 100%;
	font-size: 12px;
}

.footer a {
	margin: 5px;
}

.footer i {
	font-size: 24px;
	position: relative;
	top: -10px;
}

.footer img {
	opacity: 0.45;
	filter: grayscale(70%);
	padding: 5px;
	height: 25px;
	width: auto;
}

.footer img:hover {
	opacity: 0.8;
	filter: grayscale(10%);
}

.middle {
	max-width: 90%;
	min-height: 400px;
	margin: 0 auto;
	padding-top: 20px;
}

.header {
	/* max-width: 990px; */
	height: 200px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	overflow: hidden;
	/* border-radius: 15px; */
	background-color: #070707;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 0 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 0 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 3px 0 5px;
}

nav {
	/* max-width: 1200px; */
	/* border-radius: 65px;
	margin: 10px auto; */
	/* background: rgba(7, 8, 10, .6); */
	/* height: 65px;
	padding: 15px; */
	text-align: center;
}

.tabnav-wrapper {
	display: flex;
	justify-content: center;
	margin: -5px 0 20px 0;
}

.tabnav {
	list-style: none;
	padding: 0;
	margin: 40px auto 0 auto;
	font-family: Karoll, system-ui, Helvetica, Arial, sans-serif;
}

.tabnav li,
.user {
	margin-right: 10px;
	position: relative;
	transition: .5s;
	display: inline-block;
	list-style: none;
	font-family: Karoll, system-ui, Helvetica, Arial, sans-serif;
}

.tabnav li {
	margin-right: 20px;
}

.tabnav li:hover .dropdown,
.user:hover .dropdown,
#adminmenu li:hover .dropdown {
	display: block;
	transition: .5s;
	cursor: pointer;
}

.tabnav li a,
.user a {
	color: #444a56;
	text-transform: uppercase;
}

.dropdown {
	display: none;
	position: absolute;
	background-color: rgba(11, 12, 14, 0.85);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
	padding: 10px;
	z-index: 1;
	text-align: left;
	left: -20px;
	border-radius: 10px;
	transition: .5s ease;
	backdrop-filter: blur(4px);
	white-space: nowrap;
}

.user .dropdown {
	display: none;
	position: absolute;
	background-color: rgba(11, 12, 14, 0.85);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
	padding: 10px;
	z-index: 1;
	text-align: left;
	white-space: nowrap;
	left: 0;
	border-radius: 10px;
	transition: .5s ease;
	backdrop-filter: blur(4px);
}

a.user-link {
	position: relative;
	transition: .5s;
	display: inline-block;
	padding: 10px;
	line-height: normal;
	margin: 12px;
	background-color: rgb(30, 30, 34);
	border-radius: 30px;
}

a.user-link:hover {
	background-color: rgb(41, 41, 46);
	transition: .5s;
}

.navatar {
	border-radius: 50%;
	max-width: 100px;
	max-height: 100px;
	display: inline-block;
	overflow: hidden;
	margin: 0 5px -5px 0;
	text-align: center;
}

.navatar img {
	position: relative;
	margin-left: 50%;
	transform: translateX(-50%)scale(1.1);
	height: 100px;
}

.nav-username {
	display: inline-block;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 3px 5px 3px 0;
}

.login {
	padding: 18px !important;
}

.hamburger {
	display: none;
	cursor: pointer;
	background: none;
	border: none;
	font-size: 40px;
	color: #444a56;
	float: right;
	margin-top: -35px;
	margin-right: 10px;
	padding: 0;
}

.tabnav.collapsed {
	display: block;
	position: absolute;
	width: 100%;
	background: rgba(11, 11, 15, 0.95);
	top: 55px;
	backdrop-filter: blur(3px);
	left: 0;
	z-index: 1;
	margin: 0;
	border-radius: 10px;
}

.buttonList .dropdown-menu, .user-buttons .dropdown-menu {
		position: absolute;
		background-color: rgba(7, 25, 30, 0.95);
		box-shadow: 0 4px 8px rgba(0,0,0,0.75);
		z-index: 1000;
		border-radius: 10px;
		overflow: hidden;
		padding: 5px;
	}
	.user-buttons > .dropdown-container .dropdown-menu {
		text-align: right;
		right: 2px;
	}
	.dropdown-menu {
		display: none;
	}
.dropdown-menu.show {
		display: block;
	}
	
.dropdown-item {
		display: block;
		padding: 8px 12px;
		text-decoration: none;
		color: #cbcbcb;
		cursor: pointer;
		white-space: nowrap;
		  background: none;
		  border: none;
		  font-weight: bold;
	}
.buttonList {
		padding: 10px 0 0 0;
		font-size: .85rem;
		position: absolute;
		z-index: 1;
		left: 8px;
		top: 0;
	}
	
	.buttonList a {
		margin: 0 3px;
	}
	
	#dialogBackdrop {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.5);
		z-index:999;
	}
	
	.popupDialog {
		position: fixed;
		top:20%;
		left:50%;
		transform:translate(-50%,-50%);
		background:rgb(24, 44, 49);
		padding: 20px;
		border: 1px solid 1px solid #6b6b6b;
		border-radius: 10px;
		z-index:1000;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.75);
	}
	
	#approvalDialog #sendEmailWrapper {
		margin: 20px 0;
	}
	
	.popupDialog #dialogText {
		font-size: 120%;
	}
	
	#approvalDialog input {
		width: auto;
	}

.search-form {
	overflow: hidden;
	margin: 20px -50px 20px 0;
	position: relative;
	color: #fff;
}

.search-form input {
	width: 50px;
	padding-left: 32px;
	padding-right: 32px;
	box-sizing: inherit !important;
	font-family: Karoll;
	height: 20px;
	padding: 8px 13px;
	font-size: 20px;
	line-height: 1.5;
	background-color: #131315;
	border: 2px solid transparent;
	border-radius: 30px;
	transition: .5s;
	font-family: Rubik, sans-serif;
	color: #fff;
}

.search-form form::before {
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: -34px;
	width: 36px;
	font-size: 20px;
	text-align: center;
	position: absolute;
	padding: 8px;
	pointer-events: none;
	color: #898b98;
	top: 2px;
}

.search-form button {
	display: none;
}

.search-form input:focus {
	border-color: #079daa;
	outline: none;
	width: 180px;
	border-radius: 10px 30px 30px 10px;
	margin-left: 10px;
	padding-left: 30px;
}

.search-form2 {
	margin: 0 auto 10px auto;
	text-align: center;
}

.search-form2 input {
	font-family: Rubik, sans-serif;
	background-color: #1e1e22;
	border: 2px solid transparent;
	color: #fff;
	border-radius: 10px;
}

.child-categories {
	overflow: scroll;
}

.pagination {
	list-style: none;
	display: flex;
	margin: 20px 0;
	padding: 0;
}

.pagination a {
	margin: 8px 8px 0 0;
	text-decoration: none;
	padding: 10px;
	margin: 0 5px;
}

.pagination a.active {
	background-color: #079daa;
	color: #fff;
	border-radius: 5px;
}

.dropdown a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #898b98;
	font-size: 13px;
}

.tabnav li a:hover,
.dropdown a:hover,
div.user a:hover {
	color: #fff;
}

.tabnav li i.fas {
	/* position: absolute;
	top: -20px;
	left: 35%; */
	margin-right: 3px;
}

div.user i.fas {
	margin-right: 5px;
}

.logo {
	font-size: 32px;
	/* text-shadow: #3f3f3f 1px 1px 0px; */
	font-family: "Dawning of a New Day", sans-serif;
	word-spacing: 10px;
	letter-spacing: -2px;
}
.logo a {
	/* margin-left: -20px; */
	/* color: #444a56; */
}

.logo img {
	max-width: 145px;
	  width: 60px;
	  position: relative;
	  top: 15px;
	  z-index: -1;
	  /* filter: drop-shadow(2px 2px 4px rgba(12, 13, 16, 0.65)); */
	  margin: -10px;
	}
.separator {
		margin: 25px auto;
		border: 0;
		opacity: 1;
	}
	nav .separator {
		margin-top: 35px;
	}
	
	.separator--line {
		border: 0;
		border-bottom: 5px solid rgba(68, 74, 86, 0.3);
		width: 0;
		-webkit-animation: separator-width 1s ease-out forwards;
		animation: separator-width 1s ease-out forwards;
	}
	
	@-webkit-keyframes separator-width {
		0% {
			width: 0;
		}
	
		100% {
			width: 100%;
		}
	}
	
	@keyframes separator-width {
		0% {
			width: 0;
		}
	
		100% {
			width: 100%;
		}
	}
	
	.separator--dots {
		overflow: visible;
		border: 0;
		content: "";
		background-color: rgba(68, 74, 86, 0.3);
		display: block;
		height: 7px;
		width: 7px;
		border-radius: 50%;
		position: relative;
	}
	
	.separator--dots:before {
		content: "";
		background-color: rgba(68, 74, 86, 0.3);
		display: block;
		height: 5px;
		width: 5px;
		border-radius: 50%;
		position: absolute;
		left: -32px;
		top: 1px;
		-webkit-animation: dot-move-left 1s ease-out forwards;
		animation: dot-move-left 1s ease-out forwards;
	}
	
	.separator--dots:after {
		content: "";
		background-color: rgba(68, 74, 86, 0.3);
		display: block;
		height: 5px;
		width: 5px;
		border-radius: 50%;
		position: absolute;
		left: 32px;
		top:1px;
		-webkit-animation: dot-move-right 1s ease-out forwards;
		animation: dot-move-right 1s ease-out forwards;
	}
	
	@-webkit-keyframes dot-move-right {
		0% {
			left: 0;
		}
	
		100% {
			left: 32px;
		}
	}
	
	@keyframes dot-move-right {
		0% {
			left: 0;
		}
	
		100% {
			left: 32px;
		}
	}
	
	@-webkit-keyframes dot-move-left {
		0% {
			left: 0;
		}
	
		100% {
			left: -32px;
		}
	}
	
	@keyframes dot-move-left {
		0% {
			left: 0;
		}
	
		100% {
			left: -32px;
		}
	}


#login,
#signup {
	max-width: 400px;
	margin: 0 auto;
}

.flex-buttons {
	display: flex;
	margin: 10px 0;
}

.flex-buttons a {
	flex: auto;
	margin: 0 5px;
	text-align: center;
}

.notification-queue {
	position: absolute;
	padding: 4px;
	font-family: Karoll, system-ui, Helvetica, Arial, sans-serif;
	background-color: rgba(196, 46, 46, 0.15);
	border: 1px solid #c42e2e;
	color: white;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	white-space: nowrap;
	font-size: 11px;
	line-height: 12px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
	margin: -8px -3px;
	text-align: center;
	text-shadow: black 0px 1px 1px;
}

.notification-queue2 {
	position: absolute;
	font-family: Karoll, system-ui, Helvetica, Arial, sans-serif;
	padding: 4px;
	background-color: rgba(255, 169, 4, 0.15);
	border: 1px solid #ffa904;
	color: white;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	white-space: nowrap;
	font-size: 11px;
	line-height: 12px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
	margin: -8px -3px;
	text-align: center;
	text-shadow: black 0px 1px 1px;
}

.col-md-6 {
	width: 55%;
	float: left;
	margin-right: 30px;
}

.col-md-3 {
	width: 20%;
	float: right;
}

.site-footer {
	padding: 45px 0 20px;
	font-size: 14px;
	line-height: 24px;
	color: #eaeaea;
	/* text-shadow: #0c0d11 2px 2px 4px; */
	margin-top: 10px;
}

.site-footer hr {
	opacity: 0.5
}

.site-footer hr.small {
	margin: 20px 0
}

.site-footer h6 {
	color: #fff;
	font-size: 22px;
	font-family: Karoll, sans-serif;
	margin: 0;
	letter-spacing: 2px
}

.footer-links {
	padding-left: 0;
	list-style: none
}

.footer-text {
	margin-top: 15px;
}

.footer-links li {
	display: block;
	padding: 0 0 0 13px;
	position: relative;
}

.footer-links li:before {
	content: "";
	background: #079daa;
	border-radius: 50%;
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -2px 0 0 0;
}

.footer-links.inline li {
	display: inline-block
}

.site-footer .social-icons {
	text-align: center;
}

.copyright-text {
	margin: 0;
	text-align: center;
}

@media (max-width:1200px) {

	.mainContainer {
		display: block;
	}

	/* .files-row .file-list:not(:last-child) {
		margin: 0 5px 0 0;
	} */

	.mainSidebar {
		max-width: unset;
		min-width: unset;
		min-height: unset;
		margin-left: 0;
		margin-top: 10px;
		display: block;
		padding: 5px;
	}

}

@media (max-width:991px) {
	.site-footer [class^=col-] {
		margin-bottom: 30px;
		width: 100%;
	}

	/* .files-row {
		overflow: scroll;
		width: 100%;
	} */

}

@media (min-width:768px) {
	li.mobile-link {
		display: none;
	}

	.sidebar-mobile {
		display: none;
	}
}
@media (min-width:1000px) {
	.swiper {
		max-height: 480px
	}
}
@media (max-width:767px) {
	.swiper {
		max-height: 320px
	}

	.swiper-inside {
		background: rgba(5, 5, 6, 0.8);
		height: 100%;
	}
.files-column {
	width: 98%;
}
	.swiper-inside p {
		margin: 100px 0 0 0;
		width: 100%;
		text-shadow: 0px 0px 3px #000;
	}

	.site-footer {
		padding-bottom: 20px;
	}

	.file-title, .files-column .file-title {
		font-size: 18px;
	}

	.file-info,
	.member-info {
		margin-left: 5px;
	}
	
	.files-column .file-info {
		margin-left: 110px;
	}

	.file-list {
		margin-bottom: 20px;
	}

	.user-buttons {
		margin: -15px 0px;
	}

	.file-info p {
		margin: 4px 2px;
		font-size: 12px;
	}
.file-list > .download_img {
	min-height: 165px;
	max-height: 165px;
}
	.files-column > .file-list > .download_img {
		width: 105px;
		height: 105px;
		min-height: 105px;
		min-width: 105px;
}
.files-row > .file-list > .download_img {
	min-height: 130px;
	max-height: 130px;
}
.files-column > .file-list > .download_img img {
	max-height: 110px;
	/* transform: translateX(-50%)scale(1.25); */
}

.file-list > .download_img img {
	max-height: 165px;
	/* transform: translateX(-50%)scale(1.25); */
}
.files-row > .file-list > .download_img img {
	max-height: 200px;
	transform: none;
}
	.download_img,
	.avatar {
		width: 70px;
		max-width: 70px;
		max-height: 70px;
		margin: 0 5px 0 0;
		min-width: 70px;
		min-height: 70px;
	}

	.download_img img,
	.avatar img {
		max-height: 70px;
	}

	.site-footer .copyright-text,
	.site-footer .social-icons {
		text-align: center
	}

	.logo img {
		width: 52px;
		top: 10px;
	}

	.hamburger {
		display: block;
	}

	.tabnav {
		display: none;
	}

	.tabnav li {
		font-size: 24px;
		margin: 30px 0 50px 0;
		display: block;
		text-align: center;
	}

	aside.sidebar {
		display: none;
	}

	li.mobile-link {
		display: block;
	}

	.tabnav-wrapper {
		display: block;
	}

	.sidebar-mobile .download {
		text-align: center;
	}

	.dropdown {
		display: none !important;
	}

	.tabnav li i.fas {
		position: relative;
		margin: 0 10px;
		left: 0;
		top: 0;
	}

	.user,
	.search-form {
		display: none;
	}
.featured-award {
	font-size: 2.25rem;
}
	.main {
		padding: 10px;
	}

	.overContainer {
		padding: 0;
	}

	nav {
		padding-top: 20px;
	}
	.files-row .file-list {
		height: 200px;
	}

}


.row:after {
	clear: both !important;
	display: table;
	content: " ";
}

.social-icons {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.social-icons li {
	display: inline-block;
	margin-bottom: 4px
}

.social-icons li.title {
	margin-right: 15px;
	text-transform: uppercase;
	color: #96a2b2;
	font-weight: 700;
	font-size: 13px
}

.social-icons a {
	background-color: #33353d;
	color: #818a91;
	font-size: 22px;
	display: inline-block;
	line-height: 46px;
	width: 44px;
	height: 44px;
	text-align: center;
	margin-right: 8px;
	border-radius: 100%;
	position: relative;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
	color: #fff;
	background-color: #29aafe
}

.social-icons.size-sm a {
	line-height: 34px;
	height: 34px;
	width: 34px;
	font-size: 14px
}

.social-icons a.facebook:hover {
	background-color: #0866ff
}

.social-icons a.twitter:hover {
	background-color: #000;
}

.social-icons a.discord:hover {
	background-color: #5865f2
}

.social-icons a.youtube:hover {
	background-color: #ff0000
}

.social-icons a.twitch:hover {
	background-color: #a970ff
}

.social-icons a.instagram:hover {
	background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d)
}

.container {
	max-width: 1360px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 1000px) {
	.buttons-left {
		display: none;
	}

	.links {
		display: block;
		padding-right: 1px;
		margin-left: auto;
		margin-right: auto;
	}

	.links img {
		width: 40px;
		height: auto;
	}

	.twitterfeed {
		display: none;
	}

	.vid {
		padding: 10px;
		padding-left: 10px;
		margin-top: -50px;
	}

	.twfollow {
		display: block;
	}
}


@media (max-width:890px) {
	.avatar {
		width: 70px;
		height: 70px;
		margin: 0 5px 0 0;
	}
	
	.avatar img {
		height: 70px;
	}
	
	.article img {
		width: calc(100% - 20px);
	}
	
	.article iframe {
		width: calc(100% - 20px);
		height: 50vw;
	}
	
	.memberblock .avatar {
		width: 85px;
		height: 85px;
		margin: 0 5px 0 0;
		max-height: unset;
		max-width: unset;
		min-width: unset;
		min-height: unset;
	}
	
	.memberblock .avatar img {
		height: unset;
		vertical-align: top;
		object-fit: cover;
		line-height: 1px;
		height: 100%;
		width: 100%;
		max-height: unset;
	}
}

@media only screen and (max-width: 700px) style2.css:77.wrap {
	padding: 15px;
}

@media (max-width: 600px) {
	.header {
		height: 100px;
	}
	.header_img p {
		font-size: 18px;
	}
	
	.avatar, .memberblock .avatar {
		position: relative;
		text-align: center;
		display: block;
		margin: 0 auto;
	}
	
	.member-info {
		margin-left: 0;
		min-height: 100px;
		text-align: center;
	}
	
	.bio {
		text-align: left;
		margin-top: 15px;
	}

	.circle {
		width: 250px;
		height: 250px;
	}

	.footer {
		font-size: 10px;

	}

	.buttons-left {
		display: none;
	}

	.links {
		display: block;
		padding-right: 1px;

		margin-left: auto;
		margin-right: auto;
	}

	.links img {
		width: 30px;
		height: auto;
	}
	.btn {
		overflow: hidden;
		  text-overflow: ellipsis;
		  word-wrap: break-word;
		  white-space: nowrap;
		  display: inline-block;
		  width: 95%;
		  text-align: center;
		  margin: 0px 0;
	}
	.buttonList button {
		margin-bottom: 5px;
	}
	#commentForm .btn {
		width: 100%;
	}
	.files-column .file-title {
		margin-bottom: 2px;
	}
	.files-column .file-list p.file-desc {
		-webkit-line-clamp: 3;
	}
	.file .page_img h1 {
		font-size: 24px;
		padding: 65px 10px;
		line-height: 1;
	}
	.author-top {
		padding: 40px 10px;
	}
	article .date-time {
		font-size: 16px;
		padding: 16px 10px;
	}

}

@media (max-width: 400px) {
	.main {
		min-height: 345px;
	}

	.wrap {
		margin: 10px;
	}
	.file .page_img h1 {
		padding: 50px 18px
	}
	article .date-time {
		font-size: 14px;
		padding: 12px 18px
	}
	.author-top {
		font-size: 14px;
		padding: 28px 18px
	}
}

@media (max-width: 990px) {

	.download {
		text-align: left;
	}
}

@media (max-width: 600px) {

	.sort-options {
		display: block;
		margin: -10px 0 10px 0;
		float: none;
	}
	
}

@media (prefers-color-scheme: light) {
	body {
		background: #f8f8f8;
		color: #444a56;
		/* backdrop-filter: brightness(90%)blur(5px); */
	}
	
	.page_img {
		color: #fff;
	}
	
	.files-row .file-list {
		background-color: #ffffffab;
	}

	.notification-queue {
		background-color: rgba(196, 46, 46, 0.6);
	}

	.notification-queue2 {
		background-color: rgba(255, 169, 4, 0.6);
	}

	.btn-small {
		background-color: rgb(203, 205, 206);
	}

	.sort-options select {
		background-color: rgb(217, 220, 222);
	}

	.search-form2 input {
		background-color: #d9dcde;
		color: #3f4144;
	}

	div.file .page_img h1 a,
	h1.admintitle a {
		color: #000;
	}
	
	.dropdown,
	.user .dropdown, .admindropdown, .mainSidebar aside,
	.tabnav.collapsed {
		background-color: rgba(255, 255, 255, 0.79);
	}

	a.user-link {
		background-color: rgb(217, 220, 222);
	}

	a.user-link:hover {
		background-color: rgb(203, 205, 206);
	}

	.search-form input {
		background-color: rgb(203, 205, 206);
		color: #595959;
	}

	.tabnav li a:hover,
	.dropdown a:hover,
	div.user a:hover {
		color: #005c5c;
	}

	.btn,
	.read,
	input.btn {
		background-color: #079daa;
	}

	.legal {
		color: rgba(0, 0, 0, 0.35);
	}

	.info,
	.error {
		color: #494c4f;
		text-shadow: none;
	}

	.info a {
		color: #19b4c4;
	}

	blockquote {
		background: #87888c1c;
		color: #575f64;
	}

	.counter {
		background-color: rgba(0, 0, 0, 0.06) !important;
	}

	.file-terms,
	.majorRelease {
		color: #000;
		text-shadow: none;
	}

	aside.sidebar ul {
		background-color: rgb(203, 205, 206);
	}

	table {
		background: rgba(110, 110, 111, 0.11) !important;
	}

	table th {
		background-color: rgba(74, 74, 74, 0.29) !important;
	}

	hr {
		opacity: 12%;
	}

	.hamburger {
		color: #079daa;
	}
	
	.site-footer {
		color: #444a56;
	}
	.social-icons a, .site-footer .social-icons a {
	background-color: #eceeef;
}

.postauthor a {
	color: #444a56;
}

.sidebarLinks a {
color: #444a56;
background-color: #eceeef;
text-shadow: none;
}

.sidebarLinks a:hover {
	background-color: #818a91;
}

aside.byline {
	background-color: rgba(255, 255, 255, 0.79);
}
	
	.article h1::after, .article h2::after, .article h3::after, .blockHeader::after {
	  background: linear-gradient(
		90deg,
		rgba(68, 74, 86, 0.2) 0%,
		rgba(68, 74, 86, 0) 100%
	  );
	}
}