.headings-wrap.load-fade .fade-up {
  opacity: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.7s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.headings-wrap.load-fade .fade-up.animation {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  opacity: 1;
}

.headings-wrap.load-fade .transition-0 {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.headings-wrap.load-fade .transition-1 {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.headings-wrap.load-fade .transition-2 {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.headings-wrap.load-fade .transition-3 {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

.headings-wrap.load-fade .transition-4 {
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.headings-wrap.load-fade .transition-5 {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.headings-wrap.load-fade .transition-6 {
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.headings-wrap.load-fade .transition-7 {
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.headings-wrap.load-fade .transition-8 {
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.headings-wrap.load-fade .transition-9 {
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.headings-wrap.load-fade .transition-10 {
  -webkit-transition-delay: 2200ms;
  transition-delay: 2200ms;
}

.headings {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}

.headings.text_button .title {
  color: #999999;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

.headings.text_button .subtitle {
  margin-top: 30px;
  color: #222222;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: .3px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}

.headings.text_button .link-wrap {
  margin-top: 50px;
}

.headings.text_button_modern {
  text-align: left;
}

.headings.text_button_modern.text-center {
  text-align: center;
}

.headings.text_button_modern.text-right {
  text-align: right;
}

.headings.text_button_modern .title {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 40px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.headings.text_button_modern .subtitle {
  margin-top: 30px;
  color: #999999;
  font-size: 15px;
  letter-spacing: .2px;
  line-height: 1.73;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 10px;
  font-weight: 500;
}

.headings.text_button_modern .link-wrap {
  margin-top: 50px;
}

.headings.text_center {
  text-align: center;
}

.headings.text_center .subtitle {
  color: #999999;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 500;
}

.headings.text_center .title {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3;
}

.headings.simple .title {
  color: #222222;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
}

.headings.simple .subtitle {
  margin-top: 25px;
  color: #999999;
  line-height: 1.5;
  font-size: 24px;
  letter-spacing: .3px;
  margin-bottom: 10px;
  font-weight: 500;
}

.headings.text_small_modern.text-left {
  text-align: left;
  margin: 0;
}

.headings.text_small_modern.text-left .subtitle {
  margin: 0;
}

.headings.text_small_modern.text-left .title::before {
  left: 0;
  -webkit-transform: none;
  transform: none;
}

.headings.text_small_modern.text-right {
  text-align: right;
  margin: 0;
}

.headings.text_small_modern.text-right .subtitle {
  margin: 0;
}

.headings.text_small_modern.text-right .title::before {
  right: 0;
  -webkit-transform: none;
  transform: none;
}

.headings.text_small_modern .title {
  font-size: 35px;
  line-height: 1.3;
  position: relative;
  letter-spacing: 1px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.headings.text_small_modern .title::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 54px;
  height: 1px;
  background: #ccc;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.headings.text_small_modern .subtitle {
  font-size: 15px;
  line-height: 1.73;
  color: #999;
  max-width: 700px;
  margin: auto;
}

@media only screen and (max-width: 1199px) {
  .headings.simple .title {
    font-size: 40px;
  }
  .headings.simple .subtitle {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1024px) {
  .headings.text_small_modern .title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 992px) {
  .headings.simple .title {
    font-size: 34px;
  }
  .headings.simple .subtitle {
    margin-top: 20px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .headings.text_button .link-wrap {
    margin-top: 30px;
  }
  .headings.simple .title {
    font-size: 28px;
  }
  .headings.simple .subtitle {
    margin-top: 15px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .headings.text_small_modern .title {
    font-size: 26px;
  }
  .headings.text_button {
    padding-right: 15px;
    padding-left: 15px;
  }
  .headings.text_button .subtitle {
    font-size: 20px;
  }
  .headings.text_button_modern .title {
    font-size: 30px;
  }
  .headings.text_button_modern .subtitle {
    margin-top: 10px;
  }
  .headings.text_button_modern .link-wrap {
    margin-top: 30px;
  }
  .headings.text_center .title {
    font-size: 28px;
  }
}

.modern_button {
  padding: 0 15px;
}

.modern_button.text-left {
  text-align: left;
}

.modern_button.text-right {
  text-align: right;
}

.modern_button .title {
  font-size: 75px;
  font-weight: 600;
}

.modern_button .subtitle {
  font-size: 15px;
  color: #999;
}

.modern_button .link-wrap {
  margin-top: 30px;
}

@media only screen and (max-width: 1300px) {
  .modern_button .title {
    font-size: 58px;
  }
}

@media only screen and (max-width: 1199px) {
  .modern_button .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .modern_button .title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .modern_button .title {
    font-size: 34px;
  }
}
/*# sourceMappingURL=headings.css.map */