/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

a,
body {
    color: #fff
}

a,
a:hover {
    text-decoration: none
}

body,
figure,
ul li {
    margin: 0
}

a,
div,
html,
input,
li,
select,
span {
    outline: 0!important
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

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

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

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

a:focus {
    outline: dotted thin
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

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

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

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-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

textarea {
    overflow: auto;
    vertical-align: top
}

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

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

.cf:after {
    clear: both
}

body {
    font-family: Executive-Medium, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #090909;
    overflow-x: hidden;
    overflow-y: scroll
}

@media only screen and (min-width:1px) and (max-width:759px) {
    body {
        font-size: 10px
    }
}

@media only screen and (min-width:760px) and (max-width:1019px) {
    body {
        font-size: 12px
    }
}

@media only screen and (min-width:1020px) and (max-width:1399px) {
    body {
        font-size: 14px
    }
}

iframe,
img,
input {
    border: none
}

p {
    font-family: Times, serif;
    font-size: 1.4em;
    line-height: 1.4;
    text-align: left
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 .4em;
    font-weight: 100;
    text-transform: uppercase;
    cursor: default
}

h1 {
    font-size: 3.8em
}

@media only screen and (min-width:1px) and (max-width:479px) {
    h1 {
        font-size: 2.2em
    }
}

h3 {
    font-size: 1.4em;
    margin: 0 0 .5em
}

h4 {
    font-size: .8em;
    text-transform: uppercase;
}

.js section {
    display: none
}

.js #lander {
    display: block
}

.js #lander .landerWrapper h2 {
    opacity: 0;
    -webkit-transition: all .6s ease-out, 1s;
    -moz-transition: all .6s ease-out, 1s;
    -o-transition: all .6s ease-out, 1s;
    transition: all .6s ease-out, 1s
}

.js #lander .landerWrapper h2.active {
    opacity: 1
}

.js #lander .landerWrapper h1 span {
    opacity: 0;
    display: inline-block;
    color: transparent;
    text-shadow: 0 0 .25em #fff;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: text-shadow .6s ease-out, color .3s, -webkit-transform .6s ease-out;
    -webkit-transition-delay: 0s, .3s, 0s, 0s;
    -moz-transition: text-shadow .6s ease-out, color .3s .3s, -moz-transform .6s ease-out;
    -o-transition: text-shadow .6s ease-out, color .3s .3s, -o-transform .6s ease-out;
    transition: text-shadow .6s ease-out, color .3s .3s, transform .6s ease-out
}

.js #lander .landerWrapper h1 span.active {
    opacity: 1;
    color: #fff;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    text-shadow: none;
}

.js #aboutLink,
.js .navLink {
    opacity: 0
}

p.browsehappy {
    max-width: 60%;
    margin: 2em auto;
    font-size: .6em;
    text-align: center
}

p.browsehappy a {
    color: red
}

iframe {
    position: relative
}

:-moz-full-screen .container {
    -webkit-perspective: none;
    -moz-perspective: none;
    -ms-perspective: none;
    -o-perspective: none;
    perspective: none;
    -webkit-perspective-origin: none;
    -moz-perspective-origin: none;
    -ms-perspective-origin: none;
    -o-perspective-origin: none;
    perspective-origin: none;
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
    background: red
}

:-moz-fullscreen .container {
    -webkit-perspective: none;
    -moz-perspective: none;
    -ms-perspective: none;
    -o-perspective: none;
    perspective: none;
    -webkit-perspective-origin: none;
    -moz-perspective-origin: none;
    -ms-perspective-origin: none;
    -o-perspective-origin: none;
    perspective-origin: none;
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
    background: red
}

:full-screen .container {
    -webkit-perspective: none;
    -moz-perspective: none;
    -ms-perspective: none;
    -o-perspective: none;
    perspective: none;
    -webkit-perspective-origin: none;
    -moz-perspective-origin: none;
    -ms-perspective-origin: none;
    -o-perspective-origin: none;
    perspective-origin: none;
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
    background: red
}

