@media (min-width: 1400px) {
    .container{
        max-width: 1400px !important;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .header-banner .container {
        position: relative;
    }
    .header-banner .journal-logo {
        margin-top: 0;
    }
    .mobileMenu#nav-small {
        display: block;
        position: absolute;
        left: 0;
        top: 13px;
        z-index: 2;
    }
    .mobileMenu#nav-small a {
        color: #fff !important;
    }
    .topSearch {
        margin-right: 100px;
    }
}
@media(max-width: 991px) {
    .navbar-desktop{
        display: none !important;
    }
    #nav-small a {
        border: 0;
        text-transform: uppercase;
    } 
    .tabpage-home .nav-tab-issn{
        position: static; 
        font-size: 11px;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media(max-width: 767px) { 
    .header-banner .container {
        position: relative;
    }
    .header-banner{
        height: 182px !important;
        min-height: 180px !important;
    }
    .mobileMenu#nav-small {
        display: block;
    }
    .mobileMenu#nav-small a {
        color: #fff !important;
    }
    ul#nav-small {
        position: absolute;
        left: 0;
        top: 3px;
        z-index: 1;
    }
    #nav-small {
        padding-bottom: 0;
    }
    .header-banner .logo {
        width: 150px;
        margin: 0 0 5px 0;
        height: auto;
        display: block;
    }
    .header-banner .logo .journal-logo {
        max-height: 80px;
    }
    .topSearch {
        margin: 0 auto;
        float: none !important;
        width: 100% !important;
        margin-top: 10px !important;
    }
    .footBox{
        text-align: center;
    }
    .footer-bottom-right{
        float: none !important;
        text-align: center;
    }

    /* JournalIndex */
    .tabpage-home .tab-home .nav-link{
        font-size: 11px;
        padding: 0.5rem;
        width: calc(100%/3);
        font-family: "Roboto","Arial",sans-serif; 
        line-height: normal;
        font-weight: 500;
        max-height: 2.5rem;
        overflow: hidden; 
        -webkit-line-clamp: 2;
        display: box;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
        text-align: center;
    }
    .tabpage-home .nav-tab-issn{
        position: static; 
        font-size: 11px;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .rw_issue_archive .calView .issue_item{ 
        width: 100%;
    } 
    .hometabscontainer .homepage-image{
        display: block;
        width: 100%;
    }
    .hometabscontainer .journal-description{
        width: 100%;
    }

    /* article detail */
    /* breadcrumbs */
    .breadcrumb {
        margin: 0 0 1rem 0; 
        line-height: 1.3rem; 
        max-height: 2.3rem;
        overflow: hidden; 
        -webkit-line-clamp: 1;
        display: box;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal; 
    }
    .breadcrumb .breadcrumb-item{
        display: inline-block;
    }
    .pkp_page_index .breadcrumb{
        display: flex;
    }
    .pkp_page_index .breadcrumb .breadcrumb-item{
        display: unset;
    }
    .page.rw_article h1.article-full-title{
        font-size: 1.25rem;
        font-weight: 500; 
    }
    .page.rw_article .authors{
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .page.rw_article .authors .author_block {
        padding-bottom: 1rem;
    }
    .page.rw_article .article_detail_link {
        margin-top: 0;
        padding: 0.5rem 0;
    }
    .page.rw_article .article_detail_link ul li {
        display: block;
        width: 100%;
        text-align: left;
        padding: 0.125rem 0;
    }
    .page.rw_article .article_detail_link ul li a {
        padding: 0;
    }
    .page.rw_article .article_detail_link ul li .link_label{
        font-weight: 600;
        color: #131313;
    }
    
    .rw_formLogin .reg-link{
        text-align: left;
    }
    .custom-technologies li {
        border-right: none;
        margin-bottom: 0.5rem;
    }

}
@media (max-width: 576px) {
    .page_index_site .box .media-left{
        display: block !important;
        width: 100%;
        flex: unset;
        max-width: 100%;
        text-align: center;
    }
}
@media (min-width: 768px){
    .header_view .title {
        font-size: 14px;
    }
    .header_view .download {
        width: auto;
        padding: 0 20px;
    }
    .header_view .download .label {
        display: inline-block;
    }
    .header_view .download .pkp_screen_reader, .header_view .download .pkp_page_index .cmp_announcements h2 {
        display: none;
    }
}