@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

html, body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-color: #eee;
    line-height: 1.5;
}

.navbar-default .navbar-toggle, .header_view .navbar-toggle {
    border-color: #fff;
    border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar, .header_view .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .header_view .navbar-toggle:hover, .header_view .navbar-toggle:focus {
    background-color: transparent;
}

#headerNavigationContainer {
    border: 0;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    border-radius: 0 !important;
    box-shadow: unset;
}

#nav-menu {
    background-color: #1974d3;
    z-index: 1;
    position: relative;
    border-bottom: 4px solid #000181;
}

.navbar, .header_view {
    margin-bottom: 0;
}

.navbar-brand-logo img {
    max-height: 35px;
    z-index: 8;
    position: relative;
    margin-left: 15px;
    margin-top: -7px;
    margin-bottom: -10px;
}

.navbar-brand {
    height: auto;
    margin-right: 35px;
}

.navbar-default .nav > li > a, .header_view .nav > li > a {
    color: #fff;
}

h1.site-name {
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    margin-top: -40px;
    position: relative;
}

nav.user-menu > ul > li > a, nav.user-menu > ul > li > a:hover, nav.user-menu > ul > li > a:visited, nav.user-menu > ul > li > a:focus{
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 2px;
    margin-bottom: 0px;
    transition: box-shadow 0.3s;
    padding: 5px 15px !important;
    margin-left: 5px !important;
}

#nav-menu .form-control {
    color: #000;
    background-color: #ffffff82;
    border: 0;
    padding-right: 40px;
}

#nav-menu button[type="submit"]{
    position: absolute;
    border: 0;
    margin-left: -37px;
    margin-top: 1px;
    background-color: transparent;
}

nav.user-menu>ul>li>a:hover {
    box-shadow: 0px 0px 6px #0000005e;
    background-color: #fff !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .header_view .navbar-nav > .active > a, .header_view .navbar-nav > .active > a:hover, .header_view .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #08080833;
    border-bottom: 2px solid #fff0;
    padding-bottom: 13px;
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    color: #fff !important;
}

.navbar-default .navbar-nav > .active > a{
    color: #333 !important;
    background-color: #ffffff82;
}

#headerStiky .active a {
    padding-bottom: 15px;
}

.panel-default > .panel-heading, .pkp_block .title {
    color: #000181;
    background-color: transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
}

.panel, .pkp_block {
    margin-bottom: 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page_index_site .about_site {
    border-left: 4px solid #007558;
    padding: 15px;
    font-size: 15px;
    background: #eee;
}

.journals ul {
    padding-left: 0;
}

.journals ul {
    padding-left: 0;
    list-style: none;
}

.pkp_structure_page {
    background: #fff;
}

.abdush-main-block {
    background-color: #fff;
    padding: 15px;
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:visited, .navbar-default .nav > li > a:active {
    color: #fff;
}

.body .links {
    margin-top: 20px;
}

.body .links li {
    display: inline-block;
}

h3 a {
    color: #333 !important;
    text-decoration: none !important;
}

.page-header {
    padding-bottom: 0 !important;
}

.journals > ul > li {
    padding-bottom: 15px;
    border-bottom: 1px dashed #007558;
    margin-bottom: 20px;
}

.journals .thumb img, .issue-toc .thumbnail img, .issue-summary .cover img {
    box-shadow: 7px 5px 0px #ddd;
    background-color: #eee;
}

 .issue-toc .thumbnail{
     border-radius: 0px;
     padding: 0px;
     border: 0px;
 }

.journals h2 {
    margin-bottom: 25px;
    margin-top: 35px;
    padding-bottom: 15px;
    background-color: #fff;
    border-bottom: 1px solid #007558;
}

.journals .body h3 {
    font-weight: bold;
}

#customblock-sidebarmenu .content, #customblock-side_menu .content {
    padding: 0;
    background-color: #007558;
    border: 0;
}

#customblock-sidebarmenu .content li, #customblock-side_menu .content li {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff57;
}

#customblock-sidebarmenu .content li a, #customblock-side_menu .content li a{
    color: #fff;
    text-decoration: none;
}

#customblock-sidebarmenu, #customblock-side_menu {
    border: 0;
}

.pkp_block .content {
    padding: 0;
}

