	/*
Theme Name: apie
Author: Aisaid
Description: based on amplify
Version: 1.0.0
Text Domain: amplify
Tags:

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/




@font-face {
	font-family: 'for headers';
	src: local('Room Thin'), url('fonts/Room Thin.otf') format('opentype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'for all';
	src: local('AvantGardeC Regular'), url('fonts/AvantGardeGothicC-Book.otf') format('opentype');
	font-weight: 100;
	font-style: normal;
}

@font-face{
	font-family:'FontAwesome';
	src:url('fonts/fontawesome-webfont.eot?v=4.1.0');
	src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),
		url('fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),
		url('fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),
		url('fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal;
}
.fa{
	display:inline-block;
	font-family:FontAwesome;
	font-style:normal;
	font-weight:normal;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}




/* # Normalize --------------------------------------------------------------*/
* {
	outline: none;
}


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

header#masthead,
.site-description,
.site-content,
.site-footer {
	padding: 0 10%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

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

body {
	font-family: "for all", sans-serif;
}

body,
button,
input,
select,
textarea {
	color: #444;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,	
h3,
h4,
h5,
h6 {
	font-weight: normal;
	clear: both;
	font-family: "for headers", sans-serif;
}

h3 {
	font-size: 160%;
	margin-bottom: 15px;
}

h4 {
	margin: 30px 0 15px;
	font-size: 125%;
	font-weight: bold;
}


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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big,
.big {
	font-size: 125%;
}

small,
.small {
	font-size: 75%;
}


/* ## Links --------------------------------------------------------------*/
a,
a:visited {
	color: #18c;
	text-decoration: none;
}

a:hover,
a:focus,
a:active,
.publication-pdf a:hover, .publication-pdf a:focus, .publication-pdf a:active {
	color: #0065B8;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

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


/* # Elements --------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: linear-gradient(rgba(255, 255, 255, 0.93), rgba(255,255,255,0.93)), url(images/background_02.jpg) 50%/10%;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content-area ul {	padding-left: 15px;	}

/* ol {	counter-reset: item;	}
ol li:before {
	content: counters(item, ".") ". ";
	counter-increment: item;
}*/

ol li {
	margin-bottom: 5px;
}

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

.content-area ul>li:before {
	content: "\25aa";
	margin-right: 10px;
	color: #777;
}


dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	/*margin: 0 0 1.5em;*/
	width: 100%;
	border-top: 3px solid #999;
	border-bottom: 3px solid #999;
}

table.of_content {
	border: none;
}
table.of_content td:nth-child(2) {
	width: 10%;
	text-align: center;
}



/* # Forms --------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 5px 15px;
	/*width: 100%;*/
	box-sizing: border-box;
}

textarea {
	padding-left: 3px;
	width: 100%;
}


/* # Header --------------------------------------------------------------*/
header#masthead {
	background: linear-gradient(rgba(0, 58, 107, 0.9), #002b50), url(images/background_02.jpg) 50% 30%/10%;
}

.site-branding {
	display: inline-block;
	position: relative;
}

.site-branding h1 {
	margin: 0;
	padding: 0;
	float: left;
}
.site-branding h1 a {
	text-decoration: none;
	color: #eee;
}

.site-branding img {
	vertical-align: middle;
	height: 50px;
}

.issn {
	white-space: nowrap;
	position: absolute;
	left: 90px;
	bottom: -3px;
	color: #4673A9;
}

.lang-switcher {
	float: right;
	margin-left: 15px;
	line-height: 50px;
}

.lang-switcher li {
	float: left;
	margin-right: 10px;
}


.site-title {
	font-size: 300%;
	color: indianred;
}

.site-description {
	background: linear-gradient( rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.9) ), url(images/background_01.jpg) 50% 61%/100% no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	border-bottom: 1px solid #eee;
	margin: 0 0 50px 0;
	font-size: small;
	color: #777;
}




