@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: #fff;
    line-height: 1.5;
    background-image: url(symphony.png);
}

.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: #0ba2e9;
}

.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: transparent;
    background-position: center;
    background-size: cover;
    border-radius: 0 !important;
    box-shadow: unset;
}

#nav-menu {
  background-color: #fff;
  z-index: 1;
  position: relative;
  border-bottom: 4px solid #2ea3f2;
}

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

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

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

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

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: 1px dotted #333;
  padding-right: 40px;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
}

#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 {
  color: #2ea3f2 !important;
  background-color: #ffffff82;
  font-weight: bold;
}

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

.panel-default > .panel-heading, .pkp_block .title {
    color: #333;
    background-color: #eee;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: 0;
    font-size: 16px;
}

.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: transparent;
}

.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: #333;
}

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

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

h3 a {
  color: #2ea3f2 !important;
  text-decoration: none !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: #fff;
  margin-top: 0;
  border-top: 2px solid rgb(46, 163, 242);
}

.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 #fff0e8;
}

.article-summary.media:nth-of-type(2n+1) {
  background-color: #f8f8f8;
}
.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: #fff;
  border-color: rgb(46, 163, 242);
  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: #333;
    background-color: #0808080f;
}

#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: rgb(46, 163, 242);
    text-align: center;
    box-shadow: 0px 0 10px #0000007d;
    cursor: pointer;
    display: none;
}

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

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

.header_view a {
    color: #fff;
    padding: 5px 15px;
}

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

.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: 0;
  margin-right: 0;
}

.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: #f47d35;
    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;
}

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

.side-menu-area {
    margin-right: -15px;
    background-color: #f47d3599;
    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 {
    text-decoration: none;
    background-color: #f47d35;
    color: #fff !important;
}

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

.pkp_block .title{
    margin-bottom: 0;
}

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

.header_view a.title, .header_view a.download {
  color: #333 !important;
}

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

    .navbar-brand-logo img {
        max-height: 25px;
        margin-left: 0;
    }

    .navbar-header {
        background-color: #fff;
        border-bottom: 4px solid #0ba2e9;
    }

    .header-img-bg {
        margin-left: -15px !important;
        margin-right: -15px !important;
        width: 100vw !important;
    }

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

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

    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: #0ba2e9 !important;
    }

    .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: #0ba2e9;
        width: 100%;
        position: relative;
    }

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

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

    #nav-menu .pull-md-right {
        display: none;
    }

    #nav-menu {
        border-bottom: 0;
        box-shadow: 0px 0 10px #0000007d;
    }

    #navigationUser li a {
        margin-left: 0px;
        margin-top: 0;
        background-color: transparent;
        text-align: center;
        color: #fff !important;
        text-transform: uppercase;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

    .header-img-bg {
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
    }

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

    .navbar-toggle::after {
        content: "MENU";
        color: #0ba2e9;
        position: absolute;
        margin-top: -16px;
        font-size: 11px;
    }

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

    .navbar-default, .header_view {
        border-bottom-width: 0;
    }

    #nav-menu {
        background-color: #fff;
        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: -15px;
        margin-right: -15px;
        margin-top: -20px;
    }

    .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: 0;
        padding-right: 0;
    }

    .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: #333;
        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;
    }

}