@font-face {
  font-family: 'TinosCustom';
  src: url('../fonts/TinosCustom2.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'TinosCustom';
  src: url('../fonts/TinosCustom-Italic2.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'TinosCustom';
  src: url('../fonts/TinosCustom-Bold2.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'TinosCustom';
  src: url('../fonts/TinosCustom-BoldItalic2.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}


@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-Italic.woff') format('woff');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-MediumItalic.woff') format('woff');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-Bold.woff') format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-BoldItalic.woff') format('woff');
font-weight: 700;
font-style: italic;
}


@font-face {
  font-family: 'Stope';
  src: url('../fonts/stope.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
font-family: 'Icomoon';
src: url('../fonts/icomoon1.woff') format('woff');
font-weight: normal;
font-style: normal;
}

html {
box-sizing: border-box;
}

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

#logo,
#navmainswitch,
.catname.article_group::before,
#nav li.mommy a::before,
a.readmore::before,
.filterbutton.cancel::before,
.filterbutton.action::before,
p.quotesicon::before,
.bx-controls,
.pagenav a,
a#to_top::before,
.notice::before,
.br,
.icon::before {
font-family: 'Icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
}

body {
margin: 0;
padding: 0;
font-family: "TinosCustom", serif;
font-size: 21px;
line-height: 1.476;
color: #000;
background-color: #444;
}


#printlogo {
display: none;
}

.wrapper {
max-width: 1920px;
margin: 0 auto;
min-height: 100vh;
display: grid;
grid-template-rows: auto 1fr auto;
}

/*** header ***/

header {
position: relative;
display: table;
width: 100%;
height: 400px;
}
#title {
position: absolute;
z-index: 100;
width: 100%;
height: 100%;
text-align: center;
}
#fade {
position: relative;
display: table;
width: 100%;
height: 100%;
}

#fade div {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
animation-name: fadeinout;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 24s;
}

#fade div:nth-of-type(1) {
background-image: url(../img/08.jpg);
animation-delay: 18s;
}
#fade div:nth-of-type(2) {
background-image: url(../img/07.jpg);
animation-delay: 12s;
}
#fade div:nth-of-type(3) {
background-image: url(../img/06.jpg);
animation-delay: 6s;
}
#fade div:nth-of-type(4) {
background-image: url(../img/05.jpg);
animation-delay: 0;
}
@keyframes fadeinout {
/* Images 4, Delay 6s, Fade 1.5s, Duration 24s */
0% {opacity:1} 
18.75% {opacity:1} 
25% {opacity:0} 
93.75% {opacity:0} 
100% {opacity:1}
}

/* IE fix */
header {
background: url(../img/05.jpg) no-repeat center center;
background-size: cover;
}

#logo {
font-size: 20px;
line-height: 400px;
color: #fff;
opacity: 0;
transition: all 0.5s ease-in-out;
z-index: 100;
}
#logo:hover {
color: #000;
}
#logo.grow {
font-size: 100px;
opacity: 1;
}

/*** end header ***/






/*** main containers ***/

.clear::after {
content: " ";
display: block;
height: 0;
visibility: hidden;
clear: both;
}

#content {
background-color: #fff;
padding: 0 20px;
}

.wrap {
display: flex;
flex-flow: row nowrap;
max-width: 1164px;
margin: auto;
}
.home .wrap {
max-width: 1400px;
}
.leftcol, .rightcol {
padding: 0 0 70px;
}

.leftcol {
flex: 1 1 26%;
min-width: 270px;
}
.rightcol {
flex: 1 1 74%;
}
.home .rightcol .lining {
padding: 0 60px 0 25px;
}


.extracol {
display: none;
}
.home .leftcol {
flex: 1 1 18%;
min-width: 220px;
}
.home .rightcol {
flex: 1 1 64%;
}
.home .extracol {
display: block;
flex: 0 1 18%;
min-width: 220px;
padding: 0 0 70px;
}
#footerwrap {
background-color: #000;
}
#footer {
display: flex;
flex-flow: row nowrap;
max-width: 1164px;
margin: 0 auto;
font-family: "Roboto", sans-serif;
color: #fff;
}
#footer .leftcol, #footer .rightcol {
padding: 60px 20px 80px;
}
#footer h3 {
margin: 0 0 8px;
font-size: 19px;
font-weight: 500;
text-transform: uppercase;
}
#footer a {
color: #6FC;
}
#footer a:hover {
color: #e24882;
text-decoration: none;
}
#footer .textblock {
padding-left: 110px;
font-size: 16px;
}
#szg {
display: block;
width: 80px;
height: 80px;
float: left;
margin-left: 0;
background: url(../img/logo_szg.png) no-repeat;
}


/*** end main containers ***/





.ebook-runninghead {
margin: 0 0 35px;
padding-bottom: 7px;
border-bottom: 1px dotted #999;
font-variant: small-caps;
}
.contents_item {
padding: 15px 0;
border-bottom: 1px dotted #999;
}
.contents_item.first {
border-top: 1px dotted #999;
}
.contents_item p {
margin: 0;
}
.indent,
.bundled,
.strofa {
margin: 10px 0 10px 40px;
}
.indent.double {
margin-left: 80px;
}

.hanging2 {
margin-left: 40px;
text-indent: -40px;
}

.bundled .indent {
margin: 0;
}
.indent_hanging {
margin: 10px 0 0;
}
.topspace,
.indent.topspace {
margin-top: 34px;
}

.abc {
margin: 30px 0;
}
.rightcol .abc a {
display: block;
float: left;
width: 30px;
font: 500 15px/30px "Roboto", sans-serif;
text-transform: uppercase;
text-align: center;
color: #000;
margin: 10px;
background-color: #dadada;
}
.rightcol .abc a:hover {
color: #fff;
background-color: #00B97C;
}

a {
text-decoration: none;
outline: none;
}
img {
display: block;
border: none;
}

p {
margin: 20px 0;
}
ul li p {
margin: 0;
}


.spaced {
letter-spacing: 3px;
}



.rightcol a,
.morebooks a {
color: #079753;
}
.rightcol a:hover,
.morebooks a:hover {
color: #e24882;
}
a.tiplink {
color: #079753;
}
a.tiplink:hover {
color: #e24882;
}


h3.section {
display: block;
margin: 0 0 70px;
padding: 10px 28px 8px;
font: 700 14px/14px "Roboto", sans-serif;
text-transform: uppercase;
color: #fff;
background-color: #000;
letter-spacing: 0.5em;
}
.ebook h3.section {
display: block;
margin-bottom: 60px;
}

