.obj_grey_link {
  border-color: #707070;
  background: #707070;
  color: white;
  transition: all 0.25s ease-in-out;
  border-radius: 0.375rem;
  box-shadow: none;
}
.obj_grey_link:hover,
.obj_grey_link:focus {
  border-color: #666666;
  background: #666666;
  color: white;
  text-decoration: none;
}
.obj_blue_link {
  border-color: #096DAB;
  background: #096DAB;
  color: white;
  transition: all 0.25s ease-in-out;
  border-radius: 0.375rem;
  box-shadow: none;
}
.obj_blue_link:hover,
.obj_blue_link:focus {
  border-color: #094D78;
  background: #094D78;
  color: white;
  text-decoration: none;
}
.obj_dark_link {
  border-width: 0;
  background: transparent;
  color: #333;
  transition: all 0.25s ease-in-out;
  box-shadow: none;
  padding: 0;
}
.obj_dark_link:hover,
.obj_dark_link:focus {
  border-width: 0;
  color: #094D78;
  background: transparent;
  text-decoration: none;
}
/**
 * Sidebar
*/
.pkp_structure_sidebar {
  float: none;
  width: 100%;
}
#sidebar .pkp_block {
  position: relative;
  padding: 0;
}
@media (max-width: 991px) and (min-width: 576px) {
  #sidebar .pkp_block {
    flex-basis: 50%;
  }
}
#sidebar .pkp_block .title {
  position: relative;
  border-radius: 0.375rem;
  background: #227db4;
  color: white;
  padding: 0.75rem 1.5rem;
  font-weight: normal;
  margin: 0;
}
#sidebar .pkp_block .content {
  position: relative;
  padding: 1rem;
  margin-bottom: 3rem;
}
#sidebar .pkp_block .content > .cmp_form {
  position: relative;
  z-index: 1;
}
#sidebar .pkp_block .content a:not(.cmp_button) {
  color: #707070;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
#sidebar .pkp_block .content a:not(.cmp_button):hover {
  color: #096DAB;
  text-decoration: none;
}
/**
 * styles/rightSidebar.css
 *
 * Copyright (c) 2013-2014 Simon Fraser University Library
 * Copyright (c) 2003-2014 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including a right-hand sidebar.
 *
*/
/**
 * Common HTML elements
 */
