/*!
Theme Name: ДНУ «Енциклопедичне видавництво»
Theme URI: http://underscores.me/
Author: rixo.design
Author URI: http://rixo.design@gmail.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dnu-ev
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ДНУ «Енциклопедичне видавництво» is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

	--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
 	line-height: 1.15;
 	-webkit-text-size-adjust: 100%;
 	font-size: 16px;
 }

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */
 body {
 	margin: 0;
 }

/**
 * Render the `main` element consistently in IE.
 */
 main {
 	display: block;
 }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
 h1 {
 	font-size: 2em;
 	margin: 0 0 1.5rem 0;
 }
 @media (max-width: 992px) {
 	h1 {
 		font-size: 1.5em;
 	}
 }

 .footer__top {
 	padding: 6em 0;
 	color: #ffffff;	
 	background: #1a3d73;
 }
 .footer__bottom{
 	padding: 1em 0;
 	background: #14325f;
 	color: #ffffff;
 }
 .footer__widgets ul{
 	padding-left: 0;
 }
 .footer__widgets a{
 	display: flex;
 	justify-content: flex-start;
 	color: #ffffff;
 	text-align:left;
 }
 .footer__item{
 	list-style: none;
 	margin-bottom: 1rem;
 }
 .footer__item {
 	list-style: none;
 }
 .footer__link{
 	color: #ffffff;
 	text-decoration: none;
 }

/* Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
 hr {
 	-webkit-box-sizing: content-box;
 	box-sizing: content-box;
 	height: 0;
 	overflow: visible;
 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
 pre {
 	font-family: monospace, monospace;
 	font-size: 1em;
 }

/* Text-level semantics
========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
 a {
 	background-color: transparent;
 }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
 abbr[title] {
 	border-bottom: none;
 	text-decoration: underline;
 	-webkit-text-decoration: underline dotted;
 	text-decoration: underline dotted;
 }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
 b,
 strong {
 	font-weight: bolder;
 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
 code,
 kbd,
 samp {
 	font-family: monospace, monospace;
 	font-size: 1em;
 }

/**
 * Add the correct font size in all browsers.
 */
 small {
 	font-size: 80%;
 }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
 sub,
 sup {
 	font-size: 75%;
 	line-height: 0;
 	position: relative;
 	vertical-align: baseline;
 }

 sub {
 	bottom: -0.25em;
 }

 sup {
 	top: -0.5em;
 }

/* Embedded content
========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
 img {
 	border-style: none;
 }

/* Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
 button,
 input,
 optgroup,
 select,
 textarea {
 	font-family: inherit;
 	font-size: 100%;
 	line-height: 1.15;
 	margin: 0;
 }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
 button,
 input {
 	overflow: visible;
 }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
 button,
 select {
 	text-transform: none;
 }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
 	-webkit-appearance: button;
 }

/**
 * Remove the inner border and padding in Firefox.
 */
 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
 	border-style: none;
 	padding: 0;
 }

/**
 * Restore the focus styles unset by the previous rule.
 */
 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
 	outline: 1px dotted ButtonText;
 }

/**
 * Correct the padding in Firefox.
 */
 fieldset {
 	padding: 0.35em 0.75em 0.625em;
 }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
 legend {
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
 	color: inherit;
 	display: table;
 	max-width: 100%;
 	padding: 0;
 	white-space: normal;
 }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
 progress {
 	vertical-align: baseline;
 }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
 textarea {
 	overflow: auto;
 }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
 [type="checkbox"],
 [type="radio"] {
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
 	padding: 0;
 }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
 	height: auto;
 }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
 [type="search"] {
 	-webkit-appearance: textfield;
 	outline-offset: -2px;
 }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
 [type="search"]::-webkit-search-decoration {
 	-webkit-appearance: none;
 }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
 ::-webkit-file-upload-button {
 	-webkit-appearance: button;
 	font: inherit;
 }

/* Interactive
========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
 details {
 	display: block;
 }

/*
 * Add the correct display in all browsers.
 */
 summary {
 	display: list-item;
 }

/* Misc
========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
 template {
 	display: none;
 }

/**
 * Add the correct display in IE 10.
 */
 [hidden] {
 	display: none;
 }

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 130%;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 /*0 1.5em 3em*/;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.site-main{
	padding: 1.5em 0;
}

