body {
  height: 100%;
  background-color: #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.block {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('../images/snake-bg-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-center {
  position: relative;
  left: 0px;
  top: 50%;
  z-index: 100;
  display: block;
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 45px;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
  text-decoration: none;
}

.bgvid {
  display: none;
  width: 100%;
  height: 100%;
}

.bgvid.v2 {
  display: none;
}

.social-container {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 90;
  margin-top: 20px;
  margin-right: 20px;
}

.social-container.left {
  left: 0px;
  top: 0px;
  right: auto;
  display: block;
  margin-right: 0px;
  margin-left: 20px;
}

.social-icon {
  display: inline-block;
  width: 30px;
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 5px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.block-mailinglist {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: inline-block;
  margin: 0px auto 30px;
  padding-left: 45px;
  color: #fff;
}

.formwrapper {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: left;
  text-align: left;
}

.text-field {
  position: relative;
  width: 219px;
  height: 42px;
  padding-top: 8px;
  float: left;
  border: 1px none #fff;
  background-color: #fff;
  color: #000;
  font-size: 14px;
}

.text-field:hover {
  color: #000;
}

.text-field:active {
  color: #000;
}

.text-field:focus {
  color: #000;
}

.btnsubmit {
  height: 44px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #fff;
  background-color: #000;
  font-size: 12px;
}

.logo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1100;
  display: block;
  width: 494px;
  margin-top: 11px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.snake {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1001;
  display: block;
  width: 260px;
  height: 71px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: 45px;
  padding-top: 4px;
  float: none;
}

.snake-text {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  overflow: hidden;
  width: 220px;
  height: 50px;
  margin-top: 34px;
  float: left;
  text-align: right;
}

.dagger-text {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  overflow: hidden;
  width: 210px;
  height: 50px;
  margin-top: 34px;
  float: right;
  text-align: left;
}

.form {
  display: block;
  overflow: hidden;
  width: 303px;
  height: 44px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-radius: 0px;
}

.overlay {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .15);
}

.close {
  position: fixed;
  left: 0px;
  top: 0px;
  margin-top: 20px;
  margin-left: 20px;
}

.container {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.middle-text {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 740px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.success {
  padding-left: 0px;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.error {
  background-color: rgba(139, 65, 65, .56);
  color: #fff;
  font-size: 11px;
  text-align: center;
}

.contact-block {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.contact-link {
  position: relative;
  margin-top: 30px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-decoration: none;
}

.bgmobile {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.home-text {
  position: relative;
  display: block;
  margin: 0px auto 30px 0px;
  color: #fff;
  text-align: center;
}

.title {
  margin-top: 0px;
  margin-bottom: 6px;
  font-family: 'PT Sans', sans-serif;
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 4px;
}

.p {
  margin-bottom: 16px;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
}

.p.email {
  padding-left: 0px;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}

.mail-contain {
  position: relative;
  display: block;
  width: 400px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: 0px;
  text-align: left;
}

.link-mail {
  color: #fff;
}

.button {
  padding: 11px 18px 12px 16px;
  background-color: #000;
}

html.w-mod-js *[data-ix="fade-logo"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="mailing-list"] {
  opacity: 0;
  -webkit-transform: translate(0px, 140px);
  -ms-transform: translate(0px, 140px);
  transform: translate(0px, 140px);
}

html.w-mod-js *[data-ix="hide-modal-load"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="load"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .social-container {
    margin-right: 20px;
  }
  .social-icon {
    margin-top: 0px;
  }
  .overlay {
    display: block;
  }
  .middle-text {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 20px;
    line-height: 34px;
  }
  .contact-link {
    font-size: 20px;
  }
  .bgmobile {
    background-image: url('../images/snakeanddaggermobilebackground.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .home-text {
    max-width: 330px;
  }
}

@media (max-width: 767px) {
  .div-center {
    top: 55%;
  }
  .social-container {
    margin-top: 20px;
  }
  .social-icon {
    width: 25px;
    margin-top: 0px;
  }
  .block-mailinglist {
    position: absolute;
  }
  .formwrapper {
    margin-top: 10px;
  }
  .text-field {
    height: 38px;
    border-radius: 0px;
  }
  .logo {
    z-index: 100;
    width: 461px;
  }
  .snake {
    position: absolute;
    width: 160px;
    height: 65px;
    margin-top: 8px;
  }
  .snake.mobile {
    height: 102px;
  }
  .snake-text {
    width: 200px;
  }
  .dagger-text {
    width: 190px;
  }
  .form {
    height: 44px;
  }
  .overlay {
    display: block;
  }
  .middle-text {
    font-size: 16px;
  }
  .contact-link {
    font-size: 15px;
    line-height: 25px;
  }
  .bgmobile {
    background-image: url('../images/bg.jpg');
    background-position: 65% 0%;
    background-size: cover;
  }
  .home-text {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .title {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 23px;
  }
  .p {
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 19px;
  }
  .p.email {
    font-size: 12px;
    line-height: 16px;
  }
  .mail-contain {
    margin-top: 10px;
  }
  .button {
    padding-top: 8px;
    padding-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .block {
    background-position: 58% 59%;
  }
  .div-center {
    top: 45%;
    max-width: none;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .social-container {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 118px;
    margin: 91px auto 10px;
  }
  .social-icon {
    position: static;
    z-index: 200;
    display: block;
    width: 27px;
    float: left;
  }
  .block-mailinglist {
    margin-bottom: 44px;
    padding-left: 0px;
  }
  .formwrapper {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .text-field {
    display: inline-block;
    width: 182px;
    height: 38px;
    margin-bottom: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
    float: left;
    border-radius: 0px;
    font-size: 13px;
  }
  .btnsubmit {
    height: 38px;
    padding-top: 8px;
    font-size: 12px;
  }
  .logo {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: inline-block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .snake {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 70%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .snake.mobile {
    width: 33px;
  }
  .snake-text {
    width: 130px;
    margin-top: 24px;
  }
  .dagger-text {
    width: 130px;
    margin-top: 24px;
  }
  .form {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 262px;
    height: 38px;
    text-align: center;
  }
  .overlay {
    overflow: scroll;
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
  .middle-text {
    top: 0%;
    margin-top: 66px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 13px;
    line-height: 22px;
  }
  .contact-link {
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 12px;
  }
  .home-text {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .title {
    display: block;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
  }
  .p {
    margin-bottom: 18px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .p.email {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
  }
  .mail-contain {
    width: auto;
    margin-top: 0px;
  }
  .snake-logo {
    margin-left: -20px;
  }
  .button {
    padding: 9px 17px 10px 13px;
    float: left;
    font-size: 13px;
  }
}