/* -----------------------
    Menu Show CSS
--------------------------*/
#menuShow {
  text-align: center;
  bottom: 65%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}
#menuShow i {
  height: 42px;
  font-size: 24px;
  width: 42px;
  border-radius: 50%;
  line-height: 42px;
  transition: all 0.3s ease 0s;
  margin-left: 2px;
  box-shadow: 0 0 2px #54595F;
}
#menuShow i:hover {
  background: #fff;
  color: #FF7925;
  font-weight: 700;
}
#menuShow.blue-color i {
  background: #003882;
  color: #fff;
}
#menuShow.blue-color i:hover {
  background: #fff;
  color: #FF7925;
  font-weight: 700;
}
#menuShow.orange2-color i {
  background: #fd4a36;
}
#menuShow.orange2-color i:hover {
  opacity: 0.8;
}
#menuShow.paste-color i {
  background: #4caf50;
}
#menuShow.paste-color i:hover {
  opacity: 0.8;
}

/* -----------------------
    Estate Show CSS
--------------------------*/
#estateShow {
  text-align: center;
  bottom: 57%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}
#estateShow i {
  height: 42px;
  font-size: 24px;
  width: 42px;
  border-radius: 50%;
  line-height: 42px;
  transition: all 0.3s ease 0s;
  margin-left: 2px;
  box-shadow: 0 0 2px #54595F;
}
#estateShow i:hover {
  background: #fff;
  color: #FF7925;
  font-weight: 700;
}
#estateShow.blue-color i {
  background: #003882;
  color: #fff;
}
#estateShow.blue-color i:hover {
  background: #fff;
  color: #FF7925;
  font-weight: 700;
}
#estateShow.orange2-color i {
  background: #fd4a36;
}
#estateShow.orange2-color i:hover {
  opacity: 0.8;
}
#estateShow.paste-color i {
  background: #4caf50;
}
#estateShow.paste-color i:hover {
  opacity: 0.8;
}