/* # Navigation --------------------------------------------------------------*/
.post-navigation {
	position: relative;
	padding: 30px 50px;
	background: linear-gradient(#16AAFF, rgba(17, 136, 204, 0.9)), url(images/background_02.jpg) 50%/15%;
}

.nav-links {
	display: table;
	width: 100%;
}
.nav-links>* {
	display: table-cell;
	vertical-align: middle;
}

.nav-links a {	color: #D7EBF6;	}
.nav-links a:hover {
	color: #fff;
	text-decoration: none;
}

.nav-previous:before,
.nav-next:after {
	position: absolute;
	line-height: 25px;
	color: #fff;
	font-size: 300%;
	top: calc(50% - 15px);
}

.nav-previous:before {
	content: "«";
	left: 15px;
}

.nav-next:after {
	content: "»";
	margin-left: 15px;
}


#primary-menu .pll-parent-menu-item .sub-menu {
	background: #fff;
	top: 100%;
}
#primary-menu .pll-parent-menu-item .sub-menu a {
	color: #475c8c;
}

footer .lang-item,
footer .pll-parent-menu-item {
	display: none;
}



/* ## Menus --------------------------------------------------------------*/
.main-navigation {
	float: right;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	padding: 0 15px;
	color: #ddd;
	line-height: 50px;
	display: block;
	text-decoration: none;
}
.main-navigation a:hover {
	background: rgba(0, 139, 251, 0.2);
	color: #fff;
}

.main-navigation .current-menu-item a,
.main-navigation .current-menu-parent a {
	background: rgba(0, 139, 251, 0.7);
	color: #fff;
}
.main-navigation .current-menu-item a:hover {
	background: rgba(0, 139, 251, 0.6);
}
.main-navigation .current-menu-item>a:after,
.main-navigation .current-menu-parent>a:after {
	content: "";
	border-top: 10px solid #006FC9;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 8px);
}

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

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

.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul .menu-item a {
	background: #fff;
	color: #022f56;
}
.main-navigation ul ul .menu-item a:after {
	border: none;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

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

button.menu-toggle {
	font-size: inherit;
	float: right;
	box-shadow: none;
	line-height: 23px;
	background: #07e;
	border-radius: 0;
	border: none;
	text-shadow: none;
	color: #eee;
	position: absolute;
	right: 15px;
	top: 5px;
}



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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: right;
	width: 50%;
}

/* # Accessibility --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

/* # Alignments --------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/* # Clearings --------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* # Sidebar (widget-area) --------------------------------------------------------------*/
div#secondary {
	line-height: 130%;
	width: 250px;
	float: left;
}



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

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

.widget-area .widget-title {
	font-size: 130%;
	border-left: 3px solid #ddd;
	padding-left: 15px;
}

.widget li {
	margin-bottom: 10px;
}


/*.widget .pub-list li.current-cat {
	padding: 5px 10px;
	margin: 0 -12px;
	background: #fff;
}*/

.widget .pub-list li.current-cat:after {
	content: "";
	border: 2px solid #aaa;
	border-width: 0 3px 3px 0;
	transform: rotate(-45deg);
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: middle;
	float: right;
	position: relative;
	top: 3px;
	right: 25px;
}


.widget .pub-list li::before,
.pub-single:before {
	content: "";
	background: url(images/book2_gray_444.svg) 100%/contain no-repeat;
	display: inline-block;
	height: 1em;
	width: 1em;
	margin-right: .5em;
	position: relative;
	top: 2px;
}
.widget .pub-list li.current-cat::before {
	filter: brightness(0.9) sepia(1) hue-rotate(-185deg) saturate(5);
}


.pub-list {
	max-height: 25em;
	overflow: auto;
}




/* # Primary --------------------------------------------------------------*/
#primary {
	width: calc(100% - 250px);
	padding-left: 100px;
	float: right;
}


.home #primary {
	width: auto;
	padding-left: 0;
}



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

.entry-title {
	letter-spacing: 1px;
	background: #073964;
	font-size: 200%;
	margin: -30px -30px 5px;
	line-height: 1.2;
	padding: 15px 30px;
	color: #eee;
}
.entry-title a {
	color: #D7EBF6;
	display: block;
}
.entry-title a:hover, .entry-title a:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
}

.content-area .page-title {
	margin-top: 0;
}

.entry-meta, .entry-meta a {
	text-decoration: none;
	font-size: xx-small;
	color: #aaa;
}

.entry-meta {
	color: #777;
	background: #ddd;
	margin: -5px -30px 15px;
	padding: 5px 30px;
}

.entry-meta span {	margin-right: 1em;	}

.publication-pdf a {
	color: #18c;
	font-size: unset;
	float: right;
}



