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

/**************************CORPO DEL SITO*****************************************/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;900&display=swap');

:root{
	--main-color:#2a66b0;
	--hover-color:#1a4273;
	--second-color:#f4f5f7;
	--third-color:#0f2745;
	--main-color-alfa:#2a66b090;
	--white-color:#fefefe;
	--white-color-alfa:rgba(255, 255, 255, .8);
	--black-shadow:#252525;
	--main-font:'Roboto', sans-serif;
	--second-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:300;
	font-size:15px;
	background:var(--white-color);
}
figure{margin:0 !important;}
.pkp_structure_page{
	max-width:100%;
	margin-top:0;
	margin-bottom:0;
	background:transparent;
	box-shadow:none;
}
.button{
	display:flex;
	justify-content:flex-start;
}
.button a{
	text-align:center;
	text-transform:uppercase;
	color:var(--white-color);
	background:var(--main-color);
	padding:10px 20px;
	border:1px solid var(--main-color);
	cursor:pointer;
	-webkit-transition-duration:0.4s; /* Safari */
    transition-duration:0.4s;
}
.button a:hover{
	background-color:var(--white-color);
	color:var(--main-color);
	text-decoration:none;
	border:1px solid var(--main-color);
}

/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px){
	.button a{
		padding: 5px 9px;
	}
}

/**************************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(--white-color);
	padding:0em 0em 0em 3.5em;
	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:3.5em;
	-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;
	background-color:var(--second-color);
	/*box-shadow: 0 0 7px rgba(0,0,0,0.2);
	position:relative;
	z-index:9;*/
}
.content_logo_login{width:20%;}
.logo_PP{
	width:95px;
	margin:0.6em 1.3em;
}

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

