@charset "UTF-8";
/* CSS Document */

/**************************CORPO DEL SITO*****************************************/
/*font-family:'Raleway', sans-serif; 400 600 800*/

:root {
	--main-color:#004372;
	--hover-color:#052841;
	--structure-color:#fff;
	--background-body:#ececec;
	--black-shadow:#252525;
	--main-font:'Raleway', sans-serif;
}

a {
	color:var(--main-color);
	text-decoration:none;
}

a:hover {
	color:var(--hover-color);
	text-decoration:underline;
}

html,body {
	font-family:var(--main-font);
	font-weight:400;
	font-size:15px;
	background:var(--background-body);
}

figure{
	margin:0 !important;
}

.pkp_structure_page {
	max-width:100%;
	margin-top:0;
	margin-bottom:0;
	background:transparent;
	box-shadow:none;
}

/**************************PULSANTE MAKE SUBMISSION*******************************/

.make_sub{
	width:100%;
	height: 50px;
	margin-bottom: 1.5em;
	font-family:var(--main-font);
	cursor: pointer;
	background-color:var(--main-color);
	color: var(--structure-color);
	padding: 0.7em 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	border-radius: 3px;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.make_sub span {
	display: block;
	margin-left: 0.3em;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.make_sub svg {
	display: block;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.make_sub:hover .svg-wrapper {
	-webkit-animation: fly-1 0.6s ease-in-out infinite alternate;
	animation: fly-1 0.6s ease-in-out infinite alternate;
}

.make_sub:hover svg {
	-webkit-transform: translateX(7.8em) rotate(45deg) scale(1.1);
	-ms-transform: translateX(7.8em) rotate(45deg) scale(1.1);
	transform: translateX(7.8em) rotate(45deg) scale(1.1);
}

.make_sub:hover span {
	-webkit-transform: translateX(17em);
	-ms-transform: translateX(17em);
	transform: translateX(17em);
}

.make_sub:active {
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}

@-webkit-keyframes fly-1 {
	from {
 		-webkit-transform: translateY(0.1em);
		transform: translateY(0.1em);
	}
	to {
		-webkit-transform: translateY(-0.1em);
		transform: translateY(-0.1em);
	}
}
@keyframes fly-1 {
	from {
		-webkit-transform: translateY(0.1em);
		transform: translateY(0.1em);
	}
	to {
		-webkit-transform: translateY(-0.1em);
		transform: translateY(-0.1em);
	}
}

/**************************LOGO PAGEPRESS HEADER**********************************/

#container_logo_login {
	display:flex;
	width:100%;
	height:3em;
}

.content_logo_login {
	width:20%;
}

.logo_PP {
	width:95px;
	margin:0.65em;
}

/**************************MENU UTENTE HEADER*************************************/

.pkp_navigation_user_wrapper {
	top:7px;
	right:0;
	left:auto;
	width:80%;
	transform:none;
	padding-right:0rem;
}

.pkp_navigation_user > li > a {
	font-family:var(--main-font);
	font-weight:400;
	color:var(--structure-color);
	text-shadow:0px 0px 0px var(--black-shadow);
 	filter:DropShadow(Color=var(--black-shadow), OffX=0, OffY=0);
}

.pkp_navigation_user > li > a:hover {
	color:var(--background-body);
	text-decoration:none;
}

.pkp_navigation_user > li > a .task_count {
	display:inline-block;
	width:20px;
	height:20px;
	margin-left:0.5em;
	border-radius:50%;
	background:rgba(204, 204, 204, 0.3);
	line-height:20px;
	text-align:center;
	font-size:12px;
	top:0rem;
}

.pkp_nav_list ul a {
	font-family:var(--main-font);
	font-weight:400;
	display:block;
	padding-left:.357rem;
	border-left:.357rem solid transparent;
	color:var(--main-color);
}

.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
	font-family:var(--main-font);
	font-weight:400;
	outline:0;
	border-color:var(--main-color);
	color:var(--main-color);
}

/**************************HEADER*************************************************/

#banner_content{
	display:flex;
	justify-content:center;
	width:100%;
}

.pkp_structure_head {
	position:relative;
	width:100%;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	background-image:url(images/bg_header.png);
	background-size:cover;
	background-repeat:no-repeat;
	/*background-color:#a30000;*/
	margin-bottom:0em;
}

.pkp_site_name_wrapper {
	padding-left:0rem;
	padding-right:0rem;
	background:none;
}

