/* first screen ===================== */
.launch-screen.launch-screen-contact {
  background-image: url("../img/connect.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.launch-screen.launch-screen-contact .launch-screen-overlay {
  background-image: none;
  padding: 0;
}
.launch-screen.launch-screen-contact .launch-screen-overlay .launch-sign {
  background-image: none;
  padding: 0;
  text-align: center;
  height: auto;
}
.launch-screen.launch-screen-contact .launch-screen-overlay .launch-sign h2 {
  color: #fff;
  font-family: "SFT";
  font-size: 16px;
  margin: 0 0 10px 0;
}
.launch-screen.launch-screen-contact .launch-screen-overlay .launch-sign h1 {
  margin: 0;
  font-size: 30px;
}
/* first screen ===================== */
.shifted-section .upper {
  overflow: hidden;
}
.shifted-section .upper .decoration1,
.shifted-section .upper .decoration2,
.shifted-section .upper .decoration3 {
  position: absolute;
}
.shifted-section .upper .decoration1 {
  top: 2%;
  right: 33%;
}
.shifted-section .upper .decoration2 {
  top: 18%;
  left: 6%;
}
.shifted-section .upper .decoration3 {
  bottom: 10%;
  left: 67%;
}
.shifted-section .upper h3 {
  text-transform: uppercase;
}
.shifted-section .upper #resultHolder {
  left: -800px;
  transition: all 0.3s;
}
.shifted-section .upper.formSubmited #formHolder {
  left: 800px;
  transition: all 0.3s;
}
.shifted-section .upper.formSubmited #resultHolder {
  left: 0px;
  transition: all 0.3s;
}
.contact .decoration {
  display: none;
}
.contact .upper form>input {
  background: none;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
  outline: none;
  padding: 8px 0;
  width: 100%;
}
.contact .upper form>input::-webkit-input-placeholder {
  color: #fff;
}
.contact .upper form>input:-ms-input-placeholder {
  color: #fff;
}
.contact .upper form>input::-ms-input-placeholder {
  color: #fff;
}
.contact .upper form>input::placeholder {
  color: #fff;
}
.contact .upper form>input::-moz-placeholder {
  color: #fff;
}
.contact .upper form>input::-webkit-placeholder {
  color: #fff;
}
.contact .upper form img,
.contact .upper form p span,
.contact .upper form a#submitForm,
.contact .upper form p {
  display: inline-block;
  vertical-align: middle;
}
.contact .upper form .button-and-file {
  display: block;
  margin-top: 40px;
}
.contact .upper form .button-and-file a#submitForm {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
  transition: all 0.3s;
  width: 100px;
}
.contact .upper form .button-and-file a#submitForm:hover,
.contact .upper form .button-and-file a#submitForm:active,
.contact .upper form .button-and-file a#submitForm:focus {
  background: #fff;
  color: #121212;
}
.contact .upper form .button-and-file p {
  padding-top: 14px;
  text-align: right;
  width: calc(100% - 105px);
}
.contact .upper form .button-and-file p img {
  margin-top: -4px;
  margin-right: 10px;
}
.contact .lower {
  text-align: center;
}
.contact .lower h2 {
  margin-bottom: 10px;
}
.contact .lower ul {
  margin-bottom: 30px;
}
.contact .lower ul li a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 720px) {
  .launch-screen.launch-screen-contact .launch-screen-overlay .launch-sign h1 {
    margin: 0;
    font-size: 60px;
  }
}
@media (min-width: 1280px) {
  .launch-screen.launch-screen-contact .launch-screen-overlay .arrow {
    display: none;
  }
  .our-logic {
    padding: 100px 0;
  }
  .our-logic .shifted-section {
    margin-top: -100px;
  }
  .contact {
    padding-bottom: 100px;
  }
  .contact .decoration {
    display: block;
    position: absolute;
  }
  .contact .decoration.circle {
    right: -100px;
    top: -100px;
  }
  .contact .decoration.decoration1 {
    top: 80px;
    right: 100px;
  }
  .contact .decoration.decoration2 {
    top: 50px;
    left: 30px;
  }
  .contact .decoration.decoration3 {
    bottom: 30px;
    left: 100px;
  }
  .contact .decoration.decoration4 {
    bottom: 100px;
    right: 40%;
  }
  .contact .shifted-section {
    margin-top: -100px;
  }
  .contact .shifted-section .upper {
    overflow: hidden;
  }
  .contact .shifted-section .upper form>input {
    background: none;
    border: 0;
    border-bottom: 1px solid #fff;
    display: block;
    font-size: 16px;
    margin-bottom: 30px;
    padding: 10px 0;
    width: 100%;
  }
  .contact .shifted-section .upper form>input::-webkit-input-placeholder {
    color: #fff;
  }
  .contact .shifted-section .upper form>input:-ms-input-placeholder {
    color: #fff;
  }
  .contact .shifted-section .upper form>input::-ms-input-placeholder {
    color: #fff;
  }
  .contact .shifted-section .upper form>input::placeholder {
    color: #fff;
  }
  .contact .shifted-section .upper form>input::-moz-placeholder {
    color: #fff;
  }
  .contact .shifted-section .upper form>input::-webkit-placeholder {
    color: #fff;
  }
  .contact .shifted-section .upper form img,
  .contact .shifted-section .upper form p span,
  .contact .shifted-section .upper form button,
  .contact .shifted-section .upper form p {
    display: inline-block;
    vertical-align: middle;
  }
  .contact .shifted-section .upper form .button-and-file {
    display: block;
    margin-top: 50px;
  }
  .contact .shifted-section .upper form .button-and-file button {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 20px 0;
    transition: all 0.3s;
    width: 120px;
  }
  .contact .shifted-section .upper form .button-and-file button:hover,
  .contact .shifted-section .upper form .button-and-file button:active,
  .contact .shifted-section .upper form .button-and-file button:focus {
    background: #fff;
    color: #121212;
  }
  .contact .shifted-section .upper form .button-and-file p {
    padding-top: 14px;
    text-align: right;
    width: calc(100% - 125px);
  }
  .contact .shifted-section .upper form .button-and-file p img {
    margin-top: -4px;
    margin-right: 10px;
  }
  .contact .shifted-section .lower {
    background-image: url("../img/contact-blue-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
  }
  .contact .shifted-section .lower h2 {
    margin-bottom: 10px;
  }
  .contact .shifted-section .lower ul {
    margin-bottom: 40px;
  }
  .contact .shifted-section .lower ul li {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media (min-width: 1500px) {
  .our-logic {
    padding: 100px 0;
  }
  .our-logic .shifted-section {
    margin-top: -180px;
  }
}