img.img-responsive {
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.footer img {
    height: 30px;
    width: auto;
}

footer.footer {
    background-color: #53ccec;
    margin-top: 0;
    border-top: 2px solid #1974d3;
}

.journals > ul > li:last-child {
    border-bottom: 0;
}

footer[role="contentinfo"] {
    padding: 2em 15px;
}

.article-summary.media {
    line-height: 1.5;
    background-color: transparent;
    padding: 15px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    border: 1px solid #e8f7fa;
}

.article-summary.media:nth-of-type(2n+1) {
    background-color: #e8f7fa;
}
.article-summary.media .meta {
    margin-bottom: 15px;
}

.index-read-more {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.issue-summary.media img.media-object {
    max-width: calc(100% - 7px);
    margin-bottom: 15px;
}

.issue-summary.media .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.issue-summary.media {
    height: 440px;
}

.media-heading {
    line-height: 1.5;
}

.article-details .page-header {
    font-size: 30px;
    line-height: 1.25;
}

.navbar-default, .header_view {
    background-color: #1974d3;
    border-color: #000181;
    box-shadow: 0px 0 10px #0000007d;
    border-bottom-width: 4px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .header_view .navbar-nav > .open > a, .header_view .navbar-nav > .open > a:hover, .header_view .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #08080833;
}

#headerStiky{
    display: none !important;
}

#headerStiky.show{
    display: block !important;

        -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.5s; /* Firefox < 16 */
        -ms-animation: fadein 0.5s; /* Internet Explorer */
         -o-animation: fadein 0.5s; /* Opera < 12.1 */
            animation: fadein 0.5s;
}

#headerStiky .navbar-brand > img {
    display: block;
    height: 40px;
    margin: -10px 0;
}
.abdush-scroll-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 30px;
    color: #000181;
    text-align: center;
    box-shadow: 0px 0 10px #0000007d;
    cursor: pointer;
    display: none;
}

#navigationStikyUser .badge {
    color: #f60;
    background-color: #fff;
}

.header-img-bg {
    margin-top: -41px;
    width: 100%;
}

.header_view a, .header_view a:hover, .header_view a:focus,.header_view a:visited {
    color: #fff !important;
    padding: 0 !important;
}

.navbar, .header_view {
    border-radius: 0;
}

.navbar, .header_view {
    min-height: 30px;
}

.galley_view iframe {
    padding-top: 30px;
}

.article-abstract {
    text-align: justify;
    margin-bottom: 2rem;
}

#navigationUser {
    margin-top: 10px;
    margin-right: 30px;
}

.journal-description, .description, .additional_content, .announcement-summary .media-heading {
    text-align: justify;
}

.article-summary .media-heading {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: justify;
    line-height: 1.25;
    font-weight: bold;
}

.announcement-summary .media-heading a {
    color: #336833;
    font-weight: bold;
    font-size: 15px;
}

.announcement-sort {
    font-size: 13px;
    line-height: 1.25;
    border-left: 1px dotted #327e50;
    padding-left: 10px;
    margin-left: 4px;
    text-align: justify;
}

.announcement-summary.media {
    margin-bottom: 5px !important;
    margin-top: 0px !important;
}

.side-menu-area {
    margin-right: -15px;
    background-color: #53ccec;
    margin-top: -15px;
    margin-bottom: 15px;
}

#side-navigation.nav-pills > li > a {
    border-radius: 1px !important;
    border-bottom: 1px solid #0000001c;
}

#side-navigation.nav-pills > li:last-child > a {
    border-bottom: 0;
}

.nav-stacked > li + li {
    margin-top: 0;
}

#side-navigation.nav-pills > li > a {
    border-radius: 1px !important;
    border-bottom: 1px solid #0000001c;
    color: #000;
}

#side-navigation.nav > li > a:hover, #side-navigation.nav > li > a:focus {
    text-decoration: none;
    background-color: #ffcc98;
    color: #000 !important;
}

.pkp_block ul li:first-child{
    border-top: 0 !important;
}

.pkp_block .title {
    border-bottom: 1px solid #1974d3;
    padding-bottom: 2px;
    margin-bottom: 0;
}

.pkp_block.block_make_submission a {
    color: #fff;
    background-color: #000181;
    border-color: #000181;
    display: block;
}

.issue-toc .galleys {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
}

.issue-toc .galleys {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 4px;
    background-color: #eee;
}

.issue-toc .galleys .page-header{
    margin-top: 0px !important;
}