.header-spacer {
	position:relative;
	height:80px; /* THIS WILL VARY */
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 1em 1.5em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	width: 100%;
	height: 40px;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px 12px;
	margin-bottom: 1rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #1a3d73;
	border-color: #1a3d73; 
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* Icons
--------------------------------------------- */

@font-face {
	font-family: 'feather';
	src:  url('fonts/feather.eot?9givz6');
	src:  url('fonts/feather.eot?9givz6#iefix') format('embedded-opentype'),
	url('fonts/feather.ttf?9givz6') format('truetype'),
	url('fonts/feather.woff?9givz6') format('woff'),
	url('fonts/feather.svg?9givz6#feather') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="__icon-"], [class*=" __icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'feather' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.5em;
	line-height: 1;
	color: #1a3d73;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="__icon-"]:before, [class*=" __icon-"]:before {
	font-size: 1.25em;
	margin-right: 8px;
	vertical-align: middle;
}

.__icon-arrow-down:before {
	content: "\e900";
}
.__icon-arrow-down-circle:before {
	content: "\e901";
}
.__icon-arrow-down-left:before {
	content: "\e902";
}
.__icon-arrow-down-right:before {
	content: "\e903";
}
.__icon-arrow-left:before {
	content: "\e904";
}
.__icon-arrow-left-circle:before {
	content: "\e905";
}
.__icon-arrow-right:before {
	content: "\e906";
}
.__icon-arrow-right-circle:before {
	content: "\e907";
}
.__icon-arrow-up:before {
	content: "\e908";
}
.__icon-arrow-up-circle:before {
	content: "\e909";
}
.__icon-arrow-up-left:before {
	content: "\e90a";
}
.__icon-arrow-up-right:before {
	content: "\e90b";
}
.__icon-book:before {
	content: "\e90c";
}
.__icon-book-open:before {
	content: "\e90d";
}
.__icon-bookmark:before {
	content: "\e90e";
}
.__icon-calendar:before {
	content: "\e90f";
}
.__icon-map-pin:before {
	content: "\e826";
}
.__icon-chevron-down:before {
	content: "\e91e";
}
.__icon-chevron-left:before {
	content: "\e91f";
}
.__icon-chevron-right:before {
	content: "\e920";
}
.__icon-chevron-up:before {
	content: "\e921";
}
.__icon-chevrons-down:before {
	content: "\e922";
}
.__icon-chevrons-left:before {
	content: "\e923";
}
.__icon-chevrons-right:before {
	content: "\e924";
}
.__icon-chevrons-up:before {
	content: "\e925";
}
.__icon-clipboard:before {
	content: "\e910";
}
.__icon-clock:before {
	content: "\e911";
}
.__icon-eye:before {
	content: "\e912";
}
.__icon-eye-off:before {
	content: "\e913";
}
.__icon-file:before {
	content: "\e914";
}
.__icon-folder:before {
	content: "\e915";
}
.__icon-image:before {
	content: "\e916";
}
.__icon-inbox:before {
	content: "\e917";
}
.__icon-printer:before {
	content: "\e918";
}
.__icon-settings:before {
	content: "\e919";
}
.__icon-sun:before {
	content: "\e91a";
}
.__icon-user:before {
	content: "\e91b";
}
.__icon-x:before {
	content: "\e91c";
}
.__icon-x-circle:before {
	content: "\e91d";
}
.__icon-mail:before { content: '\e827'; } /* '' */
.__icon-phone:before { content: '\e828'; } /* '' */
.__icon-link:before { content: '\e829'; } /* '' */
.__icon-monitor:before { content: '\e82a'; } /* '' */


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/*Table Article*/
.v-article {
	display: table;
	float: left;
	width: 100%;
	/* min-height: 200px; */
	padding: 16px;
	border: 1px solid #eaeaea;
	margin-bottom: 24px;
	border-radius: 4px;
}
.v-article--audio {
	min-height: 128px;
	padding: 16px;
	border-radius: 6px;
	margin-bottom: 24px;
	border: none;
	background: #fff;
}
.v-article__content {
	float: left;
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
.v-article__img-wraper {
	float: left;
	display: table-cell;
	vertical-align: top;
	padding-right: 16px;
}

.v-article__img-wraper--reverse {
	float: left;
	display: table-cell;
	vertical-align: top;
	padding-right: 16px;
}
@media (max-width: 425px) {
	.v-article__img-wraper {
		float: none;
		display: table-header-group;
		vertical-align: top;
		margin-bottom: 16px;
		padding: 0;
	}
}
@media (max-width: 425px) {
	.v-article__img-wraper--small {
		float: left;
		margin-right: 16px;
	}
}
.v-article__img {
	display: block;
	width: 168px;
	max-width: none;
	height: 168px;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit:cover; ";
	border-radius: 6px;
}
.v-article__img--full {
	display: block;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit:cover; ";
	border-radius: 6px;
}
@media (max-width: 756px) {
	.v-article__img {
		display: block;
		width: 64px;
		max-width: none;
		height: 64px;
		-o-object-fit: cover;
		object-fit: cover;
		font-family: "object-fit:cover; ";
		border-radius: 6px;
	}
}
@media (max-width: 425px) {
	.v-article__img {
		display: table-header-group;
		width: 100%;
		height: 200px;
		padding-left: 0;
	}
}
.v-article__img--small {
	display: block;
	width: 64px;
	max-width: none;
	height: 64px;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit:cover; ';
	border-radius: 4px;
}
.v-article__text {
	vertical-align: top;
	display: table-cell;
}
.v-article__heading {
	margin: 0;
	margin-bottom: 8px;
	font-size: 21px;
	line-height: 28px;
	font-family: "Fira Sans Bold", sans-serif;
	text-decoration: none;
}
@media (max-width: 425px) {
	.v-article__heading {
		margin-top: 8px;
	}
}
.v-article__heading--small{
	font-size: 18px;
}
.v-article__link {
	text-decoration: none;
}
.v-article__definition {
	width: 100%;	
	color: #4e4e4e;
	margin: 0;
	padding-bottom: 16px;
}
.v-article__meta {
	/*display: table-footer-group;*/
	display: inline-block;
	margin-top: 0px;
}
.v-article__autor {
	display: inline-block;
	margin-right: 16px;
	font-size: 16px;
}

.v-article__autor a{
	text-decoration: none;
}
.v-article__date {
	display: inline-block;
	font-size: 16px;
	margin-right: 8px;
}
.v-article__icon {
	margin-right: 4px;
	vertical-align: middle;
}

/*Flex Article*/
.l-article {
	padding: 16px;
	margin-bottom:24px;
	border: 1px solid #eaeaea;
	border-radius: 4px;
}
.l-article__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: #5a5a5a;
}
@media (max-width: 768px) {
	.l-article__link {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media (max-width: 768px) {
	.l-article__content {
		margin-top: 16px;
	}
}
.l-article__img {
	display: block;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 16px;
	border-radius: 4px;
}
.l-article__img--front {
	min-width: 260px;
}
.l-article__img--cover {
	display: block;
	width: 100%;
	max-height: 256px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 16px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

@media (max-width: 768px) {
	.l-article__img--link {
		width: 100%;
	}
	.l-article__img {
		width: 100%;
		margin-right: 0px;
	}

}
.l-article__content{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 126px;
}
.l-article__meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;
	font-size: 14px;
}
.l-article__content--midle{
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 768px) {
	.l-article__content{
		min-height: auto;
	}
}
.l-article__heading {
	font-size: 1.125em;
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 0.5rem;
}
.l-article__heading-link{
	text-decoration: none;
}
.l-article__meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 16px;
}
@media (max-width: 768px) {
	.l-article__meta {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.l-article__autor {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
}
.l-article__date {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
	margin-right: 16px;
}
.l-article__icon {
	margin-right: 4px;
}
.l-article a .l-article__descr:hover {
	text-decoration: none;
}
.l-article__descr{
	margin: 0;
}
.article-meta{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1rem;
}
.entry-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.entry-meta__span{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 1.2em;
	margin-right: 0.5rem;
	background: #e3efff;
	padding: 0.4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;		
}
.entry-meta__span--inner {
	font-size: 0.8em;
	font-family: system-ui;
	font-weight: bold;
	
}

	/*Flex items*/
.pub-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
 margin: 0;
    padding: 0;
}
.pub-list__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; 
  padding: 0.5em;
	width: 100%;
	text-decoration: none;

}
@media all and (min-width: 40em) {
  .pub-list__item {
    width: 50%;
  }
  .pub-list {
  	margin: 0;
  }
}
@media all and (min-width: 60em) {
  .pub-list__item {
    width: 25%;
  }
  .pub-list {
  	margin: 0 -12px;
  }
}
.pub-list__content {
	background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em;
	width: 100%;
	text-decoration: none;
	border: 1px solid #eaeaea;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.pub-list__heading{
 text-align: center;
 color: #1a3d73;
}
.list-content p {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}
.parent-term{
	margin-top: 0;
}

/*Card Styling*/

.card {
	border-radius: 4px;
	border: 1px solid #eaeaea;
	background-color: white;
}

.card__wrap--inner, .card__wrap--3inner {
	padding: 8px;
}

.card__item {
	padding: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}
.card__item h3{
	font-size: 1.125em;
	color: #1a3d73;
}

.card__item a {
	text-decoration: none;
}

.card__heading {
	font-size: 1em;
}

.card__sub {
	padding: 0 18px;
}

.card__footer {
	padding: 18px;
	overflow: hidden;
	border-top: 1px solid #dedede;
}

/*Card Flex Code*/
.swiper-container {
	z-index: 0;
}
.card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.card__wrap--outer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	min-width: 0;
}

.card__wrap--inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	min-width: 0;
}

