#box_utama_atas{
	position:fixed;
	height: 20px;
	background: #ffffff;
	width: 100%;
	min-width:1100px;
	top: 0px;
	z-index: 1000;
	box-sizing: border-box;
}
#box_utama_atas_ctr{
	position: relative;
	width: 1100px;
	box-sizing: border-box;
}

#box_utama_atas_mid{
	height: 60px;
	position:fixed;
	width: 100%;
	min-width:1100px;
	background: #21bdc2;
	top: 20px;
	z-index: 1000;
	box-sizing: border-box;
	border-top: 2px solid #ebeb23;
	border-bottom: 2px solid transparent;
	box-shadow: 0px 1px 5px #919191;
}
#box_utama_full{
	position: relative;
	width: 100%;
	min-width:1100px;
	background: #ededed;
	min-height: 200px;
	box-sizing: border-box;
	overflow: hidden;
}
#box_utama_full_tengah{
	position: relative;
	width: 1100px;
	box-sizing: border-box;
	padding: 10px 0px 0px 0px;
}

#box_utama_banner{
	position: relative;
	margin-top: 78px;
	min-width:1100px;
	width: 100%;
	height: 450px;
	background: #d6d6d6;
	overflow: hidden;
	box-sizing: border-box;
}
#box_utama_mid_top{
	position: relative;
	min-width:1100px;
	width: 100%;
	background: #21bdc2;
	height: 40px;
	box-shadow: 0px 0px 5px #7a7a7a;
	box-sizing: border-box;
}
#box_utama_mid_mid{
	position: relative;
	width:100%;
	min-width:1100px;
	background: #2d2d2d;
	box-sizing: border-box;
}
#box_utama_mid_mid1{
	position: relative;
	width: 100%;
	min-width:1100px;
	background: #ffffff;
	min-height: 200px;
	box-sizing: border-box;
}
#box_utama_mid_mid2{
	position: relative;
	width: 100%;
	min-width:1100px;
	background: #ebebeb;
	min-height: 400px;
	box-sizing: border-box;
}
.box_tengah_center{
	position: relative;
	width: 1100px;
	box-sizing: border-box;
	padding: 30px 0px;
}
.box_tengah_kiri{
	position: relative;
	float: left;
	width: 728.4px;
	box-sizing: border-box;
}

.box_tengah_kanan{
	position: relative;
	float: left;
	width: 356.6px;
	margin-left: 15px;
	box-sizing: border-box;
}

#box_utama_footer{
	position:relative;
	width: 100%;
	min-width:1100px;
	min-height: 165px;
	background: #21bdc2;
	box-sizing: border-box;
}
.effect1{
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}

.effect4
{
  position: relative;
}
.effect4:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

@media only screen and (max-width: 800px) {
	#box_utama_atas{
		min-width: 100%;
		height: 25px;
	}
	#box_utama_atas_ctr{
		width: 100%;
	}
	#box_utama_atas_mid{
		min-width: 100%;
		top: 25px;
	}
	#box_utama_full{
		min-width: 100%;
	}
	#box_utama_banner{
		min-width: 100%;
		height: 300px;
	}
	#box_utama_mid_top{
		min-width: 100%;
	}
	#box_utama_link{
		min-width: 100%;
	}
	#box_utama_link_mid{
		width: 100%;
	}
	#box_utama_mid{
		width: 100%;
	}
	#box_utama_mid_mid,#box_utama_mid_mid1,#box_utama_mid_mid2{
		width: 100%;
		min-width:100%;
	}
	#box_utama_mid_tengah{
		width: 100%;
	}
	#box_utama_tengah_kiri,#box_utama_tengah_kanan{
		width: 100%;
		margin-left: 0px;
	}
	.box_tengah_center{
		width: 100%;
	}
	.box_tengah_kiri,.box_tengah_kanan{
		width: 100%;
	}
	.box_tengah_kanan{
		margin-left: 0px;
	}
	#box_utama_bawah{
		width: 100%;
		min-width: 100%;
	}
	#box_utama_bawah_tengah{
		width: 100%;
	}
	#box_utama_footer{
		min-width: 100%;
	}
	
}