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

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

a {
	color:#063581;
	text-decoration:none;
}

a:hover {
	color:#0e4295;
	text-decoration:underline;
}

body {
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:15px;
	background:#ececec;
}

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


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

#container_logo_login {
	position:relative;
	height:2.5em;
	background-color:#fff;
}

.content_logo_login {
	padding-left:2%;
	padding-right:2%;
	margin:0 auto;	
}

.logo_PP {
	width:95px;
	margin-top:0.4em;
	float:left;
}


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

.pkp_navigation_user_wrapper {
    /*top: 13px;*/
	top: -34px;
    right: 0;
    left: auto;
    width: 35%;
    transform: none;
    padding-right: 2.143rem;
}

.pkp_navigation_user > li > a {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color:#0e4295;
	text-shadow:0px 0px 0px #000;
 	filter:DropShadow(Color=#000, OffX=0, OffY=0);
}

.pkp_navigation_user > li > a:hover {
	color:#0e4295;
	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: 'Raleway', sans-serif;
	font-weight: 400;
	display: block;
	padding-left: .357rem;
	border-left: .357rem solid transparent;
	color: #063581;
}

.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
    outline: 0;
    border-color: #0e4295;
    color: #0e4295;
}


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

.pkp_head_wrapper {
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
}

.pkp_head_wrapper, .has_site_logo .pkp_head_wrapper {
	position:relative;
	padding-top:0;
	width:100%;
}

.pkp_site_name_wrapper {
	background-color:transparent;
	width:100%;
}

.pkp_structure_head {
    background-color:transparent;
    border-bottom:0px solid #ddd;
	margin-bottom:2em;
	padding: 0% 2%;
}


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

.pkp_navigation_primary_row {
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}

#navigationPrimary a {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color:#063581;
}

#navigationPrimary > li > a:hover {
	border-bottom:1px solid #0e4295;
	color:#0e4295;
}

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

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


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

.cmp_breadcrumbs {
	padding:1.3em 0.5em;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size:12px;
	color:rgba(0, 0, 0, 0.54);
	text-transform:uppercase;
	
	border-bottom:1px solid #ececec;
	width:100%;
}


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

.pkp_structure_content {
	padding: 0% 2%;
    width:100%;
}

.pkp_structure_main{
	width:75%;
	background-color:#fff;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	padding:0em 2em 2em 2em;
	margin-bottom: 2em;
}

.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4 {
	font-family: 'Raleway', sans-serif;
	margin:1em 0px;
	border-left:5px solid #063581;
	padding:0.2em 0.5em;
	background-color:#fafbfb;
}

.pkp_page_index .homepage_image img {
	display:block;
	width:100%;
	height:auto;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}

.pkp_page_index .additional_content {
    padding:1.5em;
	margin:0 auto;
	text-align: center;
    border-top: 0px solid #ddd;
}

.info_home{
	padding:0.7em;
	background-color:#fafbfb;	
}

.content_col_sx {
	float:left;
	display:block;
	margin-top:1em;
	width:23%;
}

.content_col_dx {
	float:left;
	display:block;
	width:78%;
	padding-top:1em;
	margin-top: 1.5em;
	width:77%;
}

.elenco_index_home {
	width:100%;
	background-color:#063581;
	height:30px;
	font-size:13px;
	color:#fff;
	padding-top:0.4em;
	text-align:center;
	text-transform:uppercase;
}

.page_contact .address {
	margin-top:2.3em;
}

.pkp_page_index .current_issue .current_issue_title {
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	margin-top:-1em;
	padding:0.2em 0.5em;
	background-color:#fafbfb;
}


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

.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 {
	width:100%;
}

.pkp_page_index .cmp_announcements>.obj_announcement_summary: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:-0.7em;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:15px;
	text-align:right;
}

.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: 'Raleway', sans-serif;
	font-weight:400;
	font-size:18px;
    text-decoration: none;
}


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

.banda_issue{
	height: 65px;
	border-left:20px solid #063581;
	margin:2em 0em 0em -2em;
}

.banda_titolo{
	height: 38px;
	border-left:20px solid #063581;
	margin:1em 0em 0em -2em;
}

.banda_issue_archive{
	height: 65px;
	border-left:20px solid #063581;
	margin:2em 0em 0em 0em;
}

.years_issues {
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	font-size:7em;
	letter-spacing:-15px;
	color:#ececec;
	padding: 0.14em 0.1em;
	float: left;
	
	/*-webkit-text-stroke:1px #ececec; ### COMANDO PER OUTLINE TESTO ###
	-webkit-text-fill-color:#fff;*/
}

.years_current_issues {
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	font-size:7em;
	letter-spacing:-15px;
	color:#ececec;
	padding: 0.14em 0.1em;
	float: left;
}

