/* CONTACT_FLOAT_MID */
html body .contact-float,
html body div.contact-float{
  position:fixed !important;
  top:50% !important;
  bottom:auto !important;
  right:12px !important;
  left:auto !important;
  transform:translateY(-50%) !important;
  margin:0 !important;
  z-index:90 !important;
}
@media (max-width:800px){
  html body .contact-float,
  html body div.contact-float{
    right:8px !important;
    top:50% !important;
    bottom:auto !important;
    transform:translateY(-50%) !important;
  }
}
