@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local('PT Sans Italic'), local('PTSans-Italic'), url(../fonts/PT_Sans-Web-Italic.ttf) format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url(../fonts/PT_Sans-Web-BoldItalic.ttf) format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(../fonts/PT_Sans-Web-Regular.ttf) format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(../fonts/PT_Sans-Web-Bold.ttf) format('truetype');
  font-display: swap;
}


@font-face {
    font-family: Khartiya;
    src: url('../fonts/Khartiya-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Khartiya-Regular.eot?#iefix') format('embedded-opentype'),
         url("../fonts/Khartiya-Regular.ttf") format('truetype');
    font-display: swap;
}

@font-face {
    font-family: Khartiya;
    font-style:italic;
    font-weight:bold;
    src: url("../fonts/Khartiya-BoldItalic.eot");
    src: url('../fonts/Khartiya-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url("../fonts/Khartiya-BoldItalic.ttf") format('truetype');
}

@font-face {
    font-family: Khartiya;
    font-style:italic;
    src: url("./fonts/Khartiya-Italic.eot");
    src: url('../fonts/Khartiya-Italic.eot?#iefix') format('embedded-opentype'),
         url("../fonts/Khartiya-Italic.ttf") format('truetype');
    font-display: swap;
}

@font-face {
    font-family: Khartiya;
    font-weight:bold;
    src: url("../fonts/Khartiya-Bold.eot");
    src: url('../fonts/Khartiya-Bold.eot?#iefix') format('embedded-opentype'),
         url("../fonts/Khartiya-Bold.ttf") format('truetype');
    font-display: swap;
}

*{
    box-sizing: border-box;
}

html, body{
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    color: #666666;
}

.sidebar .menu,
.blockTitle,
.tocArticle .title{
    font-family: Khartiya, serif;
}

body{
    padding-top: 40px;
}

#content{
    max-width: 100%;
}

#elpub-messages{
    margin-left: -25px;
}

#elpub-messages .elpub-message{
    background: #fff3cd;
    padding: 10px 10px 10px 25px;
    margin: 10px 0;
    color: #856404;
}

a{
    outline: none;
}

img{
    max-width: 100%;
}

.container{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.wrapper{
    padding: 0 25px;
}

.flex{
    display: flex;
    display: -ms-flexbox;
}

.issue-statistics{
    flex-wrap: wrap;
}

.issue-statistics-cell{
    flex: 0 0 100%;
    text-transform: uppercase;
    font-size: 80%;
}

table{
    table-layout: fixed;
}


h1,h2,h3,h4{
    font-weight: normal;
    font-family: Khartiya, serif;
}

h4{
    margin-bottom: 0;
}



p{
    margin: 5px 0;
}
.clear{
    clear: both;
}

.sans{
    font-family: 'PT Sans', sans-serif;
}

h2.fullsize{
    font-size: 20px;
    line-height: 20px;
    color:#4d4d4d;
    display: block;
    padding: 10px 0 10px 25px;
    background: #f2f2f2;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    margin-left: -25px;
    position: relative;
}

#navbarWrapper.floating{
    background: #333;
    border-top: 1px solid #fff;
    margin: 0;
}

nav.navbar{
    width: 100%;
    background: #000;
    color: #fff;
    height: 40px;
    font-family: 'PT Sans', sans-serif;
    position: fixed;
    top:0;
    left: 0;
    z-index: 10;
}

nav.navbar .wrapper{
    display: flex;
}


nav.navbar .issn{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin: 0 10px;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    line-height: 16px;
    padding-left: 5px;
    border-left: 1px solid #fff;
}


nav.navbar .issn span{
    margin-right: 20px;
}

nav.navbar .title{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    font-size: 12px;
    margin-right: 20px;
    max-width: 710px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    line-height: 16px;
    flex: 1 1 0;
}

nav.navbar a.userBlock{
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 100%;
    background: #666666;
    color:#fff;
    text-align: center;
    padding: 12px 0 12px 10px;
    font-size: 16px;
    font-family: Khartiya, serif;
    line-height: 16px;
    text-decoration: none;
    position: relative;
}

nav.navbar a.userBlock::before{
    content:'';
    background: url(../img/icon_person.png) 0 0 no-repeat;
    width: 16px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
}

nav.navbar a.userBlock:hover{
    background: #808080;
}

nav.navbar .language{
    float: right;
    font-size: 15px;
    line-height: 16px;
    padding: 12px 0;
    height: 100%;
    margin-left: 20px;
}

nav.navbar .language a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

input.buttonHide {
    padding: 0 10px;
}

input[type='text']:read-only{
    background: lightgray;
}

.buttonHideDiv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #E0E0E0;
    margin-bottom: 15px;
    padding: 10px 5px 10px 5px;
    max-height: 45px;
}

.small-author-tip{
    color: #aaa;
    margin-left: 10px;
}

.delauthor {
    float: right;
    background-color: red;
    color: white;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 1em;
}

.buttonHideGeneral {
    display: flex;
    flex-direction: column;
}

.buttonHideGeneral {
    display: flex;
    flex-direction: column;
}

nav.navbar .language a.current{
    color: #666;
}

nav.navbar .issn a{
    color: #29abe2;
}

.sidebar a:hover,
nav.navbar .issn a:hover{
    text-decoration: none;
}

nav.navbar .language a:hover{
    text-decoration: none;
    color: #29abe2;
}

.logo .container{
    overflow: hidden;
}

.logo img{
    width: 100%;
    max-width: unset;
}