.pkp_site_name .is_img img {
  max-height: 100px;
}

.pkp_site_name {
	width:75%;
	margin-left:0;
	padding-top:0rem;
	padding-bottom:0rem;
}

#content_loghi {
	float:right;
	width:50%;
	text-align:right;
	position:relative;
	top:10px;
}

.loghi_header {}

.issn_number{
	font-size: 0.5em;
	margin: 0.5em 0.5em 1.1em 0.5em;
}

#content_claim {
	width:100%;
	height:30px;
	background-color:#ffffff40; 
	/*background-color:var(--main-color); sfondo Alfa*/
}

#content_claim > p {
	padding:0.37em 0em 0em 1em;
	color:var(--structure-color);
	font-family:var(--main-font);
	font-size:12px;
	margin:0;
}

.content_impact_factor{
	position: absolute;
	right: 20px;
	z-index: 10;
	top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.if_text{
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #fabb00;
	text-align: center;
	padding: 0.6em 0;
}
.if_title{font-size: 12px;font-weight:400;line-height: 13px;}
.if_value{font-size: 20px;font-weight:400;}
.if_text a{color:#000;text-decoration: none;}

/**************************MENU SITE**********************************************/

#navigationPrimary a {
	font-family:var(--main-font);
	font-weight:400;
	color:var(--main-color);
}

#navigationPrimary > li > a:hover {
	border-bottom:1px solid var(--hover-color);
	color:var(--hover-color);
}

.pkp_navigation_primary {
	display:inline-block;
	max-width:100%;
	text-align:left;
}

.pkp_navigation_primary_row {
	background:var(--structure-color);
	padding-left: 1rem;
	padding-right: 1rem;
}

.pkp_navigation_primary > li > a {
	margin:0em;
	padding:1.4em 0.8em !important;
	height:60px;
}

.pkp_navigation_primary > li > a:hover {
	background-color:#f9fafa;
	text-decoration:none;
}

/**************************BREADCRUMBS********************************************/

.cmp_breadcrumbs {
	padding:0em 0em 1em 0.5em;
	font-family:var(--main-font);
	font-weight:400;
	font-size:12px;
	color:rgba(0, 0, 0, 0.54);
	text-transform:uppercase;
	
	border-bottom:1px solid var(--background-body);
	width:100%;
}

/**************************SLIDER*************************************/

.btn {
	display:inline-block;
	padding:13px 20px;
	color:var(--structure-color);
	text-decoration:none;
	position:relative;
	background:transparent;
	border:1px solid #e1e1e1;
	font:12px/1.2 var(--main-font);
	letter-spacing:0.4em;
	text-align:center;
	text-indent:2px;
	text-transform:uppercase;
	transition:color 0.1s linear 0.05s;
}
.btn::before {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:1px;
	background:#e1e1e1;
	z-index:1;
	opacity:0;
	transition:height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
	transition:border 0.1s linear 0.05s;
}
.btn .btn-inner {
	position:relative;
	z-index:2;
}
.btn:hover {
	color:#373737;
	transition:color 0.1s linear 0s;
	text-decoration:none;
}
.btn:hover::before {
	top:0;
	height:100%;
	opacity:1;
	transition:height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
	border-color:#373737;
	transition:border 0.1s linear 0s;
}

