BODY .fancybox-container {
	z-index: 200000
}

BODY .fancybox-is-open .fancybox-bg {
	opacity: 0.87
}

BODY .fancybox-bg {
	background-color: #0f0f11
}

BODY .fancybox-thumbs {
	background-color: #ffffff
}


.no-js img.lazyload {
	display: none;
}

figure.wp-block-image img.lazyloading {
	min-width: 150px;
}

.lazyload {
	opacity: 0;
}

.lazyloading {
	border: 0 !important;
	opacity: 1;
	background: #F3F3F3 url('assets/wp-content/plugins/wp-smushit/app/assets/images/smush-placeholder.png') no-repeat center !important;
	background-size: 16px auto !important;
	min-width: 16px;
}

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

a {
	color: #f9f0c9;
	font-family: Roboto, Verdana;
}

a:hover {
	color: #ffeb7f;
}

p {
	margin: 0em 0;
}

h3,
h4 {
	margin-top: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Verdana;
	margin: 0;
}

h1 {
	font-size: 28px;
	line-height: 1.1em;
}

h2,
h3 {
	font-size: 18px;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	background: url('/assets/images/background.png');
	background-color: #2c2734;
	color: #fcf0cc;
	line-height: 1.4em;
	font-size: 14px;
}

.container {
	width: 1130px;
	margin: 0 auto;
	max-width: 96vw;
}


.block_title {
	overflow: hidden;
	font-size: 28px;
	margin: 47px 0 25px 0;
	font-family: Verdana;
	color: #faf0cd;
}

.block_title:after {
	content: "";
	display: inline-block;
	height: 0.5em;
	vertical-align: bottom;
	width: 100%;
	margin-right: -100%;
	margin-left: 35px;
	border-top: 5px solid #ac3843;
}


#language_title {
	cursor: pointer;
	color: #f9f0c9;
	border: none;
}

.language li {
	list-style-type: none;
	padding: 5px;
	cursor: pointer;
	color: #f9f0c9;
}

.language ul {
	background-color: #1f1d2a;
	border: 1px solid #2a2835;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.alignright {
	float: right !important;
	margin: 10px 0 10px 10px;
}

.alignleft {
	float: left !important;
	margin: 10px 10px 10px 0;
}

.language {
	font-family: Roboto;
}

.size-full {
	max-width: 100%;
	height: auto;
}

.news-content {
	p {
		text-align: justify;
		text-indent: 35px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

.news-title {
	color: #fff2cf;
	font-size: 24pt;
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: bold;
}

@media (max-width: 768px) {
	.news-title {
		font-size: 18pt;
		text-indent: 0 !important;
		text-align: left !important;
	}
}

.news_preview {
	width: 750px;
	height: 205px;
	background: url('../images/news_preview_bg.png');
	padding: 25px;
}

.news_preview2 {
	width: 758px;
	height: 215px;
	border: 30px solid black;
	border-image: url('../images/news_slice.png');
	border-image-slice: 30;
	border-image-repeat: round;
	position: relative;
	left: -15px;
}