.head .hero{
    background: url(../../styles/head.jpg) no-repeat;
    background-position: 0 0;
    background-size: cover;
    padding: 20px 0 70px;
    height: auto;
    position: relative;
}

.head h2{
    font-family: 'PT Sans', sans-serif;
    font-size: 52px;
    font-weight: normal;
    color: #fff;
    margin: 45px 0;
}

.hero .logo{
    margin-top: -20px;
}

.head .logoed h2{
    margin: 10px 0;
}

.head a{
    text-decoration: none;
}

.head a.search{
    color: #fff;
    display: inline-block;
    margin-top: 5px;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
}

.head a.search:hover{
    text-decoration: underline;
}

#simpleSearchInput{
    width: 100%;
}

.headSearch input[type="text"]{
    width: 700px;
    height: 40px;
    background: rgba(255,255,255,0.8);
    float: left;
    border: 1px solid #e3e3e3;
    padding: 10px;
    outline: none;
}

.headSearch input[type="submit"]{
    width: 40px;
    height: 40px;
    background: rgba(51, 51, 51, 0.8) url(../img/icon_search_transp.svg) 100% 100% no-repeat scroll;
    background-size: contain;
    cursor: pointer;
    border: 0;
}


.mainMenu{
    width: 100%;
    z-index: 10;
    margin-top: -50px;
    position: relative;
}

.mobile-view{
    display: none;
}


.mainMenu .menu{
    display: flex;
    display: -ms-flexbox;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 50px;
    background: rgba(0,0,0,0.7);
    align-items: center;
}

.mainMenu .menu li{
    flex: 1 0 auto;
    -ms-flex: 1;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    border-right: 1px solid #fff;
}

.mainMenu .menu li:last-child{
    border: 0;
    z-index: 10;
}

.mainMenu .menu li a{
    color: #fff;
}

.mainMenu .menu li a:hover{
    color: #29abe2;
    text-decoration: none;
}

.head a.headerLink:hover{
    text-decoration: none;
}

.body{
    margin-top: 5px;
}

.sidebar{
    width: 400px;
    max-width: 400px;
    flex: 0 0 400px;
    -ms-flex: 0 0 400px;
}

.main{
    flex: 1;
    -ms-flex: 1;
    padding-right: 20px;
    padding-left: 25px;
    padding-bottom: 20px;
    overflow: hidden;
}

.main.full{
    padding-right: 0;
}

.main h2{
    text-transform: uppercase;
    font-size: 20px;
}

.popLinks{
    width: auto;
    margin-left: -25px;
}

.journalInfo{
    background: #f2f2f2;
    padding: 20px 25px;
    margin-left: -25px;
    overflow: hidden;
}

.descriptionCover{
    height: 180px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.journalInfo .journalDescription{
    height: 195px;
    overflow: hidden;
    position: relative;
}

.journalInfo .journalDescription .fade{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    
    background: -moz-linear-gradient(top,  rgba(242,242,242,0) 0%, rgba(242,242,242,0.8) 40%, rgba(242,242,242,0.88) 64%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(242,242,242,0) 0%,rgba(242,242,242,0.8) 40%,rgba(242,242,242,0.88) 64%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(242,242,242,0) 0%,rgba(242,242,242,0.8) 40%,rgba(242,242,242,0.88) 64%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

.journalInfo .readmore,
.journalInfo .readless{
    text-align: right;
    margin-top: 2px;
}

.journalInfo p{
    margin-top: 0;
}

.pubid{
    margin: 10px 0 -25px 0;
    display: block;
}

.issue{
    margin-top: 10px;
}

.issueCoverImage img{
   width: 90px;
   height: 120px;
}

.tocArticle{
    margin-top: 20px;
    align-items: flex-end;
    font-size: 18px;
}

.tocArticle .title{
    font-size: 28px;
    font-style: italic;
    max-width: 40%;
}

.tocArticle .tocTitle{
    margin-right: 20px;
    font-family: 'Khartiya', serif;
    text-transform: none;
    font-weight: normal;
    font-size: 18px;
}

.tocArticle .tocGalleys,
#articleFullText .fulltext{
    flex:1;
    -ms-flex: 1;
    text-align: right;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
}

.tocSectionTitle{
    display: table;
    margin: 25px 0 0 -25px !important;
    padding: 3px 25px;
    background: #666666;
    color: #fff !important;
    width: auto;
    line-height: 25px;
    font-size: 17px !important;
}

.issue .tocSectionTitle{
    padding-right: 0;
}

.tocSectionTitle .viewSection{
    display:inline-block;
    width: 32px;
    height: 20px;
    border-radius: 20px;
    position: relative;
}

.tocSectionTitle .viewSection span{
    position: relative;
    left: 4px;
    bottom: 3px;
}

.tocSectionTitle .viewSection img{
    width: 32px;
    height: 32px;
    top: -2px;
    position: absolute;
}

.tocSectionTitle .viewSection:hover img{
    filter: brightness(0.7);
}


.tocSectionTitle .viewSection:hover{
    text-decoration: none;
}

#accessKey img{
    height: 20px;
    margin: -2px 5px;
}

#accessKey{
    margin: 20px 0;
}

.hr,
.reference hr{
    margin: 0;
    margin-left: -25px;
    display: block;
    height: 1px;
    background: #666666;
}

span.description {
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
}