.vol_current_issues {
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	font-size:5em;
	letter-spacing:-8px;
	color:#ececec;
	padding: 0.33em 0.3em;
	float: left;
}

.num_current_issues {
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	font-size:3em;
	letter-spacing:-4px;
	color:#ececec;
	padding-top: 0.8em;
	float: left;
}

.title_issues{
	font-family: 'Raleway', sans-serif;
	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;
}

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

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

.page_issue_archive .issues_archive > li {
	margin:0em 0em 0em 2em;
	padding:2em 0em 0em 0.7em;
}

.obj_issue_summary .description {
	margin-top:0.7em;
	font-family: 'Raleway', sans-serif;
	font-size:1em;
}

.description_issue_toc {
	margin-top:-1em;
	margin-left:0.3em;
	margin-bottom:1em;
}

.published_data {
	margin-top:0.5em;
}


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

.description {
	margin-top:1em;
}

.heading {
	padding-top:1.7em;
}

.obj_issue_toc .cover img {
	width:150px;
	border:1px solid #CCC;
}

.obj_issue_toc .published {
	margin:0px 0;
	padding-bottom:1.5em;
	float:right;
}

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

.obj_issue_toc .section > h2 {
	border-bottom:0px;
	border-left:0px;
	
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	text-transform:uppercase;
	padding:0.15em 1em;
	background-color:#fafbfb;
	width:100%;
	
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

ul.galleys_links {
	list-style:none;
}

.obj_article_summary {
	padding:0em 0.5em;
}

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

.obj_article_summary > .title {
	font-family: 'Raleway', sans-serif;
	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:#fff;
	background-color:#063581;
}

.obj_article_summary > .galleys_links a:hover {
	background-color:#0e4295;
	text-decoration:none;
}


/**************************ARTICLES DETAILS***************************************/
/*font-family: 'Raleway', sans-serif; 400 600 800*/

.obj_article_details .main_entry {
    width: 70%;
}

.pkp_structure_main p {
	line-height: 1.785rem;
	margin: 1.43rem 0rem 1rem 0rem;
}

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

.obj_article_details > .page_title {
	font-family: 'Raleway', sans-serif;
}

.obj_article_details .doi a {
	font-family: 'Raleway', sans-serif;
	color:#063581;
}

.obj_article_details .doi a:hover {
	color:#0e4295;
}

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

.obj_article_details .entry_details .item.galleys .galleys_links {
   padding:0;
   background-color:#fff;
}

.obj_article_details .entry_details .item.galleys .galleys_links a {
	color:#fff;
	background-color:#063581;
}

.obj_article_details .entry_details .item.galleys .galleys_links a:hover {
	background-color:#0e4295;
}

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

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

.obj_article_details .main_entry .label {
	border-bottom:0px;
	border-left:0px;
	
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	padding:0.2em 1em;
	width:100%;
	
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

.obj_article_details .main_entry .item .label {
	font-family: 'Raleway', sans-serif;
	font-size:16px;
}

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

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

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

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


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

.pkp_structure_sidebar {
    float: right;
    width: 24%;
}

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

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

.pkp_block .title {
	width:100%;
	background-color:#063581;
	height:30px;
	font-size:13px;
	color:#fff;
	padding-top:0.4em;
	margin-bottom:0px;
	border:0px;
	text-align:center;
	
	font-family: 'Raleway', sans-serif;
}

.pkp_block .content {
	background-color:#fff;
}

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

.pkp_block li {
   border-radius:0;
   position:relative;
   background-color:#fff;
   display:block;
}

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

.pkp_block ul>li a {
	color:#000;
	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 .title {
	width:100%;
	background-color:#063581;
	height:30px;
	font-size:13px;
	color:#fff;
	padding-top:0.4em;
	border:0px;
	text-align:center;
	
	font-family: 'Raleway', sans-serif;
}

.pkp_block.block_custom .content {
	background-color:#fff;
}

.pkp_block.block_custom a {
	color:#000;
	padding:.75rem 1rem;
   display:flex;
}

.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:#fff;
    display:block;
}

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


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

.pkp_structure_footer_wrapper {
	border-top:none;
	font-size:15px;
	border-bottom:10px solid #063581;
	
	margin: 0% 2%;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

.pkp_structure_footer {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
    width: 100%;
}

.pkp_footer_content {
	width:33.33%;
	float:left;
	padding:30px;
	text-align:left
}

.pkp_footer_content a {
	color:#063581;
	text-decoration:none;
}

.pkp_footer_content a:hover {
	color:#063581;
	text-decoration:underline;
}

.pkp_brand_footer {
	float:left;
	width:100%;
	padding:20px;
}

.nome_rivista_footer {
	font-size:20px;
}

.credits_pgp {
	width:100%;
	margin:0 auto;
	font-size:11px;
	text-align:center;
	color:#000;
	padding:2em;
	background-color:transparent;
}

.credits_pgp a {
	color:#000;
	text-decoration:none;
}

.credits_pgp a:hover {
	color:#000;
	text-decoration:underline;
}


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

/* Schermi grandi o ad alta risoluzione */
@media all and (max-width: 1690px) {
	.pkp_structure_head {
    	padding: 0% 2%;
	}
	.pkp_navigation_user_wrapper {
		width: 40%;
	}
	.pkp_navigation_primary {
    	max-width: 100%;
	}
	.content_col_sx {
		width:25%;
	}
	.pkp_page_index .additional_content {
    	padding-top: 1em;
		padding-right: 1em;
	}
	.content_col_dx {
		width:75%;
		padding:0em;
	}
	.obj_article_details .row {
    	margin-left: 0rem;
    	margin-right: 0rem;
	}
}

/* Schermi Desktop o Portatili */
@media all and (min-width: 1280px) and (max-width: 1689px) {

}

/* Tablet in modalità orizzontale */
@media all and (min-width: 737px) and (max-width: 1279px) {
	.pkp_structure_head {
    	padding: 0% 0%;
	}
	.pkp_structure_main {
		width: 100%;
		overflow: auto;
		padding: 0em 0em 0em 0em;
		margin-bottom: 1em;
	}
	.content_col_sx {
		width:25%;
	}
	.info_home {
		width:100%;
		text-align:center;
	}
	.content_col_dx {
		width:75%;
		padding:0em;
	}
	.pkp_structure_sidebar {
    	width: 100%;
	}
	.pkp_block {
    	padding: 0px 0px 15px 0px;
	}
	.pkp_page_index .homepage_image, .pkp_page_index .additional_content {
    	margin-left: 0rem;
    	margin-right: 0rem;
	}
	.pkp_page_index .cmp_announcements {
    	margin-right: 1rem;
	}
	.banda_issue{
		height: 65px;
		border-left:20px solid #063581;
		margin:2em 0em 0em 0em;
	}
	.banda_titolo{
		height: 38px;
		border-left:20px solid #063581;
		margin:1em 0em 0em 0em;
	}
	.banda_issue_archive{
		height: 65px;
		border-left:20px solid #063581;
		margin:2em 0em 0em 0em;
	}
	.title_issues{
		font-size:0.9em;
		padding:0em 1em;
	}
	.description_issue_toc {
    	margin-left: 1em;
    	margin-bottom: 1em;
	}
	.obj_issue_toc .galleys, .obj_issue_toc .section {
    	margin: 0rem 1rem;
	}
	.obj_issue_toc .published {
    	margin: 0em 1em;
    	padding-bottom: 1.5em;
		float: right;
	}
	.obj_article_summary .cover {
    	width: 100px;
	}
	.obj_article_summary > .item.doi {
    	font-size:0.85em;
	}
	.obj_article_details .main_entry {
    	width: 100%;
	}
	.obj_article_details .item {
    	padding: 1em 1em;
	}
	.obj_article_details .entry_details {
		width: 100%;
    	margin-left: 0px;
	}
	.obj_article_details .authors {
		padding-left:0.5em;
	}
	.obj_article_details .row {
    	margin-left: 0rem;
    	margin-right: 0rem;
	}
	.pkp_footer_content {
    	width: 100%;
		padding: 5px 20px;
		margin-top: 1em;
	}
}

/* Tablet in modalità verticale */
@media all and (min-width: 481px) and (max-width: 736px) {
	.pkp_structure_head {
    	padding: 0% 0%;
	}
	.pkp_navigation_primary > li > a {
    	height: 10px;
	}
	.pkp_navigation_user > li > a {
		font-family: 'Raleway', sans-serif;
		font-weight: 400;
    	color:#063581;
		height:40px;
		margin-left:10px;
		text-shadow:0px 0px 0px #000;
	}
	.pkp_navigation_user > li > a:hover {
		color:#0e4295;
	}
	.pkp_structure_main {
		width: 100%;
		overflow: auto;
		padding: 0em 0em 0em 0em;
		margin-bottom: 1em;
	}
	.content_col_sx {
		width:100%;
	}
	.info_home {
		width:100%;
		text-align:center;
	}
	.content_col_dx {
		width:100%;
		padding:0em;
	}
	.pkp_structure_sidebar {
    	width: 100%;
	}
	.pkp_block {
    	padding: 0px 0px 15px 0px;
	}
	.pkp_page_index .homepage_image, .pkp_page_index .additional_content {
    	margin-left: 0rem;
    	margin-right: 0rem;
	}
	.pkp_page_index .cmp_announcements {
    	margin-left: 1rem;
    	margin-right: 1rem;
	}
	.banda_issue{
		height: 65px;
		border-left:20px solid #063581;
		margin:2em 0em 0em 0em;
	}
	.banda_titolo{
		height: 38px;
		border-left:20px solid #063581;
		margin:1em 0em 0em 0em;
	}
	.banda_issue_archive{
		height: 65px;
		border-left:20px solid #063581;
		margin:2em 0em 0em 0em;
	}
	.num_current_issues {
		padding-top: 0.8em;
	}
	.title_issues{
		font-size:0.9em;
		padding:0em 1em 2em 0.8em;
	}
	.description_issue_toc {
    	margin-left: 1em;
    	margin-bottom: 1em;
	}
	.obj_issue_toc .galleys, .obj_issue_toc .section {
    	margin: 0rem 1rem;
	}
	.obj_issue_toc .published {
    	margin: 0em 1em;
    	padding-bottom: 1.5em;
		float: right;
	}
	.obj_article_summary .cover {
    	width: 100px;
	}
	.obj_article_summary > .item.doi {
    	font-size:0.85em;
	}
	.obj_article_details .main_entry {
    	width: 100%;
	}
	.obj_article_details .item {
    	padding: 1em 1em;
	}
	.obj_article_details .authors {
		padding-left:0.5em;
	}
	.obj_article_details .entry_details {
		width: 100%;
    	margin-left: 0px;
	}
	.obj_article_details .row {
    	margin-left: 0rem;
    	margin-right: 0rem;
	}
	.pkp_footer_content {
    	width: 100%;
		padding: 5px 7px;
		margin-top: 1em;
	}
}

/* Smartphone o piccoli Tablet */
@media all and (max-width: 480px) {
	.pkp_structure_head {
    	padding: 0% 0%;
	}
	.pkp_navigation_primary > li > a {
    	height: 20px;
	}
	.pkp_navigation_user > li > a {
		font-family: 'Raleway', sans-serif;
		font-weight: 400;
    	color:#063581;
		height:40px;
		margin-left:10px;
		text-shadow:0px 0px 0px #000;
	}
	.pkp_navigation_user > li > a:hover {
		color:#0e4295;
	}
	.pkp_structure_main {
		width: 100%;
		overflow: auto;
		padding: 0em 0em 0em 0em;
		margin-bottom: 1em;
	}
	.content_col_sx {
		width:100%;
	}
	.info_home {
		width:100%;
		text-align:center;
	}
	.content_col_dx {
		width:100%;
		padding:0em;
	}
	.pkp_structure_sidebar {
    	width: 100%;
	}
	.pkp_block {
    	padding: 0px 0px 15px 0px;
	}
	.pkp_page_index .homepage_image, .pkp_page_index .additional_content {
    	margin-left: 0rem;
    	margin-right: 0rem;
	}
	.pkp_page_index .cmp_announcements {
    	margin-left: 1rem;
    	margin-right: 1rem;
	}
	.banda_issue{
		height: 50px;
		border-left:20px solid #063581;
		margin:2em 0em 0em 0em;
	}
	.banda_titolo{
		height: 38px;
		border-left:20px solid #063581;
		margin:1em 0em 0em 0em;
	}
	.banda_issue_archive{
		height: 65px;
		border-left:20px solid #063581;
		margin:2em 0em 0em 0em;
	}
	.title_issues{
		font-size:0.9em;
		padding:0em 1em 2em 0.8em;
	}
	.years_current_issues {
		font-size:5em;
		letter-spacing:-12px;
	}
	.vol_current_issues {
		font-size:3.1em;
		letter-spacing:-8px;
	}
	.num_current_issues {
		font-size:2em;
		letter-spacing:-3px;
	}
	.description_issue_toc {
    	margin-left: 1em;
    	margin-bottom: 1em;
	}
	.obj_issue_toc .galleys, .obj_issue_toc .section {
    	margin: 0rem 1rem;
	}
	.obj_issue_toc .published {
    	margin: 0em 1em;
    	padding-bottom: 1.5em;
		float: right;
	}
	.obj_article_summary .cover {
    	width: 100%;
	}
	.obj_article_summary > .item.doi {
    	font-size:0.85em;
	}
	.obj_article_details .main_entry {
    	width: 100%;
	}
	.obj_article_details .entry_details {
    	width: 100%;
	}
	.obj_article_details .authors {
		padding-left:1em;
	}
	.obj_article_details .item {
    	padding: 1em 1em;
	}
	.obj_article_details .entry_details {
    	margin-left: 0px;
	}
	.pkp_footer_content {
    	width: 100%;
		padding: 5px 7px;
		margin-top: 1em;
	}
} 