:fullscreen .container {
    -webkit-perspective: none;
    -moz-perspective: none;
    -ms-perspective: none;
    -o-perspective: none;
    perspective: none;
    -webkit-perspective-origin: none;
    -moz-perspective-origin: none;
    -ms-perspective-origin: none;
    -o-perspective-origin: none;
    perspective-origin: none;
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
    background: red
}

.container {
    width: 100%;
    -webkit-perspective: 10em;
    -moz-perspective: 10em;
    -ms-perspective: 10em;
    -o-perspective: 10em;
    perspective: 10em;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    -o-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.container .landerWrapper {
    margin: 0 auto;
    padding: 200px 0 0;
    text-align: center;
    width: 71em
}

@media only screen and (min-width:1px) and (max-width:479px) {
    .container .landerWrapper {
        width: 28.4em
    }
}

@media only screen and (min-width:480px) and (max-width:759px) {
    .container .landerWrapper {
        width: 46em
    }
}

@media only screen and (min-width:760px) and (max-width:1019px) {
    .container .landerWrapper {
        width: 56.3334em
    }
}

@media only screen and (min-width:1020px) and (max-width:1399px) {
    .container .landerWrapper {
        width: 60.1429em
    }
}

.container .landerWrapper h1 {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.container .landerWrapper h1:hover {
    color: transparent;
    text-shadow: 0 0 .2em #fff
}

.container .landerWrapper h2 {
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 0;
    height: 3em
}

.container .landerWrapper h2 span {
    font-size: .8em;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 1em
}

.container .landerWrapper h2 span.top {
    vertical-align: text-top
}

.container .landerWrapper h2 span.super {
    vertical-align: bottom
}

.container.video16 .contentWrapper .video {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    z-index: 999;
    width: 59em;
    height: 33.1875em;
    margin-top: -5.5em;
    margin-bottom: -1.4375em
}

@media only screen and (min-width:1px) and (max-width:479px) {
    .container.video16 .contentWrapper .video {
        width: 27.2em;
        height: 15.3em;
        margin-top: -5.5em;
        margin-bottom: -1.7em
    }
}

@media only screen and (min-width:480px) and (max-width:759px) {
    .container.video16 .contentWrapper .video {
        width: 40em;
        height: 22.5em;
        margin-top: -6em;
        margin-bottom: -.9em
    }
}

@media only screen and (min-width:760px) and (max-width:1019px) {
    .container.video16 .contentWrapper .video {
        width: 52em;
        height: 29.25em;
        margin-top: -7em;
        margin-bottom: -2.25em
    }
}

@media only screen and (min-width:1020px) and (max-width:1399px) {
    .container.video16 .contentWrapper .video {
        width: 50.2857em;
        height: 28.2857em;
        margin-top: -6em;
        margin-bottom: -1.243em
    }
}

.container.video16 .contentWrapper .video a {
    display: none!important
}

.container .contentWrapper {
    margin: 0 auto;
    padding: 6em 0 0;
    position: relative;
    text-align: center;
    width: 71em;
    height: 30.25em
}

@media only screen and (min-width:1px) and (max-width:479px) {
    .container .contentWrapper {
        width: 28.4em;
        height: 12.1em
    }
}

@media only screen and (min-width:480px) and (max-width:759px) {
    .container .contentWrapper {
        width: 46em;
        height: 19.6em
    }
}

@media only screen and (min-width:760px) and (max-width:1019px) {
    .container .contentWrapper {
        width: 56.3334em;
        height: 24em
    }
}

@media only screen and (min-width:1020px) and (max-width:1399px) {
    .container .contentWrapper {
        width: 60.1429em;
        height: 25.0714em
    }
}

.container .contentWrapper .video {
    position: relative;
    overflow: hidden;
    background: #000;
    height: 30.25em;
    width: 100%;
    margin: -4em auto 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.container .contentWrapper .video.showReel {
    margin-top: -2em
}

@media only screen and (min-width:1px) and (max-width:479px) {
    .container .contentWrapper .video {
        height: 12.1em
    }
}

@media only screen and (min-width:480px) and (max-width:759px) {
    .container .contentWrapper .video {
        height: 19.6em
    }
}

@media only screen and (min-width:760px) and (max-width:1019px) {
    .container .contentWrapper .video {
        height: 24em
    }
}

@media only screen and (min-width:1020px) and (max-width:1399px) {
    .container .contentWrapper .video {
        height: 25.0714em
    }
}

.container .contentWrapper .video a {
    display: block;
    position: relative
}

.container .contentWrapper .video a img {
    width: 100%;
    height: auto;
    position: relative;
    opacity: .7;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.container .contentWrapper .video a .playButton {
    position: absolute;
    display: block;
    left: 50%;
    margin: -3em 0 0 -2.2em;
    width: 4.4em;
    height: 4.4em;
    background: #090909;
    -webkit-border-radius: 4.4em;
    -moz-border-radius: 4.4em;
    -ms-border-radius: 4.4em;
    -o-border-radius: 4.4em;
    border-radius: 4.4em;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    top: 15.125em
}

@media only screen and (min-width:1px) and (max-width:479px) {
    .container .contentWrapper .video a .playButton {
        top: 6.05em;
        margin: -2.4em 0 0 -2.2em
    }
}

@media only screen and (min-width:480px) and (max-width:759px) {
    .container .contentWrapper .video a .playButton {
        top: 9.8em
    }
}

@media only screen and (min-width:760px) and (max-width:1019px) {
    .container .contentWrapper .video a .playButton {
        top: 12em
    }
}

.container .contentWrapper .video a .playButton .playButtonArrow {
    margin: 1.4em 0 0 1.8em;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .8em 0 .8em 1.2em;
    border-color: transparent transparent transparent #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.csstransitions .container .contentWrapper .video a .playButton .playButtonArrow {
    border: none;
    color: #fff;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 4.2em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media screen and (min--moz-device-pixel-ratio:0) {
    .csstransitions .container .contentWrapper .video a .playButton .playButtonArrow {
        line-height: 4em
    }
}

.csstransitions .container .contentWrapper .video a .playButton .playButtonArrow:after {
    content: "\0394";
    font-size: 1.8em
}

@media only screen and (min-width:1px) and (max-width:479px) {
    .csstransitions .container .contentWrapper .video a .playButton .playButtonArrow:after {
        font-size: 1.7em
    }
}

.no-touch .container .contentWrapper .video a:hover img {
    opacity: 1
}

.container .contentWrapper .hWrapper {
    position: relative;
    padding-top: 4em
}

.container .contentWrapper .hWrapper .h3Wrapper h4 span,
.container .contentWrapper .hWrapper .h4Wrapper h4 span {
    font-size: .8em;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 1em
}

.container .contentWrapper .hWrapper .h3Wrapper h4 span.top,
.container .contentWrapper .hWrapper .h4Wrapper h4 span.top {
    vertical-align: text-top
}

.container .contentWrapper .hWrapper .h3Wrapper h4 span.super,
.container .contentWrapper .hWrapper .h4Wrapper h4 span.super {
    vertical-align: bottom
}

.container .contentWrapper .hWrapper .buttonWrapper {
    margin-top: -1em
}

.container .contentWrapper .reelHead {
    margin: -6.5em 0 3.5em;
    height: 3em
}

.exp .container .contentWrapper .hWrapper .h3Wrapper,
.exp .container .contentWrapper .hWrapper .h4Wrapper {
    opacity: .4;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.exp .container .contentWrapper .hWrapper .h3Wrapper h3,
.exp .container .contentWrapper .hWrapper .h4Wrapper h3 {
    color: transparent;
    text-shadow: 0 0 .2em #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.exp .container .contentWrapper .hWrapper .h3Wrapper h4,
.exp .container .contentWrapper .hWrapper .h4Wrapper h4 {
    color: transparent;
    text-shadow: 0 0 .4em #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.exp .container.inView .contentWrapper .hWrapper .h3Wrapper,
.exp .container.inView .contentWrapper .hWrapper .h4Wrapper {
    opacity: 1
}

.exp .container.inView .contentWrapper .hWrapper .h3Wrapper h3,
.exp .container.inView .contentWrapper .hWrapper .h4Wrapper h3 {
    color: #fff;
    text-shadow: none;
    -webkit-transition: all .8s ease-in-out;
    -webkit-transition-delay: .1s;
    -moz-transition: all .8s ease-in-out .1s;
    -o-transition: all .8s ease-in-out .1s;
    transition: all .8s ease-in-out .1s
}

.exp .container.inView .contentWrapper .hWrapper .h3Wrapper h4,
.exp .container.inView .contentWrapper .hWrapper .h4Wrapper h4 {
    color: #fff;
    text-shadow: none;
    -webkit-transition: all .8s ease-in-out;
    -webkit-transition-delay: .3s;
    -moz-transition: all .8s ease-in-out .3s;
    -o-transition: all .8s ease-in-out .3s;
    transition: all .8s ease-in-out .3s
}

.exp .container.inView .contentWrapper .hWrapper .h3Wrapper {
    margin-bottom: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.2s ease-in-out;
    -webkit-transition-delay: .1s;
    -moz-transition: all 1.2s ease-in-out .1s;
    -o-transition: all 1.2s ease-in-out .1s;
    transition: all 1.2s ease-in-out .1s
}

.exp .container.inView .contentWrapper .hWrapper .h4Wrapper {
    margin-bottom: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.2s ease-in-out;
    -webkit-transition-delay: .5s;
    -moz-transition: all 1.2s ease-in-out .5s;
    -o-transition: all 1.2s ease-in-out .5s;
    transition: all 1.2s ease-in-out .5s
}

.container .infoLink {
    position: absolute;
    bottom: -4.25em;
    left: 6em;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media only screen and (min-width:1px) and (max-width:479px) {
    .container .infoLink {
        left: 0;
        width: 28.4em;
        bottom: 12.1em;
        bottom: -11em
    }
}

@media only screen and (min-width:480px) and (max-width:759px) {
    .container .infoLink {
        left: 2em;
        bottom: -2em
    }
}

.container .infoLink a {
    display: inline-block;
    width: 6em;
    padding: 2em;
    text-align: center
}

.container .infoLink a span {
    font-size: .7em;
    text-transform: uppercase;
    line-height: 2;
    display: inline-block;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-bottom: 1em
}

.container .infoLink a .hide {
    display: none;
    font-size: 1.6em;
    line-height: 1;
    margin-bottom: .4em
}

.no-touch .container .infoLink a:hover .show {
    border-bottom: 1px solid #fff
}

.container .infoLink a.shown .hide {
    display: inline-block
}

.container .infoLink a.shown .show {
    display: none
}

.exp .container .infoLink {
    opacity: 0
}

.exp .container .infoLink a {
    color: transparent;
    text-shadow: 0 0 .2em #fff
}

.exp .container.inView .infoLink {
    opacity: 1;
    -webkit-transition: all .8s ease-in-out;
    -webkit-transition-delay: .8s;
    -moz-transition: all .8s ease-in-out .8s;
    -o-transition: all .8s ease-in-out .8s;
    transition: all .8s ease-in-out .8s
}

.exp .container.inView .infoLink a {
    color: #fff;
    text-shadow: none
}

.container .info {
    position: absolute;
    bottom: 4em;
    left: -9999em;
    height: 30.25em;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 0s;
    -webkit-transition-delay: .7s;
    -moz-transition: all 0s .7s;
    -o-transition: all 0s .7s;
    transition: all 0s .7s;
    display: none
}

#aboutLink,
nav {
    position: fixed
}

@media only screen and (min-width:1px) and (max-width:479px) {
    .container .info {
        height: 12.1em
    }
}

@media only screen and (min-width:480px) and (max-width:759px) {
    .container .info {
        height: 19.6em
    }
}

@media only screen and (min-width:760px) and (max-width:1019px) {
    .container .info {
        height: 24em
    }
}

@media only screen and (min-width:1020px) and (max-width:1399px) {
    .container .contentWrapper .video a .playButton {
        top: 12.5357em
    }
    .container .info {
        height: 25.0714em
    }
}

.container .info .infoWrapper {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.container .info .infoWrapper .infoInner {
    padding: 6em 8em
}

@media only screen and (min-width:1px) and (max-width:479px) {
    .container .info .infoWrapper .infoInner {
        padding: 2em
    }
    .container .info .infoWrapper .infoInner p {
        display: none
    }
}

@media only screen and (min-width:480px) and (max-width:759px) {
    .container .info .infoWrapper .infoInner {
        padding: 2em 4em
    }
}

@media only screen and (min-width:760px) and (max-width:1019px) {
    .container .info .infoWrapper .infoInner {
        padding: 3em 4em
    }
}

@media only screen and (min-width:1020px) and (max-width:1399px) {
    .container .info .infoWrapper .infoInner {
        padding: 4em 8em
    }
}

.container .info .infoWrapper .infoInner p {
    text-align: left
}

.container .info .infoWrapper .infoInner .h5Wrapper {
    text-align: left;
    margin: 0 0 0 4em
}

@media only screen and (min-width:1px) and (max-width:759px) {
    .container .info .infoWrapper .infoInner .h5Wrapper {
        margin: 0
    }
}

.container .info .infoWrapper .infoInner .h5Wrapper h5 {
    font-size: .8em;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    padding: 0 2em 0 0;
    display: inline-block
}

@media only screen and (min-width:1px) and (max-width:1019px) {
    .container .info .infoWrapper .infoInner .h5Wrapper h5 {
        padding: 0 1em 0 0
    }
}

.container .infoShown .video {
    opacity: .3
}

.container .infoShown .video .playButton {
    opacity: 0
}

.container .infoShown .info {
    -webkit-transition: all 0s;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0s 0s;
    -o-transition: all 0s 0s;
    transition: all 0s 0s;
    left: 0;
    display: block
}

.container .infoShown .info .infoWrapper {
    opacity: 1
}

#about .contentWrapper {
    width: 100%;
    height: auto;
    min-height: 100%;
    background: #090909
}

.exp #about .contentWrapper {
    background: #000;
    background: linear-gradient(#000, #090909)
}

#about .contentWrapper .innerContent {
    margin: 0 auto;
    width: 71em
}

@media only screen and (min-width:1px) and (max-width:479px) {
    #about .contentWrapper .innerContent {
        width: 28.4em
    }
}

@media only screen and (min-width:480px) and (max-width:759px) {
    #about .contentWrapper .innerContent {
        width: 46em
    }
}

@media only screen and (min-width:760px) and (max-width:1019px) {
    #about .contentWrapper .innerContent {
        width: 56.3334em
    }
}

@media only screen and (min-width:1020px) and (max-width:1399px) {
    #about .contentWrapper .innerContent {
        width: 60.1429em
    }
}

.textWrapper {
    padding: 0 8em
}

@media only screen and (min-width:1px) and (max-width:479px) {
    .textWrapper {
        padding: 0 1em
    }
}

@media only screen and (min-width:480px) and (max-width:759px) {
    .textWrapper {
        padding: 0 2em
    }
}

.textWrapper .contact {
    text-align: left;
    padding: 2em 8em 3em
}

@media only screen and (min-width:1px) and (max-width:759px) {
    .textWrapper .contact {
        padding: 1em 0 3em
    }
    .textWrapper .contact .link {
        font-size: 1em
    }
}

@media only screen and (min-width:760px) and (max-width:1019px) {
    .textWrapper .contact {
        padding: 1em 4em 3em
    }
}

.textWrapper .contact .link {
    padding-top: 1em
}

.textWrapper .profileImg {
    padding-top: 2em;
    margin: 0 4em
}

.textWrapper .profileImg img {
    width: 100%
}

.textWrapper .address {
    font-family: Executive-Medium, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.75
}

#imprint .contentWrapper {
    padding: 4em 0 10em
}

#imprint #credit {
    text-align: left;
    padding: 2em 0
}

#imprint #credit a.link {
    border-bottom: 1px solid transparent;
    margin-right: 0
}