.rightcol h3.section {
border-left: 2px solid #fff;
}
.home .rightcol h3.section {
border-right: 2px solid #fff;
}

.catname {
margin: 0 0 40px;
padding: 0 25px 7px 0;
font: 500 14px/normal "Roboto", sans-serif;
text-transform: uppercase;
border-bottom: 1px dotted #000;
}

.catname.article_group::before {
content: "\e061";
font-size: 24px;
display: inline-block;
margin: 0 6px 0 -25px;
color: #333;
transform: scaleX(-1);
}

.catname a {
color: #079753;
}
.catname a:hover {
color: #e24882;
}

.nocat .catname {
display: none;
}







/*** navmain ***/

#navmainswitch {
display: none;
padding: 0 0 20px;
font-size: 30px;
line-height: 24px;
color: #000;
text-align: center;
}
#navmainswitch:hover {
color: #00B97C;
}
#navmainswitch::before {
content: "\e60c";
}
#navmainswitch.close::before {
content: "\e609";
}

#navmain ul {
list-style: none;
margin: 0;
padding: 0;
}
#navmain ul ul {
list-style: square;
margin: 0 0 0 1.3em;
}
#navmain li {
margin: 22px 0;
}
#navmain ul ul li {
margin: 10px 0;
}
#navmain li.item-101 {
display: none;
}

#nav ul {
display: none;
}
#nav ul li:first-child {
margin-top: 15px;
}
#nav a {
display: block;
color: #000;
font: 700 18px/18px "Roboto", sans-serif;
text-transform: uppercase;
}
#nav a:hover {
color: #079753;
}


#nav li.mommy a::before {
content: "\e60b";
color: #079753;
display: block;
float: left;
vertical-align: middle;
font-weight: 20px;
line-height: 18px;
padding-right: 5px;
}

#nav li.mommy a.open {
color: #079753;
}
#nav li.mommy a.open::before {
content: "\e081";
}
#nav li.mommy ul a {
font: 500 18px/normal "Roboto", sans-serif;
text-transform: none;
}
#nav li.mommy ul a::before {
display: none;
}


#nav li.mommy ul a::after {
display: none;
}

/*** end navmain ***/



/** e-book **/

.ebook_blog {
display: grid;
gap: 25px;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
font-family: "Roboto", sans-serif;
font-size: 16px;
line-height: normal;
}
.ebook_blog .item {
/*flex: 0 1 30%;
margin: 0 auto 30px;
min-width: 220px;
padding: 15px;*/
background-color:#eee; 
box-shadow: 0 5px 20px 0 #999;
}
.ebook_blog .links,
.introimage .links {
display: flex;
flex-flow: row wrap;
justify-content: center;
}

.ebook_blog .links a,
.introimage .links a {
flex: 0 1 33.33%;
padding: 7px 10px;
font-size: 14px;
text-align: center;
color: #fff;
background-color: #444;
border-right: 1px solid #eee
}
.ebook_blog .links a:hover,
.introimage .links a:hover {
text-decoration: none;
background-color: #079753; 
}
.ebook_blog .item img {
width: 100%;
}
.ebook_blog .item p {
padding: 15px;
margin: 0;
text-align: center;
}


.introblock {
margin-bottom: 40px;
}
.introimage {
font-family: "Roboto", sans-serif;
font-size: 16px;
line-height: normal;
background-color:#f5f5f5;
}
.introimage img {
margin: 0 auto;
}


.introblock .hidden {
padding: 25px 20px 20px;
background-color: #F5F5F5;
font-size: 0.9em;
line-height: 140%;
}
.impresum {
margin-top: 3em;
padding: 25px 20px 20px;
background-color: #F5F5F5;
font-size: 0.9em;
line-height: 140%;
}

.ebook_download {
text-align: center;
padding: 15px;
}


/** end e-book **/






.blogitem {
margin: 40px 0 20px;
display: flex;
flex-flow: row nowrap;
}
.linkwrap {
padding: 0 0 10px;
}

.imageset {
margin: 1em auto;
}
.imageset img {
width: 100%;
}
.squeeze img {
width: 100%;
}

.imageset.manual img {
margin: 0 auto;
}
.imageset.center {
margin: 1em 0;
padding: 20px 0;
background-color: #f4f4f4;
}
.imageset.center a {
max-width: 280px;
display: block;
margin: 0 auto;
}
.imageset.center.portrait a {
width: 180px;
}
.imageset.center p {
text-align: center;
font-size: 0.857em;
font-style: italic;
margin-bottom: 0;
margin-left: 20px;
margin-right: 20px;
}
.imageset.center p i {
font-style: normal;
}

.imageset_variable {
width: auto;
}
.imageset_variable img {
width: 100%;
}

.caption {
font-size: 0.857em;
}
.caption.nospace {
margin-top: 0;
font-style: italic;
}
.caption.nospace i {
font-style: normal;
}



.blogitem h3 {
margin: 0 0 20px;
font-size: 1.238em;
font-weight: normal;
line-height: normal;
}
.blogitem h2 a,
.blogitem h3 a,
.notice h3 a {
color: #000;
}
.blogitem h2 a:hover,
.blogitem h3 a:hover,
.notice h3 a:hover {
color: #079753;
text-decoration: none;
}


.author-date {
flex: 0;
min-width: 160px;
padding: 7px 20px 7px 0;
font: 500 14px/16px "Roboto", sans-serif;
text-align: right;
border-right: 2px solid #ccc;
}
.fp_blog_category {
margin-bottom: 5px;
}
.blog_intro {
flex: 1 1 auto;
padding-left: 20px;
}
.nodate .author-date,
.nodate .author-date-separator {
display: none;
}

.blogauthor {
font: 500 17px/1.3 "Roboto", sans-serif;
margin-bottom: 15px;
}

.blogdate {
font-weight: 400;
}


a.readmore {
display: block;
}
a.readmore:hover {
color: #e24882;
text-decoration: none;
}
a.readmore::before {
content: "\e60f";
font-size: 24px;
line-height: 1;
display: block;
}


.filters {
margin-top: 40px;
}
.filterbox {
position: relative;
float: left;
margin-right: 20px;
padding: 6px 10px;
background-color: #fff;
border: 1px solid #666;
}
.filterbox .inputbox {
width: 210px;
color: #666;
}
.filterbox .inputbox:focus {
color: #000;
}

.filterbox .buttoncontainer {
position: absolute;
top: -10px;
right: -10px;
width: 20px;
height: 20px;
}


