.fm-bar.fm-right li,
.fm-hit,
.fm-icon {
  height: 42px;
}

.fm-close,
.fm-sub,
.fm-submit {
  cursor: pointer;
}

.fm-icon,
.fm-sicon {
  background-repeat: no-repeat;
}

.fm-body,
.fm-clearfix:after {
  content: "";
}

.floating-menu {
  font-family: "FontRegular", sans-serif;
  visibility: hidden;
}

.floating-menu.fm-ready {
  visibility: visible;
}

.floating-menu a {
  cursor: pointer;
  text-decoration: none;
}

.floating-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.fm-bar {
  position: fixed;
  z-index: 101000;
}

ul.fm-bar.fm-round.fm-connected.fm-white-icon.fm-white-icon-over.fm-white-label-text.fm-side-space.fm-button-space.fm-css-anim {
  top: 330px !important;
  left: unset !important;
  margin-left: -54px;
}
/*.grid ul.fm-bar.fm-round.fm-connected.fm-white-icon.fm-white-icon-over.fm-white-label-text.fm-side-space.fm-button-space.fm-css-anim{
	top: 260px !important;
	left: unset !important;
	margin-left: -40px;
}
.lisst ul.fm-bar.fm-round.fm-connected.fm-white-icon.fm-white-icon-over.fm-white-label-text.fm-side-space.fm-button-space.fm-css-anim{
	top: 280px !important;
	left: unset !important;
	margin-left: -40px;
}*/
.fm-bar.fm-side-space {
  margin: 2px;
}

.fm-round.fm-side-space,
.fm-rounded.fm-side-space {
  margin: 0px;
}

.fm-bar li {
  list-style: none;
}

.fm-bar li:hover {
  z-index: 100001 !important;
}

.fm-bar.fm-button-space li:not(:last-child) {
  margin-bottom: 2px;
}

.fm-round.fm-button-space li:not(:last-child),
.fm-rounded.fm-button-space li:not(:last-child) {
  margin-bottom: 3px;
}

.fm-round li {
  border-radius: 21px;
}

.fm-rounded li,
.fm-rounded li img {
  border-radius: 5px;
}

.fm-rounded-out img,
.fm-rounded-out li {
  border-radius: 0 5px 5px 0;
}

.fm-space {
  margin-top: 4px;
}

.fm-button-space .fm-space {
  margin-top: 6px;
}

.fm-round.fm-button-space .fm-space,
.fm-rounded.fm-button-space .fm-space {
  margin-top: 7px;
}

.fm-mask {
  position: relative;
  overflow: hidden;
  z-index: 121212;
}

.fm-icon:after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  filter: drop-shadow(4px 1px 3px var(--default2));
  position: fixed;
  margin-left: -15px;
}
.fm-icon.mmn {
  filter: drop-shadow(4px 1px 3px var(--default2));
}
.fm-mask {
  filter: drop-shadow(4px 1px 3px var(--default2));
}

.fm-mask:hover .fm-icon:after {
  box-shadow: none;
}

.fm-mask.fm-off {
  overflow: visible;
}

.fm-right .fm-mask {
  position: absolute;
  right: 0;
  height: 42px;
}

.fm-round .fm-mask {
  border-radius: 21px;
}

.fm-rounded .fm-mask,
.fm-rounded .fm-mask img {
  border-radius: 5px;
}

.fm-bar a {
  width: 42px;
  display: block;
  position: relative;
}

.fm-bar.fm-right a {
  position: absolute;
  right: 0;
}

.fm-round a {
  border-radius: 21px;
}

.fm-rounded a {
  border-radius: 5px;
}

.fm-rounded-out a {
  border-radius: 0 5px 5px 0;
}

.fm-right.fm-rounded-out a {
  border-radius: 5px 0 0 5px;
}