.sidebar .menu ul{
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.sidebar .menu li .blockTitle{
    display: flex;
    width: 100%;
    height: 50px;
    background: #666;
    color:#fff;
    padding: 0 20px 0 70px;
    margin-bottom: 2px;
    text-decoration: none;
    position: relative;
    align-items: center;
}

.sidebar .menu li{
    width: 100%
}

.sidebar .menu li a{
    display: flex;
    width: 100%;
    height: 50px;
    background: #e6e6e6;
    color: #333333;
    font-size: 18px;
    line-height: 18px;
    padding: 0 20px 0 70px;
    margin-bottom: 2px;
    text-decoration: none;
    position: relative;
    align-items: center;
}

.sidebar .menu li a:hover{
    color: #fff;
    background: #666666;
}

.sidebar .menu li a.submitArticle{
    font-weight: bold;
}

.sidebar .menu li a.submitArticle::before{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(../img/icon_submit.svg) 100% 100% no-repeat;
    left: 0px;
    top: 0px;
}

.issueArticle{
    margin: 10px 0;
}

.issueArticle .preview{
    width: 110px;
    flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    margin-right: 25px;
}

.issueArticle .preview img{
    max-width: 100%;
    margin-top: 4px;
}

.issueArticle .meta{
    flex: 1;
    -ms-flex: 1
}

.issueArticle .meta .title{
    font-weight: bold;
    margin-bottom: 15px;
}

.issueArticle .meta .highlights{
    margin: 10px 0;
}

.issueArticle .meta .authors{
    font-size: 16px;
    font-style: italic;
    margin-bottom: 15px;
}

.issueArticle .meta .links{
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.issueArticle .meta .links .pages{
    font-weight: normal;
    color: #808080;
    margin-right: 25px;
}

.file-separator{
    margin: 0 10px;
}

.suppMeta{
    margin-bottom: 40px;
    margin-top: -30px;
}

.issueArticle .date-row{
    margin: 10px 0 10px;
    font-size: 13px;
    color: #000;
}

.issueArticle .date-row .pages,
.issueArticle .date-row .views,
.issueArticle .date-row .submitted{
    margin-right: 30px;
    text-transform: lowercase;
}

.issueArticle .date-row .approved{
    text-transform: lowercase;
}

.issueArticle .issue-abstract-toggle{
    cursor: pointer;
}

.issueArticle .issue-abstract-toggle::after{
    content: ' \25BE';
    display: inline-block;
    margin: 0 5px;
}

.issueArticle .issue-abstract-toggle.active::after{
    transform: rotate(180deg);
    position: relative;
    top: 3px;
}

.issueArticle .abstract{
    margin-bottom: 10px;
}

.issueArticle .issue-abstract{
    font-size: 0.8em;
    padding-left: 20px;
    margin-top: 15px;
    display: none;
}

.issueArticle .date-row .pages::before{
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 19px;
    background: url(/assets/img/icon_page.svg) 0 0 no-repeat;
    vertical-align: top;
}

.issueArticle .date-row .views::before{
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 14px;
    background: url(/assets/img/icon_eye.svg) 0 0 no-repeat;
    vertical-align: top;
    margin-top: 2px
}

.issueArticle .meta .grey{
    color: #808080;
    font-size: 15px;
}

div.separator{
    height: 1px;
    display: block;
    width: 100%;
    background: #cccccc;
}

.headseparator,
.endseparator{
    border-top: 1px dotted #000;
    width: 100%;
    clear: both;
}

.announcement h2{
    font-size: 1px;
}

.announcement .intro{
    margin: 20px 0 0;
}

.announcement .posted{
    font-size: 14px;
}

.announcement .readmore{
    text-align: right;
    margin: 10px 0;
}
.announcement{
    margin-bottom: 30px;
}

.sidebar .block{
    background: #f2f2f2;
    padding: 20px 10px;
    margin-top:10px;
    position: relative;
    width: 100%;
}

.sidebar .block.chief{
    text-align: center;
}

.sidebar .chief .blockTitle{
    margin: 0 0 20px 0;
    line-height: 20px;
}

.sidebar .block .inner{
    background: #fff;
    padding: 20px;
}

.sidebar .block.popular .inner{
    padding-top: 1px;
}

.block.popular a.switch{
    display: block;
    flex: 1;
    padding: 5px 10px;
    background: #ccc;
    color: #444;
    text-align: center;
    cursor: pointer;
}

.block.popular a.switch.active{
    background: #fff;
    color: #29abe2;
}

.block.popular a.switch#popular{
    margin-right: 5px;
}

.sidebar .blockTitle{
    font-size: 20px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#sidebarCrossref.block{
    margin: 0;
    margin-top: -1px;
    background: #fff;
    margin-bottom: -25px;
    padding: 20px 10px 20px 10px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.block .noadv{
    text-align: center;
    flex:0 0 100%;
    margin: 10px 0;
    font-size: 12px;
}

#sidebarCrossref a,
#sidebarCrossref img{
    flex: auto;
}

#sidebarCrossref a:hover{
    text-decoration: none;
}

#sidebarCrossref img{
    height: 55px;
}

.pop{
    font-size: 14px;
    margin-top: 20px;
}

.pop .title{
    margin-bottom: 10px;
}

.pop .issue{
    color: #808080;
    font-style: italic;
}

#sidebarKeywordCloud a{
    font-style: italic;
}

.banners a{
    display: block;
    text-align: center;
}

.banners .slick-slide div{
    margin: 10px 0
}

.banners .slick-dots li{
    margin: 0;
}

.banners img{
    display: inline-block;
    max-width: 120px;
    margin: 0 auto;
}

.banners a:hover{
    text-decoration: none;
}

