h1 {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Abril Fatface', sans-serif;
  color: #333;
  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;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-align: left;
}

h3 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Abril Fatface', sans-serif;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Abril Fatface', sans-serif;
  font-size: 23px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Abril Fatface', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Abril Fatface', sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-align: left;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #212121;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

a {
  color: #61b566;
}

figcaption {
  margin-top: 5px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 13px;
  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: 90px;
  padding-bottom: 90px;
  text-align: center;
}

.content-section.gray {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f5f5f5;
}

.content-section.gray.call-to-action {
  overflow: visible;
  height: 290px;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-section.dark {
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #5fb564;
}

.content-section.no-top-padding {
  padding-top: 0px;
}

.content-section.no-top-border {
  position: relative;
  padding-top: 0px;
}

.content-section.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f8f8f8;
}

.content-section.footer.dark {
  padding-bottom: 40px;
  background-color: #242424;
}

.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-section.split {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #61b566;
}

.content-wrapper {
  position: relative;
  display: block;
  width: 80%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}

.content-wrapper.narrow {
  width: 70%;
  max-width: 1120px;
  padding-right: 3%;
  padding-left: 3%;
}

.content-wrapper.narrow.gray {
  margin-top: 60px;
  padding-top: 15px;
  padding-bottom: 24px;
  background-color: #f5f5f5;
}

.content-wrapper.hero {
  font-family: 'Abril Fatface', sans-serif;
  color: #fff;
  text-align: center;
}

.content-wrapper.white {
  background-color: #fff;
}

.content-wrapper.overlapping {
  margin-top: -210px;
  padding-top: 45px;
  background-color: #fff;
}

.content-wrapper.wide {
  max-width: 1140px;
}

.content-wrapper.flex {
  -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;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 90px;
  background-color: #fff;
}

.navbar.black {
  background-color: #2e2e2e;
}

.navbar.dark {
  background-color: #242424;
}

.nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: -6px;
  padding: 50px 3px;
  -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;
  font-family: Montserrat, sans-serif;
  color: #111;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-menu {
  overflow: hidden;
  height: 100vh;
  float: left;
  background-color: #fff;
}

.nav-menu.dark {
  background-color: #1e1e1e;
}

.brand {
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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.85;
}

.brand.w--current {
  overflow: hidden;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.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;
  background-color: transparent;
}

.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-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.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-bottom: 20px;
  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: 120px;
}

.button {
  display: inline-block;
  min-width: 200px;
  padding: 26px 45px;
  background-color: #5fb564;
  -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: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  padding-top: 23px;
  padding-bottom: 23px;
  border: 3px solid #2e2e2e;
  background-color: transparent;
  color: #111;
  font-weight: 700;
  text-decoration: none;
}

.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.on-menu-bar.gray {
  background-color: #fdff39;
}

.strikethrough.purple {
  background-color: #8c6de7;
}

.title-box {
  display: inline-block;
}

.title-box.small {
  font-size: 13px;
  line-height: 16px;
}

.title-box.small.no-bottom-border {
  margin-bottom: 0px;
}

.title-box.small.buy-template {
  display: block;
  margin-bottom: 10px;
}

.title-box.yellow {
  background-color: #fdff39;
}

.title-box.in-multicolumn {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 16px;
}

.title-box.gray {
  color: #909090;
}

.title-box.gray.no-bottom-padding {
  margin-bottom: 0px;
}

.title-box.more-bottom-border {
  margin-bottom: 10px;
}

.title-box.bottom-border {
  margin-bottom: 15px;
}

.show-title-above-strikethrough {
  position: relative;
  font-size: 17px;
}

.intro {
  font-size: 36px;
}