#body {
  position: relative;
  background: #fff;
}
.whitebackground {
  position: absolute;
  background: #fff;
  top: 200px;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  display: none;
}
@media (max-width: 991px) and (min-width: 576px) {
  #rightSidebar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
#main {
  float: left;
  width: 640px;
  padding: 0 18px 0 18px;
  background: #fff;
}
.pubDesc {
  /*    margin-top:5px;*/
  font: 11px/1.4em inherit;
  color: #666;
}
/**
 * common.css
 *
 * Copyright (c) 2000-2011 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * PKP-wide shared stylesheet.
*/
/**
 * Common HTML elements
*/
/******************************************
CSS RESET
******************************************/
/******************************************
******************************************/
body {
  /*  background-image: -webkit-gradient(radial,50% 500px,0,50% 500px,400,color-stop(0%,white),color-stop(50%,#F2F3F4),color-stop(100%,#D2D4D5));
    background-image: -webkit-radial-gradient(center 500px,ellipse closest-side,white,#F2F3F4 200px,#D2D4D5 400px);
    background-image: -moz-radial-gradient(center 500px,ellipse closest-side,white,#F2F3F4 200px,#D2D4D5 400px);
    background-image: -o-radial-gradient(center 500px,ellipse closest-side,white,#F2F3F4 200px,#D2D4D5 400px);
    background-image: -ms-radial-gradient(center 500px,ellipse closest-side,white,#F2F3F4 200px,#D2D4D5 400px);
    background-image: radial-gradient(center 500px,ellipse closest-side,white,#F2F3F4 200px,#D2D4D5 400px);*/
  /*  background-image: -ms-radial-gradient(center 240px, circle farthest-side, #FFFFFF 0%, #E0E0E0 80%);
    background-image: -moz-radial-gradient(center 240px, circle farthest-side, #FFFFFF 0%, #E0E0E0 100%);
    background-image: -o-radial-gradient(center 240px, circle farthest-side, #FFFFFF 0%, #E0E0E0 80%);
    background-image: -webkit-gradient(radial, center 240px, 0, center top, 483, color-stop(0, #FFFFFF), color-stop(0.8, #E0E0E0));
    background-image: -webkit-radial-gradient(center 240px, circle farthest-side, #FFFFFF 0%, #E0E0E0 80%);
    background-image: radial-gradient(center 240px, circle farthest-side, #FFFFFF 0%, #E0E0E0 80%);*/
  /* IE6-8 fallback on horizontal gradient  */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+470,ebebeb+680,e0e0e0+810 */
  background: #F6F6F6;
}
div {
  text-align: left;
}
/*p {
  margin: 1em 0;  Making default stylesheet explicit - fixes IE7 margin collapsing.
}*/
table {
  border: 0;
  border-spacing: 0;
  font-size: 1em;
}
form {
  margin: 0;
}
/*a {
  text-decoration: underline;
}*/
a.plain {
  text-decoration: none;
}
/*ul {
  margin: 0.25em 0 0.75em 0;
  padding: 0 0 0 2.5em;
}*/
tt {
  font-size: 1.25em;
}
label.error {
  color: #900;
}
input.textField,
select.selectMenu,
textarea.textArea,
input.uploadField {
  background-color: #F0F0E8;
  color: #000;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  border-bottom: 2px solid #E8E8E1;
  border-right: 2px solid #E8E8E1;
  font-size: 1em;
}
/*input.button {
  padding-left: 0.5em;
  padding-right: 0.5em;
  background-color: #E8E8E1;
  font-size: 1em;
}

input.defaultButton {
  background-color: #375;
  color: #FBFBF3;
  font-weight: bold;
}*/
img {
  border: none;
}
/**
 * Main layout elements
*/
/* WYMUSZONE GLOWNE CSS */
#content h2,
#content h2 a,
#content h2 a:hover {
  font-size: 26px;
  color: #333333;
  width: 100%;
  padding-bottom: 4px;
  border-bottom: 4px double #D3D3D3;
  margin-bottom: 7px;
  margin-top: 10px;
}
#content h3,
#content h3 a,
#content h3 a:hover {
  font-size: 22px;
  color: #333333;
  width: 100%;
  padding-bottom: 6px;
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 5px;
  margin-top: 10px;
}
#content h4,
#content h4 a,
#content h4 a:hover {
  font-size: 20px;
  color: #4591BF;
  margin: 10px 0;
  /*  border-bottom: 0px;*/
  padding-bottom: 6px;
  border-bottom: 1px dotted #D3D3D3;
}
#content h5,
#content h5 a,
#content h5 a:hover {
  font-size: 20px;
  color: #333333;
  border-bottom: 0px;
}
#content h6,
#content h6 a,
#content h6 a:hover {
  font-size: 18px;
  color: #086DAA;
  border-bottom: 0px;
}
#content h2 a,
#content h3 a,
#content h4 a,
#content h5 a,
#content h6 a,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content h5 a:hover,
#content h6 a:hover {
  border: 0;
}
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  line-height: 120%;
}
/*#content h6{
  font-size: 16px;
  color:#086DAA;
  border-bottom: 0px;
}*/
#content p {
  font-size: 12px;
  text-align: left;
  /*  color: #666;*/
  margin-bottom: 15px;
}
#content hr {
  border: 0px;
  border-top: 1px solid #D3D3D3;
}
#content a {
  color: #086DAA;
  text-decoration: none;
  font-size: 12px;
}
#content a:hover {
  color: #333333;
  text-decoration: underline;
}
#content ul {
  list-style-position: inside;
}
#content ul li {
  font: normal 12px inherit;
  color: #333333;
  padding: 4px 0 4px 15px;
  background: url(../images/mainul.png) left center no-repeat;
}
#content ul.tagit {
  border: 0;
}
#content ul.plain li {
  background: none;
  padding-left: 0;
}
#content ul.tagit li {
  background: none;
  padding: 0;
}
#content input[type="text"],
#content input[type="password"],
#content input#captcha {
  font-size: 12px;
  color: #333333;
  height: 23px;
  margin: 0;
  padding: 0 5px;
  border: 1px solid #C6C6C6;
  background-color: #EEEEEE;
  -webkit-box-shadow: inset 0px 0px 2px 2px rgba(221, 221, 221, 0.7);
  box-shadow: inset 0px 0px 2px 2px rgba(221, 221, 221, 0.7);
}
#content textarea {
  border: 1px solid #C6C6C6;
  background: #f5f5f5;
  color: #333333;
  font-size: 13px;
  padding: 5px;
}
#content input[type="submit"],
#content input[type="button"],
#content input.capcha {
  text-transform: lowercase;
  min-width: 69px;
  font-size: 13px;
  height: 25px;
  color: #333333;
  border: 1px solid #C6C6C6;
  background: #f5f5f5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f5f5f5 1%, #e7e7e7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f5f5f5), color-stop(100%, #e7e7e7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 1%, #e7e7e7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 1%, #e7e7e7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 1%, #e7e7e7 100%);
  /* IE10+ */
  background: linear-gradient(top, #f5f5f5 1%, #e7e7e7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e7e7e7', GradientType=0);
  /* IE6-8 */
}
#content input.button.defaultButton {
  background: #075E92;
  /*  background: #f5f5f5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f5f5f5 0%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e6e6e6));
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e6e6e6 100%);
    background: -o-linear-gradient(top,  #f5f5f5 0%,#e6e6e6 100%);
    background: -ms-linear-gradient(top,  #f5f5f5 0%,#e6e6e6 100%);
    background: linear-gradient(top,  #f5f5f5 0%,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e6e6e6',GradientType=0 );
    color: #666;
    height: 23px;
    width: 76px;*/
  border: 1px solid #BDBDBD;
  color: #FFF;
  font-size: 13px;
  font-weight: normal;
  border: 1px #043350 solid;
  cursor: pointer;
}
.selectlang {
  background-color: rgba(51, 51, 51, 0.5);
}
/*.selectlang * {
  filter: alpha(opacity=100);
  opacity:1.0;
}*/
/* WYMUSZONE GLOWNE CSS */
#container:before,
#container:after {
  content: " ";
  display: table;
}
#container:after {
  clear: both;
}
#header {
  text-align: center;
}
#header .header-container {
  background: url(../images/header.jpg) no-repeat center top;
  background-size: auto;
  height: 113px;
  display: flex;
}
@media (max-width: 980px) {
  #header .header-container {
    background-size: cover;
    background-position: top left;
  }
}
@media (max-width: 805px) {
  #header .header-container {
    height: 90px;
  }
}
@media (max-width: 640px) {
  #header .header-container {
    height: 75px;
  }
}
@media (max-width: 359px) {
  #header .header-container {
    height: 60px;
  }
}
#headerTitle {
  text-align: left;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#headerTitle h1 {
  margin: 0;
  width: 100%;
  /*  padding: 0.5em 0 0.25em 10%;*/
  font-weight: normal;
  display: flex;
}
#headerTitle h1 > a {
  display: block;
  width: 100%;
}
#footer {
  width: 100%;
  min-height: 50px;
  position: static;
  clear: both;
  text-align: center;
}
.wydumk cufon {
  /*    height: 18px !important;*/
  margin-bottom: 5px !important;
}
#mainsitedesc {
  border-bottom: 1px solid #d3d3d3;
  background: url(../images/main_boxpng.png) top center no-repeat;
  width: 640px;
  height: 310px;
  color: #666666;
  font-size: 14px;
  /*  margin-bottom: 36px;*/
  margin-bottom: 25px;
}
#mainsitedesc p {
  width: 430px;
  height: 103px;
  bottom: -122px;
  padding-left: 5px;
  position: relative;
  /*  line-height: 30px;*/
}
#mainsitedesc p cufon {
  margin-bottom: 6px;
}
#jornualdesc {
  float: left;
  width: 640px;
  clear: both;
  border-bottom: 1px solid #d3d3d3;
  /*  margin-bottom: 45px;*/
  margin-bottom: 35px;
  font-size: 12px;
  color: #666666;
  padding-bottom: 17px;
  margin-top: 13px;
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #ffffff 0%, #e7e7e7 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(99%, #e7e7e7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e7e7e7 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e7e7e7 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e7e7e7 99%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #e7e7e7 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e7e7', GradientType=0);
  /* IE6-8 */
}
#jornualdesc h2 {
  color: #3F3F3F;
  font-size: 22px;
  border: 0;
}
#jornualdesc .journalDescription {
  margin-top: 10px;
  margin-left: 20px;
  float: left;
  width: 396px;
  padding-right: 20px;
  line-height: 18px;
}
#jornualdesc #homepageImage {
  margin: 0 15px !important;
  float: left;
  position: relative;
  top: -3px;
}
#jornualdesc img {
  float: left;
}
#footerContent {
  width: 100%;
  margin: 0 auto;
  padding-left: 10%;
}
#main {
  padding: 0.5em 0em 2em 0em;
}
/*#main h2 {
  margin: 0em 1em 0.5em 0em;
  padding-top: 0.5em;
  font-family: Georgia,'Times New Roman',Times,serif;
  font-weight: normal;
}

#main > h3 {
  margin: 0em 1em 0.5em 0em;
  padding-top: 0em;
  font-family: Georgia,'Times New Roman',Times,serif;
  font-weight: normal;
  float:left;
  width:100%;
  display:none;
}*/
#content {
  margin: 0;
  padding: 0;
}
/*#content h3 {
    padding-top: 0.75em;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-weight: normal;
}

#content h4 {
    margin: .75em 1em 0.25em 0em;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-weight: normal;
    font-size: 1.5em;
}
#content h5 {
    margin: 0em 1em 0.25em 0em;
    padding-top: 0.75em;
    font-weight: bold;
    font-size: 1em;
}*/
.headlang {
  position: absolute;
  right: 13px;
  top: 14px;
}
.headlang div {
  display: inline-block;
  width: 13px;
  height: 8px;
  margin-right: 5px;
  margin-top: 1px;
}
.headlang a {
  color: #E5F0F6;
  font-size: 11px;
  display: inline-block;
  /*  margin-right:10px;*/
  padding: 4px 8px;
}
.headlang a span,
.headlang a div {
  display: inline-block;
  float: left;
}
.flagpl {
  background: url(../images/flagisprite.jpg) no-repeat 0px 0px;
}
.flagen {
  background: url(../images/flagisprite.jpg) no-repeat 0px -8px;
}
.journalclass {
  color: #666666;
  font-size: 12px;
  margin-bottom: 25px;
  margin-left: 17px;
  float: left;
  clear: both;
  width: 100%;
}
.journalclass p {
  line-height: 18px;
}
#content .journalclass h3,
#content .journalclass h3 a {
  color: #333;
  font-size: 18px;
}
#content .journalclass h3 {
  padding-top: 9px;
  border: 0;
}
#content .journaldescclass100 h3 {
  padding-top: 0px !important;
}
.jornualheader {
  margin-top: 10px;
  font-size: 22px !important;
  border: 0;
}
.homepageImage,
.journaldescclass {
  float: left;
  display: inline-block;
}
.journaldescclass {
  width: 445px;
}
.journaldescclass100 {
  width: 625px;
}
.journaldescclass .jornuallinks.cufonfont {
  padding-top: 4px;
}
#content .jornuallinks a {
  color: #645B3C;
  font-size: 13px !important;
  text-decoration: underline;
  border-bottom: 1px solid #645B3C;
  display: inline-block;
}
#content .jornuallinks a:hover {
  color: #086DAA;
  border: 0;
}
#footerJornual {
  /*  clear:both;*/
  float: right;
  width: 980px;
  height: 161px;
  background: url(../images/footerczasopismo.jpg) 0 0 no-repeat;
  position: relative;
}
#footerJornual .logo1 {
  position: absolute;
  left: 55px;
  bottom: 45px;
}
#footerJornual .logo2 {
  position: absolute;
  left: 277px;
  bottom: 50px;
}
.block .logo1,
.block .logo2 {
  display: block;
  float: left;
  clear: both;
  margin-bottom: 25px;
}
.block .logo1 {
  margin-top: 10px;
  margin-left: 1px;
}
.block .logo2 {
  margin-left: 3px;
}
#sidebarNavigationMenu {
  display: inline-block;
  float: left;
  background: url(../images/pion_kreska.png) left center no-repeat;
  padding-left: 30px;
  height: 100%;
}
.czasopismaumk {
  color: #086DAA !important;
  position: relative;
  top: -1px;
  left: 4px;
  display: inline-block;
}
#umklink {
  margin-top: -12px !important;
}
.minilogoumk {
  background: url(../images/minilogoumk.png) 0px 13px no-repeat;
  /*height: 23px;*/
  /*  line-height: 23px;*/
  padding-left: 33px;
  display: inline-block;
  /*  margin-top: -12px;*/
  /*padding-top: 12px;*/
}
.pionkreska_left {
  background: url(../images/pion_kreska.png) left center no-repeat;
}
.pionkreska_right {
  background: url(../images/pion_kreska.png) right center no-repeat;
}
#announcements {
  width: auto !important;
}
.search-query {
  border: 1px solid #C6C6C6;
  color: #C9C9C9;
  font-size: 11px;
  background: transparent;
  width: 162px;
  height: 21px;
  padding: 0 5px;
  line-height: 21px;
  position: relative;
  left: 1px;
  *top: 4px;
}
/**
 * Breadcrumbs
*/
#breadcrumb {
  background: url(../images/navcien.png) top center no-repeat #fff;
  font: 10px/27px inherit;
  color: #9F9F9F;
  height: 24px;
  padding: 4px 0 0 28px;
  width: 952px;
}
#breadcrumb a {
  text-decoration: none;
  color: #9F9F9F;
  /*float:left;*/
}
#breadcrumb a:hover {
  text-decoration: underline;
}
#breadcrumb a.current {
  /*  font-weight: bold;*/
  /*  color: #9F9F9F;*/
}
#breadcrumb .breadCrumbsDivider {
  display: inline-block;
  background: url(../images/bcDivider.png) no-repeat left top;
  width: 9px;
  height: 14px;
  float: left;
  margin: 0 17px;
  position: relative;
  top: 7px;
}
/**
 * Footer elements
*/
#footer div.debugStats {
  font-size: 0.6em;
}
/**
 * Additional text styles
*/
span.disabled,
label.disabled {
  color: #666;
}
a.action,
a.file {
  font-size: 0.85em;
  text-transform: uppercase;
}
a.icon {
  text-decoration: none;
}
a.icon img {
  border: 0;
}
a.icon:hover {
  background: none;
}
span.formRequired {
  color: #333;
  font-size: 0.9em;
}
span.heading {
  font-size: 0.85em;
  text-transform: uppercase;
}
span.highlight {
  border-bottom: 1px dotted #000;
}
div.warningMessage {
  background: url(../templates/images/icons/icon_alert.gif) no-repeat 3px 40%;
  margin: 5px;
  padding: 5px 5px 5px 25px;
}
.nowrap {
  white-space: nowrap;
}
/**
 * Table styles
*/
table.info td {
  padding: 0.3em 0.5em 0.5em 0.3em;
  /*  padding: 0;
    padding-bottom: 0.5em;
    padding-right: 0.5em;*/
}
table.listing td {
  padding: 0.25em 1.5em 0.25em 0.5em;
}
table.listing tr.heading td,
table.listing td.heading,
table.info td.heading {
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0.75em 1.5em 1em 0.5em;
}
table.info td.heading {
  padding-left: 0;
}
table.listing td.nodata,
table.info td.nodata {
  text-align: center;
  font-style: italic;
}
table.listing td.headseparator {
  border-top: 1px dotted #ddd;
  font-size: 0.1em;
  line-height: 1%;
}
table.listing td.endseparator {
  border-top: 1px dotted #ddd;
  font-size: 0.25em;
  line-height: 10%;
}
table.listing td.separator,
table.info td.separator {
  border-top: 1px dotted #DDDDD0;
  font-size: 0.1em;
  line-height: 1%;
}
table.data td {
  padding-bottom: 0.25em;
}
table.data td.label {
  padding-right: 1em;
}
table.data td.separator {
  padding: 0.5em;
  font-size: 0.1em;
  line-height: 1%;
}
table.data td.heading {
  padding-left: 0;
  padding-right: 0;
}
table.nested tr {
  padding: 0;
  margin: 0;
}
span.nested {
  padding: 0 4px 0 0;
  font-size: 1.2em;
}
/**
 * Form-specific elements
*/
span.pkp_form_error {
  /* Named for compatibility with new lessphp structure */
  color: #900;
  font-weight: bold;
  font-size: 1em;
}
span.pkp_form_success {
  /* Named for compatibility with new lessphp structure */
  color: #090;
  font-weight: bold;
  font-size: 1em;
}
ul.pkp_form_error_list {
  /* Named for compatibility with new lessphp structure */
  color: #900;
}
/**
 * Other organizational elements
*/
ul.menu {
  margin: 0;
  padding: 0;
}
ul.menu li {
  margin: 0;
  padding: 0;
  display: inline;
}
ul.menu a {
  font-size: 0.85em;
  text-transform: uppercase;
  text-decoration: none;
}
ul.steplist {
  margin: 0;
  padding: 0;
  list-style-type: decimal;
}
ul.steplist li {
  margin: 0;
  padding: 0;
  font-size: 0.85em;
  padding-right: 0.5em;
  display: inline;
  text-transform: uppercase;
}
ul.steplist li.current {
  font-weight: bold;
}
ul.steplist a {
  text-decoration: none;
}
ul.plain {
  list-style-type: none;
  /*  padding-left: 1.5em;*/
}
ul.filter {
  margin: 0;
  padding: 1.5em 0 1.5em 0;
  list-style-type: none;
}
ul.filter li {
  padding-right: 1.5em;
  display: inline;
}
/**
 * Other organizational elements
*/
div.separator {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 0.25em;
  padding: 0;
  border-bottom: 1px dotted #ddd;
  font-size: 0.5em;
  line-height: 25%;
}
/*#content a {
  color:#086DAA;
}*/
ul.newWyd {
  padding-top: 3px;
}
#content #about {
  float: left;
  width: 100%;
}
#journals {
  float: left;
  width: 100%;
  font: 12px/1.4em inherit;
  color: #666;
}
#journals a {
  color: #086DAA;
}
#journals h3 {
  padding-top: 0;
  margin-top: 0;
}
.issueDescription {
  float: left;
  padding-top: 6px;
  font: 12px/1.4em inherit;
  color: #666;
}
#issues {
  padding-bottom: 20px;
  float: left;
}
.tocArticle a {
  color: #086DAA;
}
.tocArticle a:hover {
  text-decoration: none;
}
/*#content h3 {
    font:18px/1.2em Tahoma;
      color:#000;
    margin:10px 0 10px 0;
}
#content h4.tocSectionTitle {
  font:16px/1.2em Tahoma;
  color:#000;
  margin:10px 0 10px 0;
}	*/
/*#signinTable input[type=text], #signinTable input[type=password] {
  background: url(../images/searchbox.png) no-repeat 0 0;
  border: medium none;
  color: #c9c9c9;
  font-family: Tahoma;
  font-size: 12px;
  height: 23px;
  line-height: 23px;
  margin: 0;
  padding: 0 5px;
  width: 164px;
}
#signinTable input[type=submit] {
  background: url(../images/searchbutton.png) no-repeat 0 0;
  border: medium none;
  color: #666;
  font-size: 13px;
  height: 23px;
  width: 76px;
  cursor:pointer;
}
#signinTable label {
  color: #666;
  font-family: ArialMT,Arial,Tahoma;
  font-size: 11px;
}*/
#signinForm {
  font: 12px/1.4em inherit;
}
#advancedSearch {
  float: left;
  width: 100%;
  padding: 20px 0;
}
/*#advancedSearch input[type=text] {
  background:#F5F5F5;
  border:1px solid #EAEAEA;
  color: #666;
  font:12px/23px Tahoma;
  height: 23px;
  margin: 0;
  padding: 0 5px;
  width: 380px;
}*/
/*#advancedSearch select {
  background:#F5F5F5;
  border:1px solid #EAEAEA;
  color: #666;
  font:12px/23px Tahoma;
  height: 23px;
  margin: 0;
  padding: 0 0 0 5px;
}*/
#advancedSearch td {
  padding-bottom: 6px;
}
/*#advancedSearch h4 {
  font:bold 16px/1.2em Tahoma;
  color:#666;
  padding-bottom:8px;
}*/
/*#advancedSearch input.defaultButton {
  background: url(../images/searchbutton.png) no-repeat 0 0;
  border: medium none;
  color: #666;
  font-size: 13px;
  height: 23px;
  width: 76px;
  cursor:pointer;
}*/
table.data td.value input[type=text],
table.data td.value input[type=password],
table.data td.value input#captcha,
input.uploadField,
input.textField {
  /*  background:#F5F5F5;
    border:1px solid #EAEAEA;
    color: #666;
    font:12px/23px Tahoma;*/
  /*  height: 23px;
    margin: 0;
    padding: 0 5px;*/
  width: 240px;
}
input.textField {
  margin-top: 10px;
}
table.data td.value select {
  background: #F5F5F5;
  border: 1px solid #EAEAEA;
  color: #666;
  font: 12px/23px inherit;
  /*height: 23px;*/
  margin: 0;
  padding: 0 0 0 5px;
}
table.data td.value textarea {
  background: #F5F5F5;
  border: 1px solid #EAEAEA;
  color: #666;
  /*  font:12px/23px Tahoma;*/
  height: 140px;
  margin: 0;
  resize: none;
  padding: 0 5px;
  width: 340px;
}
#reviewerInterestsContainer ul#interests.tagit {
  width: auto;
  float: left;
  border: none;
  width: 460px;
}
table.data td.label label,
table.data td.label {
  font: 12px/1.4em inherit;
  /*  color:#666;*/
}
table.data td.value {
  font: 12px/1.4em inherit;
  color: #666;
}
table.data td.label,
table.data td.value {
  padding-bottom: 8px;
}
table.data td.value input[type=submit] {
  background: url(../images/searchbutton.png) no-repeat 0 0;
  border: medium none;
  color: #666;
  font-size: 13px;
  height: 23px;
  width: 76px;
  cursor: pointer;
}
/*input.button, #generalInformation table.data td.value input[type="submit"] {
  background: #f5f5f5;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #f5f5f5 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e6e6e6));
  background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e6e6e6 100%);
  background: -o-linear-gradient(top,  #f5f5f5 0%,#e6e6e6 100%);
  background: -ms-linear-gradient(top,  #f5f5f5 0%,#e6e6e6 100%);
  background: linear-gradient(top,  #f5f5f5 0%,#e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e6e6e6',GradientType=0 );
  border:1px solid #BDBDBD;
  color: #666;
  font-size: 13px;
  height: 23px;
  width: auto;
  cursor:pointer;
}*/
#generalInformation table.data td.value input[type="submit"] {
  margin-top: 10px;
}
#journalInfo {
  float: left;
  width: 100%;
  font: 12px/1.4em inherit;
  color: #666;
}
table.tocArticle {
  color: #666;
  margin-bottom: 10px;
  font: 12px/1.4em inherit;
  width: 600px;
}
#results table.listing {
  font: 12px/1.4em inherit;
  color: #666;
}
#results table.listing td.headseparator {
  border-top: 1px dotted #ddd;
}
#results table.listing tr.heading td,
#results table.listing td.heading,
#results table.info td.heading {
  padding: 0.75em 1.5em 0.75em 0.5em;
}
#sidebarNavigation .selectMenu {
  background: #F5F5F5;
  border: 1px solid #EAEAEA;
  color: #666;
  font: 12px/23px inherit;
  height: 23px;
  margin: 0;
  padding: 0 0 0 5px;
}
#content > span.instruct,
#content > .plain,
#notificationSettings label,
#authors,
#managementPages,
#managerUsers,
#managerRoles,
#issues,
#myAccount,
#myJournals .right,
.listing,
#sectionEditors .instruct,
#reviewForms,
#content > p > span.instruct,
#groups,
label[for=boardEnabledOff],
label[for=boardEnabledOn],
#content ol li,
#rtAdminStatus,
#rtAdminConfig,
#rtAdminManage,
#rtAdminSharing,
#statistics,
#content > p,
#content > ul > li,
#reports,
#selectMergeUsers,
#myJournals > div .disabled,
#indexing p,
#description,
#authorGuidelinesInfo,
#submissionPreparationChecklist,
#authorCopyrightNotice,
#competingInterests,
#forAuthorsToIndexTheirWork,
#registerJournalForIndexing,
#notifications,
#notifications,
#citationAssistant,
#focusAndScopeDescription,
#peerReviewPolicy,
#peerReviewPolicy,
#peerReviewPolicy,
#privacyStatementInfo,
#editorDecision,
#addItemtoAboutJournal,
#journalArchiving,
#reviewerDatabaseLink,
#principalContact,
#technicalSupportContact,
#setupEmails,
#setupPublisher,
#setupPublisher,
#sponsors,
#contributors,
#contributors,
#searchEngineIndexing,
#publicationSchedule,
#publicationFormat,
#frequencyOfPublication,
#publicIdentifier,
#layoutInstructionsSection,
#copyeditInstructionsSection,
#proofreading,
#securitySettings,
#announcementsSection,
#layoutAndGalleys,
#journalHomepageHeader,
#journalHomepageContent,
#homepageImage,
#journalPageHeaderInfo,
#journalPageFooterInfo,
#navigationBar,
#journalLayout,
#setupInfo,
#lists {
  /*  #content > h5*/
  font: 12px/1.4em inherit;
}
/*#content > #issues > h3 {
  margin:0;
}
#content #issues #issue h3 {
  margin-top:0;
}*/
#journalLayout input {
  width: auto;
}
#articleAbstract {
  font: 12px/1.4em inherit;
  color: #666;
}
/*#content #articleAbstract h4 {
  font:18px/1.4em Tahoma;
  color:#333;
}*/
/*#sidebarNavigation input[type="submit"] {
  position:relative;
  top:2px;
}*/
#myJournals a {
  font-size: 12px;
  text-decoration: none;
  line-height: 140%;
}
#myJournals a:hover {
  font-size: 12px;
  text-decoration: underline;
}
#issues {
  padding: 20px 0;
  float: left;
  width: 100%;
}
/*#sectionEditors h4 {
  color: #000000;
  font: 16px/1.2em Tahoma;
  margin: 10px 0;
}*/
#dragTable {
  margin-bottom: 20px;
}
#emails > a.action {
  float: left;
  display: block;
  margin-bottom: 6px;
  clear: both;
  font: 12px/1.4em inherit;
}
/*#content ol h4, #statistics h4 {
  font:16px/1.2em Tahoma;
}*/
#selectSections .button,
#selectMergeUsers .button {
  margin-top: 10px;
}
/*#content > p {
  margin-bottom:20px;
}*/
/*#content > ul > li {
    background: none;
}
#content > ul {
  padding:15px 0;
}*/
/*.mceIframeContainer{
  border:1px solid #C6C6C6 !important;
}*/
#roles select.selectMenu,
#content select.selectMenu {
  background: #F5F5F5;
  /*  border:1px solid #EAEAEA;*/
  color: #666;
  font: 12px/23px inherit;
  /*  margin: 0;
    padding: 0 0 0 5px;*/
  margin: 5px 0;
  padding: 3px 3px 3px 5px;
  border: 1px solid #C6C6C6;
}
#roles select#enrollAs.selectMenu {
  height: auto;
}
/*#myJournals > div > h4 {
    font:bold 14px/1.4em Tahoma;
    font-we:bold Tahoma;
}*/
#theses {
  float: left;
  width: 100%;
  padding: 20px 0;
}
#description {
  padding: 20px 0 0 0;
}
.button.defaultButton {
  margin-right: 10px;
}
#myAccount {
  padding-bottom: 20px;
}
.steplist .current a {
  font-weight: bold;
}
/*#submissionPreparationChecklist input[type=text], #journalLayout input.button {
  width:20px;
  text-align:center;
}
#forAuthorsToIndexTheirWork label, #competingInterests h4, #submissionPreparationChecklist h4, #peerReviewPolicy h4, #securitySettings h4, #publicationScheduling h4, #publicIdentifier h4, #announcementsSection h4, #copyediting h4, #layoutAndGalleys h4, #proofreading h4, #copyeditInstructionsSection h4, #journalHomepageHeader h4, #journalHomepageContent h4, #homepageImage h4, #journalPageHeaderInfo h4, #journalPageFooterInfo h4, #navigationBar h4, #journalLayout h4, #setupInfo h4, #lists h4 {
  font:bold 14px/1.2em Tahoma;
}
#submissionPreparationChecklist input.button {
  margin-left:10px;
}*/
#submissionPreparationChecklist table td {
  vertical-align: middle;
}
span.formRequired {
  font-size: 11px;
  color: #ff0000;
}
.tinyContent {
  font: 12px/1.4em inherit;
  color: #333;
}
.tinyContent h1 {
  width: 100%;
  clear: both;
  border-bottom: 3px solid #E1E1E1;
  font: normal 24px/1em inherit;
  color: #333;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 6px;
}
.tinyContent h2 {
  width: 100%;
  clear: both;
  border-bottom: 2px solid #E1E1E1;
  font: 22px/1em inherit;
  color: #086DAA;
  float: left;
  margin-bottom: 13px;
}
.tinyContent h3 {
  width: 100%;
  clear: both;
  border-bottom: 1px solid #E1E1E1;
  font: 20px/1.3em inherit;
  color: #086DAA;
  float: left;
  margin-bottom: 13px;
}
.tinyContent h4 {
  width: 100%;
  clear: both;
  font: 18px/1em inherit;
  color: #333;
  float: left;
  margin-bottom: 13px;
}
.tinyContent h5 {
  width: 100%;
  clear: both;
  font: 16px/1em inherit;
  color: #086DAA;
  float: left;
  margin-bottom: 13px;
}
.tinyContent h6 {
  width: 100%;
  clear: both;
  font: 15px/1.3em inherit;
  color: #086DAA;
  float: left;
  margin-bottom: 13px;
}
.tinyContent p,
.tinyContent pre {
  font: 12px/1.4em inherit;
  color: #333;
  clear: both;
  width: 100%;
  float: left;
  padding-bottom: 12px;
}
.tinyContent a {
  color: #086DAA;
  text-decoration: none;
}
.tinyContent a:hover {
  color: #333;
  text-decoration: underline;
}
.tinyContent img.img_left {
  float: left;
  margin: 2px 5px 2px 0;
}
.tinyContent img.img_right {
  float: right;
  margin: 2px 0 2px 5px;
}
.tinyContent ul {
  clear: both;
  list-style: none;
  float: left;
  margin-bottom: 13px;
  display: block;
  width: 100%;
}
.tinyContent ol {
  clear: both;
  list-style: decimal;
  float: left;
  margin-bottom: 13px;
  display: block;
  width: 100%;
  margin-left: 26px;
}
.tinyContent .frame {
  border: 1px solid #E1E1E1;
  padding: 2px;
}
.tinyContent ul li {
  /*float:left;*/
  list-style-type: none;
  clear: both;
  display: block;
  padding-left: 25px;
  background: url(../images/listDot.png) no-repeat 9px 6px;
  font: 12px/1.3em inherit;
  color: #333;
}
.tinyContent div {
  /*float:left;*/
  clear: both;
}
.tinyContent label {
  float: left;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  top: 3px;
}
.tinyContent input[type=text],
.tinyContent input[type=password] {
  margin-bottom: 10px;
  background: url(../images/input_text.png) no-repeat left top;
  float: left;
  width: 173px;
  height: 23px;
  font: 12px/23px inherit;
  color: #333;
  border: none;
  padding: 0 8px;
}
.tinyContent input[type=submit],
.tinyContent .kupuje_dalej {
  margin-bottom: 10px;
  clear: both;
  float: left;
  cursor: pointer;
  width: 125px;
  height: 26px;
  border: 1px solid #BDBDBD;
  font: 13px/1em inherit;
  /*	font:13px/26px Arial;
      *font:13px/22px Arial;*/
  background: #f5f5f5;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f5f5f5 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #dedede 100%);
  background: -o-linear-gradient(top, #f5f5f5 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #f5f5f5 0%, #dedede 100%);
  background: linear-gradient(top, #f5f5f5 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dedede', GradientType=0);
}
.tinyContent input[type=submit]:hover,
.tinyContent .kupuje_dalej:hover {
  color: #fff;
  text-shadow: 0px 0px #244C65;
  background: #4591bf;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1OTFiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTNmNTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #4591bf 0%, #1e3f54 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4591bf), color-stop(100%, #1e3f54));
  background: -webkit-linear-gradient(top, #4591bf 0%, #1e3f54 100%);
  background: -o-linear-gradient(top, #4591bf 0%, #1e3f54 100%);
  background: -ms-linear-gradient(top, #4591bf 0%, #1e3f54 100%);
  background: linear-gradient(top, #4591bf 0%, #1e3f54 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4591bf', endColorstr='#1e3f54', GradientType=0);
  border: 1px solid #1E3F54;
}
.tinyContent.zakladka_prod {
  margin: 0;
  width: auto;
}
.tinyContent table td {
  vertical-align: top;
}
/*********************************************
UNIWERSYTETY
*********************************************/
#content > #non_main > h2 {
  font-size: 24px;
  width: 100%;
  font-weight: normal;
  color: #333333;
  text-transform: none;
}
.dualBorder {
  width: 100%;
  border: 1px solid #D3D3D3;
  border-width: 1px 0px;
  height: 4px;
}
.uniwersytetOne {
  float: left;
  position: relative;
  top: 0px;
  left: 0px;
  padding: 12px 16px;
  width: 580px;
  cursor: pointer;
  /*  display: table-cell;
    vertical-align: middle;*/
  height: 65px;
}
.uniwersytetOne > div {
  position: relative;
  top: 0px;
  left: 0px;
  width: 290px;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  height: 65px;
}
.uniwersytetOne:hover,
.uniwersytetOne.select {
  background-color: #F9F9F9;
}
.uniwersytetOne:hover > div > img,
.uniwersytetOne.select > div > img {
  display: inline-block;
}
.uniwersytetOne h3 {
  float: left;
  width: 290px;
  font-size: 18px;
  font-weight: normal;
  color: #2B8FC8;
}
.uniwersytetOne > div > img {
  float: right;
  display: none;
}
.czasopismaInUni {
  float: left;
  width: 100%;
  display: none;
}
.czasopismaInUni > a {
  font-size: 15px;
  font-weight: normal;
  color: #666666;
  border-bottom: 1px solid #D3D3D3;
  display: block;
  float: left;
  width: 582px;
  padding: 0px 15px;
  line-height: 44px;
  height: 44px;
  text-decoration: none;
}
/*********************************************
Kategorie
*********************************************/
span.katLevelSpan {
  float: right;
  width: 86px;
  width: 101px;
  height: 22px;
  line-height: 22px;
  color: #ffffff;
  font-size: 12px;
  padding-left: 15px;
  text-transform: none;
  margin-top: 11px;
  margin-right: 8px;
  background: url('../images/menuCzasopismBgHover.png') 0 0 no-repeat;
  display: none;
}
div.select > span > span.katLevelSpan,
div:hover > span > span.katLevelSpan {
  display: inline-block;
}
.katLevel0 {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 43px;
  height: 43px;
  margin-bottom: 1px;
  padding-left: 25px;
  cursor: pointer;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7cb9db+0,53a4d2+100 */
  background: #7cb9db;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7cb9db 0%, #53a4d2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7cb9db 0%, #53a4d2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7cb9db 0%, #53a4d2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7cb9db', endColorstr='#53a4d2', GradientType=0);
  /* IE6-9 */
}
.katLevel0 > div {
  padding-left: 25px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  display: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3695cc+0,1b7eb8+100 */
  background: #3695cc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3695cc 0%, #1b7eb8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3695cc 0%, #1b7eb8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3695cc 0%, #1b7eb8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3695cc', endColorstr='#1b7eb8', GradientType=0);
  /* IE6-9 */
}
.katLevel0 > span {
  position: absolute;
  z-index: 1;
}
/*.katLevel0:hover,*/
.katLevel0.select {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3695cc+0,1b7eb8+100 */
  background: #3695cc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3695cc 0%, #1b7eb8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3695cc 0%, #1b7eb8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3695cc 0%, #1b7eb8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3695cc', endColorstr='#1b7eb8', GradientType=0);
  /* IE6-9 */
}
.katLevel1 {
  font-size: 18px;
  line-height: 43px;
  height: 43px;
  padding-left: 25px;
  background-color: #F9F9F9;
  color: #333333;
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
}
.katLevel1 > div {
  padding-left: 25px;
  height: 43px;
  height: 42px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  display: none;
  background-color: #DBE9ED;
}
.katLevel1 > span {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 25px;
  right: 25px;
}
/*.katLevel1:hover,*/
.katLevel1.select {
  background-color: #DBE9ED;
}
.katLevel2 {
  float: left;
  font-size: 18px;
  line-height: 43px;
  height: 43px;
  width: 569px;
  padding-left: 44px;
  background-color: #F9F9F9;
  color: #333333;
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
}
.katLevel2 > div {
  width: 588px;
  padding-left: 25px;
  height: 43px;
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  display: none;
  background-color: #DBE9ED;
}
.katLevel2 > span {
  position: absolute;
  z-index: 1;
  width: 552px;
}
/*.katLevel2:hover,*/
.katLevel2.select {
  background-color: #DBE9ED;
}
.czasopismaInKat {
  width: 100%;
  /*display: none;*/
}
.hideKats {
  width: 100%;
  display: none;
}
.czasopismaInKat > a {
  font-size: 15px;
  font-weight: normal;
  color: #666666;
  border-bottom: 1px solid #D3D3D3;
  display: block;
  padding-left: 25px;
  line-height: 44px;
  height: 44px;
  text-decoration: none;
}
.czasopismaInKat > a:hover {
  color: #333333;
  background: #EFF5F7;
}
.czasopismaInKat.czasLevel3 > a {
  padding-left: 44px;
}
/**
 * common.css
 *
 * Copyright (c) 2003-2011 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id$
*/
/*
 * Notifications
 * FIXME: (Re)move once OJS styles are consolidated with new styles and themes
*/
/*********************************************
FOOTER
*********************************************/
#footerOjs {
  background-color: #ffffff;
}
#footerOjs:before,
#footerOjs:after {
  content: " ";
  display: table;
}
#footerOjs:after {
  clear: both;
}
#footerOjs > h2 {
  text-decoration: none;
  text-transform: uppercase;
  clear: both;
  margin: 0 35px 15px 35px;
  font-weight: normal;
}
#footerOjs .partnerzyFooter:before,
#footerOjs .partnerzyFooter:after {
  content: " ";
  display: table;
}
#footerOjs .partnerzyFooter:after {
  clear: both;
}
@media (max-width: 575px) {
  #footerOjs .partnerzyFooter .card {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
#footerOjs .parnerJeden {
  float: left;
  width: 225px;
  width: 272px;
  height: 45px;
  margin: 7px 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#footerOjs .parnerJeden:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#footerOjs .spacerPartnerzy {
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  margin: 10px 0;
  float: left;
}
#footer2In {
  position: relative;
  height: 36px;
  background: url(../images/footerBg.jpg) no-repeat left top #096dab;
  text-decoration: none;
  display: block;
}
.ui-pnotify-title {
  font-size: 0.8em;
}
.ui-pnotify-text {
  font-size: 0.6em;
}
.ui-pnotify-history-container .ui-pnotify-history-header {
  font-size: 0.8em;
}
/**
 * Common HTML elements
*/
a:link {
  /*	color: #375;*/
}
a:active {
  /*	color: #253;*/
}
a:visited {
  /*	color: #375;*/
}
a:hover {
  /*	color: #253;
      background: #CDC;*/
}
/**
 * Main layout elements
*/
#header {
  background-color: #096DAB;
}
#footer {
  background-color: #EEEEEE;
}
#main {
  width: 80%;
  margin: 0 auto;
}
/**
 * Access icons and key
*/
#accessKey {
  margin-bottom: 2em;
}
#accessKey img {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
/*#content img.accessLogo {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}*/
/**
 * Navigation bar
*/
/*#navbar a {
  font-size: 14px;
  color: #9F9F9F;
  letter-spacing: 0.05em;
}*/
/**
 * Announcements
*/
#announcementsHome {
  width: 100%;
  margin: 2em 0 2em 0;
}
#announcementsHome h3 {
  text-align: center;
}
#announcements {
  width: 100%;
}
#announcements h3 {
  text-align: center;
}
table.announcements {
  width: 100%;
}
table.announcements td {
  padding: 0.25em 0.5em 0.25em 0.5em;
}
table.announcements td.nodata {
  text-align: center;
  font-style: italic;
}
table.announcements td.headseparator {
  border-top: 1px dotted #000;
  font-size: 0.1em;
  line-height: 1%;
}
table.announcements td.endseparator {
  border-top: 1px dotted #000;
  font-size: 0.25em;
  line-height: 10%;
}
table.announcements td.separator {
  border-top: 1px dotted #DDDDD0;
  font-size: 0.1em;
  line-height: 1%;
}
table.announcements tr.title {
  vertical-align: top;
}
table.announcements td.title {
  width: 85%;
}
table.announcements tr.description {
  vertical-align: top;
}
table.announcements td.description {
  width: 85%;
}
table.announcements tr.details {
  vertical-align: bottom;
}
table.announcements td.posted {
  padding-top: 1em;
  font-style: italic;
}
table.announcements td.more {
  width: 15%;
  text-align: right;
}
table.announcementsMore {
  width: 100%;
}
table.announcementsMore td {
  padding-top: 1.5em;
  text-align: right;
}
/**
 * Table of contents
*/
table.tocArticle {
  /*width: 100%;*/
}
table.tocArticle td.tocTitle {
  width: 70%;
  height: 100%;
}
table.tocArticle td.tocGalleys {
  width: 30%;
  text-align: right;
}
.tocArticle .tocAuthors {
  padding-left: 30px;
  font-style: italic !important;
  vertical-align: top;
}
.tocGalleys,
.tocPages {
  text-align: right;
  vertical-align: top;
}
.tocArticleGalleysPages {
  width: 20%;
}
.tocArticleCoverImage img {
  border: 0;
  float: left;
  width: 100px;
  margin: 0 1em 1em 0;
}
/**
 * Homepage image
*/
#homepageImage img {
  display: block;
  margin: 0 auto;
  border: 0;
  text-align: center;
}
.homepageImage,
#issueCoverImage,
.issueCoverImage {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  float: left;
  width: 140px;
  margin-right: 17px;
}
.homepageImage img {
  margin: 0 auto;
  border: 0;
  float: left;
  width: 128px;
  margin: 7px;
  text-align: center;
}
/**
 * Issue cover image
*/
/*#issueCoverImage{
  width:142px;
  background: #fff;
  border: 1px solid #E4E4E4;
  float: left;
}*/
#issueCoverImage img,
.issueCoverImage img {
  margin: 5px auto;
  display: block;
  border: 0;
}
/*.issueCoverImage img {
  border: 0;
  float: left;
  width: 100px;
  margin: 1em 1em 1em 0;
}*/
/**
 * Editorial Team Lists
*/
ol.editorialTeam li {
  list-style: none;
}
ol.editorialTeam,
ol.editorialTeam li {
  margin-left: 0;
  padding-left: 0;
}
/**
 * Additional text styles
*/
pre {
  background-color: #F0F0E8;
  color: #000;
  font-size: 1.25em;
}
/**
 * Table styles
*/
.highlightReviewerNotNotified,
.highlightCopyediting {
  background: #EDEBC4;
}
.highlightNoDecision,
.highlightLayoutEditing {
  background: #D8E9BD;
}
.highlightRevisedCopyUploaded,
.higlightProofreading {
  background: #C6EBE4;
}
.highlightReviewerConfirmationOverdue {
  background: #9DD1E6;
}
.highlightReviewerCompletionOverdue {
  background: #74C5D8;
}
.fastTracked {
  background-color: #ABA;
}
table.listing tr.data td {
  border-top: 1px dotted #DDDDD0;
  border-bottom: 1px dotted #DDDDD0;
}
table.listing tr.data td.drag {
  cursor: move;
}
/**
 * Other organizational elements
*/
div.progressbar {
  background-image: url(../templates/images/progbg.gif);
  background-repeat: no-repeat;
  height: 27px;
  width: 505px;
  z-index: 1;
}
td.notificationContent {
  padding-left: 5px;
  padding-right: 5px;
}
td.notificationFunction {
  padding-left: 5px;
  padding-right: 5px;
  text-align: right;
}
.throbber {
  display: none;
  background: url(../lib/pkp/templates/images/throbber.gif) no-repeat;
  width: 25px;
  height: 25px;
  margin-left: 50%;
  margin-top: 5%;
}
/* Font Sizer */
#sizer a {
  outline: none;
  text-indent: -9999px;
  display: block;
  float: left;
  width: 20px;
  height: 23px;
  margin-right: 4px;
  margin-left: 8px;
}
a.smallFont:hover {
  background: url(../lib/pkp/templates/images/icons/font-down.png);
  color: none;
}
.defaultFont {
  /*if you want to hide the default font button, use display:none */
  background: url(../lib/pkp/templates/images/icons/font-default.png);
  text-indent: -9999px;
  outline: none;
  display: block;
  float: left;
  width: 20px;
  height: 23px;
  margin-right: 4px;
}
a.defaultFont:hover {
  background: url(../lib/pkp/templates/images/icons/font-default.png);
  color: none;
}
.largeFont {
  background: url(../lib/pkp/templates/images/icons/font-up.png);
  outline: none;
  text-indent: -9999px;
  display: block;
  float: left;
  width: 20px;
  height: 23px;
}
a.largeFont:hover {
  background: url(../lib/pkp/templates/images/icons/font-up.png);
  color: none;
}
/* @group Tag-it */
ul.tagit {
  /*  padding:1px 5px;*/
  border-style: solid;
  border-width: 1px;
  border-color: #C6C6C6;
  overflow: auto !important;
  width: 500px;
  margin-bottom: 0px;
}
ul.tagit li {
  -moz-border-radius: 5px 5px 5px 5px;
  display: block;
  float: left !important;
  margin: 2px 5px 2px 0;
  clear: none;
}
ul.tagit li.tagit-choice {
  background-color: #DEE7F8;
  border: 1px solid #CAD8F3;
  padding: 2px 4px 3px;
}
ul.tagit li.tagit-choice:hover {
  background-color: #bbcef1;
  border-color: #6d95e0;
}
ul.tagit li.tagit-new {
  padding: 2px 4px 3px;
  padding: 2px 4px 1px;
  padding: 2px 4px 1px 0;
}
ul.tagit li.tagit-choice input {
  display: block !important;
  float: left;
  margin: 2px 5px 2px 0;
}
ul.tagit li.tagit-choice a.close {
  color: #777777;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  outline: medium none;
  padding: 2px 0 2px 3px;
  text-decoration: none;
}
ul.tagit input[type="text"] {
  -moz-box-sizing: border-box;
  border: none;
  margin: 0;
  padding: 0;
  width: inherit;
  border-color: #C6C6C6;
  background-color: #FFFFFF;
  color: #333333;
}
ul.tagit li:after,
ul.tagit li div:after {
  content: " ";
  display: block;
  clear: none;
}
/* @end */
/*
// Fix original styles
.pkp_navigation_user{
  > li:last-child > a{
    margin-right: 0;
  }
}
.pkp_nav_list li{
  position: relative;
}

#navbar {
  //height:49px;
  //line-height: 50px;
  //border-bottom: 1px solid #ddd;
  background-color: #fff;
  //overflow:hidden;
}

#navbar .menu li:first-child {
  //  background:url(../images/pion_kreska.png) no-repeat right center;
  //  padding:0 19px 0 19px;
}

#navbar .menu{
  display:inline-block;
  //width:710px;
  //float:left;
  height: 50px;
  line-height: 50px;
}

#navbar #sidebarNavigation {
  width: 238px;
  float: left;
  padding-left: 32px;
  position:relative;
}

#navbar .longmenu{
  //width:980px !important;
}

#navbar .menu li{
  letter-spacing: 1px !important;
  padding: 0 15px;
  margin:0 !important;
  border:none;
  line-height: 50px;
  display: inline-block;
}

#navbar .menu > li > ul{
  // RWD
  @media (max-width: 991px) {
    //display: none;
  }

  > li {
    //display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    line-height: normal;
    &:first-child{
      padding-top: .6rem;
    }
    &:last-child{
      padding-bottom: .6rem;
    }
    a{
      padding: .6rem .8rem;
      &:focus,
      &:hover {
        background-color: transparent;
      }
    }
  }
}

#navbar a,
#navbarToggle {
  font-size: 1rem;
  color: #999999;
  padding: 0;
  &:hover {
    color: #000;
    text-decoration: none;
  }
}

// RWD
@media (max-width: 575px) {
  #navbar #navbarMenuWrapper a {
    &:focus,
    &:hover {
      background-color: @themeColorLighterGrey !important;
      border-radius: 0.5rem;
    }
  }
}

.InsidebarNavigation{
  //float:left;
  width: 240px; // OLD
  width: 252px;
  width: 16.5rem;
  background-color: #FFFFFF;
  //border: 1px solid #C6C6C6;
  height: 28px; // OLD
  height: 30px;
  padding: 2px 2px 2px 2px;

  > form {
    display: flex;
    justify-content: space-between;
  }

  // RWD
  @media (max-width: 805px) {
    width: 14rem;
  }
  @media (max-width: 576px) {

  }
}
.InsidebarNavigation input{
  border: 0px;
  background: none;
  line-height: 26px;
  height: 26px;
  font-size: 13px;
  font-size: 0.8rem;
  color: #666666;
  //width: 208px;
  //display: inline-block;
  display: block;
  //float: left;
  margin: 0;
  padding: 0 2px;
}
.InsidebarNavigation .button {
  border: none;
  display: inline-block;
  display: block;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 27px;
  //float: right;
  //background: url(../images/search.png) 0 0 no-repeat;
  background: none;
  color: #096dab;
}

#navbarMenu > li:first-child a[href$="/index/index"]{
  color: #086DAA;
  &:before,
  &:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
  }
  &:before{
    background: url(../images/minilogoumk.png) 50% 45% no-repeat;
    width: 22px;
    margin-right: 0.25rem;
    height: 48px;

    // RWD
    @media (max-width: 575px) {
      margin-left: -26px;
    }
  }
  &:after{
    margin-left: 30px;
    height: 30px;
    border-right: 1px solid #DDD;

    // RWD
    @media (max-width: 1199px) {
      margin-left: 20px;
    }
    @media (max-width: 991px) and (min-width: 576px) {
      margin-left: 10px;
    }
    @media (max-width: 575px) {
      display: none;
    }
  }
}

#navbarMenu > li.locale-select {
  // RWD
  @media (max-width: 575px) {
    display: none !important;
  }
  > a {
    &:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
    }

    &:before {
      margin-right: 30px;
      height: 30px;
      border-left: 1px solid #DDD;

      // RWD
      @media (max-width: 1199px) {
        margin-right: 20px;
      }
      @media (max-width: 991px) and (min-width: 576px) {
        margin-right: 10px;
      }
      @media (max-width: 575px) {
        display: none;
      }
    }
  }
  &:focus ul,
  &:hover ul{
    left: 30px;

    // RWD
    @media (max-width: 1199px) {
      left: 20px;
    }
    @media (max-width: 991px) {
      left: auto;
    }
  }
}

#navbar .menu li{
  // RWD
  @media (max-width: 1199px) {
    padding-left: 10px;
    padding-right: 10px;
  }
  @media (max-width: 991px) and (min-width: 576px) {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#navbar a, #navbarToggle{
  // RWD
  @media (max-width: 1199px) {
    font-size: 0.9rem;
  }
  @media (max-width: 991px) {
    font-size: 0.8rem;
  }
  @media (max-width: 767px) and (min-width: 576px) {
    font-size: 0.7rem;
  }
}

#navbar{
  // RWD
  @media (max-width: 575px) {
    min-height: 40px;
    height: auto;
    line-height: 40px;

    .menu{
      height: auto;
      line-height: 40px;
      li{
        width: 100%;
        line-height: 40px;
        display: flex;
        padding-left: 0;
        padding-right: 0;
        a{
          width: 100%;
          text-align: center;
        }
      }
    }

    #navbarMenuWrapper {
      //display: block !important;
      display: none;
      //overflow: hidden;
      opacity: 0;

      transition: opacity 0.125s ease-in-out;

      .menu{
        display: flex;
        flex-direction: column;
        margin-left: 15px;
        margin-right: 15px;
        li{
          display: flex;
          flex-wrap: wrap;
          padding-top: 0.125rem;

          //transition: height 0.5s ease-in-out;
          //height: 0;
          //overflow: hidden;

          a{
            display: block;
          }
        }
      }
    }

    #navbarToggleWrapper{
      .menu {
        display: block;
      }
    }

    &.active{
      min-height: 40px;
      height: auto;
      position: relative;
      z-index: 100;
      box-shadow: 0 5px 15px rgba(@themeColorGrey, 0.5);

      #navbarMenuAdditionalWrapperUpper,
      #navbarMenuAdditionalWrapperLower{
        display: block;
        opacity: 1;
      }
      #navbarMenuAdditionalWrapperLower{
        margin-left: 15px;
        margin-right: 15px;
      }

      #navbarMenuWrapper {
        display: block;
        opacity: 1;
        .menu{
          li {
            //height: 40px;
          }
        }
      }

      #navbarToggle {
        color: #000000;

        > span {
          > span {
            &:nth-child(1),
            &:nth-child(4) {
              opacity: 0;
            }

            &:nth-child(2),
            &:nth-child(3) {
              opacity: 1;
              background: #000000;
            }

            &:nth-child(2) {
              transform: rotate(45deg) translate(-1px, -7px);
            }

            &:nth-child(3) {
              transform: rotate(-45deg) translate(-4px, 6px);
            }
          }
        }
      }
    }
  }
}


#apczMenuWrapper{
  // min-width: 285px;
  display: flex;
  justify-content: flex-end;
  align-items: center;

  // RWD
  @media (max-width: 575px) {
    display: none;
  }
}

.header-container.is-custom #apczMenuWrapper{
  background: rgba(white, 0.25);
  background: rgba(@themeColorBlue, 0.5);
  //left: -0.33rem;
}

#apczMenuOuter{
  //position: relative;
  //top:11px;
  //right:5px;
  //padding: 11px 5px 11px 5px;
  //float:right;
  //height: 100px;
  //width: 275px;
  //min-width: 285px;
  text-align: right;

  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#apczMenu {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: nowrap;
}
#apczMenu > ul{
  margin-bottom: 0.25rem;
  //float:left;
  //white-space: nowrap;
  //overflow: hidden;

  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  white-space: nowrap;

  // RWD
  @media (max-width: 991px) {
  }
  @media (max-width: 805px) {
    margin-bottom: 0.25rem;
  }
}
#apczMenu > ul > li > a{
  color:#ECF4F8;
  color:white;
  //font-size: 12px;
  text-decoration: none;
  //line-height: 18px;
  text-transform: uppercase;
}
#apczMenu > ul > li > a:hover{
  color:#ffffff;
  //font-weight: bold;
  text-decoration: underline;
}
#apczMenu > ul > li{
  display: inline-block;
  //float:left;
  border-left: 1px solid #7EB5D5;
  border-left: 1px solid rgba(white, 0.33);
  //height: 18px;
  padding: 0 10px;
}
#apczMenu > ul:first-child > li:first-child{
  border-left: 0px;
}
#apczMenu > ul:nth-child(2){
  //padding-left: 10px;
}
#apczMenu > ul:last-child > li:last-child{
  padding-right: 0px;
  // RWD
  @media (max-width: 991px) {
    // padding-right: 0px;
  }
}
#apczMenuOuter > a{
  color: #ECF4F8;
  //font-size: 10px;
  font-size: 0.667rem;
  text-decoration: none;
  //line-height: 18px;
  text-align: right;
  display: block;
  // margin-right: 24px;
  // float: right;
  margin-top: 0.25rem;

  &:hover{
    color:#ffffff;
    text-decoration: underline;
  }

  // RWD
  @media (max-width: 640px) {
    display: none;
  }
}
*/
@media (max-width: 575px) {
  #navbar #navbarMenuWrapper {
    display: none;
    opacity: 0;
    transition: opacity 0.125s ease-in-out;
  }
  #navbar #navbarMenuWrapper .pkp_nav_list {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    width: 100%;
  }
  #navbar #navbarMenuWrapper .pkp_nav_list li {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.125rem;
  }
  #navbar #navbarMenuWrapper .pkp_nav_list li.home-link {
    display: none;
  }
  #navbar #navbarMenuWrapper .pkp_nav_list li a {
    display: block;
  }
  #navbar.active #navbarMenuWrapper {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10000;
    display: block;
    opacity: 1;
    background: white;
    margin-top: 1.95rem;
    padding: 1rem;
    border-radius: 0.375rem;
    border-top: 2px solid #227db4;
    border-bottom: 2px solid #227db4;
    box-shadow: 0 0.5rem 0.75rem -0.25rem rgba(112, 112, 112, 0.5);
  }
  #navbar.active #navbarMenuWrapper > .container-md {
    padding-left: 0;
    padding-right: 0;
  }
  #navbar.active #navbarMenuAdditionalWrapperUpper,
  #navbar.active #navbarMenuAdditionalWrapperLower {
    display: block;
    opacity: 1;
  }
  #navbar.active #navbarMenuAdditionalWrapperLower > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  #navbar.active #navbarMenuAdditionalWrapperLower .language-title {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.9rem;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 0.75rem;
  }
  #navbar.active #navbarToggle {
    color: #096DAB;
    background: transparent;
  }
  #navbar.active #navbarToggle > span > span:nth-child(1),
  #navbar.active #navbarToggle > span > span:nth-child(4) {
    opacity: 0;
  }
  #navbar.active #navbarToggle > span > span:nth-child(2),
  #navbar.active #navbarToggle > span > span:nth-child(3) {
    opacity: 1;
    background: #096DAB;
  }
  #navbar.active #navbarToggle > span > span:nth-child(2) {
    transform: rotate(45deg) translate(-1px, -7px);
  }
  #navbar.active #navbarToggle > span > span:nth-child(3) {
    transform: rotate(-45deg) translate(-4px, 6px);
  }
}
#navbarToggle {
  font-size: 1rem;
  color: #707070;
  padding: 0;
  transition: color 0.25s ease-in-out;
  background: transparent;
}
#navbarToggle:hover {
  color: #096DAB;
  text-decoration: none;
}
@media (max-width: 575px) {
  #navbarMenuWrapper {
    display: none;
  }
}
#navbarToggleWrapper {
  float: none;
}
@media (min-width: 576px) {
  #navbarToggleWrapper {
    display: none !important;
  }
}
@media (max-width: 575px) {
  #navbarToggleWrapper > .container-fluid {
    padding-right: 0 !important;
  }
}
#navbarToggle {
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 576px) {
  #navbarToggle {
    display: none;
  }
}
#navbarToggle > span {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
#navbarToggle > span > span {
  display: block;
  width: 26px;
  height: 4px;
  position: absolute;
  left: 7px;
  background: #096dab;
  background: #999999;
  border-radius: 4px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: all 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