span.posted-on {
	padding-left: 30px;
}
span.posted-on:before {
	color: #aaa;
	position: absolute;
	font-size: 27px;
	font-family: FontAwesome;
	content: "\f017";
	margin: 9px 0 0-30px;
	transform: translateY(-50%);
}



.authors-info {
	display: inline-block;
}
.authors-info:first-line {	font-weight: bold;	}




/* ## Posts and pages --------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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


article.post,
.entry-content.publication {
	padding: 30px;
	background: #fff;
}
.entry-content.publication {	padding-top: 0;	}

.publication table,
.publication table tr:last-child td {	border: none;	}

.publication table i {	margin-left: .5em;	}

.publication .entry-meta,
.article .entry-meta,
.article .entry-meta a {
	font-size: 1em;
	color: #444;
}

.entry-meta .publication-articles {
	cursor: pointer;
}

.article .entry-meta .article-pages i {	margin-right: .5em;	}

.article .entry-meta .article-link-pdf {
	float: right;
	margin-right: 0;
}
.article .entry-meta .article-link-pdf i {	margin-left: .5em;	}
.article .entry-meta .article-link-pdf a:hover {	color: #18c;	}


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

a.post-edit-link {	margin: 5px;	}




/* ## APB - Annonce Posts Block --------------------------------------------------------------*/

.apb-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 15px;
	margin-bottom: 50px;
}

.apb-post {
	background: #fff;
	padding: 1em;
	margin: 10px;
	width: 31%;
	overflow: hidden;
	flex-basis: calc(20% - 20px);
	flex-grow: 1;
}

.posts_block_publication .apb-post {
	text-align: center;
	min-width: 150px;
	max-width: 200px;
}

.home .posts_block_publication .apb-post {
	flex-grow: 1;
	max-width: unset;
	flex-basis: 150px;
}

.apb-post .entry-title {
	font-size: 150%;
	margin: -15px -15px 15px;
	padding: 15px;
}

.apb-post .entry-meta {
	margin: -15px -15px 15px;
	padding: 5px 15px;
}

.apb-post .publication-icon {
	font-size: 5em;
}

/*.posts_block_publication .apb-post {
	max-width: 150px;
	text-align: center;
}*/


/* ## Asides --------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* ## Comments --------------------------------------------------------------*/
.comments-area {
	margin-bottom: 50px;
}

.comments-area ol {
	padding: 0;
	list-style: none;
	counter-reset: comment-item;
}

.comment-list>li {
	background: #fff;
	padding: 15px;
	margin-bottom: 15px;
}
.comment-list li {	position: relative;	}
.comment-list li>ol {	margin: 15px 0 0 0;	}
.comment-list li>ol li {
	padding: 15px 0 0 15px;
	border-top: 3px solid #ddd;
}

.comment-body {}
.comment-meta * {
	line-height: 20px;
	margin-right: 5px;
	display: inline-block;
}

.comment-meta .avatar {	vertical-align: middle;	}
.comment-metadata a {
	font-size: 80%;
	color: #aaa;
}

.comment-list li:before,
.comments-area .reply a {
	position: absolute;
	top: 0;
}
.comment-list li:before,
.comments-area .reply a,
.comment-edit-link {
	padding: 5px 15px;
	background: #ddd;
	font-size: 80%;
	display: block;
}

.comment-list li:before {
	content: "#" counters(comment-item, ".");
	counter-increment: comment-item;
	right: 85px;
}

a.comment-edit-link {
	color: inherit;
	text-align: center;
}

.comment-meta .says {	display: none;	}

.comments-area .reply a {
	color: inherit;
	right: 0;
}

a.comment-edit-link:hover,
.comment-list .reply a:hover {
	text-decoration: none;
	background: #18c;
	color: #fff;
}

.comment-content {
	flex-grow: 5;
	flex-basis: calc(100% - 150px);
}


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

.bypostauthor {	display: block;	}