.filterbutton.cancel {
width: 20px;
height: 22px;
padding: 0;
margin: 0;
border: none;
background-color: #fff;
color: #666;
cursor: pointer;
}
.filterbutton.cancel::before {
font-size: 20px;
line-height: 1;
content: "\e205";
}
.filterbutton.cancel:hover {
color: #D90000;
}
.filterbutton.action {
width: 26px;
height: 40px;
padding: 0;
margin: 0;
border: none;
background-color: #fff;
color: #666;
cursor: pointer;
}
.filterbutton.action::before {
font-size: 26px;
line-height: 40px;
content: "\f00c";
}
.filterbutton.action:hover {
color: #079753;
}









/**** CSS table ****/

.table, .content-category {
display: table;
width: 100%;
border-collapse: collapse;
}

.table-row {
display: table-row;
border-bottom: 1px dotted #666;
}

.articlelist .table-row:last-child {
border-bottom: none;
}


.table-cell {
display: table-cell;
vertical-align: top;
padding: 10px 0;
}
.text-table {
margin: 1em 0;
border-top: 1px dotted #666;
}
.text-table .table-cell {
padding: 10px;
min-width: 0;
max-width: 100%;
}
.table-cell.header {
background-color: #f5f5f5;
}

.table-cell.datecreated {
min-width: 7%;
max-width: 7%;
padding: 10px 20px 10px 0;
font: 400 14px/25px "Roboto", sans-serif;
white-space: nowrap;
}

.table-cell.authorname {
width: 10%;
padding: 10px 20px 10px 0;
font-family: "Roboto", sans-serif;
font-weight: 500;
font-size: 17px;
line-height: 30px;
white-space: nowrap;
vertical-align: top;
}
.table-cell.articletitle {
width: 90%;
line-height: 30px;
vertical-align: bottom;
}
.clanci.list .table-row:nth-of-type(1) .table-cell {
padding-top: 0;
}
.articlelist {
margin: 40px 0 0;
}

.table.half,
.table.third {
margin: 1.5em 0;
}
.table.zebra div.table-row:nth-of-type(even) {
background-color: #f4f4f4;
}
.table.zebra div.table-cell {
padding: 10px;
}
.clanci.list .table.zebra .table-row:nth-of-type(1) .table-cell {
padding-top: 10px;
}
.half .table-cell {
width: 50%;
}
.third .table-cell {
width: 33.33%;
}

/**** end CSS table ****/








/*** slider ***/

#quotes {
margin-bottom: 70px;
font: 400 15px/21px "Roboto", sans-serif;
}
#quotes .table-row {
border-bottom: none;
}
#quotes .left {
width: 1%;
min-width: 50px;
padding: 0;
}
#quotes .right {
position: relative;
width: 99%;
padding: 20px 10px 20px 20px;
vertical-align: middle;
background-color: #f4f4f4;
border-radius: 5px;
}
p.quotesicon {
margin: 0;
}
p.quotesicon::before {
content: "\e046";
font-size: 36px;
line-height: 1;
display: block;
color: #595959;
}


.bx-wrapper {
position: relative;
margin: 0 auto;
padding: 0 40px 0 0;
*zoom: 1;
}
ul.bxslider {
padding: 0;
margin: 0;
}
ul.bxslider li {
display: table-row;
}
ul.bxslider li p {
display: table-cell;
height: 100%;
margin: 0;
height: 90px;
vertical-align: middle;
width: 100%;
}



.bx-controls {
position: absolute;
width: 20px;
height: 100%;
right: 0;
top: 0;
font-size: 18px;
line-height: 1;
}


a.bx-prev, a.bx-next {
position: absolute;
right: 0;
color: #595959;
text-align: right;
}

a.bx-prev {
top: 0;
}
a.bx-next {
bottom: 0;
}



/*** end slider ***/

.info {
margin-bottom: 40px;
display: flex;
flex-flow: row nowrap;
gap: 10px;
}

.infoicon p {
margin: 0;
}
.infoicon p::before {
display: block;
content: "\e061";
font-size: 36px;
line-height: 1;
color: #595959;
transform: scaleX(-1);
}
.infotext {
flex: 1;
padding: 20px;
font: 400 15px/normal "Roboto", sans-serif;
background-color: #f4f4f4;
border-radius: 5px;
}




.author {
margin: -10px 0 40px;
font-size: 20px;
}
.author .institution {
display: block;
padding-top: 5px;
font-size: 17px;
font-weight: 500;
}

.articledate {
display: inline-block;
padding-bottom: 8px;
font: 500 14px/14px "Roboto", sans-serif;
margin: 0 0 20px;
border-bottom: 1px solid #ccc;
}

.article-author-date {
font: 500 18px/18px "Roboto", sans-serif;
margin: 0;
}
.article-author-date .date-displayed {
font: 400 15px/18px "Roboto", sans-serif;
white-space: nowrap;
}

.author-date-separator {
display: inline-block;
border-left: 1px solid #999;
padding-left: 6px;
margin-left: 10px;
}





.editor {
font: 500 16px/16px "Roboto", sans-serif;
margin-top: 40px;
}

.no-pagehead .article-author-date {
display: none;
}


h1 {
font-size: 1.667em;
font-weight: 400;
line-height: normal;
margin: 1em 0 1.5em;
}
h1.subtitle,
.subtitle {
font-size: 1.095em;
font-weight: 400;
line-height: 1.3;
margin: -25px 0 40px;
}
.blog_intro .subtitle {
font-size: 1.048em;
font-weight: 400;
margin: 0 0 20px;
}

h2 {
font-size: 1.381em;
font-weight: 400;
line-height: normal;
margin: 2em 0 1.5em;
}
h2.subtitle {
margin: 50px 0 0;
}
h3 {
font-size: 1.190em;
font-weight: 400;
line-height: normal;
margin: 2em 0 1.5em;
}
h3.poem {
font-size: 1.190em;
font-weight: 700;
line-height: normal;
margin: 3em 0 1em;
}
h4 {
font-size: 1.095em;
font-weight: 400;
line-height: normal;
margin: 2em 0 1.5em;
}
.abstract h4 {
margin: 1.5em 0 1em;
}
.contents h4.subdivision {
font-size: 1.04em;
font-weight: 400;
line-height: normal;
margin: 2em 0 1.5em;
}

h5 {
font-size: 1em;
font-weight: 400;
line-height: normal;
margin: 2em 0 1.5em;
}
h5.tight {
margin-top: 0.5em;
}


h4.minisection {
padding-top: 20px;
border-top: 1px dotted #999;
}
.contents h5 {
font-size: 1.048em;
font-weight: 400;
line-height: normal;
margin: 0;
}
h3.biblio {
font-weight: 700;
margin: 2em 0 1em;
padding-bottom: 5px;
border-bottom: 1px dotted #999;
}
h4.biblio {
margin: 1em 0 0;
}