.slideshow {
	overflow:hidden;
	position:relative;
	width:100%;
	/*height:100vh;*/
	height:350px;
	z-index:1;
}
.slideshow .slideshow-inner {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.slideshow .slides {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.slideshow .slide {
	display:none;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	opacity:0;
	transition:opacity 0.3s ease;
}
.slideshow .slide.is-active {
	display:block;
}
.slideshow .slide.is-loaded {
	opacity:1;
}
.slideshow .slide .caption {
	padding:0 100px;
}
.slideshow .slide .image-container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-position:center;
	z-index:1;
	background-size:cover;
	image-rendering:optimizeQuality;
}
.slideshow .slide .image-container::before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
	width:100%;
	width:100%;
	object-fit:cover;
	height:100%;
}
.slideshow .slide-content {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	color:var(--structure-color);
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
}
.slideshow .slide .title {
	margin:0 auto 15px;
	max-width:1000px;
	font:300 50px/1.2 var(--main-font);
	letter-spacing:0.35em;
	text-transform:uppercase;
}
.slideshow .slide .text {
	margin:0 auto;
	max-width:1000px;
	font-size:18px;
	line-height:1.4;
}
.slideshow .slide .btn {
	margin:15px 0 0;
	border-color:var(--structure-color);
}
.slideshow .slide .btn::before {
	background:var(--structure-color);
}
.slideshow .pagination {
	position:absolute;
	bottom:35px;
	left:0;
	width:100%;
	height:12px;
	cursor:default;
	z-index:2;
	text-align:center;
}
.slideshow .pagination .item {
	display:inline-block;
	padding:15px 5px;
	position:relative;
	width:46px;
	height:32px;
	cursor:pointer;
	text-indent:-999em;
	z-index:1;
}
.slideshow .pagination .item + .page {
	margin-left:-2px;
}
.slideshow .pagination .item::before {
	content:"";
	display:block;
	position:absolute;
	top:15px;
	left:5px;
	width:36px;
	height:2px;
	background:rgba(255, 255, 255, 0.5);
	transition:background 0.2s ease;
}
.slideshow .pagination .item::after {
	width:0;
	background:var(--structure-color);
	z-index:2;
	transition:width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
	background-color:var(--structure-color);
}
.slideshow .arrows .arrow {
	margin:-33px 0 0;
	padding:20px;
	position:absolute;
	top:50%;
	cursor:pointer;
	z-index:3;
}
.slideshow .arrows .prev {
	left:30px;
}
.slideshow .arrows .prev:hover .svg {
	left:-10px;
}
.slideshow .arrows .next {
	right:30px;
}
.slideshow .arrows .next:hover .svg {
	left:10px;
}
.slideshow .arrows .svg {
	position:relative;
	left:0;
	width:14px;
	height:26px;
	fill:var(--structure-color);
	transition:left 0.2s ease;
}

/**************************MAIN SITE**********************************************/

.pkp_structure_main {
	background-color:var(--structure-color);
	padding:1em;
}

.pkp_structure_main p{
	line-height: 1.785rem;
	margin: 0.5em 0;
}

.pkp_structure_main .page h1 {
	margin:0.5em 0.5em;
}

.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4 {
	margin:0em 0 0.5em;
}

.homepage_image{
	position:relative;
}

.testo_img{
	position:absolute;
	color:var(--structure-color);
	font-size:1.5em;
	line-height:130%;
	/*text-shadow:0px 0px 5px #252525;*/
	text-shadow:0px 0px 15px #252525, 0px 0px 5px #252525, 0px 0px 0px #252525;
	bottom:15px;
	left:20px;
	right:20px;
}

.pkp_page_index .homepage_image, .pkp_page_index .additional_content {
	margin:0;
	padding:0;
	border-top:0px solid #ddd;
}

#current {
	display:flex;
}

.img_current {
	width:30%;
	padding:1em;
	text-align:center;
}

.info_main_content {
	width:70%;
	padding:1em;
}

.title_main {
	width:100%;
	background-color:var(--main-color);
	height:30px;
	color:var(--structure-color);
	padding-top:0.36em;
	margin-bottom:0px;
	border:0px;
	text-align:center;
	
	font-family:var(--main-font);
	font-weight:800;
	font-size:14px;
	text-transform:uppercase;
}

.pkp_page_index .current_issue_title {
	margin:0.5em 0 0 0;
	font-size:16px;
	font-weight:600;
}

.info_home, .current_issue {
	padding-top: 0.8em;
	width:100%;
	background-color:#fafbfb;
}

.elenco_index_home {
	background-color:var(--main-color);
	height:30px;
	font-size:13px;
	color:var(--structure-color);
	padding-top:0.4em;
	text-align:center;
	text-transform:uppercase;
}


/**************************EDITORIAL PICK************************************************/

#editorial_pick {
	margin:0em 0em 5em 0em;
}

.editorial_pick_as_card {}

.noble-editorial-pick {}

.mini-card {
	display:flex;
	margin:1em 0;
}

.cont_img {
	width:30%;
}

.cont_info_art {
	width:70%;
	padding-left:1em;
}

.object-cover {
	width:165px;
	height:165px;
}

.cont_img_tit .title {}

.ep-title {}

.ep-date-published {}

.ep-authors {}

.ep-issue {}


/**************************ANNUNCI************************************************/

.page_announcement {
	margin-top:0rem;
}

.pkp_page_index .cmp_announcements h2 + .obj_announcement_summary, .pkp_page_index .cmp_announcements .more {
	padding-top:20px;
	padding-bottom:20px;
}