#navbarToggle > span > span:nth-child(1) {
  top: 10px;
}
#navbarToggle > span > span:nth-child(2),
#navbarToggle > span > span:nth-child(3) {
  top: 18px;
}
#navbarToggle > span > span:nth-child(4) {
  top: 26px;
}
#navbarToggle > span > span:nth-child(3) {
  opacity: 0;
}
@media (max-width: 414px) {
  #navbarToggle > b {
    display: none !important;
  }
}
#navbarToggle:hover > span > span {
  background: #096DAB;
}
#navbarMenuAdditionalWrapperUpper,
#navbarMenuAdditionalWrapperLower {
  display: none;
  transition: opacity 0.25s ease-in-out;
}
#navbarMenuAdditionalWrapperLower {
  padding-top: 30px;
  padding-bottom: 15px;
}
#navbarMenuAdditionalWrapperUpper .InsidebarNavigation {
  width: auto;
  margin: 30px 30px 15px 30px;
  border: 1px solid #999999;
  height: 32px;
}
#navbarMenuAdditionalWrapperUpper .InsidebarNavigation input {
  width: 100%;
}
#navbarMenuAdditionalWrapperUpper .InsidebarNavigation .button {
  line-height: normal;
}
#navbarMenuAdditionalWrapperUpper .menu {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  #apczMenuList > li > ul {
    display: none !important;
  }
  .pkp_navigation_user.pkp_navigation_user {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
    border-top-width: 0 !important;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .pkp_nav_list button + ul,
  .pkp_nav_list a + ul {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1000;
    width: 15em;
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    display: none;
    text-align: left;
    list-style-type: none;
    line-height: normal !important;
  }
  .pkp_nav_list button + ul li,
  .pkp_nav_list a + ul li {
    position: relative;
    display: block;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pkp_nav_list button + ul li:first-child,
  .pkp_nav_list a + ul li:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .pkp_nav_list button + ul li:last-child,
  .pkp_nav_list a + ul li:last-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .pkp_nav_list button + ul a,
  .pkp_nav_list a + ul a {
    display: block;
    padding-left: 0.357rem;
    border-left: 0.357rem solid transparent;
    color: #006798;
  }
  .pkp_nav_list button + ul.open,
  .pkp_nav_list a + ul.open {
    display: block;
    padding: 0.125rem 0.25rem;
    right: 0;
    left: auto;
  }
  .pkp_navigation_user.pkp_nav_list button + ul li a,
  .pkp_navigation_user.pkp_nav_list a + ul li a {
    padding: 0.3rem 0.6rem;
  }
  .pkp_navigation_user.pkp_nav_list button + ul.open,
  .pkp_navigation_user.pkp_nav_list a + ul.open {
    width: 10em;
  }
}
@media (max-width: 575px) {
  .pkp_nav_list button + ul,
  .pkp_nav_list a + ul {
    flex-basis: 100%;
    margin: 0 2.5rem;
    margin: 0;
    padding: 1rem 0 0 0;
    padding: 15px 15px;
    background-color: #F5F5F5;
    position: relative;
    border-radius: 0.5rem;
  }
  .pkp_nav_list button + ul > li:last-child,
  .pkp_nav_list a + ul > li:last-child {
    padding-bottom: 0 !important;
  }
  .pkp_nav_list button + ul:before,
  .pkp_nav_list a + ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: white transparent transparent transparent;
  }
  .pkp_nav_list button:focus + ul:before,
  .pkp_nav_list button:hover + ul:before,
  .pkp_nav_list a:focus + ul:before,
  .pkp_nav_list a:hover + ul:before {
    border-top-color: #EEEEEE;
  }
}
.spacer {
  width: 100%;
  clear: both;
  height: 13px;
  background: url('../images/spacer.png') center top no-repeat;
}
.pkp_page_index.pkp_op_index .pkp_structure_content.no_sidebar {
  padding-top: 0;
}
.pkp_page_index.pkp_op_index .page_index_site > div > h2 {
  color: #666666;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  clear: both;
  width: 910px;
  margin: 0 auto 15px auto;
  font-weight: normal;
}
.pkp_page_index.pkp_op_index .section_bottom {
  max-width: 944px;
  margin: 0 auto;
}
.pkp_page_index.pkp_op_index .section_bottom:before,
.pkp_page_index.pkp_op_index .section_bottom:after {
  content: " ";
  display: table;
}
.pkp_page_index.pkp_op_index .section_bottom:after {
  clear: both;
}
#filtry {
  display: block;
  width: 912px;
  height: 487px;
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  /*right:0px;*/
  right: -912px;
  z-index: 1001;
}
#filtry .filtryMenu {
  position: absolute;
  top: 0px;
  left: -54px;
  width: 54px;
}
#filtry .filtryMenu > span {
  display: block;
  width: 54px;
  height: 55px;
  background: url('../images/filtruj.png') center center no-repeat;
  cursor: pointer;
  border-bottom: 3px solid #E9E9E9;
}
#filtry .filtryMenu .uczelnieBok,
#filtry .filtryMenu .kategorieBok {
  display: none;
}
#filtry.show .filtryMenu > span {
  background: url('../images/close.png') center center no-repeat;
}
#filtry .filtryMenu .filtryBok {
  display: block;
  width: 54px;
  height: 94px;
  background: url('../images/filtryLeft.png') center center no-repeat;
  cursor: pointer;
}
#filtry.show .filtryMenu .filtryBok {
  display: none;
}
#filtry.show .filtryMenu .uczelnieBok,
#filtry.show .filtryMenu .kategorieBok {
  display: block !important;
}
#filtry.show .filtryMenu .uczelnieBok {
  display: block;
  width: 54px;
  height: 116px;
  background: url('../images/filtrUczenieUnActive.png') top center no-repeat;
  cursor: pointer;
}
#filtry.show .filtryMenu .uczelnieBok.active {
  background: #ffffff url('../images/filtrUczenieActive.png') center center no-repeat;
}
#filtry.show .filtryMenu .kategorieBok {
  display: block;
  width: 54px;
  height: 212px;
  background: url('../images/filtrKategorieUnActive.png') top center no-repeat;
  cursor: pointer;
}
#filtry.show .filtryMenu .kategorieBok.active {
  background: #ffffff url('../images/filtrKategorieActive.png') center center no-repeat;
}
.showMore {
  height: 45px;
  /*opacity: 0.6;*/
  filter: alpha(opacity=60);
  color: #1E6188;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  /*background-color: #FFFFFF;*/
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  z-index: 999;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  cursor: pointer;
}
.showMore > span {
  display: inline-block;
  padding-left: 26px;
  height: 45px;
  background: url('../images/showMore.png') left center no-repeat;
}
.showMore.none {
  display: none;
}
#uniwersytetyFiltry .parnerJeden {
  width: 225px;
  height: 45px;
  margin: 7px 0;
  background-size: contain;
  display: inline-block;
  float: left;
}
#uniwersytetyFiltry li {
  height: 45px;
  display: inline-block;
  float: left;
  clear: both;
}
#uniwersytetyFiltry .parnerJeden:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.clearFilters {
  background: #2A89C2 url('../images/clear.png') 15px center no-repeat;
  height: 38px;
  line-height: 38px;
  padding: 0 15px 0 40px;
  float: left;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  left: 50px;
  cursor: pointer;
  z-index: 9999;
}
#kateogrieFiltry > ul > li {
  width: 227px;
  display: inline-block;
  float: left;
  border-right: 1px solid #E9E9E9;
  height: 487px;
}
#kateogrieFiltry span.megaTitle {
  float: left;
  clear: both;
  border-bottom: 1px solid #E9E9E9;
  color: #076CAA;
  font-size: 16px;
  display: inline-block;
  height: 54px;
  line-height: 54px;
  margin-bottom: 4px;
  width: 227px;
  padding-left: 12px;
}
#kateogrieFiltry > ul > li > ul {
  margin-left: 10px;
  float: left;
}
#kateogrieFiltry > ul > li > ul > li {
  /*height:30px;*/
  float: left;
  clear: both;
}
#kateogrieFiltry > ul > li > ul > li span {
  font-size: 14px;
  color: #333333;
  /*height:30px;*/
  line-height: 30px;
  display: inline-block;
  float: left;
  max-width: 195px;
}
#uniwersytetyFiltry > ul > li:before,
#kateogrieFiltry > ul > li > ul > li:before {
  content: "";
  width: 16px;
  height: 30px;
  background: url('../images/radioButtonUnActive.png') center center no-repeat;
  display: inline-block;
  margin-right: 4px;
  float: left;
}
#uniwersytetyFiltry > ul {
  margin-left: 15px;
}
#uniwersytetyFiltry > ul > li {
  margin-bottom: 5px;
}
#uniwersytetyFiltry > ul > li:before {
  height: 45px;
}
#kateogrieFiltry > ul > li > ul > li:hover > span,
#kateogrieFiltry > ul > li > ul > li.active > span {
  color: #2A89C2;
  border-bottom: 1px solid #2A89C2;
  cursor: pointer;
}
#kateogrieFiltry .kategoria_deeper {
  font-size: 13px;
  margin-left: 12px;
}
#uniwersytetyFiltry > ul > li:hover:before,
#uniwersytetyFiltry > ul > li.active:before,
#kateogrieFiltry > ul > li > ul > li:hover:before,
#kateogrieFiltry > ul > li > ul > li.active:before {
  background: url('../images/radioButtonActive.png') center center no-repeat;
}
#brakCzaopism {
  position: absolute;
  z-index: 100;
  text-align: center;
  width: 100%;
  font: 30px/1.2em inherit;
  padding-bottom: 5px;
  color: #1776AF;
  left: 0;
  top: 90px;
}
#polka {
  overflow: hidden;
  width: 980px;
  height: 520px;
  /*height: 1400px;*/
  /*background: url('../images/polkaBg.png') right top no-repeat;*/
  background: url(../images/polka_repeat.jpg) repeat-y left 60px;
  margin-bottom: 25px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.polka-top {
  width: 100%;
  height: 88px;
  background: url(../images/polka_top.jpg) no-repeat left top;
  position: absolute;
  left: 0;
  top: 0;
}
.bg-logo {
  width: 100%;
  height: 506px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/polka_fale.png) no-repeat center top;
}
#polka .polkaJedna {
  width: 942px;
  float: left;
  clear: both;
  height: 213px;
  position: relative;
  left: 17px;
  top: 12px;
  margin-bottom: 12px;
  z-index: 1;
  background: url(../images/polka_poj.png) no-repeat center bottom;
}
.czasopismoPolkaOne {
  /*display: inline-block;*/
  display: none;
  float: left;
  width: 118px;
  height: 190px;
  margin: 0 23px;
  position: relative;
  z-index: 1;
}
.czasopismoPolkaOne:first-child {
  margin-left: 82px;
}
.czasopismoPolka {
  display: block;
  float: left;
  width: 118px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  box-shadow: 2px 2px 6px 0px rgba(51, 51, 51, 0.85);
}
.czasopismoPolka > img {
  width: 118px;
  float: left;
}
.czasopismoPolkaOne .info h3 {
  font-weight: normal;
  float: left;
  clear: both;
  width: 100%;
  font-size: 14px;
  margin: 0;
  margin-bottom: 5px;
  color: #086DAA;
}
.czasopismoPolkaOne .info > div {
  color: #000000;
  font-size: 11px;
  float: left;
  margin-bottom: 3px;
  width: 100%;
}
.czasopismoPolkaOne .info > div > span {
  color: #999999;
}
.czasopismoPolkaOne .info > div > h6 {
  display: inline-block;
  display: inline;
  font-weight: normal;
  color: #000000;
  font-size: 11px;
  margin: 0;
}
.czasopismoPolkaOne .info {
  display: none;
  width: 185px;
  background-color: #ffffff;
  padding: 10px 20px;
  position: absolute;
  z-index: 5;
  left: -52px;
  top: 190px;
  z-index: 9999;
  box-shadow: 2px 2px 6px 0px rgba(184, 184, 184, 0.65);
}
.czasopismoPolkaOne .info:before {
  content: "";
  display: block;
  background: url('../images/stozek.png') center bottom no-repeat;
  width: 185px;
  height: 14px;
  position: absolute;
  top: -14px;
}
/*.czasopismoPolkaOne:hover .info  {
  display: block;
}*/
#content > div > h2 {
  color: #666666;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  clear: both;
  width: 910px;
  margin: 0 auto 15px auto;
  font-weight: normal;
}
.banery a {
  display: block;
  text-decoration: none;
  transition: opacity 0.25s ease-in-out;
}
.banery a img {
  border-radius: 0.75rem;
  padding: 0.5rem;
  max-width: 100% !important;
}
.banery a:hover {
  opacity: 0.75;
}
#aktualnosci {
  float: left;
  width: 585px;
  border-right: 1px solid #E6E6E6;
  margin-left: 45px;
  margin-top: 15px;
}
.homeNewsFirst {
  float: left;
  width: 550px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.homeNewsFirstPic {
  float: left;
  width: 180px;
  border: 1px solid #ddd;
  padding: 5px;
  cursor: pointer;
  margin-right: 20px;
  text-align: center;
}
.homeNewsFirstPic:hover {
  box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 0.65);
}
.homeNewsFirstPic > a {
  float: left;
  display: block;
}
.homeNewsFirstData {
  float: left;
  width: 335px;
  position: relative;
}
.homeNewsFirstData .hfnDate {
  font: 11px/1.3em inherit;
  color: #999;
  float: left;
  width: 335px;
  padding-bottom: 2px;
}
.hfnTitle,
h3.hfnTitle {
  margin: 0;
  padding: 0;
  float: left;
  width: 335px;
  font: 18px/1.1em inherit;
  padding-bottom: 6px;
}
.hfnTitle a {
  text-decoration: none;
  color: #1776AF;
}
.hfnTitle a:hover {
  color: #CB4453;
}
.hfnContent,
.hnContent {
  float: left;
  width: 335px;
  font: 11px/1.3em inherit;
  padding-bottom: 4px;
}
.hfnContent p,
.hnContent p {
  margin: 0;
}
.hfnMore {
  position: relative;
  top: 1px;
  left: -2px;
}
.hnMore {
  position: relative;
  top: 2px;
  left: -2px;
}
.hfnMore,
.hnMore {
  float: left;
  width: 350px;
  font: 11px/1.3em inherit;
}
.hfnMore a,
.hnMore a {
  text-decoration: none;
  color: #666;
}
.hfnMore a:hover,
.hnMore a:hover {
  text-decoration: underline;
}
.homeNewsList {
  position: relative;
  float: left;
}
.hnItem {
  float: left;
  width: 255px;
  padding-left: 23px;
}
.hnDate,
.hnDesc {
  padding-bottom: 7px;
}
.hnDate {
  font: 11px/1.3em inherit;
  color: #666;
}
.hnDesc {
  line-height: 1.3em;
  clear: both;
}
.hnItem:first-child {
  border-right: 1px solid #ddd;
  padding: 0 24px 0 0px;
}
.hnItem .hnTitle,
.hnItem h3.hnTitle {
  margin: 0;
  padding: 0;
  float: left;
  font: 15px/1.2em inherit;
  padding-bottom: 5px;
}
.hnItem .hnTitle a {
  text-decoration: none;
  color: #1776AF;
}
.hnItem .hnTitle a:hover {
  color: #CB4453;
}
.page.page_login,
.page.page_register,
.page.page_lost_password {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}
.page.page_login .pkp_form_error,
.page.page_register .pkp_form_error,
.page.page_lost_password .pkp_form_error {
  font-size: 1rem;
  flex-basis: 100%;
  margin-top: 0;
  margin-bottom: 2.5rem;
  border-radius: 0.375rem;
  padding: 0.5rem 1rem;
}
.page.page_login .cmp_breadcrumbs,
.page.page_register .cmp_breadcrumbs,
.page.page_lost_password .cmp_breadcrumbs {
  display: none;
}
.page.page_login > h1,
.page.page_register > h1,
.page.page_lost_password > h1 {
  text-align: center;
  margin-bottom: 4rem;
  color: #096DAB;
}
.page.page_login > form.login,
.page.page_register > form.login,
.page.page_lost_password > form.login,
.page.page_login > form.register,
.page.page_register > form.register,
.page.page_lost_password > form.register,
.page.page_login > form.lost_password,
.page.page_register > form.lost_password,
.page.page_lost_password > form.lost_password {
  margin-left: auto;
  margin-right: auto;
  max-width: 30rem;
}
.page.page_login .cmp_form input[type="text"],
.page.page_register .cmp_form input[type="text"],
.page.page_lost_password .cmp_form input[type="text"],
.page.page_login .cmp_form input[type="email"],
.page.page_register .cmp_form input[type="email"],
.page.page_lost_password .cmp_form input[type="email"],
.page.page_login .cmp_form input[type="password"],
.page.page_register .cmp_form input[type="password"],
.page.page_lost_password .cmp_form input[type="password"],
.page.page_login .cmp_form input[type="url"],
.page.page_register .cmp_form input[type="url"],
.page.page_lost_password .cmp_form input[type="url"],
.page.page_login .cmp_form input[type="tel"],
.page.page_register .cmp_form input[type="tel"],
.page.page_lost_password .cmp_form input[type="tel"],
.page.page_login .cmp_form select,
.page.page_register .cmp_form select,
.page.page_lost_password .cmp_form select {
  max-width: 100%;
  margin-bottom: 0.25rem;
  height: 2.5rem;
  border-color: #DDDDDD;
  border-radius: 0.375rem;
}
.page.page_login .cmp_form label,
.page.page_register .cmp_form label,
.page.page_lost_password .cmp_form label {
  text-align: center;
}
.page.page_login .cmp_form .label,
.page.page_register .cmp_form .label,
.page.page_lost_password .cmp_form .label {
  font-style: normal;
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
  color: #666;
}
.page.page_login .cmp_form fieldset legend,
.page.page_register .cmp_form fieldset legend,
.page.page_lost_password .cmp_form fieldset legend {
  color: #707070;
  text-align: left;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
  font-weight: normal;
  font-size: 1.5rem;
}
.page.page_login .cmp_form fieldset .fields,
.page.page_register .cmp_form fieldset .fields,
.page.page_lost_password .cmp_form fieldset .fields {
  padding-left: 1rem;
  padding-right: 1rem;
}
.page.page_login .buttons,
.page.page_register .buttons,
.page.page_lost_password .buttons {
  text-align: center;
  margin-top: 2.5rem;
}
.page.page_login .buttons button,
.page.page_register .buttons button,
.page.page_lost_password .buttons button,
.page.page_login .buttons a,
.page.page_register .buttons a,
.page.page_lost_password .buttons a {
  float: none;
  font-size: 1.25rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 0.5rem 1.5rem;
}
.page.page_login .buttons button,
.page.page_register .buttons button,
.page.page_lost_password .buttons button {
  color: white;
  border: 1px solid #096DAB;
  box-shadow: none;
  background: #096DAB;
  font-weight: normal;
}
.page.page_login .buttons button:focus,
.page.page_register .buttons button:focus,
.page.page_lost_password .buttons button:focus,
.page.page_login .buttons button:hover,
.page.page_register .buttons button:hover,
.page.page_lost_password .buttons button:hover {
  color: white;
  background: #094D78;
  border-color: #094D78;
}
.page.page_login .buttons a,
.page.page_register .buttons a,
.page.page_lost_password .buttons a {
  margin-left: 1em;
}
@media (max-width: 767px) {
  .page.page_register {
    padding-top: 3rem;
  }
}
.page.page_register > form.register {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.page.page_register > form.register > fieldset {
  margin-bottom: 2.5rem;
}
.page.page_register > form.register > .identity,
.page.page_register > form.register > .login {
  width: 50%;
}
@media (max-width: 767px) {
  .page.page_register > form.register > .identity,
  .page.page_register > form.register > .login {
    width: 100%;
  }
}
.page.page_register > form.register > .identity {
  padding-right: 2.5rem;
}
@media (max-width: 767px) {
  .page.page_register > form.register > .identity {
    padding-right: 0;
  }
}
.page.page_register > form.register > .login {
  padding-left: 2.5rem;
}
@media (max-width: 767px) {
  .page.page_register > form.register > .login {
    padding-left: 0;
  }
}
.page.page_register > form.register > fieldset[name="contexts"] {
  width: 100%;
  flex-grow: 1;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .page.page_register > form.register > fieldset[name="contexts"] ul.contexts {
    column-count: 3;
    column-width: 33%;
  }
}
.page.page_register > form.register > fieldset[name="contexts"] + .fields {
  margin-top: 2.5rem;
  width: 100%;
}
.page.page_register > form.register > .fields + .fields {
  margin-top: 2.5rem;
  width: 100%;
}
.page.page_register > form.register > .fields + .fields .optin.optin-email > label {
  text-align: center;
}
.page.page_register > form.register > .recaptcha_wrapper {
  flex-basis: 100%;
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 0;
  text-align: center;
}
.page.page_register > form.register > .recaptcha_wrapper > .fields {
  display: flex;
  justify-content: center;
}
.page.page_register > form.register > .buttons {
  width: 100%;
  text-align: center;
  margin-top: 5rem;
}
.page.page_register > form.register > .recaptcha_wrapper + .buttons {
  margin-top: 2.5rem;
}
.page.page_register > form.register label {
  text-align: left;
}
.page.page_register .cmp_form .fields > div {
  padding-bottom: 0;
}
a {
  color: #096DAB;
}
a:hover,
a:focus {
  color: #094D78;
}
.cmp_button_wire,
.obj_galley_link {
  color: #096DAB;
  border-color: #096DAB;
}
.cmp_button_wire:hover,
.obj_galley_link:hover,
.cmp_button_wire:focus,
.obj_galley_link:focus {
  background-color: #094D78;
  border-color: #094D78;
  text-decoration: none;
}
.pkp_structure_head {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
.pkp_navigation_user {
  width: 100% !important;
  font-size: 0.8rem;
}
@media (max-width: 805px) {
  .pkp_navigation_user {
    font-size: 0.7rem;
  }
}
.pkp_navigation_user a {
  padding: 0;
  background: none !important;
}
.pkp_structure_footer_wrapper {
  background: none;
}
.pkp_structure_main:first-child:last-child {
  margin-top: 0;
}
.pkp_navigation_user > li:hover ul {
  padding: 0.125rem 0.25rem;
}
.pkp_navigation_user > li:hover ul > li {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.pkp_navigation_user > li:hover ul > li a[href*="/signOut"] {
  color: #900;
}
.pkp_nav_list ul a:hover,
.pkp_nav_list ul a:focus {
  border-color: transparent;
  text-decoration: underline;
}
.pkp_navigation_user .task_count {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.75rem;
  top: 0;
  margin-left: 0.25em;
}
@media (max-width: 992px) {
  .pkp_navigation_user > li > a .task_count {
    display: inline-block;
  }
}
.pkp_structure_main:before,
.pkp_structure_main:after {
  display: none;
}
.pkp_structure_content.no_sidebar .pkp_structure_main {
  width: 100%;
}
.cmp_breadcrumbs {
  font-size: 0.8em;
  color: #999;
}
.cmp_breadcrumbs ol li a {
  color: #999;
  font-size: inherit;
}
.cmp_breadcrumbs ol li a:hover,
.cmp_breadcrumbs ol li a:focus {
  color: #666;
  text-decoration: underline;
}
.cmp_breadcrumbs ol li span {
  font-size: inherit;
  color: inherit;
}
.cmp_breadcrumbs ol li span.separator {
  color: inherit;
}
.cmp_breadcrumbs ol li.current {
  color: inherit;
}
html,
body {
  min-height: 100vh;
}
body,
.tooltip,
.popover,
.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.pkp_structure_main h4,
.pkp_structure_main h5,
.pkp_structure_main h6 {
  font-family: 'Nunito', sans-serif;
}
.sr-only-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: white;
  z-index: 100000;
  display: flex;
  justify-content: center;
}
.sr-only-nav > .sr-only-focusable {
  padding: 0.5rem;
}
.pkp_structure_footer {
  background: white;
}
#footerOjs {
  background: white;
}
.news-card-deck .card-body {
  display: flex;
  flex-direction: column;
}
.news-card-deck .card-text {
  height: 100%;
}
.news-card-deck .card-text p {
  margin: 0;
  display: inline;
}
.news-card-deck .btn-wrapper {
  text-align: right;
}
#shelfsWrapper {
  margin-top: -1.5rem;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  border-bottom: 1px solid #DDD;
  position: relative;
}
#shelfsWrapper .btn-filter-wrapper,
#shelfsWrapper .btn-more-wrapper {
  position: relative;
  z-index: 1000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#shelfsWrapper .btn-filter-wrapper .btn-filter {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #707070;
  border: none;
  padding: 0.5rem 1.5rem 0.5rem 1rem;
  font-size: 1.25rem;
  transition: all 0.25s ease-in-out;
  color: white;
  border-radius: 0.375rem;
}
#shelfsWrapper .btn-filter-wrapper .btn-filter > span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  #shelfsWrapper .btn-filter-wrapper .btn-filter {
    font-size: 1.125rem;
    padding: 0.25rem 1.25rem 0.25rem 0.75rem;
  }
}
#shelfsWrapper .btn-filter-wrapper .btn-filter .fa {
  margin-right: 0.5rem;
  font-size: 2rem;
}
@media (max-width: 767px) {
  #shelfsWrapper .btn-filter-wrapper .btn-filter .fa {
    margin-right: 0.25rem;
    font-size: 1.5rem;
  }
}
#shelfsWrapper .btn-filter-wrapper .btn-filter:hover,
#shelfsWrapper .btn-filter-wrapper .btn-filter:focus,
#shelfsWrapper .btn-filter-wrapper .btn-filter.active {
  background: #096DAB;
}
#shelfsWrapper .btn-filter-wrapper .btn-filter.active {
  background: #096DAB;
}
#shelfsWrapper .btn-more-wrapper {
  display: none;
}
@media (min-width: 992px) {
  #shelfsWrapper .btn-more-wrapper.context-count-11-plus {
    display: flex;
  }
}
@media (max-width: 991px) {
  #shelfsWrapper .btn-more-wrapper.context-count-11-plus,
  #shelfsWrapper .btn-more-wrapper.context-count-10,
  #shelfsWrapper .btn-more-wrapper.context-count-9,
  #shelfsWrapper .btn-more-wrapper.context-count-8,
  #shelfsWrapper .btn-more-wrapper.context-count-7 {
    display: flex;
  }
}
@media (max-width: 767px) and (min-width: 415px) {
  #shelfsWrapper .btn-more-wrapper.context-count-11-plus,
  #shelfsWrapper .btn-more-wrapper.context-count-10,
  #shelfsWrapper .btn-more-wrapper.context-count-9,
  #shelfsWrapper .btn-more-wrapper.context-count-8,
  #shelfsWrapper .btn-more-wrapper.context-count-7,
  #shelfsWrapper .btn-more-wrapper.context-count-6,
  #shelfsWrapper .btn-more-wrapper.context-count-5 {
    display: flex;
  }
}
@media (max-width: 414px) {
  #shelfsWrapper .btn-more-wrapper.context-count-11-plus,
  #shelfsWrapper .btn-more-wrapper.context-count-10,
  #shelfsWrapper .btn-more-wrapper.context-count-9,
  #shelfsWrapper .btn-more-wrapper.context-count-8,
  #shelfsWrapper .btn-more-wrapper.context-count-7,
  #shelfsWrapper .btn-more-wrapper.context-count-6,
  #shelfsWrapper .btn-more-wrapper.context-count-5,
  #shelfsWrapper .btn-more-wrapper.context-count-4,
  #shelfsWrapper .btn-more-wrapper.context-count-3 {
    display: flex;
  }
}
#shelfsWrapper .btn-more-wrapper .btn-more {
  background: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: none;
  font-size: 1.5rem;
  color: #096DAB;
}
@media (max-width: 414px) {
  #shelfsWrapper .btn-more-wrapper .btn-more {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  #shelfsWrapper .btn-more-wrapper .btn-more {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  #shelfsWrapper .btn-more-wrapper .btn-more {
    font-size: 1.25rem;
  }
}
#shelfsWrapper .btn-more-wrapper .btn-more:hover,
#shelfsWrapper .btn-more-wrapper .btn-more:focus {
  opacity: 1;
}
#shelfsWrapper #shelfs {
  overflow: hidden;
  position: relative;
}
#shelfsWrapper #shelfs.limited {
  max-height: 592px;
}
@media (max-width: 1199px) {
  #shelfsWrapper #shelfs.limited {
    max-height: 502px;
  }
}
@media (max-width: 991px) {
  #shelfsWrapper #shelfs.limited {
    max-height: 588px;
  }
}
@media (max-width: 462px) and (min-width: 415px) {
  #shelfsWrapper #shelfs.limited {
    max-height: 510px;
  }
}
#shelfsWrapper #shelfs.loading {
  transition: filter 0.25s ease-in-out;
  filter: blur(4px);
  pointer-events: none;
}
#shelfsWrapper #shelfs .col-auto {
  max-width: 20%;
}
@media (max-width: 991px) {
  #shelfsWrapper #shelfs .col-auto {
    max-width: 33%;
  }
}
@media (max-width: 767px) {
  #shelfsWrapper #shelfs .col-auto {
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  #shelfsWrapper #shelfs .col-auto {
    max-width: 50%;
  }
}
@media (max-width: 462px) {
  #shelfsWrapper #shelfs .col-auto {
    max-width: 196px;
  }
}
@media (max-width: 414px) {
  #shelfsWrapper #shelfs .col-auto {
    max-width: 240px;
  }
}
#shelfsWrapper #shelfs .oneContext {
  position: relative;
  margin: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
}
@media (max-width: 1199px) and (min-width: 992px) {
}
@media (max-width: 462px) and (min-width: 415px) {
}
#shelfsWrapper #shelfs .oneContext > a {
  text-decoration: none;
  position: relative;
}
#shelfsWrapper #shelfs .oneContext > a > span {
  position: relative;
  display: inline-block;
}
#shelfsWrapper #shelfs .oneContext > a > span:before {
  top: 0;
  left: 0;
  opacity: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 0.75rem;
  position: absolute;
  background: rgba(9, 109, 171, 0.5);
  transition: all 0.25s ease-in-out;
  pointer-events: none;
}
#shelfsWrapper #shelfs .oneContext > a img {
  max-height: 200px;
  border-radius: 0.75rem;
  z-index: 1;
}
#shelfsWrapper #shelfs .oneContext > a:hover > span:before,
#shelfsWrapper #shelfs .oneContext > a:focus > span:before {
  opacity: 1;
}
#shelfsWrapper #shelfs .oneContext > a:hover + .info,
#shelfsWrapper #shelfs .oneContext > a:focus + .info {
  color: #096DAB;
}
#shelfsWrapper #shelfs .oneContext .info {
  text-align: center;
  line-height: normal;
  display: block;
  transition: all 0.25s ease-in-out;
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
  color: #666666;
  z-index: 1;
}
#shelfsWrapper #shelfs .oneContext .info .title {
  font-size: 0.875rem;
  line-height: normal;
  text-align: center;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  #shelfsWrapper #shelfs .oneContext .info .title {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  #shelfsWrapper #shelfs .oneContext .info .title {
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.1;
  }
}
#shelfsWrapper #shelfsFilter {
  display: none;
  display: block;
  pointer-events: none;
  position: absolute;
  top: 10rem;
  right: 6rem;
  left: 6rem;
  z-index: 10001;
  transition: all 0.25s ease-in-out;
  margin-top: -1rem;
  opacity: 0;
}
@media (max-width: 575px) {
  #shelfsWrapper #shelfsFilter {
    top: 8rem;
    right: 4rem;
    left: 4rem;
  }
}
@media (max-width: 414px) {
  #shelfsWrapper #shelfsFilter {
    top: 8rem;
    right: 2rem;
    left: 2rem;
  }
}
#shelfsWrapper #shelfsFilter.active {
  display: block;
  pointer-events: auto;
  opacity: 1;
  margin-top: 0;
}
#shelfsWrapper #shelfsFilter.active + #shelfs {
  transition: filter 0.25s ease-in-out;
  filter: blur(4px);
  pointer-events: none;
}
#shelfsWrapper #shelfsFilter .inner {
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
}
@media (max-width: 575px) {
  #shelfsWrapper #shelfsFilter .inner {
    padding: 1rem;
  }
}
@media (max-width: 575px) {
  #shelfsWrapper #shelfsFilter .inner .buttons .btn {
    display: block;
    width: 100%;
  }
}
#shelfsWrapper #shelfsFilter .inner .filter-partner,
#shelfsWrapper #shelfsFilter .inner .filter-category {
  text-decoration: none;
  color: inherit;
}
#shelfsWrapper #shelfsFilter .inner .filter-partner:hover,
#shelfsWrapper #shelfsFilter .inner .filter-category:hover {
  border-color: #999;
  color: #333;
  box-shadow: 0 0 5px rgba(153, 153, 153, 0.25);
}
#shelfsWrapper #shelfsFilter .inner .filter-partner.active,
#shelfsWrapper #shelfsFilter .inner .filter-category.active {
  border-color: #096dab;
  color: #096dab;
  box-shadow: 0 0 5px rgba(9, 109, 171, 0.5);
}
#shelfsWrapper .loader-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  display: none;
}
#shelfsWrapper #shelfs.loading ~ .loader-wrapper {
  display: flex !important;
}
.loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loader > div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #096dab;
  border-color: #096dab transparent transparent transparent;
  border-radius: 50%;
  animation: loader-animation 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.loader > div:first-child {
  animation-delay: -0.45s;
}
.loader > div:nth-child(2) {
  animation-delay: -0.3s;
}
.loader > div:last-child {
  animation-delay: -0.15s;
}
@keyframes loader-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pkp_page_user.pkp_op_authorizationDenied .page.page_message > .description {
  display: block;
  width: 100%;
  padding: 1.43rem;
  margin-bottom: 2.857rem;
  background: #ddd;
  border-left: 0.357rem solid #006798;
  border-left-width: 0.357rem;
  font-size: 1rem;
  line-height: 1.43rem;
  border-radius: 3px;
  border-left-width: 0.5rem;
  background: #EEEEEE;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(left, #eeeeee 75%, rgba(238, 238, 238, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #eeeeee 75%, rgba(238, 238, 238, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #eeeeee 75%, rgba(238, 238, 238, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body {
  color: #434C57;
  background: #fff url(../images/theme/body-bg.png);
  font: 400 14px/23px 'Quicksand', Arial, Helvetica, sans-serif;
}
.pkp_structure_page {
  width: 100%;
  margin: 0 auto;
  padding: 4px 0 0;
  max-width: 1270px;
  background: #FAFAFA;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}
.pkp_structure_page:before {
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  background: url(../images/theme/main_strip.png) no-repeat top center #096DAB;
}
#headerDefault .top-menu {
  border-bottom: 1px solid #DDDDDD;
  padding-top: 1.45rem;
  padding-bottom: 1.45rem;
}
#headerDefault .main-menu {
  padding-top: 1.95rem;
  padding-bottom: 1.95rem;
}
#headerDefault .main-menu .logo {
  width: 250px;
  height: 36px;
  background: url(../images/theme/logo.png) no-repeat top left;
  background-size: contain;
}
@media (max-width: 575px) {
  #headerDefault .main-menu .logo {
    background-position: left center;
  }
}
#headerDefault .main-menu .logo h1 {
  color: white;
}
.pkp_nav_list {
  font-size: 1rem;
  list-style: none;
  line-height: 1.33;
  padding: 0;
  margin: 0;
  text-align: right;
}
.pkp_nav_list > li {
  display: inline-block;
  padding: 0 0;
  line-height: inherit;
  list-style-type: none;
}
.pkp_nav_list > li > a {
  border-radius: 0.375rem;
  border: 1px solid transparent;
}
.pkp_nav_list > li:hover > a {
  background: none;
  color: #096DAB;
}
.pkp_nav_list > li:hover > ul {
  opacity: 1;
  margin-top: 0;
}
.pkp_nav_list > li:hover > ul > li > a {
  color: inherit;
}
.pkp_nav_list > li:hover > ul > li > a:hover {
  color: #096DAB;
}
.pkp_nav_list > li:last-child:hover > ul {
  left: auto;
  right: 0;
}
.pkp_nav_list > li > ul {
  text-align: left;
}
@media (max-width: 575px) {
  .pkp_nav_list > li > ul {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 576px) {
  .pkp_nav_list > li > ul {
    width: auto;
    white-space: nowrap;
    box-shadow: 0 0.25rem 0.75rem rgba(112, 112, 112, 0.5);
    border-radius: 0.375rem;
    border-top: 2px solid #227db4;
    transition: opacity 0.25s ease-in-out, margin-top 0.25s ease-in-out;
    opacity: 0;
    margin-top: 5px;
    padding-top: 0.33rem;
    padding-bottom: 0.33rem;
  }
  .pkp_nav_list > li > ul > li {
    display: block;
    padding: 0;
  }
  .pkp_nav_list > li > ul > li > a {
    border-width: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .pkp_nav_list > li > ul > li > a:hover {
    background: none;
    text-decoration: none;
  }
}
.pkp_nav_list ul a,
.pkp_nav_list a {
  display: block;
  color: #666666;
  transition: color 0.25s ease-in-out;
  padding: 0.67rem 0.5rem;
  text-transform: none !important;
}
.pkp_nav_list ul a:hover,
.pkp_nav_list a:hover,
.pkp_nav_list ul a:focus,
.pkp_nav_list a:focus {
  color: #227db4;
  background: none;
  text-decoration: none !important;
}
.pkp_nav_list ul a .task_count,
.pkp_nav_list a .task_count {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.5rem;
  top: 0;
  margin-left: 0.25em;
  border-radius: 0.375rem;
  border: 1px solid #DDDDDD;
  text-align: center;
  border-width: 0;
  background: #227db4;
  color: white;
}
#topMenuWrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
#topMenuWrapper .language-menu {
  margin-left: 1rem;
}
#topMenuWrapper .language-menu > li:hover > a {
  background: white;
}
#topMenuWrapper .language-menu > li:hover ul {
  left: auto;
  right: 0;
}
#topMenuWrapper .language-menu > li > a {
  border-radius: 0.375rem;
  border: 1px solid #DDDDDD;
  padding-left: 1rem;
  padding-right: 1rem;
}
.pkp_navigation_language .current a {
  color: #096DAB;
}
.dropdown-ico {
  margin-left: 0.5rem;
  position: relative;
  top: 1px;
}
@media (max-width: 575px) {
  .dropdown-ico {
    display: none;
  }
}
@media (min-width: 576px) {
  #navbar #navbarMenuWrapper > .container-md {
    padding-right: 0;
  }
}
#navbar #navbarMenuHomeLink .homelink {
  padding-left: 1rem;
  padding-right: 1rem;
}
#navbar .pkp_nav_list {
  display: inline-block;
  height: auto;
  line-height: inherit;
  font-size: 1.25rem;
}
#navbar .pkp_nav_list > li {
  line-height: 1.33;
}
#navbar .pkp_nav_list > li > a {
  transition: all 0.25s ease-in-out;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#navbar .pkp_nav_list > li > a:hover,