.scaps {
font-variant: small-caps;
}

.soundbite {
margin-top: 40px;
}
.ajfrem1 {
width: 100%;
}

.ajfrem {
width: 100%;
aspect-ratio: 100 / 81;
max-height: 600px;
}


.timestamp {
font: 500 14px/14px "Roboto", sans-serif;
margin: 40px 0 40px;
}
.stealth {
margin-bottom: 2em;
}
.abstract {
padding: 10px 20px;
font-size: 0.952em;
line-height: 1.4;
background-color: #F5F5F5;
}
.source {
font: 400 15px/1.4 "Roboto", sans-serif;
margin-bottom: 40px;
padding: 10px 0;
border-top: 1px dotted #999;
border-bottom: 1px dotted #999;
}
.source_bottom {
margin-top: 3em;
color: #AE974F;
}
.download {
margin-top: 40px;
padding: 15px 0 0;
font: 400 17px/normal "Roboto", sans-serif;
border-top: 1px dotted #999;
}

.smallprint {
font-size: 1em;
} 
.smallerprint {
font-size: 0.810em;
} 
.firstpara {
margin-top: 40px;
} 



#footer p {
margin: 0 0 6px;
}
.dash1::after,
.dash2::after {
content: "–";
}


.topspace {
margin-top: 2em;
}
.zerospace {
margin: 0;
}

.question {
font-family: "Roboto", sans-serif;
font-size: 17px;
font-weight: 500;
line-height: 140%;
}


/*** search ***/

.searchfield {
display: flex;
height: 42px;
padding: 0;
background-color: #fff;
border-radius: 21px;
}
.inputbox {
flex: 1 0 auto;
width: calc(100% - 42px);
min-width: 0;
height: 42px;
padding: 0 0 0 21px;
margin: 0;
font: 400 17px/42px "Roboto", sans-serif;
color: #858585;
border: none;
outline: none;
background: transparent;
}
.topsearch .inputbox {
padding-left: 0;
}

.inputbox:focus {
color: #000;
}

.button {
flex: 0 0 34px;
min-width: 34px;
min-height: 34px;
padding: 0;
margin: 4px;
border: none;
cursor: pointer;
color: #444;
background-color: #ccc;
border-radius: 20px;
}
.button::before {
display: block;
width: 34px;
padding-left: 4px;
content: "\e607";
font: normal 26px/34px "Icomoon", sans-serif;
font-family: "Icomoon" !important;
text-align: center;
}
.topsearch .button {
background-color: #fff;
}

.button:hover {
background-color: #00B97C;
color: #fff;
}
.topsearch .button:hover {
background-color: #fff;
color: #00B97C;
}

.searchres .searchcontainer {
max-width: 300px;
}
.searchres .searchfield,
.topsearch .searchfield  {
background-color: #eee;
}

.searchres .inputbox {
color: #222;
}

#searchcontainer.topsearch {
position: relative;
width: 234px;
height: 42px;
margin: 40px 0 60px;
overflow: hidden;
}


.form-limit label,
.searchintro {
font: 500 17px/20px "Roboto", sans-serif;
}
.inputbox.input-mini {
width: auto;
height: auto;
margin-left: 10px;
padding: 5px;
font: 400 15px/40px "Roboto", sans-serif;
color: #000;
background-color: #fff;
border: 1px solid #999;
outline: none;
}
.searchintro {
margin-top: 30px;
}
#searchswitch {
display: block;
position: absolute;
left: 0;
top: 0;
width: 42px;
height: 42px;
color: #000;
text-align: center;
background-color: #FEF101;
z-index: 100;
border-radius: 21px;
}
#searchswitch:hover {
color: #fff;
background-color: #00B97C;
}
#searchswitch::before {
content: "\f002";
font: normal 18px/40px "Icomoon", sans-serif;
font-family: "Icomoon" !important;
}
#switchbg {
position: absolute;
left: 0;
top: 0;
width: 21px;
height: 42px;
color: #000;
background-color: #fff;
z-index: 90;
}
#slidingsearch {
position: absolute;
left: -230px;
width: 234px;
height: 42px;
padding: 0 0 0 50px;
background-color: #eee;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
border-radius: 21px;
z-index: 80;
}
#slidingsearch.slide {
display: block;
left: 0;
}


ol.search-results {
margin: 40px 0;
}
ol.search-results li {
margin: 0 0 20px;
}

p.result-title {
margin: 0;
}
.result-title-text {
padding-bottom: 10px;
}
.noresult p{
margin-top: 30px;
}

/*** end search ***/



.motto {
margin: 2.5em 0;
padding: 0 0 0 150px;
font-size: 0.857em;
line-height: normal;
}
.motto p {
margin: 0;
}
.motto.strophe p {
margin: 0 0 10px;
}
.motto.strophe p.topspace {
margin: 20px 0 10px;
}
.motto p.topspace {
margin-top: 1em;
}
.motto p.quote-source {
margin-top: 5px;
}


.motto::before {
content: "\e046";
font: normal 36px/36px "Icomoon", sans-serif;
font-family: "Icomoon" !important;
display: block;
float: left;
margin-left: -50px;
color: #C6B582;
}

.motto_text {
margin: 40px 25% 40px 0;
font-size: 17px;
line-height: normal;
}
.motto p.potpis {
margin-top: 5px;
}


.rightcol a.showhide {
display: block;
padding: 9px 20px 5px;
font: 700 14px/14px "Roboto",sans-serif;
text-transform: uppercase;
color: #000;
background-color: #f5f5f5;
text-align: center;
border-bottom: 1px solid #ccc;
cursor: pointer;
}

.rightcol a.showhide::after {
content: "\e60c";
font: normal 15px/15px "Icomoon", sans-serif;
font-family: "Icomoon" !important;
padding-top: 2px;
display: block;
}
.rightcol a.showhide.close::after {
content: "\e209";
font-weight: 700;
}

.rightcol a.showhide:hover::after {
color: #e24882;
}

.reply {
border-bottom: 1px solid #ccc;
}
.reply:nth-of-type(1) {
border-top: 1px solid #ccc;
}
.reply p {
margin-left: 10px;
margin-right: 10px;
}
a.expand {
display: block;
padding: 10px;
font: 500 17px/17px "Roboto",sans-serif;
color: #000;
background-color: #f5f5f5;
cursor: pointer;
}