.pkp_page_index .cmp_announcements {
	border-bottom:0px solid #ddd;
}

.pkp_page_index .cmp_announcements > .obj_announcement_summary::before {
	border-left:0px solid #ddd;
}

.pkp_page_index .cmp_announcements>.obj_announcement_summary {
	width:100%;
}

.pkp_page_index .cmp_announcements .more::before {
	border-left:0px solid #ddd;
}

.pkp_page_index .cmp_announcements {
	border:1px solid #ddd;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.cmp_announcements {
	margin:2em 0em 1em 0em;
}

.cmp_announcements .date {
	margin-top:1em;
	font-family:var(--main-font);
	font-weight:400;
	font-size:15px;
	text-align:left;
}

.obj_announcement_summary .summary p:first-child {
	margin-top:0;
	font-size:15px;
}

.obj_announcement_summary h2 a, .obj_announcement_summary h3 a, .obj_announcement_summary h4 a {
	font-family:var(--main-font);
	font-weight:400;
	font-size:18px;
	text-decoration:none;
}

.obj_announcement_full a{
	color:#0115e4;
}

/**************************ISSUES ARCHIVE*****************************************/

.banda_issue {
	height:65px;
	border-left:20px solid var(--main-color);
	margin:2em 0em 0em -2em;
}

.banda_titolo {
	height:38px;
	border-left:20px solid var(--main-color);
	margin:1em 0em 0em -2em;
}

.banda_issue_archive {
	height:65px;
	border-left:20px solid var(--main-color);
	margin:2em 0em 0em 0em;
}

.years_issues {
	font-family:var(--main-font);
	font-weight:800;
	font-size:7em;
	letter-spacing:-15px;
	color:var(--background-body);
	padding:0.14em 0.1em;
	float:left;
	
	/*-webkit-text-stroke:1px var(--background-body); ### COMANDO PER OUTLINE TESTO ###
	-webkit-text-fill-color:var(--structure-color);*/
}

.years_current_issues {
	font-family:var(--main-font);
	font-weight:800;
	font-size:7em;
	letter-spacing:-15px;
	color:var(--background-body);
	padding:0.14em 0.1em;
	float:left;
}

.vol_current_issues {
	font-family:var(--main-font);
	font-weight:800;
	font-size:5em;
	letter-spacing:-8px;
	color:var(--background-body);
	padding:0.33em 0.3em;
	float:left;
}

.num_current_issues {
	font-family:var(--main-font);
	font-weight:800;
	font-size:3em;
	letter-spacing:-4px;
	color:var(--background-body);
	padding-top:0.8em;
	float:left;
}

.title_issues {
	font-family:var(--main-font);
	font-size:1.05em;
	padding:0.75% 0% 0.75% 0.9%;
	float:left;
}

.obj_issue_toc .galleys::before, .obj_issue_toc .section::before {
	content:'';
	position:absolute;
	top:45px;
	left:0;
	width:100%;
	border-top:0px solid #ddd;
}

#issue_content {
	display:flex;
	justify-content:flex-start;
	width:100%;
}

.issue_cov {
	display:flex;
	flex-flow:column;
	width:30%;
	margin-right:1.5em;
}

.issue_art {
	width:70%;
	margin-top:1.5em;
}

.obj_issue_toc .galleys, .obj_issue_toc .section {
	margin:0rem 0rem;
	padding:0rem;
}

.obj_issue_summary {
	margin:0em 3em 0em 5.6em;
	padding-left:1em;
	border-left:1px solid var(--main-color);
}

.obj_issue_toc .cover {
	width:65%;
	margin:0 0 1em 0;
}

.obj_issue_toc .cover img {
	margin:0;
}

.obj_issue_toc .published {
	margin:1em 0;
}

.obj_issue_summary .cover {
	float:left;
	width:20%;
	height:auto;
	margin-right:0.9em;
	display:block;
	margin-bottom:0px;
}

.page_issue_archive .issues_archive {
	margin:0;
}

.obj_issue_summary .description {
	margin-top:0.7em;
	font-family:var(--main-font);
	font-size:1em;
}

.description {
	padding-right:1.3em;
	margin-bottom:1.5em;
}

/**************************ARTICLES SUMMARY***************************************/

#stats_views_down{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-flow: wrap;
}

.stats_item{
	font-size: 0.9em;
	color: #515151;
	margin: 0.5em 1em 0.3em 0em;
}