#imprint #credit a.link span {
    display: inline-block;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.exp nav .navLink a,
nav .navLink a .navLinkDivis {
    float: right;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.no-touch #imprint #credit a.link:hover span {
    border-bottom: 1px solid #fff
}

#imprint #imprintLink {
    position: relative;
    text-align: left;
    padding: 8em 4em 0
}

#imprint #imprintLink a.link {
    font-size: .7em;
    text-transform: uppercase;
    text-align: left
}

#imprint #imprintWrapper {
    display: none
}

#imprint #imprintInner {
    padding: 2em 4em 10em
}

@media only screen and (min-width:1px) and (max-width:479px) {
    #imprint #imprintLink {
        padding: 8em 0 0
    }
    #imprint #imprintInner {
        padding: 2em 0 10em
    }
}

@media only screen and (min-width:480px) and (max-width:759px) {
    #imprint #imprintLink {
        padding: 8em 2em 0
    }
    #imprint #imprintInner {
        padding: 2em 2em 10em
    }
}

#imprint #imprintInner h5 {
    padding: 4em 0 0;
    font-size: 1em;
    margin-bottom: -1em;
}

#imprint #imprintInner h6 {
    padding: 4em 0 2em;
    font-size: .8em;
    text-transform: uppercase;
}

#imprint #imprintInner p {
    font-size: 1.1em
}