.banners{
    background: #fff;
    padding: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    text-align: left;
    justify-content: left;
    align-items: flex-start;
}

#sidebar .block .blockTitle{
    flex: 0 0 100%;
}

.banners>a, .banners>img{
    flex: 1 0 auto;
    margin: 10px 0;
    width: 120px;
    display: block;
}

#siteBannersHolder{
    flex-wrap: wrap;
}

.bannerLine{
    flex: 1;
    -ms-flex: 1;
    height: auto;
    margin: 10px 5px;
    border: 1px dotted black;
    padding: 5px;
    text-align: center;
    cursor: grab;
    max-width: 180px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
}

.bannerLine .url{
    margin-top: 3px;
    width: 168px;
}

.bannerLine img{
    max-width: 120px;
    max-height: 35px;
}

.footer{
    color:#4d4d4d;
    background: #cccccc;
    padding:25px 20px;
}
.footer .left{
    margin-top:0px;
    flex: 1;
    -ms-flex: 1;
    padding-left: 25px;
}
.footer .right{
    font-size:12px;
    flex: 0 0 400px;
    -ms-flex: 0 0 400px;
}

.footer .right .rss{
    display: block;
    margin: 10px 0;
}

.footer .right .rss img{
    width: 30px;
    height: 30px;
}

#breadcrumb{
    font-size: 14px;
    margin-top: 20px;
}

#breadcrumb .current{
    font-weight: bold;
}

#articleTitle h1{
    margin: 20px 0;
    font-size: 28px;
    color: #666666;
}

#authorString{
    font-size: 13px;
}

.tocAuthors a,
#authorString a{
   white-space: nowrap;
}

#articleFullText{
    margin-top: 50px;
    margin-bottom: 20px;
    position: relative;
}

#articleFullText .fulltext{
    margin: 20px 0;
    text-align: left;
}

#announcementDescription .yashare-auto-init{
    position: static;
}

.yashare-auto-init{
    text-align: right;
    position: absolute;
    top: -30px;
    right: 0;
}

.block-link{
    position: absolute;
    left: -1px;
    top: -38px;
}

#content img.accessLogo{
    height: 20px;
    margin: -2px 5px;
}

#content img.accessLogo.buy_access_logo{
    margin-left: 20px;
}

#tabs{
    list-style-type: none;
    display: flex;
    display: -ms-flexbox;
    align-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

#tabs li{
    flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    height: 40px;
    margin: 5px 3% 5px 0;
    font-size: 15px;
    text-align: center;
    background: #ccc;
    border:1px solid #ccc;
    cursor: pointer;
}

#tabs li#current{
    background: #fff;

}

#tabs li a{
    color: #4d4d4d;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tabs li:hover a{
    text-decoration: none;
    color: #fff
}

#tabs li#current:hover a{
    color: #4d4d4d;
}

#tab-holder{
    display: block;
    clear: both;
    margin: 20px 0 50px 0;
}

#tab-holder h3{
    font-size: 20px;
    color: #4d4d4d;
    margin: 20px 0;
    text-transform: uppercase;
}

#tab-holder #articleAbstract{
    margin-bottom: 50px;
}

.reference p{
    margin-bottom: 50px;
}

#mobile-menu #sidebarMenu{
    display: none;
}

.fullback{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    background: rgba(0,0,0,.8);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    overflow: auto;
    display: none;
}

.fullback::before,
.fullback::after{
    display: block;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.fullback .modal{
    width: 500px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-height: none;
    position: relative;
    margin: auto;
    max-height: calc(100% - 80px);
    background: #eee;
    padding: 50px 50px 35px 50px;
    color: #4d4d4d;
    font-size: 18px;
    min-height: unset;
}

.fullback#image-back .image-wrapper,
.fullback#qr-back .image-wrapper{
     position:relative;
     width: 50%;
     height: 60%;
     margin: 100px auto;
     text-align: center;
}
.fullback#qr-back .image-wrapper{
    display: flex;
    justify-content: center;
}
.fullback#qr-back #qrcode{
    padding: 35px;
    width: 220px;
    height: 220px;
    background:#f2f2f2;
}
.fullback#image-back img,{
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}
.fullback#image-back .close-cross,
.fullback#qr-back .close-cross{
    display: inline-block;
    vertical-align: top;
    position: relative;
    right: -10px;
}

.userLogin h3{
    font-size: 40px;
    line-height: 40px;
    font-family: 'PT Sans', sans-serif;
    margin: 0 0 20px 0;
}

.userLogin ul{
    list-style-type: none;
    padding: 0;
}

.userLogin ul li{
    margin: 15px 0;
}

.userLogin .full{
    display: block;
    width: 100%;
    height: 50px;
    background: #ccc;
    padding: 12px 20px;
    color: #fff;
    font-size: 23px;
    margin-bottom: 40px;
}

.userLogin table{
    width: 100%
}

.userLogin .label{
    padding: 16px 0;
    width: 30%;
}

