*,
*::before,
*::after {
	box-sizing: border-box;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

:focus::-webkit-input-placeholder {
	color: transparent;
}

:focus::-moz-placeholder {
	color: transparent;
}

:focus:-moz-placeholder {
	color: transparent;
}

:focus:-ms-input-placeholder {
	color: transparent;
}

/* Structure */
html {
	font-size: 100%;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

body {
	margin: 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.6;
	word-wrap: break-word;
	background-color: rgba(25, 25, 25, 0.9);
	background-image: url("/img/i/bgimg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
	background-attachment: fixed;
	-webkit-font-smoothing: antialiased;
}

.container {
	position: relative;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	backdrop-filter: blur(6px);
}

.container--outer {
	margin: 25px auto;
	box-shadow: 0 0 10px rgba(50, 50, 50, .17);
	overflow-x: hidden;
}

.wrapper {
	padding: 25px;
	background: rgba(25, 25, 25, 0.67);
	color: #e5e5e5;
	font-family: 'Noto Serif SC', serif;
}

.flex {
	display: -webkit-flex;
	display: flex;
}

.primary {
	-webkit-flex: 1 0 65.83%;
	flex: 1 0 65.83%;
	-webkit-order: 1;
	order: 1;
	min-width: 0;
}

.sidebar {
	-webkit-flex: 1 0 31.66%;
	flex: 1 0 31.66%;
	-webkit-order: 2;
	order: 2;
	min-width: 0;
	margin: 0 0 0 2.5%;
}

.sidebar--left {
	-webkit-order: 0;
	order: 0;
	margin: 0 2.5% 0 0;
}

.clearfix {
	display: block;
}

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

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

/* Button */
.btn {
	padding: 5px 10px;
	font-weight: 700;
	color: #fff;
	white-space: pre-line;
	background: #5080D2;
}

.btn:hover {
	color: #fff;
	background: #3B80E2;
}

/* Animation */
.menu__item,
.btn {
	transition: background-color .25s ease-out;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	color: #f0f0f0;
}

h1 {
	font-size: 32px;
	font-size: 2rem;
}

h2 {
	font-size: 24px;
	font-size: 1.5rem;
}

h3 {
	font-size: 20px;
	font-size: 1.25rem;
}

h4 {
	font-size: 18px;
	font-size: 1.125rem;
}

h5 {
	font-size: 16px;
	font-size: 1rem;
}

h6 {
	font-size: 16px;
	font-size: 1rem;
}

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover {
	color: #3B80E2;
}

hr {
	margin: 0 0 20px;
	border: 0;
	border-top: 1px solid #f0f0f0;
}

p {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}

b,
strong {
	font: inherit;
	font-weight: 700;
}

i,
em {
	font: inherit;
	font-style: italic;
}

ol,
ul {
	padding: 0;
	margin: 0;
}

small {
	font-size: 12px;
	font-size: .75rem;
}

mark {
	background-color: #fd5;
}

figure {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}

figcaption {
	margin-top: 4px;
	margin-top: .25rem;
	color: #666;
}

figcaption h4 {
	margin: 0;
	color: inherit;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: inherit;
}

pre,
code {
	background-color: #2a2a2a;
	border: 1px solid #c6c6c6;
}

code {
	padding: 0 5px;
	color: #fff;
}

pre {
	display: block;
	padding: 0;
	padding: 1.25rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	overflow: auto;
	max-height: 230px;
	color: #fff;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: inherit;
	background: inherit;
	border: 0;
}

kbd {
	padding: 2px 3px;
	color: #fff;
	background-color: #2a2a2a;
}

blockquote {
	display: block;
	padding: 5px 0 5px 15px;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	line-height: 1.6;
	border-left: 5px solid #3B80E2;
}

blockquote p:last-child {
	margin: 0;
}

blockquote footer {
	text-align: right;
}

sup,
sub {
	font-size: 10px;
	font-size: .625rem;
	font-style: normal;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

abbr[title] {
	text-decoration: none;
	cursor: help;
	border-bottom: 1px dotted #000;
}

q {
	font-style: italic;
}

address {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	font-family: "Consolas", Courier New, Courier, monospace;
	line-height: 1.5;
}

dl {
	margin: 0 0 10px 20px;
}

dt,
dd {
	display: list-item;
}

dt {
	font-weight: bold;
	list-style-type: square;
}

dd {
	margin-left: 20px;
	list-style-type: circle;
}

select {
	max-width: 100%;
}

.warning {
	padding: 20px 10px;
	text-align: center;
	border: 1px solid #ddd;
}

.warning__icon {
	margin-bottom: 20px;
	fill: #ddd;
}

/* Header */
.header {
	background: rgba(25, 25, 25, 0.67);
}

.logo {
	padding: 25px;
}

.logo__link {
	display: inline-block;
}

.logo__item {
	display: inline-block;
	vertical-align: middle;
}

.logo__img {
	max-height: 256px;
}

.logo__text {
	text-transform: uppercase;
}

.logo--mixed .logo__item {
	margin: .5rem auto;
}

.logo--mixed .logo__img {
	max-width: 128px;
	max-height: 128px;
}

.logo--mixed .logo__text {
	padding: 0 1rem;
}

.logo__title {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	color: #f0f0f0;
}

.logo__tagline {
	display: inline-block;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	line-height: 1;
	color: #3B80E2;
	border-top: 1px solid #c6c6c6;
}

.divider {
	height: 5px;
	margin: 0;
	background: #3B80E2;
	border: 0;
}

/* Main menu */
.no-js .menu__btn {
	display: none;
}

.menu__btn {
	display: block;
	width: 100%;
	padding: 0;
	font: inherit;
	color: #fff;
	background: rgba(88, 157, 255, 0.4);
	border: 0;
	outline: 0;
}

.menu__btn-title {
	position: relative;
	display: block;
	padding: 10px 15px;
	padding: .625rem .9375rem;
	font-weight: 700;
	text-align: right;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

:focus > .menu__btn-title {
	box-shadow: inset 0 0 1px 3px #3B80E2;
}

button:not(:-moz-focusring):focus > .menu__btn-title {
	box-shadow: none;
}

.menu__btn:focus,
.menu__btn-title:focus {
	outline: 0;
}

.js .menu__btn--active {
	color: #3B80E2;
}

.menu__list {
	list-style: none;
	background: rgba(25, 25, 25, 0.67);
}

.menu__item:hover {
	background: #3B80E2;
}

.menu__item:first-child {
	border: 0;
}

.menu__item--active {
	background: #3B80E2;
}

.menu__link {
	display: block;
	padding: 10px 15px;
	padding: .625rem .9375rem;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.menu__link:hover {
	color: #fff;
}

.js .menu__list {
	position: absolute;
	z-index: 1;
	width: 100%;
	visibility: hidden;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

.js .menu__list--active {
	visibility: visible;
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.menu__list--transition {
	transition: visibility .15s ease, transform .15s ease, -webkit-transform .15s ease;
}

@media screen and (min-width: 767px) {
	.menu {
		border-bottom: 5px solid #3B80E2;
	}

	.menu__btn {
		display: none;
	}

	.menu__list,
	.js .menu__list {
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		visibility: visible;
		border: 0;
		-webkit-transform: none;
		transform: none;
	}

	.menu__item {
		border-left: 1px solid rgba(255, 255, 255, .1);
	}
}

/* Posts/Pages */
.post__header,
.main__header {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.main__title {
	font-size: 28px;
	font-size: 1.75rem;
}

.main__content {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.meta {
	font-size: 13px;
	font-size: .8125rem;
	vertical-align: baseline;
}

.meta,
.meta a {
	color: #5080D2;
}

.meta a:hover {
	color: #3B80E2;
}

.meta__item {
	display: inline;
	margin-left: 15px;
}

.meta__item:first-child {
	margin-left: 0;
}

.meta__icon {
	margin-right: 5px;
	vertical-align: middle;
	fill: #5080D2;
}

.meta__text {
	vertical-align: middle;
}

.post__title {
	margin: 0;
}

.post__meta {
	padding: 5px 0;
	margin-top: 10px;
	margin-top: .625rem;
	border-top: 1px dotted #5080D2;
	border-bottom: 1px dotted #5080D2;
}

.post__lead {
	margin-top: 4px;
	margin-top: .25rem;
	margin-bottom: 0;
	font-size: 16px;
	font-size: 1rem;
	font-style: italic;
}

.post__thumbnail {
	max-width: 1030px;
	margin: 0 0 20px;
	margin-bottom: 0 0 1.25rem;
}

.post__thumbnail img {
	width: 100%;
}

.content a,
.warning a,
.authorbox__description a {
	font-weight: 700;
	color: #3B80E2;
}

.content a:hover,
.warning a:hover,
.authorbox__description a:hover {
	color: #3B80E2;
	text-decoration: underline;
}

.content .alignnone {
	display: block;
	margin: 20px 0;
	margin: 1.25rem 0;
}

.content .aligncenter {
	display: block;
	margin: 20px auto;
	margin: 1.25rem auto;
}

.content .alignleft {
	display: inline;
	float: left;
	margin: 5px 20px 20px 0;
	margin: .3125rem 1.25rem 1.25rem 0;
}

.content .alignright {
	display: inline;
	float: right;
	margin: 5px 0 20px 20px;
	margin: .3125rem 0 1.25rem 1.25rem;
}

.content ul {
	list-style: square;
}

.content ol {
	list-style: decimal;
}

.content ul,
.content ol {
	margin: 0 0 20px 40px;
}

.content ul ul,
.content ol ol,
.content ol ul,
.content ul ol {
	margin: 0 0 0 40px;
}

.content li {
	margin-bottom: 5px;
}

.post__footer {
	margin-top: 20px;
	margin-top: 1.25rem;
}

/* Post tags */
.tags {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	font-size: 12px;
	font-size: .75rem;
	line-height: 1;
	color: #fff;
}

.tags__list {
	list-style: none;
}

.tags__item {
	float: left;
	margin: 0 6px 6px 0;
	margin: 0 .375rem .375rem 0;
	text-transform: uppercase;
	background: #5080D2;
}

.tags__item:hover {
	background: #3B80E2;
}

.tags__link,
.tags__link:hover {
	display: block;
	padding: 10px 15px;
}

.tags__badge {
	float: left;
	width: 32px;
	height: 32px;
	padding: 8px;
	margin-right: 6px;
	background: #3B80E2;
	fill: #fff;
}

/* Table of Contents */
.toc {
	margin-bottom: 20px;
	font-weight: 700;
	color: rgba(25, 25, 25, 0.67);
	background: rgba(25, 25, 25, 0.67);
	border-color: #c6c6c6;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
}

.toc__title {
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background: rgba(25, 25, 25, 0.67);
}

.toc__menu ul {
	margin: 0;
	list-style: none;
}

.toc__menu li li a {
	padding-left: 25px;
}

.toc__menu li li li a {
	padding-left: 45px;
}

.toc__menu li li li li a {
	padding-left: 65px;
}

.toc__menu li li li li li a {
	padding-left: 85px;
}

.toc__menu li li li li li li a {
	padding-left: 105px;
}

.toc__menu li {
	margin: 0;
}

.toc__menu a {
	display: block;
	padding: 5px 10px;
	color: #3B80E2;
	border-bottom: 1px solid #c6c6c6;
}

.toc__menu a:hover {
	text-decoration: underline;
}

/* Author Box */
.authorbox {
	padding: 25px 0;
	margin-bottom: 25px;
	line-height: 1.5;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}

.authorbox__avatar {
	float: left;
	padding: 3px;
	margin: 0 25px 0 0;
	border: 1px solid #c6c6c6;
}

.authorbox__header {
	margin-bottom: 10px;
}

.authorbox__name {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
}

/* List content */
.list__item {
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	border-bottom: 2px dashed #5080D2;
}

.list__header {
	margin-bottom: 10px;
	margin-bottom: .625rem;
}

.list__title {
	font-size: 20px;
	font-size: 1.25rem;
}

.list__meta {
	margin-top: 5px;
}

.list__thumbnail {
	float: left;
	margin: 0 20px 0 0;
}

.list__thumbnail img {
	width: 100%;
	max-width: 235px;
}

.list__footer-readmore {
	float: right;
	margin-top: 10px;
}

/* Pagination */
.pagination {
	margin-top: 20px;
}

.pagination__item {
	display: inline-block;
	padding: 10px 15px;
	font-weight: 700;
	color: #000;
	background: #f5f5f5;
}

.pagination__item:hover,
.pagination__item--current {
	color: #fff;
	background: #3B80E2;
}

/* Pager (prev/next links) navigation */
.pager {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #c6c6c6;
}

.pager__subtitle {
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.pager__title {
	margin-bottom: 0;
	overflow: hidden;
	font-size: 13px;
	font-size: .8125rem;
}

.pager__item {
	-webkit-flex: 1 1 50%;
	flex: 1 1 50%;
	max-width: 48%;
}

.pager__item--next {
	margin-left: auto;
	text-align: right;
}

.pager__link {
	display: block;
}

/* Images / Video */
img {
	width: auto\9; /* ie8 */
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

iframe,
embed,
object,
video {
	max-width: 100%;
}

/* Table */
table {
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
}

td,
th {
	padding: 5px 10px;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}

th {
	font-weight: 700;
	background: rgba(25, 25, 25, 0.5);
/* 	background: rgba(80, 128, 210, 0.4); */
}

/* Forms */
input {
	padding: 5px;
	font-size: 12px;
	vertical-align: middle;
	background: rgba(228, 236, 255, 0.67);
	border: 1px solid rgba(25, 25, 25, 0.67);
	transition: all .25s ease-in-out;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url] {
	width: 60%;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=url]:hover,
textarea:hover {
	border: 1px solid #aaa;
}

input[type=submit],
input[type=reset] {
	display: inline-block;
	min-width: 150px;
	padding: 10px 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	background: #2a2a2a;
	border: 0;
	transition: all .1s linear;
	-webkit-appearance: none;
}

input[type=submit]:hover,
input[type=reset]:hover {
	background: #3B80E2;
}

textarea {
	width: 96%;
	padding: 5px;
	overflow: auto;
	line-height: 1.5;
	resize: vertical;
	background: #f5f5f5;
	border: 1px solid rgba(0, 0, 0, .1);
}

/* Widgets */
.widget {
	margin-bottom: 25px;
	overflow: hidden;
}

.widget:last-child {
	margin-bottom: 0;
}

.widget__title {
	position: relative;
	padding-bottom: 5px;
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
	border-bottom: 3px solid #3B80E2;
}

.widget__item {
	display: block;
	padding: 5px 0;
	border-bottom: 1px dotted #c6c6c6;
}

.widget__item:first-child {
	padding-top: 0;
}

.widget__counter--bubble {
	display: inline-block;
	padding: 0 6px;
	font-size: .75rem;
	color: #666;
	text-align: center;
	background: #c6c6c6;
	border-radius: 2em;
}

/* Search widget */
.widget-search__form {
	display: block;
	padding: 5%;
	margin: 0 auto;
	background: rgba(80, 128, 210, 0.4);
}

.widget-search__form .widget-search__submit {
	display: none;
}

.widget-search__field {
	position: relative;
	display: block;
	width: 90%;
	padding: 8px;
	margin: 0 auto;
	font-size: 11px;
	cursor: pointer;
	background: rgba(228, 236, 255, 0.67);
	border: 1px solid rgba(25, 25, 25, 0.67);
	border-radius: 0;
	outline-offset: -2px;
	transition: none;
	-webkit-appearance: none;
}

.widget-search__field:active,
.widget-search__field:focus {
	cursor: text;
}

/* Social widget */
.widget-social__item {
	padding: 0;
	border: 0;
}

.widget-social__link {
	display: block;
	margin: 0 0 8px;
	white-space: normal;
	background: rgba(80, 128, 210, 0.4);
}

.widget-social__link-icon {
	margin: 0 5px 5px 0;
	vertical-align: middle;
	fill: #fff;
/*	background: #5080D2;*/
}

/* Tags Widget */
.widget-taglist__link {
	display: inline-block;
	margin: 0 4px 8px 0;
	font-size: 12px;
	text-transform: uppercase;
	background: rgba(80, 128, 210, 0.4);
}

/* Languages Widget */
.widget-languages__link {
	display: block;
}

.widget-languages__link:hover .widget-languages__link-btn {
	color: #fff;
	background: #3B80E2;
}

.widget-languages__link-btn {
	display: inline-block;
}

/* Footer */
.footer {
	padding: 10px 25px;
	font-size: 12px;
	font-size: .75rem;
	color: #fff;
	background: rgba(25, 25, 25, 0.67);
	border-top: 3px solid #3B80E2;
}

.footer__container {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.footer__links {
	-webkit-order: 1;
	order: 1;
}

.footer a {
	color: #3B80E2;
}

.footer a:hover {
	text-decoration: underline;
}

/* Media Queries */
@media screen and (max-width: 1475px) {
	.container--outer {
		width: 95%;
	}
}

@media screen and (max-width: 900px) {
	.container--outer {
		width: 100%;
		margin: 0 auto;
	}

	.wrapper,
	.logo {
		padding: 20px;
	}

	.widget {
		margin-bottom: 20px;
	}

	.footer__container {
		display: block;
	}

	.footer__links {
		padding-bottom: 8px;
		padding-bottom: 0.5rem;
		text-align: center;
	}

	.footer__copyright {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.wrapper {
		display: block;
	}

	.sidebar {
		float: none;
		width: 100%;
		margin: 0;
	}

	.logo {
		text-align: center;
	}

	.logo__link {
		margin: 0 auto;
	}

	.logo__title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.sidebar {
		margin-top: 20px;
	}
}

@media screen and (max-width: 620px) {
	input[type=text],
	input[type=email],
	input[type=tel],
	input[type=url] {
		width: 88%;
	}

	.meta__item {
		display: block;
		margin-left: 0;
	}

	.authorbox {
		text-align: center;
	}

	.authorbox__avatar {
		display: inline-block;
		float: none;
		margin: 0 0 20px;
	}

	.pager {
		display: block;
	}

	.pager__item {
		min-width: 100%;
		text-align: center;
	}

	.pager__item--prev {
		padding-bottom: 25px;
	}

	.content ul,
	.content ol {
		margin: 0 0 20px 20px;
	}

	.content ul ul,
	.content ol ol,
	.content ol ul,
	.content ul ol {
		margin: 0 0 0 20px;
	}

	.list__thumbnail {
		max-width: 80px;
	}

	.list__title {
		font-size: 16px;
		font-size: 1rem;
	}

	.list__lead {
		font-size: 14px;
		font-size: .875rem;
	}

	.list__meta {
		display: block;
		font-size: 11px;
		font-size: .6875rem;
	}
}

.gallery-photos{width:100%;}
.gallery-photo{width:24.9%;position: relative;visibility: hidden;overflow: hidden;}
.gallery-photo.visible{visibility: visible;animation: fadeIn 2s;}
.gallery-photo img{display: block;width:100%;border-radius:0;padding:4px;animation: fadeIn 1s;cursor: pointer;transition: all .4s ease-in-out;}
.gallery-photo span.photo-title,.gallery-photo span.photo-time{background: rgba(0, 0, 0, 0.3);padding:0px 8px;font-size:0.9rem;color: #fff;display:none;animation: fadeIn 1s;}
.gallery-photo span.photo-title{position:absolute;bottom:4px;left:4px;}
.gallery-photo span.photo-time{position:absolute;top:4px;left:4px;font-size:0.8rem;}
.gallery-photo:hover span.photo-title{display:block;}
.gallery-photo:hover img{transform: scale(1.1);}
@media screen and (max-width: 1800px) {
	.gallery-photo{width:33.3%;}
}
@media screen and (max-width: 860px) {
	.gallery-photo{width:49.9%;}
}
@keyframes fadeIn{
	0% {opacity: 0;}
   100% {opacity: 1;}
}




  
  blockquote.quote {
	  position: relative;
	  margin: 1.5em -10em 0 -10 ;
	  padding-left: 18%;
	  padding-right: 15%;
	  border: none;
	  background-color: transparent;;
	  &::before {
		  position: absolute;
		  left: 7%;
		  content: '“';
		  color: var(--color-contrast-low);
		  font-size: 3em;
		  font-weight: bold;
		  line-height: 1;
	  }
	  &.poetry {
		  display: table;
		  padding: 0;
		  &::before {
			  left: -1em;
		  }
		  p:last-child {
			  margin: 0;
		  }
	  }
	  &.en {
		  p {
			  line-height: 1.618;
			  text-align: left;
			  hyphens: auto;
			  -webkit-hyphens: auto;
			  -moz-hyphens: auto;
		  }
	  }
  }
  @media (max-width:650px) {
	  blockquote.quote {
		  &::before {
			  position: absolute;
			  left: 3.5%;          
		  }
	  }
  }
  
  @media (max-width:500px) {
	  blockquote.quote {
		  &::before {
			  position: absolute;
			  left: 3.5%; 
			  top: 0.1%         
		  }
	  }
  }
  
  
  

  .blur {
	 color: transparent;
	 text-shadow:0px 0px 8px rgba(0,0,0,0.5)
  }
  
  .blur:hover {
	 color: transparent;
	 text-shadow:0px 0px 0px rgba(0,0,0,1)
	
  }


  .sphl {
	color: #000;    font-weight: bold;
	box-shadow: 0px -7px 0px rgba(228,43,43,0.3) inset; 
	transition: all 0.3s ease;
  }

  .sphl:hover{
    color: #000;
    font-weight: bold;
    box-shadow: 0px -20px 0px rgba(228,43,43,0.3) inset; 
  } 

  

  .shady {
	 color:#000;
	 font-weight: bold;
	 box-shadow: 0px -20px 0px rgba(0,0,0,1) inset; 
	 transition: all 0.3s ease;
  }
  .shady:hover{
	font-weight: bold;
	 color:#FFF;
	 box-shadow: 0px -20px 0px rgba(0,0,0,1) inset; 
  }

  .mirrorRotateVertical {        /* 垂直镜像翻转 */
	-moz-transform:scaleY(-1);
	-webkit-transform:scaleY(-1);
	-o-transform:scaleY(-1);
	transform:scaleY(-1);
	/*兼容IE*/
	filter:FlipV;
  }
  
  

  @media (min-width: 1024px) {
	  .article-list--compact.links {
		  display: grid;
		  grid-template-columns: 1fr 1fr;
		  background: none;
		  box-shadow: none;
		  
		  article {
			  background: var(--card-background);
			  border: none;
			  box-shadow: var(--shadow-l2);
			  margin-bottom: 8px;
			  border-radius: 10px;
			  &:nth-child(odd) {
				  margin-right: 8px;
			  }
		  }
	  }
  }
  

  ::selection {
	  color: #FFF;
	  background: #5080D2;
  }
  ::-moz-selection {
	  color: #FFF;
      background: #5080D2;
  }
  

  
.notice {
  position:relative;
  padding: 1em 1em 1em 2.5em;
  margin-bottom: 1em;
  border-radius: 4px;
  p:last-child {
      margin-bottom: 0;
  }
  .notice-title {
      position: absolute;
      left: 0.8em;
      .notice-icon {
          width: 1.2em;
          height: 1.2em;
      }
  }
  &.notice-warning {
      background: hsla(0, 65%, 65%, 0.15);
      border-left: 5px solid hsl(0, 65%, 65%);
      .notice-title {
          color: hsl(0, 65%, 65%);
      }
  }
  &.notice-info {
      background: hsla(30, 80%, 70%, 0.15);
      border-left: 5px solid hsl(30, 80%, 70%);
      .notice-title {
          color: hsl(30, 80%, 70%);
      }
  }
  &.notice-note {
      background: hsla(200, 65%, 65%, 0.15);
      border-left: 5px solid hsl(200, 65%, 65%);
      .notice-title {
          color: hsl(200, 65%, 65%);
      }
  }
  &.notice-tip {
      background: hsla(140, 65%, 65%, 0.15);
      border-left: 5px solid hsl(140, 65%, 65%);
      .notice-title {
          color: hsl(140, 65%, 65%);
      }
  }
}

[data-theme="dark"] .notice {
  &.notice-warning {
      background: hsla(0, 25%, 35%, 0.15);
      border-left: 5px solid hsl(0, 25%, 35%);
      .notice-title {
          color: hsl(0, 25%, 35%);
      }
  }
  &.notice-info {
      background: hsla(30, 25%, 35%, 0.15);
      border-left: 5px solid hsl(30, 25%, 35%);
      .notice-title {
          color: hsl(30, 25%, 35%);
      }
  }
  &.notice-note {
      background: hsla(200, 25%, 35%, 0.15);
      border-left: 5px solid hsl(200, 25%, 35%);
      .notice-title {
          color: hsl(200, 25%, 35%);
      }
  }
  &.notice-tip {
      background: hsla(140, 25%, 35%, 0.15);
      border-left: 5px solid hsl(140, 25%, 35%);
      .notice-title {
          color: hsl(140, 25%, 35%);
      }
  }
}

  
  
  .simple-notice {
	  position:relative;
	  padding: 1em 0 1em 2em;
	  margin-bottom: 1em;
	  transition: all .5s;
	  p:last-child {
		  margin-bottom: 0;
	  }
	  .simple-notice-title {
		  position: absolute;
		  left: 0.8em;
		  .simple-notice-icon {
			  width: 0em; 
			  height: 0em; 
			  margin-left: -0.5em; 
		  }
	  }
	  &.simple-notice-warning {
		  border-top: 2px solid hsl(0, 100%, 35%);
		  color: hsl(0, 100%, 35%);
		  .simple-notice-title {
			  color: hsl(0, 100%, 35%);
		  }
		  a {
			  color: hsl(0, 100%, 35%);
			  text-decoration-color: hsl(0, 100%, 35%);
		  }
	  }
	  &.simple-notice-info {
		  border-top: 2px solid hsl(40, 80%, 45%);
		  color: hsl(40, 80%, 45%);
		  .simple-notice-title {
			  color: hsl(40, 80%, 45%);
		  }
		  a {
			  color: hsl(40, 80%, 45%);
			  text-decoration-color: hsl(40, 80%, 45%);
		  }
	  }
	  &.simple-notice-note {
		  border-top: 2px solid hsl(210, 100%, 25%);
		  color: hsl(210, 100%, 25%);
		  .simple-notice-title {
			  color: hsl(210, 100%, 25%);
		  }
		  a {
			  color: hsl(210, 100%, 25%);
			  text-decoration-color: hsl(210, 100%, 25%);
		  }
	  }
	  &.simple-notice-tip {
		  border-top: 2px solid hsl(150, 100%, 25%);
		  color: hsl(150, 100%, 25%);
		  .simple-notice-title {
			  color: hsl(150, 100%, 25%);
		  }
		  a {
			  color: hsl(150, 100%, 25%);
			  text-decoration-color: hsl(150, 100%, 25%);
		  }
	  }
  }
  
  [data-theme="dark"] .simple-notice {
	  &.simple-notice-warning {
		  border-top: 2px solid hsl(0, 65%, 65%);
		  color: hsl(0, 65%, 65%);
		  .simple-notice-title {
			  color: hsl(0, 65%, 65%);
		  }
		  a {
			  color: hsl(0, 65%, 65%);
			  text-decoration-color: hsl(0, 65%, 65%);
		  }
	  }
	  &.simple-notice-info {
		  border-top: 2px solid hsl(30, 80%, 70%);
		  color: hsl(30, 80%, 70%);
		  .simple-notice-title {
			  color: hsl(30, 80%, 70%);
		  }
		  a {
			  color: hsl(30, 80%, 70%);
			  text-decoration-color: hsl(30, 80%, 70%);
		  }
	  }
	  &.simple-notice-note {
		  border-top: 2px solid hsl(200, 65%, 65%);
		  color: hsl(200, 65%, 65%);
		  .simple-notice-title {
			  color: hsl(200, 65%, 65%);
		  }
		  a {
			  color: hsl(200, 65%, 65%);
			  text-decoration-color: hsl(200, 65%, 65%);
		  }
	  }
	  &.simple-notice-tip {
		  border-top: 2px solid hsl(140, 65%, 65%);
		  color: hsl(140, 65%, 65%);
		  .simple-notice-title {
			  color: hsl(140, 65%, 65%);
		  }
		  a {
			  color: hsl(140, 65%, 65%);
			  text-decoration-color: hsl(140, 65%, 65%);
		  }
	  }
  }
  
  
  .github {
	  border: 1px solid var(--color-contrast-low);
	  border-radius: 3px;
	  margin: 0 auto;
	  margin-bottom: 1em;
	  padding: 1em;
	  background: #F0F2FF;
	  max-width: 500px;
	  .github-icon {
		  width: 1.0em;
		  height: 1.0em;
		  margin-right: 0.5em;
		  margin-bottom: 0.2em;
		  fill: var(--color-contrast-high);
		  transition: all .5s;
	  }
	  .name {
		  font-weight: bold;
		  color: #3363FF;
		  text-decoration: none;
	  }
	  .description {
		  margin-top: 0.5em;
		  margin-bottom: 1em;
		  color: var(--color-contrast-high);
		  text-align: justify;
		  font-size: 90%;
		  transition: all .5s;
	  }
	  .language-color {
		  position: relative;
		  top: 1px;
		  display: inline-block;
		  width: 0.75em;
		  height: 0.75em;
		  border-radius: 50%;
	  }
	  .language-name {
		  color: var(--color-contrast-high);
		  font-size: 90%;
		  margin-left: 0.5em;
		  transition: all .5s;
	  }
  }
  

  
  blockquote.quote-center {
	  position: relative;
	  margin: 1.5em -10em 0 -10 ;
	  padding-left: 18%;
	  padding-right: 15%;
	  border: none;
	  background-color: transparent;;
	  p{
		  text-align: center !important;
		  margin-top: 1.5em;
		  margin-bottom: 1.5em;
	  }
	  &::before {
		  position: absolute;
		  left: 7%;
		  content: '“';
		  color: var(--color-contrast-low);
		  font-size: 3em;
		  font-weight: bold;
		  margin-top: -0.25em;
	  }
	  &::after {
		  position: absolute;
		  right: 7%;
		  content: '”';
		  color: var(--color-contrast-low);
		  font-size: 3em;
		  font-weight: bold;
		  margin-top: -0.75em;
	  }
  }
  

  .swiper-container {
	  max-width: 820px;
	  margin: 2em auto;
  
  }
  .swiper-slide {
	  text-align: center;
	  font-size: 18px;
	  background-color: var(--color-contrast-low);
	  /* Center slide text vertically */
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  img {
		  margin: 0 !important;
	  }
  }
  
  .emoji {
	transition: ease-out .6s;
  }
  .emoji:hover {
	transform: scale(1.75);
  }
  
  .mark_green {
    background: repeating-linear-gradient(-45deg,var(--color_mark_green),var(--color_mark_green) 2px,transparent 2px,transparent 4px) no-repeat 0 0.95em;
	display: inline;
    padding: 2px;
	font-weight: bold;
  }

  .mark_yellow {
    background: repeating-linear-gradient(-45deg,var(--color_mark_yellow),var(--color_mark_yellow) 2px,transparent 2px,transparent 4px) no-repeat 0 0.95em;
	display: inline;
    padding: 2px;
	font-weight: bold;
  }

  .mark_blue {
    background: repeating-linear-gradient(-45deg,var(--color_mark_blue),var(--color_mark_blue) 2px,transparent 2px,transparent 4px) no-repeat 0 0.95em;
	display: inline;
    padding: 2px;
	font-weight: bold;
  }

  .mark_orange {
    background: repeating-linear-gradient(-45deg,var(--color_mark_orange),var(--color_mark_orange) 2px,transparent 2px,transparent 4px) no-repeat 0 0.95em;
	display: inline;
    padding: 2px;
	font-weight: bold;
  }

  .mark_red {
    background: repeating-linear-gradient(-45deg,var(--color_mark_red),var(--color_mark_red) 2px,transparent 2px,transparent 4px) no-repeat 0 0.95em;
	display: inline;
    padding: 2px;
	font-weight: bold;
  }

  .mark_greendark {
    background: repeating-linear-gradient(-45deg,var(--color_mark_greendark),var(--color_mark_greendark) 2px,transparent 2px,transparent 4px) no-repeat 0 0.95em;
	display: inline;
    padding: 2px;
	font-weight: bold;
  }

  .mark_yellowdark {
    background: repeating-linear-gradient(-45deg,var(--color_mark_yellowdark),var(--color_mark_yellowdark) 2px,transparent 2px,transparent 4px) no-repeat 0 0.95em;
	display: inline;
    padding: 2px;
	font-weight: bold;
  }

  .mark_bluedark {
    background: repeating-linear-gradient(-45deg,var(--color_mark_bluedark),var(--color_mark_bluedark) 2px,transparent 2px,transparent 4px) no-repeat 0 0.95em;
	display: inline;
    padding: 2px;
	font-weight: bold;
  }

  .mark_orangedark {
    background: repeating-linear-gradient(-45deg,var(--color_mark_orangedark),var(--color_mark_orangedark) 2px,transparent 2px,transparent 4px) no-repeat 0 0.95em;
	display: inline;
    padding: 2px;
	font-weight: bold;
  }

  .mark_reddark {
    background: repeating-linear-gradient(-45deg,var(--color_mark_reddark),var(--color_mark_reddark) 2px,transparent 2px,transparent 4px) no-repeat 0 0.95em;
	display: inline;
    padding: 2px;
	font-weight: bold;
  }

  :root {
    --color_mark_blue: #b7e3ff;
    --color_mark_green: #bdf9c3;
    --color_mark_yellow: #fcf69f;
    --color_mark_orange: #ffddbc;
    --color_mark_red: #ffadad;
	--color_mark_bluedark: #5995ba;
	--color_mark_greendark: #599f60;
    --color_mark_yellowdark: #aaa226;
	--color_mark_orangedark: #b18559;
	--color_mark_reddark: #c25151;
  }

.dark-theme .tk-tag{background-color: #4a4b50 !important;border-color:#434a56 !important;display: inline !important;padding: 2px 4px !important;}
.dark-theme .tk-expand{background:linear-gradient(rgba(38,42,56,0),#3b3d42) !important;}
.dark-theme .el-button,.dark-theme .el-input__inner, .dark-theme .el-textarea__inner, .dark-theme .tk-tag-green{color: silver !important;background-color: #252627 !important;border-color: #4a4b50 !important;}
.dark-theme .tk-meta-input .el-input .el-input-group__prepend{color: silver !important;background-color: #4a4b50 !important;border-color: #4a4b50 !important;}
.dark-theme .el-button--primary.is-disabled,.dark-theme .el-button--primary.is-disabled:active,.dark-theme .el-button--primary.is-disabled:focus,.dark-theme .el-button--primary.is-disabled:hover{color: #FFF !important;background-color: #252627 !important;border-color: #4a4b50 !important;}
.dark-theme .el-button.tk-preview{border:none;}
.dark-theme .tk-action-icon svg,.dark-theme .tk-comments-title .tk-icon svg{fill: #ccc !important;}
.dark-theme .tk-action-count{color: #ccc !important;}
.tk-extras,.tk-row.actions .tk-action-icon,.tk-preview{display: none !important;}
.tk-content p{margin: 0;}
.tk-admin{position:fixed !important;}
.tk-admin-comment table col[name=el-table_1_column_1]{width:5%;}
.tk-admin-comment table col[name=el-table_1_column_2],.tk-admin-comment table col[name=el-table_1_column_3]{width:10%;}
.tk-admin-comment table col[name=el-table_1_column_4]{width:55%;}
.tk-admin-comment table col[name=el-table_1_column_5]{width:15%;}




body {
    cursor: url(/img/Kedama_Cat_01.png), default; /* 默认鼠标指针样式 */
}

a:hover{
    cursor:url(/img/Kedama_Cat_03.png), pointer; /* 链接鼠标指针样式 */
}




.inline-svg {
	display: inline-block;
	height: 0.9rem;
	width: 0.9rem;
	top: 0.1rem;
	position: relative;
}
.inline-svg2 {
	display: inline-block;
	height: 1.25rem;
	width: 1.25rem;
	top: 0.15rem;
	position: relative;
}

.warn {
/*	color: #cd0000;*/
	font-weight: bold;
  }


.warn__item {
	display:inline-block;
	color: #cd0000;
	vertical-align: middle;
	margin-left: 10px;
/*	margin-right: 10px;*/

}

@media screen and (max-width: 620px) {	
  .warn {
	margin-left: 3px;
	}
  .warn__item {
		margin-left: 1px;
	}
}