/* jsloader//css inline code */

      
      
.modal-demo-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 800px;
}

.modal-demo-button {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-size: 16px;
  display: block;
  margin: 16px 21px;
  padding: 18px 38px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 0;
}

.modal-demo-button:before,
.modal-demo-button:after {
  box-shadow: 0px 4px 6px 1px #00000090;
  border-radius: 5px;
  content: "";
  height: 90%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 90%;
  z-index: -2;
}

.modal-demo-button:after {
  background: #e7a14f;
  box-shadow: 0px 1px 0px 0px #00000099;
  height: 100%;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: -1;
}

.modal-box {
  background: #fff;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: inline-block;
  height: 0;
  overflow: hidden;
  transition: height 0.4s;
  width: 264px;
}

.modal-box.modal-active {
  height: 128px;
}

.modal-box-content {
  padding: 24px 32px;
}

      .modal-demo-container {
  display: block;
}

.modal-demo-button {
  margin: 0 auto 21px;
}

.modal-box.modal-active {
  height: 170px;
}
    