@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');.
pkp_site_name .is_img img {
	width: 80%;
}
.pkp_site_name .is_img img {
    width: 100%;
}
@media (min-width: 992px) {
	.pkp_site_name .is_img img {
	    max-height: 150px;
	}
}

.pkp_navigation_primary_wrapper {
	font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
	text-transform: uppercase;
}
.obj_article_summary { 
	
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
}

section.item.references {
    text-align: justify;
}
section.item.references p {
	text-indent: -36px; 
	padding-left: 36px; 
} 

body {
  font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}
.pkp_structure_main{
	font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}
.pkp_structure_sidebar.left {
	font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}

.pkp_block .title {
	display: block;
	width: 240px;
	height: 31px;
	padding: 1px;

    margin-top: 0;
	margin-bottom: 10px;
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 16px;
    font-weight: 700;
	line-height: 20px;
	padding-bottom: 0.5em;
    border-bottom: 3px solid #f7bc4a;
    text-transform: uppercase;
	color: rgba(0,0,0,0.54);
} 


.pkp_structure_footer{
	font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;	
}
.obj_article_details .abstract {
    text-align: justify;
	font-style: italic;
}
.pkp_footer_content {
  float: left;
  width: 50%;  padding-top: 10px;
  padding-bottom:10px;
}
.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-bottom:10px;
  padding-top: 50px;
}
.pkp_structure_footer_wrapper {
	background: #e8ebef;
	border-bottom:@double solid; 
	border-bottom-color:#201e1f;
}