/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-x: hidden;
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 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;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */

button,
input, /* 1 */
select { /* 2 */
  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;
}

/**
 * Change the cursor in all browsers (opinionated).
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */

[disabled] {
  cursor: default;
}

/**
 * 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.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
input:-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 */
}

/**
 * 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;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Global Typography
   ========================================================================== */
@font-face {
  font-family: 'Maison Neue Book';
  src: url('../fonts/MaisonNeueWEB-Book.woff2')  format('woff2'),
  url('../fonts/MaisonNeueWEB-Book.woff')  format('woff');
}

@font-face {
  font-family: 'Maison Neue Mono';
  src: url('../fonts/MaisonNeueWEB-Mono.woff2')  format('woff2'),
  url('../fonts/MaisonNeueWEB-Mono.woff')  format('woff');
}


/** {
  font-family: "Maison Neue Book", Helvetica;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  text-align: left; }

.headings, h1, h2, h3, h4, h5 {
  font-family: "Maison Neue Book", Helvetica;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  color: #808080; }

a {
  text-decoration: underline;
  color: #bfbfbf;
  font-family: "Maison Neue Book", Helvetica;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none; }

p {
  font-size: inherit;
  text-transform: none;
  font-weight: 400;
  font-size: 18px; }*/

/* Grid
   ========================================================================== */
.col-1, .col-2, .col-3, .col-4, .col-5 {
	position: relative;
	min-height: 1px;
}

/*.col-1, .col-2, .col-3, .col-4, .col-5 {
  float: left;
}*/

.col-1 {
	width: 20%;
}

.col-2 {
	width: 40%;
}

.push-1 {
	left: 20%;
}

.push-2 {
	left: 40%;
}

.push-3 {
	left: 60%;
}

.push-4 {
	left: 80%;
}

.u-float-l {
	float: left;
}

.u-float-r {
	float: right;
}

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

.u-z-index-3 {
  z-index: 3;
}

/* Main
   ========================================================================== */
* {
	 -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	         box-sizing: border-box;
}

*:before,
*:after {
	 -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	         box-sizing: border-box;
}

body {
	font-family: "Maison Neue Book", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.75;
	color: #808080;
  background-color: #fff;
	-webkit-font-smoothing: antialiased;
  position: relative;
  padding-bottom: 100px;
  min-height: 100%;
  overflow-x: hidden;
  max-width: 100%;
}

