.box_linkterkait_top{
	position:relative;
	width: 100%;
	min-width: 1100px;
	min-height:100px;
	box-sizing: border-box;
}

.box_linkterkait_main{
	position:relative;
	padding-top: 5px;
	width: 100%;
	min-width: 1100px;
	min-height:80px;
	box-sizing: border-box;
}

.box_linkterkait{
	position:absolute;
	box-sizing: border-box;
	line-height: 1.4;
	width:100%;
	min-width: 1100px;
	padding-top: 10px;
	padding-bottom: 30px;
	left:100%;
	visibility: hidden;
	transition: all 0.5s;
}


.box_linkterkait_main_baris_r{
	position:absolute;
	visibility: hidden;
	left: -100%;
	width: 100%;
	min-width: 1100px;
	box-sizing: border-box;
	transition: all 0.5s;
}
.box_linkterkait_main_baris_show{
	left:0%;
	visibility: visible;
}
.box_linkterkait_main_baris_hide{
	left:-100%;
	visibility: hidden;
}

.box_linkterkait_main_baris_rhide{
	left:100%;
	visibility: hidden;
}

.judul_modul_linkterkait{
	position:relative;
	padding: 10px;
	box-sizing: border-box;
	font-size: 28px;
	margin-bottom:10px;
	font-family: 'Oswald', 'Open Sans', Times, serif;
}

.box_gambar_linkterkait{
	width: 100%;
	height:70px;
	box-sizing: border-box;
	overflow: hidden;	
	margin-bottom: 4px;
}
.box_gambar_linkterkait img{
	height: 100%;
	max-width: 100%;
}
.box_linkterkait_isi{
	position: relative;
	width: 14.2%;
	max-width:100%;
	box-sizing: border-box;
	display:inline-block;
}

.box_linkterkait_isi p{
	color: #454545;
	line-height: 1.3;
	letter-spacing: 0.2px;
	font-size: 13px;
}
.linkjudul{
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.jarakkiri{
	margin-left: 3%;
}
.iconr_linkterkait{
	position: absolute;
	left: 0px;
	top: 96px;
	width:25px;
	height:45px;
	background: url("panahkiri.png") no-repeat;
	background-size: 25px 45px;
	z-index: 1;
	cursor: pointer;
}
.iconn_linkterkait{
	position: absolute;
	right: 0px;
	top: 96px;
	width:25px;
	height:45px;
	background: url("panahkanan.png") no-repeat;
	background-size: 25px 45px;
	cursor: pointer;
	z-index: 1;
}

.iconr_linkterkait img,.iconn_linkterkait img{
	width: 100%;
}

@media only screen and (max-width: 800px) {
	.box_linkterkait_top,.box_linkterkait_main,.box_linkterkait,.box_linkterkait_isi{
		min-width: 100%;
	}
	.box_linkterkait{
		position:relative;
		width: 100%;
		clear:both;
		box-sizing: border-box;
	}
	.box_linkterkait_isi{
		width: 90%;
	}
	.jarakkiri{
		margin-left: 0px;
	}
	.box_gambar_linkterkait{
		height: 50px;
		margin-bottom: 8px;
	}
}