.userLogin input[type="text"],
.userLogin input[type="password"]{
    width: 100%;
    height: 50px;
    padding: 16px 10px;
    margin-bottom: 20px;
    border: 0;
    outline-color: #4d4d4d;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
input.textField:focus,
textarea:focus,
select:focus{
    outline: solid #4d4d4d;
}


.userLogin .links{
    margin: 40px 0 20px;
}

.userLogin .links a{
    margin: 10px 0;
    display: block;
}

.userLogin input[type="submit"]{
    background: #29abe2;
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    height: 50px;
    font-family: 'PT Sans', sans-serif;
    border: 0;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
}
.userLogin input[type="submit"]:hover{
    background: #47b7e6;
}


input.textField, select.selectMenu, textarea.textArea, input.uploadField {
    color: #000;
    font-family: 'PT Sans', sans-serif;
    border: 1px solid #4D4D4D;
    font-size: 1em;
    margin-bottom: 5px;
}

input.defaultButton,
input.button{
    font-family: 'PT Sans', sans-serif;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
    color: #fff;
    outline: none;
    cursor:pointer;
    border:0;
    padding-top:2px;
    padding-bottom:2px;
}

input.button{
    background: #666666;
}

input.defaultButton{
    background: #29ABE2;
}


input.button:hover{
    background: #808080;
}

input.defaultButton:hover{
    background-color:#47B7E6;
}


.fullback .close-cross{
    position: absolute;
    display: block;
    padding: 0;
    height: 20px;
    width: 20px;
    cursor: pointer;
    opacity: .6;
    transition: opacity .25s ease;
    overflow: hidden;
    text-indent: 9999px;
    font-size: 0;
    border: none;
    outline: 0;
    background: url(/assets/img/cross.svg) center no-repeat;
    top: 0;
    right: -30px;
}

.fullback .close-cross:hover{
    opacity: 1;
}

#citation-tooltip{
    display: none;
    position: fixed;
    bottom: 0px;
    width:100%;
    left: 0%;
    padding: 20px 40px;
    font-size: 20px;
    background: rgba(240,240,240,0.9);
    max-height: 500px;
}

#citation-tooltip .close-cross{
    display: inline-block;
    vertical-align: top;
    padding: 0;
    height: 15px;
    width: 15px;
    cursor: pointer;
    opacity: 1;
    transition: opacity .25s ease;
    overflow: hidden;
    text-indent: 9999px;
    font-size: 0;
    border: none;
    outline: 0;
    background: url(/assets/img/cross_gray.svg) center no-repeat;
    float: left;
    margin-top: 5px;
    margin-left: -15px;
}

#citation-tooltip .text,
#citation-tooltip .extra-text{
    padding-left: 25px;
}

#citation-tooltip .extra-text{
    display: none;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
}

#citation-tooltip a.before{
    display: none;
}

sup{
    transition: 2s ease;

}

sup.elluminate{
    box-shadow: 0 5px 20px rgba(0,0,0,.8);
    transform: translateY(-10px) scale(1.02);
    background: #ebebeb;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    top: 7px;
}

h1 sup.elluminate{
    width: 30px;
    height: 30px;
}

h4.strong {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 10px;
}


.footnotes p a.before,
#articleCitations p a.before{
    content: "\2191";
    margin-left: -20px;
    display: inline-block;
    width: 20px;
}

a.submission-button {
    width: 290px;
    background: #29abe2;
    color: #fff;
    font-size: 24px;
    height: 50px;
    font-family: 'PT Sans', sans-serif;
    display:block;
    margin: 10px auto;
    padding: 10px;
    text-align: center;
}
a.submission-button:hover{
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}

.full_toggle{
    position: absolute;
    right: 10px;
    top: 11px;
    width: 37px;
    height: 18px;
    overflow: hidden;
    cursor: pointer;
    background: url(/assets/img/full_width.svg) 0 -18px no-repeat;
    background-size: 100% auto;
}
.full_toggle.active{
    background-position: 0 0;
}

#rsci-rating{
    position: absolute;
    right: 20px;
    top: 40px;
    padding: 5px;
    background: rgba(255,255,255,0.9); /*url(/resources/scienceindex.svg) 0 100% no-repeat;*/
    background-size: contain;
    display: block;
    font-size: 12px;
    color: #f26c4f;
    text-decoration: none;
}

#rsci-rating object,
#rsci-rating img{
    width: 140px;
    margin-top:-10px;
}

#rsci-rating .title{
    color: #5674b9;
    display: inline-block;
    width: 70px;
}

.quickSubmit input[type="text"],
.quickSubmit textarea{
    width: 100%;
}

#authorFees h4{
    font-weight: bold;
}

#authorFees .description{
    margin-left: 20px;
}

#article-contents{
    position: relative;
    z-index: 998;
}

.article-contents-head{
    display: inline-block;
    vertical-align: top;
    height: 50px;
    width: 210px;
    background: #D9D9D9;
    color: #666666;
    font-size: 18px;
    line-height: 18px;
    padding: 16px 0 16px 70px;
    margin-bottom: 2px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
}

.article-contents-head:hover{
    background: #808080;
    color: #fff;
}

.article-contents-head::before{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(../img/icon_contents.svg) 100% 100% no-repeat;
    left: 0px;
    top: 0px;
}

.article-contents-head::after{
    content: "  \232A";
    font-size: 80%;
    vertical-align: top;
}

.article-contents-data{
    display: none;;
    vertical-align: top;
    width: 300px;
    background: #808080;
    color: #fff;
    padding: 10px;
    position: absolute;
    left: 210px;
    top: 0;
    overflow: scroll;
    max-height: calc(100vh - 100px);
}

#article-contents-data-list>li>a{
    text-transform: uppercase;
}

.article-contents-data p{
    font-style: italic;
    font-size: 15px;
    margin-bottom: 15px;
}

.article-contents-data.ib{
    display: inline-block;
}

.article-contents-data a{
    color: #fff
}

.article-contents-data a:hover{
    color: #fff;
}

.article-contents-data ul{
    list-style-type: none;
    font-size: 14px;
}

