
.PopUpMenu {
  top:3px;
  left:3px;
  position:fixed;
  display:block;
  width:50px;
  height:50px;
  background-color:transparent;
  border-radius:50%;
  z-index:20;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.menuSettings {
  width:90%;
  height:90%;
  background-color:#6e00e9;
  border-radius:50%;
  position:absolute;
  color:white;
  text-align:center;
  line-height:59px;
  top:8%;
  left:8%;
  z-index:19;
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
  position:absolute;
}
.mnuInfo {
  width:90%;
  height:90%;
  background-color:#ef9900;
  border-radius:50%;
  position:absolute;
  color:white;
  text-align:center;
  line-height:59px;
  top:8%;
  left:8%;
  z-index:19;
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .2s;
}
.mnuFlash {
  width:90%;
  height:90%;
  background-color:#ff00b4;
  border-radius:50%;
  position:absolute;
  color:white;
  text-align:center;
  line-height:57px;
    top:8%;
  left:8%;
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .4s;  
}
  .mnuChangeCam {
  width:90%;
  height:90%;
  background-color:#ef9900;
  border-radius:50%;
  position:absolute;
  color:white;
  text-align:center;
  line-height:55px;
  top:8%;
  left:8%;
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .6s;  
}
.mnuMain {
  top:3px;
  left:3px;
  width:50px;
  height:50px;
  background:#ef9900;
  border-radius:50%;
  position:absolute;
  z-index:21;
  color:white;
  text-align:center;
  line-height:64px;
  cursor:pointer;
  position:fixed;
}
