#article-teaser .container {
  position: relative;
  padding: 80px 120px;
}
@media screen and (min-width: 1600px) {
  #article-teaser .container {
    padding: 120px 180px;
  }
}
@media screen and (max-width: 992px) {
  #article-teaser .container {
    padding: 30px;
  }
}
#article-teaser .title {
  padding-top: 60px;
  width: 85%;
}
@media screen and (max-width: 992px) {
  #article-teaser .title {
    padding-top: 30px;
  }
}
#article-teaser .read {
  position: absolute;
  right: 120px;
  top: 160px;
}
#article-teaser .read span {
  pointer-events: none;
}
@media screen and (min-width: 1600px) {
  #article-teaser .read {
    top: 195px;
    right: 120px;
  }
}
@media screen and (max-width: 1200px) {
  #article-teaser .read {
    top: 150px;
    right: 60px;
  }
}
@media screen and (max-width: 992px) {
  #article-teaser .read {
    top: initial;
    bottom: 30px;
    right: 0;
  }
}
#article-teaser .more {
  display: inline-block;
  margin-top: 80px;
}
@media screen and (min-width: 1600px) {
  #article-teaser .more {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  #article-teaser .more {
    margin-top: 40px;
  }
}
#contact {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  #contact {
    padding-top: 0;
  }
}
#contact .title {
  max-width: 450px;
  padding-bottom: 70px;
}
@media screen and (min-width: 1600px) {
  #contact .title {
    max-width: 550px;
  }
}
@media screen and (max-width: 1200px) {
  #contact .title {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 992px) {
  #contact .title {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #contact .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
  }
}
#contact .flex-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
}
#contact .flex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0.7;
      -ms-flex: 0.7 0 auto;
          -webkit-flex: 0.7 0 auto;
          flex: 0.7 0 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          -webkit-align-items: flex-end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #contact .locations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
  }
}
#contact .location {
  width: 50%;
}
#contact .location p {
  font-size: 0.9rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #contact .location p {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  #contact .location p {
    font-size: 1rem;
  }
}
#contact .location .phone {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  padding: 15px 0;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 767px) {
  #contact .location .phone {
    font-size: 1.1rem;
  }
}
#contact .location .street {
  max-width: 350px;
}
#contact .location .email,
#contact .location .map {
  display: inline-block;
  padding-top: 15px;
}
#contact .location .email i,
#contact .location .map i {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #contact .location .email i,
  #contact .location .map i {
    font-size: 1.5rem;
  }
}
#contact .location .email span,
#contact .location .map span {
  font-weight: 700;
  position: relative;
  top: -3px;
  font-size: 0.7rem;
  padding: 0 5px;
}
#contact .location .map {
  padding-left: 25px;
}
@media screen and (max-width: 1200px) {
  #contact .location .email,
  #contact .location .map {
    display: block;
  }
  #contact .location .map {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #contact .location {
    width: 100%;
    text-align: left;
    padding: 20px 0;
  }
  #contact .location .email {
    padding-top: 0;
  }
  #contact .location .map i {
    margin-left: 4px;
  }
  #contact .location .map span {
    padding-left: 10px;
  }
}
#contact .social {
  padding-top: 120px;
}
@media screen and (max-width: 1200px) {
  #contact .social {
    padding-top: 60px;
  }
}
@media screen and (max-width: 992px) {
  #contact .social {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #contact .social {
    padding-bottom: 30px;
  }
}
#contact .social .tag {
  position: relative;
  top: -10px;
}
#contact .social a {
  display: inline-block;
  padding-left: 10px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  #contact .social a {
    padding-right: 10px;
  }
}
#contact .social a span {
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
@media screen and (max-width: 1200px) {
  #contact .social a span {
    width: 35px;
    height: 35px;
  }
}
#contact .social a span i {
  position: absolute;
  top: 11px;
  left: 13px;
  font-size: 28px;
}
#contact .social a span i.fa-facebook {
  left: 16px;
}
#contact .social a span i.fa-linkedin {
  left: 14px;
}
@media screen and (max-width: 1200px) {
  #contact .social a span i {
    top: 5px;
    left: 7px;
    font-size: 24px;
  }
  #contact .social a span i.fa-facebook {
    left: 10px;
  }
  #contact .social a span i.fa-linkedin {
    left: 7px;
  }
}
#contact-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          -webkit-flex: 1;
          flex: 1;
}
#contact-form .input-wrap {
  position: relative;
}
#contact-form .input-wrap label {
  position: absolute;
  left: 20px;
  top: 13px;
}
@media screen and (min-width: 1600px) {
  #contact-form .input-wrap label {
    left: 30px;
    top: 18px;
  }
}
#contact-form .input-wrap.text {
  padding-bottom: 5px;
}
#contact-form .input-wrap.text input {
  height: 45px;
  padding-left: 80px;
}
@media screen and (min-width: 1600px) {
  #contact-form .input-wrap.text input {
    height: 65px;
    padding-left: 95px;
  }
}
@media screen and (max-width: 992px) {
  #contact-form .input-wrap.text input {
    padding-left: 70px;
  }
}
#contact-form .input-wrap.textarea textarea {
  height: 160px;
  padding: 10px;
  padding-top: 35px;
  padding-left: 20px;
  resize: none;
}
@media screen and (min-width: 1600px) {
  #contact-form .input-wrap.textarea textarea {
    height: 210px;
    padding-left: 30px;
    padding-top: 45px;
  }
}
@media screen and (max-width: 992px) {
  #contact-form .input-wrap.textarea textarea {
    height: 120px;
    padding-top: 30px;
  }
}
#contact-form .input-wrap.text label,
#contact-form .input-wrap.textarea label {
  font-weight: 500;
}
#contact-form .input-wrap.text input,
#contact-form .input-wrap.textarea input,
#contact-form .input-wrap.text textarea,
#contact-form .input-wrap.textarea textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #eaeae9;
  width: 100%;
  font-weight: 500;
  font-size: 0.7rem;
  border: none;
}
#contact-form .form-submit {
  width: 100%;
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 1600px) {
  #contact-form .form-submit {
    height: 65px;
  }
}
#contact-form .form-submit:hover,
#contact-form .form-submit:active,
#contact-form .form-submit:focus {
  text-decoration: none;
}
#contact-form .form-submit:hover {
  background-color: #863022;
}
#contact-form .form-submit.disabled {
  cursor: not-allowed !important;
}
#contact-form .form-submit .loading {
  display: none;
  font-size: 3px;
  margin: 0 auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #ffffff), color-stop(42%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#contact-form .form-submit .loading:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  -webkit-border-radius: 100% 0 0 0;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