#aboutLink .link,
nav {
    font-size: .7em;
    text-transform: uppercase;
}

nav {
    top: 50px;
    text-align: right
}

@media only screen and (min-width:1px) and (max-width:759px) {
    nav {
        display: none
    }
}

@media only screen and (min-width:760px) and (max-width:1019px) {
    nav {
        top: 140px;
        right: 14px
    }
}

@media only screen and (min-width:1020px) and (max-width:1399px) {
    nav {
        top: 140px;
    }
}

nav .navLink {
    width: 50px
}

nav .navLink a {
    line-height: 20px;
    display: block;
    padding-bottom: 10px
}

.button,
.link {
    line-height: 2
}

nav .navLink a .navLinkDivis {
    background: #fff;
    display: inline-block;
    width: 4px;
    height: 4px;
    border: 1px solid #fff;
    margin: 7px 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    transition: all .4s ease-in-out
}

.exp nav .navLink#navLinkAbout,
nav .navLink a .navLinkDivis:first-child {
    display: none
}

nav .navLink a .navInner {
    max-width: 0;
    overflow: hidden;
    display: none;
    float: right
}

nav .navLink.active .navLinkDivis {
    background: 0 0
}

.exp nav .navLink {
    position: fixed;
    bottom: 50px;
    right: 50px;
    padding-bottom: 0
}

