#animasitop{
	position:absolute;
	bottom:0; 
	background:transparant;
	overflow:visible;
	top:0;
	overflow:hidden;
   text-align:center;}

#animasiright{
	position:absolute;
	bottom:0; 
	background:transparant;
	overflow:visible;
	right:0;
	overflow:hidden;
   text-align:center;}

#animasibott{
	position:absolute;
	bottom:0; 
	background:transparant;
	overflow:visible;
	left:10%;
	width:100%;
	overflow:hidden;
   text-align:center;}

#footer{
	position:absolute;
	bottom:0; 
	background:transparant;
    text-align:center;
	width:93%;
}
.style4 {
	color: #FFFFFF;
	font-weight: lighter;
}
.style6 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #CCCCCC;
	text-decoration:none;
}

a:hover {
	color:#666666;
	text-decoration:none;
}	

@font-face {
	font-family:fontgw;
	src: url('../assets/fonts/DSMarkerFelt.ttf');
}

body{
	font-family:fontgw;
	overflow: hidden;
} /*cuma iseng.. BOsen sih liat font Times New Roman terus..*/




a.link{display:inline-block;} 

.tooltip{
	/*Terserah desainnya bagaimana~*/
	padding:1px;
	color:#f0f0f0;
	border-radius:10px;
	-moz-border-radius:10px;
	width:100px;
	text-align:center;
	bottom:50px;
	/*yang ini penting!*/
	position:absolute; 
}

.tooltip:before{
	/*wajib!*/
	content:"";
	position:absolute;

	/*ini nih cara buat segitiga tanpa gambar dgn CSS*/
/*	border:10px solid transparent;
	border-bottom:10px solid #303030;
*/
	/*supaya lokasi segitiganya rapi*/
	top:0px;
	left:10px;
}

.tooltip{display:none;} /*dalam keadaan biasa tidak tampil*/
a.link:hover .tooltip{display:block;} /*ketika mouse diarahkan ke a.link, tooltip ditampilkan*/

#dialogoverlay{
    display: none;
    opacity: .8;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #FFF;
    width: 100%;
    z-index: 10;
}
#dialogbox{
    display: none;
    position: fixed;
    background: #000;
    border-radius:7px;
    width:550px;
    z-index: 10;
}
#dialogbox > div{ background:#FFF; margin:8px; }
#dialogbox > div > #dialogboxhead{ background: #666; font-size:19px; padding:10px; color:#CCC; }
#dialogbox > div > #dialogboxbody{ background:#333; padding:20px; color:#FFF; }
#dialogbox > div > #dialogboxfoot{ background: #666; padding:10px; text-align:right; }


/*dropdown botton*/

.dropbtn {
	background-color:#FFFFFF;
	color:#000000;
	padding:5px;
	font-family:fontgw;
	font-size: 18px;
	font-weight:lighter;
	border-bottom-color:#666666;
	border-bottom-width:thin;
	cursor: pointer;
	width:200px;
	font-stretch:expanded;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 1;
	border-bottom-style: solid;
	border-right-style: hidden;
	border-top-style: hidden;
	border-left-style: hidden;
}

.dropdown {
	position: relative;
	display: inline-block;
	left: 32px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	left:+30px;
    z-index: 1;
	width:160px;
	font-stretch:expanded;
	padding:0;
}

.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
	border-bottom-color:#666666;
	border-bottom-width:thin;
	cursor: pointer;
	padding-left:10px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 1;
	border-bottom-style: solid;
	border-right-style: hidden;
	border-top-style: hidden;
	border-left-style: hidden;
}

.dropdown-content a:hover 
{
	background-color:#FF0000;
	color:#FFFFFF;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color:#FF0000;
	color:#FFFFFF;
}


.cuppamenu {
	font-family: Arial, Helvetica, sans-serif; padding:20px
	 
}

a:link {
	color:#333333;
	text-decoration:none;
	background-image:url(img/bck2.jpg);
	background-repeat:repeat
}
a:visited {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(img/bck3.jpg);
	background-repeat:repeat;
}	


ul, li{
  font-weight:bold;
  padding:0px;
  margin: 0;
  padding-top:10px;
  padding-bottom:10px;
  list-style-type: none; font-family:Geneva, Arial, Helvetica, sans-serif; font-size:20px; border-width:medium;
 }
 li{
 padding:10px; 
 border-color:#999999; 
 border-spacing:10px; 
 
 }
 ul.sub{
  display: none; left:100px;padding-left:20px; padding-right:20px;
 }
 ul.utama li:hover ul.sub{ 
  display: block;
  position: absolute;
  padding:0px;
 }
 ul.sub li{
  display: block;
 }
 
 .hidden-scrollbar {
  overflow:hidden;
  text-align:justify;    
}

.hidden-scrollbar .inner {
	height:500px;
	overflow:auto;
	padding-right:300px; /* Samakan dengan besar margin negatif */
	margin-top: 0px;
	margin-right: -300px;
	margin-bottom: 0px;
	margin-left: 0px;
}


      #map {
        height: 100%;
        margin: 0px;
        padding: 0px
}