.banner_content{
	display:flex;
	justify-content:center;
	width:100%;
}
.pkp_structure_head{
	background-image:url(images/bg_header.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-color:transparent;
	margin-bottom:0em;
	border-bottom:0;
}
.pkp_site_name{padding-top:1.3rem;width:70%}
.pkp_site_name .is_text{
	font-size:2.5rem;
	/*color:var(--main-color);
	color:var(--third-color);*/
	color:var(--white-color);
	font-family:var(--main-font);
	font-weight:700;
	/*
	font-size:1.285rem;
	font-size:1.4rem;
	*/
}
.pkp_site_name_wrapper{
	display:flex;
	align-items:center;
	width:100%;
	padding-left:2.2rem;
	padding-right:0rem;
	background-color:var(--main-color);
	height:109px;
	/*
	background:none;
	background:  linear-gradient(
		to left, rgb(35 115 13 / .6), rgb(0 0 0 / 0)
	);*/
}
.content_loghi_header{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	position:relative;
	top:3px;
	width:22.5%;
}
.loghi_header{
	display:flex;
	align-items:center;
	margin-left:4em;
	margin-top:12px;
	width:40%;
}
.content_claim{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	height:30px;
	background-color:#00000080;
	padding:1.12em 2.3em 1em;
}
.content_claim > p{
	color:var(--white-color);
	font-size:14px;
	/*padding:0.35em 0em 0em 2.5em;
	font-family:var(--main-font);
	margin:0;*/
}
.content_info_header{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	/*margin-top:1px;*/
	height:109px;
	float:right;
}
.content_info_header img{width:80%;}
.issn_num{
	/*position:relative;
	padding:0em;
	top: 16px;
	color:var(--main-color);
	text-shadow:0px 0px 5px var(--main-color-alfa);*/
	color:var(--white-color);
	margin-left:1em;
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width:667px) and (max-width:926px){
	.pkp_site_name{padding-top:0rem;width:85%;}
	.pkp_site_name .is_text{
		font-size:1.2rem;
		color:var(--white-color);
	}
	.pkp_site_name_wrapper{height:40px;}
	.pkp_site_name_wrapper{
	    background:linear-gradient(
		to right, var(--main-color), var(--hover-color)
	    );
	}
	.content_claim > p{font-size:11px;}
	.content_info_header{
		margin-top:2em;
		flex-wrap:wrap;
	}
	.loghi_header{margin-left:1em;}
	.issn_num{
		color:var(--white-color);
		text-shadow:none;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px){
	.pkp_site_name{padding-top:0rem;width:85%;}
	.pkp_site_name .is_text{
		font-size:0.85rem;
		color:var(--white-color);
	}
	.pkp_site_name_wrapper{height: 40px;}
	.pkp_site_name_wrapper{
	    background:  linear-gradient(
		to right, var(--main-color), var(--hover-color)
	    );
	}
	.content_claim > p{font-size:11px;}
	.content_info_header{
		margin-top: 2em;
		flex-wrap: wrap;
	}
	.loghi_header{margin-left:1em;}
	.issn_num{
		color:var(--white-color);
		text-shadow:none;
	}
}

/**************************MENU USER / UTILITY HEADER*************************************/

.pkp_navigation_user_wrapper{
	top:6.5px;
	right:0;
	left:auto;
	width:50%;
	transform:none;
	padding-right:2.143rem;
}
.pkp_navigation_user.pkp_navigation_user{border-top:0;}
.content_user_menu{
	float:right;
	padding:0 0 0 0.95em;
}
.content_utility_menu{
	float:right;
	padding:0 1em;
	border-right:1px solid var(--main-color);
	border-left:1px solid var(--main-color);
}
.content_social_menu{
	display:flex;
	padding:0 1em;
	align-items:center;
	margin:-3px 0 0 0;
	justify-content:flex-end;
}
.pkp_navigation_user > li > a,.pkp_navigation_utility > li > a {
	font-family:var(--main-font);
	font-weight:500;
	color:var(--main-color);
	text-transform:uppercase;
}
.pkp_navigation_utility > li > a{font-weight:400;}
.pkp_navigation_user > li > a:hover,.pkp_navigation_utility > li > a:hover {
	color:var(--white-color);
	text-decoration:none;
	background:var(--hover-color);
}
.pkp_navigation_social > li > a:hover{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;
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width:667px) and (max-width:926px) {
	.pkp_navigation_utility > li > a,.pkp_navigation_user > li > a{color:var(--white-color);}
	.pkp_navigation_utility > li > a:hover,.pkp_navigation_user > li > a:hover{color:var(--white-color);}
	.pkp_nav_list ul a{padding:0.3em 1.5em;}
	.pkp_nav_list ul a{color:var(--white-color);}
	.pkp_nav_list ul a:hover{color:var(--second-color);}
}

/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px) {
	.pkp_navigation_utility > li > a,.pkp_navigation_user > li > a{color:var(--white-color);}
	.pkp_navigation_utility > li > a:hover,.pkp_navigation_user > li > a:hover{color:var(--white-color);}
	.pkp_nav_list ul a{padding:0.3em 1.5em;}
	.pkp_nav_list ul a{color:var(--white-color);}
	.pkp_nav_list ul a:hover{color:var(--second-color);}
	.content_utility_menu, .content_social_menu{
		float:none;
		padding:0;
	}
	.content_user_menu{
		float:none;
		padding:0;
	}
}

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

.pkp_site_nav_menu {background:var(--main-color);}
.pkp_navigation_primary {
	display:inline-block;
	max-width:100%;
	text-align:left;
}
.pkp_navigation_primary > li:first-child a {margin:0;}
.pkp_navigation_primary > li > a {
	margin:0em;
	height:60px;
}
.pkp_navigation_primary > li > a:hover{
	background:var(--hover-color);
	text-decoration:none;
}
#navigationPrimary a {
	font-family:var(--main-font);
	font-weight:400;
	color:var(--main-color);
	padding:1.4em 1em;
	border:0;
}
#navigationPrimary a:hover{color:var(--white-color);}
#navigationPrimary > li > a {}
#navigationPrimary > li > a:hover {color:var(--white-color);}
#navigationPrimary ul {background:var(--hover-color);}
#navigationPrimary ul a{color:var(--white-color);}
.pkp_nav_list ul a {
	display:block;
	font-weight:400;
	padding-left:1em;
	border-left:0;
}
.pkp_nav_list ul a:hover{
	color:var(--white-color);
	background:var(--main-color);
}
.pkp_nav_list ul{
	position:absolute;
	top:100%;
	left:-9999px;
	z-index:1000;
	width:15em;
	margin:0;
	padding:0;
	padding-left:0px;
	background:var(--white-color);
	border-radius:0;
	box-shadow:none;
}
.pkp_nav_list ul li:first-child a,.pkp_nav_list ul li:last-child a{
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
    border-bottom-right-radius:0;
	margin-right:0em;
}
/*#navigationPrimary a {
	font-family:var(--main-font);
	font-weight:400;
	color:var(--main-color);
	padding:1.4em 1em;
	border:0;
	transition:color .34s ease-in-out;
}
#navigationPrimary > li > a::before {
	content:"";
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	height: 100%;
	background-color:var(--hover-color);
	transition:top .34s ease-in-out;
	z-index:0;
}
#navigationPrimary a:hover{color:var(--white-color);}
#navigationPrimary > li > a:hover::before {top:0;}
#navigationPrimary ul {background:var(--hover-color);}*/
.content_impact_factor,.content_citescore{
	position:absolute;
	right:110px;
	z-index:999;
	top:-15px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.content_citescore{right:24.5px;}
.if_text{
	display: block;
	width:85px;
	height:85px;
	border-radius:50%;
	background-color:var(--main-color);
	border:5px solid var(--white-color);
	text-align:center;
	padding:1.1em 0;
	color:var(--white-color);
	cursor:pointer;
	transition:transform 0.3s ease; /* Aggiungi questa linea */
}
.if_text:hover{transform:scale(1.1);}
.content_citescore a:hover, .content_citescore a:active, .content_citescore a:focus{text-decoration:none;}
.content_impact_factor a:hover, .content_impact_factor a:active, .content_impact_factor a:focus{text-decoration:none;}
.if_title{font-size: 12px;font-weight:300;line-height: 13px;}
.if_value{font-size: 20px;font-weight:700;}
.cmp_notification {
	display:block;
	width:100%;
	padding:1.43rem;
	margin-bottom:0;
	border-left:.357rem solid var(--main-color);
	font-size:1rem;
	line-height:1.43rem;
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width:667px) and (max-width:926px) {
	.pkp_navigation_primary > li > a {
		padding:1em 0.9em;
		height:auto;
	}
	#navigationPrimary a{color:var(--white-color);}
	.content_user_menu, .content_utility_menu{float:none;padding:0 1em;}
}

/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px) {
	.pkp_navigation_primary > li > a {
		padding:1em 0.9em;
		height:auto;
	}
	#navigationPrimary a{color:var(--white-color);}
	.content_user_menu, .content_utility_menu{padding:0 1em;}
}


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

