/*  
Site Name: ---
Site URI: ---
Description: ---
Version: 1.0

This file uses LESSCSS - see http://lesscss.org

UPDATE INFO ---------------------------------------

Revision number: 1.0
Last updated: 
Last update made by: Adam Wright (@rike) for bby.net.nz

CREDITS -------------------------------------------
this file adapted from the fantastic resources at http://html5boilerplate.com/ html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline) other relevant credits have been left inline
*/

/* Reset & Minimal base styles -------------------------------------------------------------------------------------------*/

/*

	.LESS include - Reset & minimal base styles

*/

/*! normalize.css v1.0.1 | MIT License | git.io/normalize */

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

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
  background: yellow;
  color: black;
}
/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
  margin: 0 0;
}
dd {
  margin: 0 0 0 0;
}
/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
  padding: 0 0 0 0;
}
/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
/* 1 */ input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*

	.LESS include - Colors

*/
/* BASE ======================================================================================== */
/* INTERACTION ================================================================================= */
/* TYPE ======================================================================================== */
/* Fonts -----------------------------------------------------------------------------------------------------------------*/

@font-face {
  font-family: 'ArrrowsRegular';
  src: url('../fonts/arrows/arrrows-regular-webfont.eot');
  src: url('../fonts/arrows/arrrows-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/arrows/arrrows-regular-webfont.woff') format('woff'), url('../fonts/arrows/arrrows-regular-webfont.ttf') format('truetype'), url('../fonts/arrows/arrrows-regular-webfont.svg#ArrrowsRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* LESS vars / Additional mixins -----------------------------------------------------------------------------------------*/

.txt {
  font-family: "Whitney SSm A", "Whitney SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
.htxt {
  font-family: "Sentinel SSm A", "Sentinel SSm B", "HelveticaNeue";
}
.sen {
  font-family: 'Sentinel SSm A', 'Sentinel SSm B', "HelveticaNeue", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
.whit {
  font-family: 'Whitney SSm A', 'Whitney SSm B', "HelveticaNeue", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
.hel {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, "proxima-nova", "Segoe UI", Arial, sans-serif;
}
.arr {
  font-family: "ArrrowsRegular";
  font-weight: normal;
}
.no-dec {
  text-decoration: none;
}
.sBorder {
  box-shadow: inset 0px 0px 1px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 0px 1px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: inset 0px 0px 1px 0 rgba(0, 0, 0, 0.5);
}
.arrApp {
  content: 'h';
  font-family: "ArrrowsRegular";
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  font-weight: 400;
}
.xApp {
  content: '\00d7';
  text-transform: none;
  display: inline-block;
  font-weight: 400;
}
.outline {
  background: rgba(0, 0, 0, 0.1);
}
.outline2 {
  background: rgba(0, 0, 0, 0.2);
}
.fill {
  width: 100%;
  height: 100%;
}
/* LESS mixin classes ----------------------------------------------------------------------------------------------------*/

/*

	.LESS include - Common mixins

*/
.noDrop {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
/* CSS TRANSFORMS / TRANSITIONS ========================================================================================= */
/* ELEMENT DISPLAY & POSITIONING ======================================================================================== */

.block {
  display: block;
}
.inline {
  display: inline;
}
.in-block {
  display: inline-block;
}
.rel {
  position: relative;
}
/* TEXT / TYPOGRAPHY ==================================================================================================== */

.bold {
  font-weight: bold;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: none;
}
.cen {
  text-align: center;
}
/* SPRITES ============================================================================================================== */
/* COLUMNS ============================================================================================================== */
/* MISC USEFUL MIXINS =================================================================================================== */

.noBullets {
  list-style-type: none;
  margin: 0;
}
.hwAccel {
  /*
	-webkit-transform				: translateZ(0);
	-webkit-perspective				: 1000;
	-webkit-backface-visibility 	: hidden;
	*/
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Default Styles --------------------------------------------------------------------------------------------------------*/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.standard-box {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  background: #009bd9;
}
body,
select,
input,
textarea {
  color: white;
  line-height: 1.7;
  font-family: "Whitney SSm A", "Whitney SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
  color: white;
}
h1 {
  font-size: 30px;
  margin: 0;
  padding: 40px 0;
  text-align: center;
  color: #73d7ff;
}
h1 .amp {
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  top: -5px;
}
h2 {
  font-size: 30px;
  margin: 0 0 0 0;
  padding: 40px 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  margin-bottom: 40px;
}
h2 span {
  color: #73d7ff;
  display: block;
}
h3 {
  font-size: 18px;
  margin: 0 0 40px 0;
  font-weight: 300;
  text-align: center;
  color: #73d7ff;
}
h4 {
  font-size: 14px;
  margin: 0 0 0 0;
  font-weight: bold;
  color: #73d7ff;
  line-height: 20px;
}
p {
  font-size: 14px;
  margin: 0 0 20px 0;
}
ul,
ol {
  font-size: 14px;
  margin: 0 0 20px 0;
}
a,
a:active,
a:visited {
  color: #73d7ff;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: white;
}
::-moz-selection {
  background: white;
  color: white;
  text-shadow: none;
}
::selection {
  background: white;
  color: white;
  text-shadow: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Forms -----------------------------------------------------------------------------------------------------------------*/

/*

	.LESS include - Forms

*/

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
}
select,
textarea,
input[type="text"],
input[type="date"],
input[type="password"] {
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  font-size: 16px;
  padding: 10px 20px;
  outline: none;
  -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="date"]:focus,
input[type="password"]:focus {
  border-color: rgba(204, 204, 204, 0.2);
}
textarea {
  height: auto;
}
select {
  padding-right: 0;
}
.placeholderTxt {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
:-moz-placeholder {
  color: #999999;
}
::-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
/* Site Css ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* Structure -------------------------------------------------------------------------------------------------------------*/

header {
  text-align: center;
  padding: 40px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 0 0 0;
  background: #009bd9;
  z-index: 4;
  /*
	-webkit-transform				: translateZ(0);
	-webkit-perspective				: 1000;
	-webkit-backface-visibility 	: hidden;
	*/
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
header:after {
  content: '';
  display: block;
  width: 80%;
  height: 1px;
  position: absolute;
  top: auto;
  left: 10%;
  bottom: 0;
  right: auto;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px -1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 0px -1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
header .logo {
  display: inline-block;
  background: white;
  text-decoration: none;
  color: #009bd9;
  font-weight: bold;
  padding: 0 20px;
  font-size: 30px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
  position: relative;
}
header .logo:after {
  content: 'home';
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  top: auto;
  left: 0;
  bottom: -20px;
  right: auto;
  font-size: 12px;
  line-height: 1;
  width: 100%;
  text-align: center;
  color: white;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
}
header .logo:hover,
header .logo:active {
  background: #73d7ff;
}
header .logo:hover:after,
header .logo:active:after {
  opacity: 1;
}
header .back,
header .next {
  line-height: 131px;
  display: block;
  font-size: 18px;
  font-weight: 300;
  display: none;
}
header .back.active,
header .next.active {
  display: block;
}
header .back.back,
header .next.back {
  position: absolute;
  top: 0;
  left: 10%;
  bottom: auto;
  right: auto;
}
header .back.back:before,
header .next.back:before {
  content: 'H';
  font-family: "ArrrowsRegular";
  font-weight: normal;
  padding-right: 10px;
  -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
  display: inline-block;
}
header .back.back:hover:before,
header .next.back:hover:before,
header .back.back:active:before,
header .next.back:active:before {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
header .back.next,
header .next.next {
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 10%;
}
header .back.next:after,
header .next.next:after {
  content: 'h';
  font-family: "ArrrowsRegular";
  font-weight: normal;
  padding-left: 10px;
  -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
  display: inline-block;
}
header .back.next:hover:after,
header .next.next:hover:after,
header .back.next:active:after,
header .next.next:active:after {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
footer {
  padding: 80px 0;
  text-align: center;
}
footer .top {
  font-family: "ArrrowsRegular";
  font-weight: normal;
  display: block;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  line-height: 72px;
  text-align: center;
  border: 3px solid white;
  font-size: 40px;
  color: white;
  margin: 0 auto 40px;
  /*
	-webkit-transform				: translateZ(0);
	-webkit-perspective				: 1000;
	-webkit-backface-visibility 	: hidden;
	*/
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
  -webkit-transform: rotate(-90deg) scale(0.95);
  -moz-transform: rotate(-90deg) scale(0.95);
  -ms-transform: rotate(-90deg) scale(0.95);
  transform: rotate(-90deg) scale(0.95);
  opacity: 0.5;
}
footer .top:hover {
  opacity: 1;
  -webkit-transform: rotate(-90deg) scale(1);
  -moz-transform: rotate(-90deg) scale(1);
  -ms-transform: rotate(-90deg) scale(1);
  transform: rotate(-90deg) scale(1);
}
footer .con {
  display: inline-block;
  margin: 0 auto 0;
  font-size: 26px;
  display: block;
}
article {
  width: 80%;
  max-width: 1440px;
  margin: auto;
  padding: 131px 0 0;
}
.btn {
  display: inline-block;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.05);
  text-decoration: none;
  text-align: center;
  width: 200px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
}
.btn:hover,
.btn:active {
  border-color: #73d7ff;
}
nav {
  text-align: center;
  padding-bottom: 80px;
}
nav a {
  display: inline-block;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.05);
  text-decoration: none;
  text-align: center;
  width: 200px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
  margin: 0 20px;
}
nav a:hover,
nav a:active {
  border-color: #73d7ff;
}
.nerd-alert {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  text-align: center;
  display: none;
}
.nerd-alert p {
  font-size: 80px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  margin-top: -68px;
}
.nerd-alert.active {
  display: block;
}
.more {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
}
.more .col {
  width: 50%;
  float: left;
  padding: 0 40px 0 0;
  /*
	-webkit-transform				: translateZ(0);
	-webkit-perspective				: 1000;
	-webkit-backface-visibility 	: hidden;
	*/
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
.more .col.r {
  padding: 0 0 0 40px;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.more .col ul {
  list-style-type: none;
  margin: 0;
}
.more .col ul a:before {
  content: 'h';
  font-family: "ArrrowsRegular";
  font-weight: normal;
  padding-right: 10px;
}
.more.show {
  max-height: 500px;
  padding-bottom: 80px;
}
.more.show .col {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  transition-delay: 500ms;
}
.work a {
  display: block;
  width: 50%;
  float: left;
  padding: 0 40px 0 0;
  margin-bottom: 80px;
  text-decoration: none;
  position: relative;
  /*
	-webkit-transform				: translateZ(0);
	-webkit-perspective				: 1000;
	-webkit-backface-visibility 	: hidden;
	*/
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
  pointer-events: none;
}
.work a.ready {
  pointer-events: auto;
}
.work a.ready .img img.hi {
  display: block;
  position: static;
}
.work a.out {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
  opacity: 0;
}
.work a:nth-child(even) {
  padding: 0 0 0 40px;
}
.work a:nth-child(even).out {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
  opacity: 0;
}
.work a.browser:before {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  background: #cccccc;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  z-index: 2;
  position: relative;
}
.work a .img {
  display: block;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.work a .img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
}
.work a .img img.hi {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  opacity: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.work a .img img.hi.show {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.work a .img img.hi.ready {
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
}
.work a .img:after {
  content: 'h';
  font-family: "ArrrowsRegular";
  font-weight: normal;
  display: block;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  line-height: 80px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin: -43px 0 0 -43px;
  border: 3px solid white;
  font-size: 40px;
  color: white;
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
  opacity: 0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.work a.tablet .img {
  width: 80%;
  margin: auto;
  background: #222222;
  -webkit-transform: translateY(11.5%);
  -moz-transform: translateY(11.5%);
  -ms-transform: translateY(11.5%);
  transform: translateY(11.5%);
  padding: 20px 60px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.work a:hover .img img.hi,
.work a:active .img img.hi {
  opacity: 0.2;
}
.work a:hover .img:after,
.work a:active .img:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.detail {
  max-width: 1220px;
  margin: auto;
  overflow: hidden;
}
.detail .visit {
  display: inline-block;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.05);
  text-decoration: none;
  text-align: center;
  width: 200px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
  float: right;
  margin-top: 60px;
}
.detail .visit:hover,
.detail .visit:active {
  border-color: #73d7ff;
}
.detail .data {
  overflow: hidden;
  margin-bottom: 40px;
}
.detail .data dl {
  color: #73d7ff;
  margin-bottom: 20px;
  font-weight: 300;
  float: left;
  width: 33%;
  padding-left: 40px;
}
.detail .data dl dt {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.detail .data dl dd {
  font-size: 18px;
  margin-bottom: 20px;
}
.detail .data dl a {
  position: relative;
}
.detail .data dl a:after {
  content: 'h';
  font-family: "ArrrowsRegular";
  font-weight: normal;
  font-weight: normal;
  font-size: 20px;
  position: absolute;
  top: -6px;
  left: auto;
  bottom: auto;
  right: -22px;
  -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
}
.detail .data dl a:hover:after {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.detail .data .copy {
  width: 67%;
  float: left;
  padding: 0 40px;
}
.detail .img {
  padding-bottom: 80px;
  overflow: hidden;
}
.detail .img img {
  display: block;
  width: 100%;
  height: auto;
}
.detail .img .tablet {
  width: 50%;
  float: left;
  padding: 0 40px 0 0;
}
.detail .img .tablet:nth-child(even) {
  padding: 0 0 0 40px;
}
.detail .img .tablet span {
  display: block;
  background: #222222;
  padding: 80px 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
.detail .img .tablet span:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #2a2a2a;
  margin-left: -5px;
  position: absolute;
  top: 35px;
  left: 50%;
  bottom: auto;
  right: auto;
}
.detail .img .tablet span:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: #2a2a2a;
  margin-left: -20px;
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 20px;
  right: auto;
}
.detail .img .tablet.light span {
  background: #efefef;
}
.detail .img .tablet.light span:before,
.detail .img .tablet.light span:after {
  background: #cccccc;
}
.detail .img .phone {
  width: 25%;
  float: left;
}
.detail .img .phone:nth-child(1) {
  padding: 0 30px 0 0;
}
.detail .img .phone:nth-child(2) {
  padding: 0 20px 0 10px;
}
.detail .img .phone:nth-child(3) {
  padding: 0 10px 0 20px;
}
.detail .img .phone:nth-child(4) {
  padding: 0 0 0 30px;
}
.detail .img .phone span {
  display: block;
  background: #efefef;
  padding: 50px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
.detail .img .phone span:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #cccccc;
  margin-left: -5px;
  position: absolute;
  top: 20px;
  left: 50%;
  bottom: auto;
  right: auto;
}
.detail .img .phone span:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #cccccc;
  margin-left: -15px;
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 10px;
  right: auto;
}
.detail .img .phone.dark span {
  background: #222222;
}
.detail .img .phone.dark span:before,
.detail .img .phone.dark span:after {
  background: #2f2f2f;
}
@media all and (max-width: 1500px) {
  .work a {
    padding: 0 20px 0 0;
    margin-bottom: 40px;
  }
  .work a:nth-child(even) {
    padding: 0 0 0 20px;
  }
}
@media all and (max-width: 1200px) {
  .work a {
    float: none;
    padding: 0;
    width: auto;
  }
  .work a:nth-child(even) {
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  article {
    width: 100%;
    padding: 131px 40px 0;
    overflow: hidden;
  }
  header:after {
    width: 100%;
    left: 0;
  }
  footer {
    padding-top: 0;
  }
  .more.show {
    max-height: 900px;
  }
  .more h3 {
    padding: 0 40px;
  }
  .more .col {
    float: none;
    padding: 0 !important;
    width: auto;
  }
  .detail h2 {
    text-align: center;
  }
  .detail .visit {
    display: none;
  }
  .detail .img .tablet {
    padding: 0 !important;
    float: none;
    width: auto;
    margin-bottom: 40px;
  }
  .detail .img .phone {
    width: 50%;
    padding: 0 20px 0 0 !important;
    margin-bottom: 40px;
  }
  .detail .img .phone:nth-child(even) {
    padding: 0 0 0 20px !important;
  }
}
@media all and (max-width: 650px) {
  article {
    padding: 131px 20px 0;
  }
  h1 {
    font-size: 18px;
  }
  h1 .amp {
    font-size: 12px;
  }
  nav {
    padding-bottom: 60px;
  }
  .more h3 {
    padding: 0;
    text-align: left;
  }
  .detail h2 {
    text-align: left;
  }
  .detail h2 span {
    font-size: 18px;
  }
  .detail .data dl {
    float: none;
    width: auto;
    padding: 0;
  }
  .detail .data .copy {
    float: none;
    width: auto;
    padding: 0;
  }
  .detail .img .tablet span {
    padding: 40px 20px 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .detail .img .tablet span:before {
    top: 15px;
  }
  .detail .img .tablet span:after {
    bottom: 15px;
    width: 30px;
    height: 30px;
    margin-left: -15px;
  }
  .detail .img .phone {
    float: none;
    width: auto;
    padding: 0 !important;
  }
  .detail .img .phone:nth-child(even) {
    padding: 0 !important;
  }
}
/* Common Containers & Subclasses ----------------------------------------------------------------------------------------*/

/* Custom Containers & Subclasses ----------------------------------------------------------------------------------------*/

/* <END> Site Css \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

/* Non-semantic Helper Classes -------------------------------------------------------------------------------------------*/

.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */

.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */

.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* Media queries for responsive design -----------------------------------------------------------------------------------*/

/*

	.LESS include - Media Queries

*/

.size-right {
  width: 100% !important;
  margin: 0 !important;
  min-width: 0 !important;
}
@media all and (max-width: 1450px) {
  
}
@media all and (max-width: 1300px) {
  
}
@media all and (max-width: 1100px) {
  
}
@media all and (max-width: 400px) {
  
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  
}
/* Print styles --------------------------------------------------------------------------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  
  a,
  a:visited {
    color: #444444 !important;
    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: "";
  }
  /* Don't show links for images, or javascript/internal links */
  
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