@media only screen and (min-width:760px) and (max-width:1019px) {
    .exp nav .navLink {
        right: 30px
    }
}

.exp nav .navLink.active .navLinkDivis {
    background: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(255, 255, 255, .8);
    -moz-box-shadow: 0 0 6px 0 rgba(255, 255, 255, .8);
    box-shadow: 0 0 6px 0 rgba(255, 255, 255, .8)
}

.exp nav .navLink a {
    width: 300px;
    transition: all .4s ease-in-out
}

.exp nav .navLink a .navLinkDivis {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    vertical-align: super
}

.exp nav .navLink a .navLinkDivis:first-child {
    display: inline-block
}

.exp nav .navLink a .navInner {
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.exp nav .navLink a .navInner .navInnerText {
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 0 8px
}

.exp nav .navLink a:hover {
    margin-right: -20px
}

.exp nav .navLink a:hover .navInner {
    max-width: 300px;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

@media only screen and (min-width:480px) and (max-width:759px) {
    .exp nav .navLink a:hover .navInner {
        max-width: 0;
        margin-right: 0
    }
    .exp nav .navLink a:hover .navLinkDivis:first-child {
        margin-right: 0
    }
}

#aboutLink {
    bottom: 0;
    right: 0;
    width: 128px;
    margin: 0 0 5em;
    display: none
}

.exp #aboutLink {
    display: block
}