.cmp_breadcrumbs {
	padding:1em 1.5em;
	margin-bottom: 2em;
	font-family:var(--main-font);
	font-weight:300;
	font-size:12px;
	color:rgba(0, 0, 0, 0.54);
	text-transform:uppercase;
	background: var(--second-color);
	width:100%;
}

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

.pkp_structure_content{width:100%;}
.pkp_structure_main_full{width:100%;}
.pkp_structure_main{
	width:75%;
	padding:0 2.5rem 6.429rem;
}
.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4{
	font-family:var(--main-font);
	margin:0.5em 0 1em;
}
.pkp_page_index .homepage_image, .pkp_page_index .additional_content{
	margin:0rem;
	border-top:0;
}
.add_custom_container{
	display:flex;
	justify-content:space-around;
	align-items:center;
}
.homepage_image{
	position:relative;
	padding-bottom:0;
}
.video_container{
	overflow:hidden;
	height:623px;
	position:relative;
}
.video_container video{
	width:100%; /* Larghezza al 100% del contenitore */
    height:auto; /* Mantiene le proporzioni del video */
    position:absolute; /* Posizionamento assoluto rispetto al suo contenitore */
    top:50%; /* Centra il video verticalmente */
    left:0;
    transform:translateY(-50%); 
}
.container_journal_about, .container_journal_about_slider, .container_journal_about_video{
	display:flex;
	justify-content:flex-end;
	width:100%;
	position:absolute;
	bottom:0; 
	z-index:9;
}
.container_journal_about_slider, .container_journal_about_video{bottom:60px;}
.content_text_about_slider, .content_text_about_video{
	width:55%;
	padding:0px 70px 20px 50px;
	background-color:var(--white-color-alfa);
	font-size:1.3em;
	line-height:30px;
}
.content_text_about{
	width:70%;
	padding:20px 70px 20px 50px;
	background-color:var(--white-color);
	font-size:1.3em;
	line-height:30px;
}
.container_element_journal, .container_element_journal_ediPick{
	width:100%;
	margin:3em 0;
	/*display:flex;
	flex-direction:column;*/
}
.container_element_journal_ediPick{
	margin:0;
	background-color:var(--second-color);
	padding-bottom:2.5em;
}
.content_elements{
	display:flex;
	width:90%;
	-webkit-flex-wrap:wrap;
  	flex-wrap:wrap;
	margin:0 auto;
	justify-content: space-around;
}
.content_elements:last-child{
	margin-top: 1em;
	margin-bottom: 2.5em;
}
.items_elements{
	display:flex;
	justify-content:center;
	width:30%;
	margin:1em;
	background-color:var(--second-color);
	box-shadow: 0 0 1px 0 rgba(227,229,232,.7);
	border-radius:25px;
	border:1px solid #d6d8dc;
	transition:all .5s;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
}
.items_elements:hover{box-shadow:0px 0px 15px -5px var(--black-shadow);}
.items_elements:first-child{margin:1em 0em;}
.items_elements:last-child{margin:1em 0em;}
.jicons{
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--hover-color);
	/*width:30%;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;*/
}
.jicons i{
	font-size:3em;
	color: var(--white-color);
}
.jtext{
	width:100%;
	padding:0.5em 0em 2.1em 3em;
}
.jtext h2{
	font-size:1.7em;
	font-weight:400;
}
.pkp_page_index .homepage_about{
	position:relative;
	padding:15px;
	width:80%;
	font-size:23px;
	line-height:36px;
}
.cover_journal{
	width:20%;
	padding:15px;
	text-align: center;
}
.cover_journal img{
	box-shadow:0px 0px 0px 0px var(--black-shadow);
	transition:all .5s;
}
.cover_journal img:hover{box-shadow:0px 0px 12px -2px var(--black-shadow);}
.pkp_page_index .additional_content{}
/*.info_home{background: var(--second-color);}*/