.column {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.column.narrow {
  height: 20px;
}

.paragraph.small {
  font-size: 21px;
  line-height: 30px;
}

.paragraph.medium {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

.paragraph.big {
  margin-bottom: 20px;
}

.row {
  position: relative;
  display: inline-block;
  width: 100%;
}

.feature-content {
  padding-top: 30px;
  text-align: center;
}

.feature-content.left-justify {
  text-align: left;
}

.h1 {
  font-family: 'Abril Fatface', sans-serif;
}

.h1.big {
  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: 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;
}

.left-column {
  position: relative;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 40px;
  text-align: right;
}

.left-column.no-bottom-border {
  width: 100%;
  margin-bottom: 0px;
}

.right-column {
  position: relative;
  width: 50%;
  padding-left: 45px;
  text-align: left;
}

.right-column.left-justify {
  text-align: left;
}

.right-column.large {
  width: 100%;
}

.iphone-6-left {
  width: 50%;
}

.iphone-6-right {
  width: 50%;
}

.frame-picture {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.white {
  color: #fff;
}

.link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #0098ff;
  text-decoration: none;
}

.link:hover {
  color: #0098ff;
  text-decoration: none;
}

.link.blue-and-underline {
  border-bottom: 1px solid #0098ff;
  color: #0098ff;
}

.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/tjenester.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 16px 16px 35px -7px rgba(33, 33, 33, .3);
}

.play-button {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 95px;
  height: 95px;
  -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-content-box.left-column {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.client-logo-box {
  display: block;
  width: 178px;
  margin: 55px auto;
  padding-right: 10px;
}

.social-icons-box {
  display: inline-block;
  margin-top: 35px;
}

.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;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Raleway, sans-serif;
  color: #111;
  font-size: 40px;
  line-height: 80px;
  font-weight: 600;
  text-decoration: none;
}

.menu-item-box.w--current {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.menu-item-box.white {
  color: #fff;
}

.strikethrough-big {
  position: relative;
  top: -26px;
  width: 100%;
  height: 4px;
  background-color: #5fb564;
  color: #5fb564;
}

.strikethrough-big.gray {
  background-color: #fdff39;
}

.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;
}

.full-page-menu.black {
  display: block;
  background-color: #2e2e2e;
}

.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: cover;
  background-repeat: no-repeat;
}

.social-icon.instagram.medium {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/instagram-outline.png');
  background-size: cover;
}

.social-icon.instagram.small {
  background-image: url('../images/Instagram-fill.png');
}

.social-icon.instagram.mini {
  background-image: none;
}

.social-icon.instagram.dark {
  width: 75px;
  background-image: url('../images/Instagram-white-outline.png');
  background-size: cover;
}

.social-icon.linkedin {
  background-image: url('../images/Linkedin-outline.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-icon.linkedin.medium {
  background-image: url('../images/Linkedin-outline.png');
  background-size: cover;
}

.social-icon.linkedin.small {
  background-image: url('../images/Linkedin-fill.png');
  background-size: cover;
}

.social-icon.linkedin.dark {
  width: 75px;
  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.medium {
  background-image: url('../images/Twitter-outline.png');
  background-size: cover;
}

.social-icon.twitter.small {
  background-image: url('../images/Twitter-fill.png');
  background-size: cover;
}

.social-icon.twitter.mini {
  background-image: url('../images/Twitter-fill.png');
  background-size: cover;
}

.social-icon.twitter.dark {
  width: 75px;
  background-image: url('../images/Twitter-white-outline.png');
  background-size: cover;
}

.social-icon.small {
  width: 50px;
  background-image: url('../images/Facebook-fill_1.png');
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon.medium {
  width: 75px;
  background-image: url('../images/facebook-outline.png');
  background-size: cover;
}

.social-icon.medium.dark {
  background-image: url('../images/Facebook-white-outline.png');
  background-size: cover;
}

.social-icon.mini {
  width: 30px;
  margin-right: 10px;
  background-image: url('../images/Facebook-fill_1.png');
  background-size: cover;
}

.social-icon.mini.facebook {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon.mini.twitter {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon.mini.linkedin {
  background-image: url('../images/Linkedin-fill.png');
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon.mini.instagram {
  background-image: url('../images/Instagram-fill.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.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;
}

.menu-item-7 {
  display: block;
}

.social-icons-box-medium {
  display: inline-block;
  margin-top: 35px;
}

.menu-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
  padding-top: 20%;
  padding-bottom: 15%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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/background_dognbo.jpg');
  background-position: 100% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-section.me {
  min-height: 700px;
  padding-top: 17%;
  padding-bottom: 23%;
  background-image: url('../images/bg.jpg');
  background-size: cover;
}

.hero-section.horses {
  min-height: 900px;
  padding-top: 10%;
  padding-bottom: 15%;
  background-image: url('../images/Mustang.png');
  background-size: cover;
}

.hero-section.guy {
  height: 900px;
  padding-top: 17%;
  padding-bottom: 23%;
  background-image: url('../images/Guy.jpg');
  background-size: cover;
}

.hero-section.girl {
  min-height: 900px;
  padding-top: 10%;
  padding-bottom: 15%;
  background-image: url('../images/Girl-subway.png');
  background-size: cover;
}

.hero-section.short {
  padding-top: 17%;
  padding-bottom: 23%;
  background-image: url('../images/Men-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.go-up-bar {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  padding-top: 18px;
  padding-bottom: 18px;
}

.go-up-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 50%;
  background-color: #61b566;
  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;
  cursor: pointer;
}

.service-feature-box {
  position: relative;
  display: block;
  width: 32%;
  margin-right: 10px;
  margin-bottom: 50px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.service-feature-box.shadow {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .18);
}

.experience-box {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 4%;
  padding-left: 2%;
  text-align: left;
}

.experience-box.image_exp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.experience-title-box {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #efefef;
}

.call-to-action-content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 65px;
  padding-bottom: 30px;
  -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;
  text-align: center;
}

.isometric-iphone-6 {
  display: block;
  width: 550px;
  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;
}

.credit-box {
  width: 33%;
  padding-top: 24px;
  padding-bottom: 24px;
  float: left;
  text-align: center;
}

.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%;
}

.image-sample-box {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-bottom: 3%;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.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%;
  padding-bottom: 20px;
  padding-left: 10px;
  text-align: left;
}

.service-description-box.andretilbud {
  width: 50%;
}

.icon-service-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 42px;
  -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;
}

.icon-service-box.andretilbud {
  display: block;
  width: 50%;
}

.services-box {
  margin-top: 70px;
  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;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.text-field:hover {
  border-bottom-color: #198ef7;
}

.text-field:focus {
  border-bottom-width: 2px;
  border-bottom-color: #198ef7;
}

.text-field.box {
  position: relative;
  width: 95%;
  padding-left: 20px;
  border: 2px solid #2e2e2e;
  font-size: 17px;
}

.text-field.box:hover {
  border-color: #0098ff;
}

.text-field.box: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 {
  width: 50%;
  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: Lato, 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;
  font-family: Lato, sans-serif;
}

.text-area.message:hover {
  border-color: #198ef7;
}

.contact-details-box {
  position: relative;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 12% 10% 8%;
  border: 3px solid #2e2e2e;
  text-align: center;
}

.address-box {
  position: relative;
  width: 50%;
  margin-top: 20px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.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;
}

.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/kontakt.jpg');
  background-position: 50% 50%;
  background-size: cover;
  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 {
  padding-top: 290px;
}

.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;
}

.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-subtitle-box {
  margin-top: 10px;
}

.hero-header-box {
  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;
  text-align: center;
}

.hero-header-box.absolute {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 214px;
  z-index: 10;
}

.header-box {
  text-align: left;
}

.header-box.left-justify {
  text-align: left;
}

.header-box.centered {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-box.medium {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph-box {
  margin-top: 30px;
  text-align: right;
}

.paragraph-box.left-justify {
  text-align: left;
}

.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;
}

.chat-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 29px;
  -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;
}

.display-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-bottom: 29px;
  -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;
}

.diamond-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-bottom: 29px;
  -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;
}

.video-element-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-element-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.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-1 {
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.service-2 {
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.service-3 {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.service-4 {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.multicolumn-image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin-top: 25px;
  margin-right: 15px;
  background-image: url('../images/Mustang.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.multicolumn-image.small {
  width: 31.7%;
  min-height: 300px;
  margin-right: 15px;
  background-image: url('../images/Mustang.jpg');
  background-size: cover;
}

.multicolumn-image.medium {
  width: 49%;
}

.multicolumn-image-2 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin-top: 25px;
  background-image: url('../images/Food.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.multicolumn-image-2.small {
  width: 31.7%;
  min-height: 300px;
  margin-right: 15px;
  background-image: url('../images/Food.jpg');
}

.multicolumn-image-2.medium {
  width: 49%;
}

.multicolumn-image-3 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin-top: 25px;
  margin-right: 15px;
  background-image: url('../images/photo-1441906363162-903afd0d3d52.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.multicolumn-image-3.small {
  width: 31.7%;
  min-height: 300px;
  background-image: url('../images/photo-1441906363162-903afd0d3d52.jpg');
  background-size: 600px;
}

.multicolumn-image-3.medium {
  width: 49%;
}

.multicolumn-image-4 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin-top: 25px;
  background-image: url('../images/photo-1445251836269-d158eaa028a6-4.22.41-p.m..jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.multicolumn-image-4.small {
  width: 31.7%;
  min-height: 300px;
  margin-right: 15px;
  background-image: url('../images/photo-1445251836269-d158eaa028a6-4.22.41-p.m..jpg');
  background-size: 600px;
}

.multicolumn-image-4.medium {
  width: 49%;
  margin-right: 0px;
}

.multicolumn-image-5 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin-top: 25px;
  margin-right: 15px;
  margin-bottom: 0px;
  background-image: url('../images/photo-1443527216320-7e744084f5a7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.multicolumn-image-5.small {
  width: 31.7%;
  min-height: 300px;
  background-image: url('../images/photo-1443527216320-7e744084f5a7.jpg');
}

.multicolumn-image-5.medium {
  width: 49%;
}

.multicolumn-image-6 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin-top: 25px;
  margin-bottom: 0px;
  background-image: url('../images/photo-1438201743149-3cc16cd4cddd.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.multicolumn-image-6.small {
  width: 31.7%;
  min-height: 300px;
  background-image: url('../images/photo-1438201743149-3cc16cd4cddd.jpg');
  background-size: 600px;
}

.multicolumn-image-6.medium {
  width: 49%;
}

.multicolumn-image-7 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin-top: 25px;
  margin-right: 15px;
  margin-bottom: 0px;
  background-image: url('../images/photo-1442406964439-e46ab8eff7c4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.multicolumn-image-7.small {
  width: 31.7%;
  min-height: 300px;
  background-image: url('../images/photo-1442406964439-e46ab8eff7c4.jpg');
}

.multicolumn-image-7.medium {
  width: 49%;
}

.multicolumn-image-8 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin-top: 25px;
  margin-right: 15px;
  margin-bottom: 0px;
  background-image: url('../images/rueda.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.multicolumn-image-8.small {
  width: 31.7%;
  min-height: 300px;
  background-image: url('../images/rueda.jpg');
  background-size: cover;
}

.multicolumn-image-8.medium {
  width: 49%;
  margin-right: 0px;
}

.multicolumn-image-9 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin-top: 25px;
  margin-right: 15px;
  margin-bottom: 0px;
  background-image: url('../images/Window.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.multicolumn-image-9.small {
  width: 31.7%;
  min-height: 300px;
  background-image: url('../images/Window.jpg');
  background-size: cover;
}

.multicolumn-image-9.medium {
  width: 49%;
}

.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-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.medium {
  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;
}

.multicolumn-hover.small {
  padding-top: 83px;
}

.multicolumn-image-10 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin-top: 25px;
  margin-right: 15px;
  margin-bottom: 0px;
  background-image: url('../images/Mountains.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.multicolumn-image-10.small {
  width: 31.7%;
  min-height: 300px;
}

.multicolumn-image-10.medium {
  width: 49%;
  margin-right: 0px;
}

.multicolumn-image-11 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin-top: 25px;
  margin-right: 15px;
  margin-bottom: 0px;
  background-image: url('../images/Hands.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.multicolumn-image-11.small {
  width: 31.7%;
  min-height: 300px;
}

.multicolumn-image-11.medium {
  width: 49%;
}

.multicolumn-image-12 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin-top: 25px;
  margin-right: 15px;
  background-image: url('../images/Swings.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.multicolumn-image-12.small {
  width: 31.7%;
  min-height: 300px;
}

.multicolumn-image-12.medium {
  width: 49%;
  margin-right: 0px;
}

.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;
}

.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 {
  margin-top: 70px;
}

.team-member-box {
  position: relative;
  overflow: hidden;
  min-height: 365px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .28);
}

.social-icons-mini {
  margin-top: 10px;
}

.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;
  min-height: 365px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .28);
}

.team-member-box-3 {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 365px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .28);
}

.service-feature-box-2 {
  position: relative;
  width: 32%;
  margin-bottom: 50px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.service-feature-box-2.shadow {
  display: block;
  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-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  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-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  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-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  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-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  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: 40px 30px 40px 11px;
  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;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.other-features-7 {
  display: block;
  width: 80%;
  margin: 70px auto 110px;
  padding: 25px 11px 40px 30px;
  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);
}

.hero-title-box-2 {
  position: relative;
}

.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 70px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.images-gallery-box.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.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-4.36.31-p.m..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.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .35);
}

.lightbox-link {
  width: 100%;
  height: 100%;
  min-width: 445px;
  text-align: center;
  cursor: -webkit-zoom-in;
}

.image-description-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  width: auto;
  padding-right: 26px;
  padding-left: 10px;
  background-color: #fff;
  text-align: left;
}