#scite_doi_article_summary{
	display:flex;
	justify-content:space-between;
	width:100%;
	flex-wrap:wrap;
	align-items:center;
	align-content:center;
}

.scite_summ{
	align-self:center;
}

.doi_summ{
	font-size:0.85em;
}

.obj_issue_toc .sections:not(:first-child) {
	margin-top:0em;
}

.obj_issue_toc .section > h2 {
	border-bottom:0px;
	border-left:0px;
	
	font-family:var(--main-font);
	font-weight:600;
	text-transform:uppercase;
	color:#454545;
	padding:0.15em 1em;
	background-color:#fafbfb;
	width:100%;
	
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

#articles_summary_data_info {
	display:flex;
	flex-flow:column;
}

ul.galleys_links {
	list-style:none;
}

.obj_article_summary {
	padding:0em 0.5em;
}

.obj_article_summary .cover {
	display:block;
	float:left;
	width:80px;
	height:auto;
	margin-right:15px;
}

.obj_article_summary > .title {
	font-family:var(--main-font);
	font-weight:400;
	font-size:15px;
	text-transform:uppercase;
}

.obj_article_summary > .title a {
	display:block;
	text-decoration:none;
}

.doi_summary {
	/*width:66%;
	
	background-color:#fafbfb;
	border-radius:4px; 
	-moz-border-radius:4px;
	-webkit-border-radius:4px;*/
	
	padding:0.4em 0.7em;
	margin-top:0.3em;
}

.doi_summary a {
	text-decoration:none !important;
}

.doi_summary a:hover {
	text-decoration:underline !important;
}

.obj_article_summary > .meta {
	margin-left:1em;
}

.obj_article_summary > .item.doi {
	margin-left:1em;
	padding:0.5em 0.2em 0em;
}

.obj_article_summary > .galleys_links {
	/*float:left;
	text-align:left;
	width:100%;*/
	margin-left:0.8em;
	list-style:none;
	margin-bottom:1em;
}
.obj_article_summary > .galleys_links a {
	color:var(--structure-color);
	background-color:var(--main-color);
}

.obj_article_summary > .galleys_links a:hover {
	background-color:var(--hover-color);
	text-decoration:none;
}

/**************************ARTICLES DETAILS***************************************/

section .content {
	padding:1em;
}

section .item {
	margin:1em 0;
}

.obj_article_details .row {
	margin:-2em 0em 0em 0em;
}

.obj_article_details .item {
	padding:0.5em;
}

.obj_article_details .main_entry {
	width:100%;
}
/*.obj_article_details .main_entry {
	width:70%;
}*/

.obj_article_details .entry_details {
	width:25%;
	margin-left:30px;
}

.item.doi {
	margin:0.5em 0;
}

.obj_article_details .doi a {
	color:var(--main-color);
}

.obj_article_details .doi a:hover {
	color:var(--hover-color);
}

.cover_image img {
	width:280px;
	border-radius:10px;
}	

.obj_article_details .entry_details .cover_image img {
	width:200px;
}

.obj_article_details .copyright {
	padding:1em;
	font-size:15px;
}

#container_galleys_flex {
	display:flex;
	flex-flow:column;
	align-items:center;
	width:100%;
}

.obj_galley_link {
	width:100%;
	margin:0.5em 0em 0em 0em;
	background-color:var(--main-color);
	height:30px;
	text-align:center;
	color:var(--structure-color);
}

.obj_article_details .entry_details .item.galleys .galleys_links {
	 /*padding:0;
	 background-color:var(--structure-color);*/
}

.obj_article_details .entry_details .item.galleys .galleys_links a {
	/*color:var(--structure-color);
	background-color:var(--main-color);*/
}

.obj_article_details .entry_details .item.galleys .galleys_links a:hover {
	/*background-color:var(--hover-color);*/
}

.obj_article_details .main_entry .item .label {
	margin:0;
}

.obj_article_details .entry_details .sub_item:not(:first-child) .label {
	 display:inline-block;
	 padding:.5em 0;
	 margin:0 20px;
	 width:83%;
	 border-bottom:1px solid var(--main-color);
}

.obj_article_details .entry_details .item > .value ul {
	list-style:none;
	padding:0;
	margin:0;
}

.obj_article_details .entry_details .item > .value ul li {
	padding:5px 0;
}