/* Smartphones (landscape) ----------- */
@media only screen and (min-width:667px) and (max-width:926px) {
	.pkp_structure_main{
		width:100%;
		padding:0 2rem 2rem;
	}
	.pkp_structure_content{padding:0;}
	.pkp_navigation_user_wrapper{width:100%;}
	.video_container{height:200px;}
	.container_journal_about{position:relative;}
	.content_text_about{
		width:100%;
		padding:10px 25px 25px 25px;
		font-size:1.1em;
		line-height:25px;
	}
	.container_journal_about_slider, .container_journal_about_video{position:relative;}
	.content_text_about_slider, .content_text_about_video{
		width:100%;
		margin-top:4em;
		padding:10px 10px 25px 20px;
		font-size:1em;
		line-height:20px;
	}
	.container_element_journal{margin:0;}
	.content_elements, .content_elements_right{
		width:100%;
		padding:20px;
	}
	.content_elements:last-child {padding:20px;}
	.cover_journal {
		width:15%;
		margin-right:2.1em;
	}
	.additional_content h1{font-size:20px;}
	.items_elements{
		width:100%;
		margin:1em 0em;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px) {
	.pkp_structure_main{
		width:100%;
		padding:0 2rem 2rem;
	}
	.pkp_structure_content{padding:0;}
	.pkp_navigation_user_wrapper{width:100%;}
	.video_container{height:150px;}
	.container_journal_about{position:relative;}
	.content_text_about{
		width:100%;
		padding:10px 10px 25px 20px;
		font-size:1em;
		line-height:20px;
	}
	.container_journal_about_slider, .container_journal_about_video{position:relative;}
	.content_text_about_slider, .content_text_about_video{
		width:100%;
		margin-top:4em;
		padding:10px 10px 25px 20px;
		font-size:1em;
		line-height:20px;
	}
	.container_element_journal{margin:0;}
	.content_elements, .content_elements_right{
		width:100%;
		padding:20px;
	}
	.content_elements:last-child {padding:20px;}
	.cover_journal {
		width:100%;
		text-align:center;
		margin-bottom:2em;
		margin-top:-4em;
	}
	.pkp_page_index .additional_content{width:100%;}
	.pkp_page_index .homepage_about{
		padding:30px;
		width:100%;
		font-size:17px;
		line-height:28px;
	}
	.additional_content h1{font-size:20px;}
	.items_elements{
		width:100%;
		margin:1em 0em;
	}
	.jtext h2{font-size:1.5em;}
}

/**************************PAGINA NEWSLETTER*********************************************/

.container_element_newsletter{
	display:flex;
	flex-direction:column;
}
.content_elements_newsletter{
	flex:1;
	padding-bottom:3em; /* Facoltativo, per spaziatura interna */
}
.content_desc_newsletter{padding-bottom:2em;}
.content_elements_newsletter img{
	width:100%;
	height:300px;
	object-fit:cover;
}
.page_catalog_category .cmp_article_list{padding-top:0;}


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

#editorial_pick{margin:1em 0px;}
.noble-editorial-pick {
	display:flex;
	flex-wrap:wrap;
	margin:6em 6em 0;
}
.container_edp{flex-grow:1;}
.container-item{
	display:flex;
	flex-flow:column;
	justify-content:space-between;
	height:60%;
	margin-top:1.5em;
}
.title_section_edp{
	font-size:2.5em;
	font-weight:400;
	text-align:center;
	position:relative;
	top:1.05em;
}
.title_edp{
	position:relative;
	/*margin-top:3em;*/
	font-weight:400;
}
.gallery-wrapper{display: flex;}
.gallery-item{
	position:relative;
	isolation:isolate;
	display:flex;
	flex:1;
	height:300px;
	width:300px;
	padding:20px;
	margin:1em;
	background-color:var(--white-color);
	/*transition: flex 0.5s, opacity 0.25s;
	opacity:1;
	overflow:hidden;*/
	flex-direction:column;
	justify-content:flex-end;
	box-shadow:0 0 1px 0 rgba(227,229,232,.7);
	border-radius:25px;
	border:1px solid #d6d8dc;
}
.gallery-item:hover {/*opacity: 1;flex: 2;*/}
.gallery-item:not(:hover) {/*opacity: 0.75;*/}
.item-image {
	/*position:absolute;
	top:0;
	right:0;
	z-index:-1;
	width:100%;
	height:100%;
	object-fit:cover;
	right:15px;
	z-index:-1;*/
	width:100%;
	height:125px;
	overflow:hidden;
	object-fit:cover;
	margin-top:-30px;
	border-radius:15px;
	box-shadow:0 0 7px -2px var(--black-shadow);
}
.item-description{
	align-self:flex-end;
	text-transform:uppercase;
	color:var(--white-color);
}
.name_edp{
	font-size:15px;
	/*background:var(--main-color);
	background:var(--black-shadow);
	background:linear-gradient(90deg, #f32d5b, #ff009b);
	transform:translateY(-10px);
	padding-inline:14px;*/
	padding:0 5px;
	line-height:21px;
}
.name_edp a{text-decoration:none;color:var(--black-shadow);}
.name_edp a:hover{text-decoration: none;}
.info_edp{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0 5px;
}
.data_edp{
	font-size:13px;
	width:60%;
	text-align:right;
}
.role_edp{font-weight:500;width:70%;}
.issue_edp{
	position:absolute;
	top:101px;
	left:30px;
	font-size:12px;
	color:var(--white-color);
	background:var(--third-color);
	padding:3px 10px;
	/*margin-right:1.9em;*/
	border-radius:7px;
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width:667px) and (max-width:926px) {
	.noble-editorial-pick{margin:6em 1em 0;}
}

/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px) {
	.noble-editorial-pick{margin:6em 1em 0;}
}

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

