@charset "utf-8";
/* CSS Document */

#fixedbar { 
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0,0,0,0.85);
  z-index: 1;
  padding-bottom:15px;
  
}

#fixedbar1 { 
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
   padding-bottom:15px;
  background: rgba(0,0,0,0.85);
  z-index: 1;
}


#fixedbar2 { 
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  padding-bottom:15px; 
  background: rgba(0,0,0,0.85);
  z-index: 1;
}



	
