.pkp_brand_footer {
	display: none;
	visibility: hidden;
}

.pkp_structure_main a, .pkp_structure_main a:visited, .pkp_structure_main a:active {
	text-decoration: none;
	color: #CC0000;
}
.pkp_structure_main a:hover {
	text-decoration: underline;
	color: #FF0000;
	outline: none;
	transition: all .2s;	

}
.pkp_page_index .current_issue a.read_more, .pkp_page_index .current_issue a:visited.read_more, .pkp_page_index .current_issue a:active.read_more {
	color: #CC0000;
}
.pkp_page_index .current_issue a:hover.read_more {
	text-decoration: underline;
	color: #FF0000;
	outline: none;
}
.pkp_footer_content a, .pkp_footer_content a:visited, .pkp_footer_content a:active {
	text-decoration: none;
	color: #333333;
	border-bottom: 3px solid transparent;
	transition: all .2s;
	
}
.pkp_footer_content a:hover {
	color: #666666;
	outline: none;
	border-color: #CC0000;
	
}
.pkp_head_wrapper{	
	background-image: url(pattern-2.png);
	background-repeat: repeat;
}
.pkp_structure_head {
	background-image: url(head.jpg);
  	background-size: cover;
}
.pkp_structure_footer_wrapper {
	background-image: url(pattern-3.png);
	background-repeat: repeat;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CC0000;
}
.pkp_site_name a.is_text {
	font-size: 28px;
    	line-height: 40px;
}

.pkp_site_nav_menu .pkp_nav_list {
    margin-left: 10px;
}

.pkp_site_nav_menu {
    background: none;
}
.pkp_navigation_primary_wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
}
.obj_article_summary .authors {
	font-style: italic;
}
.rosso {
	color: #CC0000;
}
.titolo {
	font-size: 40px;
}

.item .label {
	font-size: 15px;
	font-weight: bold;
}
.obj_issue_toc .published .label {
	/* [disabled]font-weight: 700; */
	/* [disabled]background-color: #CC0000; */
}

.obj_issue_toc .published .label {
	color: rgba(0,0,0,0.54);
	font-size: 16px;
}
.published .value{
	color: #CC0000;
}

.obj_article_details .main_entry .item .label, .pkp_structure_main h2 {
	text-transform: uppercase;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	display: table;
        line-height: 33px;
}
/*
.pkp_structure_main h2, .obj_article_details .main_entry .item .label {
	text-transform: uppercase;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	display: table;
        line-height: 33px;
}
*/
.firma {
	text-align: right;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;

}
.firma p {
	color: #666;
	font-size: 13px;
}
.firma strong{
	color: #000;
	font-size: 14px;
}
.infologik {
	color: #325e90;
}
.firma a, .firma a:visited, .firma a:active {
	text-decoration: none;
}
.firma a:hover {
	text-decoration: none;
	outline: none;
}
.pkp_navigation_primary {
	padding-bottom: 5px;
}
.pkp_navigation_primary > li > a {
	font-weight: bold;
}
.pkp_navigation_primary > li > a {
	border-bottom: 3px solid transparent;
	color: #fff;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 1em;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.pkp_navigation_primary > li > a:hover, .pkp_navigation_primary > li > a:focus {
  border-color: #CC0000;
  color: #FFFFFF;
  transition: all .2s;	
  outline: 0 none;
}
.pkp_head_wrapper .pkp_search .search_prompt {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-bottom: 3px solid transparent;
}
.pkp_head_wrapper .pkp_search .search_prompt:hover, .pkp_head_wrapper .pkp_search .search_prompt:focus {
    border-bottom: 3px solid #CC0000;
	transition: all .2s;	
}

.obj_issue_toc .galleys h2, .obj_issue_toc .section h2 {
	font-weight: bold;
	font-size: 18px;
}

.citation_format_options a:hover, .citation_format_options a:focus {
    color: #FF0000;
	font-weight: bold;
}
.obj_article_details .entry_details .item .label {
	font-weight: bold;
	font-size: 14px;
}
.obj_article_details .copyright .copyright{
	font-weight: bold;
	font-size: 14px;
}
.block_custom, .pkp_block  {
	border-bottom: 1px solid #ddd;
}

