
/* Absolute Center Spinner */
#loading {
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;	
  width: 100%;
  height: 100%;
  position:fixed;
  background-color:#fff;
  background-image:url('../../images/loader/89.gif');
  background-repeat:no-repeat;
  background-position:center;
  z-index:10000000;
  /*opacity: 0.8;*/
}





/* -- RESPONSIVE DENGAN MEDIA QUERIES -- */
@media screen and (max-width: 1166px){

}
@media screen and (max-width: 1024px){
	
}
@media screen and (max-width: 900px){
	
}
@media screen and (max-width: 800px){

}

@media screen and (max-width:700px){

}


@media all and (max-width: 500px), 
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), 
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), 
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), 
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), 
only screen and (min-resolution: 192dpi) and (max-width: 1024px), 
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

}