.work-background-box {
  position: relative;
  width: 100%;
  min-height: 250px;
  background-image: url('../images/Mustang.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-background-box.big {
  width: 100%;
  min-height: 500px;
  background-image: url('../images/Girl-subway.png');
}

.work-sample-content-box {
  position: relative;
  padding-top: 15px;
  padding-left: 10px;
  text-align: left;
}

.work-background-box-2 {
  position: relative;
  width: 100%;
  min-height: 250px;
  background-image: url('../images/Food.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.work-background-box-2.big {
  min-height: 500px;
}

.work-background-box-3 {
  position: relative;
  width: 100%;
  min-height: 250px;
  background-image: url('../images/photo-1441906363162-903afd0d3d52.jpg');
  background-position: 50% 50%;
  background-size: 600px;
  background-repeat: no-repeat;
}

.work-background-box-3.big {
  min-height: 500px;
  background-size: cover;
}

.work-background-box-4 {
  position: relative;
  width: 100%;
  min-height: 250px;
  background-image: url('../images/photo-1445251836269-d158eaa028a6-4.22.41-p.m..jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-background-box-4.big {
  min-height: 500px;
  background-size: cover;
}

.work-background-box-5 {
  position: relative;
  width: 100%;
  min-height: 250px;
  background-image: url('../images/photo-1443527216320-7e744084f5a7.jpg');
  background-position: 50% 50%;
  background-size: 600px;
  background-repeat: no-repeat;
}

.work-background-box-5.big {
  min-height: 500px;
  background-size: cover;
}

.work-background-box-6 {
  position: relative;
  width: 100%;
  min-height: 250px;
  background-image: url('../images/photo-1438201743149-3cc16cd4cddd.jpg');
  background-position: 50% 50%;
  background-size: 600px;
  background-repeat: no-repeat;
}

.work-background-box-7 {
  position: relative;
  width: 100%;
  min-height: 250px;
  background-image: url('../images/photo-1442406964439-e46ab8eff7c4.jpg');
  background-position: 50% 50%;
  background-size: 600px;
  background-repeat: no-repeat;
}

.work-background-box-8 {
  position: relative;
  width: 100%;
  min-height: 250px;
  background-image: url('../images/rueda.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-background-box-9 {
  position: relative;
  width: 100%;
  min-height: 250px;
  background-image: url('../images/Window.jpg');
  background-position: 50% 50%;
  background-size: 600px;
  background-repeat: no-repeat;
}

.text-box {
  margin-top: 30px;
  text-align: left;
}

.text-box.no-top-border {
  margin-top: 0px;
}

.image-source-and-license-box {
  margin-top: 10px;
}

.title-text {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-text.small {
  font-size: 13px;
  line-height: 17px;
  text-align: left;
  letter-spacing: 1px;
}

.titles-box {
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading-container {
  margin-top: 20px;
  padding: 16px 24px;
  border: 1px solid #eee;
  border-radius: 5px;
  text-align: left;
}

.heading-container.first {
  margin-top: 60px;
}

.heading-box {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-box.dark {
  background-color: #000;
}

.paragraph-container {
  margin-top: 20px;
  padding: 16px 24px;
  border: 1px solid #eee;
  border-radius: 10px;
}

.paragraph-sample-box {
  text-align: left;
}

.invitation {
  margin-bottom: 30px;
}

.quote {
  background-color: #111;
  color: #fff;
  line-height: 78px;
  text-align: center;
}

.logo-text {
  font-family: 'Abril Fatface', sans-serif;
  font-size: 25px;
  text-transform: uppercase;
}

.heading-2.big {
  font-family: Raleway, sans-serif;
  font-size: 45px;
  line-height: 53px;
  font-weight: 300;
  text-align: center;
}

.heading-1.big {
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 80px;
  line-height: 1.1em;
  font-weight: 300;
}

.heading-1.medium {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 100px;
  font-weight: 300;
}

.hero-subtitle {
  font-family: Raleway, sans-serif;
  color: #fff;
  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: #a3abb1;
}

.heading-3 {
  font-family: Raleway, sans-serif;
}

.heading-3.big {
  font-family: Raleway, sans-serif;
  font-size: 45px;
  line-height: 48px;
  text-align: left;
}

.heading-3.big.right-justified {
  text-align: right;
}

.heading-3.big.left-justified {
  text-align: left;
}

.heading-3.big.white {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
}

.heading-3.big.centered {
  text-align: center;
}

.heading-4 {
  text-align: center;
}

.heading-4.big {
  margin-top: 0px;
  font-size: 36px;
  line-height: 44px;
}

.heading-4.left {
  font-size: 36px;
  line-height: 44px;
  text-align: left;
}

.button-white-outline {
  display: inline-block;
  padding: 25px 52px 24px;
  border: 3px solid #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-white-outline:hover {
  background-color: #fff;
  color: #333;
  font-weight: 700;
}

.button-white-outline.top-border {
  margin-top: 15px;
}

.center-box {
  text-align: center;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrapper.top-border {
  margin-top: 30px;
}

.team-member-image {
  width: 100%;
  height: 270px;
  background-image: url('../images/Team-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-image._2 {
  background-image: url('../images/photo-1424470535838-79a00dc41aa5-4.22.41-p.m..jpg');
}

.team-member-image._3 {
  background-image: url('../images/Team-3.png');
}

.work-sample-item {
  width: 31%;
  margin-right: 16.5px;
  margin-bottom: 60px;
}

.work-sample-item._50-percent {
  width: 48%;
}

.work-sample-item.full-width {
  width: 100%;
}

.mini-title-link {
  display: inline-block;
  margin-top: 1px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.mini-title-link:hover {
  color: #0098ff;
}

.heading-link-box {
  display: inline-block;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  text-decoration: none;
}

.heading-link-box:hover {
  text-decoration: underline;
}

.heading-3-hover {
  color: #333;
}

.navlink {
  overflow: hidden;
  line-height: 47px;
  text-decoration: none;
}

.menu-title {
  position: relative;
  z-index: 1;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 42px;
  font-weight: 300;
  text-transform: uppercase;
}

.menu-title.white {
  color: #fff;
}

.team-description {
  padding-top: 20px;
  padding-left: 20px;
}

._50-percent-column {
  width: 50%;
}

._50-percent-column.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 131px;
  padding-bottom: 131px;
  -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;
}

._50-percent-column.image {
  background-image: url('../images/20160926_131808.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.philosophy-text-box {
  width: 70%;
}

.hide {
  display: none;
}

.unordered-list {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

.list-item {
  line-height: 32px;
}

.heading-5 {
  font-family: Raleway, sans-serif;
  line-height: 32px;
}

.heading-6 {
  font-family: Raleway, sans-serif;
  line-height: 1.3em;
}

.andretilbud_img {
  width: 100%;
  margin-top: 10px;
}

.heading-7 {
  font-family: Varela, sans-serif;
  font-weight: 300;
}

.link_kontakt {
  font-family: Raleway, sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
}

.heading-8 {
  font-family: Raleway, sans-serif;
}

.heading-9 {
  font-family: Raleway, sans-serif;
}

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-1"] {
  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-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="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(-130%, 0px);
  -ms-transform: translate(-130%, 0px);
  transform: translate(-130%, 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, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

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-image-description-box"] {
  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.8500000000000003, 0.8500000000000003);
  -ms-transform: scale(0.8500000000000003, 0.8500000000000003);
  transform: scale(0.8500000000000003, 0.8500000000000003);
}

html.w-mod-js *[data-ix="close-update-badge"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

@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.overlapping {
    width: 90%;
  }
  .title {
    font-size: 42px;
  }
  .h1 {
    font-size: 147px;
    letter-spacing: 9px;
  }
  .left-column {
    text-align: center;
  }
  .left-column.no-bottom-border {
    text-align: right;
  }
  .right-column {
    padding-top: 0px;
  }
  .right-column.left-justify {
    text-align: center;
  }
  .video-box {
    background-size: cover;
  }
  .text-content-box {
    margin-right: auto;
    margin-left: auto;
  }
  .text-content-box.left-column {
    padding-right: 35px;
    padding-left: 35px;
  }
  .client-logo-box {
    display: block;
  }
  .full-page-menu {
    display: block;
  }
  .menu-wrapper {
    width: 90%;
  }
  .hero-section {
    background-position: 100% 0px;
  }
  .go-up-button {
    margin-right: 10px;
  }
  .service-feature-box {
    width: 48%;
  }
  .call-to-action-content-box {
    padding-top: 67px;
    text-align: center;
  }
  .hero-title {
    font-size: 40px;
    line-height: 43px;
  }
  .credits-box {
    width: 90%;
  }
  .apple-devices-box {
    overflow: hidden;
  }
  .iphone-box {
    bottom: -6%;
  }
  .icon-service-box.andretilbud {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .services-box {
    margin-top: 0px;
  }
  .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;
  }
  .header-box {
    text-align: center;
  }
  .header-box.medium {
    width: 90%;
  }
  .paragraph-box {
    text-align: center;
  }
  .paragraph-box.left-justify {
    text-align: center;
  }
  .hero-h1-text-box {
    width: 80%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .multicolumn-image {
    min-height: 296px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .multicolumn-image.medium {
    width: 48%;
    margin-right: 15px;
  }
  .multicolumn-image-2 {
    min-height: 296px;
    margin-right: 15px;
  }
  .multicolumn-image-2.medium {
    width: 48%;
    margin-right: 0px;
  }
  .multicolumn-image-3 {
    height: 100%;
    min-height: 296px;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 10px;
    float: left;
  }
  .multicolumn-image-3.medium {
    width: 48%;
    margin-top: 10px;
    margin-right: 15px;
  }
  .multicolumn-image-4 {
    min-height: 296px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-4.medium {
    width: 48%;
  }
  .multicolumn-image-5 {
    min-height: 296px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .multicolumn-image-5.medium {
    width: 48%;
  }
  .multicolumn-image-6 {
    min-height: 296px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .multicolumn-image-6.small {
    margin-right: 0px;
  }
  .multicolumn-image-6.medium {
    width: 48%;
    margin-right: 0px;
  }
  .multicolumn-image-7 {
    min-height: 296px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-7.medium {
    width: 48%;
  }
  .multicolumn-image-8 {
    min-height: 296px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .multicolumn-image-8.medium {
    width: 48%;
  }
  .multicolumn-image-9 {
    min-height: 296px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-9.small {
    margin-right: 0px;
  }
  .multicolumn-image-9.medium {
    width: 48%;
  }
  .multicolumn-image-10 {
    min-height: 296px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .multicolumn-image-10.medium {
    width: 48%;
  }
  .multicolumn-image-11 {
    min-height: 296px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-11.medium {
    width: 48%;
  }
  .multicolumn-image-12 {
    min-height: 296px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-12.small {
    margin-right: 0px;
  }
  .multicolumn-image-12.medium {
    width: 48%;
  }
  .tree-box {
    text-align: center;
  }
  .bottle-box {
    margin-top: 30px;
    text-align: center;
  }
  .subscribe-image-box {
    text-align: center;
  }
  .team-member-box {
    background-position: 30% 50%;
    background-size: cover;
  }
  .service-feature-box-2 {
    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: 90%;
  }
  .other-features-7 {
    width: 96%;
  }
  .other-features-7.no-bottom-border {
    width: 90%;
  }
  .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%;
  }
  .heading-2.big {
    font-size: 25px;
    line-height: 1.4em;
  }
  .heading-1.big {
    font-size: 50px;
  }
  .heading-3.big.right-justified {
    text-align: center;
  }
  .heading-3.big.left-justified {
    text-align: center;
  }
  .heading-3.big.white {
    font-size: 22px;
  }
  .work-sample-item._50-percent {
    margin-right: 14px;
  }
  ._50-percent-column.center {
    width: 100%;
    height: 450px;
  }
  ._50-percent-column.image {
    width: 100%;
    height: 450px;
  }
}

@media (max-width: 767px) {
  .content-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .content-wrapper.hero {
    width: 90%;
  }
  .nav-menu {
    min-height: 900px;
  }
  .title {
    font-size: 38px;
  }
  .paragraph.big {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }
  .h1 {
    font-size: 137px;
  }
  .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%;
    padding-left: 0px;
    text-align: center;
  }
  .video-box {
    width: 100%;
    margin-right: 0px;
  }
  .text-content-box {
    width: 100%;
  }
  .client-logo-box {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .menu-item-box {
    margin-bottom: 20px;
  }
  .hero-section {
    background-position: 100% 0px;
  }
  .service-feature-box {
    width: 80%;
  }
  .experience-box {
    width: 100%;
  }
  .experience-box.image_exp {
    display: none;
  }
  .isometric-iphone-6 {
    width: 100%;
  }
  .hero-title {
    font-size: 32px;
    line-height: 35px;
  }
  .credit-box {
    width: 31%;
  }
  .credits-box {
    width: 100%;
  }
  .ipad-box {
    width: 38%;
  }
  .iphone-box {
    bottom: -6%;
    width: 24%;
  }
  .service-description-box {
    width: 100%;
    padding-left: 0px;
  }
  .service-description-box.andretilbud {
    width: 100%;
  }
  .icon-service-box {
    display: none;
    width: 100%;
  }
  .icon-service-box.andretilbud {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .services-box {
    margin-top: 0px;
  }
  .text-field.box {
    width: 100%;
  }
  .contact-form-box {
    width: 100%;
  }
  .submit-button.on-sign-up {
    width: 100%;
  }
  .address-box {
    width: 100%;
  }
  .image-box {
    width: 100%;
    margin-left: 0px;
  }
  .imac-display-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .display-icon {
    width: 100%;
  }
  .diamond-icon {
    width: 100%;
  }
  .multicolumn-image {
    min-height: 221px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image.small {
    width: 48%;
    margin-top: 10px;
  }
  .multicolumn-image.medium {
    width: 100%;
    min-height: 300px;
    margin-right: 0px;
  }
  .multicolumn-image-2 {
    min-height: 221px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-2.small {
    width: 47%;
    margin-right: 0px;
  }
  .multicolumn-image-2.medium {
    width: 100%;
    min-height: 300px;
    margin-top: 25px;
  }
  .multicolumn-image-3 {
    min-height: 221px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-3.small {
    width: 48%;
    margin-right: 15px;
  }
  .multicolumn-image-3.medium {
    width: 100%;
    min-height: 300px;
    margin-right: 0px;
  }
  .multicolumn-image-4 {
    min-height: 221px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-4.small {
    width: 47%;
    margin-right: 0px;
  }
  .multicolumn-image-4.medium {
    width: 100%;
    min-height: 300px;
  }
  .multicolumn-image-5 {
    min-height: 221px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-5.small {
    width: 48%;
    margin-right: 15px;
  }
  .multicolumn-image-5.medium {
    width: 100%;
    min-height: 300px;
    margin-right: 0px;
  }
  .multicolumn-image-6 {
    min-height: 221px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-6.small {
    width: 47%;
    margin-right: 0px;
  }
  .multicolumn-image-6.medium {
    width: 100%;
    min-height: 300px;
  }
  .multicolumn-image-7 {
    min-height: 221px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-7.small {
    width: 48%;
  }
  .multicolumn-image-7.medium {
    width: 100%;
    min-height: 300px;
    margin-right: 0px;
  }
  .multicolumn-image-8 {
    min-height: 221px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-8.small {
    width: 47%;
    margin-right: 0px;
  }
  .multicolumn-image-8.medium {
    width: 100%;
    min-height: 300px;
  }
  .multicolumn-image-9 {
    min-height: 221px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .multicolumn-image-9.small {
    width: 48%;
    margin-right: 15px;
  }
  .multicolumn-image-9.medium {
    width: 100%;
    min-height: 300px;
  }
  .multicolumn-image-10 {
    min-height: 221px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-10.small {
    width: 47%;
    margin-right: 0px;
  }
  .multicolumn-image-10.medium {
    width: 100%;
    min-height: 300px;
  }
  .multicolumn-image-11 {
    min-height: 221px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-11.small {
    width: 48%;
  }
  .multicolumn-image-11.medium {
    width: 100%;
    min-height: 300px;
    margin-right: 0px;
  }
  .multicolumn-image-12 {
    min-height: 221px;
  }
  .multicolumn-image-12.small {
    width: 47%;
    margin-right: 0px;
  }
  .multicolumn-image-12.medium {
    width: 100%;
    min-height: 300px;
  }
  .service-feature-box-2.shadow {
    width: 80%;
  }
  .service-feature-box-3 {
    width: 80%;
  }
  .service-feature-box-4 {
    width: 80%;
  }
  .service-feature-box-5 {
    width: 80%;
  }
  .service-feature-box-6 {
    width: 80%;
  }
  .figure-2-box {
    right: -17px;
  }
  .figure-3-box {
    left: -25px;
    right: 22px;
  }
  .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%;
  }
  .heading-2.big {
    font-size: 30px;
    line-height: 1.3em;
  }
  .heading-1.big {
    font-size: 40px;
    line-height: 1.3em;
  }
  .hero-subtitle {
    font-size: 30px;
    line-height: 43px;
  }
  .heading-3.big {
    text-align: center;
  }
  .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-wrapper.mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .work-sample-item {
    width: 48%;
    margin-right: 10px;
  }
  .work-sample-item._50-percent {
    width: 100%;
    margin-right: 0px;
  }
  .philosophy-text-box {
    width: 80%;
  }
  .unordered-list {
    font-size: 16px;
    line-height: 25px;
  }
  .heading-6 {
    font-size: 20px;
  }
  .paragraph-4 {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  h3 {
    font-family: Raleway, sans-serif;
  }
  .content-section.intro {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .content-wrapper.hero {
    width: 100%;
  }
  .title {
    font-size: 34px;
    letter-spacing: 4px;
  }
  .paragraph.big {
    font-size: 20px;
    line-height: 1.3em;
  }
  .h1 {
    font-size: 92px;
    letter-spacing: 7px;
  }
  .h1.big.blue {
    font-size: 104px;
    letter-spacing: 1px;
  }
  .left-column {
    margin-bottom: 0px;
  }
  .left-column.no-bottom-border {
    text-align: center;
  }
  .menu-item-box {
    margin-bottom: 10px;
  }
  .full-page-menu.black {
    display: block;
  }
  .social-icon.instagram.dark {
    width: 58px;
  }
  .social-icon.linkedin.dark {
    width: 58px;
  }
  .social-icon.twitter.dark {
    width: 58px;
  }
  .social-icon.medium {
    width: 58px;
  }
  .hero-section {
    padding-top: 45%;
    padding-bottom: 20%;
    background-position: 100% 0px;
  }
  .hero-section.guy {
    min-height: 550px;
  }
  .hero-section.short {
    min-height: 400px;
  }
  .service-feature-box {
    width: 100%;
    margin-right: 0px;
  }
  .isometric-iphone-6 {
    width: 100%;
  }
  .hero-title {
    font-size: 29px;
  }
  .credit-box {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .services-box {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-details-box {
    width: 100%;
  }
  .address-box {
    padding-bottom: 0px;
  }
  .hero-header-box.absolute {
    bottom: 132px;
  }
  .multicolumn-image.small {
    width: 100%;
    margin-right: 0px;
  }
  .multicolumn-image-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-2.small {
    width: 100%;
    margin-right: 0px;
  }
  .multicolumn-image-3 {
    margin-bottom: 10px;
  }
  .multicolumn-image-3.small {
    width: 100%;
    margin-right: 0px;
  }
  .multicolumn-image-4.small {
    width: 100%;
    margin-right: 0px;
  }
  .multicolumn-image-5 {
    margin-top: 10px;
  }
  .multicolumn-image-5.small {
    width: 100%;
    margin-right: 0px;
  }
  .multicolumn-image-6 {
    margin-bottom: 10px;
  }
  .multicolumn-image-6.small {
    width: 100%;
    margin-right: 0px;
  }
  .multicolumn-image-7 {
    width: 100%;
  }
  .multicolumn-image-7.small {
    width: 100%;
    margin-right: 0px;
  }
  .multicolumn-image-8.small {
    width: 100%;
    margin-right: 0px;
  }
  .multicolumn-image-9 {
    width: 100%;
    margin-bottom: 10px;
  }
  .multicolumn-image-9.small {
    width: 100%;
    margin-right: 0px;
  }
  .multicolumn-image-10 {
    width: 100%;
  }
  .multicolumn-image-10.small {
    width: 100%;
    margin-right: 0px;
  }
  .multicolumn-image-11.small {
    width: 100%;
    margin-right: 0px;
  }
  .multicolumn-image-12.small {
    width: 100%;
    margin-right: 0px;
  }
  .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 {
    width: 100%;
  }
  .image-gallery-box-2 {
    width: 100%;
    min-height: auto;
    min-width: auto;
  }
  .image-gallery-box-3 {
    width: 100%;
    min-height: auto;
    min-width: auto;
  }
  .image-gallery-box-4 {
    width: 100%;
    min-height: auto;
    min-width: auto;
  }
  .image-gallery-box-5 {
    width: 100%;
    min-height: auto;
    min-width: auto;
  }
  .image-gallery-box-6 {
    width: 100%;
    min-height: auto;
    min-width: auto;
  }
  .lightbox-link {
    min-width: auto;
  }
  .work-background-box.big {
    min-height: 300px;
  }
  .work-background-box-2.big {
    min-height: 300px;
  }
  .work-background-box-3.big {
    min-height: 300px;
  }
  .work-background-box-4.big {
    min-height: 300px;
  }
  .work-background-box-5.big {
    min-height: 300px;
  }
  .heading-box {
    margin-top: 50px;
  }
  .heading-2.big {
    font-size: 25px;
    line-height: 1.3em;
  }
  .heading-1.big {
    font-size: 40px;
    line-height: 1.3em;
  }
  .heading-1.medium {
    font-size: 80px;
    line-height: 90px;
  }
  .hero-subtitle.medium {
    font-size: 25px;
    line-height: 31px;
  }
  .heading-3.big.white {
    font-size: 20px;
  }
  .heading-3.mobile {
    text-align: right;
  }
  .work-sample-item {
    width: 100%;
    margin-right: 0px;
  }
  ._50-percent-column.image {
    display: none;
  }
  .philosophy-text-box {
    width: 90%;
  }
  .paragraph-2 {
    font-size: 16px;
    line-height: 24px;
  }
  .paragraph-3 {
    font-size: 16px;
    line-height: 24px;
  }
  .heading-7 {
    font-size: 20px;
    line-height: 32px;
  }
}