.article-contents-data li{
    margin-bottom: 5px;
}

.qrcode-link{
    font-size: 12px;
    display: inline-block;
    width: 100px;
    vertical-align: middle;
    position: relative;
    padding-left: 30px;
}

.qrcode-link #qrcode-thumb{
    position: absolute;
    left: 0;
    top: 4px;
}


@media (max-width: 1400px) and (min-width: 960px){
    .head .hero{
        height: 180px;
    }
    .head h2{
        margin: 10px 0;
        font-size: 36px;
        line-height: 36px;
    }
    .head .logoed h2{
        margin: 5px 0;
        font-size: 36px;
        line-height: 36px;
    }
    .logo img{
        width: auto;
        height: 40px;
        margin-left: 10px;
    }

    .headSearch{
        width: 450px;
        display: inline-block;
    }

    .headSearch input[type="text"]{
        height: 30px;
        width: 400px;
    }
    .headSearch input[type="submit"]{
        width: 30px;
        height: 30px;
        background-size: cover;
    }
    .hero .clear{
        display: none;
    }
    .head a.search{
        display: inline-block;
        position: relative;
        top: -10px;
    }

}

#banner1{
    text-align:center;
}


@media (max-width: 1250px) and (min-width: 960px){
    .container{
        max-width: 960px;
    }

    nav.navbar .issn{
        font-size: 11px;
        margin-right: 10px;
    }

    nav.navbar .title{
        max-width: 450px;
    }
    nav.navbar .language{
        margin-right: 30px;
    }
    nav.navbar .full_toggle{
        right: 10px;
    }
}

@media (max-width: 959px){
    .flex{
        display: block;
    }
    .flex.switches{
        display: block;
    }

    .full_toggle{
       display: none;
    }
    
    .tocArticle .title{
        max-width: unset;
    }

    .hero .logo{
        margin-top: -40px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .logo img{
        width: auto;
        height: 60px;
    }

    #mobile-menu{
        display: none;
        top: 0;
        left: 0;
        width:100%;
        z-index: 99999;
    }

    #float-menu{
        position: relative;
    }

    .headSearch{
        position: relative;
    }

    .headSearch input[type="text"]{
        width: 100%;
        padding-right: 50px;
    }

    .headSearch input[type="submit"]{
        position: absolute;
        right: 0;
    }

    .main, .sidebar{
        width: 100%;
        max-width: 100%;
    }

    .wrapper{
        padding: 0 10px;
    }

    .head .hero{
        padding: 40px 10px;
        height: 260px;
    }
    .head h2{
        margin: 0;
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .head a.search{
        margin: 10px 0;
        display: block;
    }


    nav.navbar .issn{
        font-size: 11px;
        line-height: 15px;
        margin-right: 5px;
        padding-right: 5px;
    }
    nav.navbar .issn span{
        margin: 0;
    }

    nav.navbar .title{
        width: 40%;
        line-height: 15px;
        vertical-align: middle;
        white-space: nowrap;
    }

    nav.navbar a.userBlock{
        font-size: 0;
        width: 36px;
    }

    .mainMenu{
        position: static !important;
    }

    #mobile-menu #sidebarMenu{
        display: block;
    }

    .mainMenu .menu{
        display: block;
        height: auto;
        background: #fff;
    }

    .mainMenu .mobile-view{
        display: block;
        height: 50px;
        background: rgba(0, 0, 0, 0.7);
        position:relative;
    }

    .mainMenu .mobile-view ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .mainMenu .mobile-view li{
        float: left;
        border-right: 1px solid #fff;
        padding: 0px 20px;
        margin: 15px 0;
        height: 20px;
        line-height: 21px;
        font-size: 14px;
        text-transform: uppercase;
    }

    .mainMenu .mobile-view a{
        color: #fff
    }

    .mainMenu .mobile-view img{
        height: 20px;
    }


    #mobile-menu ul{
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
        height: auto;
        border-bottom: 2px solid rgba(0,0,0,0.7);
    }

    #mobile-menu #navbar{
        margin-top: 5px;
    }

    #mobile-menu li{
        width: 100%
    }

    #mobile-menu li a{
        display: block;
        width: 100%;
        height: 30px;
        background: #f2f2f2;
        color: #105E94;
        font-size: 14px;
        line-height: 18px;
        padding: 6px 0 6px 40px;
        margin-bottom: 2px;
        text-decoration: none;
        position: relative;
        text-align: left;
        text-transform: none;
        font-weight: normal;
        font-family: Khartiya, serif;
    }

    #mobile-menu li a:hover{
        color: #fff;
        background: #666666;
    }

    #mobile-menu li a.submitArticle{
        font-weight: bold;
    }

    #mobile-menu li a.submitArticle::before{
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        background: url(./icon_submit.png) 100% 100% no-repeat;
        background-size: cover;
        left: 0px;
        top: 0px;
    }

    .main{
        padding-left: 10px;
        padding-right: 10px;
    }

    .journalInfo{
        padding: 20px 15px;
        margin: 0 -10px;
    }
    
    .issueArticle .abstract{
        display: none;
    }

    .issueArticle.flex{
        display: flex;
        display: -ms-flexbox;
    }

    .issueArticle .preview{
        margin-right: 10px;
    }
    .issueArticle .date-row .views::before{
        width: 16px;
        height: 13px;
        vertical-align: middle;
        margin-top: 0;
    }

    .issueArticle .date-row .submitted{
        display: block;
        white-space: nowrap;
        margin: 5px 0;
    }
    

    .banners{
        width: auto;
        margin: -20px -10px;
    }


    .sidebar #sidebarMenu{
        display: none;
    }

    #tabs{
        display: block;
    }

    #tabs li{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .userLogin{
        font-size: 14px;
    }

    .userLogin h3{
        font-size: 30px;
    }

    .fullback .modal{
        max-width: 90%;
        padding: 20px;
        min-height: unset;
    }

    .fullback .close-cross{
        top: -30px;
        right: 0;
    }

    .fullback#image-back .image-wrapper,
    .fullback#qr-back .image-wrapper{
        width: 80%;
    }

    .fullback#image-back .close-cross,
    .fullback#qr-back .close-cross{
        position: absolute;
        right: -30px;
    }

    .userLogin .label{
        width: 20%;
        padding: 11px 10px 11px 0;
        vertical-align: top;
    }

    .userLogin input[type="text"], .userLogin input[type="password"]{
        height: 40px;
        padding: 11px 10px;
        vertical-align: top;
    }

    .fullback .close-cross{
        opacity: 1;
    }

    .tocArticle .tocGalleys{
        text-align: left;
    }

    .tocArticle .tocGalleys span{
        display: block;
        margin: 10px 0;
    }

    .popLinks{
        margin-right: -10px;
    }
    h2.fullsize{
        margin-right: -10px;
    }
    #register table td{
        display: block;
    }

    #register table.mceLayout td{
        display: table-cell;
    }

    #rsci-rating{
        top: 5px;
        right: 10px;
    }

    #rsci-rating object,
    #rsci-rating img{
        width: 100px;
        height: 25px;
    }

    #rsci-rating .title{
        width: 50px;
        font-size: 10px;
    }
}

