body {
  height: 100%;
  background-color: #000;
  font-family: Merriweather, serif;
  color: #333;
  font-size: 12px;
  line-height: 21px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Merriweather, serif;
}

.navbar {
  height: 80px;
  background-color: transparent;
}

.navbar-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2000;
  width: 100%;
  height: 80px;
  background-color: transparent;
}

.container {
  position: relative;
}

.container.home-intro-container {
  position: relative;
  z-index: 20;
  margin-top: -100px;
  margin-bottom: 60px;
  background-color: #fff;
}

.container.info-container {
  position: relative;
  margin-bottom: 60px;
}

.container.info-container.last {
  margin-bottom: 0px;
}

.container.with-fixed-block {
  padding-right: 350px;
}

.logo-container {
  height: 100%;
  padding-right: 20px;
  padding-left: 25px;
}

.logo-container:hover {
  opacity: 0.7;
}

.nav-link {
  height: 80px;
  padding-top: 30px;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #9e9e9e;
}

.nav-link.w--current {
  color: #a0a0a0;
}

.nav-link.w--open {
  color: #9e9e9e;
}

.nav-link.color {
  background-color: #d11551;
}

.nav-link.color:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

.nav-link.color.w--current {
  color: #fff;
}

.text-logo {
  margin-top: 18px;
  margin-bottom: 0px;
  font-family: 'Archivo Black', sans-serif;
  color: #fff;
  font-size: 32px;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.text-logo.subtitle {
  margin-top: -3px;
  color: #7c7c7c;
  font-size: 9px;
  line-height: 11px;
  letter-spacing: 3.2px;
}

.home-hero-section {
  height: 700px;
  background-color: #c5c5c5;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
}

.section.white {
  background-color: #fff;
}

.recent-portfolio-col-left {
  padding-right: 0px;
}

.recent-portfolio-col-right {
  padding-left: 0px;
}

.featured-work-block {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  background-color: #d2d4d6;
  background-image: url('../images/healthy-food-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.navbar-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.navbar-container {
  height: 80px;
  background-color: #000;
  max-width: 100% !important;
}

.hero-slider {
  height: 100%;
  background-color: transparent;
}

.home-slider-button {
  width: 50px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 200ms ease, width 200ms ease;
  transition: background-color 200ms ease, width 200ms ease;
  font-size: 18px;
}

.home-slider-button:hover {
  width: 80px;
  background-color: rgba(0, 0, 0, 0.7);
}

.hero-slide {
  background-image: url('../images/Photo-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.hero-slide._2 {
  background-image: url('../images/Photo-5.jpg');
  background-position: 50% 50%;
}

.hero-slide._3 {
  background-image: url('../images/Photo-9.jpg');
}

.hero-slide._4 {
  background-image: url('../images/Photo-4.jpg');
  background-position: 50% 35%;
}

.slide-overlay {
  width: 100%;
  height: 100%;
  padding-top: 210px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.slide-container {
  position: relative;
}

.slide-title {
  font-family: 'Khula', sans-serif;
  color: #fff;
  font-weight: 300;
  font-size: 65px;
  line-height: 74px;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.slide-title.subtitle {
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  font-size: 19px;
  line-height: 26px;
  font-weight: 300;
  text-transform: none;
}

.button {
  padding-top: 11px;
  padding-right: 21px;
  padding-left: 21px;
  background-color: #385fae;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Fjalla One', sans-serif;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #000;
}

.home-intro-column {
  padding-right: 0px;
}

.home-intro-block {
  position: relative;
  overflow: hidden;
  height: 275px;
  padding: 35px 35px 25px;
  border-right: 1px solid #e0e0e0;
  font-size: 12px;
  line-height: 21px;
}

.home-intro-block.last {
  border-right-width: 0px;
  border-right-color: #000;
}

.home-intro-block.contact {
  height: 175px;
}

.home-intro-block.services-block {
  height: 210px;
}

.featured-work-block-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.featured-work-block-overlay:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.featured-work-title-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 35px;
  background-image: -webkit-linear-gradient(
    270deg,
    transparent,
    rgba(0, 0, 0, 0.6) 86%,
    rgba(0, 0, 0, 0.6) 0
  );
  background-image: linear-gradient(
    180deg,
    transparent,
    rgba(0, 0, 0, 0.6) 86%,
    rgba(0, 0, 0, 0.6) 0
  );
}

.featured-work-title-wrapper.small {
  padding-right: 25px;
}

.featured-work-title-wrapper.example {
  padding: 25px 15px 25px 25px;
}

.recent-work-title {
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.recent-work-title.subtitle {
  margin-top: 10px;
  font-family: Merriweather, serif;
  font-size: 12px;
  line-height: 16px;
  text-transform: none;
}

.recent-work-title.subtitle.smaller {
  margin-top: 5px;
  font-size: 10px;
}

.recent-work-title.small {
  font-size: 19px;
  line-height: 20px;
}

.recent-work-title.large {
  font-size: 28px;
}

.recent-work-block {
  display: block;
  width: 100%;
  height: 250px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.no-featured-items-found {
  width: 100%;
  height: 500px;
  padding-top: 235px;
  text-align: center;
}

.featured-project-block {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #385fae;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  line-height: 43px;
  text-transform: uppercase;
}

.footer {
  padding-top: 70px;
  background-color: #000;
  color: #9e9e9e;
  font-size: 13px;
}

.footer-title {
  margin-bottom: 20px;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
}

.page-header {
  background-color: #545758;
  background-image: url('../images/Photo-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-header._404 {
  height: 100%;
  background-image: url('../images/Photo-4.jpg');
  background-size: cover;
}

.page-header.team {
  background-image: url('../images/Photo-4.jpg');
  background-size: cover;
}

.page-header.blog {
  background-image: url('../images/Photo-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-header.portfolio {
  background-image: url('../images/Photo-6.jpg');
}

.page-header.contact {
  background-image: url('../images/Photo-10.jpg');
  background-position: 0% 15%;
  background-color: none !important;
}

.page-header.services {
  background-image: url('../images/Photo-4.jpg');
}

.page-header-overlay {
  width: 100%;
  height: 100%;
  padding-top: 180px;
  padding-bottom: 140px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.page-header-overlay.blog-post {
  padding-top: 210px;
  padding-bottom: 170px;
  background-color: rgba(0, 0, 0, 0.6);
}

.page-header-overlay.default {
  padding-top: 195px;
  padding-bottom: 115px;
}

.page-header-overlay._404 {
  padding-top: 24%;
  padding-bottom: 0px;
}

.page-header-overlay.services {
  padding-top: 140px;
  padding-bottom: 100px;
}

.page-header-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Khula', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 58px;
  line-height: 58px;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.page-header-title.subtitle {
  margin-top: 20px;
  font-size: 24px;
  line-height: 24px;
}

.service-item-block {
  width: 100%;
  margin-bottom: 20px;
  padding: 45px 35px;
  background-color: #fff;
}

.service-title {
  display: block;
  margin-bottom: 22px;
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  font-size: 21px;
  text-decoration: none;
  text-transform: uppercase;
}

.service-title:hover {
  color: #d11551;
}

.service-small-icon {
  height: 24px;
  margin-bottom: 16px;
}

.service-description-small {
  margin-top: 6px;
  font-family: Merriweather, serif;
  color: #858585;
  font-size: 12px;
}

.link {
  color: #d11551;
}

.link:hover {
  color: #000;
}

.link.learn-more {
  display: inline-block;
  margin-top: 11px;
  padding-right: 17px;
  background-image: url('../images/Icon-arrow-right.png');
  background-position: 118% 50%;
  background-size: 9px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 150ms ease;
  transition: background-position 150ms ease;
  font-family: 'Fjalla One', sans-serif;
  color: #385fae;
  font-size: 14px;
  text-decoration: none;
}

.link.learn-more:hover {
  background-position: 100% 50%;
  color: #000;
}

.link.learn-more.fixed {
  position: absolute;
  left: 35px;
  bottom: 30px;
}

.link.learn-more.white {
  margin-top: 1px;
  background-image: url('../images/Icon-arrow-right-white.png');
  color: #fff;
}

.link.learn-more.request-quote {
  margin-top: 0px;
}

.link.footer-link {
  color: #bbb;
}

.link.footer-link:hover {
  color: #fff;
}

.link.footer-link.color {
  color: #d11551;
}

.link.footer-link.color:hover {
  color: #fff;
}

.intro-block-title {
  margin-bottom: 20px;
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 21px;
  text-transform: uppercase;
}

.info-image-block {
  display: inline-block;
  width: 60%;
  height: 300px;
  float: left;
  background-image: url('../images/Photo-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.info-image-block.about-us-2 {
  float: right;
  background-image: url('../images/Photo-3.jpg');
  background-size: cover;
}

.info-image-block.contact {
  height: 550px;
  background-image: url('../images/Photo-6.jpg');
  background-size: cover;
}

.info-image-block.quote-1 {
  height: 480px;
  background-image: url('../images/Photo-8.jpg');
  background-size: cover;
}

.info-image-block.quote-2 {
  height: 600px;
  float: right;
  background-image: url('../images/Photo-2.jpg');
  background-size: cover;
}

.info-text-block {
  position: absolute;
  top: 30px;
  right: 0px;
  z-index: 10;
  width: 50%;
  height: 240px;
  padding: 40px;
  background-color: #fff;
  color: #616161;
  font-size: 13px;
  line-height: 21px;
}

.info-text-block.left {
  left: 0px;
  top: 30px;
  right: auto;
}

.info-text-block.contact-form {
  height: 500px;
}

.info-text-block.quote-block-1 {
  height: 420px;
}

.info-text-block.quote-block-2 {
  left: 0px;
  top: 30px;
  right: auto;
  height: 540px;
}

.stats-block {
  padding: 45px 15px 35px;
  border: 2px solid #e4e4e4;
  text-align: center;
}

.stats-title {
  font-family: 'Fjalla One', sans-serif;
  font-size: 42px;
  line-height: 30px;
  text-transform: uppercase;
}

.stats-title.description {
  margin-top: 6px;
  font-size: 13px;
  text-transform: uppercase;
}

.dropdown-link {
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  color: #999;
}

.dropdown-link.w--current {
  color: gray;
}

.dropdown-list {
  background-color: #000;
}

.team-wrapper {
  position: relative;
}

.team-member-image {
  width: 100%;
  height: 280px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.customer-image {
  width: 100%;
  height: 150px;
  margin: 0 auto;
  background-image: url('../images/example-bg.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.team-member-description-block {
  position: relative;
  z-index: 10;
  display: block;
  width: 90%;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  background-color: #f5f5f5;
  text-align: center;
}

.team-member-name {
  font-family: 'Fjalla One', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.team-member-name.title {
  margin-top: 7px;
  font-family: Merriweather, serif;
  font-size: 12px;
  text-transform: none;
}

.portfolio-tabs-menu {
  margin-top: -106px;
  margin-bottom: 41px;
  padding: 28px 25px 22px 35px;
  background-color: #fff;
}

.portfolio-tab-button {
  margin-right: 30px;
  padding: 0px 0px 4px;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  font-family: 'Fjalla One', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio-tab-button:hover {
  border-bottom-color: #c5c5c5;
}

.portfolio-tab-button.w--current {
  border-bottom-color: #d11551;
  background-color: hsla(0, 19%, 59%, 0);
  color: #d11551;
}

.portfolio-item {
  padding-right: 0px;
  padding-left: 0px;
}

.work-page-header {
  position: relative;
  z-index: 900;
  width: 100%;
  height: 100%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.work-header-overlay {
  width: 100%;
  height: 100%;
  padding-top: 20%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
}

.work-scroll-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  padding-bottom: 30px;
  color: #fff;
  text-align: center;
}

.blog-container {
  position: relative;
  padding-right: 360px;
}

.dynamic-item-wrapper {
  position: relative;
}

.dynamic-post-image {
  position: relative;
  width: 100%;
  height: 316px;
  background-image: url('../images/Photo-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.dynamic-item-content-block {
  position: relative;
  z-index: 10;
  display: block;
  width: 90%;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  background-color: #f5f5f5;
}

.dynamic-item-content-block.blog-author {
  padding-left: 35px;
  background-color: #fff;
}

.dynamic-item-content-block.single-page {
  margin-top: 0px;
  padding-left: 35px;
}

.blog-post-link-title {
  display: block;
  margin-bottom: 16px;
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 31px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-post-link-title:hover {
  color: #d11551;
}

.fixed-content-block {
  padding: 35px 35px 25px;
  border-top: 1px solid #e6e6e6;
  font-size: 12px;
  line-height: 20px;
}

.fixed-content-block.contact {
  border-top-width: 0px;
  border-top-color: #000;
}

.fixed-block-title {
  margin-bottom: 20px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 21px;
  line-height: 20px;
  text-transform: uppercase;
}

.fixed-block-title.image-title {
  margin-bottom: 10px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.fixed-image-block {
  background-image: url('../images/Photo-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.fixed-image-block-overlay {
  width: 100%;
  height: 100%;
  padding: 90px 35px 25px;
  background-color: hsla(0, 0%, 5%, 0.3);
  background-image: -webkit-linear-gradient(
    270deg,
    transparent,
    rgba(0, 0, 0, 0.5)
  );
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
  color: #fff;
}

.fixed-block-top-wrapper {
  position: fixed;
  left: 0px;
  top: 110px;
  right: 0px;
  z-index: 800;
  display: block;
  height: 80px;
}

.fixed-block-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
}

.fixed-block-container-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
}

.contact-map {
  height: 540px;
  padding-top: 17px;
}

.contact-map-wrapper {
  overflow: hidden;
  height: 520px;
}

.contact-form {
  margin-bottom: 0px;
}

.field {
  height: 50px;
  margin-bottom: 8px;
  border: 2px solid #e9e9e9;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: Merriweather, serif;
  font-size: 12px;
}

.field:hover {
  border-color: #000;
}

.field:focus {
  border-color: #d11551;
}

.field.area {
  height: 138px;
  padding-top: 12px;
}

.field.area.project-description {
  height: 148px;
}

.field.first {
  margin-top: 20px;
}

.quote-form {
  margin-bottom: 0px;
}

.quote-section-wrapper {
  position: relative;
  margin-bottom: 60px;
}

.quote-section-wrapper.last {
  margin-bottom: 0px;
}

.blog-author-image {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  float: left;
}

.blog-author-title {
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 21px;
  text-transform: uppercase;
}

.blog-author-title.subtitle {
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 18px;
}

.blog-post-date-title {
  display: inline-block;
  margin-right: 5px;
  font-family: Merriweather, serif;
  font-size: 12px;
}

.fixed-info-block {
  position: relative;
  width: 300px;
  background-color: #fff;
}

.slider-content-block {
  display: inline-block;
  width: 80%;
}

.recent-blog-post-title {
  display: block;
  margin-bottom: 17px;
  font-family: 'Fjalla One', sans-serif;
  color: #a5a5a5;
  font-size: 23px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.recent-blog-post-title:hover {
  color: #d11551;
}

.recent-work-subtitle {
  margin-top: 10px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.recent-work-subtitle.large {
  font-size: 13px;
}

.bottom-footer-block {
  margin-top: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #333;
}

.bottom-footer-text {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 11px;
}

.bottom-footer-col-right {
  text-align: right;
}

.intro-block-icon {
  height: 19px;
  margin-right: 13px;
  float: left;
}

.team-some-overlay {
  position: absolute;
  top: 20px;
  right: 20px;
}

.team-social-block {
  width: 25px;
  height: 25px;
  margin-right: 3px;
  padding-top: 2px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.team-social-block:hover {
  background-color: #d11551;
}

.team-social-icon {
  height: 14px;
}

.success-bg {
  padding-top: 30px;
  background-color: #f3f3f3;
}

.success-bg.dark {
  background-color: #e9e9e9;
}

.error-bg {
  padding-top: 5px;
  padding-bottom: 2px;
  background-color: #d11515;
  color: #fff;
}

.error-text {
  margin-bottom: 0px;
  font-size: 10px;
}

.block-title-color {
  color: #d11551;
}

.blog-post-date-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #000;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  line-height: 41px;
}

.contact-us-list-item {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}

.contact-us-list-item.last {
  margin-bottom: 0px;
}

.contact-us-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 18px;
}

.contact-us-text {
  font-family: Merriweather, serif;
}

.portfolio-list.examples {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.portfolio-empty-block {
  padding-top: 22px;
  text-align: center;
}

.mouse-icon-block {
  display: block;
  width: 35px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7px;
  border: 3px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 40px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.mouse-icon-block:hover {
  border-color: #fff;
}

.mouse-scroll-icon {
  display: inline-block;
  width: 6px;
  height: 15px;
  border-radius: 50px;
  background-color: #fff;
}

.work-image-column {
  padding-right: 0px;
  padding-left: 0px;
}

.work-block-title {
  margin-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
  color: #b9b9b9;
  font-size: 15px;
  text-transform: uppercase;
}

.project-images-row {
  padding-right: 10px;
  padding-left: 10px;
}

.portfolio-images-block {
  position: static;
}

.project-image {
  position: static;
  width: 100%;
  height: 200px;
}

.services-list-item {
  position: relative;
  padding-left: 30px;
}

.check-list-icon {
  position: absolute;
  left: 0px;
  top: 1px;
  height: 17px;
  opacity: 0.2;
}

.project-examples-wrapper {
  margin-top: 30px;
  padding-left: 0px;
}

.recent-blog-post-info-title {
  display: inline-block;
  margin-right: 4px;
  font-family: Merriweather, serif;
}

.fixed-block-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 35px;
  height: 35px;
  padding-top: 7px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.fixed-block-close-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.close-icon {
  height: 14px;
}

.instructions-block-wrapper {
  margin-bottom: 20px;
  padding: 45px 45px 40px;
  background-color: #fff;
}

.instructions-block-wrapper.last {
  margin-bottom: 0px;
}

.instructions-title {
  font-family: 'Fjalla One', sans-serif;
  font-size: 32px;
  line-height: 34px;
}

.instructions-title._2 {
  margin-bottom: 13px;
  color: #d11551;
  font-size: 25px;
}

.instructions-row {
  margin-top: 20px;
}

.instructions-col-right {
  padding-left: 70px;
}

.instructions-image {
  width: 100%;
  border-radius: 3px;
}

.info-title-wrapper {
  margin-bottom: 20px;
}

.licensing-list {
  padding-left: 0px;
  border-radius: 3px;
  background-color: #f7f7f7;
}

.licensing-list-item {
  overflow: auto;
  padding: 8px 15px;
  border-bottom: 1px solid #e4e4e4;
}

.licensing-list-item.first {
  background-color: #000;
  color: #fff;
}

.licensing-p {
  margin-bottom: 0px;
}

html.w-mod-js *[data-ix='navbar-bg'] {
  width: 10%;
}

html.w-mod-js *[data-ix='hide-fixed-top-wrapper'] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix='slider-title'] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix='slider-title-2'] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix='slider-title-3'] {
  opacity: 0;
}

html.w-mod-js *[data-ix='fade-in-on-load'] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix='fade-in-on-load-2'] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix='fade-in-on-load-3'] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix='fade-in-on-load-4'] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix='fade-in-on-scroll'] {
  opacity: 0;
  -webkit-transform: translate(-40px, 0px);
  -ms-transform: translate(-40px, 0px);
  transform: translate(-40px, 0px);
}

html.w-mod-js *[data-ix='fade-in-on-scroll-2'] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

html.w-mod-js *[data-ix='hide-team-social-blocks'] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix='mouse-scroll-icon'] {
  opacity: 0;
}

@media (max-width: 991px) {
  body {
    font-size: 12px;
  }
  .navbar {
    background-color: #000;
  }
  .container.home-intro-container {
    margin-bottom: 40px;
  }
  .container.info-container {
    margin-bottom: 40px;
  }
  .container.with-fixed-block {
    padding-right: 300px;
  }
  .nav-link {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-left: 45px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-size: 20px;
  }
  .nav-link:hover {
    background-color: #000;
  }
  .nav-link.color {
    background-color: transparent;
  }
  .home-hero-section {
    height: 600px;
  }
  .section {
    padding: 35px;
  }
  .section.services {
    padding-bottom: 25px;
  }
  .featured-work-block {
    height: 450px;
  }
  .nav-menu {
    background-color: rgba(39, 39, 39, 0.97);
  }
  .slide-overlay {
    padding-top: 176px;
  }
  .slide-title {
    font-size: 75px;
    line-height: 74px;
  }
  .home-intro-block {
    height: 245px;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 11px;
    line-height: 17px;
  }
  .home-intro-block.contact {
    height: 165px;
    font-size: 12px;
    line-height: 18px;
  }
  .home-intro-block.services-block {
    height: 190px;
  }
  .featured-work-title-wrapper {
    padding-right: 15px;
  }
  .featured-work-title-wrapper.small {
    padding: 25px 15px 25px 25px;
  }
  .recent-work-title {
    font-size: 23px;
    line-height: 26px;
  }
  .recent-work-title.small {
    font-size: 17px;
    line-height: 19px;
  }
  .recent-work-title.large {
    font-size: 31px;
    line-height: 32px;
  }
  .recent-work-block {
    height: 225px;
  }
  .footer {
    padding-top: 45px;
    font-size: 12px;
    line-height: 20px;
  }
  .footer-row {
    padding-right: 15px;
    padding-left: 15px;
  }
  .page-header-overlay {
    padding-top: 150px;
    padding-bottom: 140px;
  }
  .page-header-overlay.default {
    padding-top: 150px;
    padding-bottom: 75px;
  }
  .page-header-title {
    font-size: 48px;
  }
  .page-header-title.subtitle {
    margin-top: 15px;
  }
  .service-item-block {
    padding: 25px;
  }
  .service-title {
    font-size: 18px;
    line-height: 18px;
  }
  .service-small-icon {
    height: 21px;
    margin-bottom: 13px;
  }
  .service-description-small {
    line-height: 18px;
  }
  .link.learn-more {
    margin-top: 14px;
  }
  .link.learn-more.fixed {
    left: 25px;
    bottom: 25px;
  }
  .intro-block-title {
    margin-bottom: 17px;
    font-size: 20px;
    line-height: 19px;
  }
  .info-image-block {
    height: 320px;
  }
  .info-text-block {
    height: 260px;
    padding: 35px;
    font-size: 12px;
    line-height: 20px;
  }
  .nav-dropdown {
    width: 100%;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .dropdown-link {
    padding-left: 45px;
  }
  .team-member-image {
    height: 230px;
  }
  .portfolio-tab-button {
    margin-right: 21px;
  }
  .work-page-header {
    height: auto;
  }
  .work-header-overlay {
    padding-top: 215px;
    padding-bottom: 200px;
  }
  .dynamic-item-content-block {
    width: 94%;
    padding: 25px;
  }
  .dynamic-item-content-block.single-page {
    padding-left: 25px;
  }
  .dynamic-item-content-block.work-info-block {
    margin-top: -20px;
  }
  .blog-post-link-title {
    font-size: 24px;
    line-height: 25px;
  }
  .fixed-content-block {
    padding: 25px 25px 20px;
  }
  .fixed-content-block.contact {
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 25px;
  }
  .fixed-block-title {
    margin-bottom: 17px;
    font-size: 19px;
  }
  .fixed-image-block-overlay {
    padding: 70px 25px 20px;
    line-height: 19px;
  }
  .contact-map {
    height: 470px;
    padding-top: 0px;
  }
  .contact-map-wrapper {
    height: 370px;
  }
  .fixed-info-block {
    width: 260px;
  }
  .recent-blog-post-title {
    font-size: 18px;
    line-height: 22px;
  }
  .recent-work-subtitle {
    margin-top: 7px;
  }
  .bottom-footer-block {
    margin-top: 45px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .intro-block-icon {
    margin-right: 10px;
  }
  .contact-us-list-item.last {
    padding-left: 26px;
  }
  .contact-us-icon {
    top: 1px;
    height: 16px;
  }
  .contact-us-text {
    font-size: 11px;
  }
  .project-image {
    height: 130px;
  }
  .menu-button {
    width: 80px;
    height: 80px;
    padding-top: 23px;
    background-color: #363636;
    color: #fff;
    font-size: 32px;
    text-align: center;
  }
  .menu-button:hover {
    background-color: #555;
  }
  .menu-button.w--open {
    background-color: #d11551;
  }
}

@media (max-width: 767px) {
  .navbar {
    height: 50px;
  }
  .navbar-wrapper {
    height: 50px;
  }
  .container.home-intro-container {
    margin-top: -80px;
    margin-bottom: 25px;
  }
  .container.info-container {
    margin-bottom: 25px;
  }
  .container.with-fixed-block {
    padding-right: 0px;
  }
  .nav-link {
    padding: 15px 25px;
    font-size: 17px;
  }
  .text-logo {
    margin-top: 9px;
    font-size: 22px;
    line-height: 24px;
  }
  .text-logo.subtitle {
    margin-top: -1px;
    font-size: 8px;
  }
  .home-hero-section {
    height: 530px;
  }
  .section {
    padding: 25px;
  }
  .section.white.stats {
    padding-bottom: 15px;
  }
  .recent-portfolio-col-left {
    padding-left: 0px;
  }
  .recent-portfolio-col-right {
    padding-right: 0px;
  }
  .featured-work-block {
    height: 350px;
  }
  .navbar-bg {
    height: 50px;
  }
  .navbar-container {
    height: 50px;
  }
  .slide-overlay {
    padding-top: 125px;
  }
  .slide-title {
    font-size: 45px;
    line-height: 49px;
  }
  .slide-title.subtitle {
    font-size: 13px;
  }
  .home-intro-column {
    padding-left: 0px;
  }
  .home-intro-block {
    height: auto;
    padding-bottom: 45px;
    border-bottom: 1px solid #e0e0e0;
    border-right-width: 0px;
    border-right-color: #000;
    font-size: 12px;
    line-height: 19px;
  }
  .home-intro-block.last {
    border-bottom-width: 0px;
    border-bottom-color: #000;
  }
  .home-intro-block.contact {
    height: auto;
    padding-bottom: 15px;
    line-height: 19px;
  }
  .home-intro-block.services-block {
    height: auto;
    padding-bottom: 20px;
  }
  .featured-work-title-wrapper {
    padding: 25px;
  }
  .featured-work-title-wrapper.small {
    padding-right: 25px;
  }
  .recent-work-title {
    font-size: 27px;
  }
  .recent-work-title.small {
    font-size: 19px;
  }
  .footer {
    padding-top: 35px;
  }
  .footer-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-column {
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
  }
  .footer-column.last {
    padding-bottom: 0px;
  }
  .page-header._404 {
    height: auto;
  }
  .page-header-overlay {
    padding: 100px 25px;
  }
  .page-header-overlay.blog-post {
    padding-top: 109px;
    padding-bottom: 60px;
  }
  .page-header-overlay.default {
    padding-top: 95px;
    padding-bottom: 45px;
  }
  .page-header-overlay._404 {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .page-header-overlay.services {
    padding-top: 100px;
  }
  .page-header-title {
    font-size: 38px;
    line-height: 38px;
  }
  .service-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .service-item-block {
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
  .service-title {
    margin-bottom: 16px;
    line-height: 20px;
  }
  .service-small-icon {
    margin-top: -2px;
    margin-right: 13px;
    float: left;
  }
  .intro-block-title {
    margin-bottom: 12px;
  }
  .info-image-block.about-us-2 {
    height: 340px;
  }
  .info-image-block.contact {
    height: 510px;
  }
  .info-image-block.quote-1 {
    height: 450px;
  }
  .info-text-block {
    height: auto;
    padding: 25px;
  }
  .info-text-block.contact-form {
    height: auto;
  }
  .info-text-block.quote-block-1 {
    height: auto;
  }
  .info-text-block.quote-block-2 {
    height: auto;
  }
  .stats-col {
    padding-right: 5px;
    padding-left: 5px;
  }
  .stats-block {
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .dropdown-link {
    padding-left: 25px;
  }
  .team-member-image {
    height: 260px;
  }
  .portfolio-tabs-menu {
    margin-top: -85px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
  }
  .portfolio-tab-button {
    display: block;
    margin-right: 0px;
    margin-bottom: 6px;
    padding-bottom: 0px;
  }
  .work-header-overlay {
    padding-top: 165px;
    padding-bottom: 140px;
  }
  .dynamic-post-image {
    height: 225px;
  }
  .dynamic-item-content-block.single-page {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .fixed-block-container-wrapper {
    position: static;
    padding-top: 20px;
  }
  .contact-map {
    height: 370px;
    padding-bottom: 35px;
  }
  .contact-map-wrapper {
    height: 280px;
  }
  .field {
    height: 45px;
  }
  .quote-section-wrapper {
    margin-bottom: 40px;
  }
  .fixed-info-block {
    width: 100%;
  }
  .recent-work-subtitle {
    font-size: 12px;
  }
  .bottom-footer-block {
    margin-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .bottom-footer-col-left {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .bottom-footer-col-right {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .contact-us-text {
    font-size: 12px;
  }
  .portfolio-list.examples {
    padding-right: 0px;
    padding-left: 0px;
  }
  .project-images-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .project-image {
    height: 170px;
  }
  .menu-button {
    width: 50px;
    height: 50px;
    padding-top: 9px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider-nav {
    height: 100px;
    font-size: 7px;
  }
  .team-member-item {
    padding: 20px;
  }
  .customer-item {
    width: 200px !important;
  }
  .instructions-block-wrapper {
    margin-bottom: 10px;
    padding: 25px;
  }
  .instructions-title {
    font-size: 23px;
  }
  .instructions-title._2 {
    font-size: 19px;
    line-height: 24px;
  }
  .instructions-row {
    margin-top: 10px;
  }
  .instructions-col-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .instructions-col-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .licensing-info-col-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .licensing-info-col-right {
    padding-right: 0px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 20px;
    line-height: 26px;
  }
  p {
    font-size: 12px;
  }
  .container.home-intro-container {
    margin-top: -60px;
    margin-bottom: 20px;
  }
  .nav-link {
    padding: 11px 20px;
    font-size: 15px;
    line-height: 22px;
  }
  .home-hero-section {
    height: 430px;
  }
  .section {
    padding: 20px;
  }
  .featured-work-block {
    height: 290px;
  }
  .slide-overlay {
    padding-top: 105px;
  }
  .slide-title {
    font-size: 35px;
    line-height: 34px;
  }
  .slide-title.subtitle {
    line-height: 20px;
  }
  .button {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 17px;
  }
  .home-intro-block {
    padding: 20px 20px 40px;
    font-size: 11px;
  }
  .home-intro-block.last {
    padding-bottom: 50px;
  }
  .home-intro-block.last.contact {
    padding-bottom: 20px;
  }
  .home-intro-block.contact {
    padding-bottom: 5px;
  }
  .home-intro-block.services-block {
    padding-bottom: 10px;
    font-size: 12px;
  }
  .home-intro-block.services-block.last {
    padding-bottom: 20px;
  }
  .recent-work-title {
    font-size: 24px;
    line-height: 24px;
  }
  .recent-work-title.large {
    line-height: 30px;
  }
  .footer {
    font-size: 11px;
    line-height: 19px;
  }
  .footer-title {
    margin-bottom: 14px;
  }
  .page-header-overlay {
    padding: 80px 20px 70px;
  }
  .page-header-overlay.blog-post {
    padding-top: 79px;
    padding-bottom: 30px;
  }
  .page-header-overlay.default {
    padding-top: 85px;
    padding-bottom: 30px;
  }
  .page-header-overlay.services {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .page-header-title {
    font-size: 23px;
    line-height: 27px;
  }
  .page-header-title.subtitle {
    margin-top: 10px;
    font-size: 13px;
    line-height: 14px;
  }
  .service-item-block {
    padding: 20px;
  }
  .service-title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 18px;
  }
  .service-small-icon {
    height: 18px;
    margin-bottom: 9px;
  }
  .link.learn-more.fixed {
    left: 20px;
    bottom: 20px;
  }
  .intro-block-title {
    margin-bottom: 13px;
    font-size: 18px;
  }
  .info-image-block {
    width: 100%;
    height: 190px;
  }
  .info-image-block.about-us-2 {
    height: 280px;
  }
  .info-image-block.contact {
    height: 160px;
  }
  .info-image-block.quote-1 {
    height: 130px;
  }
  .info-image-block.quote-2 {
    height: 160px;
  }
  .info-text-block {
    position: static;
    width: 100%;
    padding: 20px;
    font-size: 11px;
  }
  .info-text-block.quote-block-1 {
    display: block;
    float: right;
  }
  .info-text-block.quote-block-2 {
    float: right;
  }
  .stats-block {
    padding-right: 11px;
    padding-left: 11px;
  }
  .stats-title {
    font-size: 32px;
    line-height: 20px;
  }
  .stats-title.description {
    font-size: 12px;
  }
  .dropdown-link {
    padding-left: 20px;
  }
  .team-member-image {
    height: 230px;
  }
  .team-member-description-block {
    padding: 15px;
  }
  .team-member-name.title {
    margin-top: 0px;
    font-size: 10px;
  }
  .portfolio-tabs-menu {
    margin-top: -65px;
    margin-bottom: 20px;
    padding: 15px 20px 10px;
  }
  .work-header-overlay {
    padding-top: 115px;
    padding-bottom: 70px;
  }
  .dynamic-post-image {
    height: 145px;
  }
  .dynamic-item-content-block {
    padding: 20px;
    line-height: 20px;
  }
  .dynamic-item-content-block.blog-author {
    padding-bottom: 15px;
    padding-left: 20px;
  }
  .blog-post-link-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 20px;
  }
  .fixed-block-container-wrapper {
    padding-top: 20px;
  }
  .field {
    height: 40px;
    margin-bottom: 4px;
  }
  .quote-form {
    margin-bottom: 0px;
  }
  .quote-section-wrapper {
    margin-bottom: 25px;
  }
  .blog-author-image {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .blog-author-title {
    font-size: 16px;
    line-height: 23px;
  }
  .blog-author-title.subtitle {
    margin-top: 0px;
    margin-bottom: 11px;
    font-size: 10px;
  }
  .recent-blog-post-title {
    margin-bottom: 12px;
  }
  .recent-work-subtitle.large {
    font-size: 12px;
  }
  .project-image {
    height: auto;
  }
  .slider-nav {
    height: 90px;
  }
  .instructions-block-wrapper {
    padding: 20px;
  }
  .instructions-title {
    font-size: 20px;
    line-height: 26px;
  }
  .instructions-title._2 {
    font-size: 15px;
    line-height: 19px;
  }
  .instructions-col-left {
    padding-bottom: 10px;
  }
}
