@charset "UTF-8";
@font-face {
  font-family: 'BrandonGrotesqueWeb-Bold';
  src: url("fonts/31FD34_0_0.eot");
  src: url("fonts/31FD34_0_0d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/31FD34_0_0.woff2") format("woff2"), url("fonts/31FD34_0_0.woff") format("woff"), url("fonts/31FD34_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'BrandonGrotesqueWeb-Regular';
  src: url("fonts/31FD34_1_0.eot");
  src: url("fonts/31FD34_1_0d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/31FD34_1_0.woff2") format("woff2"), url("fonts/31FD34_1_0.woff") format("woff"), url("fonts/31FD34_1_0.ttf") format("truetype"); }

.icontext img {
  display: inline-block;
  vertical-align: middle; }

.icontext p {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px !important;
  letter-spacing: 1.32px;
  color: #7D7D7F !important;
  display: inline-block;
  font-weight: 600 !important;
  margin: 0 0 0 1.5em !important; }

img {
  max-width: 100%; }

body > header > hgroup > h1 {
  font-size: 2em;
  color: #1F1F1F;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0.5em 0;
  letter-spacing: 2px;
  font-family: "Brandon Grotesque", "BrandonGrotesqueWeb-Bold", sans-serif;
  font-weight: 600; }

.social-widget {
  position: absolute;
  left: -10%; }

.social-widget:before {
  content: 'Share';
  font-weight: 900;
  font-size: 13px;
  margin-bottom: 1em;
  display: block; }

.social-widget:after {
  content: '';
  position: absolute;
  top: -5px;
  width: 100%;
  height: 1px;
  background: #ddd;
  display: block; }

a.social {
  position: relative;
  display: block;
  margin: .333rem .25rem;
  border-radius: 100rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 2rem;
  width: 1.8rem;
  height: 1.8rem;
  font-size: 0;
  -webkit-transition: color .333s;
  transition: color .333s; }

a.social::after {
  font-family: 'fontawesome', sans-serif;
  font-size: 1rem; }

a.social::before {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border-radius: .6875rem;
  content: ''; }

a.social.social-twitter,
a.social[name^='twitter'] {
  background-color: #00aced; }

a.social.social-twitter::after,
a.social[name^='twitter']::after {
  content: ""; }

a.social.social-facebook,
a.social[name^='facebook'] {
  background-color: #3b5998; }

a.social.social-facebook::after,
a.social[name^='facebook']::after {
  content: ""; }

a.social.social-google,
a.social[name^='google'] {
  background-color: #dd4b39; }

a.social.social-google::after,
a.social[name^='google']::after {
  content: ""; }

a.social.social-linkedin,
a.social[name^='linkedin'] {
  background-color: #007bb6; }

a.social.social-linkedin::after,
a.social[name^='linkedin']::after {
  content: ""; }

a.social.social-pintrest,
a.social[name^='pinterest'] {
  background-color: #cb2027; }

a.social.social-pintrest::after,
a.social[name^='pinterest']::after {
  content: ""; }

a.social.social-tumblr,
a.social[name^='tumblr'] {
  background-color: #32506d; }

a.social.social-tumblr::after,
a.social[name^='tumblr']::after {
  content: ""; }

a.social.social-vk,
a.social[name^='vk'] {
  background-color: #5E82A8; }

a.social.social-vk::after,
a.social[name^='vk']::after {
  content: ""; }

a.social.social-xing,
a.social[name^='xing'] {
  background-color: #175E60; }

a.social.social-xing::after,
a.social[name^='xing']::after {
  content: ""; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-size: 14px;
  font-family: 'Source Serif Pro', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.show-mobile {
  display: none; }

a {
  display: inline-block;
  text-decoration: none; }

.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1440px; }

.container:after {
  content: "";
  display: table;
  clear: both; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center; }

.intro-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 5%; }

.intro-section {
  height: 100%;
  height: 100vh;
  width: 100%;
  width: 100vw;
  position: relative; }

.intro-column {
  height: 100%;
  width: 33%;
  float: left;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-transition: background-position 0.3s ease;
  background-size: contain;
  background-position: center 400%; }

.intro-column:nth-child(2) {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05); }

.intro-column__icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0; }

.intro-column__title {
  font-family: "Brandon Grotesque", "BrandonGrotesqueWeb-Bold", sans-serif;
  font-size: 1.5em;
  margin: 1em 0;
  text-transform: uppercase;
  letter-spacing: 2px; }

.intro-column__viewmore {
  font-family: "Brandon Grotesque", "BrandonGrotesqueWeb-Bold", sans-serif;
  font-weight: 600;
  color: #ffffff;
  bottom: -20%;
  left: 0;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.intro-column__viewmore:before {
  content: '';
  width: 10%;
  height: 2px;
  background: #FFFFFF;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.studio .intro-column__title {
  color: #070b40 ; }

.community .intro-column__title {
  color: #7092be ; }

.house .intro-column__title {
  color: #a4ced9 ; }

.intro-column:hover > .intro-column__viewmore {
  bottom: 10%; }

.intro-column:hover > .intro-column__icon {
  top: -5%; }

.intro-column.studio:hover,
.intro-column.studio:active {
  background: url('../images/ban-e.png') no-repeat;
  background-color: rgba(7,11,64,0.07);
  background-position: center 100%;
  background-size: contain; }

.intro-column.community:hover,
.intro-column.community:active {
  background: url('../images/ban-x.png') no-repeat;
  background-color: rgba(112,146,190,0.07);
  background-position: center 100%;
  background-size: contain; }

.intro-column.house:hover,
.intro-column.house:active {
  background: url('../images/ban-p.png') no-repeat;
  background-color: rgba(164,206,217,0.07);
  background-position: center 100%;
  background-size: contain; }

body.home {
  background: url(../images/banner_prin.png) repeat-y #fff;
  background-size: 100%; }

body.house {
  background: url(../images/bg-house.png) repeat-y #fff;
  background-size: 100%; }

.main-header {
  width: 100%;
  position: relative;
  padding: 1em 0;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 100; }

.main-header a {
  font-family: "Brandon Grotesque", "BrandonGrotesqueWeb-Bold", sans-serif;
  color: #828181;
  font-weight: 600;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px; }

.main-header .sep {
  height: 11px;
  width: 1px;
  background: #ccc;
  display: inline-block;
  margin: 0 0.5em; }

.main-header .main-nav a {
  margin: 0 1em; }

.main-header .main-nav a:hover,
.main-header .main-nav a.active {
  color:#1A2541; }

.main-header .site-nav a {
  display: block;
  font-family: "Brandon Grotesque", "BrandonGrotesqueWeb-Bold", sans-serif;
  color: #BFBFBF;
  font-weight: 500;
  font-size: 0.8em;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  will-change: all; }

.main-header .site-nav a#studio {
  color: rgba(0, 0, 0, 0.6); }

.main-header .site-nav a#community {
  color: rgba(0, 0, 0, 0.6); }

.main-header .site-nav a#house {
  color: rgba(0, 0, 0, 0.6); }

.main-header .site-nav a img {
  -webkit-transform: scale(0.6) translateY(55%);
  transform: scale(0.6) translateY(55%);
  padding-right: 0.3em; }

.main-header .logo {
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  will-change: all; }

.main-header .logo img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  will-change: transform; }

.main-header .main-nav {
  text-align: center;
  margin-top: 2em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  will-change: all; }

.main-header .site-nav {
  position: absolute;
  top: 1em;
  right: 2em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  will-change: all; }

.main-header .logo-normal {
  display: inline-block; }

.main-header .logo-square {
  display: none; }

.main-header.is-active {
  top: 0;
  position: fixed;
  padding: 0; }

.main-header.is-active .logo,
.main-header.is-active .main-nav {
  display: inline-block;
  vertical-align: middle; }

.main-header.is-active .main-nav {
  margin: 0;
  width: 88%; }

.main-header.is-active .logo-normal {
  display: none; }

.main-header.is-active .logo-square {
  display: inline-block; }

.main-header.is-active .logo img {
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }

.main-header.is-active .site-nav {
  position: static;
  display: inline-block;
  vertical-align: middle; }

.main-header.is-active .site-nav a {
  width: 25px;
  overflow: hidden;
  display: inline-block;
  line-height: 0;
  font-size: 0;
  color: transparent; }

.main-header.is-active .site-nav a img {
  -webkit-transform: scale(0.6) translateY(0%);
  transform: scale(0.6) translateY(0%); }

.site-title {
  font-family: "Brandon Grotesque", "BrandonGrotesqueWeb-Bold", sans-serif;
  font-weight: 600; }

.site-title__big {
  font-size: 2em;
  color: #070b40;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0.5em 0;
  letter-spacing: 2px; }

.site-title__mid {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #7092be  ; }

.intro {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 700px;
  overflow: hidden; }

.intro-content {
  margin: 0 auto; }

.special {
  margin: 3em auto;
  font-size: 1.4em;
  color: #000;
  max-width: 700px;
  font-weight: 300;
  line-height: 1.5em;
  text-align: center; }

.house h3 {
  text-transform: uppercase;
  font-family: 'Brandon Grotesque', sans-serif;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.5); }

.house .content {
  text-align: center;
  width: 60%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 2.2em 0; }

.house .content img {
  margin: 1em 0;
  width: 380px; }

.house p {
  margin: 3em auto;
  font-size: 1.4em;
  color: #000;
  max-width: 700px;
  font-weight: 300;
  line-height: 1.5em; }

.slider {
  display: block; }

.slider .slide {
  width: 100%;
  height: 480px;
  overflow: hidden;
  position: relative; }

.slider .slide .site-title__big {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  color: #fff;
  max-width: 50%;
  font-size: 3em;
  letter-spacing: 1px; }

.slider .slide img {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.slider .slide img.no-slider {
  position: relative;
  top: 0;
  -webkit-transform: none;
  transform: none; }

.gallery {
  display: block; }

.gallery:after {
  content: "";
  display: table;
  clear: both; }

.gallery img {
  float: left;
  width: 25%; }

.method {
  padding: 5em 0; }

.method-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 2em; }

.method #under:before {
  content: '1';
  border: 2px solid #070b40;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 28px; }

.method #proto:before {
  content: '2';
  border: 2px solid #7092be;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 28px;
  letter-spacing: 1px; }

.method #test:before {
  content: '3';
  border: 2px solid #a4ced9;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 28px;
  letter-spacing: 1px; }

.method .method-container {
  position: relative;
  display: block; }

.method .infographic:after {
  content: "";
  display: table;
  clear: both; }

.method .infographic-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 2em; }

.method .infographic-info p {
  margin: 1em 0;
  width: 550px; }

.method .infographic-info__item {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  will-change: opacity; }

.method .infographic-info__item.active {
  opacity: 1; }

.method .infographic-info__item p {
  font-size: 1.8em; }

.method .infographic-info__item h3 {
  font-family: "Brandon Grotesque", "BrandonGrotesqueWeb-Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px; }

.method p {
  margin: 3em auto;
  font-size: 1.4em;
  color: #000;
  max-width: 700px;
  font-weight: 300;
  line-height: 1.5em; }

.method .infographic-img {
  width: 50%;
  position: absolute;
  top: 20%;
  right: 0;
  height: 500px; }

.method .infographic-img object {
  height: 100%;
  -webkit-transform: translateY(10%);
  transform: translateY(10%); }

.work-sep {
  width: 50%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  margin: 4em auto;
  display: block;
  max-width: 900px; }

.model {
  padding: 5em 0; }

.model #model {
  max-width: 930px; }

.model-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 2em; }

.model p {
  margin: 3em auto;
  font-size: 1.4em;
  color: #000;
  max-width: 700px;
  font-weight: 300;
  line-height: 1.5em; }

.team-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 2em; }

.team-info p {
  margin: 3em auto;
  font-size: 1.4em;
  color: #000;
  max-width: 700px;
  font-weight: 300;
  line-height: 1.5em; }

.team .team-members {
  margin: 2em 0;
  text-align: center; }

.team .team-members:after {
  content: "";
  display: table;
  clear: both; }

.team .team-members__item {
  display: inline-block;
  margin: 2em;
  position: relative; 
  overflow: hidden;
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.team .team-members__info {
  padding-top: 2em; }

.team .team-members__name {
  font-family: "Brandon Grotesque", "BrandonGrotesqueWeb-Bold", sans-serif;
  color: #222;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  padding-bottom: 6px; }

.team .team-members__job {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 400; }

.services {
  margin: 5em 0;
  text-align: center; }

.services-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 2em; }

.services .services-services__item {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  margin: 2em; }

.services .services-services__item__container {
  display: inline-block;
  vertical-align: middle; }

.services .services-services__item__icon {
  display: none; }

.services .services-services__item__title {
  font-family: "Brandon Grotesque", "BrandonGrotesqueWeb-Bold", sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 2px;
  padding-bottom: 1.5em;
  border-bottom: 2px solid #ccc;
  margin-bottom: 1.5em; }

.services .services-services__item p {
  font-size: 1.2em;
  line-height: 1.5em; }

.instagram {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column; }

.instagram-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 2em; }

#instafeed {
  margin-top: 2em;
  display: block; }

#instafeed:after {
  content: "";
  display: table;
  clear: both; }