.issue-toc .galleys .page-header h2, .issue-toc .galleys .page-header h2 small{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.pkp_structure_main {
    padding-bottom: 50px;
}

.pkp_block ul li {
    padding: 10px 0;
}

.pkp_block.block_make_submission a::before {
    content: "\f093";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.border-shadow {
    position: fixed;
    height: 100vh;
    width: 1140px;
    box-shadow: 0px 0px 4px #0000004f;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #5fb261;
}

.dropdown-menu > li > a {
    padding: 8px 20px;
}

.article-more-details .panel.panel-default {
    background-color: #eff0ef;
    border-radius: 4px;
}

.article-more-details .panel-heading {
    padding: 7px 15px !important;
    border-bottom: 1px solid #05050521 !important;
}

.header_view {
    background-color: #1974d3;
    box-shadow: 0px 0 10px #0000007d;
    border: 0;
    height: 30px;
}

.header_view .download {
    float: right !important;
    height: 30px;
}

.header_view .return, .header_view .download .label {
    position: unset;
    width: auto;
    height: 30px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    display: inline-block;
    color: #333 !important;
    padding: 5px 15px;
}

.pkp_screen_reader {
    position: unset;
    width: auto;
    height: 30px;
    padding: 5px 15px;
    margin: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    display: inline-block;
}

.header_view .return::before {
    content: "\f177";
    font: normal normal normal 14px/1 FontAwesome;
    height: 30px;
    display: inline-block;
    width: auto;
    position: absolute;
    margin: 9px 0 0 15px;
}

.header_view .return .pkp_screen_reader {
    padding-left: 35px;
}

.header_view .return .pkp_screen_reader {
    padding-left: 35px;
    margin-top: 1px;
    border-right: 1px solid #0000002e;
}

.header_view a.title {
    display: inline-block;
    position: absolute;
    padding: 5px 15px !important;
    font-weight: bold;
}

.header_view .download .label::before{
    content: "\f177";
    font: normal normal normal 14px/1 FontAwesome;
    height: 30px;
    display: inline-block;
    width: auto;
    position: absolute;
    margin: 9px 0 0 15px;
}

.header_view .download::before{
    content: "\f0ed";
    font: normal normal normal 14px/1 FontAwesome;
    height: 30px;
    display: inline-block;
    width: auto;
    margin: 9px 0 0 15px;
    position: absolute;
}

.header_view .download .label{
    display: none;
}


.header_view .download .pkp_screen_reader {
    padding-left: 35px;
    border-left: 1px solid #0000002e;
}

.block_make_submission .pkp_screen_reader {
    display: none;
}

footer.footer, footer.footer a {
    color: #fff !important;
}

#articlesBySimilarityList ul {
    padding-left: 0;
    list-style: none;
}

#articlesBySimilarityList ul li {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

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

    body {
        font-size: 12px;
        line-height: 1.5;
    }

    .page_index_site .about_site {
        font-size: 12px;
    }

    .container {
        padding-right: 0;
        padding-left: 0;
    }

    #headerStiky {
        padding-left: 15px;
        padding-right: 15px;
    }

    h1.site-name {
        height: unset;
    }

    #headerNavigationContainer .container{
        padding-left: 15px;
        padding-right: 15px;
    }


    #navigationUser {
        display: block;
        background-color: #53ccec;
        width: 100%;
        position: relative;
        margin-top: 0;
        margin-right: 0;
        height: 30px;
    }

    #navigationUser li {
        width: 50vw;
        max-width: 50vw;
        padding: 0;
        margin: 0;
        height: 40px;
        text-overflow: ellipsis;
    }

    #navigationUser li:first-child{
        border-right: 1px solid #ffffff1c;
        width: calc( 50vw - 1px ) ;
    }

    #navigationUser li a {
        margin-left: 0px;
        margin-top: 0;
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

        background-color: #0000 !important;
        color: #000 !important
    }

    nav.user-menu > ul > li > a:hover {
        box-shadow: unset;
        background-color: #fff0 !important;
    }

    .header-img-bg {
        margin-top: 0;
        margin-bottom: 0;
        width: 100vw;
        margin-left: -15px;
    }

    .navbar-toggle {
        margin-top: 7px;
        margin-bottom: 0;
        border: 0;
        width: 70px;
    }

    .navbar-toggle::after {
        content: "MENU";
        color: #fff;
        position: absolute;
        margin-top: -18px;
        font-size: 14px;
    }

    #headerStiky .navbar-toggle {
        margin-top: 9px;
    }

    #nav-menu {
        background-color: #1974d3;
        z-index: 1;
        position: relative;
    }


    .navbar-default .navbar-collapse, .navbar-default .navbar-form, .header_view .navbar-collapse, .header_view .navbar-form {
        border-color: transparent;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .header_view .navbar-nav > .active > a, .header_view .navbar-nav > .active > a:hover, .header_view .navbar-nav > .active > a:focus {
        color: #FDCB2C;
        background-color: transparent;
        border-bottom: 0;
    }

    .journals .thumb img {
        box-shadow: 7px 5px 0px #ddd;
        background-color: #eee;
        width: 50%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .journals h2 {
        font-size: 20px;
    }

    .journals .body h3 {
        font-size: 16px;
    }

    .homepage-image {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -15px;
    }

    h2, .h2 {
        font-size: 20px;
    }

    .issue-toc .thumbnail img{
        width: 50%;
    }

    .media-list {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }

    .page-header small {
        display: block;
        margin-top: 0;
        font-size: 14px;
        color: #000;
    }

    .page-header {
        border-bottom: 0;
    }

    h3.media-heading {
        font-size: 14px;
        font-weight: bold;
    }

    .media-body .col-md-8.text-right.pull-right {
        text-align: left !important;
        float: none !important;
        margin-bottom: 15px;
    }

    .article-summary.media .meta {
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .index-read-more a {
        width: 100%;
        margin-bottom: 20px;
    }


    .media-body .btn {
        padding: 3px 11px;
        font-size: 12px;
    }

    .breadcrumb {
        display: none;
    }

    .issue-summary.media {
        height: auto;
    }

    .page_issue_archive .row {
        margin-left: 0;
        margin-right: 0;
        margin-top: 40px;
    }

    h1, .h1 {
        font-size: 30px;
    }

    .page_issue_archive .media-body {
        width: 100%;
        display: block;
    }

    .page_issue_archive .media-heading .title,
    .page_issue_archive .media-heading .series  {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
        max-width: 100%;
        display: block;
    }

    .article-details .page-header {
        font-size: 20px;
        line-height: 1.25;
        margin-top: 15px;
        color: #02523e;
        font-weight: bold;
    }

    .article-more-details {
        margin-top: 20px;
    }

    .article-more-details .panel-body {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header_view a, .header_view a:hover, .header_view a:visited {
        color: #fff;
    }

    .header_view .download .label {
        position: relative;
    }

    #navigationUser .dropdown-menu li a {
        color: #333 !important;
        text-align: left;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a, .header_view .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        font-size: 12px;
    }

    .page-header {
        margin: 20px 0 20px;
    }

    .page.page_about,
    .page.page_submissions,
    .page.page_editorial_team,
    .page.page_privacy,
    .page.page_contact,
    .page.page_register,
    .page.page_login,
    .page.page_announcements
    {
        margin-bottom: 40px;
    }

    .border-shadow{
        display: none;
    }

    #headerNavigationContainer .navbar-header {
        background-color: #1974d3;
    }

    .navbar-brand-logo img {
        margin-left: 0;
    }

    .navbar-form {
        margin-right: 0;
        margin-left: 0;
    }

    #headerNavigationContainer {
        border-bottom: 4px solid #000181;
    }

    #nav-menu{
        border-bottom: 0 !important;
    }

    .navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:visited, .navbar-default .nav > li > a:active {
        color: #fff;
    }

    .navbar-default .navbar-nav > .active > a {
        color: #fff !important;
        font-weight: bold;
        text-decoration: underline;
    }

    .side-menu-area {
        margin-right: 0;
        margin-left: 0;
        border-radius: 4px;
        border: 1px solid #ddd;
        margin-top: 20px;
    }

    .article-summary .media-heading {
        font-size: 13px;
    }

    .navbar-form {
        display: none;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .header_view .navbar-nav > .open > a, .header_view .navbar-nav > .open > a:hover, .header_view .navbar-nav > .open > a:focus {
        color: #fff;
    }

    .article-sidebar .cover-image {
        display: none;
    }

    .header_view .return .pkp_screen_reader {
        display: none;
    }

    .header_view a.title {
        width: calc(100vw - 70px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-left: 30px;
    }

    .header_view .download .pkp_screen_reader {
        border-left: 0;
        width: 50px;
        overflow: hidden;
        white-space: nowrap;
        color: #1974d3;
    }

    .header_view .return, .header_view .download .label {
        color: #fff !important;
    }

}