@media (max-width: 500px){
    .wrapper{
        padding: 0 5px;
    }
    .main{
        overflow: scroll;
    }
    table{
        table-layout: unset;
    }
    .hero .logo{
        margin-top: -20px;
    }

    .logo img{
        height: 40px;
    }

    .head h2{
        font-size: 30px;
        line-height: 32px;
    }
    .head .hero{
        padding: 30px 0;
        height: 260px;
        overflow: hidden;
    }
    nav.navbar .issn{
        font-size: 9px;
        line-height: 15px;
        margin-right: 5px;
        padding-right: 3px;
    }
    nav.navbar .title{
        width: 40%;
        overflow: hidden;
        font-size: 9px;
        line-height: 15px;
        vertical-align: middle;
        margin-right: 0;
        white-space: nowrap;
    }

    nav.navbar a.userBlock{
        font-size: 0;
        width: 36px;
    }
    nav.navbar .language{
        margin-left: 10px;
    }

    .descriptionCover{
        height: 120px;
        margin: 0 10px 10px 0;
    }

    .block-link{
        top: -32px;
    }

    .block-link img{
        width: 120px;
    }

    #articleFullText .fullsize{
        margin-top: 20px;
    }

    .article-contents-head{
        font-size: 0;
        padding: 0;
        width: 0;
    }
    .article-contents-data{
        left: 50px;
    }
    .popupWrapper .popup{
        max-width: 100%;
        position: static;
        margin-left: 0;
        margin-top: 120px;
        padding-top:20px;
    }
    .popupWrapper .popupClose{
        right: 0;
        top: 120px;
        left: unset;
        margin: 0;
    }

}

@media (max-width: 400px){
    nav.navbar .title{
        width: 25%;
    }
}


/* TO BE OVERRIDED IN /styles/branding.css */
a{
    color: #29abe2;
    text-decoration: none;
}

a:hover{
    color: #105E94;
    text-decoration: none;
}


.issueArticle .meta .authors a{
    color: #666666;
    white-space: nowrap;
}

.issueArticle .meta .authors a:hover{
    color: #105E94;
}

/* HTML EMBED*/
.fullHTML{
    hypens: none;
    -moz-hyphens: none;
}

.fullHTML p{
    margin-bottom: 15px;
}

.fullHTML th{
    background: #eee;
}

.table-overflow{
    overflow: auto;
}
.table-overflow th,
.table-overflow tr,
.table-overflow td{
    border: 1px solid #aaa;
    padding: 0 10px;
}
.fullHTML table{
    background: #fff;
    min-width: 100%;
}
.fullHTML img{
    max-width: 100%;
}

.fullHTML .figure,
.fullHTML .imgfull,
.fullHTML .tablefull{
    background: #eee;
    padding: 30px 20px 20px;
    position: relative;
    text-align: center;
}

.fullHTML .figure iframe{
    max-width: 100%;
}

/* FIXES */
#issues #issue h4{
    font-size: 16px;
}

#issues #issue{
    vertical-align: top;
}

#submissions{
    font-size: 0.8em;
}

#issueId table,
#reviewFormElementsTable,
#users table,
#submissionEventLog table,
table#subscriptionTypesTable,
#reviewForms table,
#emailTemplateForm table,
#peerReview table,
#scheduling table,
#importUsersConfirm table,
#issuesForm .listing,
#selectReviewer table,
#metadata #authors table,
#submissions table,
#myJournals table,
table#email{
    table-layout: unset;
    border-collapse: separate;
}

tr#reviewersHeader{
    vertical-align: initial;
}

table.mceLayout{
    table-layout: unset;
}

#issueTocForm table{
    table-layout: unset;
    font-size: 0.7em;
}

#layout .info{
    table-layout: unset;
}

*:target {
    padding-top: 90px;
    margin-top: -90px;
}

