.ea-form {
  margin: 0;
}
.ea-success {
  color: #72C169;
}
.ea-error {
  color: #FA5555;
}
.ea-mt15 {
  margin-top: 15px;
}
.ea-mt10 {
  margin-top: 10px;
}
.ea-mt5 {
  margin-top: 5px;
}
.ea-mb {
  margin-bottom: 15px;
}
.ea-ts {
  transition: .4s ease-in-out;
}
.ea-ff {
  font-family: "Roboto Condensed";
}
.ea-form, .ea-fs, .ea-fs * {
  font-size: 14px;
}
.ea-hr {
  height: 1px;
  margin-right: -20px;
  margin-left: -20px;
  background: #F0F0F0;
}
.ea-ns {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*----------*/

.ea-demo-editor {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background: white;
  width: 260px;
  z-index: 999999;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: -4px 0 0px 0px rgba(220, 220, 220, 0.5);
}
.ea-editor-title {
  padding: 0px 20px;
  line-height: 50px;
  height: 50px;
  margin: 0 -20px;
  background: #F0F0F0;
  font-size: 16px;
}
.ea-options {
  padding: 0px 10px 60px;
}
.ea-header {
  font-weight: bold;
  padding: 10px 0;
  text-transform: uppercase;
}
.ea-sub-header {
  font-weight: normal;
}
.ea-switcher {
  border-radius: 2px;
  line-height: 30px;
  background: #f0f0f0;
  padding: 0 10px;
  display: block;
  float: left;
  text-align: center;
  cursor: pointer;
  margin-right: 5px;
  min-width: 2px;
  min-height: 22px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.ea-switcher:hover {
  background: #dadada;
}
.ea-switcher.active {
  background: #576D84;
  color: white;
  cursor: default;
}
.ea-select-color-theme .ea-switcher.active {
  box-shadow: inset 0px 0px 0px 3px #576d84, inset 0px 0px 0px 4px rgba(255, 255, 255, .5);
}
.ea-select-colors {
  position: relative;
}
.ea-select-colors .ea-line {
  line-height: 30px;
  margin: 0 -10px;
  padding: 0 10px;
}
.ea-select-colors .ea-line.active {
  background: #f0f0f0;
  z-index: 2;
  position: relative;
}
.ea-color-picker {
  outline: 0;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  color: #4c4c4c;
  font-size: 13px;
}
.ea-color-area {
  margin-left: 5px;
}
.ea-overlay {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1;
}
.ea-editor-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 240px;
  padding: 10px;
  background: #f0f0f0;
  z-index: 1;
}
.ea-buttons {
  line-height: 30px;
}
.ea-buttons button {
  color: #fff;
  border: 0;
  background: #3498db;
  line-height: inherit;
  border-radius: 2px;
  padding: 0px 12px;
  margin: 0 5px 0 0;
}
.ea-buttons button:hover {
  background: #2980b9;
}
.ea-info {
  visibility: hidden;
  opacity: 0;
  min-height: 20px;
  font-size: 14px;
  position: absolute;
  top: -45px;
  padding: 7px 10px;
  left: 10px;
  width: 205px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .25);
  border-radius: 2px;
}
.ea-visible {
  visibility: visible;
  opacity: 1;
}

/*-*/

.ea-demo-editor {
  visibility: hidden;
  opacity: 0;
}
.ea-demo-editor.visible {
  visibility: visible;
  ;
  opacity: 1;
}
.ea-close {
  float: right;
  cursor: pointer;
}
.ea-open {
  position: fixed;
  top: 50px;
  right: 20px;
  background: #576D84;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  z-index: 999999;
}
.ea-open .fa {
  font-size: 18px;
  margin-right: 10px;
}

/*----------*/

.ea-flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}
.ea-flip-container, .ea-front, .ea-back {
  width: 60px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  line-height: 30px;
  border-radius: 2px;
}
.ea-flipper {
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  position: relative;
}
.ea-front, .ea-back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}
.ea-back {
  background-color: #FA5555;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.hover-back .ea-back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.hover-front .ea-front {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.ea-front {
  z-index: 2;
  background-color: #72C169;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.ea-back {
  background-color: #FA5555;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.hover-back .ea-back:hover {
  background-color: #f82d2d;
}
.hover-front .ea-front:hover {
  background-color: #56b54d;
}

/*----------*/

.hsk-visible .ea-demo-editor {
  top: 50px;
}
.hsk-visible .ea-open {
  top: 100px;
}

/*----------*/

.hs-site-center .ea-body-visible {
  margin-left: -160px
}
.hs-site-center .ea-body-visible .hs-nav-superb.affix, .hs-site-center .ea-body-visible.hs-menu-affix-on .hs-menu-2 {
  margin-left: -570px;
}
.hs-site-center .ea-body-visible .reklam.dikey.sol.affix {
  margin-right: 580px;
}
.hs-site-center .ea-body-visible .reklam.dikey.sag.ortala.affix {
  margin-left: 420px;
}

/*----------*/

.ea-id04, .ea-id10 {
  display: none;
}
.hs-module-index .ea-id04, .hs-module-index .ea-id10 {
  display: block;
}
