
  .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: none !important;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
  }
  .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #f6e3ff !important;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
  }
  .blink {
    color : red;
    margin-right: 0.5rem;
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
  }
  @keyframes blink {
    to {
      visibility: hidden;
    }
  }
  @-webkit-keyframes blink {
    to {
      visibility: hidden;
    }
  }
  .noblink {
   margin-right: 0.5rem;
 }

 /* Images between <hr> tag */

 hr.style-six {
  padding: 0;
  border: none;
  height: 5px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgb(90, 7, 128), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgb(90, 7, 128), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgb(90, 7, 128), rgba(0,0,0,0));
  color: #333;
  text-align: center;
}
hr.style-six:after {
  content:" ";
  display: inline-block;
  position: relative;
  top: -2.1em;
  font-size: 1.5em;
  padding: 19px 1.75em;
  background: url(../images/panda.png) no-repeat scroll center;
  background-size: 65px 40px;
  height: 40px;
  margin-top: 25px;
}
hr.style-seven {
  padding: 0;
  border: none;
  height: 5px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgb(255, 255, 255), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgb(255, 255, 255), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgb(255, 255, 255), rgba(0,0,0,0));
  color: #333;
  text-align: center;
}
hr.style-seven:after {
  content:" ";
  display: inline-block;
  position: relative;
  top: -2.1em;
  font-size: 1.5em;
  padding: 19px 1.75em;
  background: url(../images/panda.png) no-repeat scroll center;
  background-size: 65px 40px;
  height: 40px;
  margin-top: 25px;
}


input,
select,
textarea {
  background: none;
  color: #000;
  font-family: 'Bubblegum Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75em;
}

input,
textarea {
  /*border: none !important;*/
  /*outline: none !important;*/
  resize: none !important;
  width: 100% !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin-top: 12px;
}

h2,
h3 {
  color: #545454;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0 0 1em 0;
  letter-spacing: -0.01em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.25em;
}

ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1em;
}

ul.actions {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

ul.actions li {
  display: inline-block;
  padding: 0 1em 0 0;
  vertical-align: middle;
}

ul.actions li:last-child {
  padding-right: 0;
}

.contact-container {
  width: 100%;
  /*   padding-top: 20%; */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Checkbox */

input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}

input[type="checkbox"] + label {
  text-decoration: none;
  color: #646464;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  padding-left: 2.4em;
  padding-right: 0.75em;
  position: relative;
}

input[type="checkbox"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

input[type="checkbox"] + label:before {
  background: rgba(144, 144, 144, 0.075);
  border-radius: 0.5em;
  border: solid 1px rgba(144, 144, 144, 0.25);
  content: "";
  display: inline-block;
  height: 1.65em;
  left: 0;
  line-height: 1.58125em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.65em;
}

input[type="checkbox"]:checked + label:before {
  background: #494d53;
  border-color: #494d53;
  color: #ffffff;
  content: "\f00c";
}

input[type="checkbox"]:focus + label:before {
  border-color: #47cdd9;
  box-shadow: 0 0 0 1px #47cdd9;
}

input[type="checkbox"] + label:before {
  border-radius: 0.5em;
}

/* Buttons */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 0.5em;
  border: solid 1px rgba(144, 144, 144, 0.25) !important;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 700;
  height: 3.5em;
  letter-spacing: 0.1em;
  line-height: 3.5em;
  overflow: hidden;
  padding: 0 2em;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}


  #submit {
    background: #47cdd9;
    color: #fff !important;
    border-color: #fff !important;
  }

  /* Popup */

  .cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    overflow-y: auto;
    z-index: 10000;
  }

  .cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
  }

  .cd-popup-container {
    overflow-x: hidden;
    border: none;
    position: relative;
    width: 82% !important;
    max-width: 82% !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #fff;
    border-radius: 0.25em 0.25em 0.4em 0.4em;
    text-align: center;
    box-shadow: none;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .cd-popup-container p {
    margin: 0;
    padding: 3em 1em;
    padding-top: 1em;
  }

  .cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
  }

  .cd-close-button {
    color: #545454;
    border-bottom: none;
  }

  .cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
  }

  .cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
  }

  .is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  @media only screen and (min-width: 1170px) {
    .cd-popup-container {
      margin: 2em auto;
    }
  }

  /* Contact Form */

  label:hover {
    cursor: text !important;
  }

  .contact-form {
    background: #ffffff !important;
    height: auto;
    margin: 100px auto;
    max-width: 45%;
    overflow: hidden !important;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: rgba(26, 26, 26, 0.1) 0 1px 3px 0;
    -webkit-box-shadow: rgba(26, 26, 26, 0.1) 0 1px 3px 0;
    box-shadow: rgba(26, 26, 26, 0.1) 0 1px 3px 0;
  }

  @media (max-width: 500px) {
    .contact-form {
      margin: 0;
      padding-top: 1em;
      width: 100% !important;
      max-width: 100% !important;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      -moz-box-shadow: rgba(26, 26, 26, 0.1) 0 0px 0px 0;
      -webkit-box-shadow: rgba(26, 26, 26, 0.1) 0 0px 0px 0;
      box-shadow: rgba(26, 26, 26, 0.1) 0 0px 0px 0;
    }
  }

  .contact-form .email,
  .contact-form .message,
  .contact-form .name {
    overflow-x: hidden;
    position: relative !important;
    -moz-border-radius: none !important;
    -webkit-border-radius: none !important;
    border-radius: none !important;
  }

  .contact-form .email input:focus,
  .contact-form .email textarea:focus,
  .contact-form .message input:focus,
  .contact-form .message textarea:focus,
  .contact-form .name input:focus,
  .contact-form .name textarea:focus {
    background: #f4f5f6 !important;
  }

  .contact-form .email label,
  .contact-form .message label,
  .contact-form .name label {
    color: #cbd0d3 !important;
    left: 23px !important;
    position: absolute !important;
    top: 23px !important;
    -moz-transition: all, 150ms !important;
    -o-transition: all, 150ms !important;
    -webkit-transition: all, 150ms !important;
    transition: all, 150ms !important;
  }

  .contact-form .email.typing label,
  .contact-form .message.typing label,
  .contact-form .name.typing label {
    color: #3498db !important;
    font-size: 10px !important;
    top: 7px !important;
  }

  .contact-form .email,
  .contact-form .name {
    width: calc(50% - 5px) !important;
  }

  @media (max-width: 500px) {
    .contact-form .email,
    .contact-form .name {
      width: 100% !important;
    }
  }

  .contact-form .email input,
  .contact-form .name input {
    padding: 23px 0 8px 23px !important;
  }

  .contact-form .email {
    border-left: 1px #e6e6e6 solid !important;
    float: right !important;
  }

  @media (max-width: 500px) {
    .contact-form .email {
      border-left: none !important;
      border-top: 1px #e6e6e6 solid !important;
    }
  }

  .contact-form .message {
    border-bottom: 1px #e6e6e6 solid !important;
    border-top: 1px #e6e6e6 solid !important;
    clear: both !important;
    padding-top: 8px;
  }

  .contact-form .message textarea {
    height: 200px !important;
    padding: 23px !important;
  }

  .contact-form .name {
    float: left !important;
  }

  .contact-form .submit {
    margin-bottom: 2em;
  }

  .contact-form .submit .user-message {
    float: left !important;
    padding-top: 22px !important;
  }

  @media (max-width: 500px) {
    .contact-form .submit .user-message {
      float: none !important;
      padding: 0 0 10px !important;
    }
  }

