

.intro .item-label {
  text-align: left;
  padding-right: 0;
  padding-left: 0.5em; }
.intro .intro-img-container {
  padding: 0 2em; }
  @media (max-width: 991px) {
    .intro .intro-img-container {
      margin: 4em 0; } }
.intro .intro-desc-right {
  text-align: right;
  padding: 0; }
  .intro .intro-desc-right .intro-heading-group {
    padding-right: 1em; }
  .intro .intro-desc-right .intro-icon-container {
    padding-left: 1em;
    padding-right: 0; }
.intro .intro-desc-left {
  padding: 0; }
  .intro .intro-desc-left .intro-heading-group {
    padding-left: 1em; }
@media (max-width: 991px) {
  .intro .intro-box-container {
    padding: 0 2em; } }
.intro .intro-heading-primary {
  font-size: 150%;
  letter-spacing: 2px;
  font-weight: 800;
  color: #dbad61;
  margin-top: 0; }
.intro .intro-heading-secondary {
  font-weight: 400;
  letter-spacing: 2px; }
.intro .intro-text {
  margin: 1.5em 0;
  line-height: 1.75;
  letter-spacing: 2px; }
.intro .intro-icon {
  font-size: 2em; }

.featurettes {
  color: #dbad61; }
  @media (max-width: 991px) {
    .featurettes {
      padding-bottom: 0; } }
  .featurettes .item-label {
    color: #eee; }
    @media (max-width: 991px) {
      .featurettes .item-label {
        margin-bottom: 2em; } }
  .featurettes .featurette-icon {
    font-size: 2em; }
  @media (max-width: 991px) {
    .featurettes .featurette-unit {
      padding: 0; } }
  @media (max-width: 991px) {
    .featurettes .featurette-unit-container {
      padding: 0 2em; } }
  .featurettes .featurette-heading {
    margin-bottom: 0.75em;
    font-size: 1.25em;
    letter-spacing: 3px;
    line-height: 1.33; }
  .featurettes .featurette-text {
    color: #eee;
    letter-spacing: 2px;
    line-height: 1.75; }
  .featurettes .featurette-prominent {
    text-align: center;
    font-size: 1.33em; }
    @media (max-width: 991px) {
      .featurettes .featurette-prominent {
        margin: 4em 0; } }
    .featurettes .featurette-prominent .featurette-heading {
      margin-top: 1em; }
    .featurettes .featurette-prominent .featurette-icon {
      font-size: 4em; }
  .featurettes .featurette-right {
    text-align: right; }
  .featurettes .featurette-right .featurette-icon {
    padding-left: 1em; }
  .featurettes .featurette-left .featurette-icon {
    padding-right: 1em; }

.features-mega-extra {
  padding: 0 !important;
  overflow-x: hidden; }
  .features-mega-extra .feature-row {
    margin: 0; }
  .features-mega-extra .feature-desc {
    text-align: center;
    padding: 2em;
    font-size: 1.25em;
    letter-spacing: 3px;
    line-height: 1.75; }
    @media (max-width: 991px) {
      .features-mega-extra .feature-desc {
        font-size: 1em; } }
    @media (max-width: 991px) {
      .features-mega-extra .feature-desc-container {
        height: 500px;
        overflow: hidden; } }
  .features-mega-extra .feature-heading {
    color: #dbad61;
    font-size: 2em;
    margin-bottom: 1em;
    letter-spacing: 5px; }
  .features-mega-extra .feature-img {
    visibility: visible; }
    .features-mega-extra .feature-img-container {
      transition: all 300ms ease-out;
      padding: 0;
      /*  IF THE FEATURE DESCRIPTION/TEXT COLUMN IS HIGHER THAN THE IMAGE'S, YOU'D NEED TO USE
       * A BACKGROUND IMAGE INSTEAD TO GET WALL TO WALL FLOOR TO CEILING COVERING OF THE COLUMN 
       * background: center/cover no-repeat url() */ }

.features-comprehensive.section-bordered .heading-secondary {
  color: #666; }
.features-comprehensive.section-bordered .feature-text {
  color: #999; }
@media (min-width: 992px) {
  .features-comprehensive .item-label {
    -webkit-transform: translateY(50%);
            transform: translateY(50%); } }
.features-comprehensive .item-label .item-label-attention {
  word-wrap: normal; }
@media (max-width: 991px) {
  .features-comprehensive .feature-desc {
    margin: 3em 0; } }
.features-comprehensive .feature-desc-row:first-of-type {
  margin: 0 0 5em; }
  @media (max-width: 991px) {
    .features-comprehensive .feature-desc-row:first-of-type {
      margin: 0 -15px; } }
@media (max-width: 991px) {
  .features-comprehensive .feature-desc-row:nth-of-type(even) {
    margin-top: -2em; } }
.features-comprehensive .feature-group {
  padding-left: 4em; }
  @media (max-width: 767px) {
    .features-comprehensive .feature-group {
      padding-left: 2em; } }
.features-comprehensive .heading-primary {
  letter-spacing: 3px;
  font-size: 1.33em;
  line-height: 1.33; }
.features-comprehensive .feature-heading-group {
  padding-left: 1em; }
.features-comprehensive .feature-icon {
  font-size: 1.5em; }
.features-comprehensive .heading-secondary {
  color: #999;
  letter-spacing: 3px;
  line-height: 1.33; }
.features-comprehensive .feature-text {
  color: #666;
  letter-spacing: 2px;
  line-height: 1.75;
  margin-top: 1em; }

.kpis dl {
  height: 100px;
  text-align: center;
  letter-spacing: 1px;
  transition: height 300ms ease-in-out;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .kpis dl {
      height: 200px; } }
  .kpis dl dd, .kpis dl dt {
    position: absolute;
    z-index: 2; }
    .kpis dl dd, .kpis dl dt {
      width: 25%; }
    .kpis dl dd:nth-of-type(1), .kpis dl dt:nth-of-type(1) {
      left: 0%; }
      @media (max-width: 767px) {
        .kpis dl dd:nth-of-type(1), .kpis dl dt:nth-of-type(1) {
          width: 50%; } }
    .kpis dl dd, .kpis dl dt {
      width: 25%; }
    .kpis dl dd:nth-of-type(2), .kpis dl dt:nth-of-type(2) {
      left: 25%; }
      @media (max-width: 767px) {
        .kpis dl dd:nth-of-type(2), .kpis dl dt:nth-of-type(2) {
          width: 50%; } }
    .kpis dl dd, .kpis dl dt {
      width: 25%; }
    .kpis dl dd:nth-of-type(3), .kpis dl dt:nth-of-type(3) {
      left: 50%; }
      @media (max-width: 767px) {
        .kpis dl dd:nth-of-type(3), .kpis dl dt:nth-of-type(3) {
          width: 50%; } }
    .kpis dl dd, .kpis dl dt {
      width: 25%; }
    .kpis dl dd:nth-of-type(4), .kpis dl dt:nth-of-type(4) {
      left: 75%; }
      @media (max-width: 767px) {
        .kpis dl dd:nth-of-type(4), .kpis dl dt:nth-of-type(4) {
          width: 50%; } }
    @media (max-width: 767px) {
      .kpis dl dd:nth-of-type(even), .kpis dl dt:nth-of-type(even) {
        left: 50%; }
      .kpis dl dd:nth-of-type(odd), .kpis dl dt:nth-of-type(odd) {
        left: 0; }
      .kpis dl dd:nth-of-type(-n+2):nth-child(odd), .kpis dl dt:nth-of-type(-n+2):nth-child(odd) {
        top: 33%; }
      .kpis dl dd:nth-last-of-type(-n+2):nth-child(even), .kpis dl dt:nth-last-of-type(-n+2):nth-child(even) {
        top: 66%; }
      .kpis dl dd:nth-last-of-type(-n+2):nth-child(odd), .kpis dl dt:nth-last-of-type(-n+2):nth-child(odd) {
        top: 100%; } }
  .kpis dl dd {
    top: 0;
    font-size: 3em;
    border-right: 1px dotted; }
    @media (max-width: 991px) {
      .kpis dl dd {
        border: 0 !important; } }
    .kpis dl dd:last-of-type {
      border: 0; }
  .kpis dl dt {
    bottom: 0;
    text-transform: uppercase;
    font: 300 1.2em lato;
    letter-spacing: 2px; }

.clients-list .client-icon {
  font-size: 5em;
  margin: 0 0.5em;
  transition: all 300ms ease-out;
  position: absolute;
  top: 0;
  margin: 0;
  width: 20%;
  z-index: 2;
  left: 0; }
  @media (max-width: 767px) {
    .clients-list .client-icon {
      font-size: 3em; } }
.clients-list .icon-list {
  text-align: center;
  height: 100px; }
.clients-list .section-row {
  position: relative;
  overflow-x: hidden; }
.clients-list .btn-list {
  text-align: center; }
  .clients-list .btn-list .btn-slide {
    background-color: transparent;
    transition: all 300ms ease-out;
    border: 0; }
    .clients-list .btn-list .btn-slide.active {
      background-color: #dbad61;
      box-shadow: inset 2px 2px 2px #111; }
    .clients-list .btn-list .btn-slide:hover, .clients-list .btn-list .btn-slide:focus {
      color: inherit;
      outline: 0; }
    .clients-list .btn-list .btn-slide:active {
      background-color: #dbad61; }
.clients-list .btn-list-row {
  margin-top: 4em; }
  @media (max-width: 767px) {
    .clients-list .btn-list-row {
      margin-top: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .clients-list .btn-list-row {
      margin-top: 2em; } }

.signup {
  height: 200px; }
  .signup.section-bordered .form-control {
    color: #353535;
    border-bottom-color: #353535; }
  .signup.container-fluid {
    padding: 4em 0; }
  .signup .item-label {
    margin: 0.5em 0; }
  .signup form {
    height: 100px;
    text-align: center;
    width: 100%; }
  .signup .form-control {
    margin: 1em; }
    .signup .form-control-container {
      line-height: 80px; }
  .signup .btn-basic {
    letter-spacing: 1px;
    padding: 0.75em 3em; }
    @media (max-width: 767px) {
      .signup .btn-basic {
        padding: 0.75em 1.5em; } }

.footer-main.container-fluid {
  padding: 4em 0; }
.footer-main .company-address {
  margin: 1.5em 0; }
.footer-main .company-desc {
  margin: 1em 0;
  font: 1.75em lato;
  letter-spacing: 1px; }
.footer-main .footer-row {
  padding: 1.5em 1em; }
  .footer-main .footer-row:first-child {
    border-bottom: 1px solid #666; }
.footer-main .list-item {
  padding: 0.5em 0; }
  .footer-main .list-item:first-child .post-title {
    margin-top: 0; }
.footer-main .contacts-card {
  padding-bottom: 1.5em; }
  @media (max-width: 991px) {
    .footer-main .contacts-card {
      padding-bottom: 3em; } }
.footer-main .list-container {
  text-align: right; }
  @media (max-width: 767px) {
    .footer-main .list-container {
      text-align: left;
      padding: 1em 0;
      margin: 0 1em;
      border-top: 1px dotted; } }
.footer-main .post-date {
  text-transform: capitalize; }
.footer-main .list-heading {
  margin-bottom: 1.5em;
  font-size: 1.2em; }
.footer-main .logo {
  width: 50%; }
.footer-main .phone {
  display: inline; }
.footer-main .email {
  float: right; }

.gallery-masonry {
  overflow: hidden; }
  .gallery-masonry.gallery-masonry-shop .item-label {
    text-align: left;
    margin-bottom: 2em; }
  .gallery-masonry.gallery-masonry-shop.container-fluid {
    padding: 4em 0; }
  .gallery-masonry.gallery-masonry-shop .gallery-item-container {
    padding: 0 1em; }
  .gallery-masonry.gallery-masonry-shop .gallery-item {
    margin-bottom: 1.5em; }
  .gallery-masonry.container-fluid {
    padding: 0; }
  .gallery-masonry .gallery-item-container {
    padding: 0; }
  .gallery-masonry .gallery-item {
    overflow: hidden;
    background-color: black;
    background-clip: content-box;
    cursor: pointer;
    position: relative;
    z-index: 1; }
    .gallery-masonry .gallery-item:hover .img-featured {
      opacity: 0.33;
      -webkit-transform: scale(1.25) translateZ(0);
              transform: scale(1.25) translateZ(0);
      filter: blur(5px);
      -webkit-filter: blur(5px); }
    .gallery-masonry .gallery-item:hover .metadata {
      z-index: 3;
      -webkit-transform: translate(0, 5%);
              transform: translate(0, 5%);
      opacity: 1; }
  .gallery-masonry .img-featured {
    transition: all 300ms ease-out;
    position: relative;
    z-index: 2;
    width: 100%; }
  .gallery-masonry .metadata {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 5%;
    text-transform: uppercase;
    transition: all 500ms ease-in-out;
    text-align: center;
    color: #eee;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .gallery-masonry .metadata-header, .gallery-masonry .metadata-body, .gallery-masonry .metadata-avatar, .gallery-masonry .metadata-icon-group {
      position: absolute;
      z-index: 1; }
    .gallery-masonry .metadata-header {
      top: 5%;
      left: 10%; }
    .gallery-masonry .metadata-label {
      border: 1px solid;
      padding: 0.5em 0.75em;
      font-size: 0.75em;
      letter-spacing: 1px; }
    .gallery-masonry .metadata-avatar {
      width: 50px;
      bottom: 10%;
      left: 10%;
      transition: all 300ms ease-in-out;
      height: 50px; }
      .gallery-masonry .metadata-avatar:hover {
        filter: contrast(200%);
        -webkit-filter: contrast(200%);
        box-shadow: 0 0 5px #eee;
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
    .gallery-masonry .metadata-icon-group {
      bottom: 10%;
      right: 10%; }
      .gallery-masonry .metadata-icon-group .link-basic:hover {
        text-shadow: 0 1px 5px; }
      .gallery-masonry .metadata-icon-group > li {
        margin: 0 0.5em; }
    .gallery-masonry .metadata-body {
      width: 80%;
      top: 40%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .gallery-masonry .metadata-heading {
      font: bold 2em Montserrat, "Open Sans";
      letter-spacing: 4px;
      transition: letter-spacing 250ms ease-in;
      color: #dbad61; }
      .gallery-masonry .metadata-heading:hover {
        letter-spacing: 0; }
      @media (max-width: 499px) {
        .gallery-masonry .metadata-heading {
          font-size: 1.5em; } }
    .gallery-masonry .metadata-icon {
      font-size: 1.5em; }
    .gallery-masonry .metadata-snippet {
      letter-spacing: 1px;
      font-size: 85%;
      line-height: 1.5;
      text-transform: none; }
      @media (max-width: 499px) {
        .gallery-masonry .metadata-snippet {
          display: none; } }
    .gallery-masonry .metadata-snippet.img-landscape {
      display: none; }

@media (max-width: 767px) {
  .cta.container-fluid {
    padding-bottom: 2em; } }
.cta .cta-container {
  margin: 4em 0; }
  .cta .cta-container:nth-of-type(even) .cta-img-container {
    background: no-repeat center url("http://placehold.it/907x1280");
    background-size: cover; }
  .cta .cta-container:nth-of-type(even) .cta-desc {
    border-right-style: none;
    border-left-style: solid; }
    @media (max-width: 991px) {
      .cta .cta-container:nth-of-type(even) .cta-desc {
        border-top-style: none;
        border-right-style: solid; } }
  .cta .cta-container:nth-of-type(odd) .cta-img-container {
    background: no-repeat center url("http://placehold.it/907x1280");
    background-size: cover; }
  @media (max-width: 991px) {
    .cta .cta-container:nth-of-type(odd) .cta-desc {
      border-top-style: none;
      border-left-style: solid; } }
.cta .item-label {
  margin-bottom: 1em; }
.cta .cta-desc {
  padding: 2em;
  border: 5px #dbad61 solid;
  border-left-style: none; }
  @media (max-width: 991px) {
    .cta .cta-desc {
      padding: 3em 2em; } }
.cta .cta-heading {
  font: 800 2em Open Sans;
  margin-top: 0;
  letter-spacing: 5px; }
  @media (max-width: 767px) {
    .cta .cta-heading {
      font-size: 1.5em; } }
.cta .cta-text {
  margin: 2em 0;
  letter-spacing: 2px;
  line-height: 1.75; }

.blog-minimal {
  color: #353535; }
  .blog-minimal.section-bordered .feature-desc {
    border: 5px solid #dbad61;
    border-left-style: none; }
    @media (max-width: 991px) {
      .blog-minimal.section-bordered .feature-desc {
        border-left-style: solid;
        border-top-style: none; } }
  .blog-minimal.section-bordered .item-label {
    text-align: left;
    color: #353535; }
  .blog-minimal .item-label {
    text-align: left;
    color: #eee; }
  .blog-minimal .post-metadata-group {
    margin-top: 1em;
    text-align: center; }
  .blog-minimal .post-metadata {
    line-height: 50px; }
    .blog-minimal .post-metadata.timestamp {
      float: left; }
    .blog-minimal .post-metadata.metrics {
      float: right; }
  .blog-minimal .avatar-link {
    display: inline-block;
    width: 70%;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all 300ms ease-in; }
    .blog-minimal .avatar-link:hover {
      filter: contrast(150%);
      -webkit-filter: contrast(150%);
      border-color: #dbad61; }
  .blog-minimal .engagement-metric {
    margin: 0 0.5em;
    position: relative;
    z-index: 1;
    text-align: center; }
    .blog-minimal .engagement-metric > a::after {
      position: absolute;
      content: attr(data-metric-value);
      bottom: -50%;
      letter-spacing: 1px;
      left: 0;
      width: 100%;
      z-index: 2; }
  .blog-minimal .img-responsive.avatar {
    border-radius: 50%;
    display: inline-block; }
  .blog-minimal .blog-post .post-row {
    margin: 0; }
  @media (max-width: 991px) {
    .blog-minimal .blog-post:first-of-type .post-row {
      margin: 4em 0; } }
  .blog-minimal .feature-desc {
    background-color: #eee;
    padding: 2em; }
  .blog-minimal .img-featured-container {
    padding: 0;
    box-shadow: 0 -1px 10px rgba(53, 53, 53, 0.5);
    z-index: 2;
    transition: -webkit-filter 300ms ease-in;
    transition: filter 300ms ease-in;
    transition: filter 300ms ease-in, -webkit-filter 300ms ease-in;
    -webkit-transition: -webkit-filter 300ms ease-in; }
    .blog-minimal .img-featured-container:hover {
      -webkit-filter: contrast(150%) hue-rotate(15deg);
      filter: contrast(150%) hue-rotate(15deg); }
  .blog-minimal .img-featured-link {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    /* WE NEED A HACK TO FORCE IE TO BEHAVE */ }
    @media (max-width: 992px) {
      .blog-minimal .img-featured-link {
        position: static; } }
  .blog-minimal .blog-post:nth-child(odd) .img-featured-container {
    background: center url("http://placehold.it/853x1280");
    background-size: cover; }
  .blog-minimal .blog-post:nth-child(even) .img-featured-container {
    background: center url("http://placehold.it/853x1280");
    background-size: cover; }
  .blog-minimal .feature-text {
    padding: 1em 0 2em;
    border-bottom: 1px dotted;
    font-family: lato;
    letter-spacing: 2px; }
  .blog-minimal .feature-heading {
    font-weight: 700;
    font-size: 1.5em;
    color: #dbad61;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 1.5; }
  .blog-minimal .avatar-container {
    position: relative;
    z-index: 1;
    transition: left 250ms ease-in, -webkit-transform 250ms ease-out 200ms;
    transition: left 250ms ease-in, transform 250ms ease-out 200ms;
    transition: left 250ms ease-in, transform 250ms ease-out 200ms, -webkit-transform 250ms ease-out 200ms;
    left: 0; }
  @media (max-width: 399px) {
    .blog-minimal .timestamp {
      display: none; }
    .blog-minimal .avatar-container {
      left: calc(-50% + 2em);
      -webkit-transform: translateX(50%) rotate(360deg);
              transform: translateX(50%) rotate(360deg); } }
  .blog-minimal .post-date {
    font-weight: 400;
    font-size: 0.75em;
    display: none;
    padding: 1em 0; }
    @media (max-width: 399px) {
      .blog-minimal .post-date {
        display: block; } }
    .blog-minimal .post-date .heading-icon {
      margin-right: 1em; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .blog-minimal .post-footer .avatar {
      display: none; } }

@media (min-width: 992px) {
  .intro .intro-img {
    -webkit-transform: scale(0.75) translateY(-25%);
            transform: scale(0.75) translateY(-25%); } }

.gallery-masonry .img-featured {
  width: 100%; }
.gallery-masonry .callout-heading {
  text-align: center;
  font-size: 3em;
  letter-spacing: 5px; }
  @media (max-width: 991px) {
    .gallery-masonry .callout-heading {
      display: none; } }