/*.numero {
	width:38px;
	height:38px;
	margin-left:0.5em;
	border-radius:50%;
	background:#ddd;
	line-height:37px;
	text-align:center;
	font-size:0.8em;
	float:right;
	margin-top:-0.6em;
}*/

#container_stats {
	display: flex;
	flex-flow: column;
}
.content_stats{
	width: 100%;
}
.content_stats:first-child{
	margin: 0em 0em 0.7em 0em;
}
.content_stats span{
	font-size: 16px;
	float: right;
}

.galley_items {
	float:left;
	width:50%;
}

.obj_article_details .main_entry .label {
	border-bottom:0px;
	border-left:0px;
	
	font-family:var(--main-font);
	font-weight:600;
	text-transform:uppercase;
	color:#454545;
	padding:0.5em 0.7em;
	margin:0.7em 0em;
	background-color:#fafbfb;
	width:100%;
	
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

.obj_article_details .main_entry .item .label {
	font-family:var(--main-font);
	font-size:16px;
}

.obj_article_details .galleys_links a:hover {
	background-color:#203262;
	text-decoration:none;
}

.obj_article_details .entry_details .cover_image img {
	/*border-radius:20px;*/
}

.item citations-container {
	margin:0em !important;
}

.PlumX-Summary {
	background-color:var(--structure-color);
}

.PlumX-Summary .pps-container {
	position:relative;
	width:100%;
}

/*.badges_dim {
	width:47%;
	float:left;
	margin-left:1em;
	margin-bottom:3em;
}

.badges_alm {
	width:50%;
	float:left;
	margin-bottom:3em;
}

.PlumX-Summary {
	margin-left:3.3em;
	margin-right:2em;
}

.PlumX_text {
	margin-left:3.3em;
	margin-bottom:2em;
	margin-right:1.3em;
}*/

#container_other_info {
	display:flex;
	width:100%;
	flex-wrap:wrap;
	margin-top:1em;
}

.grafico_downloads {
	flex:1 1 85%;
}

/*.how_to_cite {
	padding:2em;
	width:40%;
}*/

.badge_scite {
	padding:1em;
	flex:1 1 15%;
	text-align:center;
}

.cross_scopus_badge {
	flex:1 1 100%;
}

#content_doi_crossmar {
	display:flex;
}

.doi_content {
	width:85%;
}

.crossmark_content {
	width:15%;
}

.discl_content{
	border:solid 1px #CACACA;
	padding:1em;
	margin-bottom:1em;
	font-size:12px;
	color:#515151;
}

.discl_content_col_dx{
	border:solid 1px #ABABAB;
	background-color:var(--structure-color);
	padding:1em;
	font-size:12px;
	color:#515151;
}

#articlesBySimilarityList{
	margin-top:1em;
}

/**************************CSS PER TABS ARTICLES DETAILS**************************/

/* Style the tab */
.tab {
	overflow:hidden;
	border-bottom:1px solid var(--main-color);
	/*background-color:#f1f1f1;*/
}

/* Style the buttons that are used to open the tab content */
.tab button {
	background-color:inherit;
	float:left;
	border:none;
	outline:none;
	cursor:pointer;
	padding:12px 16px;
	transition:0.3s;
	font-family:var(--main-font);
	font-size:0.9em;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color:#ddd;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color:var(--main-color);
	color:var(--structure-color);
}

/* Style the tab content */
.tabcontent {
	display:none;
	padding:1em;
	border:1px solid var(--main-color);
	border-top:none;
	/*margin-bottom:3em;*/
}

.tabcontent p{
	line-height:1.7em;
	margin:0.7em 0em;
}

/**************************SIDER BAR**********************************************/

.pkp_structure_sidebar {
	float:right;
	margin-top:1.2em;
	width:280px;
}

.pkp_structure_sidebar:before {
	border-left:0px solid #ddd;
}

.pkp_block {
	padding:0px 0px 25px 0px;
	font-size:14px;
	line-height:20px
}

.pkp_block .title {
	width:100%;
	background-color:var(--main-color);
	height:30px;
	font-size:13px;
	color:var(--structure-color);
	padding-top:0.4em;
	margin-bottom:0px;
	border:0px;
	text-align:center;
	font-family:var(--main-font);
}

.pkp_block .content {
	background-color:var(--structure-color);
}

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

.pkp_block li {
	border-radius:0;
	position:relative;
	background-color:var(--structure-color);
	display:block;
}

.pkp_block ul>li {
	border-bottom:1px solid rgba(0,0,0,.125);
}