@media (min-width: 480px) {

	.card__wrap--inner { 
		width: 50%
	}
}

@media (min-width: 1024px) {

	.card__wrap--inner { 
		width: 25%
	}
	.card__wrap--3inner { 
		width: 33.33333%
	}
}

.flexible {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

/* Navigation
--------------------------------------------- */

/*Dropdown responsive nav*/
.header {
	position: fixed;		
	width: 100%;
	top: 0;
	padding: 0;
	margin: 0;
	background-color: rgb(255, 255, 255);
	border-bottom: 1px solid #eaeaea;
	z-index: 999;
}


.nav__container { 
	background-color: rgb(255, 255, 255);
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;	
	-webkit-box-pack: justify;	
	-webkit-justify-content: space-between;	
	-ms-flex-pack: justify;	
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 10px 0;
}


.nav__mobile .nav__btn {
	display: block;
}


.nav__mobile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}


.nav__logo {
	font-size: 1.4rem;
	font-weight: 700;
	color: #555;
	width: 56px;
}


.nav__menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column; 
	overflow: hidden;
	padding: 0; 
}

.showing {
	max-height: 37rem;  
	-webkit-transition: all .5s;  
	-o-transition: all .5s;  
	transition: all .5s;
}


.nav__menu li {
	list-style: none;
	position: relative;
	white-space: nowrap; 
	padding: 0.875em 1em;
	/*border-top: 1px solid #ccc;*/ 
}


.nav__menu li a {
	font-size: 1.2em;
	color: #1a3d73;
	text-decoration: none;
	font-weight: bold;
}

.nav__menu li a:hover {
	color: rgb(0, 98, 163);

}



.nav-toggle {
	display: block;
	background-color: transparent;	
	width: 40px;
	cursor: pointer;
	padding: 4px;
}


.nav-toggle span {
	position: relative;
	display: block;
	height: 3px;
	border-radius: 35px;
	width: 100%;
	margin-top: 0;
	background-color: #1a3d73;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}


.nav-toggle span.mrg {
	margin-top: 7px;
}

.nav-toggle.open span:first-child { 
	-webkit-transform: rotate(45deg) translate(7px, 7px); 
	-ms-transform: rotate(45deg) translate(7px, 7px); 
	transform: rotate(45deg) translate(7px, 7px); 
}


.nav-toggle.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}


.nav-toggle.open span:last-child { 
	-webkit-transform: rotate(-45deg) translate(7px, -7px); 
	-ms-transform: rotate(-45deg) translate(6.2px, -7px); 
	transform: rotate(-45deg) translate(7px, -7px); 
}

.current-menu-item{
	position: relative;
}
.current-menu-item:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -11px;
	right: 0px;
	border: 3px solid #f49b38;
}


/* Dropdown */ 

.nav__menu .dropdown ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: static;
	margin: 0;   
	padding: 0;
	max-height: 0px; 
	overflow: hidden;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.nav__menu .dropdown ul.show {
	max-height: 30rem;
	margin-top: 1em;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}


.nav__menu .dropdown li a {
	display: block;
	font-size: .875rem;
	color: #1a3d73;
	text-decoration: none;
}

.nav__menu li a:hover {
	color: rgb(0, 98, 163);

}
@media screen and (max-width: 992px) {
	.nav__menu .dropdown > span:after {
		content: "\f107";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;    
		font-size: 1.6rem;
		float: right;
		height: 40px;
		width: 40px;
		text-align: center;
		padding-left: 28px;
		color: #1a3d73;
	}

	.nav__menu .active.dropdown > span:after {
		content: "\f106";
	}

	.nav__menu .dropdown .dropdown > span:after {
		content: "\f107";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;    
		font-size: .875rem;
		float: right;
		padding-left: 5px;
		color: #1a3d73;
	}

	.nav__menu .dropdown .active.dropdown > span:after {
		content: "\f106";
	}

}


.menu-toggle {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;

}

.menu-toggle.active {
	height: 100vh;
	max-height: 100vh;
	overflow-y: scroll;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;

}

.resize-animation-stopper * {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	-webkit-animation: none !important;
	animation: none !important;
}




