@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: 0;
		z-index: 2
	}
	.mobileMenu#nav-small a {
		color: #fff !important
	}
}
@media(min-width:768px) {
    .obj_article_summary .authors {
        padding-right: 5em;
    }
    .obj_article_summary .pages {
        position: absolute;
        top: 0;
        right: 0;
        line-height: 2.143rem;
    }

}
@media (min-width: 992px){
    .fix-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}
@media(max-width:991px) {
    header#header{
        margin-bottom: 0.5rem;
    }
	.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) {
    
	.mobileMenu#nav-small {
		display: block
	}
	.mobileMenu#nav-small a {
		color: #fff !important;
	}
	ul#nav-small {
		position: absolute;
		left: 0;
		top: 0;
		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: 50px
	}
    .tabpage-home .tab-home .nav-item {
        width: calc(100%/3);
    }

    .tabpage-home .tab-home .nav-item .nav-link{
        font-size: 11px;
        padding: 0.5rem;
        font-family: "Roboto","Arial",sans-serif;
        line-height: normal;
        font-weight: 600;
        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;
    }
    
}

@media (max-width: 768px) {
    .editorialTeam .nux-user .avatar {
        width: 60px;
        height: 60px;
        padding: 0;
    }
    .editorialTeam .nux-user .avatar .frame-border {
        width: 60px;
        height: 60px;
    }
     
    .editorialTeam .nux-user .info .item {
        display: flex;
    }
    .editorialTeam .nux-user .info .item i {
        width: 16px;
    }


    .reviewerTeam .rev-user .avatar {
        width: 60px;
        height: 60px;
        padding: 0;
        margin-right: 10px;
    }
    .reviewerTeam .rev-user .avatar .frame-border {
        width: 60px;
        height: 60px;
    }
    .reviewerTeam .nux-user .info {
        position: absolute;
        left: 70px;
        top: 0;
        min-height: 50px;
        font-size: 13px;
        width: calc(100% - 70px);
        overflow: hidden;
    }
    .reviewerTeam .nux-user .info .item {
        display: flex;
        margin-bottom: 0;
        max-height: 17px;
        overflow: hidden;
        display: block;
        -webkit-line-clamp: 1;
        display: box;
        display: -webkit-box;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

}


@media(max-width:480px) {

    .homepage-index .journalsLists .journal-item-description .journal-thumbnail{
        float: unset;
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
        text-align: center;

    }
    .homepage-index .journalsLists .journal-item-description .journal-thumbnail img {
        max-width: 150px;
        margin: 0 auto;
    }
    .homepage-index .journalsLists .journal-item-description .journal-title h2{
        display: block;
        height: auto;
    }
}

@media(max-width:767px) {
    /* HEADER */ 
    #header .header-banner{
        display: block;
        background: none;
        background-color: #343a40;
        background-image: none !important;
        height: auto !important;
    }
    #header .header-banner .header-banner-image{
        display: block;
    }

    /* SITE LOGO */
    #header .header-banner .site-logo-link{
        position: absolute;
        top: 50px;
    }

}