a.expand:hover,
a.expand.close {
color: #079753;
}
a.expand::after {
content: "\e605";
font: normal 15px/18px "Icomoon", sans-serif;
display: block;
float: right;
}
a.expand.close::after {
content: "\e608";
}

a.expand.close:hover {
color: #000;
}

.hidden {
display: none;
}
.footnotes {
display: none;
}
.mobile, .mobile1 {
display: none;
}


table {
width: 100%;
border-collapse: collapse;
margin: 1em 0;
}
table.autowidth,
.ebook table.autowidth {
width: auto;
}

th, td {
text-align: left;
vertical-align: top;
padding: 10px;
border: 1px solid #dadada;
}
th.lightbg {
font-weight: normal;
background-color: #f4f4f4;
}
table.lightgrey th {
background: #f5f5f5;
}


table.blue th {
background: #e9f0f7;
}
table.blue td,
table.blue th {
border: 1px solid #0098ec;
}


.borderless td {
border: none;
padding: 5px;
}
.cols2 th,
.cols2 td {
width: 50%;
}
.nopad th,
.nopad td {
padding: 0;
}
.nopad p,
.nopad ul {
margin: 10px;
}
.w_header th {
background-color: #f4f4f4;
}
.zebra tr:nth-of-type(odd) {
background-color: #f4f4f4;
}

table.invisible {
width: auto;
}
.invisible th, .invisible td {
padding: 8px 15px;
border-left: none;
border-right: none;
}
.invisible th {
font-weight: normal;
font-variant: small-caps;
}
.invisible tr.bullets td {
border: none;
padding: 0 15px;
vertical-align: middle;
font-size: 1.095em;
}
.invisible.borderless td {
border: none;
}
.invisible.borderless td:nth-of-type(odd) {
padding-right: 40px;
}
table.invisible.elastic {
width: auto;
border: none;
line-height: 0.75;
}
table.invisible.elastic td {
padding: 0;
border: none;
}

table.sum tr td:last-child {
text-align: right;
}
table.lili {
width: 100%;
}
table.lili tr td:last-child {
padding-left: 20px;	
}
td.horizontal_pad {
padding-left: 20px !important;
padding-right: 20px !important;
border-right: 1px solid #ccc;
text-align: right;
}
td.left_pad {
padding-left: 20px !important;
}
table.delineated td {
border-bottom: 1px solid #ccc;	
padding: 5px 0;
}

table.tabs-layout {
width: auto;
border-collapse: separate;
border-spacing: 25px 10px;
margin-left: -25px;
}
.tabs-layout td {
border: none;
padding: 0;
}
td.dark {
background: #dadada;
}
td.right {
text-align: right;
}
.left_spine {
display: block;
width: 31px;
writing-mode: vertical-rl;
text-orientation: sideways;
rotate: 180deg;
padding-bottom: 10px;
}

table.slamnig {
width: auto;
}
.slamnig td {
border: none;
padding: 0 20px 0 0;
}
.slamnig tr td:last-child {
padding: 0;
vertical-align: bottom;
}

/* Vuletić 1-1 */

table.sum_right th {
font-variant: small-caps;
font-weight: normal;
width: 16%;
text-align: left;
}
table.sum_right td {
width: 14%;
text-align: right;
}
/* Vuletić 2-6 */
.shell {
vertical-align: middle;
margin-left: 20px;
}
.segment {
display: inline-block;
vertical-align: middle;
margin: 0;
padding: 0;
}
.top-bottom {
width: 10px;
line-height: 0.8;  
display: block;
}

.centered_table {
margin: 20px auto;
}

.table_scroller {
max-width: 100vw;
margin: auto;
overflow-x:auto;
}
table.table-indent {
width: auto;
margin: 1em 0 1em 40px;
border: none;
white-space: nowrap;
}
table.table-indent td {
border: none;
padding: 5px;
line-height: normal;
}
.inline-image {
display: inline-block;
height: auto;
min-height: 6px;
min-width: 60px;
object-fit: contain;
margin: 0 auto;
vertical-align: middle;
}
.inline-image-vertical {
display: inline-block;
width: auto;
min-width: 6px;
min-height: 40px;
object-fit: contain;
margin: 0 auto;
vertical-align: middle;
}

.centered td {
text-align: center;
}

.twocols {
margin-left: 40px;
display: flex;
flex-flow: row wrap;
gap: 20px 40px;
}
.twocols div {
min-width: 240px;
max-width: 340px;
}




.twocols.narrow  {
/*flex-flow: row nowrap;
max-width: 400px;*/
gap: 0 20px;
margin-top: 40px;
}

.twocols.narrow div {
flex-grow: 0;
min-width: 140px;
max-width: 140px;
}
.midcol {
max-width: 280px;
margin-left: 40px;
padding-left: 70px;
}

.twocols.narrow  p {
margin-top: 0;
}
.twocols.narrow div p:last-child {
margin-bottom: 0;
}




.threecols {
margin-left: 40px;
display: grid;
 grid-template-columns: repeat(3, 160px);
	gap: 0 20px;
}








.centered {
text-align: center;
}
img.centered {
margin-left: auto;
margin-right: auto;
}

.extended {
letter-spacing: 0.1em;
}
.strikethrough-center {
background: url(../img/line_grey.png) repeat-x center center;
}
.strikethrough-right {
background: url(../img/line_grey_right.png) no-repeat center center;
}
.strikethrough-left {
background: url(../img/line_grey_left.png) no-repeat center center;
}

.long_arrow {
display: inline-block; 
vertical-align: middle;
}
/*.font_arrow {
vertical-align: 10%;
}*/
.inline_graphic {
display: block;
margin: 0 auto;
width: 100%;
}

/*** pagination ***/

.pagination {
margin-top: 70px;
padding-left: 160px;
}

.list .pagination {
padding-top: 50px;
padding-left: 0;
}

.searchres .pagination {
padding-left: 0;
}

.pagination-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-flow: row wrap;
gap: 15px;
}
/*.pagination ul li {
display: block;
float: left;
margin: 0 15px 15px 0;
}*/
.pagination ul li.disabled {
display: none;
}

.pagination ul li.disabled a {
color: #BCBCBC;
}
.pagination a {
background-color: #444;
color: #fff;
display: block;
height: 36px;
width: 36px;
float: left;
font: 500 17px/36px "Roboto",sans-serif;
text-align: center;
border-radius: 18px;
}
.pagination .active a, .pagination .active a:hover {
color: #000;
background-color: #ccc;
}

.start, .prev, .next, .end {
font: normal 23px/36px "Icomoon", sans-serif;
font-family: "Icomoon" !important;
}
.start, .end {
line-height: 34px;
padding-bottom: 2px;
}