.pkp_block ul>li a {
	color:var(--black-shadow);
	padding:.75rem 1rem;
	display:flex;
}

.pkp_block ul>li a:hover {
	text-decoration:none;
	background-color:#f9f9f9;
	color:dimgrey;
}


/**** CUSTOM BLOCK SIDEBAR ****/

.pkp_block.block_custom .button {
	display: flex;
	justify-content: center;
}

.pkp_block.block_custom .button a{
	width:100%;
	text-align: center;
	color:var(--structure-color);
	background:var(--main-color);
	padding: 20px;
	border: 1px solid var(--main-color);
	cursor: pointer;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.pkp_block.block_custom .button a:hover{
	background-color:var(--background-body);
	color:var(--main-color);
	text-decoration: none;
	border: 1px solid var(--main-color);
}

.pkp_block.block_custom .title {
	width:100%;
	background-color:var(--main-color);
	height:30px;
	font-size:13px;
	color:var(--structure-color);
	padding-top:0.4em;
	border:0px;
	text-align:center;
	
	font-family:var(--main-font);
}

.pkp_block.block_custom .content {
	background-color:var(--structure-color);
}

.pkp_block.block_custom a {
	color:var(--black-shadow);
	padding:.75rem 1rem;
}

.pkp_block.block_custom a:hover {
	text-decoration:none;
	background-color:#f9f9f9;
	color:dimgrey;
}

.pkp_block.block_custom ul>li {
	border-bottom:1px solid rgba(0,0,0,.125);
}

.pkp_block.block_custom li {
	border-radius:0;
	position:relative;
	background-color:var(--structure-color);
	display:block;
}

.most_read_article_journal {
	padding:0em 1em 1em;
}

/**************************FOOTER*************************************************/

.pkp_structure_footer_wrapper {
	border-bottom:0;
}

.pkp_footer_info {}

.nome_rivista_footer {
	font-size:20px;
}

.container{
	max-width:1170px;
	margin:auto;
}
.row{
	display:flex;
	flex-wrap:wrap;
}
.footer{
	background-color:var(--main-color);
    padding:70px 0;
	border-bottom:10px solid var(--hover-color);
}
.pkp_footer_info {
	padding:24px 15px;
}
.pkp_footer_info a {
	color:var(--structure-color);
	text-decoration:none;
}
.pkp_footer_info a:hover {
	color:var(--structure-color);
	text-decoration:underline;
}
.footer-col ul{
	list-style:none;
	padding:0;
}
.footer-col:first-child{
	width:33%;
	padding:0 10px;
}
.footer-col{
   width:22%;
   padding:0 10px;
   color:var(--structure-color);
}
.footer-col h4{
	font-size:18px;
	color:var(--structure-color);
	text-transform:capitalize;
	margin-bottom:35px;
	font-weight:500;
	position:relative;
}
.footer-col h4::before{
	content:'';
	position:absolute;
	left:0;
	bottom:-10px;
	background-color:var(--structure-color);
	height:1px;
	box-sizing:border-box;
	width:50%;
}
.footer-col ul li:not(:last-child){
	margin-bottom:10px;
}
.footer-col ul li a{
	font-size:16px;
	text-transform:capitalize;
	color:var(--structure-color);
	text-decoration:none;
	font-weight:300;
	color:var(--background-body);
	display:block;
	transition:all 0.3s ease;
}
.footer-col ul li a:hover{
	color:var(--structure-color);
	padding-left:8px;
}
.footer-col .social-links a{
	display:inline-block;
	height:40px;
	width:40px;
	background-color:rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	color:var(--structure-color);
	transition:all 0.5s ease;
}
.footer-col .social-links a:hover{
	/*color:#24262b;
	background-color:var(--structure-color);*/
	background-color:var(--hover-color);
}
.footer-col .social-links img{
	height:23px;
	width:23px;
	background-image:url(images/huawei-white.png);
	background-size:contain;
	background-repeat:no-repeat;
	top:6px;
	position:relative;
}

.credits_pgp {
	width:100%;
	margin:0 auto;
	font-size:11px;
	text-align:center;
	color:var(--black-shadow);
	padding:1em;
	background-color:transparent;
}

.credits_pgp a {
	color:var(--black-shadow);
	text-decoration:none;
}

.credits_pgp a:hover {
	color:var(--black-shadow);
	text-decoration:underline;
}

/**************************MEDIA**************************************************/

/* Schermi grandi o ad alta risoluzione */
@media only screen and (max-width:1200px) {
	
}

/* Schermi Desktop o Portatili */
@media only screen and (max-width:992px) {
	.pkp_structure_sidebar {
	width:100%;
	}
}

@media only screen and (max-width:768px) {
	.scite_summ{
	width:100%;
	}
	.doi_summ{
	width:100%;
	}
	.grafico_downloads {
	width:100%;
	}
	.how_to_cite {
	width:100%;
	}
	.badge_scite {
	width:100%;
	}
	#navigationPrimary a {
	color:var(--main-color);
	}
	#navigationPrimary > li > a:hover {
	border-bottom:0px;
	color:var(--main-color);
	}
	.pkp_navigation_primary {
	display:inline-block;
	max-width:100%;
	text-align:left;
	}
	.pkp_navigation_primary > li > a {
	margin:0em;
	padding:1em 0.9em;
	height:10px;
	}
	.pkp_navigation_primary > li > a:hover {
	background-color:transparent;
	text-decoration:underline;
	}
	.pkp_navigation_user > li > a {
	color:var(--main-color);
	margin-left:10px;
	text-shadow:0px 0px 0px var(--black-shadow);
	}
	.pkp_navigation_user > li > a:hover {
	color:var(--main-color);
	}
	.pkp_block {
	padding:0px 0px 15px 0px;
	}
	.pkp_structure_sidebar {
	width:100%;
	}
	.loghi_header img {
	width:13%;
	}
	.has_site_logo .pkp_head_wrapper {
	padding-left:.714rem;
	}
	.tab button {
	padding:5px 5px;
	font-size:0.6em;
	}
	.homepage_image{
	font-size:1em;
	}
	.testo_img{
	bottom:15px;
	left:15px;
	right:15px;
	}
	.footer-col:first-child{
	width:50%;
	}
	.footer-col{
	width:50%;
	margin-bottom:30px;
	}
}

