/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"], [type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MercuryDisplay-Roman';
  src: url("../fonts/MercuryDisplay-Roman.eot");
  src: url("../fonts/MercuryDisplay-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/MercuryDisplay-Roman.woff") format("woff"), url("../fonts/MercuryDisplay-Roman.ttf") format("truetype"), url("../fonts/MercuryDisplay-Roman.svg#MercuryDisplay-Roman") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'AGBookPro-LightCnd';
  src: url("../fonts/AGBookPro-LightCnd.eot");
  src: url("../fonts/AGBookPro-LightCnd.eot?#iefix") format("embedded-opentype"), url("../fonts/AGBookPro-LightCnd.woff") format("woff"), url("../fonts/AGBookPro-LightCnd.ttf") format("truetype"), url("../fonts/AGBookPro-LightCnd.svg#AGBookPro-LightCnd") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Akkurat-Regular';
  src: url("../fonts/Akkurat Regular.eot");
  src: url("../fonts/Akkurat Regular.woff") format("woff"), url("../fonts/Akkurat Regular.ttf") format("truetype"), url("../fonts/Akkurat Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Adobe Hebrew';
  src: url("../fonts/AdobeHebrew-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/AdobeHebrew-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AdobeHebrew-Regular.woff") format("woff"), url("../fonts/AdobeHebrew-Regular.ttf") format("truetype"), url("../fonts/AdobeHebrew-Regular.svg#9fb4440b423a54492ee5fa8e1fe2b444") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  outline: none !important;
  text-decoration: none;
  transition: all 300ms ease; }

a:hover {
  text-decoration: none; }

p {
  margin: 0;
  line-height: 1.6em;
  font-weight: normal; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 400; }

img {
  max-width: 100%;
  height: auto; }

blockquote {
  margin: 0; }

strong {
  font-weight: 600; }

input {
  border: 0; }

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-text-size-adjust: 100%; }

textarea {
  resize: none; }

html, body {
  -webkit-tap-highlight-color: transparent;
  /* disable webkit tap highlight */ }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px; }

html, body {
  overflow-x: hidden; }

