article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #eee;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #eee;
  color: #000;
  text-shadow: none;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  height: 15px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  bottom: 2px;
  height: 6px;
}
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x,
.ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  width: 15px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  right: 2px;
  width: 6px;
}
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 11px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
@font-face {
  font-family: 'algeFontFace';
  src: url('http://alge.co.at/data/themes/alge/inc/fonts/gt-walsheim-pro-light-webfont.woff2') format('woff2'), url('http://alge.co.at/data/themes/alge/inc/fonts/gt-walsheim-pro-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
  background-color: #fafafa;
}
body {
  background-image: url('../img/icons/loading.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  cursor: url('../img/icons/cross.gif') 10 10, auto;
}
body main {
  opacity: 0;
}
body a:link,
body a:hover,
body a:visited {
  cursor: url('../img/icons/cross.gif') 10 10, auto;
}
body.loaded {
  background-image: none;
}
body.loaded main {
  opacity: 1;
}
body.minimalUI .logo,
body.minimalUI ul.footerMenu,
body.minimalUI main section {
  opacity: 0 !important;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.clear {
  clear: both;
}
:active,
:focus {
  outline: 0;
  border: 0;
}
::-moz-selection {
  background: #000000;
  color: #ffffff;
}
::selection {
  background: #000000;
  color: #ffffff;
}
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
a,
span,
div {
  font-family: 'algeFontFace', sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul.sidebar--left > li > span,
ul.sidebar--right > li > span,
ul.footerMenu > li > a {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
ul.sidebar--left > li > ul > li a,
ul.sidebar--right > li > ul > li a,
.work .workSlider .slideTrack .slideElement h1,
.work .workSlider .slideTrack .slideElement p,
.work .workSlider .slideTrack .slideElement h2 {
  font-size: 14px;
  letter-spacing: 0.02em;
}
main section h1,
main section h2 {
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 51.2px;
}
main section p {
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-bottom: 22.4px;
}
main section .big {
  font-size: 18px;
  margin-bottom: 28.8px;
}
main section .centered {
  text-align: center;
}
main section a:link,
main section a:hover,
main section a:visited {
  color: #000000;
}
.logo {
  left: 0;
  right: 0;
  width: 120px;
  display: block;
  background-image: url('../img/logo.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-origin: content-box;
}
.logo.fixed {
  position: fixed;
  top: 40px;
  bottom: auto;
  margin: auto;
  z-index: 3;
  -webkit-transition: opacity 210ms ease;
  -moz-transition: opacity 210ms ease;
  -ms-transition: opacity 210ms ease;
  -o-transition: opacity 210ms ease;
  transition: opacity 210ms ease;
}
.logo.full:after {
  padding-top: 152%;
}
.logo.inline {
  position: relative;
  margin: auto;
  padding-top: 40px;
}
.logo:after {
  content: '';
  display: block;
  padding-top: 80%;
}
header .menuTrigger {
  display: none;
}
header ul.sidebar--left,
header ul.sidebar--right {
  position: fixed;
  top: 0;
  z-index: 3;
  height: 100%;
  width: 60px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px 0;
  background-color: #fafafa;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  -webkit-transition: width 470ms cubic-bezier(0.785,0.135,0.15,0.86);
  -moz-transition: width 470ms cubic-bezier(0.785,0.135,0.15,0.86);
  -ms-transition: width 470ms cubic-bezier(0.785,0.135,0.15,0.86);
  -o-transition: width 470ms cubic-bezier(0.785,0.135,0.15,0.86);
  transition: width 470ms cubic-bezier(0.785,0.135,0.15,0.86);
}
header ul.sidebar--left:hover,
header ul.sidebar--right:hover {
  width: 420px;
  max-width: 50%;
}
header ul.sidebar--left:hover > li > ul,
header ul.sidebar--right:hover > li > ul {
  opacity: 1;
  -webkit-transition: opacity 210ms 210ms ease;
  -moz-transition: opacity 210ms 210ms ease;
  -ms-transition: opacity 210ms 210ms ease;
  -o-transition: opacity 210ms 210ms ease;
  transition: opacity 210ms 210ms ease;
}
header ul.sidebar--left > li > span,
header ul.sidebar--right > li > span {
  position: absolute;
  top: 50%;
  white-space: nowrap;
}
header ul.sidebar--left > li > ul,
header ul.sidebar--right > li > ul {
  width: 420px;
  opacity: 0;
  -webkit-transition: opacity 210ms ease;
  -moz-transition: opacity 210ms ease;
  -ms-transition: opacity 210ms ease;
  -o-transition: opacity 210ms ease;
  transition: opacity 210ms ease;
}
header ul.sidebar--left > li > ul li a:hover:before,
header ul.sidebar--left > li > ul li.current > a:before,
header ul.sidebar--right > li > ul li a:hover:before,
header ul.sidebar--right > li > ul li.current > a:before {
  margin-left: 0;
}
header ul.sidebar--left > li > ul li a,
header ul.sidebar--right > li > ul li a {
  position: relative;
  box-sizing: border-box;
  padding: 10px 60px;
  display: block;
}
header ul.sidebar--left > li > ul li a:link,
header ul.sidebar--left > li > ul li a:hover,
header ul.sidebar--left > li > ul li a:visited,
header ul.sidebar--right > li > ul li a:link,
header ul.sidebar--right > li > ul li a:hover,
header ul.sidebar--right > li > ul li a:visited {
  color: #000000;
  line-height: 1;
  text-decoration: none;
}
header ul.sidebar--left > li > ul li a:before,
header ul.sidebar--right > li > ul li a:before {
  content: '';
  width: 10px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -10px;
  margin-top: -2px;
  -webkit-transition: margin 210ms ease;
  -moz-transition: margin 210ms ease;
  -ms-transition: margin 210ms ease;
  -o-transition: margin 210ms ease;
  transition: margin 210ms ease;
}
header ul.sidebar--left > li > ul li a:after,
header ul.sidebar--right > li > ul li a:after {
  content: attr(data-caption);
  display: block;
  color: #c8c8c8;
  line-height: 1.6;
}
header ul.sidebar--left {
  left: 0;
}
header ul.sidebar--left > li > span {
  right: 30px;
  -ms-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -moz-transform: rotate(-90deg) translateX(50%);
  -webkit-transform: rotate(-90deg) translateX(50%);
  -o-transform: rotate(-90deg) translateX(50%);
  -ms-transform: rotate(-90deg) translateX(50%);
  transform: rotate(-90deg) translateX(50%);
}
header ul.sidebar--right {
  right: 0;
}
header ul.sidebar--right > li > span {
  left: 30px;
  -ms-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -moz-transform: rotate(-90deg) translateX(-50%);
  -webkit-transform: rotate(-90deg) translateX(-50%);
  -o-transform: rotate(-90deg) translateX(-50%);
  -ms-transform: rotate(-90deg) translateX(-50%);
  transform: rotate(-90deg) translateX(-50%);
}
main {
  box-sizing: border-box;
  padding: 60px 0 80px 0;
}
main section {
  -webkit-transition: opacity 210ms ease;
  -moz-transition: opacity 210ms ease;
  -ms-transition: opacity 210ms ease;
  -o-transition: opacity 210ms ease;
  transition: opacity 210ms ease;
}
main.work .workSlider {
  position: fixed;
  top: 27.5%;
  left: 0;
  right: 0;
  bottom: 27.5%;
  opacity: 0;
  -moz-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -o-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
main.work .workSlider.active {
  opacity: 1;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 470ms 120ms ease, -webkit-transform 470ms 120ms ease;
  -moz-transition: opacity 470ms 120ms ease, -moz-transform 470ms 120ms ease;
  -ms-transition: opacity 470ms 120ms ease, -ms-transform 470ms 120ms ease;
  -o-transition: opacity 470ms 120ms ease, -o-transform 470ms 120ms ease;
  transition: opacity 470ms 120ms ease, transform 470ms 120ms ease;
}
main.work .workSlider .slideTrack {
  height: 100%;
  box-sizing: border-box;
  padding: 0 50px;
}
main.work .workSlider .slideTrack .slideElement {
  position: relative;
  height: 100%;
  width: auto;
  box-sizing: border-box;
  padding: 0 10px;
  float: left;
}
main.work .workSlider .slideTrack .slideElement.text {
  width: 430px;
  padding: 0 60px 0 38px;
  overflow: hidden;
}
main.work .workSlider .slideTrack .slideElement.text h1,
main.work .workSlider .slideTrack .slideElement.text h2 {
  text-decoration: underline;
  text-transform: uppercase;
}
main.work .workSlider .slideTrack .slideElement.text h1,
main.work .workSlider .slideTrack .slideElement.text p {
  margin: 0 0 20px 0;
}
main.work .workSlider .slideTrack .slideElement.text .meta {
  position: absolute;
  bottom: 0;
  left: 38px;
  margin-bottom: -5px;
}
main.work .workSlider .slideTrack .slideElement.text .meta h2 {
  line-height: 1.6;
}
main.work .workSlider .slideTrack .slideElement.text .meta h2,
main.work .workSlider .slideTrack .slideElement.text .meta p {
  margin: 0;
}
main.work .workSlider .ps-scrollbar-x-rail {
  display: none;
}
main.about section {
  width: 80%;
  max-width: 520px;
  margin: 0 auto;
}
main.about section .featuredImage,
main.about section .content {
  box-sizing: border-box;
  float: left;
}
main.about section .featuredImage {
  width: 100%;
  height: auto;
  padding: 20px 20px;
}
main.about section .content {
  width: 100%;
  margin: -7px 0 0 0;
  padding: 20px 20px;
  text-align: center;
}
main.about section iframe {
  width: 100%;
}
main.page section {
  width: 80%;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}
footer ul.footerMenu {
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: opacity 210ms ease;
  -moz-transition: opacity 210ms ease;
  -ms-transition: opacity 210ms ease;
  -o-transition: opacity 210ms ease;
  transition: opacity 210ms ease;
}
footer ul.footerMenu.fixed {
  position: fixed;
  bottom: 40px;
}
footer ul.footerMenu.inline {
  position: relative;
  padding-bottom: 40px;
}
footer ul.footerMenu li a:hover:before,
footer ul.footerMenu li.current > a:before {
  width: 10px;
}
footer ul.footerMenu li a {
  position: relative;
}
footer ul.footerMenu li a:link,
footer ul.footerMenu li a:hover,
footer ul.footerMenu li a:visited {
  color: #000000;
  text-decoration: none;
}
footer ul.footerMenu li a:before {
  content: '';
  width: 0;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -20px;
  margin-top: -2px;
  -webkit-transition: width 210ms ease;
  -moz-transition: width 210ms ease;
  -ms-transition: width 210ms ease;
  -o-transition: width 210ms ease;
  transition: width 210ms ease;
}
footer .workPreview {
  position: fixed;
  top: 27.5%;
  left: 0;
  right: 0;
  bottom: 27.5%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
  z-index: -1;
}
footer .workPreview.active {
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 470ms 120ms ease;
  -moz-transition: opacity 470ms 120ms ease;
  -ms-transition: opacity 470ms 120ms ease;
  -o-transition: opacity 470ms 120ms ease;
  transition: opacity 470ms 120ms ease;
}
@media only screen and (max-width: 1024px) {
  .logo {
    width: 120px;
  }
  .logo.fixed {
    z-index: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .logo.fixed,
  .logo.inline {
    position: relative;
    top: 0;
    padding-top: 40px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    background-color: #fafafa;
    z-index: 3;
  }
  header.active {
    bottom: 0;
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  header.active nav {
    display: block;
  }
  header nav {
    display: none;
  }
  header .menuTrigger {
    position: absolute;
    top: 0;
    right: 0;
    color: #000000;
    line-height: 1;
    text-decoration: underline;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 40px;
    width: 17px;
    height: 17px;
    background-image: url('../img/icons/menu.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 200% 100%;
    background-origin: content-box;
    background-clip: content-box;
  }
  header .menuTrigger.active {
    position: relative;
    float: right;
    background-position: right center;
  }
  header ul.sidebar--left,
  header ul.sidebar--right {
    position: relative;
    top: auto;
    left: 0;
    right: auto;
    bottom: auto;
    height: auto;
    width: 100%;
    padding: 30px 0;
    border-top: solid 1px #ededed;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  header ul.sidebar--left:hover,
  header ul.sidebar--right:hover {
    width: 100%;
    max-width: 100%;
  }
  header ul.sidebar--left:hover > li > ul,
  header ul.sidebar--right:hover > li > ul {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  header ul.sidebar--left > li > span,
  header ul.sidebar--right > li > span {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding: 10px 0 20px 60px;
    display: block;
    -ms-transform-origin: auto;
    -webkit-transform-origin: auto;
    transform-origin: auto;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  header ul.sidebar--left > li > ul,
  header ul.sidebar--right > li > ul {
    width: 100%;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  header ul.sidebar--left > li > ul li a,
  header ul.sidebar--right > li > ul li a {
    padding: 10px 60px;
  }
  header ul.sidebar--left > li > ul li a:before,
  header ul.sidebar--right > li > ul li a:before {
    width: 10px;
    margin-left: -10px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  main.work .workSlider {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    opacity: 0;
    -moz-transform: translateX(0) translateY(20px);
    -webkit-transform: translateX(0) translateY(20px);
    -o-transform: translateX(0) translateY(20px);
    -ms-transform: translateX(0) translateY(20px);
    transform: translateX(0) translateY(20px);
  }
  main.work .workSlider.active {
    opacity: 1;
    -moz-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    -webkit-transition: opacity 470ms 120ms ease, -webkit-transform 470ms 120ms ease;
    -moz-transition: opacity 470ms 120ms ease, -moz-transform 470ms 120ms ease;
    -ms-transition: opacity 470ms 120ms ease, -ms-transform 470ms 120ms ease;
    -o-transition: opacity 470ms 120ms ease, -o-transform 470ms 120ms ease;
    transition: opacity 470ms 120ms ease, transform 470ms 120ms ease;
  }
  main.work .workSlider .slideTrack {
    height: auto;
    width: 80%;
    max-width: 520px;
    margin: auto;
    padding: 0;
  }
  main.work .workSlider .slideTrack .slideElement {
    height: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 20px 0;
    float: none;
  }
  main.work .workSlider .slideTrack .slideElement.text {
    width: 100%;
    padding: 40px 0 40px 0;
  }
  main.work .workSlider .slideTrack .slideElement.text h1,
  main.work .workSlider .slideTrack .slideElement.text p {
    margin: 0 0 20px 0;
  }
  main.work .workSlider .slideTrack .slideElement.text .meta {
    position: relative;
    bottom: auto;
    left: 0;
    margin: 60px 0 0 0;
  }
  footer ul.footerMenu {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  footer ul.footerMenu.fixed.frontpage {
    position: fixed;
    bottom: 40px;
    padding-bottom: 0;
  }
  footer ul.footerMenu.fixed,
  footer ul.footerMenu.inline {
    position: relative;
    padding-bottom: 40px;
  }
  footer ul.footerMenu li a:hover:before,
  footer ul.footerMenu li.current > a:before {
    width: 10px;
  }
  footer ul.footerMenu li a:before {
    margin-left: -20px;
    margin-top: -2px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  footer .workPreview {
    display: none;
  }
}
