body.thankyou {
  background: #111;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #fff;
  font: 24px 'Bitter', sans-serif;
}
body.thankyou .message {
  text-align: center;
  max-width: 500px;
  width: 90%;
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(-65%);
  -webkit-transform: translateY(-65%);
  background: rgba(211, 57, 46, 0.7) /*#d3392e*/;
  padding: 35px 0 0;
}
@media screen and (max-width: 800px) {
  body.thankyou .message {
    top: 70px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 400px) {
  body.thankyou .message {
    margin-bottom: 110px;
  }
}
body.thankyou .message h1 {
  font: bold 48px 'Quicksand', sans-serif;
}
body.thankyou .message h2 {
  font: bold 24px/28px 'Bitter', sans-serif;
  padding: 0 20px 35px;
}
body.thankyou .message .bottom {
  background: #272727;
  height: 90px;
}
body.thankyou .message .bottom p {
  float: left;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  max-width: 245px;
  padding: 20px 0 0 20px;
}
body.thankyou .message .bottom a {
  display: block;
  float: right;
  height: 90px;
  text-transform: uppercase;
  font: bold 14px/130px 'Quicksand', sans-serif;
  width: 100px;
  background: #313131 no-repeat center 25px;
  border-left: 1px solid #202020;
  color: #fff;
  transition: all 0.2s ease-out;
}
body.thankyou .message .bottom a.portfolio {
  background-image: url(../images/contact/ic_portfolio.png);
}
body.thankyou .message .bottom a.blog {
  background-image: url(../images/contact/ic_blog.png);
}
body.thankyou .message .bottom a:hover {
  background-color: #202020;
  text-decoration: none;
}
@media screen and (max-width: 550px) {
  body.thankyou .message .bottom {
    height: 160px;
  }
  body.thankyou .message .bottom p {
    max-width: 90%;
    text-align: center;
    float: none;
    margin-bottom: 20px;
  }
  body.thankyou .message .bottom a {
    width: 50%;
  }
}
body.thankyou #contact-area {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-top: 0;
  height: 60px;
}
@media screen and (max-width: 800px) {
  body.thankyou #contact-area {
    position: relative;
    bottom: auto;
  }
}
body.thankyou #contact-area .title,
body.thankyou #contact-area .keep,
body.thankyou #contact-area .subtitle,
body.thankyou #contact-area .wpcf7,
body.thankyou #contact-area .career-section {
  display: none;
}
body.thankyou #contact-area .address-section {
  padding-top: 22px;
}
@media screen and (max-width: 490px) {
  body.thankyou #contact-area .address-section {
    padding-top: 15px;
  }
}
@media screen and (max-width: 650px) {
  body.thankyou #contact-area .address-section p {
    font-size: 12px !important;
  }
}