input[type="text"], input[type="email"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: none; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.container {
  width: 960px;
  margin: 0 auto;
  position: relative; }
  .container:before,
  .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  .container--fluid {
    width: auto;
    padding: 0 50px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.row {
  margin: 0 -20px;
  *zoom: 1; }
  .row > div {
    padding: 0 20px; }
  .row:before,
  .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row--zero {
    margin: 0 0; }
    .row--zero > div {
      padding: 0 0; }
  .row--four {
    margin: 0 -4px; }
    .row--four > div {
      padding: 0 4px; }
  .row--seven {
    margin: 0 -7px; }
    .row--seven > div {
      padding: 0 7px; }
  .row--ten {
    margin: 0 -10px; }
    .row--ten > div {
      padding: 0 10px; }
  .row--thirteen {
    margin: 0 -12px; }
    .row--thirteen > div {
      padding: 0 12px; }
  .row--fifteen {
    margin: 0 -15px; }
    .row--fifteen > div {
      padding: 0 15px; }
  .row--thirty {
    margin: 0 -30px; }
    .row--thirty > div {
      padding: 0 30px; }

.col12 {
  width: 100%;
  float: left; }

.col11 {
  width: 91.666666666667%;
  float: left; }

.col10 {
  width: 83.333333333333%;
  float: left; }

.col9 {
  width: 75%;
  float: left; }

.col8 {
  width: 66.666666666667%;
  float: left; }

.col7 {
  width: 58.333333333333%;
  float: left; }

.col6 {
  width: 50%;
  float: left; }

.col5 {
  width: 41.666666666667%;
  float: left; }

.col4 {
  width: 33.333333333333%;
  float: left; }

.col3 {
  width: 25%;
  float: left; }

.col2 {
  width: 16.666666666667%;
  float: left; }

.col1 {
  width: 8.3333333333333%;
  float: left; }

.hidden-desktop {
  display: none; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

.table {
  display: table;
  width: 100%;
  height: 100%; }
  .table .table-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle; }

.header {
  padding: 40px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  transition: height 400ms ease;
  height: 140px;
  overflow: hidden; }
  .header.active {
    opacity: 1 !important;
    z-index: 9000; }
  .header-active {
    height: 100vh !important;
    overflow: auto; }
  @media (max-width: 480px) {
    .header {
      height: auto;
      opacity: 1;
      z-index: 9000; } }
  @media (max-width: 767px) {
    .header {
      height: auto;
      padding: 15px 0; } }
  .header .logo {
    display: block;
    margin-bottom: 22px; }
    @media (max-width: 767px) {
      .header .logo {
        margin-bottom: 0;
        width: 75px;
        margin: 0 auto; } }
    .header .logo img {
      height: 25px; }
      @media (max-width: 414px) {
        .header .logo img {
          height: 18px; } }
  .header .menu {
    display: table;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .header .menu {
        display: none; } }
    .header .menu > li {
      display: block;
      float: left;
      padding-right: 25px;
      text-align: left; }
      .header .menu > li:hover > a {
        border-bottom: 1px solid #E6E6E6;
        color: rgba(0, 0, 0, 0.75); }
      .header .menu > li:hover .submenu-wrapper {
        transition-delay: 380ms;
        visibility: visible;
        opacity: 1; }
      .header .menu > li a {
        font-size: 13px;
        color: rgba(0, 0, 0, 0.75);
        display: table;
        line-height: 15px;
        font-family: "Roboto";
        color: rgba(0, 0, 0, 0.5); }
      .header .menu > li > a {
        border-bottom: 1px solid #fff; }
        .header .menu > li > a.on {
          border-color: #E6E6E6; }
      .header .menu > li:last-child {
        padding-right: 0; }
      .header .menu > li .submenu-wrapper {
        transition-duration: 400ms;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        background: #fff; }
      .header .menu > li .submenu {
        text-align: left;
        padding: 30px 0 10px;
        margin-right: 25px;
        float: left; }
        .header .menu > li .submenu:last-child {
          margin-right: 0; }
        .header .menu > li .submenu li {
          display: block;
          float: none;
          margin-right: 0;
          position: relative;
          width: 126px;
          overflow: visible; }
          .header .menu > li .submenu li a {
            line-height: 16px;
            width: 100%;
            display: table; }
            .header .menu > li .submenu li a:hover {
              color: rgba(0, 0, 0, 0.75); }

/* ==========================================================================
   Hamburger
   ========================================================================== */
.hamburger {
  padding: 0px 0px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: 22px;
  right: 20px;
  display: none; }
  @media (max-width: 767px) {
    .hamburger {
      display: inline-block;
      top: 19px; } }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 18px;
  height: 14px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px; }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 18px;
    height: 1px;
    background-color: #C1C1C1;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before,
  .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -6px; }
  .hamburger-inner::after {
    bottom: -6px; }

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #C1C1C1; }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    background-color: #C1C1C1; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #C1C1C1; }

.footer {
  background-color: #F8F3F0;
  padding: 37px 0; }
  @media (max-width: 767px) {
    .footer {
      padding: 17px 0; } }
  .footer.footer-fixed {
    position: absolute;
    bottom: 0;
    width: 100%; }
  .footer__left {
    width: 50%;
    float: left; }
  .footer.footer-bottom {
    position: absolute;
    width: 100%; }
  .footer.footer-project {
    display: none; }
    @media (max-width: 767px) and (min-height: 415px) {
      .footer.footer-project {
        position: fixed;
        width: 100%;
        bottom: 0; } }
  .footer .footer-menu li {
    display: block; }
    .footer .footer-menu li a {
      color: #3D3D3D;
      display: block;
      font-size: 11px;
      line-height: 13px;
      margin-bottom: 2.5px; }
  .footer .footer-menu--two {
    margin-left: 45px; }
    @media (max-width: 767px) {
      .footer .footer-menu--two {
        margin-top: 0;
        margin-left: 0; } }
  @media (max-width: 767px) {
    .footer .footer-menu.pull-left {
      float: none; } }
  .footer p, .footer a {
    color: #3D3D3D;
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 2.5px; }
    @media (max-width: 767px) {
      .footer p, .footer a {
        font-weight: 100;
        font-size: 12px;
        line-height: 10px; } }
  .footer .container {
    display: flex; }
  .footer__right {
    width: 50%;
    position: relative;
    text-align: right; }
    @media (max-width: 767px) {
      .footer__right a {
        display: none; } }
    .footer__right__group {
      position: absolute;
      bottom: 0;
      right: 0; }
      @media (max-width: 767px) {
        .footer__right__group {
          position: relative; } }
    @media (max-width: 767px) {
      .footer__right {
        text-align: center;
        margin-top: 0;
        float: none;
        width: 100%;
        min-height: 0; } }

.no-scroll {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  /*      position: fixed; */ }

body.profile main {
  margin-top: 0;
  padding-top: 0; }
  body.profile main .section.section--profile-page#history {
    margin-top: 140px; }
    @media (max-width: 767px) {
      body.profile main .section.section--profile-page#history {
        margin-top: 0px; } }
  @media (max-width: 480px) {
    body.profile main {
      padding-top: 93px; } }
  @media (max-width: 767px) {
    body.profile main {
      padding-top: 51px; } }

body.text-only-page--small-text {
  height: 100vh; }

main {
  padding-top: 140px;
  position: relative; }
  @media (max-width: 480px) {
    main {
      padding-top: 93px; } }
  @media (max-width: 767px) {
    main {
      padding-top: 51px; } }
  main.fullheight {
    height: 100vh; }
  main.main--text-only {
    /*
		.section:last-child{
			margin-bottom: 0px;
		}
*/
    /*
		@media (max-height: $mobile) and (max-width: $mobile) {
			height: calc(100vh - 165px);
		}
*/
    /*
		&-small-text{
			@media (max-height: $mobile) {
			margin-bottom: 0;
			}
			
		}
		
		@media (max-width: 413px) and (max-height: $mobile) { 
			height: 100%;
			&-small-text{
				height: calc(100vh - 100px);
			}
			
		}
		@media (max-height: 906px) {
			padding-bottom: 0;
		}
		
		@media (max-width: $mobile) {
			padding-bottom: 0;
		}
		
		padding-bottom: 80px;
		
		
*/ }
  main .project-nav {
    opacity: 0;
    z-index: 100;
    display: block;
    color: rgba(0, 0, 0, 0.5); }
    @media (max-width: 767px) {
      main .project-nav {
        position: relative;
        padding-top: 0;
        bottom: 0; } }
    main .project-nav.project-nav__prev {
      display: none;
      position: absolute;
      float: left;
      margin-left: 30px;
      padding-left: 20px;
      bottom: 0;
      left: 0; }
      main .project-nav.project-nav__prev .arrow {
        left: 10px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 0; }
      @media (max-width: 767px) {
        main .project-nav.project-nav__prev {
          display: none; } }
    main .project-nav.project-nav__next {
      position: absolute;
      float: right;
      margin-right: 30px;
      padding-right: 20px;
      bottom: 0;
      right: 0; }
      main .project-nav.project-nav__next .arrow {
        right: 10px; }
      @media (max-width: 767px) {
        main .project-nav.project-nav__next {
          display: none; } }
    @media (max-width: 767px) {
      main .project-nav {
        font-size: 12px;
        line-height: 14px;
        opacity: 1; } }
    main .project-nav:hover {
      color: rgba(0, 0, 0, 0.75); }
    main .project-nav .arrow {
      position: absolute;
      top: 5px;
      width: 10px;
      height: 10px;
      opacity: 0.3; }
      main .project-nav .arrow:hover {
        opacity: 1; }
      main .project-nav .arrow:before, main .project-nav .arrow:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 9px;
        width: 1px;
        background-color: #333; }
      main .project-nav .arrow:before {
        top: 0; }
      main .project-nav .arrow:after {
        top: -5px; }
      main .project-nav .arrow:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      main .project-nav .arrow:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.slider {
  width: 100%; }
  .slider-main {
    opacity: 0;
    transition: opacity 100ms ease; }
  @media (max-width: 767px) {
    .slider-main, .slider-projects-all {
      padding-left: 20px;
      padding-right: 20px; } }
  .slider-main .section, .slider-projects-all .section {
    padding: 0;
    max-width: none; }
    @media (max-width: 767px) {
      .slider-main .section, .slider-projects-all .section {
        margin-bottom: 50px; } }
    .slider-main .section__slide-image, .slider-projects-all .section__slide-image {
      width: 100%;
      height: 100%; }
    .slider-main .section--slide, .slider-projects-all .section--slide {
      position: relative;
      max-width: 1405px;
      width: calc(100vw);
      transition: transform 400ms ease;
      margin-bottom: 0; }
      .slider-main .section--slide.section:last-child, .slider-projects-all .section--slide.section:last-child {
        margin-bottom: 0; }
      .slider-main .section--slide.anti-nudge-alt,
      .slider-main .section--slide.nudge, .slider-projects-all .section--slide.anti-nudge-alt,
      .slider-projects-all .section--slide.nudge {
        -webkit-transform: translate(-35px,0);
        -moz-transform: translate(-35px,0);
        -ms-transform: translate(-35px,0);
        -o-transform: translate(-35px,0);
        transform: translate(-35px,0); }
      .slider-main .section--slide.anti-nudge,
      .slider-main .section--slide.nudge-alt, .slider-projects-all .section--slide.anti-nudge,
      .slider-projects-all .section--slide.nudge-alt {
        -webkit-transform: translate(35px,0);
        -moz-transform: translate(35px,0);
        -ms-transform: translate(35px,0);
        -o-transform: translate(35px,0);
        transform: translate(35px,0); }
      .slider-main .section--slide.slick-current .project-nav, .slider-projects-all .section--slide.slick-current .project-nav {
        opacity: 1; }
        .slider-main .section--slide.slick-current .project-nav.project-nav__prev, .slider-projects-all .section--slide.slick-current .project-nav.project-nav__prev {
          display: inline; }
      .slider-main .section--slide.slick-current .content, .slider-projects-all .section--slide.slick-current .content {
        opacity: 1; }
      .slider-main .section--slide .project-read-more.read-more, .slider-projects-all .section--slide .project-read-more.read-more {
        z-index: 100;
        color: rgba(0, 0, 0, 0.5);
        padding-top: 5px; }
        @media (max-width: 768px) {
          .slider-main .section--slide .project-read-more.read-more, .slider-projects-all .section--slide .project-read-more.read-more {
            font-size: 12px;
            line-height: 14px;
            opacity: 1;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: 0; } }
        .slider-main .section--slide .project-read-more.read-more:hover, .slider-projects-all .section--slide .project-read-more.read-more:hover {
          color: rgba(0, 0, 0, 0.75); }
        @media (max-width: 767px) {
          .slider-main .section--slide .project-read-more.read-more, .slider-projects-all .section--slide .project-read-more.read-more {
            margin: 0; } }
      .slider-main .section--slide .content-container, .slider-projects-all .section--slide .content-container {
        transition: height 200s ease;
        height: 100%;
        width: 33%;
        display: block;
        float: left; }
      .slider-main .section--slide .content, .slider-projects-all .section--slide .content {
        transition: all 1000ms ease 500ms;
        opacity: 0;
        color: rgba(0, 0, 0, 0.75); }
        .slider-main .section--slide .content.content--read-more, .slider-projects-all .section--slide .content.content--read-more {
          display: none; }
          .slider-main .section--slide .content.content--read-more p, .slider-projects-all .section--slide .content.content--read-more p {
            padding-bottom: 15px; }
            .slider-main .section--slide .content.content--read-more p:last-of-type, .slider-projects-all .section--slide .content.content--read-more p:last-of-type {
              padding-bottom: 0; }
        .slider-main .section--slide .content.content--mobile, .slider-projects-all .section--slide .content.content--mobile {
          display: none; }
          @media (max-width: 767px) {
            .slider-main .section--slide .content.content--mobile, .slider-projects-all .section--slide .content.content--mobile {
              display: block; } }
        .slider-main .section--slide .content .mobile-exerpt, .slider-projects-all .section--slide .content .mobile-exerpt {
          display: none; }
        @media (max-width: 767px) {
          .slider-main .section--slide .content, .slider-projects-all .section--slide .content {
            opacity: 1;
            padding-top: 0; }
            .slider-main .section--slide .content .mobile-exerpt, .slider-projects-all .section--slide .content .mobile-exerpt {
              display: block; } }
        .slider-main .section--slide .content--read-more, .slider-projects-all .section--slide .content--read-more {
          transition: none; }
        .slider-main .section--slide .content--parallax, .slider-projects-all .section--slide .content--parallax {
          -webkit-transform: translate(0, 70px);
          -moz-transform: translate(0, 70px);
          -ms-transform: translate(0, 70px);
          -o-transform: translate(0, 70px);
          transform: translate(0, 70px);
          transition: all 900ms ease;
          opacity: 0 !important; }
          @media (max-width: 767px) {
            .slider-main .section--slide .content--parallax, .slider-projects-all .section--slide .content--parallax {
              -webkit-transform: translate(0, 0);
              -moz-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
              -o-transform: translate(0, 0);
              transform: translate(0, 0);
              opacity: 1 !important; } }
          .slider-main .section--slide .content--parallax--active, .slider-projects-all .section--slide .content--parallax--active {
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
            opacity: 1 !important; }
      .slider-main .section--slide .img-wrapper-parallax > img, .slider-projects-all .section--slide .img-wrapper-parallax > img {
        opacity: 0; }
        @media (max-width: 767px) {
          .slider-main .section--slide .img-wrapper-parallax > img, .slider-projects-all .section--slide .img-wrapper-parallax > img {
            opacity: 1 !important; } }
      .slider-main .section--slide .slide-img-wrapper img, .slider-projects-all .section--slide .slide-img-wrapper img {
        width: 100%; }
    .slider-main .section .slide-img-wrapper, .slider-projects-all .section .slide-img-wrapper {
      width: 100%;
      cursor: pointer; }
  .slider .slick-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    margin: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 100; }
    .slider .slick-prev:before {
      display: none; }
  .slider .slick-next {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    margin: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 100; }
    .slider .slick-next:before {
      display: none; }
  .slider-project .section {
    padding: 0;
    margin-bottom: 0; }
  .slider-project img {
    width: 100%; }