@media only screen and (max-width:600px) {
	.scite_summ{
	width:100%;
	}
	.doi_summ{
	width:100%;
	}
	.grafico_downloads {
	width:100%;
	}
	.how_to_cite {
	width:100%;
	}
	.badge_scite {
	width:100%;
	}
	#navigationPrimary a {
	color:var(--main-color);
	}
	#navigationPrimary > li > a:hover {
	border-bottom:0px;
	color:var(--main-color);
	}
	.pkp_navigation_primary {
	display:inline-block;
	max-width:100%;
	text-align:left;
	}
	.pkp_navigation_primary > li > a {
	margin:0em;
	padding:1em 0.9em;
	height:10px;
	}
	.pkp_navigation_primary > li > a:hover {
	background-color:transparent;
	text-decoration:underline;
	}
	.pkp_navigation_user > li > a {
	color:var(--main-color);
	margin-left:10px;
	text-shadow:0px 0px 0px var(--black-shadow);
	}
	.pkp_navigation_user > li > a:hover {
	color:var(--main-color);
	}
	.page_issue_archive .issues_archive > li {
	padding:1.5em 0;
	}
	.obj_issue_summary {
	margin:0em 3em 0em 3em;
	}
	.obj_article_details .entry_details {
	width:100%;
	margin-left:0;
	}
	.obj_article_details .main_entry {
	width:100%;
	}
	#issue_content {
	flex-flow:column;
	}
	.issue_cov {
	width:100%;
	}
	.issue_art {
	width:100%;
	}
	.item.doi {
	font-size:12px;
	}
	#current {
	flex-flow:column;
	}
	.img_current {
	width:100%;
	}
	.info_main_content {
	width:100%;
	}
	.pkp_block {
	padding:0px 0px 15px 0px;
	}
	.pkp_structure_sidebar {
	width:100%;
	}
	.pkp_structure_footer {
	flex-flow:column;
	}
	.pkp_footer_info {
	width:100%;
	}
	.pkp_footer_content {
	width:100%;
	}
	.loghi_header img {
	width:25%;
	}
	.has_site_logo .pkp_head_wrapper {
	padding-left:.714rem;
	}
	.tab button {
	padding:5px 6px;
	font-size:0.6em;
	}
	.homepage_image{
	font-size:0.8em;
	}
	.testo_img{
	font-size:0.8em;
	line-height:137%;
	}
	.footer-col:first-child{
	width:100%;
	}
	.footer-col{
    width:100%;
	}
} 