/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

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

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

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

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

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
     ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

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

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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


fieldset .error {
    border: 2px solid #fff;
}

fieldset .error-messages em {
    font-style: normal;
    font-size: 18px;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

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

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

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

td,
th {
    padding: 0;
}

@font-face {
    font-family: "teko";
    src: url("../fonts/teko-bold-webfont.eot");
    src: url("../fonts/teko-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/teko-bold-webfont.woff2") format("woff2"), url("../fonts/teko-bold-webfont.woff") format("woff"), url("../fonts/teko-bold-webfont.ttf") format("truetype"), url("../fonts/teko-bold-webfont.svg#tekobold") format("svg");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "teko";
    src: url("../fonts/teko-light-webfont.eot");
    src: url("../fonts/teko-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/teko-light-webfont.woff2") format("woff2"), url("../fonts/teko-light-webfont.woff") format("woff"), url("../fonts/teko-light-webfont.ttf") format("truetype"), url("../fonts/teko-light-webfont.svg#tekolight") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "teko";
    src: url("../fonts/teko-medium-webfont.eot");
    src: url("../fonts/teko-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/teko-medium-webfont.woff2") format("woff2"), url("../fonts/teko-medium-webfont.woff") format("woff"), url("../fonts/teko-medium-webfont.ttf") format("truetype"), url("../fonts/teko-medium-webfont.svg#tekomedium") format("svg");
    font-weight: 500;
    font-style: normal;
}

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

@font-face {
    font-family: "teko";
    src: url("../fonts/teko-semibold-webfont.eot");
    src: url("../fonts/teko-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/teko-semibold-webfont.woff2") format("woff2"), url("../fonts/teko-semibold-webfont.woff") format("woff"), url("../fonts/teko-semibold-webfont.ttf") format("truetype"), url("../fonts/teko-semibold-webfont.svg#tekosemibold") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "titillium";
    src: url("../fonts/titilliumweb-regular-webfont.eot");
    src: url("../fonts/titilliumweb-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/titilliumweb-regular-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-regular-webfont.woff") format("woff"), url("../fonts/titilliumweb-regular-webfont.ttf") format("truetype"), url("../fonts/titilliumweb-regular-webfont.svg#titillium_webregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "titillium";
    src: url("../fonts/titilliumweb-black-webfont.eot");
    src: url("../fonts/titilliumweb-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/titilliumweb-black-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-black-webfont.woff") format("woff"), url("../fonts/titilliumweb-black-webfont.ttf") format("truetype"), url("../fonts/titilliumweb-black-webfont.svg#titillium_webblack") format("svg");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "titillium";
    src: url("../fonts/titilliumweb-bold-webfont.eot");
    src: url("../fonts/titilliumweb-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/titilliumweb-bold-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-bold-webfont.woff") format("woff"), url("../fonts/titilliumweb-bold-webfont.ttf") format("truetype"), url("../fonts/titilliumweb-bold-webfont.svg#titillium_webbold") format("svg");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "titillium";
    src: url("../fonts/titilliumweb-bolditalic-webfont.eot");
    src: url("../fonts/titilliumweb-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/titilliumweb-bolditalic-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-bolditalic-webfont.woff") format("woff"), url("../fonts/titilliumweb-bolditalic-webfont.ttf") format("truetype"), url("../fonts/titilliumweb-bolditalic-webfont.svg#titillium_webbold_italic") format("svg");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "titillium";
    src: url("../fonts/titilliumweb-italic-webfont.eot");
    src: url("../fonts/titilliumweb-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/titilliumweb-italic-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-italic-webfont.woff") format("woff"), url("../fonts/titilliumweb-italic-webfont.ttf") format("truetype"), url("../fonts/titilliumweb-italic-webfont.svg#titillium_webitalic") format("svg");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "titillium";
    src: url("../fonts/titilliumweb-light-webfont.eot");
    src: url("../fonts/titilliumweb-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/titilliumweb-light-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-light-webfont.woff") format("woff"), url("../fonts/titilliumweb-light-webfont.ttf") format("truetype"), url("../fonts/titilliumweb-light-webfont.svg#titillium_weblight") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "titillium";
    src: url("../fonts/titilliumweb-lightitalic-webfont.eot");
    src: url("../fonts/titilliumweb-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/titilliumweb-lightitalic-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-lightitalic-webfont.woff") format("woff"), url("../fonts/titilliumweb-lightitalic-webfont.ttf") format("truetype"), url("../fonts/titilliumweb-lightitalic-webfont.svg#titillium_weblight_italic") format("svg");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "titillium";
    src: url("../fonts/titilliumweb-semibold-webfont.eot");
    src: url("../fonts/titilliumweb-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/titilliumweb-semibold-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-semibold-webfont.woff") format("woff"), url("../fonts/titilliumweb-semibold-webfont.ttf") format("truetype"), url("../fonts/titilliumweb-semibold-webfont.svg#titillium_websemibold") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "titillium";
    src: url("../fonts/titilliumweb-semibolditalic-webfont.eot");
    src: url("../fonts/titilliumweb-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/titilliumweb-semibolditalic-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-semibolditalic-webfont.woff") format("woff"), url("../fonts/titilliumweb-semibolditalic-webfont.ttf") format("truetype"), url("../fonts/titilliumweb-semibolditalic-webfont.svg#titillium_websemibold_italic") format("svg");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "titillium";
    src: url("../fonts/titilliumweb-extralight-webfont.eot");
    src: url("../fonts/titilliumweb-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/titilliumweb-extralight-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-extralight-webfont.woff") format("woff"), url("../fonts/titilliumweb-extralight-webfont.ttf") format("truetype"), url("../fonts/titilliumweb-extralight-webfont.svg#titillium_webthin") format("svg");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "titillium";
    src: url("../fonts/titilliumweb-extralightitalic-webfont.eot");
    src: url("../fonts/titilliumweb-extralightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/titilliumweb-extralightitalic-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-extralightitalic-webfont.woff") format("woff"), url("../fonts/titilliumweb-extralightitalic-webfont.ttf") format("truetype"), url("../fonts/titilliumweb-extralightitalic-webfont.svg#titillium_webthin_italic") format("svg");
    font-weight: 200;
    font-style: italic;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #585757;
    background: #fff;
    font: 16px/1.875 "titillium", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
    max-width: none;
}

html {
    font-weight: 300;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: "teko";
    font-weight: 300;
    line-height: 40px;
    margin: 0 0 .5em;
    color: #140f0f;
    text-transform: uppercase;
    letter-spacing: 6px;
}

h1,
.h1 {
    font-size: 30px;
}

h2,
.h2 {
    margin-bottom: 31px;
    font-size: 27px;
    letter-spacing: 5.2px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #39f;
}

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

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    box-sizing: border-box;
    padding: .6em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: rgba(255, 255, 255, .5);
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: rgba(255, 255, 255, .5);
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: rgba(255, 255, 255, .5);
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

.form-control {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 5px;
}

.form-control:focus {
    color: #fff;
}

#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main-section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 999999px;
    overflow: hidden;
    left: 0;
    -webkit-transition: left .3s ease-out;
    transition: left .3s ease-out;
}

.nav-active .main-section {
    left: -255px;
    -webkit-transition: left .3s ease-out;
    transition: left .3s ease-out;
}

.main-container {
    width: 100vw;
}

.container {
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
    max-width: 480px;
}

.container.lg-flex {
    position: relative;
    z-index: 2;
}

.headline {
    display: inline-block;
    vertical-align: top;
    padding: 0 4px 7px;
    margin: 0 0 5px;
    border-bottom: 5px solid #f63c3b;
    color: #140f0f;
    font-weight: 600;
    font-size: 18px;
}

.headline.white {
    border-bottom-color: #fff;
    color: #fff;
}

.bg-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-image.face-bg {
    opacity: 0.5;
}

.mask {
    position: relative;
}

.mask-concrete:before {
    background-color: rgba(243, 243, 243, .5);
}

.mask-biscay:before {
    background-color: #153061;
}

.mask-danube:before {
    background-color: rgba(78, 136, 208, .7);
}

.mask-elephant {
    background-position: 0 122%;
}

.mask-elephant:before {
    background-color: rgba(18, 51, 68, .8);
}

.mask:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    width: 37px;
    height: 37px;
    background-color: rgba(0, 0, 0, .6);
    border: none;
    text-indent: -9999px;
    z-index: 10;
    outline: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.slick-arrow:hover {
    opacity: .7;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.slick-arrow:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 16px;
    width: 17px;
    height: 17px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.slick-next {
    right: 0;
}

.slick-next:before {
    left: auto;
    right: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.slick-prev {
    left: 0;
}

.slick-prev:before {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

header {
    position: relative;
    width: 100vw;
    z-index: 110;
}

.header {
    padding: 10px;
    z-index: 50;
}

.header .logo {
    position: static;
}

.logo {
    display: inline-block;
    vertical-align: top;
    margin: 17px;
    position: fixed;
    text-decoration: none;
    z-index: 10;
}

.lightbox-demo .logo {
    display: inline-block;
    vertical-align: top;
    margin: 15px 8px 8px;
}

.lightbox-demo .logo img {
    width: 30px;
    height: 30px;
}

.nav-opener {
    position: fixed;
    display: block;
    width: 20px;
    height: 13px;
    top: 26px;
    right: 23px;
    z-index: 10;
}

.nav-active .nav-opener {
    display: none;
}

.dark .nav-opener {
    color: #676767;
}

.dark .nav-opener:before,
.dark .nav-opener:after,
.dark .nav-opener span {
    border-top-color: #676767;
}

.nav-opener:hover {
    opacity: .8;
}

.drop-menu .nav-opener {
    display: none;
    width: 13px;
    top: 20px;
    right: 31px;
}

.nav-active .drop-menu .nav-opener {
    display: block;
}

.drop-menu .nav-opener:before,
.drop-menu .nav-opener:after {
    border-top: 2px solid #f63c3b;
    top: 6px;
    bottom: auto;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.drop-menu .nav-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.drop-menu .nav-opener span {
    position: absolute;
    left: -99999px;
}

.nav-opener:before,
.nav-opener:after {
    content: "";
}

header .nav-opener:before, header .nav-opener:after {
    display: none;
}

.nav-active .drop-menu .nav-opener:before, .nav-active .drop-menu .nav-opener:after {
    display: block;
}

header .nav-opener svg {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
    position: absolute;
    width: 100%;
}

.nav-opener:before {
    width: 12px;
}

.nav-opener:after {
    width: 16px;
    bottom: 0;
}

.nav-opener span {
    display: block;
    top: 6px;
    text-indent: -9999px;
}

.drop-menu {
    position: relative;
    width: 255px;
    text-align: left;
    z-index: 120;
}

.nav-active .drop-menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.menu-holder {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 255px;
    height: 100vh;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
}

.nav-active .menu-holder {
    left: calc(100% - 255px);
}

.menu {
    margin: 40px 0;
    list-style: none;
}

.item-menu a {
    color: #3c3c3c;
    text-decoration: none;
}

.item-menu a:hover {
    color: #f63c3b;
}

.page-title {
    display: inline-block;
    vertical-align: top;
    padding-top: 13px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}

#footer {
    position: relative;
    bottom: 0;
    z-index: 100;
}

.footer {
    padding: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    text-align: center;
}

.team-layout .footer {
    padding-top: 20px;
}

.logo-footer {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.copyright {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 16px;
    font-size: 11px;
    line-height: 1.2;
    opacity: .7;
}

.social-network {
    margin: 0 0 15px;
    padding: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    list-style: none;
}

.social-network li {
    display: inline-block;
    vertical-align: top;
    margin: 0 11px;
}

.social-network a {
    opacity: .7;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.social-network a:hover {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.hero-section {
    height: 100vh;
    min-height: 600px;
    background-color: #F83D3C;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.hero-section .bg-image {
    bottom: 0;
    left: 50%;
    width: 758px;
    max-width: none;
    -webkit-transform: translate(-80%, 36.5%);
    -ms-transform: translate(-80%, 36.5%);
    transform: translate(-80%, 36.5%);
}

.hero-section h1 {
    color: inherit;
}

.hero-holder {
    white-space: nowrap;
    text-align: left;
    position: relative;
    height: 100%;
}

.hero-holder:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%;
}

.hero-holder > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
}

.hero-holder .container {
    max-width: 450px;
}

.hero-holder h1 {
    padding: 0 0 0 20%;
    position: relative;
    text-align: left;
    z-index: 5;
}

.hero-holder h1 em {
    display: block;
    font-size: 60px;
    font-style: normal;
}

.hero-holder h1 strong {
    color: #00273f;
    display: block;
    font-size: 112px;
    font-weight: normal;
    line-height: normal;
}

.hero-holder h1 small {
    display: block;
    font-family: "titillium";
    font-size: 29px;
    letter-spacing: normal;
    line-height: normal;
    max-width: 360px;
    padding: 40px 0 0 0;
    text-transform: none;
}

.aboutus-section {
    position: relative;
    padding: 61px 0 213px;
}

.aboutus-section .bg-image {
    top: auto;
    bottom: 0;
    left: 50%;
    width: 349px;
    max-width: none;
    z-index: 1;
    -webkit-transform: translate(-47.5%, 44.5%);
    -ms-transform: translate(-47.5%, 44.5%);
    transform: translate(-47.5%, 44.5%);
}

.aboutus-section h3 {
    font-family: 'teko';
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none;
}

.aboutus-section h3 em {
    color: #f83d3c;
    display: block;
    font-style: normal;
}

.aboutus-section p strong {
    font-family: 'teko';
}

.scroll-indicator {
    position: fixed;
    right: 60px;
    height: 86vh;
    margin: 7vh 0 7vh 0;
    top: 0;
    z-index: 1;
}

.indicator-bg {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.indicator-dot {
    height: 100%;
    position: absolute;
    z-index: 3;
}

.indicator-line {
    height: 100%;
    position: absolute;
    z-index: 2;
}

.team-section {
    position: relative;
    padding: 61px 0 17px;
    background-color: #1e3646;
    color: #fff;
}

.team-section:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 374px;
    background: -webkit-linear-gradient(top, rgba(10, 14, 36, .0001) 0%, #0a0e24 100%);
    background: linear-gradient(180deg, rgba(10, 14, 36, .0001) 0%, #0a0e24 100%);
    opacity: .72;
}

.team-section .container {
    position: relative;
    z-index: 2;
}

.team-section .headline {
    color: inherit;
}

.team-section h2 {
    color: inherit;
}

.team {
    padding-top: 19px;
    text-align: center;
}

.team-member {
    cursor: default;
    margin: 0 auto 50px;
    display: inline-block;
    color: #fff;
    padding: 0 20px 40px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .3s;
    width: 250px;
    transition: color .3s;
    vertical-align: top;
}

.team-member.lg-center {
    width: auto;
}

.team-member.lg-center:hover {
    color: #f63c3b;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.team-member .img-wrapper {
    display: block;
    margin: 0 auto 14px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}

.team-member .img-wrapper img {
    width: 100%;
}

.team-member .member-name,
.team-member .member-position {
    display: block;
    text-transform: uppercase;
    line-height: 22px;
}

.team-member .member-name {
    font-weight: 900;
}

.team-member .member-position {
    font-weight: 200;
}

.team-layout.lightbox-demo {
    padding-bottom: 200px;
}

.team-layout .footer {
    position: absolute;
    bottom: 0;
}

.member-info {
    padding-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    color: #140f0f;
}

.member-info .img-wrapper {
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 260px;
    height: 260px;
    overflow: hidden;
}

.member-info .img-wrapper img {
    width: 100%;
}

.member-info .name {
    display: block;
    font-family: "teko";
    font-size: 30px;
    letter-spacing: 4.5px;
    line-height: 30px;
    text-transform: uppercase;
}

.member-info .position {
    margin-bottom: 20px;
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.startups-section {
    padding: 64px 0 48px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.startups-section .headline {
    margin-right: 0;
    margin-left: 0;
}

.startups-section .companies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.startups-section .company {
    margin: 0 auto 24px;
    box-shadow: 0 2px 30px rgba(0, 0, 0, .2);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 20px;
    font-family: "teko";
    letter-spacing: 7.5px;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out;
}

.startups-section .company:hover {
    box-shadow: 0 2px 30px rgba(0, 0, 0, .4);
    -webkit-transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out;
}

.startups-section .company.mask-concrete {
    color: #585757;
}

.startups-section .company .content {
    position: relative;
    display: block;
    width: 268px;
    height: 268px;
    z-index: 1;
}

.startups-section .company .bottom-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.startups-section .logo-company {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gallery-section {
    padding: 105px 0 107px;
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.gallery-section:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
}

.gallery-section .slick-list {
    overflow: visible;
}

.gallery-section .slide {
    position: relative;
    margin: 0 7px;
    overflow: hidden;
}

.gallery-section .slide.popup-active {
    box-shadow: 0 2px 200px #f63c3b;
}

.gallery-section .slide.popup-active .title {
    display: none;
}

.gallery-section .slide .open {
    display: block;
    color: #fff;
    text-decoration: none;
}

.gallery-section .slide .content {
    position: relative;
    display: block;
    width: 152px;
    height: 390px;
    text-align: center;
    z-index: 2;
}

.gallery-section .slide .date,
.gallery-section .slide .title {
    display: block;
}

.gallery-section .slide .date {
    font-family: "teko";
    letter-spacing: 1px;
}

.gallery-section .slide .title {
    position: absolute;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    right: 0;
    left: 0;
    top: 50%;
    background-color: rgba(0, 0, 0, .6);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery-section .slide .title-popup {
    display: block;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.gallery-section .slide .txt-popup {
    display: block;
    line-height: 32px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.gallery-section .slide .figure {
    background-color: #f63c3b;
}

.gallery-section .slide .figure .bg-image {
    top: auto;
    bottom: 10px;
    right: auto;
    left: 5px;
    height: 200px;
    width: 40px;
    background-size: contain;
}

.gallery-section .slide .figure .bg-image:before {
    display: none;
}

.gallery-section .slide .figure .headline {
    font-weight: 600;
}

.gallery-section .slide .figure .txt-block {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 95px;
    font-size: 26px;
    font-family: "teko";
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3.9px;
    text-align: left;
    line-height: 30px;
}

.gallery-section .slide .bg-image {
    right: -1px;
    left: -1px;
}

.gallery-section .slide .bg-image:before {
    background-color: rgba(0, 39, 63, .5);
}

.gallery-section .popup {
    cursor: pointer;
    padding: 10px;
}

.gallery-section .btn-link {
    font-size: 12px;
}

.popup-active .popup {
    left: 0;
    right: 0;
    top: 50%;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.popup {
    position: absolute;
    left: -99999px;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
}

.btn {
    display: inline-block;
    vertical-align: top;
    padding: .6em .7em;
    text-decoration: none;
    border: none;
    border-radius: 30px;
    background-color: #000;
    color: #fff;
    font-size: inherit;
    font-weight: 600;
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out;
}

.btn-primary {
    background-color: #f63c3b;
}

.btn-primary:hover {
    background-color: #f30c0b;
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out;
}

.btn-secondary {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #fff;
    color: #333;
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out;
}


.btn-link {
    color: #fff;
    text-decoration: none;
}

.btn-link:hover {
    opacity: .75;
}

.btn-link .icon-arrow {
    position: relative;
    top: 4px;
    margin-left: 12px;
    font-size: 12px;
    font-weight: 600;
}

.investment-link {
    background: url('../images/icon_link.svg') no-repeat 100% 8px;
    display: inline-block;
    padding: 0 25px 0 25px;
}

.investment-logo {
    top: 50%;
    transform: translate(-50%, -50%);
}

.open .investment-logo, .open-left .investment-logo {
    left: 0;
    position: relative;
    top: 20px;
    transform: none;
}

.aperiomics .investment-logo {
    max-width: 184px;
}

.bus-com .investment-logo {
    max-width: 184px;
}

.chef .investment-logo {
    max-width: 136px;
}

.maidbot .investment-logo {
    max-width: 174px;
}

.mighty .investment-logo {
    max-width: 80px;
}

.oska .investment-logo {
    max-width: 138px;
}

.shearshare .investment-logo {
    max-width: 166px;
}

.vincent .investment-logo, .kamana .investment-logo {
    max-width: 184px;
}

.yoga-joint .investment-logo {
    max-width: 140px;
}

.yj-shift .investment-logo {
    opacity: 0.4;
    max-width: 185px;
}

.investment-logo, .investments-section li small, .investment-link {
    left: 50%;
    position: absolute;
}

.investments-section {
    background: url('../images/investments_bg_grad.svg') 50% 100% repeat-x;
    padding: 60px 0 0 0;
    text-align: center;
}

.investments-section li a:focus {
    outline: none;
}

.investments-section li .badge {
    background: #F63C3B;
    color: #fff;
    font-size: 11px;
    font-style: normal;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 111px;
}

.investments-section li .close {
    background: url('../images/icon_close.svg');
    cursor: pointer;
    display: none;
    height: 14px;
    position: absolute;
    right: 12px;
    width: 14px;
    top: 12px;
}

.investments-section li.open .close, .investments-section li.open-left .close, .investments-section li.open .badge, .investments-section li.open-left .badge {
    display: inline-block;
}

.investments-section li p {
    display: none;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 50px 30px 0 30px;
}

.investments-section li.dental-whale p, .investments-section li.mighty p, .investments-section li.yoga-joint p, .investments-section li.yj-shift p {
    padding-top: 25px;
}

.investments-section li.yoga-joint p {
    line-height: 25px;
}

.investments-section li.open small, .investments-section li.open-left small, .investment-link, .investments-section li .badge {
    display: none;
}

.investments-section li {
    background: rgba(30, 54, 70, 0.7);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 268px;
    margin: 0 1px 1px 0;
    position: relative;
    transition: all 300ms ease-in-out;
    vertical-align: top;
    width: 268px;
    z-index: 10;
}

.investments-section li.open {
    margin-right: -268px;
}

.investments-section li.open, .investments-section li.open-left {
    width: 536px;
    z-index: 15;
}

.investments-section li.open-left {
    margin-left: -268px;
}

.investments-section li:hover, .investments-section li.open, .investments-section li.open-left {
    background: #1E3646;
}

.investments-section li small {
    display: block;
}

.investments-section li small, .investment-link {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.investments-section li small, .investment-link {
    top: 216px;
    transform: translateX(-50%);
}

.investments-section section {
    background: url('../images/investments_bg.svg') no-repeat 50% 100%;
    background-size: contain;
}

.investments-section ul {
    font-size: 0;
    list-style: none;
    margin: 0 auto 0 auto;
    max-width: 1345px;
    padding: 50px 0 164px 0;
}

.mentions-section {
    position: relative;
    padding: 63px 0 56px;
    background-color: #000;
    color: #fff;
    text-align: center;
}

.mentions-section .headline {
    margin-right: 0;
    margin-left: 0;
    color: inherit;
}

.mentions-section .slide {
    position: relative;
    width: 250px;
}

.mentions-section .name {
    display: block;
    font-weight: 900;
    line-height: 1.4;
}

.mentions-section .meta {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 1.4;
}

.mentions-section .blockquote {
    margin: 0 auto 84px;
    padding: 0 30px;
    width: 100%;
    max-width: 824px;
    font-size: 20px;
    line-height: 2.4;
}

.mentions-section h2 {
    padding-right: 0;
    color: inherit;
}

.mentions-gallery {
    padding-top: 12px;
}

.mentions-gallery.slick-slider {
    position: static;
}

.quotemarks {
    margin: 0 auto 12px;
    width: 30px;
}

.cite-logo {
    margin: 0 auto;
    width: 122px;
}

.entrepreneur .cite-logo, .usa-today .cite-logo, .new-york-times .cite-logo, .mashable .cite-logo {
    width: 222px;
}

.contact-fields p strong {
    font-family: 'Teko', sans-serif;
    font-size: 18px;
}

.contact-section {
    position: relative;
    padding: 83px 0 150px;
    min-height: 797px;
    background-color: #f63c3b;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 920px 725px;
    background-position: 50% 39%;
}

.contact-section .headline {
    margin: 0 0 7px;
    color: inherit;
}

.contact-section .btn {
    min-width: 242px;
}

.contact-section h2 {
    color: inherit;
}

.contact-holder {
    position: relative;
    padding: 15px;
    margin: 0 auto 50px;
    width: 320px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    box-shadow: 0 2px 100px rgba(0, 0, 0, .5);
}

.contact-holder .contact-content {
    position: relative;
    z-index: 2;
}

.contact-holder:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
}

.contact-holder .btn-area {
    padding-top: 5px;
    margin-bottom: 28px;
}

.contact-holder h2 {
    margin-bottom: 19px;
}

.contact-thank-you {
    display: none;
    padding-bottom: 30px;
}

.popup-form {
    position: relative;
}

.popup-form.popup-active .contact-holder {
    opacity: 0;
}

.popup-form.popup-active .popup {
    top: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.popup-form .popup {
    width: 320px;
    background-color: rgba(0, 0, 0, .85);
    box-shadow: 0 2px 100px rgba(0, 0, 0, .5);
}

.popup-form .close {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 12px;
    height: 12px;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.popup-form .close:hover {
    opacity: .5;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.popup-form .close:before,
.popup-form .close:after {
    content: "";
    position: absolute;
    top: 5px;
    width: 100%;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-form .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-form .close span {
    position: absolute;
    display: block;
    text-indent: -9999px;
}

.form-container {
    padding: 15px;
    width: 100%;
}

.form-container textarea {
    resize: none;
    height: 140px;
}

.experience-gallery {
    background: url('../images/experience_bg.svg') 0 100% no-repeat;
    background-size: 100%;
    padding-top: 20px;
}

.experience-gallery:after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: 37px;
}

.experience-gallery .banner {
    box-shadow: 0 2px 100px rgba(0, 0, 0, .2);
}

.experience-gallery .banner-wrapper {
    padding: 0 0 30px 0;
}

.experience-gallery blockquote {
    color: #F63C3B;
    font-size: 24px;
    font-weight: 100;
    line-height: 35px;
    margin: 0;
    padding: 0 0 20px 0;
    text-align: left;
}

.experience-gallery blockquote .quotemarks {
    margin: 0 0 10px 0;
}

.experience-gallery blockquote small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 0 0 0;
}

.experience-gallery blockquote strong {
    display: block;
}

.experience-gallery .slick-arrow {
    bottom: 70px;
    top: auto;
    background: rgba(0, 0, 0, .7);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(-70px);
    z-index: 20;
}

.fancybox-is-open .experience-gallery .slick-arrow {
    position: fixed;
}

.experience-gallery .slick-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    background-color: rgba(0, 0, 0, .7);
}

.experience-gallery .headline {
    padding-left: 10px;
    padding-bottom: 0;
    margin-bottom: 15px;
    font-family: "teko";
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 7px;
    color: #140f0f;
}

.experience-gallery .title {
    display: block;
    margin-bottom: 2px;
    color: #140f0f;
    font-size: 18px;
    font-weight: 600;
}

.experience-gallery h2 {
    color: #140f0f;
    font-size: 30px;
    letter-spacing: 4.5px;
}

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

.experience-content .img-content img {
    margin-bottom: 30px;
    width: 100%;
}

.experience-content .img-content img,
.experience-content .showcase {
    box-shadow: 0 2px 100px rgba(0, 0, 0, .2);
}

.experience-content .showcase {
    height: 50%;
    width: 45%;
    padding: 16px 0 0 16px;
}

.experience-content .showcase img {
    display: inline-block;
    margin: 0 11px 11px 0;
    width: 46%;
}

.experience-content .txt-content {
    text-align: left;
}

.experience-content .txt-content .experience-logo {
    text-align: center;
    padding: 0 0 100px 0;
}

.experience-content .txt-content .experience-logo img {
    margin: 0 auto 0 auto;
    max-width: 250px;
    width: auto !important;
}

.experience-content .txt-content .experience-logo img[alt="BMW"] {
    max-width: 140px;
}

.experience-content .txt-content .experience-logo img[alt="Hard Rock Hotels"] {
  max-width: 160px;
}

.experience-content .txt-content .experience-logo img[alt="World Bank"], .experience-content .txt-content .experience-logo img[alt="MIT Project"] {
  max-width: 300px;
  width: auto;
}

.experience-content .txt-content .experience-logo img[alt="MIT Project"] {
  min-width: 300px;
}

.popup-container {
    position: relative;
    overflow: hidden;
    height: 0;
}

.lightbox-demo {
    padding: 5px;
    width: 100%;
    min-height: 100vh;
}

.fancybox-close {
    position: absolute;
    right: 16px;
    top: 29px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 2.4px;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 405;
}

.fancybox-close > span {
    display: inline-block;
    vertical-align: middle;
}

.fancybox-close .icon-cross {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    fill: #fff;
}

.fancybox-close-small {
    position: absolute;
    left: -99999px;
}

/* Slick slider styles */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image:before {
    display: none;
}

.fancybox-slide--html {
    padding: 0;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-content header {
    margin-bottom: 0;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: #fff;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
}

.fancybox-caption {
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
    text-align: center;
    z-index: 99996;
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -44px;
    z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

.fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}

@media (min-width: 375px) {
    .nav-active .main-section {
        left: -311px;
    }


    .drop-menu {
        width: 311px;
    }

    .menu-holder {
        width: 311px;
    }

    .nav-active .menu-holder {
        left: calc(100% - 311px);
    }
}

@media (min-width: 768px) {

    h1,
    .h1 {
        font-size: 45px;
        line-height: 80px;
    }

    .container {
        max-width: 990px;
    }

    .hero-section .bg-image {
        width: 100%;
        -webkit-transform: translate(-80%, 20%);
        -ms-transform: translate(-80%, 20%);
        transform: translate(-80%, 20%);
    }

    .team {
        margin: 0 auto;
        padding-top: 50px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .experience-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .experience-content .img-content {
        width: 51%;
    }

    .experience-content .txt-content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-right: 5%;
        width: 45%;
    }
}

@media (min-width: 1024px) {

    h1,
    .h1 {
        font-size: 80px;
        line-height: 100px;
        letter-spacing: 8px;
    }

    h2,
    .h2 {
        font-size: 50px;
        letter-spacing: 7.5px;
        line-height: 60px;
    }

    .form-control {
        margin-bottom: 18px;
        line-height: 1.6;
    }

    .nav-active .main-section {
        left: -471px;
    }

    .container {
        max-width: 1040px;
    }

    .container.lg-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .container.lg-flex .col-2 {
        width: 50%;
    }

    .container.lg-flex .headline-wrapper {

    }

    .container.lg-flex .content {
        padding-top: 25px;
        padding-left: 43px;
    }

    .headline {
        margin-bottom: 30px;
    }

    .slick-arrow {
        width: 70px;
        height: 70px;
    }

    .slick-arrow:before {
        width: 31px;
        height: 31px;
        left: 29px;
    }

    .slick-next {
        right: 0;
    }

    .slick-next:before {
        right: 29px;
        left: auto;
    }

    .logo {
        margin: 17px 18px;
    }

    .lightbox-demo .logo {
        margin-top: 8px;
    }

    .nav-opener {
        right: 31px;
        top: 25px;
        width: auto;
        height: 16px;
        text-decoration: none;
        color: #d9d7d7;
        font-size: 10px;
        letter-spacing: 2px;
        line-height: 17px;
        text-transform: uppercase;
    }

    .dark .nav-opener span:after {
        border-top-color: #676767;
    }

    .drop-menu .nav-opener {
        top: 26px;
        width: 16px;
    }

    .drop-menu .nav-opener:before,
    .drop-menu .nav-opener:after {
        right: auto;
        border-width: 1px;
    }

    .nav-opener:before,
    .nav-opener:after,
    .nav-opener span {
        border-top-width: 2px;
        right: 5px;
    }

    .nav-opener:before {
        right: 10px;
    }

    .nav-opener span {
        position: relative;
        display: block;
        left: auto;
        top: auto;
        right: auto;
        padding-right: 28px;
        text-indent: 0;
        border: none;
    }

    .nav-opener span:after {
        content: "";
        display: none;
        position: absolute;
        top: 7px;
        right: 0;
        border-top: 2px solid #d9d7d7;
        width: 22px;
    }

    .drop-menu {
        width: 471px;
    }

    .menu-holder {
        width: 471px;
        background-size: 397px;
        background-position: 100% 64px;
    }

    .nav-active .menu-holder {
        left: calc(100% - 471px);
    }

    .menu {
        margin: 73px 0 50px;
        padding-left: 46px;
        font-size: 18px;
    }

    .item-menu {
        margin-bottom: 7px;
    }

    .page-title {
        padding-top: 7px;
    }

    .footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .logo-footer {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .copyright {
        margin: 0 10px 0 auto;
    }

    .social-network {
        margin-bottom: 0;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .hero-section .bg-image {
        left: 50%;
        width: 130%;
        -webkit-transform: translate(-64%, -5.2%);
        -ms-transform: translate(-64%, -5.2%);
        transform: translate(-64%, -5.2%);
    }

    .hero-holder .container {
        max-width: 800px;
    }

    .aboutus-section {
        padding: 175px 0 538px;
    }

    .aboutus-section .bg-image {
        width: 77%;
        -webkit-transform: translate(-49%, 48.9%);
        -ms-transform: translate(-49%, 48.9%);
        transform: translate(-49%, 48.9%);
    }

    .team-section {
        padding: 175px 0;
    }

    .team {
        padding: 150px 20px 0;
    }

    .team-member {
        margin: 0 0 30px;
    }

    .team-member.lg-center .img-wrapper {
        width: 200px;
        height: 200px;
    }

    .team-member .img-wrapper {
        margin: 0 auto 23px;
    }

    .team-layout.lightbox-demo {
        padding-bottom: 150px;
    }

    .team-layout p {
        margin-bottom: 30px;
    }

    .member-info {
        margin-bottom: 34px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }

    .member-info .wrapper {
        position: relative;
        top: 4px;
        line-height: 10px;
    }

    .member-info .img-wrapper {
        margin-left: auto;
    }

    .member-info .name {
        margin-bottom: 22px;
        font-size: 50px;
        letter-spacing: 5.5px;
    }

    .member-info .position {
        font-size: 20px;
    }

    .startups-section {
        padding: 59px 0 230px;
    }

    .startups-section .companies {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .startups-section .company:hover {
        box-shadow: 0 2px 40px rgba(0, 0, 0, .6);
    }

    .startups-section h2 {
        margin-bottom: 59px;
    }

    .gallery-section {
        background-attachment: fixed;
        padding: 253px 0;
    }

    .gallery-section .slick-track {
        left: 140px;
    }

    .gallery-section .slide {
        margin: 0 13px;
    }

    .gallery-section .slide .content {
        padding-top: 3px;
        width: 268px;
        height: 518px;
    }

    .gallery-section .slide .date {
        font-size: 20px;
        letter-spacing: 7px;
    }

    .gallery-section .slide .title {
        padding: 10px;
    }

    .gallery-section .slide .txt-popup {
        font-size: 24px;
    }

    .gallery-section .slide .figure .bg-image {
        bottom: 27px;
        height: 315px;
        width: 85px;
    }

    .gallery-section .slide .figure .headline {
        padding-top: 24px;
    }

    .gallery-section .slide .figure .txt-block {
        bottom: 24px;
        right: 17px;
        font-size: 50px;
        width: 160px;
        line-height: 1;
        letter-spacing: 6.5px;
    }

    .gallery-section .popup {
        min-height: 285px;
    }

    .gallery-section .btn-link {
        position: absolute;
        bottom: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .mentions-section {
        padding: 60px 0 121px;
        background-attachment: fixed;
    }

    .mentions-section .meta {
        margin-bottom: 40px;
    }

    .mentions-section .blockquote {
        margin-bottom: 169px;
        padding-top: 27px;
        font-size: 28px;
        font-weight: 300;
        line-height: 1.75;
    }

    .mentions-gallery {
        padding-top: 128px;
    }

    .mentions-gallery .slick-next:before {
        right: 41px;
    }

    .mentions-gallery .slick-prev:before {
        left: 41px;
    }

    .quotemarks {
        width: 38px;
    }

    .contact-section {
        padding: 295px 0 280px;
        background-size: 1268px 977px;
        background-position: 50% 53px;
    }

    .contact-holder {
        padding-right: 81px;
        padding-left: 75px;
        width: 920px;
    }

    .contact-holder .btn-area {
        padding-top: 9px;
    }

    .contact-holder .headline {
        margin-bottom: 29px;
    }

    .contact-holder h2 {
        margin-bottom: 13px;
    }

    .popup-form.popup-active .popup {
        top: calc(49% + 2px);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .popup-form .popup {
        width: 920px;
        max-width: none;
    }

    .popup-form .close {
        padding-right: 20px;
        top: 27px;
        right: 30px;
        width: auto;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 9px;
        font-weight: 200;
        letter-spacing: 2px;
        line-height: 1.2;
    }

    .popup-form .close:before,
    .popup-form .close:after {
        right: 0;
        width: 14px;
    }

    .popup-form .close span {
        position: relative;
        text-indent: 0;
    }

    .form-container .headline {
        margin-bottom: 28px;
    }

    .form-container .form-wrapper {
        margin: 0 auto 18px;
        width: 100%;
        max-width: 520px;
    }

    .form-container h2 {
        margin-bottom: 20px;
    }

    .form-container textarea {
        margin-bottom: 25px;
    }

    .experience-gallery {
        padding-top: 25px;
    }

    .experience-gallery:after {
        top: calc(100% - 1px);
        height: 71px;
    }

    .experience-gallery .slick-arrow {
        text-indent: 0;
        background-color: transparent;
        width: auto;
        color: #676767;
    }

    .experience-gallery .slick-arrow:before {
        z-index: 5;
    }

    .experience-gallery .slick-next {
        padding-right: 85px;
        right: 0;
    }

    .experience-gallery .slick-next:before {
        left: auto;
    }

    .experience-gallery .slick-next:after {
        right: 0;
    }

    .experience-gallery .slick-prev {
        padding-left: 85px;
    }

    .experience-gallery .slick-prev:after {
        left: 0;
    }

    .experience-gallery .headline {
        margin-bottom: 10px;
    }

    .experience-gallery .title {
        margin-bottom: 0;
        font-size: 20px;
    }

    .experience-gallery h2 {
        margin-bottom: 17px;
        font-size: 50px;
    }

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

    .experience-content p {
        margin-bottom: 30px;
    }

    .fancybox-close {
        top: 23px;
        right: 27px;
    }

    .fancybox-close .icon-cross {
        width: 22px;
        height: 22px;
    }
}

@media (min-width: 1240px) {
    .startups-section .container {
        max-width: 1232px;
    }

    .startups-section .company .content {
        padding-top: 5px;
        min-height: 518px;
    }
}

@media (max-width: 1023px) {
    .startups-section {
        background-image: none !important;
    }

    .startups-section .company .date {
        display: none;
    }

    .gallery-section .slide .title {
        font-size: 12px;
    }

    .mentions-section .slick-arrow {
        display: none !important;
    }

    .experience-gallery .slick-arrow:hover {
        background: black;
    }

    .scroll-indicator {
        right: 25px;
        top: 20px;
    }
}

@media (max-width: 767px) {

    .hero-section .bg-image {
        -webkit-transform: translate(-80%, 25%);
        -ms-transform: translate(-80%, 25%);
        transform: translate(-80%, 25%);
    }

    .hero-holder .container {
        padding-top: 136px;
        vertical-align: top;
    }

    .investments-section .open, .investments-section .open-left {
        height: auto;
        min-height: 164px;
    }

    .investments-section .yj-shift.open {
      height: auto;
      margin-right: 0;
    }

    .investments-section .open p br, .investments-section .open-left p br {
        display: none;
    }

    .investments-section .open .investment-link, .investments-section .open-left .investment-link {
        bottom: 5px;
        top: auto;
    }

    .investments-section .yoga-joint.open .investment-logo {
        top: 5px;
    }

    .investments-section li.yoga-joint p, .investments-section li.yj-shift p {
        padding-bottom: 35px;
        padding-top: 10px;
    }

    .hero-holder h1 em {
        font-size: 20px;
    }

    .hero-holder h1 small {
        font-size: 15px;
        padding: 20px 0 0 0;
    }

    .hero-holder h1 strong {
        font-size: 49px;
    }

    .gallery-section .slide .txt-popup {
        display: none;
    }

    .experience-content .showcase {
        height: auto;
        width: auto;
    }

    .team-member.lg-center {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }

    .investment-link {
        background-position: 100% 6px;
        background-size: 12px 12px;
        padding: 0 20px 0 20px;
    }

    .investment-logo {
        transform: translate(-50%, -50%) scale(.5);
    }

    .open .investment-logo, .open-left .investment-logo {
        top: 10px;
        transform: scale(.5);
    }

    .dental-whale.open .investment-logo, .shearshare.open .investment-logo {
        top: -10px;
    }

    .proxbox.open-left .investment-logo {
        top: 0;
    }

    .investments-section li {
        height: 164px;
        width: 134px;
    }

    .investments-section li.open {
        margin-right: -134px;
    }

    .investments-section li.open, .investments-section li.open-left {
        width: 268px;
    }

    .investments-section li.open-left {
        margin-left: -134px;
    }

    .investments-section li .badge {
        font-size: 8px;
        height: 15px;
        line-height: 15px;
        width: 75px;
    }

    .investments-section li p {
        padding-top: 10px;
    }

    .investments-section li.dental-whale p, .investments-section li.shearshare p {
        margin-top: -25px;
        padding-top: 0;
    }

    .investments-section li.proxbox p {
        margin-top: -5px;
        padding-top: 0;
    }

    .investments-section li.open p, .investments-section li.open-left p {
        font-size: 12px;
        line-height: normal;
    }

    .investments-section li small, .investment-link  {
        font-size: 12px;
        top: 130px;
    }
}

@media (max-width: 374px) {

    h1,
    .h1 {
        letter-spacing: 3px;
    }
}

@media (max-height: 576px) {
    .fancybox-caption {
        padding: 12px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