a {
	color: inherit;;
  text-decoration: none;
  background-color: none;
	/*border-bottom: 2px solid #2B00FF;*/
  cursor: pointer;
	transition: .3s all ease-in-out;
}
a:hover,
a:focus {
	color: inherit;
  text-decoration: none;
	/*background-color: #2B00FF;*/
	/*border-bottom: 2px solid #2B00FF;*/
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

p {
  margin: 0;
}

.hoverable {
  position: relative;
  border-bottom: 2px solid rgba(43, 0, 255, .35);
  padding-bottom: 2px;
}

.hoverable:hover {
  border-bottom: 2px solid rgba(43, 0, 255, 1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.hoverable:after {
  content: "";
  display: block;
  position: absolute;
  margin-bottom: -16px;
  bottom: 46%;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(43, 0, 255, 1);
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
}

.hoverable:hover:after {
  height: .6em;
}

ul,
li {
	margin: 0;
	padding: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

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

.logo {
	/*font-family: "Maison Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #2B00FF;*/
	/*transform: rotate(-90deg);*/
  width: 20px;
  fill: #2B00FF;
  position: absolute;
}

.logo:hover,
.logo:focus,
.logo:visited {
  fill: #2B00FF;
}

.row {
	padding-left: 50px;
	padding-right: 50px;
}

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

.row:after {
  clear: both;
}

.gridlines {
	width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 5;
  pointer-events: none;
  display: inline;
}

.gridlines .container {
	height: 100%;
}

.gridlines .row {
	height: 100%;
}

.gridlines .col {
    height: 100%;
    border-left: 1px solid rgba(0,0,0,.04);
}

.gridlines .col:last-child {
    border-right: 1px solid rgba(0,0,0,.04);
}

.header-fixed {
  width: 100%;
  height: 200px;
	top: 0px;
	padding-top: 50px;
	z-index: 4;
  position: fixed;
  background-image: linear-gradient(to bottom, rgba(255,255,255,1) 50%, rgba(255,255,255,0));
  /*background-color: rgba(255, 255, 255, 0.9);*/


}

.label {
	font-family: "Maison Neue Mono", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #bfbfbf;
}

.label-brand {
	font-family: "Maison Neue Mono", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #2B00FF;
  padding: 0;
}

.label-inverse {
	font-family: "Maison Neue Mono", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.65);
  /*padding-bottom: .5em;*/
  padding: 0;
}

.text-small {
  font-size: 12px;
}
.content {
	margin-top: 160px;
  margin-bottom: 100px;
  width: 100%;
}

.text-main {
	font-family: "Maison Neue Book", Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: 400;
	color: #808080;
}

.text-main ul, .text-main li {
	list-style: none;
}

.u-block {
  display: block;
}

.table {
  display: table;
  width: 100%;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
  /*padding: 12px 0 12px 0;
  border-bottom: 1px solid #f5f5f5;*/
}

.underline {
  	border-bottom: 2px solid #2B00FF;
}

.label-align li {
  height: 48px;
  padding-top: 16px;
  list-style: none;
}

.about {
  position: relative;
  padding-bottom: 20px;
}

.currently {
  position: relative;
  padding-bottom: 20px;
}

.previously {
  position: relative;
  padding-bottom: 20px;
}

.footer-fixed {
  position: fixed;
  bottom: 340px;
}

.footer-position {
  transform: translateX(-100%);
}

.footer-rotate {
  transform: rotate(-90deg);
  transform-origin: right top;
  text-align: right;
}

.footer-sm {
  display: none;
}

.position {
  transform: translateX(-100%);
  padding-right: 18px;
}

.position-close {
  padding-right: 18px;
  padding-bottom: 24px;
}

.rotate {
  transform: rotate(-90deg);
  transform-origin: right top;
  text-align: right;
}

.rotate-close {
  transform: rotate(-90deg);
  transform-origin: right top;
}

/* Menu Button */
.menu-button {
	position: fixed;
	z-index: 1000;
	margin: 1em;
	padding: 0;
	width: 2.5em;
	height: 2.25em;
	border: none;
	text-indent: 2.5em;
	font-size: 1.5em;
	color: transparent;
	background: #fff;
}

.menu-button::before {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	bottom: 0.5em;
	left: 0.5em;
	background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
	content: '';
}

.menu-button:hover {
	opacity: 0.6;
}

/* Close Button */

.close-button {

}
/*.close-button {
	width: 1em;
	height: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 1em;
	font-size: 0.75em;
	border: none;
	background: transparent;
	color: transparent;
}*/

/*.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #bdc3c7;
}*/

/*.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/

/* Menu */
.menu-wrap {
	position: fixed;
	right: 0;
	z-index: 1001;
	width: calc((100% - 100px) / 5 + 50px);
	height: 100%;
	background: #2B00FF;
	padding: 50px;
	font-size: 1em;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform  0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.55,0,0.1,1);
	transition-timing-function: cubic-bezier(0.55,0,0.1,1);
  /*transition-timing-function: cubic-bezier(.35,0,.17,1);*/
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /*box-shadow: 0px 0px 24px 0px rgba(0, 0, 64px, 0.4);*/
}

.menu-wrap a {
	color: #ffffff;
  font-size: 18px;
}

.hoverable-menu {
  position: relative;
  border-bottom: 2px solid rgba(255, 255, 255, .35);
  padding-bottom: 4px;
}

.hoverable-menu:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.hoverable-menu:after {
  content: "";
  display: block;
  position: absolute;
  margin-bottom: -.5em;
  bottom: 9px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, .35);
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
}

.hoverable-menu:hover:after {
  height: 14px;
}


/*.menu,
.icon-list {
	height: 100%;
}*/

.contact-block {
  padding-top: 24px;
  -webkit-transform: translate3d(0,25px,0);
  transform: translate3d(0,25px,0);
  -webkit-transition: -webkit-transform 0s 0.5s;
  transition: transform 0s 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.55,0,0.1,1);
  transition-timing-function: cubic-bezier(0.55,0,0.1,1);
}

