h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Abril Fatface', sans-serif;
  color: #111;
  font-size: 35px;
  line-height: 41px;
  font-weight: 400;
  letter-spacing: 1px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Abril Fatface', sans-serif;
  color: #111;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: 'Abril Fatface', sans-serif;
  color: #333;
  font-size: 25px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 0px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Abril Fatface', sans-serif;
  color: #111;
  font-size: 23px;
  line-height: 28px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Abril Fatface', sans-serif;
  color: #212121;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Abril Fatface', sans-serif;
  color: #111;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #212121;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

a {
  color: #0098ff;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #0098ff;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: Lato, sans-serif;
  color: #212121;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  margin-top: 5px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #212121;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

.content-section {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 110px;
  text-align: center;
}

.content-section.intro {
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.content-section.intro.no-bottom-padding {
  padding-bottom: 0px;
}

.content-section.gray {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f5f5f5;
}

.content-section.gray.call-to-action {
  overflow: visible;
  height: 290px;
  margin-bottom: 70px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-section.gray.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-section.dark {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #202022;
}

.content-section.dark.two-columns-split {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #202022;
}

.content-section.no-top-padding {
  padding-top: 0px;
}

.content-section.no-top-border {
  position: relative;
  padding-top: 60px;
  padding-bottom: 10px;
  border-top: 1px solid #e0e0e0;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.content-section.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f8f8f8;
}

.content-section.footer.dark {
  background-color: #2e2e2e;
}

.content-section.no-bottom-padding {
  padding-bottom: 60px;
}

.content-section.image-background {
  background-image: url('../images/sofa.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content-wrapper {
  position: relative;
  display: block;
  width: 80%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.content-wrapper.narrow {
  width: 70%;
  max-width: 1120px;
  padding-right: 0%;
  padding-left: 0%;
}

.content-wrapper.narrow.overlaping {
  margin-top: -210px;
  padding-top: 45px;
  background-color: #fff;
}

.content-wrapper.hero {
  font-family: 'Abril Fatface', sans-serif;
  color: #fff;
  text-align: center;
}

.content-wrapper.white {
  margin-top: 15px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.content-wrapper.loose {
  max-width: 1320px;
}

.content-wrapper.overlaping {
  margin-top: -210px;
  padding-top: 45px;
  padding-right: 38px;
  padding-left: 38px;
  background-color: #fff;
}

.content-wrapper.top-border {
  margin-top: 60px;
}

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  background-color: #fff;
}

.navbar.black {
  background-color: #242424;
}

.nav-link {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #111;
}

.nav-menu {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 800px;
  padding-top: 60px;
  float: none;
  background-color: #fff;
}

.nav-menu.dark {
  min-height: 800px;
  background-color: #1e1e1e;
}

.brand {
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  margin-right: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand:hover {
  opacity: 0.8;
}

.burger-menu {
  position: absolute;
  right: 0px;
  z-index: 5000;
  width: 40px;
  height: 40px;
  margin-top: 29px;
  padding-top: 12px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.burger-menu:hover {
  opacity: 0.8;
}

.burger-menu.w--open {
  background-color: transparent;
}

.burger-line-1 {
  display: block;
  width: 24px;
  height: 2px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  background-color: #2e2e2e;
}

.burger-line-1.white {
  background-color: #fff;
}

.burger-line-2 {
  display: block;
  width: 18px;
  height: 2px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  background-color: #2e2e2e;
}

.burger-line-2.white {
  background-color: #fff;
}

.burger-line-3 {
  display: block;
  width: 24px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #2e2e2e;
}

.burger-line-3.white {
  background-color: #fff;
}

.title {
  font-family: Raleway, sans-serif;
  font-size: 47px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.title.medium {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 3px;
}

.title.medium.dark {
  color: #212121;
  font-weight: 700;
}

.title.footer {
  color: #111;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}

.title.footer.white {
  color: #fff;
}

.title.small {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}

.title.small.gray {
  color: #909090;
}

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 1%;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.arrow.more-bottom-border {
  margin-bottom: 11%;
  background-image: url('../images/Arrow.png');
  background-position: 50% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.button {
  display: inline-block;
  min-width: 140px;
  margin-top: 10px;
  padding: 18px 35px;
  background-color: #2e2e2e;
  -webkit-transition: background-color 400ms ease, color 200ms ease;
  transition: background-color 400ms ease, color 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  padding: 15px 32px;
  border: 3px solid #2e2e2e;
  background-color: transparent;
  color: #111;
  text-decoration: none;
}

.button.outline {
  padding-top: 25px;
  border: 2px solid #2e2e2e;
  background-color: #fff;
  color: #212121;
  font-weight: 800;
}

.button.outline:hover {
  padding-top: 26px;
  padding-bottom: 27px;
  border: 1px solid #000;
  background-color: #2e2e2e;
  color: #fff;
  font-weight: 700;
}

.button.top-border {
  margin-top: 15px;
}

.strikethrough {
  position: relative;
  top: 11px;
  width: 100%;
  height: 3px;
  background-color: #0098ff;
}

.strikethrough.on-menu-bar {
  height: 2px;
}

.strikethrough.purple {
  background-color: #8c6de7;
}

.title-box {
  display: inline-block;
  width: auto;
  text-decoration: none;
}

.title-box.footer {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #111;
  font-size: 12px;
  text-decoration: none;
}

.title-box.footer:hover {
  opacity: 0.8;
}

.title-box.small {
  font-size: 13px;
  line-height: 16px;
}

.title-box.small.no-bottom-border {
  margin-bottom: 0px;
}

.title-box.small.more-bottom-border {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

.title-box.yellow {
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fdff39;
}

.title-box.in-multicolumn {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 16px;
}

.title-box.gray {
  margin-right: auto;
  color: #909090;
}

.title-box.gray.no-bottom-padding {
  margin-bottom: 0px;
}

.title-box.gray.less-bottom-border {
  margin-bottom: 10px;
  color: #212121;
}

.show-title-above-strikethrough {
  position: relative;
}

.intro {
  font-size: 36px;
}

.column {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph.gray {
  color: #909090;
}

.paragraph.small {
  padding-bottom: 34px;
  font-family: Proximanova, sans-serif;
  font-size: 19px;
  line-height: 28px;
  font-weight: 200;
}

.paragraph.medium {
  font-size: 22px;
  line-height: 32px;
}

.paragraph.big {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Proximanova, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

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

.row {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.left-side-lines {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 6px;
  height: 95%;
}

.feature-content {
  padding-top: 30px;
}

.feature-content.left-justify {
  text-align: left;
}

.top-side-lines {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 11px;
  margin-top: -10px;
}

.top-line-1 {
  display: block;
  width: 89%;
  height: 3px;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #212121;
}

.top-line-2 {
  display: block;
  width: 96%;
  height: 3px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  background-color: #212121;
}

.right-side-lines {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 6px;
  height: 98%;
}

.bottom-side-lines {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 95%;
  height: 11px;
  margin-right: auto;
  margin-left: auto;
}

.bottom-line-horizontal-1 {
  display: block;
  width: 96%;
  height: 3px;
  margin-top: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #212121;
}

.bottom-line-horizontal-2 {
  display: block;
  width: 92%;
  height: 3px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  background-color: #212121;
}

.right-bottom-corner-box {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 28px;
  height: 35px;
}

.h1 {
  font-family: 'Abril Fatface', sans-serif;
  color: #111;
  font-size: 35px;
  line-height: 41px;
  letter-spacing: 1px;
}

.h1.big {
  margin-bottom: 15px;
  font-size: 150px;
  line-height: 155px;
  letter-spacing: 5px;
}

.h1.big.blue {
  color: #198ef7;
}

.features-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-column {
  position: relative;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 40px;
  text-align: right;
}

.left-column.top-padding {
  padding-top: 40px;
}

.left-column.full {
  width: 100%;
  margin-bottom: 0px;
}

.other-features {
  display: block;
  margin-right: auto;
  margin-bottom: 110px;
  margin-left: auto;
}

.right-column {
  width: 50%;
  padding-left: 45px;
  text-align: left;
}

.right-column.how-i-work {
  position: relative;
  width: 50%;
  padding-right: 0px;
  padding-left: 40px;
}

.right-column.full {
  width: 100%;
}

.iphone-6-left {
  width: 50%;
}

.iphone-6-right {
  width: 50%;
}

.h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 28px;
}

.h4.no-bottom-border {
  margin-bottom: 10px;
}

.h4.big {
  font-size: 50px;
  line-height: 55px;
}

.frame-picture-box {
  display: block;
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Bg-Circle.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.frame-picture {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.white {
  color: #fff;
}

.double-color-icons-box {
  width: 50%;
  padding-bottom: 29px;
}

.testimonial-text {
  margin-top: 30px;
  font-family: Raleway, sans-serif;
  color: #212121;
  font-size: 18px;
  line-height: 22px;
}

.link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #999;
  text-decoration: none;
}

.link:hover {
  color: #0098ff;
  text-decoration: none;
}

.link.testimonial {
  border-bottom: 2px solid #0098ff;
  color: #212121;
  font-weight: 700;
  text-decoration: none;
}

.link.testimonial:hover {
  opacity: 0.8;
}

.link.underline {
  border-bottom: 2px solid #0098ff;
}

.testimonial-box {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 458px;
  height: 465px;
  margin-bottom: 10px;
  margin-left: 16%;
  padding-right: 56px;
  padding-left: 56px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 50%;
  background-color: #f8f8f8;
}

.testimonials-box {
  margin-top: 40px;
}

.video-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  min-height: 410px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/canes.jpg');
  background-position: 50% 50%;
  background-size: 650px;
  background-repeat: no-repeat;
  box-shadow: 16px 16px 35px -7px rgba(33, 33, 33, .3);
}

.play-button {
  display: block;
  width: 108px;
  height: 98px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.play-button:hover {
  opacity: 0.65;
}

.text-content-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  min-height: 410px;
  margin-bottom: 30px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f8f8f8;
  text-align: left;
}

.text-content-box.left-column {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.philosophy-box {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 550px;
  padding-top: 131px;
  padding-bottom: 131px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.client-logo-box {
  display: block;
  width: 178px;
  margin: 55px auto;
  padding-right: 10px;
}

.social-icons-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-made-by {
  display: inline-block;
  margin-right: 5px;
}

.facebook-fill {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.facebook-fill:hover {
  opacity: 0;
}

.twitter-fill {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.twitter-fill:hover {
  opacity: 0;
}

.linkedin-fill {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.linkedin-fill:hover {
  opacity: 0;
}

.instagram-fill {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.instagram-fill:hover {
  opacity: 0;
}

.menu-item-box {
  overflow: hidden;
  width: auto;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  color: #111;
  font-size: 40px;
  line-height: 80px;
  font-weight: 600;
  text-decoration: none;
}

.menu-item-box:hover {
  color: #111;
}

.strikethrough-big {
  position: relative;
  top: -26px;
  width: 100%;
  height: 4px;
  background-color: #0098ff;
}

.strikethrough-big.yellow {
  background-color: #fdff39;
}

.full-page-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: none;
  overflow: auto;
  padding-top: 115px;
  padding-bottom: 115px;
  background-color: #fff;
  text-align: center;
}

.social-icon {
  display: inline-block;
  width: 70px;
  margin-right: 15px;
  margin-bottom: 20px;
  background-image: url('../images/facebook-outline.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon.instagram {
  background-image: url('../images/instagram-outline.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-icon.instagram.black {
  width: 75px;
}

.social-icon.instagram.dark {
  background-image: url('../images/Instagram-white-outline.png');
}

.social-icon.linkedin {
  background-image: url('../images/Linkedin-outline.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-icon.linkedin.black {
  width: 75px;
}

.social-icon.linkedin.dark {
  background-image: url('../images/Linkedin-white-outline.png');
}

.social-icon.twitter {
  background-image: url('../images/Twitter-outline.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-icon.twitter.mini {
  background-image: url('../images/Twitter-fill_1.png');
}

.social-icon.twitter.black {
  width: 75px;
}

.social-icon.twitter.dark {
  background-image: url('../images/Twitter-white-outline.png');
}

.social-icon.small {
  width: 50px;
}

.social-icon.medium {
  width: 75px;
  background-image: url('../images/Facebook-white-outline.png');
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon.mini {
  width: 30px;
  background-image: url('../images/Facebook-fill.png');
  background-size: cover;
}

.social-icon.mini.linkedin {
  background-image: url('../images/Linkedin-fill_1.png');
}

.social-icon.mini.instagram {
  background-image: url('../images/Instagram-fill.png');
}

.social-icon.black {
  width: 75px;
}

.menu-item-1 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.menu-item-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.menu-item-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.menu-item-4 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.menu-item-5 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.menu-item-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.social-icons-box-medium {
  display: inline-block;
  margin-top: 35px;
}

.menu-wrapper {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10%;
  padding-bottom: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(3, 141, 250, .67), rgba(3, 141, 250, .67)), url('../images/smoler.jpg');
  background-image: linear-gradient(180deg, rgba(3, 141, 250, .67), rgba(3, 141, 250, .67)), url('../images/smoler.jpg');
  background-position: 0px 0px, 64% 74%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-section.me {
  height: 800px;
  padding-top: 17%;
  padding-bottom: 23%;
  background-image: url('../images/Me.jpg');
  background-size: cover;
}

.hero-section.horses {
  min-height: 800px;
  padding-top: 10%;
  padding-bottom: 15%;
  background-image: url('../images/Mustang.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.guy {
  height: 800px;
  background-image: url('../images/Guy_1.jpg');
  background-size: cover;
}

.hero-section.short {
  height: 900px;
  padding-top: 17%;
  padding-bottom: 23%;
  background-image: url('../images/Men-3.jpg');
  background-size: cover;
}

.go-up-bar {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  padding-top: 18px;
  padding-bottom: 18px;
}

.go-up-button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../images/Arrow_1.png');
  background-position: 50% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.left-top-corner-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 33px;
  height: 27px;
}

.left-top-horizontal-line-1 {
  width: 30px;
  height: 3px;
  margin-top: -9px;
  margin-left: 9px;
  background-color: #212121;
}

.left-top-horizontal-line-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 35px;
  height: 3px;
  margin-top: -1px;
  background-color: #212121;
}

.top-left-vertical-line-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  height: 30px;
  background-color: #212121;
}

.top-left-vertical-line-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  height: 35px;
  margin-top: -9px;
  margin-left: 9px;
  background-color: #212121;
}

.right-top-corner-box {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 33px;
  height: 27px;
}

.right-top-horizontal-line-1 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 3px;
  margin-top: -9px;
  margin-right: 9px;
  background-color: #212121;
}

.right-top-horizontal-line-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 3px;
  margin-top: -1px;
  background-color: #212121;
}

.right-top-vertical-line-1 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 3px;
  height: 30px;
  background-color: #212121;
}

.right-top-vertical-line-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 3px;
  height: 35px;
  margin-top: -9px;
  margin-right: 9px;
  background-color: #212121;
}

.service-feature-box {
  position: relative;
  display: block;
  width: 32%;
  margin-bottom: 50px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.service-feature-box.shadow {
  width: 100%;
  height: 375px;
  margin-bottom: 67px;
  padding-bottom: 75px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .18);
}

.left-bottom-corner-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 35px;
  height: 27px;
}

.left-bottom-horizontal-line-1 {
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 35px;
  height: 3px;
  margin-left: 9px;
  background-color: #212121;
}

.left-bottom-horizontal-line-2 {
  position: absolute;
  width: 30px;
  height: 3px;
  margin-top: 18px;
  background-color: #212121;
}

.left-bottom-vertical-line-1 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 3px;
  height: 40px;
  margin-left: 9px;
  background-color: #212121;
}

.left-bottom-vertical-line-2 {
  position: absolute;
  left: 0px;
  bottom: 8px;
  width: 3px;
  height: 35px;
  background-color: #212121;
}

.right-bottom-horizontal-line-1 {
  position: absolute;
  right: 0px;
  bottom: -2px;
  width: 35px;
  height: 3px;
  margin-right: 9px;
  background-color: #212121;
}

.right-bottom-horizontal-line-2 {
  position: absolute;
  top: 26px;
  right: 0px;
  bottom: 0px;
  width: 35px;
  height: 3px;
  background-color: #212121;
}

.right-bottom-vertical-line-1 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 3px;
  height: 35px;
  margin-right: 9px;
  background-color: #212121;
}

.right-bottom-vertical-line-2 {
  position: absolute;
  right: 0px;
  bottom: 7px;
  width: 3px;
  height: 35px;
  background-color: #212121;
}

.top-line-horizontal-1 {
  display: block;
  width: 89%;
  height: 3px;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #212121;
}

.top-horizontal-line-2 {
  display: block;
  width: 96%;
  height: 3px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  background-color: #212121;
}

.side-left-line-vertical-1 {
  position: absolute;
  width: 3px;
  height: 100%;
  margin-left: 9px;
  background-color: #212121;
}

.side-left-line-vertical-2 {
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #212121;
}

.side-right-line-vertical-2 {
  width: 3px;
  height: 100%;
  margin-left: 3px;
  background-color: #212121;
}

.side-right-line-vertical-1 {
  position: absolute;
  width: 3px;
  height: 100%;
  margin-left: -6px;
  background-color: #212121;
}

.experience-box {
  width: 50%;
  padding-right: 4%;
  padding-left: 2%;
  text-align: left;
}

.experience-title-box {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

.call-to-action-content-box {
  padding-top: 50px;
  padding-bottom: 30px;
}

.isometric-iphone-6 {
  display: block;
  width: 551px;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
}

.hero-title {
  font-family: Raleway, sans-serif;
  font-size: 47px;
  line-height: 50px;
  font-weight: 200;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-title.medium {
  margin-top: 20px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 200;
}

.credit-box {
  width: 33%;
  padding-top: 24px;
  padding-bottom: 24px;
  float: left;
}

.credits-box {
  display: block;
  width: 80%;
  margin: 40px auto;
  border-top: 2px solid #2e2e2e;
  border-bottom: 2px solid #2e2e2e;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.apple-devices-box {
  position: relative;
  margin-top: 80px;
}

.ipad-box {
  position: absolute;
  right: 0px;
  bottom: -5%;
}

.iphone-box {
  position: absolute;
  right: 18%;
  bottom: -5%;
}

.work-brief-box {
  display: block;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.work-brief-title-box {
  padding-top: 25px;
  padding-bottom: 25px;
}

.service-description-box {
  width: 70%;
  text-align: left;
}

.icon-service-box {
  width: 30%;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 42px;
}

.services-box {
  margin-top: 50px;
  margin-bottom: 50px;
}

.text-field {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 72px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #111;
  font-family: Raleway, sans-serif;
  font-size: 13px;
}

.text-field:focus {
  border-bottom-width: 2px;
  border-bottom-color: #198ef7;
}

.text-field.input {
  width: 95%;
  padding-left: 20px;
  border: 2px solid #2e2e2e;
  font-size: 17px;
}

.text-field.input:focus {
  border-color: #198ef7;
}

.input-text {
  position: relative;
  left: 15px;
  top: 34px;
  right: 0px;
  bottom: 0px;
  float: left;
  font-family: Raleway, sans-serif;
  color: #111;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.input-text.your-message {
  left: 15px;
  top: 0px;
  float: none;
  letter-spacing: 1px;
}

.input-box.your-message {
  margin-top: 34px;
  margin-bottom: 40px;
  text-align: left;
}

.form-wrapper {
  padding-right: 9%;
  padding-left: 9%;
}

.form-wrapper.sign-up {
  padding-right: 0%;
  padding-left: 0%;
}

.contact-form-box {
  margin-top: 60px;
  margin-bottom: 60px;
}

.submit-button {
  width: 215px;
  height: 67px;
  background-color: #2e2e2e;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button:hover {
  border: 3px solid #2e2e2e;
  background-color: transparent;
  color: #111;
  font-weight: 800;
}

.submit-button.on-sign-up {
  width: 100%;
  height: 52px;
}

.text-area {
  border: 2px solid #2e2e2e;
  font-family: Raleway, sans-serif;
  color: #111;
  font-size: 13px;
}

.text-area.message {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 37px;
}

.contact-form-title-box {
  margin-bottom: 25px;
}

.contact-details-box {
  position: relative;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 12% 10% 8%;
  border: 3px solid #2e2e2e;
}

.address-box {
  position: relative;
  margin-top: 20px;
  padding: 56px 4%;
}

.top-left-vertical-line {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  height: 12px;
  margin-top: -12px;
  margin-left: 12px;
  background-color: #2e2e2e;
}

.top-right-vertical-line {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 3px;
  height: 11px;
  margin-top: -12px;
  margin-right: 12px;
  background-color: #2e2e2e;
}

.top-right-vertical-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 3px;
  height: 10px;
  margin-top: -21px;
  margin-right: 24px;
  background-color: #2e2e2e;
}

.top-right-horizontal-line {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 3px;
  margin-top: -12px;
  margin-left: 12px;
  background-color: #2e2e2e;
}

.top-left-horizontal-line {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 3px;
  margin-top: -12px;
  margin-right: 12px;
  background-color: #2e2e2e;
}

.top-left-vertical-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  height: 10px;
  margin-top: -21px;
  margin-left: 24px;
  background-color: #2e2e2e;
}

.top-right-horizontal-line-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 3px;
  margin-top: -21px;
  margin-left: 24px;
  background-color: #2e2e2e;
}

.top-right-horizontal-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 52%;
  height: 3px;
  margin-top: -21px;
  margin-right: 24px;
  background-color: #2e2e2e;
}

.social-icons-small {
  display: inline-block;
  margin-top: 35px;
}

.body {
  height: 55px;
}

.body.main-button {
  height: 55px;
}

.success-message {
  padding-bottom: 10px;
  background-color: #f5f5f5;
}

.error-message {
  padding-top: 17px;
  padding-bottom: 5px;
  background-color: #deffe6;
}

.image-box {
  display: block;
  width: 50%;
  height: 100%;
  min-height: 410px;
  background-image: url('../images/Feets.jpg');
  background-position: 50% 50%;
  background-size: 650px;
  background-repeat: no-repeat;
  box-shadow: 16px 16px 35px -7px rgba(33, 33, 33, .32);
}

.pointing-down-arrow {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.features-section {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
  text-align: center;
}

.features-section.gray {
  background-color: #f8f8f8;
  text-align: center;
}

.features-section.gray.extended {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.other-features-2 {
  display: block;
  margin-right: auto;
  margin-bottom: 110px;
  margin-left: auto;
}

.other-features-3 {
  display: block;
  margin-right: auto;
  margin-bottom: 110px;
  margin-left: auto;
}

.other-features-3.last-row {
  margin-bottom: 0px;
}

.other-features-section {
  position: relative;
  overflow: hidden;
  padding-top: 110px;
}

.imac-display-box {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.iphones-6-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-icon {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.feature-icon-2 {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.feature-icon-3 {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.feature-icon-4 {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.feature-icon-5 {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.feature-icon-6 {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.hero-header-box {
  margin-bottom: 3%;
}

.hero-header-box.absolute {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 214px;
}

.header-box {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.header-box.left {
  margin-right: 0px;
  margin-left: 0px;
}

.paragraph-box {
  margin-top: 30px;
}

.title-box-2 {
  display: inline-block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-box-3 {
  display: inline-block;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.how-i-work-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.chat-icon {
  padding-bottom: 29px;
}

.display-icon {
  width: 50%;
  padding-bottom: 29px;
}

.diamond-icon {
  width: 50%;
  padding-bottom: 29px;
}

.how-i-work-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.how-i-work-row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testimonial-box-3 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 458px;
  min-height: 465px;
  margin-left: 16%;
  padding-right: 56px;
  padding-left: 56px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f8f8f8;
}

.testimonial-box-2 {
  width: 458px;
  height: 456px;
  margin-bottom: 10px;
  margin-left: 450px;
  padding-top: 100px;
  padding-right: 56px;
  padding-left: 56px;
  float: right;
  border-radius: 50%;
  background-color: #f8f8f8;
}

.testimonial-box-2.yellow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fdff39;
}

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

.slide-nav {
  position: relative;
}

.left-arrow {
  width: 18%;
  height: 67%;
  margin-left: 2%;
}

.right-arrow {
  width: 18%;
  height: 67%;
  margin-right: 2%;
}

.vertical-divider {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 3px;
  height: 109px;
  margin-top: 10px;
  background-color: #909090;
}

.vertical-divider.right {
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.client-logo-box-2 {
  display: block;
  width: 178px;
  margin: 55px auto;
  padding-right: 10px;
}

.client-logo-box-3 {
  display: block;
  width: 178px;
  margin: 55px auto;
  padding-right: 10px;
}

.client-logo-box-4 {
  display: block;
  width: 178px;
  margin: 55px auto;
  padding-right: 10px;
}

.hero-h1-text-box {
  width: 100%;
}

.service-box {
  padding-top: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e7e7e7;
}

.multicolumn-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, .93);
  text-align: center;
}

.multicolumn-hover.small {
  display: block;
  padding-top: 83px;
}

.narrow-section-box {
  display: block;
  width: 90%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.other-features-4 {
  display: block;
  margin-right: auto;
  margin-bottom: 110px;
  margin-left: auto;
}

.other-features-5 {
  display: block;
  margin-right: auto;
  margin-bottom: 110px;
  margin-left: auto;
}

.tree-box {
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.quote-box {
  padding-bottom: 120px;
  text-align: center;
}

.quote-marks-box {
  margin-bottom: 25px;
  font-family: 'Abril Fatface', sans-serif;
  color: #909090;
}

.bottle-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.subscribe-right-column {
  text-align: left;
}

.subscribe-image-box {
  padding-top: 10px;
  padding-bottom: 29px;
}

.team-members-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-member-box {
  position: relative;
  display: block;
  overflow: hidden;
  width: 32%;
  max-width: 375px;
  min-height: 440px;
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url('../images/Team-1.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .28);
}

.team-member-description-box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
}

.social-icons-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-text-box {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.service-feature-image {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.service-feature-image-2 {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.service-feature-image-3 {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.service-feature-image-4 {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.service-feature-image-5 {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.service-feature-image-6 {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.team-member-box-2 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 32%;
  max-width: 375px;
  min-height: 440px;
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url('../images/photo-1424470535838-79a00dc41aa5-4.22.41-p.m..jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .28);
}

.team-member-box-3 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 32%;
  max-width: 375px;
  min-height: 440px;
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url('../images/Team-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .28);
}

.button-box-2 {
  margin-top: 20px;
}

.service-feature-box-2 {
  position: relative;
  margin-bottom: 50px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.service-feature-box-2.shadow {
  display: block;
  width: 32%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .28);
}

.service-feature-box-3 {
  position: relative;
  display: block;
  width: 32%;
  margin-bottom: 50px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: #fff;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .28);
}

.service-feature-box-4 {
  display: block;
  width: 32%;
  margin-bottom: 50px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: #fff;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .28);
}

.service-feature-box-5 {
  display: block;
  width: 32%;
  margin-bottom: 50px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: #fff;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .28);
}

.service-feature-box-6 {
  display: block;
  width: 32%;
  margin-bottom: 50px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: #fff;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .28);
}

.other-features-6 {
  position: relative;
  display: block;
  width: 80%;
  margin: 70px auto 110px;
  padding: 25px 11px 40px;
  background-color: #fff;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .22);
}

.figure-2-box {
  position: absolute;
  top: 72px;
  right: -27px;
}

.figure-3-box {
  position: absolute;
  left: -42px;
  top: 34px;
}

.title-box-4 {
  display: inline-block;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.other-features-7 {
  display: block;
  margin: 70px auto 110px;
  padding: 25px 11px 40px;
  background-color: #fff;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .28);
}

.other-features-7.no-bottom-border {
  width: 80%;
  margin-bottom: 0px;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .22);
}

.dark-frame-box {
  display: block;
  width: 402px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  border: 32px solid #2e2e2e;
  background-color: #fff;
  box-shadow: 15px 15px 38px -3px rgba(0, 0, 0, .44);
}

.hero-section-2 {
  position: relative;
  z-index: 1;
  margin-bottom: -128px;
  padding: 130px 10% 80px;
  text-align: center;
}

.left-vertical-blue-line {
  position: absolute;
  left: 13%;
  top: 0px;
  bottom: 0px;
  width: 1px;
  min-height: 695px;
  background-color: #198ef7;
}

.blue-lines-box {
  position: absolute;
  left: 0px;
  top: 26px;
  right: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 660px;
  min-height: 700px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.right-vertical-blue-line {
  position: absolute;
  top: 0px;
  right: 13%;
  bottom: 0px;
  width: 1px;
  height: 100%;
  min-height: 695px;
  background-color: #198ef7;
}

.top-blue-line {
  position: absolute;
  left: 0px;
  top: 45px;
  right: 0px;
  width: 100%;
  height: 1px;
  background-color: #198ef7;
}

.bottom-blue-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 45px;
  width: 100%;
  height: 1px;
  background-color: #198ef7;
}

.arrow-black {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -107px;
  background-color: #0098ff;
}

.top-left-stitch {
  position: absolute;
  left: 12.3%;
  top: 45px;
  bottom: 0px;
  width: 11px;
  height: 1px;
  background-color: #198ef7;
  -webkit-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  transform: rotate(-44deg);
}

.top-right-sitich {
  position: absolute;
  top: 45px;
  right: 12.3%;
  bottom: 0px;
  width: 11px;
  height: 1px;
  background-color: #198ef7;
  -webkit-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  transform: rotate(44deg);
}

.bottom-left-stitch {
  position: absolute;
  left: 12.3%;
  bottom: 45px;
  width: 11px;
  height: 1px;
  background-color: #198ef7;
  -webkit-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  transform: rotate(-44deg);
}

.right-bottom-stitch {
  position: absolute;
  right: 12.3%;
  bottom: 45px;
  width: 11px;
  height: 1px;
  background-color: #198ef7;
  -webkit-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  transform: rotate(44deg);
}

.image-gallery-box {
  position: relative;
  display: block;
  overflow: hidden;
  width: 48%;
  height: 325px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border: 13px solid #fff;
  background-image: url('../images/plants_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .35);
}

.image-gallery-box-2 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 48%;
  height: 325px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border: 13px solid #fff;
  background-image: url('../images/vista.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .35);
}

.images-gallery-box {
  margin-top: 70px;
}

.image-gallery-box-3 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 48%;
  height: 325px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border: 13px solid #fff;
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .35);
}

.image-gallery-box-4 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 48%;
  height: 325px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border: 13px solid #fff;
  background-image: url('../images/Mustang.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .35);
}

.image-gallery-box-5 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 48%;
  height: 325px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border: 13px solid #fff;
  background-image: url('../images/girl.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .35);
}

.image-gallery-box-6 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 48%;
  height: 325px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border: 13px solid #fff;
  background-image: url('../images/Girl-subway.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .35);
}

.lightbox-link {
  height: 100%;
  min-width: 445px;
  cursor: -webkit-zoom-in;
}

.lightbox-link.image-1 {
  background-image: url('../images/plants.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: -webkit-zoom-in;
}

.image-description-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-right: 25px;
  padding-left: 10px;
  background-color: #fff;
  text-align: left;
}

.work-and-description-box {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 300px;
  margin-top: 25px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.text-box {
  margin-top: 30px;
  text-align: left;
}

.text-box.no-top-border {
  margin-top: 0px;
}

.text-box.first {
  margin-top: 50px;
}

.blog-right-column {
  width: 30%;
  margin-top: 15px;
  padding-right: 8px;
  padding-bottom: 30px;
  padding-left: 15px;
  border-left: 1px none #eee;
  text-align: left;
}

.description-box {
  margin-top: 20px;
  padding-left: 10px;
  font-family: Muli, sans-serif;
  color: #212121;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
}

.heading-title-box {
  display: block;
  margin-top: 15px;
  padding-top: 10px;
  text-align: left;
}

.heading-title-box.top-border {
  padding-top: 20px;
}

.divider-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eee;
}

.thumbnail-box {
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.thumbnail-box:hover {
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .2);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.thumbnail-background-box {
  position: relative;
  width: 100%;
  min-height: 200px;
  background-image: url('../images/Camera.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumbnail-content-box {
  position: relative;
  display: block;
  width: 90%;
  margin-top: -38px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 10px 20px 20px;
  background-color: #fff;
  text-align: left;
}

.author-picture-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.social-icon-black {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
}

.social-icon-black:hover {
  opacity: 0.8;
}

.social-icons-in-black {
  display: block;
  width: 90%;
  max-width: 250px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.social-icons-in-black.in-authors-box {
  float: left;
  text-align: left;
}

.category-element-box {
  display: block;
  width: 90%;
  max-width: 250%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 10px;
  border-bottom: 1px solid #eee;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Muli, sans-serif;
  color: #212121;
  font-size: 13px;
  line-height: 21px;
  text-decoration: none;
}

.category-element-box:hover {
  color: #909090;
}

.categories-box {
  margin-bottom: 40px;
}

.thumbnail-post-title {
  text-decoration: none;
}

.subscribe-pop-up {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 6000;
  display: none;
  height: 100vh;
  padding-top: 12%;
  padding-bottom: 287px;
  background-color: rgba(0, 0, 0, .7);
}

.box-button {
  display: block;
  width: 90%;
  height: 55px;
  max-width: 250px;
  margin: 40px auto 20px;
  padding-top: 17px;
  border: 2px solid #909090;
  font-family: Raleway, sans-serif;
  color: #212121;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.1px;
  text-decoration: none;
  text-transform: uppercase;
}

.image-on-pop-up {
  position: relative;
  left: -44px;
  width: 230px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.close-box {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  margin-top: 15px;
  margin-right: 25px;
  background-image: url('../images/Close-X-1.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.subscribe-row-box {
  margin-top: 20px;
}

.subscribe-pop-up-box {
  position: relative;
  display: block;
  width: 80%;
  max-width: 875px;
  min-height: 310px;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 1% 30px;
  border: 14px solid #2e2e2e;
  background-color: #fff;
}

.post-wrapper {
  position: relative;
  margin-top: 15px;
}

.post-wrapper.preview {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 60px;
}

.post-image-background {
  min-height: 480px;
  background-image: url('../images/Camera.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-content {
  position: relative;
  display: block;
  width: 90%;
  margin-top: -80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
  text-align: left;
}

.category-title-box {
  display: block;
  font-family: Raleway, sans-serif;
  color: #919191;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-decoration: none;
  text-transform: uppercase;
}

.preview {
  margin-top: 0px;
  float: left;
  text-align: left;
}

.post-preview {
  width: 70%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.post-content-box {
  display: block;
  width: 90%;
  margin-top: -80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
  text-align: left;
}

.post-preview-box {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}

.heading-box {
  text-align: left;
}

.quote {
  color: #333;
  font-size: 55px;
  line-height: 78px;
  font-weight: 400;
}

.invitation {
  margin-bottom: 30px;
}

.info-box {
  display: inline-block;
  margin-top: 13px;
}

.authors-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  padding-top: 30px;
  padding-right: 10px;
  padding-bottom: 25px;
  background-color: #f5f5f5;
}

.authors-bio-box {
  width: 80%;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.link-block {
  margin-right: 3px;
  float: left;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 13px;
  font-style: italic;
}

.breadcrumb-post-title-box {
  float: left;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #212121;
  font-size: 13px;
  font-style: italic;
}

.breadcrumb-arrows {
  margin-right: 3px;
  float: left;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #909090;
  font-size: 13px;
}

.breadcrumb-box {
  display: block;
  height: 30px;
  margin-bottom: 15px;
  padding-top: 29px;
  padding-bottom: 29px;
  float: none;
  border-bottom: 1px solid #eee;
}

.post-by-box {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 15px;
  font-family: Raleway, sans-serif;
  color: #909090;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.authors-name-box {
  display: inline-block;
  margin-bottom: 15px;
  font-family: Raleway, sans-serif;
  color: #212121;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.info-text-box {
  text-align: center;
}

.rich-text-block {
  color: #212121;
  text-align: left;
}

.read-more-box {
  float: left;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
}

.about-us-picture-box {
  text-align: center;
}

.image-license-notice-box {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.image-box-for-resources {
  margin-top: 30px;
}

.figcaption {
  margin-top: 5px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 13px;
  font-style: italic;
}

.title-text {
  font-family: Raleway, sans-serif;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.image-source-and-license-box {
  margin-top: 10px;
}

.hero-subtitle-box {
  margin-top: 10px;
}

.heading-1.big {
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 120px;
  line-height: 130px;
}

.heading-1.medium {
  color: #fff;
  font-size: 90px;
  line-height: 90px;
}

.hero-subtitle {
  display: inline;
  font-family: Montserrat, sans-serif;
  font-size: 47px;
  line-height: 50px;
  font-weight: 200;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subtitle.medium {
  font-size: 32px;
  line-height: 38px;
}

.mini-title {
  position: relative;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.mini-title.white {
  color: #fff;
}

.mini-title.footer {
  font-size: 11.5px;
}

.mini-title.gray {
  color: #909090;
}

.heading-2.big {
  color: #333;
  font-size: 50px;
  line-height: 53px;
}

.heading-2.medium {
  color: #fff;
  font-size: 90px;
  line-height: 100px;
}

.heading-3.big {
  margin-top: 0px;
  font-family: Proximanova, sans-serif;
  font-size: 45px;
  line-height: 48px;
  font-weight: 400;
}

.heading-3.big.right-justified {
  text-align: right;
}

.style-box {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 5px;
  text-align: left;
}

.style-box.first {
  margin-top: 60px;
}

.heading-4.big {
  font-size: 36px;
  line-height: 44px;
}

.philosophy-text-box {
  width: 70%;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrapper.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._50-percent-column {
  width: 50%;
}

._50-percent-column.image {
  background-image: url('../images/Mockup-Scene-Creator---lite-version.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.update {
  position: fixed;
  z-index: 10000;
  width: 70px;
  height: 70px;
  margin-top: 60px;
  margin-left: 30px;
  padding-top: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fdff39;
  font-family: Lato, sans-serif;
  color: #121212;
  font-size: 11px;
  line-height: 12px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.works-item {
  width: 33%;
}

.details-text {
  display: inline;
  margin-right: 3px;
  font-family: Lato, sans-serif;
  color: #909090;
  font-size: 16px;
}

.details-text.left-border {
  margin-left: 3px;
}

.hide {
  display: none;
}

.menu-title {
  position: relative;
  z-index: 1;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 42px;
  line-height: 47px;
  font-weight: 300;
  text-transform: uppercase;
}

.menu-title.white {
  color: #fff;
}

.button-outline {
  display: inline-block;
  min-width: 140px;
  margin-top: 10px;
  padding: 18px 35px;
  border: 3px solid #fff;
  -webkit-transition: background-color 400ms ease, color 200ms ease;
  transition: background-color 400ms ease, color 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-outline:hover {
  background-color: #fff;
  color: #111;
  font-weight: 700;
  text-decoration: none;
}

.social-icon-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #202022;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-icon-big:hover {
  width: 70px;
  height: 70px;
  border: 3px solid #212121;
  background-color: transparent;
}

.social-icon-big.facebook {
  background-image: url('../images/004-facebook-logo.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.social-icon-big.twitter {
  background-image: url('../images/003-twitter.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.social-icon-big.linkedin {
  background-image: url('../images/002-logo-linkedin.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.social-icon-big.instagram {
  margin-right: 0px;
  background-image: url('../images/001-logo-de-instagram_1.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.display-none {
  display: none;
}

.social-icon-mini {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #212121;
}

.social-icon-mini:hover {
  border: 2px solid #000;
  background-color: transparent;
}

.social-icon-mini.facebook {
  background-image: url('../images/004-facebook-logo.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon-mini.twitter {
  background-image: url('../images/003-twitter.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon-mini.linkedin {
  background-image: url('../images/002-logo-linkedin.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon-mini.instagram {
  margin-right: 0px;
  background-image: url('../images/001-logo-de-instagram_1.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #212121;
}

.social-icon-medium:hover {
  border: 2px solid #000;
  background-color: transparent;
}

.social-icon-medium.facebook {
  background-image: url('../images/004-facebook-logo.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.social-icon-medium.twitter {
  background-image: url('../images/003-twitter.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.social-icon-medium.linkedin {
  background-image: url('../images/002-logo-linkedin.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.social-icon-medium.instagram {
  margin-right: 0px;
  background-image: url('../images/001-logo-de-instagram_1.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.navbar-2 {
  overflow: visible;
  height: 50px;
  clear: none;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 100%, 99%, .5), hsla(0, 100%, 99%, .5));
  background-image: linear-gradient(180deg, hsla(0, 100%, 99%, .5), hsla(0, 100%, 99%, .5));
}

.image-2 {
  display: block;
  padding-left: -20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.heading-5 {
  position: relative;
  left: -87px;
  font-family: Montserrat, sans-serif;
}

.div-block {
  padding-top: 50px;
  padding-bottom: 0px;
}

.heading-6 {
  margin-bottom: 20px;
  font-family: Proximanova, sans-serif;
  font-weight: 400;
}

.heading-7 {
  margin-bottom: 20px;
  font-family: Proximanova, sans-serif;
  font-weight: 400;
}

.link-block-2 {
  width: 35%;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
}

.link-block-3 {
  width: 35%;
  margin-right: 40px;
  margin-left: 40px;
}

.image-3 {
  height: 40px;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.paragraph-2 {
  height: 4px;
}

.brand-2 {
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.image-4 {
  height: 40px;
  margin-top: 9.5px;
  margin-bottom: 9.5px;
  padding-top: 2.8000000000000007px;
  padding-bottom: 6.8px;
  padding-left: 16px;
}

.navbar-3 {
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, .15);
}

.nav-menu-2 {
  position: static;
  top: 19px;
  margin-top: 9.5px;
  float: left;
}

.nav-link-2 {
  font-family: 'Open Sans', sans-serif;
  color: #7f7f7f;
}

.nav-link-3 {
  color: #7f7f7f;
}

.nav-link-4 {
  color: #7f7f7f;
}

.tap-nav {
  display: inline-block;
  padding: 6.8px 8px;
  font-family: Proximanova, sans-serif;
  color: #7f7f7f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.tap-nav:hover {
  background-image: -webkit-linear-gradient(270deg, #f5f5f5, #f5f5f5);
  background-image: linear-gradient(180deg, #f5f5f5, #f5f5f5);
}

.brand-3 {
  position: static;
  margin-right: 8px;
  float: left;
}

.container {
  margin-right: 0px;
  margin-left: 16px;
}

.dropdown-toggle {
  padding-right: 29px;
  padding-left: 8px;
}

.dropdown-toggle.tap-nav {
  display: block;
  padding-top: 7px;
  padding-bottom: 6.8px;
  float: none;
}

.icon {
  margin-top: 9px;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #7f7f7f;
}

.dropdown-toggle-2 {
  padding-right: 20px;
  padding-left: 8px;
}

.dropdown-toggle-2.tap-nav {
  position: static;
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 18px;
  padding-bottom: 0px;
}

.icon-2 {
  margin-right: 0px;
  margin-left: auto;
  padding-left: 0px;
  color: #7f7f7f;
}

.text-block {
  color: #7f7f7f;
}

.dropdown-list {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.dropdown-list.w--open {
  top: 35px;
  min-height: 0px;
  min-width: 160px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .15);
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.tap-nav-drop {
  font-family: Proximanova, sans-serif;
  color: #333;
  font-size: 16px;
}

.tap-nav-drop:hover {
  background-image: -webkit-linear-gradient(270deg, #f5f5f5, #f5f5f5);
  background-image: linear-gradient(180deg, #f5f5f5, #f5f5f5);
}

.row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.paragraph-3 {
  min-width: 50px;
  margin-right: 15px;
}

.paragraph-4 {
  position: static;
  display: block;
  margin-top: 9.5px;
  margin-bottom: 9.5px;
  padding: 0px 16px;
  border: 1px none #000;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #0072db, #0072db);
  background-image: linear-gradient(180deg, #0072db, #0072db);
  font-family: Proximanova, sans-serif;
  color: #f5eeee;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

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

.dropdown {
  margin-right: 4px;
  padding-top: 6.8px;
  padding-bottom: 6.8px;
}

.row-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  float: right;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.navbar-4 {
  position: static;
  height: 0px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.container-2 {
  height: 55px;
  float: left;
}

.text-block-2 {
  margin-right: 0px;
}

.paragraph-5 {
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 400;
}

.signup.main-button.signupbox {
  width: 90px;
  height: 40px;
  margin-top: 6.8px;
  padding: 3.4px 16px 6.8px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #0275d8, #0275d8);
  background-image: linear-gradient(180deg, #0275d8, #0275d8);
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  text-align: center;
}

.login {
  margin-top: 6.8px;
  padding: 3.4px 10px;
  border: 1px solid #0275d8;
  border-radius: 4px;
  color: #0275d8;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.main-button {
  color: #fff;
  font-weight: 400;
}

.footer-column-title {
  position: relative;
  display: block;
  width: auto;
  font-family: Proximanova, sans-serif;
  color: #373a3c;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.footer-column-title.bottom {
  width: 540px;
  margin-top: 26px;
}

.link-2 {
  width: 100%;
}

.link-3 {
  display: block;
}

.footer-link {
  padding-left: 57px;
  color: #1c74c7;
}

.link-4 {
  display: block;
  width: 255px;
  padding-left: 0px;
  font-family: Proximanova, sans-serif;
  font-weight: 300;
  text-align: left;
}

.row-5 {
  display: inline-block;
}

.column-3 {
  padding-right: 15px;
  padding-left: 15px;
}

.row-6 {
  display: block;
}

.paragraph-6 {
  width: 540px;
  padding-left: 10px;
  font-family: Proximanova, sans-serif;
  color: #333;
  font-size: 16px;
  text-align: left;
  text-decoration: underline;
}

.row-7 {
  display: inline-block;
  margin-bottom: 30px;
}

.paragraph-7 {
  width: 530px;
  padding-left: 10px;
  font-family: Proximanova, sans-serif;
  color: #373a3c;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

.column-4 {
  padding-right: 15px;
  padding-left: 15px;
}

.paragraph-8 {
  display: inline-block;
  width: 1100px;
  margin-top: 10px;
  padding-left: 5px;
  font-family: Proximanova, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.column-5 {
  padding-right: 15px;
  padding-left: 15px;
}

.paragraph-9 {
  margin-bottom: 0px;
  font-family: Proximanova, sans-serif;
  color: #888;
  font-size: 12px;
}

.link-block-4 {
  position: static;
  display: block;
  overflow: visible;
  margin: 6.8px auto 10px;
  padding-right: auto;
  padding-left: auto;
  float: none;
  clear: none;
}

.link-block-5 {
  width: 85px;
}

.div-block-2 {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}

.paragraph-10 {
  padding-top: 6.8px;
  float: none;
  border-radius: 4px;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.link-block-6 {
  padding: 6.8px 20px 3.4px 16px;
  float: right;
  border: 2px none #000;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #0275d8, #0275d8);
  background-image: linear-gradient(180deg, #0275d8, #0275d8);
}

.link-block-7 {
  float: left;
}

.row-8 {
  margin-bottom: 10px;
}

.link-block-6-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  padding: 6.8px 0px 3.4px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px none #000;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #0275d8, #0275d8);
  background-image: linear-gradient(180deg, #0275d8, #0275d8);
}

.paragraph-11 {
  display: block;
  padding-top: 6.8px;
  float: none;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.column-6 {
  padding-left: 30px;
}

.column-7 {
  padding-right: 30px;
}

.div-block-3 {
  margin-top: 0px;
  padding-top: 30px;
}

.image-5 {
  display: inline-block;
  padding-top: 9px;
}

.row-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-6 {
  width: 30px;
  height: 30px;
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.column-8 {
  display: block;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

html.w-mod-js *[data-ix="initial-appearance-full-page-menu"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-menu-items"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="move-down-hero-header"] {
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}

html.w-mod-js *[data-ix="move-up-hero-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="show-up-body"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="show-up-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-7"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-8"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-9"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-10"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-11"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-12"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-30"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-31"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-32"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-33"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-34"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-35"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="full-transparency-on-hover-left-arrow"] {
  opacity: 0.4;
}

html.w-mod-js *[data-ix="full-transparency-on-hover-right-arrow"] {
  opacity: 0.4;
}

html.w-mod-js *[data-ix="expand-testimonial-box-1"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="expand-testimonial-box-2"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="expand-testimonial-box-3"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="slide-left-image-element-box"] {
  opacity: 0;
  -webkit-transform: translate(25px, 0px);
  -ms-transform: translate(25px, 0px);
  transform: translate(25px, 0px);
}

html.w-mod-js *[data-ix="expand-philosophy-box"] {
  opacity: 0;
  -webkit-transform: scale(0.9500000000000006, 0.9500000000000006);
  -ms-transform: scale(0.9500000000000006, 0.9500000000000006);
  transform: scale(0.9500000000000006, 0.9500000000000006);
}

html.w-mod-js *[data-ix="slide-right-video-element-box"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}

html.w-mod-js *[data-ix="actions-for-1-team-member"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="actions-for-2-team-member"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="actions-for-3-team-member"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="initial-appearance-for-go-up-button"] {
  display: none;
}

html.w-mod-js *[data-ix="initial-appearance-social-icons-box"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="initial-appareance-for-feature-icons"] {
  opacity: 0;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

html.w-mod-js *[data-ix="initial-appearance-strikethrough"] {
  -webkit-transform: translate(-260px, 0px);
  -ms-transform: translate(-260px, 0px);
  transform: translate(-260px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-imac-display"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-button-box"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="initial-appearance-strikethrough-big"] {
  -webkit-transform: translate(-400px, 0px);
  -ms-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-paragraph-box"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="initial-appearance-header-box"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="initial-appearance-title-box"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="initial-appareance-iphone-6-right"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}

html.w-mod-js *[data-ix="initial-appareance-iphone-6-left"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-frame-picture"] {
  opacity: 0;
  -webkit-transform: translate(45px, 0px);
  -ms-transform: translate(45px, 0px);
  transform: translate(45px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-chat-icon"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-display"] {
  opacity: 0;
  -webkit-transform: translate(25px, 0px);
  -ms-transform: translate(25px, 0px);
  transform: translate(25px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-diamond-icon"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-clients-logo-box"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="initial-appearance-apple-devices"] {
  opacity: 0;
  -webkit-transform: translate(25px, 0px);
  -ms-transform: translate(25px, 0px);
  transform: translate(25px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-macbook"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-icon-service-box"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="initial-appearance-multicolumn-hover"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="initial-appearance-object"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-bottle"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-quote-marks"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="initial-appearance-quote-text-box"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="initial-appearance-team-member-description-box"] {
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="initial-appearance-figures"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="intial-appearance-left-vertical-blue-line"] {
  -webkit-transform: translate(0px, 800px);
  -ms-transform: translate(0px, 800px);
  transform: translate(0px, 800px);
}

html.w-mod-js *[data-ix="intial-appearance-right-vertical-blue-line"] {
  -webkit-transform: translate(0px, -800px);
  -ms-transform: translate(0px, -800px);
  transform: translate(0px, -800px);
}

html.w-mod-js *[data-ix="initial-appearance-top-blue-line"] {
  -webkit-transform: translate(700px, 0px);
  -ms-transform: translate(700px, 0px);
  transform: translate(700px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-bottom-blue-line"] {
  -webkit-transform: translate(-700px, 0px);
  -ms-transform: translate(-700px, 0px);
  transform: translate(-700px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-stitches-box"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-dark-frame"] {
  opacity: 0;
  -webkit-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  transform: translate(0px, 70px);
}

html.w-mod-js *[data-ix="initial-appearance-hero-h1-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="initial-appearance-hero-title-box-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="initial-appearance"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="initial-appareance-subscribe-image-box"] {
  opacity: 0;
  -webkit-transform: scale(0.8500000000000006, 0.8500000000000006);
  -ms-transform: scale(0.8500000000000006, 0.8500000000000006);
  transform: scale(0.8500000000000006, 0.8500000000000006);
}

html.w-mod-js *[data-ix="initial-appearance-close-box"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="initial-appearance-subscribe-pop-up"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .content-section.gray.call-to-action {
    height: 7%;
    margin-bottom: 0px;
  }
  .content-wrapper {
    width: 100%;
  }
  .content-wrapper.narrow {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
  }
  .content-wrapper.narrow.overlaping {
    width: 90%;
    margin-top: -150px;
    padding-top: 35px;
  }
  .content-wrapper.overlaping {
    width: 80%;
  }
  .title {
    font-size: 42px;
  }
  .paragraph.big {
    font-size: 26px;
    line-height: 45px;
  }
  .top-line-1 {
    width: 93%;
  }
  .bottom-line-horizontal-1 {
    width: 100%;
  }
  .bottom-line-horizontal-2 {
    width: 99%;
  }
  .h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .left-column {
    text-align: center;
  }
  .right-column {
    text-align: center;
  }
  .right-column.how-i-work {
    text-align: left;
  }
  .frame-picture-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .video-box {
    background-size: cover;
  }
  .text-content-box.left-column {
    margin-right: 0px;
    margin-left: 0px;
  }
  .philosophy-box {
    position: relative;
  }
  .client-logo-box {
    display: block;
  }
  .social-icons-box {
    padding-right: 11%;
    padding-left: 11%;
  }
  .menu-wrapper {
    width: 90%;
  }
  .hero-section {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/smoler.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/smoler.jpg');
    background-size: auto, cover;
  }
  .go-up-button {
    margin-right: 10px;
  }
  .service-feature-box {
    width: 48%;
  }
  .service-feature-box.shadow {
    height: 440px;
  }
  .call-to-action-content-box {
    padding-top: 67px;
  }
  .hero-title {
    font-size: 40px;
    line-height: 43px;
  }
  .hero-title.medium {
    font-size: 32px;
  }
  .credits-box {
    width: 90%;
  }
  .apple-devices-box {
    overflow: hidden;
  }
  .iphone-box {
    bottom: -6%;
  }
  .form-wrapper {
    padding-right: 4%;
    padding-left: 4%;
  }
  .text-area.message {
    width: 100%;
  }
  .contact-details-box {
    padding-right: 4%;
    padding-left: 4%;
  }
  .image-box {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-size: cover;
  }
  .imac-display-box {
    text-align: center;
  }
  .iphones-6-box {
    text-align: center;
  }
  .header-box {
    width: 90%;
  }
  .slide-nav {
    top: 45px;
  }
  .works-box {
    position: relative;
    width: 100%;
  }
  .tree-box {
    text-align: center;
  }
  .bottle-box {
    margin-top: 30px;
    text-align: center;
  }
  .team-member-box {
    background-position: 30% 50%;
    background-size: cover;
  }
  .service-feature-box-2.shadow {
    width: 48%;
  }
  .service-feature-box-3 {
    width: 48%;
  }
  .service-feature-box-4 {
    width: 48%;
  }
  .service-feature-box-5 {
    width: 48%;
  }
  .service-feature-box-6 {
    width: 48%;
  }
  .other-features-6 {
    width: 96%;
  }
  .other-features-7 {
    width: 96%;
  }
  .other-features-7.no-bottom-border {
    width: 96%;
  }
  .left-vertical-blue-line {
    left: 13%;
    top: 0px;
    bottom: 0px;
  }
  .right-vertical-blue-line {
    top: 0px;
    right: 13%;
    bottom: 0px;
  }
  .top-right-sitich {
    right: 12.4%;
  }
  .thumbnail-box {
    min-height: 441px;
  }
  .author-picture-box {
    margin-bottom: 20px;
  }
  .social-icons-in-black {
    display: block;
  }
  .image-on-pop-up {
    left: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .close-box {
    margin-right: 10px;
  }
  .subscribe-pop-up-box {
    width: 90%;
    min-height: auto;
  }
  .authors-box {
    width: 100%;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .authors-bio-box {
    width: 100%;
  }
  .heading-3.big.right-justified {
    text-align: center;
  }
  .philosophy-text-box {
    width: 80%;
  }
  .works-item {
    width: 49%;
  }
  .icon-3 {
    float: right;
    color: #333;
  }
  .link-block-6 {
    display: block;
    padding-left: 6px;
    float: none;
  }
  .column-7 {
    padding-left: 0px;
  }
  .row-9 {
    display: block;
  }
}

@media (max-width: 767px) {
  .content-wrapper.narrow.overlaping {
    padding-right: 4%;
    padding-left: 4%;
  }
  .content-wrapper.hero {
    width: 90%;
  }
  .content-wrapper.overlaping {
    width: 90%;
  }
  .title {
    font-size: 38px;
  }
  .paragraph.medium {
    font-size: 21px;
    line-height: 34px;
  }
  .h1 {
    font-size: 29px;
    line-height: 35px;
  }
  .h1.big.blue {
    font-size: 150px;
  }
  .features-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .left-column {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }
  .right-column {
    width: 100%;
  }
  .right-column.how-i-work {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
  .h4.big {
    font-size: 45px;
    line-height: 50px;
  }
  .frame-picture-box {
    width: 90%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .double-color-icons-box {
    width: 100%;
  }
  .testimonial-box {
    margin-left: 0%;
  }
  .video-box {
    width: 100%;
  }
  .text-content-box {
    width: 100%;
  }
  .text-content-box.left-column {
    padding-right: 35px;
  }
  .philosophy-box {
    width: 100%;
  }
  .client-logo-box {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .social-icons-box {
    padding-right: 5%;
    padding-left: 5%;
  }
  .menu-item-box {
    margin-bottom: 20px;
  }
  .social-icon {
    width: 84px;
  }
  .service-feature-box {
    width: 80%;
  }
  .service-feature-box.shadow {
    position: relative;
    width: 120%;
    height: 500px;
  }
  .experience-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .isometric-iphone-6 {
    width: 100%;
  }
  .hero-title {
    font-size: 32px;
    line-height: 35px;
  }
  .hero-title.medium {
    font-size: 30px;
    line-height: 35px;
  }
  .credit-box {
    width: 31%;
  }
  .credits-box {
    width: 100%;
  }
  .ipad-box {
    width: 38%;
  }
  .iphone-box {
    bottom: -6%;
    width: 24%;
  }
  .service-description-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .icon-service-box {
    width: 100%;
  }
  .text-field.input {
    width: 100%;
  }
  .submit-button.on-sign-up {
    width: 100%;
  }
  .image-box {
    width: 100%;
  }
  .iphones-6-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .header-box.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .display-icon {
    width: 100%;
  }
  .diamond-icon {
    width: 100%;
  }
  .testimonial-box-3 {
    margin-left: 0%;
  }
  .left-arrow {
    margin-left: 0%;
  }
  .right-arrow {
    margin-right: 0%;
  }
  .vertical-divider {
    display: none;
  }
  .team-members-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .team-member-box {
    width: 70%;
  }
  .quote-text-box {
    width: 100%;
  }
  .team-member-box-2 {
    width: 70%;
  }
  .team-member-box-3 {
    width: 70%;
  }
  .service-feature-box-2.shadow {
    width: 100%;
  }
  .service-feature-box-3 {
    width: 100%;
  }
  .service-feature-box-4 {
    width: 100%;
  }
  .service-feature-box-5 {
    width: 100%;
  }
  .service-feature-box-6 {
    width: 100%;
  }
  .figure-2-box {
    right: -17px;
  }
  .figure-3-box {
    left: -25px;
    right: 22px;
  }
  .other-features-7.no-bottom-border {
    width: 100%;
  }
  .left-vertical-blue-line {
    left: 6%;
    top: 0px;
    bottom: 0px;
  }
  .right-vertical-blue-line {
    top: 0px;
    right: 5%;
    bottom: 0px;
  }
  .top-left-stitch {
    left: 5.1%;
  }
  .top-right-sitich {
    right: 4.4%;
  }
  .bottom-left-stitch {
    left: 5.1%;
  }
  .right-bottom-stitch {
    right: 4.4%;
  }
  .image-gallery-box {
    width: 100%;
  }
  .image-gallery-box-2 {
    width: 100%;
  }
  .image-gallery-box-3 {
    width: 100%;
  }
  .image-gallery-box-4 {
    width: 100%;
  }
  .image-gallery-box-5 {
    width: 100%;
  }
  .image-gallery-box-6 {
    width: 100%;
  }
  .blog-right-column {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    float: none;
  }
  .blog-thumbnails-box {
    width: 100%;
  }
  .thumbnail-box {
    height: 350px;
    min-height: 300px;
    margin-bottom: 15px;
  }
  .social-icons-in-black {
    text-align: center;
  }
  .category-element-box {
    width: 100%;
    margin-left: 0px;
  }
  .post-wrapper {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .post-content {
    padding-top: 20px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .post-preview {
    width: 100%;
  }
  .breadcrumb-box {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-1.big {
    font-size: 90px;
    line-height: 90px;
  }
  .heading-1.medium {
    font-size: 70px;
    line-height: 70px;
  }
  .hero-subtitle {
    font-size: 30px;
    line-height: 43px;
  }
  .philosophy-text-box {
    width: 90%;
  }
  ._50-percent-column.image {
    width: 100%;
    height: 550px;
  }
  .works-item {
    width: 100%;
  }
  .link-block-3 {
    width: 34%;
  }
  .paragraph-10 {
    display: inline-block;
    float: none;
    clear: none;
  }
  .link-block-6 {
    width: 300px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .row-8 {
    display: inline-block;
    width: 230px;
    float: none;
  }
  .link-block-6-copy {
    margin-top: 11px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-6 {
    position: static;
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-7 {
    padding-right: 0px;
  }
  .image-5 {
    display: none;
  }
  .image-6 {
    display: none;
  }
  .column-9 {
    position: relative;
  }
}

@media (max-width: 479px) {
  .content-wrapper.narrow.overlaping {
    padding-top: 25px;
  }
  .content-wrapper.hero {
    width: 100%;
  }
  .title {
    font-size: 34px;
    letter-spacing: 4px;
  }
  .arrow.more-bottom-border {
    margin-bottom: 20%;
  }
  .strikethrough.on-footer {
    top: 11px;
  }
  .title-box.white {
    display: inline-block;
  }
  .paragraph.small {
    padding-bottom: 0px;
  }
  .paragraph.big {
    font-size: 15px;
    line-height: 22px;
  }
  .top-line-1 {
    width: 89%;
  }
  .bottom-line-horizontal-2 {
    width: 92%;
  }
  .h1.big.blue {
    font-size: 104px;
    letter-spacing: 1px;
  }
  .left-column.top-padding {
    margin-bottom: 0px;
  }
  .right-column {
    padding-left: 0px;
  }
  .right-column.how-i-work {
    text-align: left;
  }
  .h4.no-bottom-border {
    font-size: 31px;
  }
  .h4.big {
    font-size: 40px;
    line-height: 45px;
  }
  .testimonial-box {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    padding: 40px 20px;
    float: none;
    border-radius: 0px;
    background-color: #f8f8f8;
  }
  .text-content-box.left-column {
    margin-bottom: 0px;
    text-align: right;
  }
  .social-icons-box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .social-icon {
    width: 56px;
    margin-right: 10px;
  }
  .social-icon.medium {
    width: 58px;
  }
  .hero-section {
    min-height: 350px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/smoler.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/smoler.jpg');
    background-size: auto, cover;
  }
  .hero-section.me {
    min-height: 500px;
  }
  .service-feature-box {
    width: 100%;
  }
  .service-feature-box.shadow {
    width: 100%;
    height: auto;
  }
  .experience-box {
    width: 100%;
  }
  .isometric-iphone-6 {
    width: 100%;
  }
  .hero-title {
    font-size: 29px;
  }
  .hero-title.medium {
    font-size: 28px;
    line-height: 32px;
  }
  .credit-box {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .contact-details-box {
    width: 100%;
  }
  .hero-title-box {
    margin-bottom: 20%;
  }
  .hero-header-box.absolute {
    bottom: 132px;
  }
  .testimonial-box-3 {
    width: 100%;
    height: auto;
    padding: 40px 20px 60px;
    float: none;
    border-radius: 0%;
    text-align: center;
  }
  .testimonial-box-2.yellow {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 40px 20px;
    float: none;
    border-radius: 0%;
    text-align: center;
  }
  .left-arrow {
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 16%;
  }
  .right-arrow {
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 16%;
  }
  .hero-h1-text-box {
    margin-bottom: 0px;
  }
  .team-member-box {
    width: 100%;
  }
  .team-member-box-2 {
    width: 100%;
  }
  .team-member-box-3 {
    width: 100%;
  }
  .service-feature-box-2.shadow {
    width: 100%;
  }
  .service-feature-box-3 {
    width: 100%;
  }
  .service-feature-box-4 {
    width: 100%;
  }
  .service-feature-box-5 {
    width: 100%;
  }
  .service-feature-box-6 {
    width: 100%;
  }
  .other-features-6 {
    height: 100%;
  }
  .figure-2-box {
    position: relative;
    top: 0px;
    right: 0px;
    margin-top: 70px;
  }
  .figure-3-box {
    position: relative;
    left: 0px;
    right: 0px;
    display: block;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
  }
  .other-features-7.no-bottom-border {
    height: 100%;
  }
  .dark-frame-box {
    width: 90%;
    height: 100%;
    min-height: 330px;
  }
  .left-vertical-blue-line {
    left: 7%;
    top: 0px;
    bottom: 0px;
    min-height: 350px;
  }
  .blue-lines-box {
    top: 33px;
    min-height: 310px;
  }
  .right-vertical-blue-line {
    top: 0px;
    right: 7%;
    bottom: 0px;
    height: 100%;
    min-height: 350px;
  }
  .top-left-stitch {
    left: 5.2%;
  }
  .top-right-sitich {
    right: 5.4%;
  }
  .bottom-left-stitch {
    left: 5.2%;
  }
  .right-bottom-stitch {
    right: 5.2%;
  }
  .image-gallery-box-2 {
    min-height: auto;
    min-width: auto;
  }
  .image-gallery-box-3 {
    min-height: auto;
    min-width: auto;
  }
  .image-gallery-box-4 {
    min-height: auto;
    min-width: auto;
  }
  .image-gallery-box-5 {
    min-height: auto;
    min-width: auto;
  }
  .image-gallery-box-6 {
    min-height: auto;
    min-width: auto;
  }
  .lightbox-link {
    width: 100%;
    min-width: auto;
  }
  .lightbox-link.image-1 {
    min-width: auto;
  }
  .blog-right-column {
    width: 100%;
  }
  .blog-thumbnails-box {
    width: 100%;
  }
  .thumbnail-box {
    height: 410px;
    min-height: 400px;
  }
  .author-picture-box {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
  .social-icons-in-black {
    display: block;
    text-align: center;
  }
  .image-on-pop-up {
    width: 180px;
  }
  .close-box {
    margin-top: 10px;
    margin-right: 10px;
  }
  .post-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .post-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .post-content-box {
    padding-top: 20px;
  }
  .authors-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .authors-bio-box {
    width: 100%;
  }
  .breadcrumb-post-title-box {
    float: none;
    text-align: left;
  }
  .breadcrumb-box {
    display: block;
    height: auto;
  }
  .heading-1.big {
    margin-bottom: 28px;
    font-size: 40px;
    line-height: 40px;
  }
  .hero-subtitle {
    padding-top: 1px;
    padding-bottom: 0px;
  }
  .heading-3.big {
    margin-top: 10px;
    font-size: 35px;
    line-height: 40px;
  }
  .heading-3.mobile {
    text-align: right;
  }
  .heading-5 {
    padding-left: 46px;
    font-size: 20px;
  }
  .link-block-2 {
    width: 100%;
  }
  .link-block-3 {
    width: 100%;
  }
  .row-4 {
    display: none;
  }
  .link-block-6 {
    width: 300px;
    padding-right: 6px;
  }
  .link-block-6-copy {
    position: static;
    display: block;
    width: 300px;
    margin-top: 9px;
    margin-left: 0px;
    padding-right: 1px;
    padding-left: 1px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-5 {
    display: none;
  }
  .image-6 {
    display: none;
  }
}

@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-BoldIt.otf') format('opentype'), url('../fonts/ProximaNova-Sbold.otf') format('opentype'), url('../fonts/ProximaNova-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-BoldIt.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Sbold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/proximanova-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/proximanova-regularit.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}