/*fix_tel*/
.fix_contact{
	display:none;
	width:100%;
	height:60px;
	background:#fff;
	position:fixed;
	bottom:0;	
	margin:0 auto;
	opacity:0.9;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-ms-filter: "alpha(opacity=70)";
	z-index: 1000000;
}
.fix_contact a{
	display:block;
	text-align:center;
}

#fix_batu{
	position: fixed; 
	bottom: 0; 
	font-size: 20px;
	right: 5px; 
	font-weight: bold; 
	border: 2px solid #0057a9; 
	padding: 0 5px; 
	cursor: pointer; 
	color: #fff; 
	background: #0057a9;
}
#fix_batu:hover{
	opacity: 0.6;
}



.fix_contact2{
	display:none;
	width:100%;
	height:60px;
	background:#fff;
	position:fixed;
	bottom:0;	
	margin:0 auto;
	opacity:0.9;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-ms-filter: "alpha(opacity=70)";
	z-index: 1000000;
}
.fix_contact2 a{
	display:block;
	text-align:center;
}

#fix_batu2{
	position: fixed; 
	bottom: 0; 
	font-size: 20px;
	right: 5px; 
	font-weight: bold; 
	border: 2px solid #0057a9; 
	padding: 0 5px; 
	cursor: pointer; 
	color: #fff; 
	background: #0057a9;
}
#fix_batu2:hover{
	opacity: 0.6;
}
