*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
	background: #ddd;
}


/*---------- NAVBAR LOGO -----------*/
.pkp_site_name .is_img img{
	max-height: 150px;
	max-width: 100%;
}

/*---------- BODY WEB ----------*/
.pkp_structure_content.has_sidebar{
	background-color: #fff;
	padding: 0;
}

#pkp_content_main.pkp_structure_main{
	padding: 0 20px 0 30px;
}

/*---------- HOME IMAGE ---------*/
.home-image{
	margin: 0 -20px 0 -30px;
}

/*---------- ADDITIONAL CONTENT BODY WEB ----------*/
.additional_content{
	padding-top: 0 !important;
}


/*---------- sertifikat ----------*/
#customblock-sintasertifikat.pkp_block.block_custom{
	padding: 20px;
}


/*----------- TEMPLATE ----------*/
.template{
	text-transform: uppercase;
	border-bottom: 3px solid #000
}

.template-img{
	padding-top: 20px;
}


/*---------- INFORMATION MENU LEFT ----------*/
.menuleft p{
	font-family: Noto Serif;
	line-height: 23px;
	padding: 9px;
	margin: 0;
	max-width: 245px;
	background-color: #1e2836;
	border: 1px solid #fff;
	font-size: 18px;
	text-align: center;
	color: #fff!important;
	cursor: pointer;
}

.menuleft p:hover{
	background-color: #0d1219;
	box-shadow: 0 0 5px #000;
	transition: 0.5s;
}

.menuleft a{
	color: #fff!important;
	text-decoration: none;
}

#information h3{
	margin: 20px auto;
	text-align: center;
}

#information h3::after{
	display: block;
	content: '';
	height: 3px;
	width: 245px;
	background-color: #1e2836!important;
	margin: 10px auto;
}

/*---------- INDEXING LOGO ----------*/
.indexing img{
	margin: 20px;
	width: 220px;
	height: auto;
}

/*---------- TOOLS LOGO -----------*/
.tools img{
	margin: 20px;
	width: 220px;
	height: auto;
}


/*---------- MEDIA -----------*/

 .pkp_structure_page{
	margin: 50px auto 30px;
	max-width: 1160px;
	background-color: #fff;
	box-shadow: 0 0 10px #888}
 }

.pkp_structure_content.has_sidebar{
	background-color: #fff;
}
