.article-details-keywords-value span {
    background: #e6e6e6;
    padding: 5px 5px;
    display: inline-block;
    border-radius: calc(0.25rem - -5px);
}
.article-details-doi {
    font-size: 1.1em;
    font-weight: bold;
}
.btn.btn {
    font-size: 1.1em;
}
.navbar-logo img {
    max-height: inherit;
}
.homepage-issue-header .homepage-issue-cover:hover{
    transform: scale(1.2);
    box-shadow: 0 5px 50px #b62bd1;
    transition: all .5s;
}
.h1 homepage-issue-identifier {
    font-weight: bold;
}
.h5 homepage-issue-current {
    font-weight: bold;
}
#languageSmallNav .btn, #languageSmallNav .dropdown-item {
    font-size: 16px;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 3.25rem;
}
.page-content h3 {
    margin-top: 0;
    font-size: xx-large;
}
.page-archives-header h1 {
    font-weight: bold;
}
.page-issue .article-summary:hover {
    box-shadow: 0 5px 20px #efefef;
}
.issue-toc-section h2 {
    font-weight: bold;
    font-size: x-large;
    color: #423333;
}
.issue-toc-section h3 {
    font-weight: bold;
    font-size: x-large;
    color: #423333;
}
.page-content .col-md-4 p {
    font-size: 18px;
}
@media (min-width: 768px) {
    .col-md-4 {
	flex: 0 0 75%;
        max-width: 100%;
    }
    .col-lg-9 {
	flex: 75%;
    }
    .article-details-main {
	padding: 1em 2em;
        border-radius: calc(0.25rem - -5px);
    }
    .col-md-8 {
	flex: 0 0 75%;
        max-width: 100%;
    }
    .site-footer {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
}
.row page-header justify-content-md-center {
    display: none;
}
.row justify-content-md-center .col-md-8 .page-content {
    border-top: none;
}
.scrollup{
width:40px;
height:100px;
position:fixed;
bottom:0px;
right:40px;
text-indent:-9999px;
background: url('/public/site/images/oleksii_kulyk/icon-top.png') no-repeat;
transform: scale(1.1);
}
.container-homepage-issue {
    display: flex;
    flex-direction: column;
}
.section .homepage-announcements {
    order: 1;
}
.homepage-additional-content {
    order: 2;
    text-align: justify;
}
.homepage-issue-current, .homepage-issue-identifier, .homepage-issue-published{
    order: 3;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.homepage-issue-header{
    order: 4;
}
.issue-wrapper {
    order: 5;
}
.text-center{
    order: 6;
}
.homepage-additional-content {
    margin-bottom: 0;
}
.homepage-announcements p {
    margin: 0;
}
section {
    justify-content: center;
    text-align: justify;
}
.page-content p {
    margin-top: 0;
}
.page-content {
    padding-top: 0;
    margin-bottom: 0;
}
.page-issue-details:hover .page-issue-cover, .article-details-cover:hover .img-fluid{
    box-shadow: 0 5px 20px;
    transition: all .5s;
}
.issue-wrapper .article-summary:hover{
    box-shadow: 0 5px 20px;
    transition: all .5s;
}
@media (min-width: 992px) {
    .site-footer {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    .page-header h1 {
        text-transform: uppercase;
    }
    .homepage-issue-description-wrapper {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-radius: calc(0.25rem - -5px);
    }
    .homepage-issue-header {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .navbar-logo {
        padding-top: 0;
        padding-bottom: 0;
    }
    .page-issue-description-wrapper {
        padding-top: 1rem;
        border-radius: calc(0.25rem - -5px);
    }
    .col-lg-2 {
        flex: 0 0 23%;
        max-width: 25%
    }
    .modal-content, #primaryNav .dropdown-item, .dropdown-menu.show {
        border-radius: calc(0.25rem - -5px);
    }     
    .col-lg-1 {
	max-width: 75%;
    }
}
.site-footer-sidebar {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
}
.article-summary-title {
    text-transform: uppercase;
}
.article-summary {
    padding: 0.5rem;
    margin: 1rem 0 1rem;
    border-radius: calc(0.25rem - -5px);
}
.page-header {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.issue-summary:hover{
    transform: scale(1.2);
    box-shadow: 0 5px 20px #b62bd1;
    transition: all .5s;
}
.page-issue-details {
    margin-top: 1rem;
}
.card-body {
    padding: 0;
    padding-top: 0.5rem;
    text-align: center;
}
.card {
    border-radius: calc(0.25rem - -5px);
    align-items: center;
}
.card-img-top {
    border-radius: calc(0.25rem - -5px);
    margin-top: 1rem;
}
.homepage-issue-cover, .page-issue-cover, .btn:not(:disabled):not(.disabled), .navbar-nav .nav-link, .alert, .img-fluid, .dropdown-item, .at-icon-wrapper {
    border-radius: calc(0.25rem - -5px);
}
.article-details-block {
    margin: 0;
    margin-top: 1rem;
}
.header {
  background: #212121;
  overflow: hidden;
  height: 65px;
  position: relative;

  div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 65px;
    transform: translate(100%, 0);

    p {
      font-family: 'Roboto', sans-serif;
      color: #fff339;
      text-transform: uppercase;
    }
    img{
      height: 60px;
    }
  }

  $duration: 30s;

  .ticker-wrapper__first-half, .ticker-wrapper__second-half {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    animation: ticker $duration infinite linear forwards;
  }

  .ticker-wrapper__second-half {
    animation: $duration ticker $duration/2 infinite linear forwards;
  }
}

@keyframes ticker {
  0% {
    transform: translate(100%, 0);
  }

  50% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}