.slider-main .section--slide .slide-img-wrapper img {
  height: 100%; }

.slider-copy {
  transition: all 200ms ease;
  text-align: center;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 60px;
  /*
    
    &.home{
	      position: relative;  
	      .content{
		  top: 0;
		  position: absolute;
		  left: 50%;
		  @include vendor-prefix(transform, 'translateX(-50%)');
		   &.content--parallax {
            display: inline-block;
	       }
	        &.active {
	            display:inline-block;
	            //opacity: 1;
	        }  
	    }
    }
*/ }
  .slider-copy.section {
    margin-bottom: 60px; }
  .slider-copy .content {
    padding-bottom: 40px;
    display: none;
    padding-top: 0; }
    .slider-copy .content.content--parallax {
      display: block; }
    .slider-copy .content.active {
      display: block; }

.img-wrapper-parallax {
  position: relative; }
  @media (max-width: 767px) {
    .img-wrapper-parallax {
      width: 100%;
      height: 100%; } }
  .img-wrapper-parallax .fullscreen-parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden; }
    .img-wrapper-parallax .fullscreen-parallax img {
      display: block;
      height: 100%; }
    @media (max-width: 767px) {
      .img-wrapper-parallax .fullscreen-parallax {
        display: none; } }

.fullscreen-parallax2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none; }
  .fullscreen-parallax2 img {
    width: 100%;
    height: 100%; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .fullscreen-parallax2 {
      display: none; } }