.pagination a:hover {
color: #6FC;
background-color: #000;

}

.start::before {
content: "\e028";
}
.prev::before {
content: "\e606";
padding-right: 2px;
}
.next::before {
content: "\e607";
padding-left: 2px;
}
.end::before {
content: "\e027";
}

/*** page navigation ***/

.pagenav {
margin: 40px 0 0;
padding-top: 20px;
border-top: 1px dotted #999;
}
.pagenav a {
background-color: #444;
color: #fff;
display: block;
height: 36px;
width: 36px;
float: left;
margin-right: 30px;
text-align: center;
border-radius: 18px;
font-size: 23px;
line-height: 36px;
}
.pagenav a:hover {
color: #6FC;
background-color: #000;
}
.prevpage a::before {
content: "\e606";
padding-right: 2px;
}
.nextpage a::before {
content: "\e607";
padding-left: 2px;
}

/******* to top *******/

.fixed {
display: none;
width: 30px;
position: fixed;
bottom: 20px;
right: 20px;
z-index: 200;
}
a#to_top {
display: block;
width: 30px;
text-align: center;
color: #e24882;
}
a#to_top:hover {
color: #00B97C;
}

a#to_top::before {
content: "\e60e";
font-size: 30px;
line-height: 1;
}

/******* end to top *******/




/**** tooltip ****/
/*a.hastip {
display: inline-block;
width: 26px;
text-align: center;
vertical-align: middle;
margin: 0 0 0 3px;
font: 700 10px/26px "Roboto", sans-serif;
color: #000;
background-color: #dadada;
border-radius: 13px;
}*/

a.hastip {
display: inline-block;
padding: 4px 6px;
vertical-align: top;
margin: 0;
font: 700 11px/1 "Roboto", sans-serif;
color: #000;
background-color: #DAF7A6;
border-radius: 3px;
}

a.hastip:hover {
color: #fff;
background-color: #e24882;
}
h2 a.hastip {
margin: 0 0 0 5px;
}

.imageset a.hastip {
display: inline-block;
vertical-align: bottom;
}

a.hastip.nospace {
margin: 0;
}


/**** end tooltip ****/


.col {
box-sizing: border-box;
width: 50%;
padding: 0 1em;
float: left;
}

.notice {
position: relative;
margin: -30px 0 0 50px;
padding: 20px;
background-color: #E4FCE8;
}
.notice::before {
content: "\e055";
font-size: 36px;
line-height: 1;
display: block;
position: absolute;
top: 0;
left: -50px;
color: #FEDE01;
}

.notice h3 {
margin: 0;
}

.rule {
height: 0;
margin: 3em 0;
border-top: 1px dotted #999;
}
h3.underline,
h4.underline,
.rule-below,
.rule-below p {
padding-bottom: 10px;
border-bottom: 1px dotted #999;
text-decoration: none;
}

.underline {
text-decoration: underline;
}

/** stopljenice **/


.stopljenice .author,
.altfont .author,
.altfont1 .author,
.ebook .author {
font-size: 18px;
font-family: "Roboto", sans-serif;
font-weight: 700;
}
.entry {
font-family: "Roboto", sans-serif;
font-weight: 700;
font-size: 17px;
}
.entry-para {
margin: 30px 0 10px;
}
.bold {
font-weight: 700;
}

.bolditalic {
font-weight: 700;
font-style: italic;
}
sup, sub {
font-size: .7em;
}
.entry-para sup, .entry-para sub {
font-family: "Roboto", sans-serif;
font-weight: 700;
}
.mfp-inlineimg {
display: inline;
}
.stopljenice .ebook-runninghead {
margin-bottom: 0;
}
#dictionary-nav {
margin-top: 2px;
margin-bottom: 48px;
}
.abc-nav {
display: flex;
flex-flow: row wrap;
justify-content: center;
}
.contents .abc-nav {
justify-content: left;
}
.abc-nav .contents_item {
box-sizing: border-box;
flex: 0 1 10%;
min-width: 86px;
padding: 3px;
padding: 0;
border: 0;
}
.abc-nav .contents_item:hover {
}


.abc-nav .contents_item a {
display: block;
height: 60px;
margin: 3px;
font-family: "Roboto", sans-serif;
font-weight: 700;
text-align: center;
font-size: 17px;
line-height: 60px;
color: #000;
background-color: #fff;
border: 1px solid #FDEA00;
border-top-width: 6px;
}
.abc-nav .contents_item a:hover {
background-color: #FDEA00;
border-top-width: 1px;
border-bottom-width: 6px;
}
b.bolditalic,
strong.bolditalic {
font-style: italic;
}
.columns {
-webkit-perspective:1;
-webkit-columns: 2 240px;
-moz-columns: 2 240px;
columns: 2 240px;
-webkit-column-gap: 2em;
-moz-column-gap: 2em;
column-gap: 2em;
}
.columns p {
margin-top: 0;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
}
.strikethr, .strikethrough {
text-decoration: line-through;
}
/** end stopljenice **/




.dropcap {
display: block;
float: left;
font-size: 3.1em;
line-height: 0.9;
padding-right: 5px;
}



.br {
vertical-align: -0.175em;
}

.note-boxed {
padding: 20px;
margin: 2em 0 0;
font: 15px "Roboto", sans-serif;
background-color: #F4F4F4;
}
.note-boxed p {
margin: 0;
}

.example {
margin-left: 30px;
}