.data .instruct{
    max-width: 330px;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading{
    padding: 5px 10px 5px 0;
}

.preview .small{
    line-height: 18px;
    font-size: 16px;
}

#totop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(/assets/img/icon_top.png) 0 0 no-repeat;
    transition: background 0.2s ease;
}

@media (max-width: 959px){
    #totop {
        right: 10px;
        bottom: 10px;
    }
}

#totop.show{
    display: block;
}

#totop:hover{
    background-position: 100% 100%;
}

.module-category{
    color: #4d4d4d;
    font-size: 17px;
    font-family: 'Pt Sans';
    padding-bottom: 20px;

}

.module-name{
    padding-bottom: 35px;
    display: inline-block;
    width: 100%;
}

.plain{
    padding-left: 0 !important;
}



.module-name p{
    margin-top: 0;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
}

.module-name .options-list{
    list-style: none;
    margin-top: 0;
    padding-left: 0;
}

.module-name .options-list li{
    float: left;
    margin-top: 20px;
}

#plugins .action{
    padding-right: 60px;
}

.action-icon{
    padding-right: 15px;
    max-width: 28px;
}


.main h2{
    background: #e6e6e6;
    min-height: 40px;
    margin-left: -25px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 0 10px 25px;
}



@media (max-width: 650px){
    .module-name h4{
        margin-top: 0px;
    }

    .module-name .options-list li{
    float: none;
    }
}

@media print{
    .head, .mainMenu, .sidebar, .navbar{
        display: none !important;
    }
}

#articleTitle h1{
    margin: 20px 0 0 0;
}

#authorString{
    margin: 10px 0;
}

#cookie-banner-wrapper{
    background: #042e47;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 999;
}

#cookie-popup{
    padding: 0;
    margin-left: 20%;
    margin-right: 20%;
    color: #fff;
    position: relative;
}

#cookie-popup a:hover{
    opacity: 0.8;
    color: #29abe2;
}

@media (max-width: 1300px){
    #cookie-popup{
    margin-left: 5%;
    margin-right: 5%;

}
}

#cookie-popup h4{
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

#cookie-popup p{
    text-align: justify;
    margin-bottom: 15px;
}

#cookie-popup input{
    float: left;


}
.close-popup {
  position: absolute;
  right: -5px;
  top: 0px;
  width: 32px;
  height: 32px;
  opacity: 0.7;
}
.close-popup:hover {
  opacity: 1;
}
.close-popup:before, .close-popup:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 22px;
  width: 2px;
  background-color: #fff;
}
.close-popup:before {
  transform: rotate(45deg);
}
.close-popup:after {
  transform: rotate(-45deg);
}

.cookie-button{
    background: #666666;
    font-size: 16px;
    font-family: Khartiya, serif;
    text-decoration: none;
    color: #fff;
    float: left;
    padding: 10px 20px;
}

.cookie-button:hover{
    text-decoration: none;
    color: #fff;
    background: #808080;
}

.popup-learn-more:hover{
    color:#808080;
}

.recenzia-but{
    background: url(/lib/pkp/templates/images/icons/recenzia_but.gif);
    width: 111px;
    height: 38px;
    padding-left: 35px;
    padding-top: 7px;
    color: #fff;
    text-decoration: none;
}

.recenzia-but-disabled{
    background: url(/lib/pkp/templates/images/icons/recenzia_but_disabled.gif);
    width: 111px;
    height: 38px;
    padding-left: 35px;
    padding-top: 7px;
    color: #fff;
    text-decoration: none;
}

.get-img img{
    width: 38px;
    height: 38px;
    display: block;
}

#table1 td img {
    width: 38px;
    height: 38px;
}

.Uvedom-autra-but{
    background: url(/lib/pkp/templates/images/icons/Uvedom_autra_but.gif);
    width: 175px;
    height: 38px;
    padding-left: 36px;
    padding-top: 7px;
    color: #fff;
    text-decoration: none;
}

.icon-link{
    text-decoration: none !important;
    display: inline-block;
    vertical-align: top;
}

.icon-link-comments img{
    margin-top: 10px;
}

.icon-link-comments{
    display: inline-block;
}

.icon-p {
    display: inline-block;
    height: 38px;
    padding-top: 7px;
    padding-right: 5px;
}

.sr-link-container{
    display: inline-block;
    vertical-align: top;
}

.icon-p.two {
    margin-top: 10px;
    padding-left: 10px;
}

#editor-decision{
    background: url(/lib/pkp/templates/images/icons/zapis_resh_but.gif);
    height: 38px;
    width: 197px;
    color: #fff;
    border: 0;
    padding-left: 33px;
    cursor: pointer;
}

#review-send-review{
    background: url(/lib/pkp/templates/images/icons/Sent_recen_redak_but.gif);
    width: 232px;
    height: 38px;
    border: 0;
    color: #fff;
    padding-left: 35px;
    margin-top: 5px;
    cursor: pointer;
    

}

#fullHTMLdiv summary{
    font-size: 1.17em;
    font-family: Khartiya, serif;
    cursor: pointer;
    margin: 10px 0;
}

.archive {
    float: left;
    width: 100%;
}

.sectionPoliciesa{
    font-size:1.2em;
    font-weight:bold;
}

.citedby .cite{
    padding: 20px 0;
    border-bottom: 1px solid #666666;
}

.citedby .title{
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 8px;
}

.citedby .authors{
    font-style: italic;
    font-size: 12px;
    line-height: 14px;
}

.citedby .journal, .citedby .doi{
    font-size: 14px;
    line-height: 14px;
}