@media screen and (min-width: 992px) {
	.menu-toggle {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;    
		max-height: 100vh;
		overflow: visible
	} 

	.nav__container {
		width: 100%;
		max-width: 1200px;
		margin: auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.nav__mobile {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.nav__mobile .nav__btn {
		display: none;
	}

	.nav__logo img {
		width: 100%;
		max-width: 58px;
	}

	.nav__menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		max-height: 100%;
		overflow: visible;
	}

	.nav__menu li {
		list-style: none;
		position: relative;
		white-space: nowrap;
		padding: 1rem;
	}


	.nav__menu li a {
		font-size: 1rem;
		text-decoration: none;
	}

	.nav__menu li a:hover {
		color: rgb(0, 98, 163);

	}


	/* Dropdown */
	.nav__menu .dropdown {
		position: relative;
	}

	.nav__menu .dropdown ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		position: absolute;
		top: 100%;
		left: -30px;
		opacity: 0;
		visibility: hidden;  
		overflow: visible;
		margin: 16px 0; 
		padding: 0 1rem; 
		-webkit-transition: all .4s ease ; 
		-o-transition: all .4s ease ; 
		transition: all .4s ease ;    
	}


	.nav__menu .dropdown:hover > ul { 
		top: 100%;
		left: 0;
		opacity: 1;
		visibility: visible;
		overflow: visible;
		padding: 0 1rem;

	}



	.nav__menu .dropdown ul li {
		padding: .7rem;
		background-color: #ffffff;
		position: relative;
	}

	.nav__menu .dropdown ul li:hover {
		background-color: #EBEFF6;
	}

	.nav__menu .dropdown ul li a {
		display: block;  
	}

	.nav__menu .dropdown ul li a:hover {
		display: block; 
	}

	.nav__menu .dropdown > a:after {
		content: "\f107";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 1.2rem;
		padding-left: 8px;
		color: #f49b38;
		vertical-align: middle;      
	}


	.nav__menu .dropdown:hover > a:after {
		content: "\f106";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 1.2rem;
		padding-left: 8px;
		color: #f49b38;    
	}



	.nav__menu .dropdown .dropdown > a:after {
		content: "\f105";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 1.2rem;
		padding-left: 8px;
		color: #f49b38;
	}



	.nav__menu .dropdown .dropdown:hover > a:after {
		content: "\f104";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 1.2rem;
		padding-left: 8px;
		color: #f49b38;
	}


	/* 2nd level dropdown */

	.nav__menu .dropdown .dropdown:hover > ul {
		position: absolute;
		top: 0;
		right: calc(100% - 17px); 
		left: auto;
		opacity: 1;
		visibility: visible; 
	}

	.nav__menu .dropdown .dropdown ul {
		position: absolute;
		top: 0;
		right: calc(100% - 17px); 
		left: auto;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.nav__menu li a {
		font-size: 0.8rem;
		text-decoration: none;
	}
}
/*End*/

/* ajax search */

.header-search {
	display: block;
	position: absolute;
	width: 100%;
	top: -160px;
	height: 82px;
	padding: 1rem 0;
	background: #ffffff;
	border-bottom: 1px solid #eaeaea;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	z-index: 9999;
}
.header-search.active {
	position: fixed;
	top: 0px;
}


body.admin-bar .header-search.active {
	position: fixed;
	top: 31px;
}

.search-form {
	position: relative;
	display: flex;
}
.searchsubmit{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-weight: bold;
	background-color: #f49b38;
	border: none;
	margin-left:0.5em;
}


.ajax-search {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	right: 0;
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	margin-top: 5px;
	max-height: 360px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 100;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #424348;
	scrollbar-color: dark;
	scrollbar-width: thin;
	overscroll-behavior: contain;
}

.ajax-search::-webkit-scrollbar {
	width: 6px;
	background-color: #eff2f3;
}

.ajax-search::-webkit-scrollbar-thumb {
	background-color: #f49b38;
	border-radius: 4em;
}

.ajax-search__item {
	position: relative;
	border-top: 1px solid rgba(224, 229, 231, 0.5);
	padding: 10px 15px;
	cursor: pointer;
	list-style-type: none;
}

.ajax-search__link {
	line-height: 130%;
	margin-bottom: 1rem;
	font-size: 1.2em;
	display: block;
	font-weight: bold;
	color: #14325f;
	text-decoration: none;
}

.ajax-search__excerpt {
	cursor: default;
	font-size: 1rem;
	line-height: 140%;
}

.ajax-search__not-found {
	font-size: 12px;
}
.search-form input{
	width: 100%;
    padding: 1rem;
    margin: 0;
    height: 48px;
}
.search-btn {
	background: #fff;
	border: none;
	padding: 8px;
}
.search-btn:hover {
	background: #e3efff;
	cursor: pointer;
}
.search-btn-close {
	position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    right: 112px;
    height: 48px;
    width: 48px;
    line-height: 52px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.search-btn-close svg {
	vertical-align: middle;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 16px 0;
	background: #1a3d73;
}
.breadcrumbs::-webkit-scrollbar {
	display: none;
}
.breadcrumbs ul {
	list-style:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

.breadcrumbs li{
	float:left;
	color: #fff;
}

.breadcrumbs li a{
	color: #ffffff;
	text-decoration: none;
}
.breadcrumbs li a:hover{
	-webkit-text-decoration:solid;
	text-decoration:solid;
}

.breadcrumbs li+li:before {
	content: url('img/arrow-right-yellow.svg');
	width:  16px;
	height:   16px;
	padding: 0 4px;
	vertical-align: middle;
}

.post-category, .post-title{
	color: #444444;
	font-weight: normal;
}

@media only screen and (max-width:1200px){
	.breadcrumbs ul {
		display: inline-block;
		vertical-align: middle;
	}
	.breadcrumbs li {
		float: none;
		display: inline-block;
	}
}
/*--------------------------------------------------------------
# Feauture List
--------------------------------------------------------------*/

.features__list{
	list-style: none;
	padding: 16px;
	border: 1px solid #dedede;
	border-radius: 4px;
}
.features__item{
	margin-bottom: 4px;
}
.features__item:after{
	content: '';
	display: block;
	position: relative;
	bottom: 8px;
	width: 100%;  
	border-bottom: 1.5px dotted #333;
	z-index: -1;
}

.features__descr{
	padding: 0 6px;
	background-color: #ffffff;
}
.features__descr--right{
	float: right;
}

.pubdownload {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	margin-top: 1em;
}

.pubdownload__item{
	-webkit-box-flex: 1;    
	-ms-flex: 1;    
	flex: 1;
	text-align: center;
}

@media (max-width: 425px){
.pubdownload {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
	.pubdownload__item{
		float:left;
		width: 100%;

		margin-bottom: 1rem;
	}
}

.pubdownload__link{
	display: block;
	width: 100%;
	color: #1a3d73;
	font-weight: bold;
	text-decoration: none;
	padding: 1em 1.5em;
	background: #f49b38;
}
.pubdownload__link:hover{
	color: #1a3d73;
	background: #e48822;
}
.pubdownload__link:nth-child(2n) {
	border-left: 2px solid #ffffff;
	border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
}
.pubdownload__link:nth-child(2n+1) {
	border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
}

.publication-title{
	font-size: 1.688em;
}
@media (max-width: 992px) {
	.publication-title{
		font-size: 1.5em;
	}
}

.publication__info{
	margin-bottom: 1.5em!important;
}

.publication-wrap{
	border: 1px solid #dedede;
	border-radius: 4px;
}

.menu-handle{

}


/*--------------------------------------------------------------
3.3 Tabs
--------------------------------------------------------------*/
ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;

}

ul.tabs::-webkit-scrollbar {
	display: none;
}
ul.tabs li{
	background: none;
	color: #1a3d73;
	display: inline-block;
	padding: 12px 12px;
	cursor: pointer;
}

ul.tabs li.current{
	color: #1a3d73;
	border-bottom: 4px solid #f49b38;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.tabs-heading{
	margin: 0;
}

.tab-content{
	display: none;
	border-top: 2px solid #f49b38;
	padding-top: 2rem;
}

.tab-content.current{
	display: inherit;
}


/*--------------------------------------------------------------
3.3 Pagination
--------------------------------------------------------------*/
.pagination {
	border-top: none;
	margin: 20px 0 40px;
	width: 100%;
	text-align: center;
}

.pagination .page-numbers {
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	color: #4d626e;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	margin: 0 1px;
	padding: 0 15px;
	line-height: 40px;
	text-decoration: none;
}

.page-numbers.current {
	background: #f89c33;
	color: #1a3d73!important;
}

.pagination .page-numbers:hover {
	-webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.2);
	color: #4d626e;
	text-decoration: none;
}

.pagination .page-numbers.dots:hover {
	color: #4d626e;
}

.pagination .prev,
.pagination .next {
	position: relative;
}

/*---------------------*/
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 992px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 50%;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 50%;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.site{
	margin-top: 80px;	
}
@media screen and (max-width: 996px) {

	.site{
		margin-top: 70px;
	}
}
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.entry-title a {
	text-decoration: none;
	color: #1a3d73;
}
.entry-title a:hover {
	-webkit-text-decoration: revert;
	text-decoration: revert;
}

.post__defaul-img{
	width: 100%;
	max-width: 260px;
	min-width: 260px;
	margin-right: 16px;
}

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

	.post__defaul-img{
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary,
.article-content {
	margin: 1.5em 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.article__thumbnail img{
	width: 100%;
	max-height: 405px;
	border-radius:6px;
	object-fit: cover;
}

.news-post {
	padding: 24px;
	border:1px solid #dadada;
	border-radius: 6px;
	margin-bottom: 24px;
}

.article__link {
	display: block;
	width: auto;
	text-align: center;
	color: #1a3d73;
	font-weight: bold;
	text-decoration: none;
	padding: 0.5em;
	background: #ffffff;
	border: 2px solid #f49b38;
	border-radius: 3px;
}
.article__link-icon{
	margin-left: 8px;
}
.article__link:hover {
	background: #f49b38;
}

/* Publications
--------------------------------------------- */
.publications_header{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	padding: 56px 0;
	margin-bottom: 3rem;
	background: #1a3d73;
	border-top: 1px solid #ffffff47;
	border-bottom: 1px solid  #1a3d73;
}
@media (max-width: 992px) {
	.publications_header{
		padding: 2rem 0;
		margin-bottom: 1rem;
	}
}

/* Conferences Landing page
--------------------------------------------- */
.conf__cover{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: #fff;
	padding: 72px 0;
	background: #1a3d73;
	border-bottom: 1px solid  #1a3d73;
}
.conf__header{
	font-size: 2.5em;
	line-height: 120%;
}
.conf__subheader{
	font-size: 1.2em;
	text-align: center;
	margin-top: 0;
	margin-bottom: 1em;
}
.conf__subheader--middle{
	font-weight: 600
}
.conf__subheader--blue{
	color: #1a3d73
}
.conf__btn{
	display: block;
	width: 100%;
	color: #1a3d73;
	font-weight: bold;
	text-decoration: none;
	margin: 0 auto;
	padding: 1em 1.5em;
	background: #f49b38;
	max-width: 200px;
	border-radius: 4px;
}
.conf__btn-icon{
	margin-right: 0;
	margin-left: 8px;
}
.conf-meta{
	color: #1a3d73;
	padding: 1.5rem 0;
	background: #F4F8FF;
}
.conf__icon{
	margin-right: 1rem;
}
.conf-meta__block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.conf-meta__block-descr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: bold;
}
.conf-meta__block-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: row;
	align-items: center;
	min-width: 270px;
}
.conf-meta__date, .conf-meta__location {
	font-size: 1.5em;
	font-weight: bold;
}

.conf__section{
	padding: 4rem 0;
    border-bottom: 1px solid #f4f8ff;
}
.conf__heading{
	text-align: center;
	font-size: 2em;
	color:#1a3d73 ;
	margin-top: 0;
}
.conf__text-block{
    font-size: 1.125em;
	color:#1a3d73 ;
	padding: 3rem;
	margin-bottom: 1rem;
	background: #F4F8FF;
	border-radius: 4px;
}
.conf__text-block p{
	margin-top: 0;
}

.conf__questions ol{
      counter-reset: myCounter;
    margin-left: 0;
    padding-left: 0;
    color: rgb(100,100,100);
}

.conf__questions li{
  position: relative;
    padding-left: 2.5em;
    margin: 0.45em 0;
        font-size: 1.4em;
    color: #1a3d73;
    list-style: none;
    line-height: 1.8em;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.conf__questions li:last-child:after { content: none; }

.conf__questions li:before {
    content: counter(myCounter);
    counter-increment: myCounter;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 0px;
    color: #1a3d73;
    background: #f4f8ff;
    font-weight: bold;
    text-align: center;
    border-radius: 0.9em;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.conf__questions li:after {
    position: absolute;
    top: 2.1em;
    left: 0.9em;
    width: 2px;
    height: calc(100% - 2em);
    content: '';
    background-color: rgb(203, 203, 203);
    z-index: 0;
}

.conf-moder{
	color: #1a3d73;
    padding: 1.5rem 0;
    background: #f4f8ff;
    text-align: center;
}
.conf-moder__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.conf-moder__item{
	padding: 0 1rem;
}

.encyclopedy-2020{
    padding: 24px;
    background:#f4f8ff;
    border-radius: 6px;
    margin: 0 auto;
} 

.encyclopedy-2020 .row{
  margin-bottom: 24px;
}   

.encyclopedy-2020 h3{
 font-size: 1em!important; 
 color: #1a3d73!important;
 margin-bottom: 24px;
}

.encyclopedy-2020 label{
  color: #1d4687;
}
.encyclopedy-2020 textarea{
  height: 96px;
  box-shadow: none;
   resize: vertical; 
}

.encyclopedy-2020 input[type="submit"], .encyclopedy-2020 input[type="reset"], .encyclopedy-2020 input[type="button"] {
    border: none;
    border-bottom: 2px solid rgba(50, 50, 50, 0.1);
    border-radius: 4px;
    color: #1a3d73;
    padding: 0 32px;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    font-size: 0.85em;
    font-weight: bold;
    height: 48px;
    background: #f89c33;
    line-height: 40px;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s;
}
.encyclopedy-2020 p{
  margin-bottom: 0px;
}
.encyclopedy-2020 ul{
  list-style: none;
}

.encyclopedy-2020-download{
  height: 48px;
  line-height: 2.5;
  text-decoration: underline!important;
}

div.wpcf7-mail-sent-ok {
    text-align: center;
    border: 2px solid #398f14;
    background: #398f14;
    padding: 8px 16px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
}

.grecaptcha-badge { 
    visibility: hidden;
}

span.wpcf7-list-item {
	width: 100%;
    display: inline-block;
    margin: 0 0 0 1em;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
	.conf__cover{
		padding: 1.5rem 0;
	}
	.conf__header {
    font-size: 1.5em;
    line-height: 120%;
}
.conf__subheader {
    font-size: 0.825em;
    margin-top: 0;
}

.conf__heading {
    font-size: 1.5em;
}
.conf__questions li{
	    font-size: 1em;
}
.conf__section {
    padding: 2rem 0;
}
.conf__text-block{
	padding: 1rem
}
	.conf-meta__block{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		  -webkit-box-align: start;    
		  -webkit-align-items: flex-start;    
		  -ms-flex-align: start;    
		  align-items: flex-start;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: column;
	}
	.conf-meta__block-item + .conf-meta__block-item {
		margin-top: 1rem;
	}
	.conf-moder__block{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	}
	.encyclopedy-2020{
		padding: 4px;
	}

}


/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: -ms-grid;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	-ms-grid-columns: (1fr)[6];
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	-ms-grid-columns: (1fr)[7];
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	-ms-grid-columns: (1fr)[8];
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	-ms-grid-columns: (1fr)[9];
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
#
--------------------------------------------------------------*/

/* Accordeon
--------------------------------------------- */
.faq-section{
	padding: 80px;
	background: #f1f2f4;
	border-radius: 4px;
}
.faq-container {
	padding: 0px;
	margin: 0;
}
.faq-container h2 {
	font-size: 1.4em;
	padding: 16px;
	margin: 0;
}
.faq-item {
	list-style: none;
	margin-bottom: 24px;
}
.faq-item .faq-title {
	cursor: pointer;
	padding: 24px;
	background: #ffffff;
	border-radius: 4px;
}
.faq-item .faq-title h3 {
	font-size: 1rem;
	padding-right: 50px;
	position: relative;
	margin: 0;
	color: #1a3d73;
}
.faq-item .faq-title h3:after {
	content: "";
	border-right: 2px solid #1a3d73;
	border-bottom: 2px solid #1a3d73;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 4px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.faq-item .faq-content {
	display: none;
	padding: 16px;
	background-color: #fff;
}
.faq-item.active .faq-title h3:after {
	margin-top: -2px;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(225deg);
}
@media (min-width: 1024px) {
	.faq-container h2 {
		font-size: 1.685em;
		padding: 16px 0;
		margin: 0;
	}
}
@media (max-width: 1024px) {
	.faq-section{
		padding: 0;
		background: none;
	}
	.faq-item {
		list-style: none;
		margin-bottom: 16px;
		border: 1px solid #f1f2f4;
		border-radius: 4px;
	}
}

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
body.admin-bar .header {
	top:31px;
}

@media all and (max-width:782px) {
	body.admin-bar .header {
		top:46px;
	}
}

.download {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	border:1px solid  #e3efff;  
	padding: 1rem 1.5rem;
	border-radius: 4px;
	margin-bottom: 1rem;
}
.download__body{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.download__body h3{
	color: #1a3d73;
}
@media screen and (max-width: 768px) {
	.download, .download__body {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.download__body h3{
		text-align: center;
	}
}
/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/* The list style
-------------------------------------------------------------- */

.directory-list ul {
	margin-left: 0;
	padding-left: 18px;
	/*border-left: 2px solid #f89c33;*/
	/*list-style-image: url('img/category.svg');*/
}

.directory-list li {
	/*list-style: none;*/
	font-size: 18px;
	font-weight: normal;
	margin: 16px 0;
}
.directory-list li > ul li a {
    font-weight: normal;
}

.directory-list a {
	font-size: 1rem;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	color: #1a3d73;
	font-weight: bold;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.directory-list a:hover {
	color: #1a3d73;
	border-color: #1a3d73;
}

.directory-list .folder,
.directory-list .folder > a {
	color: #777;
	font-weight: bold;
}


/* The icons
-------------------------------------------------------------- */

.directory-list li:before {
	margin-left: -20px;	
	margin-right: 8px;
	content: "";
	height: 16px;
	vertical-align: middle;
	width: 16px;
	background-repeat: no-repeat;
	display: inline-block;

	background-image: url('img/category.svg');
	background-position: center -2px;
	background-size: 100% auto;
}
.directory-list li:marker {
	margin-left: -8px;	
	margin-right: 10px;
	content: "";
	height: 20px;
	vertical-align: middle;
	width: 20px;
	background-repeat: no-repeat;
	display: inline-block;
	
}

.directory-list li.folder:before {
	/* folder icon if folder class is specified */
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path fill='lightblue' d='M96.429,37.5v39.286c0,3.423-1.228,6.361-3.684,8.817c-2.455,2.455-5.395,3.683-8.816,3.683H16.071 c-3.423,0-6.362-1.228-8.817-3.683c-2.456-2.456-3.683-5.395-3.683-8.817V23.214c0-3.422,1.228-6.362,3.683-8.817 c2.455-2.456,5.394-3.683,8.817-3.683h17.857c3.422,0,6.362,1.228,8.817,3.683c2.455,2.455,3.683,5.395,3.683,8.817V25h37.5 c3.422,0,6.361,1.228,8.816,3.683C95.201,31.138,96.429,34.078,96.429,37.5z' /></svg>");
	background-position: center top;
	background-size: 75% auto;
}

.directory-list__count{
	background: #eeeeee;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	padding: 2px 7px;
	color: #1a3d73;
	font-weight: bold;
	font-size: 14px;
}

.menu-handle{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	font-weight: bold;
	text-align: center;
	padding: 1em;
	background: #f49b38;
	/* border-radius: 3px; */
	z-index: 99;
}

@media (min-width: 768px) and (max-width: 992px) {
	.menu-handle{
		position: relative;
	}
}
@media (max-width: 992px) {

	.sidebar {
		position: fixed!important;
		width: 100%;
		left:-100%;
		top:71px;
		height: 100vh;
		overflow-y: scroll;
		padding: 0px 0px 80px 24px;
		background: #ffffff;
		-webkit-transition: ease 0.5s;
		-o-transition: ease 0.5s;
		transition: ease 0.5s;
		z-index:99;
	}
}

.sidebar.open {
	left:0px;
	-webkit-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}

.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 16px;
	font-size: 46px;
	color: #1a3d73;
	line-height: 1.3;
	text-decoration: none;
	margin-left: 50px;
}


.site-info{
	font-size: 0.8em;
	text-align: center;
}

.site-info__text{
	margin-top:0;
}
.site-info__text--bottom{
	margin-bottom:0;
}



/*Swiper Styles
.swiper-wrapper{
	min-width: 0;
}
.swiper-slide{
	height: auto;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 1rem;
	left: 0;
	width: 100%;
	text-align: center;
}
.swiper-pagination-bullet {
	background: #f49b38!important;
}
.swiper-object{
	position: relative;
}


.swiper-button-prev{
	left: -40px;
	font-weight: bold;
    color: #f49b38;
}
.swiper-button-next{
	right: -40px;
	font-weight: bold;
    color: #f49b38;
}
@media (max-width: 1024px) {
	.swiper-button-prev{
	display: none;
}
.swiper-button-next{
	display: none;
}
}

.swiper-pagination {
    position: relative;
}
.swiper-pagination-bullet {
	margin: 0 4px;
}

.hero-slider .swiper-pagination{
	position: absolute;
}
.hero-slider .swiper-button-prev{
	left: 40px;
}
.hero-slider .swiper-button-next{
	right: 40px;
	}*/

	/*--------Slick---------*/
	/*Main slider*/
	.hero-slider {
		position: relative;
		width: 100%;
		max-height: 486px;
		overflow: hidden;
	}
	.hero-slider .slick-dots{
		bottom: 32px;
	}
	.hero-slider .slick-arrow, .publications-slider .slick-arrow, .events-slider .slick-arrow {
		position: absolute;
		top: 50%;
		width: 40px;
		height: 50px;
		border: none;
		background: transparent;
		z-index: 300;
		outline: none;
		padding: 0;
		cursor: pointer;
	}


	.hero-slider .slick-slide{
		display: none;
	}
	.hero-slider .slick-slide:first-child{
		display: block;
	}
	.slick-initialized.hero-slider .slick-slide,
	.slick-initialized.hero-slider .slick-slide:first-child{
		display: block;
	}

	.main-prev {
		content: url(img/prev-arrow.svg); 
		left: 64px;
		text-align: left;
	}
	.main-prev:before{
		content: url(img/prev-arrow.svg); 
	}

	.main-next {
		content: url(img/next-arrow.svg);
		right: 64px;
		text-align: right;
	}
	.main-next:before {
		content: url(img/next-arrow.svg);
	}

	.pub-prev, .events-prev {
		content: url(img/prev-arrow.svg); 
		left: -48px;
		text-align: left;
	}
	.pub-prev:before, .events-prev:before{
		content: url(img/prev-arrow.svg); 
	}

	.pub-next, .events-next {
		content: url(img/next-arrow.svg);
		right: -48px;
		text-align: right;
	}
	.pub-next:before, .events-next:before {
		content: url(img/next-arrow.svg);
	}

	.sl-wrapper .sl-navigation button.sl-next{
		    right: 24px;
	}

	button.sl-next:before{
		display: block;
		content: url(img/next-arrow.svg);
		    padding-top: 2px;
		} 
	button.sl-prev:before {
		display: block;
		content: url(img/prev-arrow.svg);
		    padding-top: 2px;
	}
	.sl-wrapper .sl-close {
    font-size: 2rem;
    color: #1a3d73;
    background: #f49b38;
    border-radius: 50%;
}
.sl-wrapper .sl-counter {
    color: #f49b38!important;
    font-weight: bold;
    font-size: 21px;
}


	.slick-dotted.hero-slider {
		margin-bottom: 0px!important;
	}
	/* Slider */
	.swiper-slide{
		display: block!important;
	}
	.slick-slider
	{
		position: relative;

		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;

		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;

		-webkit-touch-callout: none;
		-khtml-user-select: none;
		-ms-touch-action: pan-y;
		touch-action: pan-y;
		-webkit-tap-highlight-color: transparent;
	}

	.slick-list
	{
		position: relative;

		display: block;
		overflow: hidden;

		margin: 0;
		padding: 0;
	}
	.slick-list:focus
	{
		outline: none;
	}
	.slick-list.dragging
	{
		cursor: pointer;
		cursor: hand;
	}

	.slick-slider .slick-track,
	.slick-slider .slick-list
	{
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.slick-track
	{ 
		display: -webkit-box !important;
		display: -ms-flexbox !important;    
		display: flex !important;
		position: relative;
		top: 0;
		left: 0;

		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.slick-track:before,
	.slick-track:after
	{
		display: table;

		content: '';
	}
	.slick-track:after
	{
		clear: both;
	}
	.slick-loading .slick-track
	{
		visibility: hidden;
	}

	.slick-slide
	{
		display: flex !important;
		float: left;

		height: inherit !important;
	}
	[dir='rtl'] .slick-slide
	{
		float: right;
	}
	.slick-slide img
	{
		display: block;
	}
	.slick-slide.slick-loading img
	{
		display: none;
	}
	.slick-slide.dragging img
	{
		pointer-events: none;
	}
	.slick-initialized .slick-slide
	{
		display: block;
	}
	.slick-loading .slick-slide
	{
		visibility: hidden;
	}
	.slick-vertical .slick-slide
	{
		display: block;

		height: auto;

		border: 1px solid transparent;
	}
	.slick-arrow.slick-hidden {
		display: none;
	}

	/* Slider */
	.slick-loading .slick-list
	{
		background: #fff url('img/ajax-loader.gif') center center no-repeat;
	}



	/* Arrows */
	.slick-prev,
	.slick-next
	{
		font-size: 0;
		line-height: 0;

		position: absolute;
		top: 50%;

		display: block;

		width: 20px;
		height: 20px;
		padding: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);

		cursor: pointer;

		color: transparent;
		border: none;
		outline: none;
		background: transparent;
		z-index: 9;
	}
	.slick-prev:hover,
	.slick-prev:focus,
	.slick-next:hover,
	.slick-next:focus
	{
		color: transparent;
		outline: none;
		background: transparent;
	}
	.slick-prev:hover:before,
	.slick-prev:focus:before,
	.slick-next:hover:before,
	.slick-next:focus:before
	{
		opacity: 1;
	}
	.slick-prev.slick-disabled:before,
	.slick-next.slick-disabled:before
	{
		opacity: .25;
	}

	.slick-prev:before,
	.slick-next:before
	{
		font-family: 'slick';
		font-size: 20px;
		line-height: 1;

		opacity: .75;
		color: white;

		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.slick-prev
	{
		left: 24px;
	}
	[dir='rtl'] .slick-prev
	{
		right: 24px;
		left: auto;
	}
	.slick-prev:before
	{
		content: url(img/prev-arrow.svg);
	}
	[dir='rtl'] .slick-prev:before
	{
		content: '→';
	}

	.slick-next
	{
		right: 24px;
	}
	[dir='rtl'] .slick-next
	{
		right: auto;
		left: 24px;
	}
	.slick-next:before
	{
		content:url(img/next-arrow.svg);
	}
	[dir='rtl'] .slick-next:before
	{
		content: '←';
	}

	/* Dots */
	.slick-dotted.slick-slider
	{
		margin-bottom: 30px;
	}

	.slick-dots
	{
		position: absolute;
		bottom: -48px;

		display: block;

		width: 100%;
		padding: 0;
		margin: 0;

		list-style: none;

		text-align: center;
	}
	.slick-dots li
	{
		position: relative;

		display: inline-block;

		width: 20px;
		height: 20px;
		margin: 0 5px;
		padding: 0;

		cursor: pointer;
	}
	.slick-dots li button
	{
		font-size: 0;
		line-height: 0;

		display: block;

		width: 20px;
		height: 20px;
		padding: 5px;

		cursor: pointer;

		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
	}
	.slick-dots li button:hover,
	.slick-dots li button:focus
	{
		outline: none;
	}
	.slick-dots li button:hover:before,
	.slick-dots li button:focus:before
	{
		opacity: 1;
	}
	.slick-dots li button:before
	{
		font-family: 'slick';
		font-size: 6px;
		line-height: 20px;

		position: absolute;
		top: 0;
		left: 0;

		width: 20px;
		height: 20px;

		content: url(img/dot.svg);
		text-align: center;

		opacity: .25;
		color: black;

		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.slick-dots li.slick-active button:before
	{
		opacity: .75;
		color: black;
	} 


.post-gallery{
    		padding: 16px;
    		border-radius: 6px;
    		border: 1px solid #dadada;
    	}

    	.gallery-slider .slick-slide{
    		justify-content: center;
    	}
    	.gallery-slider {
    height: 400px;
    margin-bottom: 16px;
}
    	.gallery-slider img{
            object-fit: contain;
            max-height: 400px;
            border-radius: 5px
        }
        .sl-wrapper .sl-image img {
        max-height: none;
    }
        .gallery-thumbs img{
            height: 120px !important;
             object-fit: contain;
            cursor: pointer;
            padding: 8px;
            border-radius: 5px;
            border: 1px solid #dadada;
            margin:0 8px;
        }
        /* Подсветка активного слайда */
.gallery-thumbs .slick-current {
    border: 3px solid #f4800c; /* Цвет рамки */
    opacity: 0.7; /* Затемнение неактивных */
}
button.sl-next, button.sl-prev {
    border-radius: 50%;
    font-size: 24px !important;
    font-weight: bold;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/



#notfound {
	position: relative;
	height: 50vh;
}

#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.notfound {
	max-width: 520px;
	width: 100%;
	text-align: center;
	line-height: 1.4;
}

.notfound .notfound-404 {
	height: 190px;
}

.notfound .notfound-404 h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 146px;
	font-weight: 700;
	margin: 0px;
	color: #1a3d73;
}

.notfound .notfound-404 h1 > span {
	display: inline-block;
	width: 140px;
	height: 140px;
	background-image: url('img/404.png');
	background-size: cover;
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
	z-index: -1;
	-webkit-animation-name: floating;
	animation-name: floating;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.no-results{
	padding: 2rem;
	border: 1px solid #eaeaea;
	border-radius: 4px;
}
.nothingfound{
	text-align: center;
}
.nothingfound-title{
	margin-top: 42px;
}
.nothingfound .nothingfound-404 span {
	display: inline-block;
	width: 168px;
	height: 148px;
	background-image: url('img/nothing-found.svg');
	background-size: cover;
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
	z-index: -1;
	-webkit-animation-name: floating;
	animation-name: floating;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.notfound h2 {
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	color: #1a3d73;
}

.notfound p {
	color: #787878;
	font-weight: 300;
}

.notfound a {
	display: inline-block;
	padding: 12px 30px;
	font-weight: 700;
	background-color: #f49b38;
	color: #1a3d73;
	border-radius: 4px;
	text-decoration: none;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	transition: 0.2s all;
}

.notfound a:hover {
	opacity: 0.8;
}

@media only screen and (max-width: 767px) {
	.notfound .notfound-404 {
		height: 115px;
	}
	.notfound .notfound-404 h1 {
		font-size: 86px;
	}
	.notfound .notfound-404 h1 > span {
		width: 86px;
		height: 86px;
	}
	.gallery-slider{
		height: auto;
	}
	.gallery-slider img {
		    max-height: 200px;
	}
	.gallery-thumbs img {
		    height: auto!important;
	}
}

@-webkit-keyframes floating {
	from {
		-webkit-transform: scale(1.4) translate(0, 0);
		transform: scale(1.4) translate(0, 0);
	}

	50% {
		-webkit-transform: scale(1.4) translate(0, 15px);
		transform: scale(1.4) translate(0, 15px);
	}

	to {
		-webkit-transform: scale(1.4) translate(0, 0);
		transform: scale(1.4) translate(0, 0);
	}
}

@keyframes floating {
	from {
		-webkit-transform: scale(1.4) translate(0, 0);
		transform: scale(1.4) translate(0, 0);
	}

	50% {
		-webkit-transform: scale(1.4) translate(0, 15px);
		transform: scale(1.4) translate(0, 15px);
	}

	to {
		-webkit-transform: scale(1.4) translate(0, 0);
		transform: scale(1.4) translate(0, 0);
	}
}

.textwidget ul{
	padding-left: 0;
}
.textwidget li{
	list-style: none;
	margin-bottom: 1rem;
}
.textwidget li a{
	color: #ffffff;
	text-decoration: none;
}

a.zoom-social_icons-list__link{
	/*color: #ffffff;*/
}
.entry-footer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	padding: 1rem;
	border: 1px solid #eaeaea;
	border-radius: 4px;
}
.pageviews-wrapper {
	display: none!important;
}
.pageviews-placeholder {
	font-weight: bold;
	margin-left: 4px;
	color: #1a3d73;
}