.sur-confirmation {
  font-size: 24px;
  margin: 1em 0;
  text-align: center;
  color: #000000;
  width: 100%; }

.sur-lightbox {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  display: none;
  }

.sur-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 480px;
  /* left: 50%; */
  margin-left: -320px;
  margin-top: -240px;
  /* padding: 6px; */
  position: absolute;
  top: 50%!important;
  width: 640px;
  z-index: 10001;
  transform: translateY(-50%)!important;
  }

.sur-close {
  background: #3c3c3b;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0; }
  .sur-close:before {
    content: "\E5CD";
    font-family: "Material Icons"; }
  .sur-close:hover {
    background: #40e4c2; }

.sur-left,
.sur-right {
  float: left;
  width: 50%; }

.sur-left {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.sur-right {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.sur-form {
  background: #1bbc9b;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 11%;
  min-height: 100%;
  height: 100%; }
  .sur-form:not(.sur-right):not(.sur-left) {
    width: 100%; }

.sur-title,
.sur-message {
  /* color: #555; */
  }

.sur-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 10px; }

.sur-image img, .twa_posts.grid .post-comment {
    width: 100%;
}

.sur-message {
  font-size: 20px;
  margin: 4px 0 1em; }

.sur-form {
  color: #ffffff; }
  .sur-form li {
    margin: 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    }

.sur-text {
  background: none;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.6);
  height: 30px;
  font-size: 12px;
  padding: 0 15px;
  width: 100%;
  color: inherit; }
  .sur-text::-webkit-input-placeholder {
    color: inherit; }
  .sur-text::-moz-placeholder {
    color: inherit; }
  .sur-text:-ms-input-placeholder {
    color: inherit; }
  .sur-text::placeholder {
    color: inherit; }
  .sur-text:focus {
    outline: none;
    border-color: #ffffff;
    color: #ffffff; }

.sur-label {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid;
  position: relative;
  cursor: pointer;
  vertical-align: -20%;
  margin: 0;
  display: inline-flex;
  text-indent: 10px;
  margin-right: 40px;
  }
  .sur-label:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: none; }

.sur-label-text {
  display: inline-block;
  margin: 0 5px; }

.sur-radio {
  display: none; }
  .sur-radio:checked + .sur-label {
    cursor: default;
    }
    .sur-radio:checked + .sur-label:before {
      display: block; }

.gender-signup {
    flex: 1 100%;}

#sur-newsletter {
    margin-right: 5px;}

.newsletter label {
    margin: 0;}

.sur-submit {
  font-size: 13px;
  background: #ffffff;
  border: none;
  color: #1bbc9b;
  display: block;
  width: 100%;
  padding: 8px 10px;
  cursor: pointer;
  -webkit-transition: color .3s ease,background .3s ease;
  -o-transition: color .3s ease,background .3s ease;
  transition: color .3s ease,background .3s ease; }
  .sur-submit:focus, .sur-submit:hover, .sur-submit:active {
    background-color: #40e4c2;
    color: #ffffff; }
    .sur-submit:focus #icon-mail, .sur-submit:hover #icon-mail, .sur-submit:active #icon-mail {
      fill: #ffffff; }

#icon-mail {
  display: inline-block;
  fill: #1bbc9b;
  width: 16px;
  height: 16px;
  vertical-align: -24%;
  margin-right: 5px;
  -webkit-transition: fill .3s ease;
  -o-transition: fill .3s ease;
  transition: fill .3s ease; }

.sur-error {
  border: 2px solid #f13340; }

.sur-warning {
  background: #f13340;
  border-radius: 2px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  margin: 1em 0;
  padding: 10px;
  text-align: center; }

.sur-hidden {
  display: none; }

.sur-image {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  min-height: 100%;
  height: 100%; }

@media (max-width: 768px) {
  .sur-container {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    -webkit-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 20px); } }

@media (max-width: 667px) {
  .sur-image {
    display: none; }
  .sur-form {
    width: 100%;
    padding: 20px 11% 10px; } }

@media (max-width: 455px) {
  .sur-container {
    top: 10px;
    bottom: 10px;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0); } }