@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	height:auto;	
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/* MAIN IMAGE */
.menu-title-header {
	clear:none;
	float:left;
	width:100%;
	font-size:16px;	
	font-weight:bold;
	border-bottom: 1px solid #cdc5a7;
	padding-top:15px;
	padding-bottom:5px;
}

.artikelContainer {
	clear:none;
	float:left;
	width:100%;
	margin:3% 0;	
}

.isi-artikel:hover {
	cursor:pointer;
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
	-ms-transition:0.3s ease-in-out;
	/*box-shadow: 0px 0px 8px rgba(141, 119, 50, 0.8);	*/
	box-shadow: 0px 0px 8px #7a7676;
}

.isi-artikel-2 {
	clear:none;
	float:left;
	width:100%;
	font-size: 15px;	
	color:#888888;
	text-align:justify;	
}


/* Mobile Layout: 480px and below. */


.isi-artikel {
	clear:none;
	float:left;
	width:100%;	
	margin-bottom:4%;	
}

.isi-artikel-1 {
	clear:none;
	float:left;
	width:100%;
	padding:0;	
}	

.isi-artikel-2 span {
	display:block;
	margin-left:0%;
	margin-right:0%;
	margin-top:2%;	
	margin-bottom:8%;
	width:auto;
	height:auto;	
}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.isi-artikel {
	clear:none;
	float:left;
	width:100%;	
	margin-bottom:2%;
}

.isi-artikel-1 {
	clear:none;
	float:left;
	width:100%;
	padding:0%;	
}	

.isi-artikel-2 span {
	display:block;
	margin-left:0%;
	margin-right:0%;
	margin-top:2%;	
	margin-bottom:6%;	
	width:auto;
	height:50px;	
}
	
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.isi-artikel {
	clear:none;
	float:left;	
	width:50%;	
	margin-bottom:0;
}

.isi-artikel-1 {
	clear:none;
	float:left;
	width:97%;
	padding:1.5%;		
}

.isi-artikel-2 span {
	display:block;	
	margin-left:6%;
	margin-right:6%;
	margin-top:0%;
	margin-bottom:6%;
	width:auto;
	height:50px;			
}

}