.contact-block:nth-child(2) {
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

.contact-block:nth-child(3) {
	-webkit-transform: translate3d(0,75px,0);
	transform: translate3d(0,75px,0);
}

/*.icon-list {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}*/


.icon-list ul, .icon-list li {
	list-style: none;
  padding-bottom: 12px;
}

/*.icon-list a {
	display: block;
	padding: .5em 0 .5em 0;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}*/

/*.icon-list,
.icon-list a {
	-webkit-transition: -webkit-transform 0s 0.5s;
	transition: transform 0s 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.55,0,0.1,1);
	transition-timing-function: cubic-bezier(0.55,0,0.1,1);
}

.icon-list a:nth-child(2) {
	-webkit-transform: translate3d(0,75px,0);
	transform: translate3d(0,75px,0);
}

.icon-list a:nth-child(3) {
	-webkit-transform: translate3d(0,100px,0);
	transform: translate3d(0,100px,0);
}

.icon-list a:nth-child(4) {
	-webkit-transform: translate3d(0,125px,0);
	transform: translate3d(0,125px,0);
}

.icon-list a:nth-child(5) {
	-webkit-transform: translate3d(0,150px,0);
	transform: translate3d(0,150px,0);
}

.icon-list a:nth-child(6) {
	-webkit-transform: translate3d(0,175px,0);
	transform: translate3d(0,175px,0);
}*/

/*.icon-list a span {
	margin-left: 10px;
	font-weight: 700;
}*/

/* Shown menu */
.show-menu .menu-wrap {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.55,0,0.1,1);
	transition-timing-function: cubic-bezier(0.55,0,0.1,1);
}

.show-menu .contact-block {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.55,0,0.1,1);
  transition-timing-function: cubic-bezier(0.55,0,0.1,1);
}


/*.show-menu .icon-list,
.show-menu .icon-list a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.55,0,0.1,1);
	transition-timing-function: cubic-bezier(0.55,0,0.1,1);
}*/

/*.show-menu .icon-list a {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}*/

/*.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.55,0,0.1,1);
	transition-timing-function: cubic-bezier(0.55,0,0.1,1);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}*/

button,
button:focus,
button:active {
  background:none;
  border:none;
  outline: none;
}

.gridlines-mobile {
  display: none;
}

.hide-mobile {
  display: inline;
}

.footer-position-sm {

}


@media only screen and (max-width: 1024px) {
  .col-xs-1 {
  	width: 50%;
  }

  .col-xs-2 {
  	width: 100%;
  }

  .push-xs-0 {
    left: 0%;
  }
  .push-xs-1 {
  	left: 50%;
  }

  .gridlines {
    display: none;
  }

  .gridlines-mobile {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 5;
    pointer-events: none;
    display: inline;
  }

  .gridlines-mobile .container {
  	height: 100%;
  }

  .gridlines-mobile .row {
  	height: 100%;
  }

  .gridlines-mobile .col {
      height: 100%;
      border-left: 1px solid rgba(0,0,0,.04);
  }

  .gridlines-mobile .col:last-child {
      border-right: 1px solid rgba(0,0,0,.04);
  }

  .menu-wrap {
    width: calc((100% - 100px) / 2 + 50px);
  }

  .hide-mobile {
    display: none;
  }

  .content {
    margin-top: 160px;
  }

  .footer-fixed {
    display: none;
  }

  .footer-sm {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding-bottom: 50px;
  }

}

@media only screen and (max-width: 768px) {
  .menu-wrap {
    width: 100%;
    padding: 30px 25px 30px 25px;
  }

  .hide-mobile {
    display: none;
  }

  .header-fixed {
    width: 100%;
    height: 160px;
  	top: 0px;
  	padding-top: 30px;
  	z-index: 4;
    position: relative;
    /*background-image: linear-gradient(to bottom, rgba(255,255,255,1) 50%, rgba(255,255,255,0));*/
    /*background-color: rgba(255, 255, 255, 0.9);*/
  }

  .row {
  	padding-left: 25px;
  	padding-right: 25px;
  }

  .content {
    margin-top: 0;
  }

  .footer-fixed {
    display: none;
  }

  .footer-sm {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding-bottom: 50px;
  }
}