.fm-icon {
  width: 42px;
  line-height: 42px;
  position: relative;
  z-index: 111111;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.fm-hit,
.fm-icon img,
.fm-label {
  position: absolute;
}

/*.fm-hit,
.fm-label,
.fm-panel,
.fm-subhit,
.fm-window {
	display: none
}*/

.fm-right .fm-icon {
  position: absolute;
  right: 0;
}

.fm-round .fm-icon {
  border-radius: 21px;
}

.fm-rounded .fm-icon {
  border-radius: 5px;
}

.fm-rounded-out .fm-icon {
  border-radius: 0 5px 5px 0;
}

.fm-right.fm-rounded-out .fm-icon {
  border-radius: 5px 0 0 5px;
}

.fm-icon img {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

​.fm-icon .fa {
  line-height: 42px !important;
}

.fm-label {
  font-size: 15px;
  line-height: 42px;
  padding: 0 11px 0 8px;
  left: 42px;
  top: 0;
  z-index: 101010;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}

.fm-right .fm-label {
  padding: 0 8px 0 11px;
  right: 42px;
  left: auto;
}

.fm-label-space .fm-label {
  margin-left: 2px;
}

.fm-right.fm-label-space .fm-label {
  margin-right: 2px;
  margin-left: 0;
}

.fm-round .fm-label {
  border-radius: 21px;
  padding: 0 12px;
}

.fm-rounded .fm-label,
.fm-rounded-out .fm-label {
  border-radius: 5px;
  padding: 0 11px;
}

.fm-connected .fm-label {
  left: 0;
}

.fm-right.fm-connected .fm-label {
  right: 0;
  left: auto;
}

.fm-hit {
  left: 0;
  top: 0;
}

.fm-label-space .fm-hit {
  width: 2px;
  left: 42px;
}

.fm-right.fm-label-space .fm-hit {
  right: 42px;
  left: auto;
}

.fm-round .fm-hit {
  width: 42px;
  left: 21px;
}

.fm-right.fm-round .fm-hit {
  right: 21px;
  left: auto;
}

.fm-round.fm-label-space .fm-hit {
  width: 44px;
}

.fm-rounded .fm-hit {
  width: 10px;
  left: 37px;
}

.fm-right.fm-rounded .fm-hit {
  right: 37px;
  left: auto;
}

.fm-rounded.fm-label-space .fm-hit {
  width: 12px;
}

.fm-rounded-out .fm-hit {
  width: 10px;
  left: 37px;
}

.fm-right.fm-rounded-out .fm-hit {
  right: 37px;
  left: auto;
}

.fm-rounded-out.fm-label-space .fm-hit {
  width: 12px;
}

.fm-sub > .fm-icon {
  position: relative;
  z-index: 100000;
}

.fm-sub.fm-posabs > ul > li,
.fm-sub.fm-side > ul,
.fm-sub > ul,
.fm-subhit {
  position: absolute;
}

.fm-sub > ul {
  width: 42px;
  left: 0;
  top: 42px;
}

.fm-sub.fm-side > ul {
  left: 42px;
  top: 0;
}

.fm-right .fm-sub.fm-side > ul {
  right: 42px;
  left: auto;
}

.fm-sub.fm-circular > ul {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
}

.fm-right .fm-sub.fm-circular > ul {
  right: 0;
  left: auto;
}

.fm-sub.fm-sub-space > ul {
  margin-top: 2px;
}

.fm-sub.fm-side.fm-sub-space > ul {
  margin: 0 2px;
}

.fm-round .fm-sub.fm-sub-space > ul,
.fm-rounded .fm-sub.fm-sub-space > ul {
  margin-top: 3px;
}

.fm-round .fm-sub.fm-side.fm-sub-space > ul,
.fm-rounded .fm-sub.fm-side.fm-sub-space > ul {
  margin: 0 3px;
}

.fm-right .fm-sub.fm-posabs > ul > li {
  right: 0;
}

.fm-subhit {
  left: 0;
  top: 0;
  height: auto !important;
}

.fm-right .fm-subhit {
  right: 0;
  left: auto;
}

.fm-window {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 101010;
}

.fm-shadow {
  background-color: var(--default1);
  opacity: 0.3;
  width: 100%;
  height: 100%;
}

.fm-panel {
  background-color: var(--default3);
  padding: 1px;
  width: 100%;
  max-width: 500px;
  min-width: 300px;
  position: absolute;
}

.fm-round .fm-panel {
  border-radius: 5px;
}

.fm-winshadow .fm-panel {
  -webkit-box-shadow: 0 0 2px 1px var(--default2);
  box-shadow: 0 0 2px 1px var(--default2);
}

.fm-head {
  padding: 18px 17px;
}

.fm-round .fm-head {
  border-radius: 5px 5px 0 0;
}

.fm-title {
  color: var(--default4);
  font-size: 22px;
  display: inline;
}

.fm-close {
  float: right;
  color: var(--default4);
  font-size: 20px;
  position: relative;
  top: -20px;
  right: -10px;
}

.fm-body {
  font-size: 15px;
  padding: 15px;
  color: var(--default1);
  display: table;
  clear: both;
}

.fm-body p {
  margin: 0;
  line-height: 18px;
  font-style: italic;
}

.fm-body form {
  margin-top: 13px;
  padding: 0 15px;
}

.fm-body label {
  font-size: 14px;
  font-weight: 700;
  color: grey;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}

.fm-fielderror {
  border-color: red !important;
}

.fm-status {
  margin-top: 10px;
  display: none;
}

.fm-status.fm-showstatus {
  display: block;
}

.fm-sicon {
  width: 18px;
  height: 18px;
  background-position: center;
  margin-left: 1px;
  margin-right: 5px;
  float: left;
}

.fm-message {
  line-height: 18px;
  float: left;
}

.fm-working .fm-message {
  line-height: 24px;
}

.fm-message > span {
  display: none;
}

.fm-error .fm-message > span:nth-child(4),
.fm-formerror .fm-message > span:nth-child(1),
.fm-success .fm-message > span:nth-child(3),
.fm-working .fm-message > span:nth-child(2) {
  display: block;
}

#sidebar-contact.fm-panel {
  max-width: 420px;
}

#sidebar-newsletter.fm-panel {
  max-width: 570px;
}

#sidebar-newsletter .fm-body {
  padding-bottom: 17px;
}

#sidebar-newsletter form {
  margin-top: 15px;
  padding: 0 35px 0 25px;
  text-align: center;
}

.fm-group {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.fm-group > div {
  display: table-cell;
}

.fm-group > div:nth-child(1),
.fm-group > div:nth-child(3) {
  width: 1%;
  white-space: nowrap;
}

.fm-group label {
  font-size: 14px;
  line-height: 23px;
  margin-right: 5px;
}

.fm-group input[type="text"] {
  max-width: none;
}

.fm-group .fm-submit {
  margin-top: 0;
  padding: 7px 15px;
  margin-left: 5px;
}

#sidebar-newsletter .fm-status {
  clear: left;
  margin-bottom: -8px;
}

#sidebar-newsletter .fm-status.fm-showstatus {
  display: inline-block;
}

#fm-popup.fm-panel {
  max-width: 470px;
}

#fm-popup .fm-body {
  padding-bottom: 17px;
}

.fm-show {
  display: block !important;
}

.fm-hide {
  display: none !important;
}

.fm-clearfix:after {
  display: table;
  clear: both;
}