.instagram__item {
  width: 20%;
  float: left; }

.instagram__photo {
  width: 100%; }

.work {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #e0e2e3;
  padding: 2em 0; }

.work-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 2em 0; }

.work .works-container {
  display: block;
  width: 100%; }

.work .works-container:after {
  content: "";
  display: table;
  clear: both; }

.work .container + h3 {
  margin: 1em 0; }

.work h3 {
  color: #222; }

.work h3 + .works-container {
  margin: 2em 0; }

.work .works-item {
  width: 33%;
  display: inline-block;
  height: auto;
  position: relative;
  text-align: center;
  vertical-align: top;
  cursor: pointer; }

.work .works-item a {
  color: #000; }

.work .works-item:hover {
  cursor: pointer; }

.work .works-item__image {
  width: 100%;
  margin-bottom: 1em; }

.work .works-item__info {
  width: 100%;
  padding: 2em; }

.work .works-item__title {
  font-family: "Brandon Grotesque", "BrandonGrotesqueWeb-Bold", sans-serif;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size: 1em;
  min-height: 3em;
  letter-spacing: 2px; }

.view-more {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Brandon Grotesque", sans-serif;
  color: #070b40;
  font-weight: 600;
  border: 3px solid;
  padding: 1em 2em;
  margin: 20px auto;
  display: block;
  width: 180px;
  text-align: center;
  text-transform: uppercase; }

.view-more:hover {
  background: #070b40 ;
  color: #fff;
  border-color: #070b40 ; }

.clients {
  margin: 5em 0; }

.clients-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 2em; }

.clients .clients-item {
  margin: 1.5em 2em;
  width: 160px;
  display: inline-block;
  vertical-align: middle; }

.newsletter {
  background: #636363;
  margin: 5em auto;
  border-radius: 4px;
  padding: 5em 0;
  color: #fff; }

.newsletter h3 {
  text-align: center;
  font-family: "Brandon Grotesque", "BrandonGrotesqueWeb-Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px; }

.newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 2em 0; }

.newsletter input[type="email"],
.newsletter input[type="text"] {
  background: transparent;
  outline: 0;
  padding: 0.8em 2em;
  border: 0;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  margin-right: 1em;
  color: #fff;
  font-size: 1.1em;
  border-radius: 3px; }

.newsletter input[type="submit"] {
  outline: 0;
  padding: 0.8em 2em;
  background: #fff;
  color: #000;
  border-radius: 3px;
  border: 0;
  font-size: 1.1em;
  font-weight: 600;
  font-family: "Brandon Grotesque", "BrandonGrotesqueWeb-Bold", sans-serif;
  text-transform: uppercase; }

.newsletter h2 {
  font-size: 3em;
  text-align: center;
  font-weight: 500; }

.newsletter p {
  text-align: center;
  font-size: 1.6em; }

.contact {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column; }

.contact-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 2em; }

.contact .column h3 {
  font-family: "Brandon Grotesque", "BrandonGrotesqueWeb-Bold", sans-serif;
  font-weight: 600;
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 1px; }

.contact .column a {
  display: block;
  color: #000;
  font-weight: 400;
  text-decoration: underline; }

.contact .contact-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
      align-items: top;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 5em 0; }

.contact .contact-columns p {
  font-size: 1em;
  line-height: 1.4em; }

.social-icons {
  width: 100%;
  display: block; }

.social-icons__item {
  margin: 0 1em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.social-icons__item:hover {
  opacity: 0.5; }

#close {
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 600;
  font-family: 'Brandon Grotesque', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  color: #bbb; }

.responsive-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 200;
  font-family: "Brandon Grotesque", "BrandonGrotesqueWeb-Bold", sans-serif;
  display: none;
  padding: 10% 5%;
  width: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.responsive-menu a {
  display: block;
  font-size: 0.8em;
  color: #6b6b6b;
  padding: 0.9em 0;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.responsive-menu .site-links a:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.responsive-menu .site-links a + a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.responsive-menu .other-links a > img {
  margin-right: 0.5em; }

.responsive-menu.show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

.responsive-menu #close {
  position: absolute;
  right: 5%;
  top: 5%; }

#responsive {
  float: left;
  display: none;
  vertical-align: middle; }

.main-footer {
  text-align: center;
  background: #252528;
  padding: 8em 0; }

.main-footer .copy {
  font-size: 1em;
  color: #fff;
  font-family: "Brandon Grotesque", "BrandonGrotesqueWeb-Bold", sans-serif;
  margin: 1.5em 0;
  letter-spacing: 2px; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.html") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slickd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #797979;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

.slick-prev:before {
  content: "←"; }

[dir="rtl"] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: -25px; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

.slick-next:before {
  content: "→"; }

[dir="rtl"] .slick-next:before {
  content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 0.75; }

.slick-dots {
  margin: 3em 0;
  bottom: 0 !important; }

body.work-case {
  background-color: #f5f5f5; }

.hero-img {
  height: 80vh;
  background: #ccc;
  margin-top: 74px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-height: 750px; }

.work-content {
  width: 70%;
  max-width: 760px;
  margin: 4em auto;
  position: relative; }

.work-content__title {
  font-family: "Brandon Grotesque", "BrandonGrotesqueWeb-Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 2rem; }

.work-content__services {
  text-transform: uppercase;
  margin: 3em 0;
  display: block;
  font-family: "Brandon Grotesque", "BrandonGrotesqueWeb-Bold", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.3); }

.work-content__subtitle {
  font-size: 2.5em;
  font-family: 'Source Serif Pro', serif;
  font-weight: 600;
  margin-bottom: 2em; }

.work-content p {
  font-size: 1.4em;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5em;
  margin: 2.4em 0; }

.work-content__section {
  font-family: "Brandon Grotesque", "BrandonGrotesqueWeb-Bold", sans-serif;
  letter-spacing: 3px; }

.work-content__list {
  font-size: 1.4em;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5em;
  margin: 1em 0;
  padding-left: 2em; }

.work-content__sublist {
  padding-left: 2em;
  list-style-type: disc; }

.work-content img {
  max-width: 100%;
  margin: 1.5em 0; }

.work-related {
  background: #fff;
  padding: 1em 0;
  text-align: center; }

.work-related a {
  color: #000; }

.work-related h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  font-family: "Brandon Grotesque", "BrandonGrotesqueWeb-Bold", sans-serif; }

.work-related-item {
  display: inline-block;
  width: 32%;
  margin: 1em 0;
  vertical-align: top; }

.work-related-item__image {
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
  width: 320px; }

.work-related-item__category {
  text-transform: uppercase;
  color: #752b83;
  font-family: "Brandon Grotesque", "BrandonGrotesqueWeb-Bold", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 0.8em; }

.work-related-item__title {
  text-transform: uppercase;
  font-family: "Brandon Grotesque", "BrandonGrotesqueWeb-Bold", sans-serif;
  letter-spacing: 2px;
  font-size: 1em; }

.work-page {
  padding: 8em 0; }

.work-page .work {
  background: transparent; }

.work-page .work .works-container {
  height: auto; }

.home-header {
  width: 100%;
  padding: 1em;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  display: none; }

@media (max-width : 453px ){
  .show-mobile {
    display: block; }
  body.home,
  body.house {
    background: #fff;
    background-image: none; }
  .intro-section {
    height: calc(100vh - 80px); }
  .home-header {
    display: block;
    text-align: center; }
  .intro-logo {
    position: relative;
    width: 4em;
    -webkit-transform: none;
    transform: none;
    position: relative;
    left: 0; }
  .slider .slide {
    height: 229px; }
  .slider .slide img {
    width: 100%; }
  .slider .slide .site-title__big {
    font-size: 2em;
    max-width: 90%; }
  .logo img {
    max-width: none; }
  #responsive {
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 20px; }
  .responsive-menu.show {
    display: block; }
  .hide-mobile.hide-mobile {
    display: none !important; }
  img {
    max-width: 100%; }
  .intro-content,
  .work-related-item,
  .method .infographic-info p {
    width: 100%; }
  .intro-column {
    width: 100%;
    height: 33%;
    -webkit-user-select: none; }
  .intro-column:nth-child(2) {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .services .services-services__item {
    margin: 2em 0; }
  .intro-column__title,
  .intro-column__viewmore,
  .intro-column__icon {
    display: none; }
  .intro-column.studio:hover {
    background: none;
    background-color: rgba(7, 11, 64, 0.03); }
  .intro-column.community:hover {
    background: none;
    background-color: rgba(112, 146, 190, 0.03); }
  .intro-column.house:hover {
    background: none;
    background-color: rgba(164, 206, 217, 0.03); }
  .team,
  .clients,
  .intro {
    height: auto; }
  .services .services-services__item,
  .work .works-item,
  .newsletter,
  .method .infographic-info__item {
    width: 100%;
    display: block;
    text-align: center; }
  .services .services-services__item__icon {
    display: block;
    margin: 0 auto; }
  .contact .contact-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center; }
  .contact .contact-columns .column {
    margin: 1em 0; }
  .work .works-container {
    height: auto;
    overflow: auto; }
  .newsletter form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column; }
  .newsletter form input {
    margin: 1em 0;
    margin-right: 0;
    width: 90%; }
  .team-members br {
    display: none; }
  .instagram__item {
    width: 50%; }
  .instagram__item:last-child {
    display: none; }
  .newsletter input[type="submit"] {
    width: 100%; }
  .clients .clients-item {
    width: 49%;
    margin: 1em 0;
    float: left; }
  .team .team-members__item {
    width: 48%;
    margin: 1em 0;
    display: inline-block;
    vertical-align: top; }
  .house .content {
    width: 90%; }
  .house p {
    font-size: 1.2em; }
  .hero-img {
    height: 45vh; }
  .work-content__subtitle {
    font-size: 1.5em; }
  .social-widget {
    position: static; }
  a.social {
    display: inline-block; } }

.bottom {
  width: 100%;
  height: 1px;
  background: red;
  left: 0;
  z-index: 1000;
  position: absolute; }

.insta-content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }

@media (min-width: 1440px) {
  .slider .slide .site-title__big {
    top: 40%; }
  .infographic-img {
    top: 10%; }
  .slider .slide .site-title__big {
    font-size: 4em; }
  .team .team-members__item {
    width: 15%; }
  .method .infographic-img .infographic-items.infographic-items {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
    display: block;
    width: 100%;
    height: 100%; }
  #oneImg {
    top: -25%; }
  #twoImg {
    right: 0%;
    top: 10%; }
  #threeImg {
    left: -20%;
    top: 25%; }
  .intro .special {
    margin: 6em auto; }
  .intro {
    height: 700px; }
  .slider .slide {
    height: 800px; } }
/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../preloader.svg") no-repeat center center;
}

