.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;
	}
}
div.pkp_navigation_primary_row{
	background-color: #57DE42;
}

div.pkp_structure_main{
	font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}
div.pkp_structure_sidebar.left {
	font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}

div.pkp_structure_footer{
	font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;	
}

/*.pkp_navigation_user_wrapper{
	display: none;
}*/
h2.label {
    	font-style: normal;
		display: block;
}

section.item.abstract {
    text-align: justify;
	font-style: italic;
	display: inline-grid;
}
section.item.references {
    text-align: justify;
}
section.item.references p {
	text-indent: -36px; 
	padding-left: 36px; 
} 

body{
	background-image: url(/public/site/images/pardianto/ilkom-back.png);
	background-repeat: repeat-x;
	background-color: #3b4749;
}

.block_custom ul li {
	border-bottom: 1px solid #dddddd;
	font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}
.block_custom li > a {
  position: relative;
  text-decoration: none;
}


.block_custom li > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f7bc4a;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.block_custom li > a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.block_custom .ptitle {
  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);
}



	
.obj_article_summary { 
	border-bottom: 1px solid #dddddd;
}
.obj_issue_summary {
	border-bottom: 1px solid #dddddd;
}
.obj_issue_toc img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
}
.obj_issue_toc img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.obj_issue_summary img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.pkp_brand_footer{
	display: none;
}
 /** EDITORIAL LIST */

/** END EDITORIAL LIST */
div.ed_box {
  position: relative;
  width: auto;
  height: auto;
  margin-bottom:10px;
}

div.ed_title {
  width: 55%;
  margin-bottom: 5px;
  -webkit-text-decoration-line: underline; /* Safari */
   text-decoration-line: underline; 
}
div.ed_photo {
  position: absolute;
  width: 100%;
  height: 200px;
  border: 0px solid red;
}
div.ed_photo img {
  float: left;
}

div.ed_photo img{
max-width:100%;
max-height:150px;
margin-right:15px;
float: left;

}

div.ed_name {
 position: relative;
  left: 150px;
  width: auto;
  height:auto;
 
} 
div.ed_name p {
   margin-right: 150px;
   line-height:1em;


} 
div.ed_id {
  position: relative;
  left: 150px;
  width: 70%;
  height: auto;
  margin-bottom: 30px;
} 
 div.ed_id p {
   border-bottom: 1px solid #ddd;
   margin-right: 150px;
   line-height:1em;
}

div.ed_motto {
  position: relative;
  width: 55%;
  border-bottom: 5px solid #ddd;
  margin-bottom: 5px;
} 
div.pkp_structure_footer_wrapper{
/*background-image: url(/public/site/images/uinsa/foot-back.png);
	background-repeat: repeat-x;
	*/
	background-color: 18ac09;
	font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
	color:#000000;
}
/*INDEXING*/
.block_custom .contain {
  position: relative;
  width: 210px;
  height: 55px;
}

.block_custom img.image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.block_custom .contain:hover .overlay {
  width: 100%;
}

.block_custom  .text a{
  font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}