@media only screen and (min-width:1px) and (max-width:759px) {
    .exp #aboutLink {
        display: none
    }
}

#aboutLink .link {
    border-bottom: none;
    margin: 0 0 .3em;
    text-align: center;
    display: block
}

@media only screen and (min-width:1px) and (max-width:759px) {
    #aboutLink .link {
        font-size: 1em;
        text-align: right;
        z-index: 999
    }
}

.button .buttonContent,
.link {
    display: inline-block;
    font-size: .8em;
    text-transform: uppercase
}

#aboutLink .link span {
    line-height: 2;
    display: inline-block;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.link,
.no-touch #aboutLink .link:hover span,
body.about #aboutLink .aboutLink span {
    border-bottom: 1px solid #fff
}

.no-touch #aboutLink .link:hover {
    padding: 0;
    margin: 0 0 .3em
}

#aboutLink .workLink {
    opacity: 0;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

body.about #aboutLink .workLink {
    opacity: 1;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.link {
    margin-right: 3em;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.no-touch .link:hover {
    padding-bottom: 3px;
    margin-bottom: -3px
}

.no-touch .phone {
    border-bottom: none;
    cursor: default
}

.button {
    display: inline-block;
    width: 18em;
    padding: .5em 0;
    margin: 0 3em;
    -webkit-perspective: 40em;
    -moz-perspective: 40em;
    -ms-perspective: 40em;
    -o-perspective: 40em;
    perspective: 40em;
    -webkit-perspective-origin: center center;
    -moz-perspective-origin: center center;
    -ms-perspective-origin: center center;
    -o-perspective-origin: center center;
    perspective-origin: center center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.button .buttonContent {
    position: relative;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .6s ease-in-out;
    -webkit-transition-delay: .3s;
    -moz-transition: all .6s ease-in-out .3s;
    -o-transition: all .6s ease-in-out .3s;
    transition: all .6s ease-in-out .3s
}

.button .buttonFrame {
    display: none
}

.no-touch .button .buttonFrame {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: rotateX(-120deg);
    -moz-transform: rotateX(-120deg);
    -ms-transform: rotateX(-120deg);
    -o-transform: rotateX(-120deg);
    transform: rotateX(-120deg);
    opacity: .8
}

.no-touch .button:hover .buttonFrame {
    border: 1px solid #fff;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-box-shadow: 0 0 4px 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 0 4px 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 4px 0 rgba(255, 255, 255, .4)
}

.no-touch .button:hover .buttonContent {
    -webkit-transition: all .2s ease-in-out 0;
    -moz-transition: all .2s ease-in-out 0;
    -o-transition: all .2s ease-in-out 0;
    transition: all .2s ease-in-out 0;
    border-bottom: 1px solid transparent
}

#bigLetter {
    position: fixed;
    top: 100px;
    left: 100px
}

#bigLetter span {
    font-size: 10em;
    color: transparent;
    text-transform: uppercase;
    text-shadow: 0 0 .025em #fff;
    opacity: .75
}

@media only screen and (min-width:1px) and (max-width:759px) {
    .button {
        margin: 0 .5em
    }
    #bigLetter span {
        font-size: 6em
    }
}

@media only screen and (min-width:760px) and (max-width:1019px) {
    #aboutLink {
        right: -20px
    }
    #bigLetter span {
        font-size: 8em
    }
}

body.scrolling #wrapper {
    padding-bottom: 200px
}