#contact-form .form-submit .loading:after {
  background: #af3f2c;
  width: 75%;
  height: 75%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#contact-form .form-submit .loading.show {
  display: block;
}
#contact-form .form-submit .text {
  position: relative;
  z-index: 1;
}
#confirmation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
#confirmation.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-in 1 forwards;
          animation: fadeIn 1s ease-in 1 forwards;
}
#confirmation.fade-out {
  opacity: 1;
  -webkit-animation: fadeOut 1s ease-in 1 forwards;
          animation: fadeOut 1s ease-in 1 forwards;
}
#confirmation .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
#confirmation .text {
  padding-top: 60px;
  text-align: center;
}
#confirmation .logo {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
#confirmation .logo img {
  width: 100%;
  height: auto;
}
#confirmation #close-overlay {
  display: block;
  width: 220px;
  margin: 50px auto;
  margin-bottom: 0;
  background: #1a1f3b;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  cursor: pointer;
  padding: 10px 45px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#confirmation #close-overlay:hover,
#confirmation #close-overlay:focus,
#confirmation #close-overlay:active {
  background: #2a325e;
}
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
footer {
  height: 80px;
  position: relative;
  padding: 20px 120px;
  background-color: #000;
}
footer span {
  color: #494646;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 195px;
  font-weight: 500;
  font-size: 14px;
}
footer a {
  position: absolute;
  right: 120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer svg {
  width: 45px;
  height: auto;
}
@media screen and (min-width: 1600px) {
  footer {
    padding: 20px 120px;
  }
  footer span {
    right: 195px;
  }
  footer a {
    right: 120px;
  }
}
@media screen and (max-width: 1200px) {
  footer {
    padding: 20px 60px;
  }
  footer span {
    right: 135px;
  }
  footer a {
    right: 60px;
  }
}
@media screen and (max-width: 992px) {
  footer {
    padding: 30px 30px;
  }
  footer span {
    right: 105px;
  }
  footer a {
    right: 30px;
  }
}
@media screen and (max-width: 540px) {
  footer span {
    right: 0;
    left: 0;
    padding-left: 30px;
    padding-right: 125px;
  }
}