.obj_issue_toc .cover {
	float: left;
	width: 40%;
	height: auto;
	max-height: none;
	margin-right: 20px;
}
.obj_issue_toc .cover img {
    max-height: none;
}
.obj_issue_summary .title {
	font-size: 18px;
}

.obj_issue_summary .series {
	font-weight: bold;
}
.obj_article_summary > .title {
	font-size: 15px;
}

.pkp_block li a, .pkp_block li a:visited, .pkp_block li a:active {
	text-decoration: none;
	color: #CC0000;
}
.pkp_block li a:hover {
	text-decoration: underline;
	color: #FF0000;
	outline: none;
}
.block_make_submission a {
	text-transform: uppercase;
	background: #CC0000;
	color: #FFFFFF;
	border: none;
	width: 200px;
	text-align: center;
	line-height: 30px;
}
.block_make_submission a:hover {
	background: #FF0000;
}
.pkp_head_wrapper .pkp_search button {
	margin-top: 0;
	text-transform: uppercase;
	background: #CC0000;
	color: #FFFFFF;
	border: none;
	width: auto;
	text-align: center;
	line-height: 30px;
}
.pkp_head_wrapper .pkp_search.is_open .search_prompt {
	color: #CC0000;
}
.pkp_head_wrapper .pkp_search.is_open .search_prompt:hover, .pkp_head_wrapper .pkp_search.is_open .search_prompt:focus {
	border-bottom-color: #CC0000
}
a.obj_galley_link {
	border: 1px solid #CC0000;
	color: #CC0000;

}
a.obj_galley_link:hover, a.obj_galley_link:focus {
	background: #CC0000;
	color: #fff;
}
.cmp_notification {
	display: none;
	visibility: hidden;
}
.cmp_breadcrumbs ol::before {
	content: "\f015";
	font-size: 16px;
	margin-right: 0.25em;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	color: rgba(0,0,0,0.54);
}
.references .value {
	font-size: 12px;
}

.obj_article_details .author_bios .sub_item .label {
	display: none;
	visibility: hidden;
}
.page_search .submit button {
    color: #CC0000;
}

.page_search .submit button::after, .page_search .submit button::after {
    background: #CC0000;
}
.page_search .submit button:hover::after, .page_search .submit button:focus::after {
    background: #CC0000;
}
.obj_article_details .item.keywords .label {
	font-size: 16px;
}
.pkp_block .block_language .pkp_block .content ul li .current{
	font-weight: bold;
}
.pkp_block .content li.locale_it, .pkp_block .content li.locale_es, .pkp_block .content li.locale_en {
	padding-left: 30px;
	background-position: left center;
	background-repeat: no-repeat;
}
.pkp_block .content li.locale_it {
	background-image: url(../../site/images/carmelo/bandiere/it.gif);
}
.pkp_block .content li.locale_es {
	background-image: url(../../site/images/carmelo/bandiere/es.gif);
}
.pkp_block .content li.locale_en {
	background-image: url(../../site/images/carmelo/bandiere/uk.gif);
}
li.locale_it.current, li.locale_es.current, li.locale_en.current {
	font-weight: bold;
}
.block_information .content ul li {
	padding-left: 30px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../../site/images/carmelo/info.png);
}
.block_language li a {
        text-transform: capitalize;
}
.header_view {
    background: #CC0000;
}
.header_view .title{
    background: #CC0000;
}
.header_view .title:hover, .header_view .title:focus {
    background: #8a3036;
}
.header_view .download {
   color: #CC0000;
}
.header_view .download:hover, .header_view .download:focus {
   background: #8a3036;
}
.header_view .return {
   color: #CC0000;
}
.header_view .return:hover, .header_view .return:focus  {
   background: #8a3036;
}
@media (max-width: 992px) {
.pkp_site_nav_menu .pkp_nav_list {
    background: #CC0000;
}
.pkp_navigation_search_wrapper {
    background: #8a3036;
}
.pkp_navigation_search_wrapper {
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.pkp_site_nav_menu .pkp_nav_list {
    margin-left: 0px;
}
.pkp_site_name_wrapper {
    height: 3.857rem;
}
}
.pkp_navigation_primary > li > a:focus,
.pkp_navigation_primary > li > a:active,
.pkp_navigation_primary > li > a:hover {
    background-color: transparent !important;
    box-shadow: none !important;
}
.pkp_nav_list ul a {
    color: #CC0000;
}