#navbar .pkp_nav_list > li > a:focus {
  border: 1px solid #DDDDDD;
  color: #094D78;
  text-decoration: none;
  background: white;
}
#navbar .pkp_nav_list.pkp_navigation_main:last-child > li:last-child > a {
  border: 1px solid #227db4;
  color: white;
  background: #227db4;
}
#navbar .pkp_nav_list.pkp_navigation_main:last-child > li:last-child > a:hover,
#navbar .pkp_nav_list.pkp_navigation_main:last-child > li:last-child > a:focus {
  border-color: #094D78;
  background: #094D78;
}
#topSearch {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
@media (max-width: 575px) {
  #topSearch {
    width: 100%;
  }
}
#topSearch form {
  width: 100%;
  display: flex;
  flex-grow: 1;
}
#topSearch form button,
#topSearch form input {
  padding: 0.67rem;
  line-height: 1.33;
}
#topSearch form button {
  border-width: 0;
  background: transparent;
  color: #666666;
  padding-left: 0;
  font-size: 1.25rem;
  transition: color 0.25s ease-in-out;
}
#topSearch form button > .lnr {
  position: relative;
  top: 0.25rem;
}
#topSearch form button:hover,
#topSearch form button:focus {
  outline: none;
  color: #227db4;
}
#topSearch form input {
  border-width: 0;
  background: transparent;
  padding-left: 0;
  font-size: 1rem;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
  flex-grow: 1;
}
@media (max-width: 575px) {
  #topSearch form input {
    flex-grow: 1;
  }
}
#topSearch form input:focus {
  outline: none;
  opacity: 1;
}
.ico-locale {
  display: inline-block;
  height: 17px;
  width: 27px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.25rem;
  box-shadow: 0 0 0.25rem rgba(112, 112, 112, 0.5);
  vertical-align: middle;
  border-radius: 0.3rem;
}
.ico-locale.ico-locale-en_US {
  background-image: url(../images/theme/locale/en_US.png);
}
.ico-locale.ico-locale-en_GB {
  background-image: url(../images/theme/locale/en_GB.png);
}
.ico-locale.ico-locale-pl_PL {
  background-image: url(../images/theme/locale/pl_PL.png);
}
.ico-locale.ico-locale-de_DE {
  background-image: url(../images/theme/locale/de_DE.png);
}
.ico-locale.ico-locale-es_ES {
  background-image: url(../images/theme/locale/es_ES.png);
}
.ico-locale.ico-locale-fr_CA {
  background-image: url(../images/theme/locale/fr_CA.png);
}
.ico-locale.ico-locale-fr_FR {
  background-image: url(../images/theme/locale/fr_FR.png);
}
.ico-locale.ico-locale-hr_HR {
  background-image: url(../images/theme/locale/hr_HR.png);
}
.ico-locale.ico-locale-it_IT {
  background-image: url(../images/theme/locale/it_IT.png);
}
.ico-locale.ico-locale-sr_RS\@latin {
  background-image: url(../images/theme/locale/sr_RS.png);
}
.ico-locale.ico-locale-cs_CZ {
  background-image: url(../images/theme/locale/cs_CZ.png);
}
.ico-locale.ico-locale-ru_RU {
  background-image: url(../images/theme/locale/ru_RU.png);
}
.ico-locale.ico-locale-uk_UA {
  background-image: url(../images/theme/locale/uk_UA.png);
}
.ico-locale.ico-locale-ja_JP {
  background-image: url(../images/theme/locale/ja_JP.png);
}
.ico-locale.ico-locale-tr_TR {
  background-image: url(../images/theme/locale/tr_TR.png);
}
.breadcrumbs-main {
  color: white;
  background: #434C57;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.breadcrumbs-main a {
  color: white;
}
.breadcrumbs-main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.breadcrumbs-main ul li {
  margin: 0 0 0 0.25rem;
  padding: 0 0 0 0.25rem;
  display: inline;
  position: relative;
}
.breadcrumbs-main ul li.sep {
  opacity: 0.9;
}
.breadcrumbs-main ul li:first-child.sep {
  display: none;
}
.breadcrumbs-main ul li > a:hover,
.breadcrumbs-main ul li > a:focus {
  text-decoration: none;
  color: #DDDDDD;
}
.breadcrumbs-main-visible .cmp_breadcrumbs {
  display: none;
}
.breadcrumbs-main-visible .cmp_breadcrumbs + h2 {
  display: none;
}
.breadcrumbs-main-visible .page > h1:first-of-type {
  display: none;
}
#body {
  background: white;
}
.pkp_structure_footer_wrapper {
  border-top: 1px solid #DDDDDD;
}
#footerOjs {
  position: relative;
  background: none;
}
#footerOjs .btn-top {
  height: 1.75rem;
  line-height: 1.33;
  color: white;
  background: #434C57;
  position: absolute;
  top: -1.75rem;
  right: 0;
  width: 5rem;
  text-align: center;
  font-size: 1.25rem;
  border-radius: 3.5rem 3.5rem 0 0;
}
#footerOjs .footer-partners ul {
  margin-left: 0;
  padding-left: 1rem;
  font-size: 0.85rem;
}
#footerOjs .footer-partners ul li {
  padding-left: 0.5rem;
}
#footerOjs .footer-partners ul li a {
  text-decoration: none;
  color: inherit;
  transition: color 0.25s ease-in-out;
}
#footerOjs .footer-partners ul li a:focus,
#footerOjs .footer-partners ul li a:hover {
  color: #096DAB;
}
#footerOjs2 .sep:after {
  color: rgba(0, 0, 0, 0.1);
  content: "|";
}
.section-header .section-title {
  margin: 0;
  font-weight: normal;
}
.section-header .section-buttons {
  font-size: 1.125rem;
  margin-left: 1rem;
  line-height: 1;
}
@media (max-width: 414px) {
  .section-header .section-buttons {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .section-header .section-buttons {
    font-size: 0.9rem;
  }
}
@media (max-width: 991px) {
  .section-header .section-buttons {
    font-size: 1rem;
  }
}
.section-header .section-buttons a {
  text-decoration: none;
}
.section-header.empty hr {
  border-color: transparent;
}
.partners-deck a {
  color: inherit;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
.partners-deck a:focus,
.partners-deck a:hover {
  color: #096DAB;
}
.editorial-offices-deck a {
  color: inherit;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
.editorial-offices-deck a:focus,
.editorial-offices-deck a:hover {
  color: #096DAB;
}
.journals-listing .row .body h3 {
  font-weight: 500;
  font-size: 1.25rem;
}
.journals-listing .row .body h3 a {
  color: inherit;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
.journals-listing .row .body h3 a:focus,
.journals-listing .row .body h3 a:hover {
  color: #096DAB;
}
.journals-listing .row .links .btn-secondary {
  transition: all 0.25s ease-in-out;
}
.journals-listing .row .links .btn-secondary:focus,
.journals-listing .row .links .btn-secondary:hover {
  background-color: #096DAB;
  border-color: #096DAB;
}
.siteCategories-listing .category-title-l0,
.siteCategories-listing .category-title-l1 {
  font-weight: normal;
}
.page.page_about_publishing_system > p {
  font-size: 1.25rem;
}
.cmp_button,
.cmp_form .buttons button,
.page_lost_password .buttons button,
.page_search .submit button,
.block_make_submission a {
  background: #707070;
  border-color: #707070;
  transition: all 0.25s ease-in-out;
  color: white;
  font-weight: normal;
}
.cmp_button:focus,
.cmp_form .buttons button:focus,
.page_lost_password .buttons button:focus,
.page_search .submit button:focus,
.block_make_submission a:focus,
.cmp_button:hover,
.cmp_form .buttons button:hover,
.page_lost_password .buttons button:hover,
.page_search .submit button:hover,
.block_make_submission a:hover {
  background-color: #096DAB;
  border-color: #096DAB;
}
.page.page_login .buttons a,
.page.page_register .buttons a,
.page.page_lost_password .buttons a {
  color: inherit;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
.page.page_login .buttons a:focus,
.page.page_register .buttons a:focus,
.page.page_lost_password .buttons a:focus,
.page.page_login .buttons a:hover,
.page.page_register .buttons a:hover,
.page.page_lost_password .buttons a:hover {
  color: #096DAB;
}
.news_listing .excerpt > p {
  margin: 0;
  display: inline;
}
.cmp_edit_link {
  background: #EB5463;
  border-color: #EB5463;
  transition: all 0.25s ease-in-out;
  color: white;
  font-weight: normal;
  margin: 0;
  padding: 0.5rem 1.25rem;
  border-radius: 0.375rem;
}
.cmp_edit_link:focus,
.cmp_edit_link:hover {
  background-color: #e62639;
  border-color: #e62639;
}
.text-danger {
  color: #EB5463 !important;
}
.page.page_search .authors-alpha-list .btn {
  width: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  border-color: #707070;
  background: #707070;
  color: white;
  transition: all 0.25s ease-in-out;
  border-radius: 0.375rem;
  box-shadow: none;
}
.page.page_search .authors-alpha-list .btn:hover,
.page.page_search .authors-alpha-list .btn:focus {
  border-color: #666666;
  background: #666666;
  color: white;
  text-decoration: none;
}
.page.page_search .authors-alpha-list .btn.active {
  border-color: #096DAB;
  background: #096DAB;
  color: white;
  transition: all 0.25s ease-in-out;
  border-radius: 0.375rem;
  box-shadow: none;
}
.page.page_search .authors-alpha-list .btn.active:hover,
.page.page_search .authors-alpha-list .btn.active:focus {
  border-color: #094D78;
  background: #094D78;
  color: white;
  text-decoration: none;
}
.page.page_search #authors .first-letter {
  margin-top: 2.143rem;
}
.page.page_search #authors .first-letter > h3 {
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
  font-size: 2rem;
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.page.page_search #authors .first-letter > h3:after {
  left: 0;
  bottom: 0;
  content: '';
  height: 4px;
  width: 170px;
  position: absolute;
  border-radius: 50px;
  background: #096DAB;
}
.page.page_search .pagination {
  margin-top: 2.143rem;
}
.page.page_search .search_input {
  display: flex;
  flex-wrap: nowrap;
}
.page.page_search .search_input:before {
  content: "\e86f";
  font-family: 'Linearicons-Free';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 3rem;
  margin-right: 1rem;
  vertical-align: middle;
  font-size: 1.5rem;
}
.page.page_search .search_input .query {
  border-radius: 0.375rem;
  height: 3rem;
  border-color: #DDDDDD;
}
.page.page_search .search_advanced {
  padding: 0;
  border-width: 0;
  margin-top: 3rem;
}
.page.page_search .search_advanced > legend {
  padding: 0 0 1rem 0;
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.page.page_search .search_advanced > legend:after {
  left: 0;
  bottom: 0;
  content: '';
  height: 4px;
  width: 170px;
  position: absolute;
  border-radius: 50px;
  background: #096DAB;
}
.page.page_search .search_advanced > div legend {
  padding-bottom: 0.5rem;
}
.page.page_search .search_advanced > div input[type="text"],
.page.page_search .search_advanced > div input[type="email"],
.page.page_search .search_advanced > div input[type="password"],
.page.page_search .search_advanced > div input[type="url"],
.page.page_search .search_advanced > div input[type="tel"],
.page.page_search .search_advanced > div select,
.page.page_search .search_advanced > div textarea {
  border-radius: 0.375rem;
  height: 2.5rem;
  border-color: #DDDDDD;
}
.page.page_search .submit {
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.page.page_search .submit button {
  padding: 0.5rem 2.5rem;
  font-size: 1.25rem;
  border-color: #096DAB;
  background: #096DAB;
  color: white;
  transition: all 0.25s ease-in-out;
  border-radius: 0.375rem;
  box-shadow: none;
}
.page.page_search .submit button:hover,
.page.page_search .submit button:focus {
  border-color: #094D78;
  background: #094D78;
  color: white;
  text-decoration: none;
}
.page.page_search .submit button:after {
  display: none;
}
.page.page_search .submit button:before {
  content: "\e86f";
  font-family: 'Linearicons-Free';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: normal;
  margin-right: 1rem;
  vertical-align: middle;
  font-size: 1.5rem;
}
.page.page_login .cmp_form fieldset legend,
.page.page_register .cmp_form fieldset legend {
  color: #666;
}
.cmp_form .label .required {
  color: #CC0000;
}
.pkp_nav_list.accessibility-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 2px;
}
.pkp_nav_list.accessibility-menu button {
  border-width: 0;
  background: none;
  border-radius: 0.375rem;
  border: 1px solid transparent;
  display: inline-block;
  color: black;
  transition: color 0.25s ease-in-out;
  padding: 0.33rem 0.5rem;
  text-transform: none !important;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  line-height: 1.5rem;
}
.pkp_nav_list.accessibility-menu > li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  padding-right: 2rem;
}
@media (max-width: 575px) {
  .pkp_nav_list.accessibility-menu > li {
    padding-right: 1rem;
  }
}
.pkp_nav_list.accessibility-menu .font-size button.font-size_decrease {
  font-size: 0.667rem;
}
.pkp_nav_list.accessibility-menu .font-size button.font-size_decrease .fa.fa-minus {
  font-size: 0.5rem;
}
.pkp_nav_list.accessibility-menu .font-size button.font-size_normal {
  font-size: 0.9rem;
}
.pkp_nav_list.accessibility-menu .font-size button.font-size_increase .fa.fa-font {
  font-size: 1.1rem;
}
.pkp_nav_list.accessibility-menu .font-size button.font-size_increase .fa.fa-plus {
  font-size: 0.75rem;
}
@media (max-width: 575px) {
  .pkp_nav_list.accessibility-menu .font-size {
    padding-right: 0;
  }
}
.pkp_nav_list.accessibility-menu .style button.style_contrast {
  color: #FF0;
  background: black;
}
html.accessibility-style_contrast * {
  color: #FFFF00 !important;
  background-color: transparent !important;
}
html.accessibility-style_contrast #navbarToggle > span > span {
  background-color: #FFFF00 !important;
}
html.accessibility-style_contrast #topSearch form button {
  color: black !important;
  background-color: #FFFF00 !important;
  padding-left: 0.67rem;
}
html.accessibility-style_contrast #topSearch form input {
  border: 1px solid #FFFF00 !important;
  padding-left: 0.67rem;
  padding-right: 0.67rem;
  opacity: 1;
}
html.accessibility-style_contrast #topMenuWrapper .language-menu > li > a {
  color: black !important;
  background-color: #FFFF00 !important;
  border-color: #FFFF00 !important;
}
html.accessibility-style_contrast .pkp_nav_list > li > ul {
  border: 1px solid #FFFF00 !important;
  background-color: black !important;
}
html.accessibility-style_contrast #navbar .pkp_nav_list > li > a {
  border-color: transparent !important;
}
html.accessibility-style_contrast .pkp_nav_list.accessibility-menu .style button.style_normal {
  background-color: white !important;
  color: black !important;
}
html.accessibility-style_contrast .pkp_page_index .homepage_about h2::after,
html.accessibility-style_contrast .accent {
  background: #FFFF00 !important;
}
html.accessibility-style_contrast .section-header .section-buttons a {
  color: black !important;
  background-color: #FFFF00 !important;
  box-shadow: 0 0 0 5px #FFFF00 !important;
  border-radius: 1px;
}
html.accessibility-style_contrast .fa,
html.accessibility-style_contrast .lnr {
  background-color: transparent !important;
  color: inherit !important;
}
html.accessibility-style_contrast .fa:before,
html.accessibility-style_contrast .lnr:before {
  color: inherit !important;
  background-color: transparent !important;
}
html.accessibility-style_contrast html,
html.accessibility-style_contrast body {
  background: black !important;
}
html.accessibility-style_contrast .pkp_structure_page {
  box-shadow: 0 0 0 1px #FFFF00 !important;
}
html.accessibility-style_contrast .pkp_structure_page:before {
  background: #FFFF00 !important;
}
html.accessibility-style_contrast #body {
  background-color: transparent !important;
}
html.accessibility-style_contrast .banery a img {
  box-shadow: 0 0 0 5px black, 0 0 0 6px #FFFF00 !important;
}
html.accessibility-style_contrast #footerOjs .btn-top {
  color: black !important;
  background-color: #FFFF00 !important;
}
html.accessibility-style_contrast #footerOjs .footer-partners ul li {
  border-color: #FFFF00 !important;
}
html.accessibility-style_contrast #footerOjs .sep:after {
  color: #FFFF00 !important;
}
html.accessibility-style_contrast .pkp_structure_footer_wrapper {
  border-color: #FFFF00 !important;
}
html.accessibility-style_contrast .pkp_footer_eu {
  background-color: #FFFF00 !important;
  color: black !important;
}
html.accessibility-style_contrast .pkp_footer_eu > div,
html.accessibility-style_contrast .pkp_footer_eu > div > img {
  color: inherit !important;
  background-color: transparent !important;
}
html.accessibility-style_contrast #navbar.active #navbarMenuWrapper,
html.accessibility-style_contrast #navbar.active #navbarMenuAdditionalWrapperLower .language-title {
  border-color: #FFFF00 !important;
}
html.accessibility-style_contrast .page.page_login .cmp_form input[type="text"],
html.accessibility-style_contrast .page.page_register .cmp_form input[type="text"],
html.accessibility-style_contrast .page.page_lost_password .cmp_form input[type="text"],
html.accessibility-style_contrast .page.page_login .cmp_form input[type="email"],
html.accessibility-style_contrast .page.page_register .cmp_form input[type="email"],
html.accessibility-style_contrast .page.page_lost_password .cmp_form input[type="email"],
html.accessibility-style_contrast .page.page_login .cmp_form input[type="password"],
html.accessibility-style_contrast .page.page_register .cmp_form input[type="password"],
html.accessibility-style_contrast .page.page_lost_password .cmp_form input[type="password"],
html.accessibility-style_contrast .page.page_login .cmp_form input[type="url"],
html.accessibility-style_contrast .page.page_register .cmp_form input[type="url"],
html.accessibility-style_contrast .page.page_lost_password .cmp_form input[type="url"],
html.accessibility-style_contrast .page.page_login .cmp_form input[type="tel"],
html.accessibility-style_contrast .page.page_register .cmp_form input[type="tel"],
html.accessibility-style_contrast .page.page_lost_password .cmp_form input[type="tel"],
html.accessibility-style_contrast .page.page_login .cmp_form select,
html.accessibility-style_contrast .page.page_register .cmp_form select,
html.accessibility-style_contrast .page.page_lost_password .cmp_form select {
  border-color: #FFFF00 !important;
}
html.accessibility-style_contrast .page.page_login .cmp_form fieldset legend,
html.accessibility-style_contrast .page.page_register .cmp_form fieldset legend,
html.accessibility-style_contrast .page.page_lost_password .cmp_form fieldset legend {
  border-color: #FFFF00 !important;
}
html.accessibility-style_contrast .cmp_button,
html.accessibility-style_contrast .cmp_form .buttons button,
html.accessibility-style_contrast .page_search .submit button,
html.accessibility-style_contrast .block_make_submission a {
  color: black !important;
  background-color: #FFFF00 !important;
  border-color: #FFFF00 !important;
}
html.accessibility-style_contrast .cmp_button:focus,
html.accessibility-style_contrast .cmp_form .buttons button:focus,
html.accessibility-style_contrast .page_search .submit button:focus,
html.accessibility-style_contrast .block_make_submission a:focus,
html.accessibility-style_contrast .cmp_button:hover,
html.accessibility-style_contrast .cmp_form .buttons button:hover,
html.accessibility-style_contrast .page_search .submit button:hover,
html.accessibility-style_contrast .block_make_submission a:hover {
  color: black !important;
  background-color: #FFFF00 !important;
  border-color: #FFFF00 !important;
}
html.accessibility-style_contrast #headerDefault .top-menu {
  border-color: #FFFF00 !important;
}
html.accessibility-style_contrast #headerDefault .main-menu-wrapper {
  background: black !important;
}
html.accessibility-style_contrast .pkp_footer_logo {
  visibility: hidden;
}
html.accessibility-style_contrast #headerDefault .main-menu .logo {
  box-shadow: 0 0 0 5px black, 0 0 0 6px #FFFF00 !important;
  background-image: url(../images/theme/logo_white.png);
}
html.accessibility-style_contrast .h_with_underline::after {
  background-color: #FFFF00 !important;
}
html.accessibility-style_contrast .cmp_button_wire,
html.accessibility-style_contrast .obj_galley_link {
  color: black !important;
  background-color: #FFFF00 !important;
  border-color: #FFFF00 !important;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
html.accessibility-style_contrast .cmp_button_wire:focus,
html.accessibility-style_contrast .obj_galley_link:focus,
html.accessibility-style_contrast .cmp_button_wire:hover,
html.accessibility-style_contrast .obj_galley_link:hover {
  color: black !important;
  background-color: #FFFF00 !important;
  border-color: #FFFF00 !important;
}
html.accessibility-style_contrast .obj_article_summary .article-summary-details .galleys_links .obj_galley_link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
html.accessibility-style_contrast .pkp_block.block_netCreateNewsletterBlock .content .cmp_form input[type="text"],
html.accessibility-style_contrast .pkp_block.block_netcreatenavigationblockplugin .content .cmp_form input[type="text"],
html.accessibility-style_contrast .pkp_block.block_netcreateuserblockplugin .content .cmp_form input[type="text"],
html.accessibility-style_contrast .pkp_block.block_netCreateNewsletterBlock .content .cmp_form input[type="email"],
html.accessibility-style_contrast .pkp_block.block_netcreatenavigationblockplugin .content .cmp_form input[type="email"],
html.accessibility-style_contrast .pkp_block.block_netcreateuserblockplugin .content .cmp_form input[type="email"],
html.accessibility-style_contrast .pkp_block.block_netCreateNewsletterBlock .content .cmp_form input[type="password"],
html.accessibility-style_contrast .pkp_block.block_netcreatenavigationblockplugin .content .cmp_form input[type="password"],
html.accessibility-style_contrast .pkp_block.block_netcreateuserblockplugin .content .cmp_form input[type="password"],
html.accessibility-style_contrast .pkp_block.block_netCreateNewsletterBlock .content .cmp_form input[type="url"],
html.accessibility-style_contrast .pkp_block.block_netcreatenavigationblockplugin .content .cmp_form input[type="url"],
html.accessibility-style_contrast .pkp_block.block_netcreateuserblockplugin .content .cmp_form input[type="url"],
html.accessibility-style_contrast .pkp_block.block_netCreateNewsletterBlock .content .cmp_form input[type="tel"],
html.accessibility-style_contrast .pkp_block.block_netcreatenavigationblockplugin .content .cmp_form input[type="tel"],
html.accessibility-style_contrast .pkp_block.block_netcreateuserblockplugin .content .cmp_form input[type="tel"],
html.accessibility-style_contrast .pkp_block.block_netCreateNewsletterBlock .content .cmp_form select,
html.accessibility-style_contrast .pkp_block.block_netcreatenavigationblockplugin .content .cmp_form select,
html.accessibility-style_contrast .pkp_block.block_netcreateuserblockplugin .content .cmp_form select,
html.accessibility-style_contrast .pkp_block.block_netCreateNewsletterBlock .content .cmp_form textarea,
html.accessibility-style_contrast .pkp_block.block_netcreatenavigationblockplugin .content .cmp_form textarea,
html.accessibility-style_contrast .pkp_block.block_netcreateuserblockplugin .content .cmp_form textarea {
  border-color: #FFFF00 !important;
}
html.accessibility-style_contrast .pkp_block.block_netCreateNewsletterBlock .content .cmp_button,
html.accessibility-style_contrast .pkp_block.block_netcreatenavigationblockplugin .content .cmp_button,
html.accessibility-style_contrast .pkp_block.block_netcreateuserblockplugin .content .cmp_button,
html.accessibility-style_contrast .pkp_block.block_netCreateNewsletterBlock .content .cmp_form .buttons button,
html.accessibility-style_contrast .pkp_block.block_netcreatenavigationblockplugin .content .cmp_form .buttons button,
html.accessibility-style_contrast .pkp_block.block_netcreateuserblockplugin .content .cmp_form .buttons button,
html.accessibility-style_contrast .pkp_block.block_netCreateNewsletterBlock .content .page_lost_password .buttons button,
html.accessibility-style_contrast .pkp_block.block_netcreatenavigationblockplugin .content .page_lost_password .buttons button,
html.accessibility-style_contrast .pkp_block.block_netcreateuserblockplugin .content .page_lost_password .buttons button,
html.accessibility-style_contrast .pkp_block.block_netCreateNewsletterBlock .content .page_search .submit button,
html.accessibility-style_contrast .pkp_block.block_netcreatenavigationblockplugin .content .page_search .submit button,
html.accessibility-style_contrast .pkp_block.block_netcreateuserblockplugin .content .page_search .submit button,
html.accessibility-style_contrast .pkp_block.block_netCreateNewsletterBlock .content .block_make_submission a,
html.accessibility-style_contrast .pkp_block.block_netcreatenavigationblockplugin .content .block_make_submission a,
html.accessibility-style_contrast .pkp_block.block_netcreateuserblockplugin .content .block_make_submission a {
  background: #FFFF00 !important;
  border-color: #FFFF00 !important;
  color: black !important;
}
html.accessibility-style_contrast .pkp_block.block_netCreateNewsletterBlock .content .cmp_button:hover,
html.accessibility-style_contrast .pkp_block.block_netcreatenavigationblockplugin .content .cmp_button:hover,
html.accessibility-style_contrast .pkp_block.block_netcreateuserblockplugin .content .cmp_button:hover,
html.accessibility-style_contrast .pkp_block.block_netCreateNewsletterBlock .content .cmp_form .buttons button:hover,
html.accessibility-style_contrast .pkp_block.block_netcreatenavigationblockplugin .content .cmp_form .buttons button:hover,
html.accessibility-style_contrast .pkp_block.block_netcreateuserblockplugin .content .cmp_form .buttons button:hover,
html.accessibility-style_contrast .pkp_block.block_netCreateNewsletterBlock .content .page_lost_password .buttons button:hover,
html.accessibility-style_contrast .pkp_block.block_netcreatenavigationblockplugin .content .page_lost_password .buttons button:hover,
html.accessibility-style_contrast .pkp_block.block_netcreateuserblockplugin .content .page_lost_password .buttons button:hover,
html.accessibility-style_contrast .pkp_block.block_netCreateNewsletterBlock .content .page_search .submit button:hover,
html.accessibility-style_contrast .pkp_block.block_netcreatenavigationblockplugin .content .page_search .submit button:hover,
html.accessibility-style_contrast .pkp_block.block_netcreateuserblockplugin .content .page_search .submit button:hover,
html.accessibility-style_contrast .pkp_block.block_netCreateNewsletterBlock .content .block_make_submission a:hover,
html.accessibility-style_contrast .pkp_block.block_netcreatenavigationblockplugin .content .block_make_submission a:hover,
html.accessibility-style_contrast .pkp_block.block_netcreateuserblockplugin .content .block_make_submission a:hover,
html.accessibility-style_contrast .pkp_block.block_netCreateNewsletterBlock .content .cmp_button:focus,
html.accessibility-style_contrast .pkp_block.block_netcreatenavigationblockplugin .content .cmp_button:focus,
html.accessibility-style_contrast .pkp_block.block_netcreateuserblockplugin .content .cmp_button:focus,
html.accessibility-style_contrast .pkp_block.block_netCreateNewsletterBlock .content .cmp_form .buttons button:focus,
html.accessibility-style_contrast .pkp_block.block_netcreatenavigationblockplugin .content .cmp_form .buttons button:focus,
html.accessibility-style_contrast .pkp_block.block_netcreateuserblockplugin .content .cmp_form .buttons button:focus,
html.accessibility-style_contrast .pkp_block.block_netCreateNewsletterBlock .content .page_lost_password .buttons button:focus,
html.accessibility-style_contrast .pkp_block.block_netcreatenavigationblockplugin .content .page_lost_password .buttons button:focus,
html.accessibility-style_contrast .pkp_block.block_netcreateuserblockplugin .content .page_lost_password .buttons button:focus,
html.accessibility-style_contrast .pkp_block.block_netCreateNewsletterBlock .content .page_search .submit button:focus,
html.accessibility-style_contrast .pkp_block.block_netcreatenavigationblockplugin .content .page_search .submit button:focus,
html.accessibility-style_contrast .pkp_block.block_netcreateuserblockplugin .content .page_search .submit button:focus,
html.accessibility-style_contrast .pkp_block.block_netCreateNewsletterBlock .content .block_make_submission a:focus,
html.accessibility-style_contrast .pkp_block.block_netcreatenavigationblockplugin .content .block_make_submission a:focus,
html.accessibility-style_contrast .pkp_block.block_netcreateuserblockplugin .content .block_make_submission a:focus {
  color: black !important;
  background: #FFFF00 !important;
  border-color: #FFFF00 !important;
}
html.accessibility-style_contrast .obj_article_summary .article-summary-details > .title::after {
  background: #FFFF00 !important;
}
html.accessibility-style_contrast .obj_article_details .item {
  border-color: #FFFF00 !important;
}
html.accessibility-style_contrast .obj_article_details .item.keywords > h2.label,
html.accessibility-style_contrast .obj_article_details .item.abstract > h2.label,
html.accessibility-style_contrast .obj_article_details .item.reference_bases > h2.label,
html.accessibility-style_contrast .obj_article_details .item.author_bios > h2.label,
html.accessibility-style_contrast .obj_article_details .item.keywords > h3.label,
html.accessibility-style_contrast .obj_article_details .item.abstract > h3.label,
html.accessibility-style_contrast .obj_article_details .item.reference_bases > h3.label,
html.accessibility-style_contrast .obj_article_details .item.author_bios > h3.label,
html.accessibility-style_contrast .obj_article_details .item.keywords > .h2.label,
html.accessibility-style_contrast .obj_article_details .item.abstract > .h2.label,
html.accessibility-style_contrast .obj_article_details .item.reference_bases > .h2.label,
html.accessibility-style_contrast .obj_article_details .item.author_bios > .h2.label,
html.accessibility-style_contrast .obj_article_details .item.keywords > .h3.label,
html.accessibility-style_contrast .obj_article_details .item.abstract > .h3.label,
html.accessibility-style_contrast .obj_article_details .item.reference_bases > .h3.label,
html.accessibility-style_contrast .obj_article_details .item.author_bios > .h3.label {
  border-color: #FFFF00 !important;
}
html.accessibility-style_contrast .obj_article_details .entry_details {
  border-color: #FFFF00 !important;
}
html.accessibility-style_contrast .page.page_search #authors .first-letter > h3::after {
  background-color: #FFFF00 !important;
}
html.accessibility-style_contrast .page.page_search .authors-alpha-list .btn {
  color: black !important;
  background: #FFFF00 !important;
  border-color: #FFFF00 !important;
}
html.accessibility-style_contrast .page.page_search .authors-alpha-list .btn:hover,
html.accessibility-style_contrast .page.page_search .authors-alpha-list .btn:focus {
  color: black !important;
  background: #FFFF00 !important;
  border-color: #FFFF00 !important;
}
html.accessibility-style_contrast .page_issue_archive .issues_archive > li::after {
  background: #FFFF00 !important;
}
html.accessibility-style_contrast .issue-toc > .sections > .sections-title,
html.accessibility-style_contrast .obj_issue_summary > .sections > .sections-title {
  border-color: #FFFF00 !important;
}
html.accessibility-style_contrast .orcid_icon {
  background-color: transparent !important;
}
html.accessibility-style_contrast .orcid_icon * {
  background-color: transparent !important;
}
html.accessibility-style_contrast .obj_announcement_full .read_more,
html.accessibility-style_contrast .obj_announcement_summary .read_more {
  color: black !important;
  background: #FFFF00 !important;
  border-color: #FFFF00 !important;
}
html.accessibility-style_contrast .obj_announcement_full .read_more *,
html.accessibility-style_contrast .obj_announcement_summary .read_more * {
  color: inherit !important;
  background-color: transparent !important;
}
html.accessibility-style_contrast .obj_announcement_full .date::before,
html.accessibility-style_contrast .obj_announcement_summary .date::before {
  color: #FFFF00 !important;
}
html.accessibility-style_contrast .pkp_page_index .page_index_journal_pre,
html.accessibility-style_contrast .cmp_announcements > li {
  border-color: #FFFF00 !important;
}
html.accessibility-style_contrast #sidebar .pkp_block .title {
  color: black !important;
  background: #FFFF00 !important;
}
html.accessibility-style_contrast .obj_issue_toc .galleys::before,
html.accessibility-style_contrast .obj_issue_toc .section::before {
  border-color: #FFFF00 !important;
}
html.accessibility-style_contrast #page_unsubscribenewsletterform_form input[type="text"],
html.accessibility-style_contrast #page_subscribenewsletterform_form input[type="text"],
html.accessibility-style_contrast #page_unsubscribenewsletterform_form input[type="email"],
html.accessibility-style_contrast #page_subscribenewsletterform_form input[type="email"],
html.accessibility-style_contrast #page_unsubscribenewsletterform_form input[type="password"],
html.accessibility-style_contrast #page_subscribenewsletterform_form input[type="password"],
html.accessibility-style_contrast #page_unsubscribenewsletterform_form input[type="url"],
html.accessibility-style_contrast #page_subscribenewsletterform_form input[type="url"],
html.accessibility-style_contrast #page_unsubscribenewsletterform_form input[type="tel"],
html.accessibility-style_contrast #page_subscribenewsletterform_form input[type="tel"],
html.accessibility-style_contrast #page_unsubscribenewsletterform_form select,
html.accessibility-style_contrast #page_subscribenewsletterform_form select,
html.accessibility-style_contrast #page_unsubscribenewsletterform_form textarea,
html.accessibility-style_contrast #page_subscribenewsletterform_form textarea {
  border-color: #FFFF00 !important;
}