.quote-boxed {
box-sizing: border-box;
float: left;
width: 50%;
padding: 20px;
font-family: "Roboto", sans-serif;
background-color: #f4f4f4;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}
.quote-boxed p {
margin: .5em 0;
}
.quote-boxed p.indent {
margin-left: 20px;
}
.quote-boxed .heading {
padding: 10px 20px;
margin: -20px -20px 1.5em -20px;
font: 700 1em "Roboto", sans-serif;
border-bottom: 1px solid #fff;
background-color: #FEF101;
}

.biblio p {
text-indent: -4em;
margin-left: 4em;
}

.quote-parallel {
box-sizing: border-box;
float: left;
width: 50%;
padding: 15px;
}

.quote-parallel p {
margin: 0;
}
.quote-parallel  p.strofa {
margin: 10px 0;
}

.quote-parallel .smallerprint {
margin: 10px 0 0;
}
.quote-parallel p.indent {
margin: 0 0 0 25px;
}

.quote-columns {
display: flex;
flex-flow: row nowrap;
gap: 15px;
}

.quote-columns .firstli {
padding-top: 2.4em;
}



ol.spacedlist li,
ul.spacedlist li {
margin: 1em 0;
}
ul.semi-spacedlist li {
margin: .35em 0;
}


ol.alpha_lower {
list-style-type: lower-alpha;
}
ol.roman_upper {
list-style-type: upper-roman;
}
p.statement {
display: inline-block;
margin-left: 30px;
padding: 15px;
border: 1px solid #999;
}

ul.noindent {
padding: 0 0 0 1em;
}

ul.dashed {
list-style-type: "– ";
}


p.verse {
margin: 0;
}
.indent_verse {
padding-left: 50px;
margin: 0;
}
p.stanza {
margin: 0 0 1em;
}

.centered_img {
display: inline-block;
}
.centered_img img {
margin: 0 auto 10px;
}

.bordered {
padding: 15px;
border: 1px solid #999;
}

.topborder {
border-top: 1px solid #000;
line-height: 1;
}
.raised {
vertical-align: 50%;
}
.image_above {
padding-top: 1px;
display: inline-block;
background: url(../../../images/pranjic21.png) no-repeat left top;
}

.stope {
width: auto;
font-family: 'Stope';
}
.stope td {
text-align: center;
padding: 4px;
border: none;
white-space: nowrap;
vertical-align: middle;
background-color: #fff;
}
.stope p {
margin: 10px 0;
}

.slavic {
font-size: 1.059em;
}

.asterisk {
padding-top: .5em;
}
.asterisk_centered {
padding-top: .5em;
text-align: center;
}


.introtext {
font: 500 20px/1 "Roboto", sans-serif;
margin: 0 0 40px;
}
.home .library {
display: grid;
gap: 40px;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.library_item {
/*margin: 40px 0 0;*/
font: 400 15px/18px "Roboto", sans-serif;
}
.library_item p {
margin-bottom: 0;
}
.library_item img {
width: 100%;
box-shadow: 0 5px 20px 0 #999;
}
.morebooks {
padding-top: 40px;
font: 500 18px/1 "Roboto", sans-serif;
}

.natuknica div {
display: block;
margin-left: -40px;
}
.natuknica {
margin: 0 0 5px 40px;
}
.primjer {
margin: 0 0 15px 40px;
}

.footnotes_delimiter {
margin-top: 60px;
padding-top: 20px;
font-weight: 700;
border-top: 1px dotted #000;
}

.rightcol a.footnoteref {
display: inline-block;
padding-left: 2px;
font: 700 14px/normal Roboto;
color: #e24882;
vertical-align: super;
}
.rightcol a.backlink {
display: inline-block;
padding-right: 2px;
font: 700 17px/normal Roboto;
color: #e24882;
}

.rightcol a.footnoteref:hover,
.rightcol a.backlink:hover {
color: #079753;
}

span.subtitle {
display: block;
margin-top: 15px;
font-size: 0.75em;
}

.tab {
display: inline-block;
}

.video {
box-sizing: border-box;
text-align: center;
margin: 30px auto;
background-color: #eee;
border: 30px solid #eee;
}
.video iframe, .video object {
display: block;
margin: auto;
}
.videoWrapper {
position: relative;
margin: auto;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.video .videoWrapper iframe,
.video .videoWrapper object {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/************* MEDIA QUERIES *************/





@media screen and (max-height: 900px) {


header {
height: 350px;
}
#logo {
line-height: 350px;
}
#logo.grow {
font-size: 80px;
opacity: 1;
}


}






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

.home .blogitem {
flex-flow: column;
padding: 0 0 20px 0;
border-bottom: 1px dotted #999;
}
.home .linkwrap {
padding: 0;
}
.home .blogauthor {
display: block;
margin-bottom: 10px;
border: none;
}
.home .author-date {
flex: 1;
padding: 0 0 20px 0;
line-height: 22px;
text-align: left;
border: none;
}
.home .blogdate, .fp_blog_category {
display: inline-block;
margin: 0;
}
.fp_blog_category {
margin-right: 10px;
padding-right: 10px;
font-size: 15px;
font-weight: 400;
border-right: 1px solid #999;
}
.home .blog_intro {
padding: 0;
}

#quotes {
display: none;
}

}




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



.leftcol {
width: 10%;
min-width: 230px;
padding-right: 0;
}

.rightcol {
width: 90%;
}

#footer .leftcol {
width: 10%;
min-width: 230px;
}
#footer .rightcol {
width: 90%;
}


}















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


.blogitem {
flex-flow: column;
padding: 0 0 20px 0;
border-bottom: 1px dotted #999;
}
.linkwrap {
padding: 0;
}
.author-date {
flex: 1;
padding: 0 0 20px 0;
text-align: left;
border: none;
}
.blogauthor, .blogdate {
display: inline-block;
margin: 0;
}
.blogauthor {
margin: 0 10px 0 0;
padding-right: 12px;
border-right: 1px solid #999;
}
.blog_intro {
padding: 0;
}

.pagination {
margin-top: 40px;
padding-left: 0;
}

.home .wrap {
flex-flow: row wrap;
}
.home .extracol {
flex: 1 0 100%;
min-width: 100%;
padding: 0 0 70px;
}
.home .library {
padding: 0 40px;
grid-template-columns: repeat(auto-fill, minmax(280px, 2fr));
}
.library_item {
text-align: center;
}

.extracol .section {
margin-bottom: 30px;
padding: 10px 20px;
text-align: center;
}
.introtext, .morebooks {
text-align: center;
}


.leftcol, .rightcol {
padding: 0 0 30px;
}

}











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

#content {
padding: 0 
}

.wrap,
#footer,
.leftcol,
.home .leftcol,
.rightcol,
#footer .leftcol,
#footer .rightcol,
.home .rightcol{
display: block;
width: auto;
}

.leftcol {
padding: 20px 20px 0;
}
.rightcol,
.home .rightcol {
padding: 0 20px 40px 20px;
}
.table_scroller {
max-width: calc(100vw - 40px);
}

.home .rightcol .lining {
padding: 0;
}

.rightcol h3.section,
.home .rightcol h3.section {
border: none;
}


#footer h3 {
text-align: center;
}
#footer .searchcontainer {
margin: 0 auto;
max-width: 320px;
}
#footer .leftcol {
padding-bottom: 30px;
}
#footer .rightcol {
padding-top: 0;
text-align: center;
}
#footer .textblock {
padding: 0;
}
#szg {
float: none;
margin: 20px auto;
}


/*** navmain ***/

#navmain {
margin: 0;
}
ul#nav {
display: none;
padding-bottom: 20px;
}
#navmainswitch {
display: block;
}

