section.sticky_wrapper {
  position: fixed;
  z-index: 10010;
  right: 8px;
  bottom: 7px;
}
section.sticky_wrapper .sticky_wrapper_new {
  position: fixed;
  z-index: 10010;
  right: -23px;
  bottom: 68px;
}
section.sticky_wrapper .sticky_wrapper_icon {
  position: fixed;
  z-index: 10010;
  right: -23px;
  bottom: 128px;
}
section.sticky_wrapper .chat {
  width: 60px;
  height: 55px;
  float: left;
}
section.sticky_wrapper .mail {
  background: url("../../../../../../../../etc.clientlibs/eon/foundation/clientlibs/clientlib-base/resources/images/mail_turquoise.svg") no-repeat;
  width: 60px;
  height: 55px;
  float: left;
}
section.sticky_wrapper .mail:before {
  content: url("../../../../../../../../etc.clientlibs/eon/foundation/clientlibs/clientlib-base/resources/images/mail_turquoise_hover.svg");
  width: 0;
  height: 0;
  visibility: hidden;
}
section.sticky_wrapper .mail:hover {
  background: url("../../../../../../../../etc.clientlibs/eon/foundation/clientlibs/clientlib-base/resources/images/mail_turquoise_hover.svg") no-repeat;
}