.slick-slide {
  outline: 0;
  opacity: 0;
  transition: opacity 500ms ease; }
  @media (max-width: 767px) {
    .slick-slide {
      opacity: 1 !important; } }
  .slick-slide.slick-current {
    opacity: 1; }

.slick-list {
  padding: 0 25px;
  overflow: visible; }
  @media (max-width: 767px) {
    .slick-list {
      padding: 0 10px; } }

.slider-project {
  transition: transform 400ms ease; }
  .slider-project.anti-nudge-alt,
  .slider-project.nudge {
    -webkit-transform: translate(-60px,0);
    -moz-transform: translate(-60px,0);
    -ms-transform: translate(-60px,0);
    -o-transform: translate(-60px,0);
    transform: translate(-60px,0); }
  .slider-project.anti-nudge,
  .slider-project.nudge-alt {
    -webkit-transform: translate(60px,0);
    -moz-transform: translate(60px,0);
    -ms-transform: translate(60px,0);
    -o-transform: translate(60px,0);
    transform: translate(60px,0); }
  .slider-project .slick-list {
    padding: 0;
    overflow: hidden;
    height: calc(100vh - 288px); }
    @media (max-width: 767px) {
      .slider-project .slick-list {
        height: 240px; } }
    @media (max-width: 767px) and (min-width: 414px) {
      .slider-project .slick-list {
        height: 330px; } }
    .slider-project .slick-list .slick-track {
      height: 100%; }

.slider-projects-all {
  display: none; }
  .slider-projects-all .section--slide {
    position: relative;
    max-width: none; }
  .slider-projects-all .slick-list {
    padding: 0; }
  .slider-projects-all .slick-slide {
    opacity: 1; }
    .slider-projects-all .slick-slide.anti-nudge-alt,
    .slider-projects-all .slick-slide.nudge {
      -webkit-transform: translate(-60px,0);
      -moz-transform: translate(-60px,0);
      -ms-transform: translate(-60px,0);
      -o-transform: translate(-60px,0);
      transform: translate(-60px,0); }
    .slider-projects-all .slick-slide.anti-nudge,
    .slider-projects-all .slick-slide.nudge-alt {
      -webkit-transform: translate(60px,0);
      -moz-transform: translate(60px,0);
      -ms-transform: translate(60px,0);
      -o-transform: translate(60px,0);
      transform: translate(60px,0); }
  .slider-projects-all .no-transition {
    transition: none; }

.slick-current {
  padding: 0 300px; }

.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media (max-width: 767px) {
  body.home .section:last-child {
    margin-bottom: 0; } }

@media (max-width: 767px) {
  body main .section.section--projects .project:nth-last-child(2) {
    margin-bottom: 50px; }
  body main .section.section--projects:last-child {
    margin-bottom: 50px; }
  body main .section.slider-copy.section--profile-page:last-child {
    margin-bottom: 0; }
    body main .section.slider-copy.section--profile-page:last-child .content {
      padding-bottom: 0; }
  body main .section.section--news-articles {
    margin-bottom: 0; }
  body main .section.section--contact:nth-child(2) {
    margin-bottom: 0; } }