/* # Infinite scroll --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* # 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

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

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

/* ## Galleries --------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* ## Footer --------------------------------------------------------------*/
footer#colophon {
	background: linear-gradient(rgba(0, 58, 107, 0.9), #002b50), url(images/background_02.jpg) 50% 30%/10%;
	color: #eee;
	margin-top: 3em;
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

.site-footer a,
.site-footer a:visited {	color: #73D0FF;	}
.site-footer a:hover {	color: #B5E1FF;	}

.site-footer>div {
	padding: 0 15px;
	width: 25%;
	float: left;
}

.footer-site-title a {	font-size: x-large;	}

.site-info img {	width: 200px;	}

p.footer-site-description {	margin-bottom:0;	}

/*@media screen and (min-width: 1250px) {
	footer .widget-title {    margin-top: 0;	}
}*/



/*----------------------------- MODAL ------------------------------*/

.modal {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	z-index:1111;
	pointer-events: auto;
	position:fixed;
	color: #444;
	text-align: left;
}
.modal:before {
	content: "";
	background: rgba(41, 32, 39, 0.9);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: auto;
	position: fixed;
}

.modal-wrapper {
	position: fixed;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	padding: 2em;
	background: #eee;
	max-width: 500px;
	z-index: 222;
}

.modal-close,
.modal .copyToClipboard {
	cursor: pointer;
	font-size: 2em;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 1;
	color: #aaa;
	transition: color .3s;
}
.modal-close:hover,
.modal .copyToClipboard:hover {	color: #ff0388;	}

.modal .copyToClipboard {
	left: 15px;
	top: 15px;
	font-size: 100%;
	width: 20px;
}

.modal .header {
	margin: -3em -3em 2em;
	padding: 3em;
	background: #330333;
	color: white;
}

.modal .header .title {
	font-size: 2em;
	margin: 0;
}

.modal .content {
	max-height: 65vw;
	overflow: auto;
}


.modal .wpcf7-response-output {
	border: none;
	margin: 0;
	padding: 1em;
}

.modal .wpcf7-mail-sent-ok {	background: #A3DA5F;	}
.modal .wpcf7-validation-errors {	background: #fbb;	}

.modal button:hover,
.modal input[type="button"]:hover,
.modal input[type="submit"]:hover {
    border-color: #330333;
    color: #330333;
}







/* ## media queries --------------------------------------------------------------*/
@media screen and (max-width: 1250px) {
	header#masthead,
	.site-description,
	.site-content,
	.site-footer {
		padding-left: 5%;
		padding-right: 5%;
	}
	#primary {	padding-left: 50px;	}
	.site-description {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.entry-title {	font-size: 150%;	}
}

@media screen and (max-width: 900px) {
	.site-footer>div {	    width: 50%;	}
}

@media screen and (max-width: 768px) {
	#primary {
		width: 100%;
		padding-left: 0;
		float: none;
	}
	div#secondary {
		width: auto;
		float: none;
	}
	.apb-wrap {	padding: 0;	}
	.apb-post {
		flex-basis: 100%;
		margin-right: 0;
		margin: 0 0 50px 0;
	}
	.site-header .menu-main-menu-ru-container {
		padding: 0 5%;
		background: #07E;
		position: absolute;
		width: 100%;
		left: 0;
		top: 50px;
	}
	.menu-toggle {	display: none;	}
	.main-navigation {	float: unset;	}
	#primary-menu {	
		padding-top: 1em;
		display: flex;
		justify-content: center;
	}
	#primary-menu li#menu-item-740 {
		position: absolute;
		top: 1em;
		right: 1em;
	}
	header#masthead, .site-description, .site-content, .site-footer {
		padding-left: 15px;
		padding-right: 15px;
	}
	.entry-content.publication {	margin-bottom: 50px;	}
	.widget .pub-list li.current-cat:after {
		float: left;
		margin: 0 15px 0 0;
	}
	
	.pub-list {
		column-count: 3;
	}
}

@media screen and (max-width: 550px) {
	.site-footer>div {	    width: 100%;	}
	footer#colophon {	text-align: center;	}
	
}




/* -------------------------------------------------------------- Дополнительно */

.wp-pagenavi a, .wp-pagenavi span {
	border: none;
	padding: .5em .7em;
}

.wp-pagenavi span.current {
	background: #ddd;
}

.wp-pagenavi a:hover {
	text-decoration: none;
	background: #ddd;
}


.annual-report a, .annual-report span:not(.pub-single) {
	padding-left: 15px;
}

.small-90 {	font-size: 90%;	}
.small-80 {	font-size: 80%;	}
.small-75 {	font-size: 75%;	}