#navmain li {
margin: 0;
padding: 15px 10px;
border-top: 1px solid #dadada;
}
#navmain ul ul li {
margin: 0;
padding: 14px 0 0 0;
margin-left: 1.2em;
border: none;
}

#nav ul li:first-child {
margin: 0 0 0 1.2em;
}
#navmain ul ul {
margin: 0;
}

/*** end navmain ***/


.leftcol h3.section {
display: none;
}

.topsearch {
display: none;
}
.rightcol h3.section,
.extracol h3.section {
margin: 0 -20px 35px;
text-align: center;
}

.catname {
margin: 0 -20px 40px;
text-align: center;
}



}












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

header {
height: 300px;
}
#logo {
line-height: 300px;
}

#logo.grow {
font-size: 60px;
opacity: 1;
}


.ebook .blogitem,
.ebook.contents .blogitem {
margin: 50px 0 50px 120px;
min-height: 0;
}
.ebook .imageset.left {
width: 100px;
left: -120px;
}

.quote-parallel {
float: none;
width: auto;
padding: 0;
margin: 1em 0;
}


}






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

h1 {
font-size: 1.4em;
font-weight: 400;
margin: 30px 0;
}
h1.subtitle {
margin: -15px 0 30px;
}
h2 {
font-size: 1.2em;
font-weight: 400;
margin: 30px 0;
}
h3 {
font-weight: 400;
margin: 20px 0;
}

h4 {
font-weight: 400;
margin: 20px 0;
}
.contents h5 {
font-weight: 400;
}

}


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

body {
font-size: 20px;
}

}



@media screen and (max-height: 500px) {

header {
height: 250px;
}
#logo {
line-height: 250px;
}
#logo.grow {
font-size: 50px;
opacity: 1;
}

}

@media screen and (max-width: 572px) {
.quote-columns {
display: block;
}
.quote-columns div ol {
margin-top: 0;
margin-bottom: 0;
}

.quote-columns .firstli {
padding-top: 0;
}


}


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

.home .library {
padding: 0 20px;
gap: 20px;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

#quotes {
display: none;
}


.article-author-date {
font: 500 16px/16px "Roboto", sans-serif;
}

.article-author-date span:nth-of-type(2) {
font: 500 14px/16px "Roboto", sans-serif;
}

.articlelist {
margin: 30px 0;
}

.notice {
margin: 40px 0 0;
}
.notice::before {
display: none;
}

/* stopljenice */
.abc-nav .contents_item a {
height: 50px;
line-height: 50px;
}

.quote-boxed {
float: none;
width: auto;
margin: 2em 0;
border: none;
}

.video {
border: 15px solid #eee;
}


}












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

.home .rightcol {
padding-bottom: 10px;
}
.home .extracol {
padding-bottom: 30px;
}
/*.library {
flex-flow: column;
}
.library_item {
max-width: 300px;
margin: 0 auto;
}
.introtext {
text-align: center;
padding-bottom: 30px;
}*/

#footer .line3 {
display: block;
}
.dash2::after {
content: "";
}
.col {
float: none;
}

.desktop1 {
display: none;
}
.mobile1 {
display: block;
}

.ebook .imageset.left {
position: static;
width: auto;
padding: 10px;
background-color: #f4f4f4;
}
.imageset.left img {
width: auto;
margin: auto;
}
.imageset.center {
margin: 1em 0;
}

}











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

header {
height: 200px;
}
#logo {
line-height: 200px;
}
#logo.grow {
font-size: 40px;
opacity: 1;
}


.pagination-list {
gap: 10px;
}

#footer .line2 {
display: block;
}
.dash1::after {
content: "";
}
.blogitem, .ebook .blogitem, .ebook.contents .blogitem {
margin: 40px 0;
}



/*** CSS table ***/

.table, .content-category {
display: block;
width: auto;
}

.articlelist .table-row,
.text-table .table-row {
display: block;
width: auto;
}

.articlelist .table-cell,
.text-table .table-cell {
display: block;
padding: 10px 0;
width: auto;
min-width: none;
max-width: none;
}
.text-table .table-cell {
padding: 10px;
}
.articlelist .table-cell.datecreated,
.articlelist .table-cell.authorname {
padding: 14px 0 0;
display: inline-block;
}
.articlelist .table-cell.datecreated {
font-size: 14px;
}

.articlelist .table-cell.datecreated::after {
content: "|";
color: #999;
display: inline-block;
padding: 0 3px 0 6px;
}

.half .table-cell,
.third .table-cell {
width: auto;
}

/*** end CSS table ***/


.motto {
padding: 0 0 0 50px;
}
.motto::before {
margin-left: -50px;
}



.ebook-runninghead {
margin: 0 0 35px;
}

.stopljenice h1 {
font-weight: 700;
}


}












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

body {
font-size: 18px;
}

header {
height: 150px;
}
#logo {
line-height: 150px;
}
#logo.grow {
font-size: 35px;
opacity: 1;
}

.pagination {
padding-top: 0;
}


.author {
font-size: 18px;
}
.ebook .author .institution {
font-size: 16px;
}

.block-me {
display: block;
}



.inputbox {
width: 160px;
}
.filterbox .inputbox {
width: 180px;
padding: 0;
}

.indent, .bundled {
margin: 10px 0 10px 20px;
}


.twocols {
margin-left: 20px;
}

.twocols div {
min-width: 120px;
max-width: 300px;
}

.midcol {
margin-left: 20px;
padding-left: 50px;
}



ul, ol {
padding-left: 20px;
}

h1.subtitle {
margin: -10px 0 30px;
font-size: 18px;
}

#dictionary-nav {
margin-bottom: 2em;
}

.desktop {
display: none;
}
.mobile {
display: block;
}

.video {
border: 5px solid #eee;
}


}





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

.introimage img {
width: 100%;
}

.imageset.center {
padding: 0;
background-color: transparent;
}


}



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


.soundbite {
max-width: 320px;
overflow: hidden;
}


}




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

#logo.grow {
font-size: 30px;
opacity: 1;
}

h1 {
font-size: 23px;
}
/* stopljenice */

.abc-nav {
display: block;
}
.abc-nav .contents_item {
flex: none;
width: 100%;
margin: 0 0 5px 0;
}
.abc-nav .contents_item a {
width: auto;
height: auto;
line-height: normal;
padding: 5px;
}

.catname {
letter-spacing: 0;
}

.twocols {
margin-left: 0;
}
/* end stopljenice */


.twocols.narrow div {
min-width: 120px;
max-width: 120px;
}
.midcol {
margin-left: 0;
padding-left: 40px;
}



}