/*

body.profile{
	main{
		.section.slider-copy.section--profile-page:last-child {
		 	@media (max-width: $mobile){
			 	margin-bottom: 0;
		 	}
		}
	}
}

body.news{
	main{
		.section--news-articles{
		 	@media (max-width: $mobile){
			 	margin-bottom: 0;
		 	}
		}
	}
}
body.news{
	main{
		.section--news-articles{
		 	@media (max-width: $mobile){
			 	margin-bottom: 0;
		 	}
		}
	}
}
*/
@media (max-width: 767px) {
  body main {
    margin-bottom: 50px; } }

.section {
  margin: 0 auto 100px;
  margin-bottom: 100px; }
  @media (max-width: 1600px) {
    .section {
      padding: 0 90px 100px; }
      .section.slider-copy, .section.section--profile {
        padding-bottom: 0; } }
  @media (max-width: 767px) {
    .section.slider-copy .section.section--profile {
      padding-bottom: 0;
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .section {
      margin: 0;
      padding: 0 20px;
      margin-bottom: 50px; } }
  .section:last-child {
    padding-bottom: 0;
    margin-bottom: 80px; }
  .section .grid {
    width: 100%; }
    .section .grid__item {
      width: calc(50% - 10px); }
      @media (max-width: 1340px) {
        .section .grid__item {
          padding: 0 40px; } }
  .section .content {
    padding-top: 40px;
    max-width: 440px;
    margin: 0 auto; }
    .section .content--read-more {
      padding-top: 0;
      overflow: hidden; }
    @media (max-width: 767px) {
      .section .content {
        min-width: 374px; } }
    @media (max-width: 480px) {
      .section .content {
        min-width: 0;
        width: 100%;
        padding-top: 30px; } }
    @media (max-width: 767px) {
      .section .content .hidden__inner {
        opacity: 0; } }
    .section .content p {
      font-size: 13px;
      line-height: 15px;
      padding-bottom: 12px;
      color: rgba(0, 0, 0, 0.75); }
      @media (max-width: 767px) {
        .section .content p {
          font-size: 16px;
          line-height: 20px;
          padding-bottom: 15px; } }
      .section .content p::-moz-selection {
        background: #f6f3f0; }
      .section .content p::selection {
        background: #f6f3f0; }
    .section .content--news p {
      padding-bottom: 5px; }
    .section .content--news .news-link {
      color: rgba(0, 0, 0, 0.5); }
      .section .content--news .news-link:hover {
        color: #000; }
      .section .content--news .news-link--text, .section .content--news .news-link--link {
        margin-top: 7px; }
        @media (max-width: 767px) {
          .section .content--news .news-link--text, .section .content--news .news-link--link {
            margin-top: 10px; } }
        .section .content--news .news-link--text.active,
        .section .content--news .news-link--text:hover, .section .content--news .news-link--link.active,
        .section .content--news .news-link--link:hover {
          color: rgba(0, 0, 0, 0.75); }
    .section .content--news img {
      max-height: 590px;
      max-width: 1050px; }
    .section .content--contact {
      padding-top: 0; }
      .section .content--contact p {
        padding-bottom: 0;
        margin: 0;
        color: rgba(0, 0, 0, 0.75); }
        .section .content--contact p.address {
          color: rgba(0, 0, 0, 0.5); }
    .section .content span {
      display: block;
      font-size: 13px;
      line-height: 15px;
      padding-bottom: 10px;
      font-family: "Roboto"; }
      @media (max-width: 767px) {
        .section .content span {
          font-size: 12px;
          line-height: 14px;
          padding-bottom: 10px; } }
    .section .content h2 {
      font-size: 32px;
      line-height: 34px;
      font-family: 'Adobe Hebrew', sans-serif;
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
      @media (max-width: 767px) {
        .section .content h2 {
          font-size: 20px;
          line-height: 22px; } }
      @media (max-width: 480px) {
        .section .content h2 {
          font-size: 22px;
          line-height: 24px; } }
    .section .content h3 {
      font-size: 18px;
      line-height: 20px;
      font-family: 'Adobe Hebrew', sans-serif;
      color: rgba(0, 0, 0, 0.75); }
      @media (max-width: 767px) {
        .section .content h3 {
          font-size: 20px;
          line-height: 22px; } }
      @media (max-width: 480px) {
        .section .content h3 {
          font-size: 22px;
          line-height: 24px; } }
    .section .content > a {
      display: block;
      color: rgba(0, 0, 0, 0.5); }
      @media (max-width: 767px) {
        .section .content > a {
          font-size: 16px;
          line-height: 20px; } }
      .section .content > a.hidden-mobile {
        display: block; }
      .section .content > a.visible-mobile {
        display: none; }
      @media (max-width: 767px) {
        .section .content > a.hidden-mobile {
          display: none; }
        .section .content > a.visible-mobile {
          display: block; } }
      .section .content > a.mobile-link:hover {
        color: rgba(0, 0, 0, 0.5); }
      .section .content > a:hover {
        color: rgba(0, 0, 0, 0.75); }
    .section .content .line-sep {
      width: 46px;
      height: 1px;
      background-color: #E6E6E6;
      margin: 15px auto; }
      .section .content .line-sep--hide {
        display: none; }
        @media (max-width: 767px) {
          .section .content .line-sep--hide {
            display: block; } }
      .section .content .line-sep--margin-top {
        margin-bottom: 0; }
        @media (max-width: 768px) {
          .section .content .line-sep--margin-top {
            margin-bottom: 15px; } }
      .section .content .line-sep--one {
        margin-top: 10px; }
      @media (max-width: 767px) {
        .section .content .line-sep {
          margin: 15px auto; } }
  .section--news-articles {
    margin-bottom: 0;
    padding-bottom: 0;
    max-width: 1404px; }
  .section--text-only {
    margin: 0 auto;
    max-width: 640px;
    padding: 0; }
    @media (max-width: 767px) {
      .section--text-only {
        margin: 0 20px; } }
    .section--text-only .content {
      max-width: none;
      padding: 0; }
      @media (max-width: 767px) {
        .section--text-only .content {
          padding-top: 5px; } }
      .section--text-only .content p {
        font-size: 11px;
        line-height: 13px;
        padding-bottom: 5px; }
      .section--text-only .content h4 {
        font-size: 11px;
        line-height: 13px;
        padding-bottom: 5px;
        color: rgba(0, 0, 0, 0.75);
        text-transform: uppercase; }
        .section--text-only .content h4:first-child {
          color: black; }
  .section--news {
    padding-bottom: 0;
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      .section--news img {
        max-height: 375px;
        margin-left: auto;
        margin-right: auto;
        padding: 0; } }
  .section--project-text {
    position: relative;
    margin-bottom: 40px; }
    .section--project-text:last-child {
      margin-bottom: 40px; }
    .section--project-text .project-read-more-close {
      position: absolute;
      top: 10px;
      right: 20px;
      width: 10px;
      height: 10px;
      opacity: 0.3;
      padding: 20px;
      display: none; }
      .section--project-text .project-read-more-close:hover {
        opacity: 1; }
      .section--project-text .project-read-more-close:before, .section--project-text .project-read-more-close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 10px;
        width: 1px;
        background-color: #333; }
      .section--project-text .project-read-more-close:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .section--project-text .project-read-more-close:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .section--project-text .content.content-project {
      padding-top: 30px;
      padding-bottom: 15px; }
      @media (max-width: 768px) {
        .section--project-text .content.content-project {
          padding-bottom: 0;
          position: relative;
          height: 100%; } }
      @media (max-width: 768px) {
        .section--project-text .content.content-project.content-project--open {
          height: auto; } }
      .section--project-text .content.content-project span {
        padding-bottom: 10px; }
  .section--profile {
    max-width: 1050px;
    max-height: 590px; }
    @media (max-width: 767px) and (max-height: 415px) {
      .section--profile {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        padding: 0; } }
    @media (max-width: 767px) {
      .section--profile {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto; } }
    .section--profile .img-wrapper__text {
      margin-top: -15px; }
      @media (max-width: 767px) {
        .section--profile .img-wrapper__text {
          margin-top: 0; } }
      .section--profile .img-wrapper__text p {
        padding-top: 0px; }
      .section--profile .img-wrapper__text h2 {
        padding: 0 40px; }
        @media (max-width: 950px) {
          .section--profile .img-wrapper__text h2 br {
            display: none; } }
        @media (max-width: 767px) {
          .section--profile .img-wrapper__text h2 {
            padding: 0 10px; } }
    .section--profile a {
      color: #e6e6e6; }
      .section--profile a.hover:hover {
        color: #fff; }
  .section--profile-page {
    position: relative;
    max-width: 1404px; }
    .section--profile-page.section--intro-image {
      padding-bottom: 0; }
    .section--profile-page:last-child {
      margin-bottom: 80px; }
      .section--profile-page:last-child .content {
        padding-bottom: 0; }
    @media (max-width: 767px) {
      .section--profile-page {
        max-width: 500px;
        margin: 0 auto; } }
    @media (max-width: 1600px) {
      .section--profile-page {
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      .section--profile-page {
        padding: 0; } }
    @media (max-width: 767px) and (min-height: 415px) {
      .section--profile-page {
        padding: 0 20px; } }
    .section--profile-page img.landscape {
      height: auto;
      width: 500px; }
      @media (max-width: 767px) {
        .section--profile-page img.landscape {
          max-width: 500px; } }
      @media (max-width: 767px) and (min-height: 415px) {
        .section--profile-page img.landscape {
          max-width: 100%; } }
    .section--profile-page img.portrait {
      width: auto;
      height: 500px; }
      @media (max-width: 767px) {
        .section--profile-page img.portrait {
          height: 375px; } }
    .section--profile-page .content p:last-child {
      padding-bottom: 0; }
    .section--profile-page a {
      color: #e6e6e6; }
      .section--profile-page a.hover:hover {
        color: #fff; }
  .section--intro-image {
    width: 100%;
    margin-bottom: 0; }
    @media (max-width: 414px) {
      .section--intro-image {
        margin: 0 auto;
        max-width: 500px; } }
    .section--intro-image img {
      width: 63.2vw;
      max-width: 1052px;
      height: auto;
      display: block;
      margin: 0 auto;
      /*
			left:50%;
			@include vendor-prefix(transform, 'translateX(-50%)');
*/ }
      @media (max-width: 414px) {
        .section--intro-image img {
          width: 100%; } }
  @media (max-width: 414px) {
    .section--team {
      padding: 0 20px; } }
  .section--map.section--contact {
    width: 100%;
    margin-bottom: 80px; }
    .section--map.section--contact #map {
      display: block;
      margin: 0 auto;
      background: grey;
      width: 63.2vw;
      max-width: 1052px;
      height: 30.9vw; }
    @media (max-width: 767px) {
      .section--map.section--contact {
        display: none; } }
  .section--contact {
    max-width: 1404px;
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 1600px) {
      .section--contact {
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      .section--contact {
        margin-bottom: 80px; } }
    .section--contact.section--intro-image {
      padding-bottom: 0; }
      @media (max-width: 767px) {
        .section--contact.section--intro-image {
          margin-bottom: 30px;
          margin-left: auto;
          margin-right: auto;
          max-width: 500px;
          height: auto; } }
      @media (max-width: 767px) and (min-width: 415px) {
        .section--contact.section--intro-image {
          padding: 0; } }
    .section--contact .map-link {
      margin-top: 10px; }
      @media (min-width: 767px) {
        .section--contact .map-link {
          display: none !important; } }
  .section--projects {
    padding-bottom: 0px;
    margin-bottom: 0;
    max-width: 1404px;
    opacity: 0;
    transition: opacity 100ms ease; }
    .section--projects:last-child {
      margin-bottom: 80px; }
    @media (max-width: 767px) {
      .section--projects {
        padding: 0 20px; } }
    .section--projects .project-grid {
      width: 100%; }
    .section--projects .project {
      margin-bottom: 80px;
      width: calc(50% - 10px);
      max-width: 692px; }
      .section--projects .project.loaded {
        opacity: 1; }
      @media (max-width: 767px) {
        .section--projects .project {
          margin-bottom: 50px;
          width: 100%;
          float: none; } }
      .section--projects .project:nth-last-child(2), .section--projects .project:last-child {
        margin-bottom: 0; }
      .section--projects .project img {
        width: 100%; }
      .section--projects .project .content {
        min-height: 200px;
        /*
				.line-sep{
					display: block;
				}
*/ }
        @media (max-width: 767px) {
          .section--projects .project .content {
            min-height: initial;
            padding-left: 0;
            padding-right: 0; } }
        .section--projects .project .content .hidden {
          display: none; }
        .section--projects .project .content .project-link--text {
          color: rgba(0, 0, 0, 0.75); }
          @media (max-width: 767px) {
            .section--projects .project .content .project-link--text {
              display: none; } }
        .section--projects .project .content .project-link--mobile {
          display: none; }
          @media (max-width: 767px) {
            .section--projects .project .content .project-link--mobile {
              display: block; } }
  .section--load-more {
    margin-top: 60px;
    padding: 0; }
    .section--load-more .content {
      transition: all 200ms ease;
      padding: 15px 40px;
      max-width: none;
      width: auto;
      display: inline;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      text-align: left;
      border: 1px solid rgba(0, 0, 0, 0.1); }
      .section--load-more .content:hover {
        border: 1px solid rgba(0, 0, 0, 0.25); }
      .section--load-more .content:hover a {
        color: rgba(0, 0, 0, 0.75); }
      .section--load-more .content a {
        display: inline; }
  .section--news-articles {
    opacity: 0;
    transition: opacity 100ms ease; }
    @media (max-width: 414px) {
      .section--news-articles {
        padding: 0; } }
    .section--news-articles .article {
      margin-bottom: 100px; }
      @media (max-width: 940px) {
        .section--news-articles .article {
          width: 100%;
          margin-bottom: 50px;
          padding: 0 20px; } }
      @media (max-width: 767px) and (min-width: 414px) {
        .section--news-articles .article {
          width: 100%;
          margin-bottom: 50px; } }
      @media (max-width: 540) {
        .section--news-articles .article {
          padding: 0; } }
      .section--news-articles .article img.landscape {
        max-width: 500px;
        width: 500px;
        height: auto; }
        @media (max-width: 1340px) {
          .section--news-articles .article img.landscape {
            width: 100%; } }
        @media (max-width: 540px) {
          .section--news-articles .article img.landscape {
            width: 100%; } }
      .section--news-articles .article img.portrait {
        max-height: 500px;
        height: 500px;
        width: auto; }
        @media (max-width: 767px) {
          .section--news-articles .article img.portrait {
            max-height: 375px; } }
      @media (max-width: 1340) {
        .section--news-articles .article img {
          padding: 40px; } }
      .section--news-articles .article:nth-child(-n+2) {
        margin-top: 0; }
      .section--news-articles .article:last-child {
        margin-bottom: 0; }
      .section--news-articles .article .content {
        padding: 0 40px;
        max-width: 600px; }
        @media (max-width: 414px) {
          .section--news-articles .article .content {
            padding: 0; } }
        .section--news-articles .article .content span {
          padding: 20px 0 10px; }
          @media (max-width: 767px) {
            .section--news-articles .article .content span {
              padding-top: 30px; } }
        .section--news-articles .article .content .hidden {
          display: none;
          transition: opacity ease 0.2s; }
    .section--news-articles .load-more--articles {
      display: none;
      margin: 30px 0 0;
      padding: 10px 30px;
      color: rgba(0, 0, 0, 0.5); }
      @media (max-width: 767px) {
        .section--news-articles .load-more--articles {
          display: block; } }
      @media (max-width: 767px) {
        .section--news-articles .load-more--articles {
          font-size: 12px;
          line-height: 14px; } }
      .section--news-articles .load-more--articles:hover {
        color: rgba(0, 0, 0, 0.75); }
  .section--intro {
    z-index: 800;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer; }
    @media (max-width: 768px) {
      .section--intro {
        display: none; } }
    @media (max-width: 768px) {
      .section--intro {
        background: url(../images/slide1.jpg) center top no-repeat;
        background-size: cover; } }
    .section--intro.bg {
      background: url(../images/slide1.jpg) center top no-repeat;
      background-size: cover; }
    .section--intro.full-height {
      width: 100%;
      height: 100vh; }
    .section--intro .logo-white {
      display: block;
      position: fixed;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .section--intro .logo-white svg {
        max-width: 275px;
        fill: #fff; }
    .section--intro .arrow-down {
      position: fixed;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 40px;
      display: block;
      transition: all 400ms ease;
      opacity: 1; }
      .section--intro .arrow-down.active {
        opacity: 0; }
      .section--intro .arrow-down:hover {
        opacity: 0.75; }

.sidebar-navigation {
  position: absolute;
  left: 50px;
  width: 115px; }
  @media (max-width: 1100px) {
    .sidebar-navigation {
      display: none; } }
  .sidebar-navigation li {
    padding-bottom: 6px; }
    @media (max-width: 1100px) {
      .sidebar-navigation li {
        display: inline;
        margin-right: 10px; } }
  .sidebar-navigation a {
    font-size: 11px;
    line-height: 13px;
    padding-bottom: 5px;
    color: rgba(0, 0, 0, 0.5); }
    .sidebar-navigation a:hover {
      color: rgba(0, 0, 0, 0.75); }
    .sidebar-navigation a.active {
      color: rgba(0, 0, 0, 0.75); }

.img-wrapper {
  position: relative; }
  .img-wrapper__text {
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    padding: 0 75px;
    color: #fff; }
    @media (max-width: 768px) {
      .img-wrapper__text {
        padding: 20px; } }
    .img-wrapper__text__content {
      position: absolute;
      width: 100%;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 767px) {
        .img-wrapper__text__content {
          margin-top: -10px; } }
    .img-wrapper__text p {
      font-size: 13px;
      line-height: 15px;
      padding-bottom: 10px;
      padding-top: 20px; }
      @media (max-width: 767px) {
        .img-wrapper__text p {
          font-size: 12px;
          line-height: 14px; } }
      @media (max-width: 480px) {
        .img-wrapper__text p {
          color: #E6E6E6; } }
      .img-wrapper__text p.p-bottom {
        display: none; }
        @media (max-width: 480px) {
          .img-wrapper__text p.p-bottom {
            display: block;
            width: 100%;
            color: #E6E6E6;
            position: absolute;
            left: 0;
            bottom: 22px;
            text-align: center;
            padding-top: 0;
            padding-bottom: 0;
            transform: none; } }
    .img-wrapper__text h2 {
      font-size: 30px;
      line-height: 32px;
      font-family: 'Adobe Hebrew', sans-serif;
      color: #fff; }
      @media (max-width: 767px) {
        .img-wrapper__text h2 {
          font-size: 30px;
          line-height: 32px;
          max-width: 374px;
          margin: 0 auto;
          font-family: 'Roboto', sans-serif; } }
      @media (max-width: 767px) and (min-width: 414px) {
        .img-wrapper__text h2 {
          font-size: 16px;
          line-height: 20px; } }
      @media (max-width: 480px) {
        .img-wrapper__text h2 {
          font-size: 16px;
          font-size: 4vw;
          line-height: 20px;
          line-height: 5vw;
          max-width: 100%;
          padding: 0 0 25px 0;
          margin: 0 auto;
          color: #E6E6E6; } }
  .img-wrapper .p-bottom {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff; }
    @media (max-width: 480px) {
      .img-wrapper .p-bottom {
        /*
            bottom: 20px;
            color: #E6E6E6;
*/
        display: none; } }
  @media (max-width: 767px) {
    .img-wrapper > img {
      min-height: 450px; } }
  @media (max-width: 480px) {
    .img-wrapper > img {
      min-height: 240px; } }

.mobile-group {
  display: none;
  position: fixed;
  z-index: 3000;
  background-color: #fff;
  width: 100%;
  top: 50px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }
  .mobile-group__inside {
    height: 100vh; }
  .mobile-group .mobile-menu {
    margin: 0 20px;
    padding: 37px 10px;
    border-bottom: 1px solid #E6E6E6; }
    .mobile-group .mobile-menu:first-child {
      border-top: none; }
    .mobile-group .mobile-menu.border-bottom-none {
      padding-bottom: 45px; }
      @media (max-width: 480px) {
        .mobile-group .mobile-menu.border-bottom-none li:first-child a {
          margin-bottom: 0; } }
    .mobile-group .mobile-menu li {
      display: block; }
      .mobile-group .mobile-menu li.submenu-title a, .mobile-group .mobile-menu li:first-child a {
        font-weight: 400;
        margin-bottom: 12px; }
        @media (max-width: 480px) {
          .mobile-group .mobile-menu li.submenu-title a, .mobile-group .mobile-menu li:first-child a {
            margin-bottom: 23px; } }
      .mobile-group .mobile-menu li a {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
        display: block;
        font-weight: 100;
        color: #3D3D3D; }
        @media (max-width: 480px) {
          .mobile-group .mobile-menu li a {
            margin-bottom: 18px; } }
        .mobile-group .mobile-menu li a.mar0 {
          margin-bottom: 0; }
    .mobile-group .mobile-menu.border-bottom-none {
      border-bottom: none; }
    .mobile-group .mobile-menu.border-top-none {
      border-top: none; }
  .mobile-group__bottom {
    padding: 27px 0;
    padding-bottom: 57px;
    background-color: #F8F3F0; }
    .mobile-group__bottom .mobile-menu {
      padding: 0;
      border: none;
      margin: 0 0 30px 0; }
      .mobile-group__bottom .mobile-menu li {
        display: block; }
        .mobile-group__bottom .mobile-menu li:first-child a {
          font-weight: 100; }
          @media (max-width: 480px) {
            .mobile-group__bottom .mobile-menu li:first-child a {
              margin-bottom: 10px; } }
        .mobile-group__bottom .mobile-menu li a {
          font-size: 12px;
          line-height: 14px;
          font-weight: 100;
          margin-bottom: 10px; }
    .mobile-group__bottom p {
      padding: 10px 0 17px;
      font-size: 12px;
      line-height: 14px;
      color: #818181; }
    .mobile-group__bottom .site-credit {
      padding: 10px 0 17px;
      font-size: 12px;
      line-height: 14px;
      color: #818181; }

html.safari .mobile-group__bottom p {
  padding: 10px 0 90px; }

::selection {
  background: #f6f3f0;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #f6f3f0;
  /* Gecko Browsers */ }

@media (max-width: 767px) {
  .hidden-mobile {
    display: none; }
  .visible-mobile {
    display: block; } }
