.navbar, .header_view {
    background-image: -webkit-linear-gradient(#2c2748, #2c2748, #2c2748);
    background-image: -o-linear-gradient(#2c2748, #2c2748, #2c2748);
    background-image: linear-gradient(#2c2748, #2c2748, #2c2748);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
    border-bottom: 1px solid #178acc;
    filter: none;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.site_header {
    box-shadow: none;
    border-top: none;
}
.site-name .navbar-brand, .page-header {
    font-family: 'Oswald', sans-serif;
    color: rgb(247, 247, 247);
    text-shadow: 0px -1px 1px rgb(0, 0, 0);
    font-size: 25px;
}
.navbar-header .site-name {
    margin-left: 30px;
}
.navbar-default .navbar-toggle, .header_view .navbar-toggle {
    border-color: transparent;
}
.journal_index .site_logo {
    padding: 0px;
}
.journal_index .site_logo img {
    padding: 0;
    margin-bottom: 0;
    border: none;
    background: white;
    border-radius: 0;
    margin-bottom: 0;
    width: auto;
}
.description img {
    width: 100%;
}
.media-body img {
    width: 100%;
}
.page-header {
    font-family: 'Oswald', sans-serif;
    color: rgb(0, 0, 0);
    text-shadow: 0px -1px 1px rgb(0, 0, 0);
    font-size: 25px;
}
.pkp_block .title {
    font-family: 'Oswald';
    font-size: 20px;
    color: #fff;
    background-color: #2c2748;    
}

.doilink {
    background-size: 18px !important;
    height: 30px !important;
    background: url('../images/DOI_logo.svg') no-repeat center left;
    padding: 5px 0px 5px 25px;
}

.listauthor ul {
    padding: 0;
    list-style: none;
}
.listauthor, .toc_stat {
    font-size: 14px;    
}
@media (max-width:641px)  {
    .navbar-header .site-name {
    margin-left: -5px;
    text-align: center;
    }
}