.cmp_announcements{
	margin: 0 auto;
	background: var(--second-color);
	display: flex;
}
.news_img{
	width: 30%;
	background-size:cover;
	background-position: center;
	background-repeat:no-repeat;
	background-color:transparent;
}
.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{}
.cmp_announcements .date{
	margin-top:1em;
	font-family:var(--main-font);
	font-weight:300;
	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-size: 1.7em;
	font-weight: 400;
	text-decoration:none;
}
.obj_announcement_summary .summary{
	font-size: 1rem;
	line-height: 1.6rem;
	margin-top: 1.6em;
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width:667px) and (max-width:926px) {
	.cmp_announcements{
		width: 100%;
		padding: 20px;
		margin: 0;
	}
	.cont_info_art{
		width: 97%;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px) {
	.cmp_announcements{
		width: 100%;
		padding: 20px;
		margin: 0;
		flex-direction: column;
	}
}

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

.issues_archive{width: 100%;}
.banda_issue_archive{
	height:65px;
	border-left:20px solid var(--hover-color);
	margin:5em 0em 0em 0em;
}
.years_issues{
	font-family:var(--second-font);
	font-weight:800;
	font-size:7em;
	letter-spacing:-7px;
	color:var(--main-color-alfa);
	padding:0.14em 0.1em;
	float:left;
	
	/*-webkit-text-stroke:1px var(--second-color); ### COMANDO PER OUTLINE TESTO ###
	-webkit-text-fill-color:var(--white-color);*/
}
.number_issue{display: inline-flex;}
.obj_issue_summary{
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 189px;
}
.obj_issue_summary .title{
	font-size: 1em;
	margin-bottom: 0.5em;
	width: 90%;
}
.obj_issue_summary .published_data{
	width:90%;
	font-size: 13px;
	margin-top: 0.7em;
}
.obj_issue_summary .cover{
	width:90%;
	margin:0;
	filter: grayscale(1);
	transition: .4s;
}
.obj_issue_summary .cover:hover{
	width:90%;
	margin:0;
	filter: none;
	transition: .4s;
}
.obj_issue_summary .cover img{
	display: block;
	height: 225px;
	width: 250px;
}
.page_issue_archive .issues_archive {margin:0;}
#issue_content{
	display:flex;
	width:100%;
}
.issue_cov{
	display:flex;
	flex-flow:column;
	align-items:center;
	width:30%;
	margin-right:1.5em;
}
.description{text-align:center;}
.issue_art {width:70%;}
.issue_content_home,.no_issue_content_home{
	display:flex;
	width:100%;
	margin:0;
	align-items:flex-start;
}
.no_issue_content_home{align-items:center;}
.issue_tit_home{
	width:20%;
	font-weight:400;
	font-size:1.3em;
	line-height:1.3em;
	margin:0 1em;
	text-align:center;
}
.issue_description{
	font-size:0.8em;
	line-height:1.5em;
}
.issue_tit_home .published{font-size:0.7em;}
.issue_desc_home{}
.cmp_article_list_full{
	width:80%;
	display:flex;
	flex-flow:wrap
}
.obj_issue_toc_full{
	padding:1em 1.5em;
	background-color:var(--second-color);
	width:100%;
}
.section_full{
	/*padding:3px 0 3px 7px;
	margin-bottom:15px;
	background:var(--second-color);
	font-size:0.9em;
	font-weight:400;*/
	
	margin-bottom:15px;
	font-size:0.9em;
	font-weight:400;
	
	/*padding:7px 0 0px 15px;
	margin-bottom:15px;
	font-size:0.9em;
	font-weight:500;
	z-index:9;
	position:relative;
	top:-87px;*/
}
.image_container{
	position:relative;
	width:220px;
	cursor:pointer;
}
/*.image_container::before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: var(--main-color-alfa);
}*/
.image_container span{
	position:absolute;
	color:var(--white-color);
}
.tit{
	position:absolute;
	background:var(--white-color-alfa);
	width:91%;
	padding:5px 10px;
	left:0;
	bottom:5%;
	right:5%;
}
.desc{
	left:5%;
	bottom:5%;
}
.obj_issue_toc .galleys, .obj_issue_toc .section{
	margin:0;
	padding:0;
}
.obj_issue_toc .cover{
	width:65%;
	margin:0 0 1em 0;
}
.obj_issue_toc .cover img{
	margin:0;
	box-shadow:0px 0px 0px 0px var(--black-shadow);
	transition:all .5s;
}
.obj_issue_toc .cover img:hover{box-shadow:0px 0px 12px -2px var(--black-shadow);}
.obj_issue_toc .published {margin:1em 0;}
.obj_issue_toc .galleys::before, .obj_issue_toc .section::before{
	content:'';
	position:absolute;
	top:45px;
	left:0;
	width:100%;
	border:0;
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width:667px) and (max-width:926px) {
	.obj_issue_summary{margin:1em 0em;}
	.issue_content_home{flex-wrap:wrap;}
	.obj_issue_toc_full{
		padding:1em 2.5em;
		width:100%;
	}
	.cmp_article_list_full{width:100%;}
	.cmp_article_list{justify-content:center;}
	.issue_tit_home{
		width:30%;
		font-size:1.3em;
		margin:0;
		margin-bottom:2em;
	}
	.issue_desc_home{width:100%;}
	.issue_content_home,.no_issue_content_home{
		flex-flow:column;
		align-items:center;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px) {
	.obj_issue_summary{margin:1em 0em;}
	.issue_content_home{flex-wrap:wrap;}
	.obj_issue_toc_full{width:100%;}
	.cmp_article_list_full{width:100%;}
	.cmp_article_list{justify-content:center;}
	.issue_tit_home{
		width:50%;
		font-size:1.3em;
		margin:0;
		margin-bottom:2em;
	}
	.issue_desc_home{width:100%;}
	.issue_content_home,.no_issue_content_home{
		flex-flow:column;
		align-items:center;
	}
}

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

.container_stats_views_down_home{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.stats_views_down, .stats_views_down_home{
	display:flex;
	align-items:center;
	flex-flow:wrap;
}
.stats_views_down_home{justify-content:flex-end;}
.stats_item{
	font-size:0.9em;
	color:#515151;
	margin:0.5em 1em 0.3em 0em;
}
.stats_item_full{padding:0 0.5em;font-size:0.8em;}
.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:300;
	text-transform:uppercase;
	color:var(--main-color);
	padding:0.15em 1em;
	background-color:var(--second-color);
	width:100%;
	
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
.articles_summary_data_info{
	display:flex;
	flex-flow:column;
}
.articles_summary_data_info_full{
	position:relative;
	isolation:isolate;
	display:flex;
	justify-content:space-between;
	flex:1;
	height:380px;
	width:270px;
	padding:17px;
	margin:1em;
	background-color:var(--white-color);
	flex-direction:column;
	box-shadow:0 0 1px 0 rgba(227,229,232,.7);
	border-radius:16.45px;
	border:1px solid #d6d8dc;
}
/*.articles_summary_data_info_full::before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255, 255, 255, 0.9);
	z-index:1;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}*/
/* Per aggiungere del contenuto sopra l'overlay */
.articles_summary_data_info_full > .content {z-index:2;}
.content_article_full{
	z-index:9;
	height:60%;
	display:flex;
	flex-direction:column;
}
.image_card,.no_image_card{
	/*overflow:hidden;
	position:relative;
	height:15%;
	margin-top:-30px;
	margin-right:0;
	margin-left:0;
	border-radius:15px;*/
	overflow:hidden;
	width:100%;
	height:110px;
	margin-top:-30px;
	margin-right:0;
	margin-left:0;
	border-radius:10px;
	z-index:9;
	display:flex;
	justify-content:center; /* Centra l'immagine orizzontalmente */
	align-items:center;     /* Centra l'immagine verticalmente */
	box-shadow:0 0 7px -2px var(--black-shadow);
}
.image_card img{
	width:100%; /* Si adatta alla larghezza del div */
	height:auto; /* Mantiene il rapporto d'aspetto */
	object-fit:cover; /* Si comporta come background-size: cover */
	border-radius:15px; /* Mantiene il bordo arrotondato */
}
.no_image_card{
	background-color:var(--main-color-alfa);
	width:100%; /* Si adatta alla larghezza del div */
	height:110px;
	border-radius:15px; /* Mantiene il bordo arrotondato */
}
ul.galleys_links{list-style:none;}
.obj_article_summary_full{flex-grow:1;}
.obj_article_summary_full_wrapper{display:flex;}
.obj_article_summary{padding:0em 0.5em;}
.obj_article_summary .cover{
	max-width:80px;
	margin-right:15px;
}
.obj_article_summary .title{
	font-family:var(--main-font);
	font-weight:300;
	margin: 0em;
}
.title_full{margin-bottom:15px;}
.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:0.5em 0em 1em;
	padding:0;
	font-size:0.97rem;
}
.meta_full{font-size:0.85rem;margin-bottom:1em;}
.obj_article_summary .item.doi{}
.obj_article_summary .galleys_links{}
.obj_article_summary .galleys_links a {
	color:var(--white-color);
	background-color:var(--main-color);
}
.obj_article_summary .galleys_links a:hover{
	background-color:var(--hover-color);
	text-decoration:none;
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width:667px) and (max-width:926px) {
	.obj_article_summary {
		min-width:100%;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px) {
	.obj_article_summary {
		min-width:100%;
	}
}

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

section .content{padding:1em;}
section .item{margin:1em 0;}
.content_author{
	display:flex;
	flex-flow:column;
	margin:1em 0em;
}
.content_nome_mail{
	display:flex;
	flex-flow:column;
}
.mail{padding-left:23px;}
.orcid{padding-left:23px;}
.content_affiliazione{padding-left:23px;}
.obj_article_details .authors, .obj_article_details .doi{font-family:var(--main-font);}
.obj_article_details > .page_title{
	margin: 0;
	margin-top: 0px;
	font-weight: 400;
	font-size: 2em;
}
.obj_article_details .row{margin:-2em 0em 0em 0em;}
.obj_article_details .item{padding:0.5em;}
.obj_article_details .item .authors{margin: 3em 0;}
.obj_article_details .authors .nome{
	font-weight: 400;
	font-size: 1.1em;
}
.obj_article_details .authors .orcid_icon {
	width:1rem;
	height:1rem;
}
.affiliation{}
.obj_article_details .main_entry{width:100%;}
/*.obj_article_details .main_entry{width:70%;}*/
.obj_article_details .entry_details{
	width:25%;
	margin-left:30px;
}
.obj_article_details .item.doi, .obj_article_details .item.keywords{padding:0.5em;}
.obj_article_details .doi a{color:var(--main-color);}
.obj_article_details .doi a:hover{color:var(--hover-color);}
.cover_image img{
	width:100%;
	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(--white-color);
}
.obj_article_details .entry_details .item.galleys .galleys_links{
	 padding:0;
	 background-color:var(--white-color);
}
.obj_article_details .entry_details .item.galleys .galleys_links a{
	color:var(--white-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:300;
	text-transform:uppercase;
	color:var(--main-color);
	padding:0.5em 0.7em;
	background-color:var(--second-color);
	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;*/}
/*.obj_article_details .authors li{margin-bottom: 0.7rem;}*/
.item .citations-container {margin:0em !important;}
.PlumX-Summary {background-color:var(--white-color);}
.PlumX-Summary .pps-container{
	position:relative;
	width:100%;
}
.content_badges{
	display: flex;
	flex-flow: wrap;
	justify-content:space-around;
	align-items:flex-start;
	width: 100%;
}
.items_badges{
	width: 33%;
	padding: 0 0.5em;
}
.container_other_info{
	display:flex;
	width:100%;
	flex-flow: column;
}
.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;
	justify-content: space-between;
	align-items: center;
	flex-flow: wrap;
	margin-bottom: 1em;
}
.doi_content {}
.crossmark_content {}
.discl_content{
	border:solid 1px var(--second-color);
	padding:1em;
	margin-bottom:1em;
	font-size:12px;
	color:#515151;
}
.discl_content_col_dx{
	border:solid 1px #ababab;
	background-color:var(--second-color);
	padding:1em;
	font-size:12px;
	color:#515151;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#articlesBySimilarityList{margin-top:1em;}

/**************************CSS PER TABS ARTICLES DETAILS - ACCORDION **************************/

.accordion{
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px 18px 18px 45px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 16px;
	font-weight: 500; 
	transition: 0.4s;
	font-family: var(--main-font);
	position: relative;
	overflow: hidden;
}
.act, .accordion:hover{background-color: var(--second-color);}
.accordion:after {
	content: '\002B';
	color: #777;
	font-weight: 400;
	float: right;
	margin-left: 5px;
}
.act:after{content:"\2212";}
.acc_panel, .acc_panel_text{
	padding: 0 18px;
	max-height: 0;
	overflow: auto;
	transition: max-height 0.2s ease-out;
	margin: 1em;
}
.acc_panel_text{font-size: 17px;line-height: 25px;}
.acc_panel p, .acc_panel_text p{
	margin: 0;
	padding: 0;
}
.accordion::before {
	content: "";
	width: 55px;
	height: 100%;
	background-color: var(--main-color-alfa);
	position: absolute;
	top: 0;
	left: -30px;
	transform: skewX(-25deg);
	transition: .5s;
}
.references{margin: 0.5em 0;}


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

.pkp_structure_sidebar {
	float:right;
	margin-top:1.2em;
	width:23%;
	margin-right: 1.2em;
}
.pkp_structure_sidebar_none{display: none;}
.pkp_structure_sidebar:before {border-left:0;}
.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(--white-color);
	padding-top:0.4em;
	margin-bottom:0px;
	border:0px;
	text-align:center;
	font-family:var(--main-font);
}
.pkp_block .content {background-color:var(--second-color);}
.pkp_block .content ul li {
	padding:0px 0;
	background-color:var(--second-color);
}
.pkp_block li {
	border-radius:0;
	position:relative;
	background-color:var(--white-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:var(--second-color);
	color:dimgrey;
}
.block_browse .has_submenu{
	margin-top:0;
	font-size:14px;
}
.block_browse .has_submenu ul{
	margin-top:0;
	padding-top:0;
	font-weight:300;
}
.block_browse .has_submenu ul li:last-child{border-bottom:0px;}
.block_browse .current a{
	padding-left:0.5em;
	border-left:4px solid var(--main-color);
	color:var(--black-shadow);
	cursor:default;
}
.block_browse .current a:hover{
	background-color:var(--second-color);
}

/**** 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(--white-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(--second-color);
	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(--white-color);
	padding-top:0.4em;
	border:0px;
	text-align:center;
	
	font-family:var(--main-font);
}
.pkp_block.block_custom .content {background-color:var(--second-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(--white-color);
	display:block;
}
.most_read_article_journal {padding:0em 1em 1em;}

/* Smartphones (landscape) ----------- */
@media only screen and (max-width:926px) {
	.pkp_structure_sidebar {
		width: 90%;
		margin: 1em 1.3em;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width:600px) {
	.pkp_structure_sidebar {
		width: 90%;
		margin: 1em 1.3em;
	}
}

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

.pkp_structure_footer_wrapper{
	border:0;
	background:transparent;
}
.pkp_footer_info {}
.nome_rivista_footer {font-size:20px;}
.container{
	max-width:90%;
	margin:auto;
}
.row{
	display:flex;
	flex-wrap:wrap;
}
.footer{
	background-color:var(--main-color);
    padding:70px 0px;
	border-bottom:10px solid var(--hover-color);
}
.pkp_footer_info {padding:24px 15px;}
.pkp_footer_info a {
	color:var(--white-color);
	text-decoration:none;
}
.pkp_footer_info a:hover {
	color:var(--white-color);
	text-decoration:underline;
}
.footer-col ul{
	list-style:none;
	padding:0;
}
.footer-col:first-child{
	width:33%;
	padding:0px 40px 0px 0px;
}
.footer-col{
   width:22%;
   padding:0 10px;
   color:var(--white-color);
}
.footer-col h4{
	font-size:18px;
	color:var(--white-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(--white-color);
	height:1px;
	box-sizing:border-box;
	width:75%;
}
.footer-col ul li:not(:last-child){margin-bottom:10px;}
.footer-col ul li a{
	font-size:16px;
	text-transform:capitalize;
	color:var(--white-color);
	text-decoration:none;
	font-weight:300;
	color:var(--second-color);
	display:block;
	transition:all 0.3s ease;
}
.footer-col ul li a:hover{
	color:var(--white-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(--white-color);
	transition:all 0.5s ease;
}
.footer-col .social-links a:hover{
	/*color:#24262b;
	background-color:var(--white-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;
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width:667px) and (max-width:926px) {
	.footer-col:first-child{
		width:100%;
		text-align:left;
		padding:0;
	}
	.footer-col{
		width:100%;
		text-align:left;
		padding:0;
	}
	.footer-col h4::before{
		width:100%;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px) {
	.footer-col:first-child{
		width:100%;
		text-align:center;
		padding:0;
	}
	.footer-col{
		width:100%;
		text-align:center;
		padding:0;
	}
	.footer-col h4::before{
		width:100%;
	}
}
