/* ===========================================================
 * pagepiling.js 0.0.1 (Beta)
 *
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 *
 * ========================================================== */
html, body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent; }

.pp-section {
  height: 100%;
  position: absolute;
  width: 100%; }

.pp-easing {
  -webkit-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  /* custom */ }

#pp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1; }

#pp-nav.right {
  right: 17px; }

#pp-nav.left {
  left: 17px; }

.pp-section.pp-table {
  display: table; }

.pp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.pp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1; }

.pp-slidesNav.bottom {
  bottom: 17px; }

.pp-slidesNav.top {
  top: 17px; }

#pp-nav ul,
.pp-slidesNav ul {
  margin: 0;
  padding: 0; }

#pp-nav li,
.pp-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.pp-slidesNav li {
  display: inline-block; }

#pp-nav li a,
.pp-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#pp-nav li .active span,
.pp-slidesNav .active span {
  background: #333; }

#pp-nav span,
.pp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  z-index: 1; }

.pp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px; }

.pp-tooltip.right {
  right: 20px; }

.pp-tooltip.left {
  left: 20px; }

/* Core style */
.marka {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

.marka i {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000000;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

.marka.marka-set i {
  opacity: 1; }

.marka.marka-rotate-right {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.marka.marka-rotate-left {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.marka.marka-rotate-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.marka.marka-icon-empty {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

/* Bars icon */
.marka.marka-icon-bars i {
  -webkit-transform: scale(0.8, 0.2);
  -moz-transform: scale(0.8, 0.2);
  -ms-transform: scale(0.8, 0.2);
  -o-transform: scale(0.8, 0.2);
  transform: scale(0.8, 0.2); }

.marka.marka-icon-bars i:nth-child(2) {
  -webkit-transform: scale(0.8, 0.2) translate(0%, -140%);
  -moz-transform: scale(0.8, 0.2) translate(0%, -140%);
  -ms-transform: scale(0.8, 0.2) translate(0%, -140%);
  -o-transform: scale(0.8, 0.2) translate(0%, -140%);
  transform: scale(0.8, 0.2) translate(0%, -140%); }

.marka.marka-icon-bars i:nth-child(3) {
  -webkit-transform: scale(0.8, 0.2) translate(0%, 140%);
  -moz-transform: scale(0.8, 0.2) translate(0%, 140%);
  -ms-transform: scale(0.8, 0.2) translate(0%, 140%);
  -o-transform: scale(0.8, 0.2) translate(0%, 140%);
  transform: scale(0.8, 0.2) translate(0%, 140%); }

/* Times icon */
.marka.marka-icon-times i {
  -webkit-transform: rotate(45deg) scale(0.8, 0.2);
  -moz-transform: rotate(45deg) scale(0.8, 0.2);
  -ms-transform: rotate(45deg) scale(0.8, 0.2);
  -o-transform: rotate(45deg) scale(0.8, 0.2);
  transform: rotate(45deg) scale(0.8, 0.2); }

.marka.marka-icon-times i:nth-child(2) {
  -webkit-transform: rotate(-45deg) scale(0.8, 0.2);
  -moz-transform: rotate(-45deg) scale(0.8, 0.2);
  -ms-transform: rotate(-45deg) scale(0.8, 0.2);
  -o-transform: rotate(-45deg) scale(0.8, 0.2);
  transform: rotate(-45deg) scale(0.8, 0.2); }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.center {
  width: 100%;
  height: 100%;
  display: table; }
  .center > .inner {
    display: table-cell;
    vertical-align: middle; }

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

.left {
  float: left; }

.right {
  float: right; }

.clearfix {
  clear: both; }

/* Keyframes */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes slideleft {
  0% {
    -webkit-transform: translateX(-20px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes slideleft {
  0% {
    -moz-transform: translateX(-20px); }
  100% {
    -moz-transform: translateY(0); } }
@keyframes slideleft {
  0% {
    transform: translateX(-20px); }
  100% {
    transform: translateY(0); } }
/* Arrow moving
-----------------------------------------------------*/
@-webkit-keyframes arrow-move {
  0% {
    -webkit-transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(0px, 10px); }
  100% {
    -webkit-transform: translate(0px, 0px); } }
@-moz-keyframes arrow-move {
  0% {
    -moz-transform: translate(0px, 0px); }
  50% {
    -moz-transform: translate(0px, 10px); }
  100% {
    -moz-transform: translate(0px, 0px); } }
@keyframes arrow-move {
  0% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(0px, 10px);
    -moz-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    -o-transform: translate(0px, 10px);
    transform: translate(0px, 10px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
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: 0.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: -0.5em; }

sub {
  bottom: -0.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 {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * 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: 0.35em 0.625em 0.75em; }

/**
 * 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: "Futura";
  font-style: normal;
  font-weight: 200;
  src: url("assets/fonts/FuturaStd-Light.eot?") format("eot"), url("assets/fonts/FuturaStd-Light.woff") format("woff"), url("assets/fonts/FuturaStd-Light.ttf") format("truetype"), url("assets/fonts/FuturaStd-Light.svg#Futura") format("svg"); }
@font-face {
  font-family: "Futura";
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/FuturaStd-Medium.eot?") format("eot"), url("assets/fonts/FuturaStd-Medium.woff") format("woff"), url("assets/fonts/FuturaStd-Medium.ttf") format("truetype"), url("assets/fonts/FuturaStd-Medium.svg#Futura") format("svg"); }
@font-face {
  font-family: "Futura Condensed";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/FuturaStd-CondensedBold.eot?") format("eot"), url("assets/fonts/FuturaStd-CondensedBold.woff") format("woff"), url("assets/fonts/FuturaStd-CondensedBold.ttf") format("truetype"), url("assets/fonts/FuturaStd-CondensedBold.svg#Futura_Condensed") format("svg"); }
@font-face {
  font-family: "Futura Condensed";
  font-style: italic;
  font-weight: 700;
  src: url("assets/fonts/FuturaStd-CondExtraBoldObl.eot?") format("eot"), url("assets/fonts/FuturaStd-CondExtraBoldObl.woff") format("woff"), url("assets/fonts/FuturaStd-CondExtraBoldObl.ttf") format("truetype"), url("assets/fonts/FuturaStd-CondExtraBoldObl.svg#Futura_Condensed") format("svg"); }
@font-face {
  font-family: 'socialicoregular';
  src: url("assets/fonts/socialico-webfont.eot");
  src: url("assets/fonts/socialico-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/socialico-webfont.woff2") format("woff2"), url("assets/fonts/socialico-webfont.woff") format("woff"), url("assets/fonts/socialico-webfont.ttf") format("truetype"), url("assets/fonts/socialico-webfont.svg#socialicoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "brndpwrcom";
  src: url("assets/fonts/brndpwrcom.eot");
  src: url("assets/fonts/brndpwrcom.eot?#iefix") format("embedded-opentype"), url("assets/fonts/brndpwrcom.woff") format("woff"), url("assets/fonts/brndpwrcom.ttf") format("truetype"), url("assets/fonts/brndpwrcom.svg#brndpwrcom") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="brndpwr-"]:before,
[class*=" brndpwr-"]:before {
  font-family: "brndpwrcom" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 120ms all;
  -moz-transition: 120ms all;
  transition: 120ms all; }

.brndpwr-arrow-down:before {
  content: "a";
  font-size: 1.5rem; }

.brndpwr-double-arrow-up:before {
  content: "b";
  font-size: 1.5rem; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

html {
  height: 100%; }

body {
  height: 100%;
  color: #fff;
  background: #000;
  font-family: "Futura", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-align: center; }
  body a {
    color: inherit; }

img {
  width: 100%;
  display: block;
  height: auto; }

li {
  list-style: none; }

a {
  cursor: pointer; }
  a:hover {
    color: #ddb217; }
  a:active {
    color: #af8d12; }

.color--yellow {
  color: #ddb217; }

.color--lightgrey {
  color: #b1afaf; }

section a, footer a {
  color: inherit;
  text-decoration: none; }
section h1,
section h2,
section h3,
section h4,
section h5,
section h6, footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  line-height: 0.9;
  text-transform: uppercase; }
  section h1.gray,
  section h2.gray,
  section h3.gray,
  section h4.gray,
  section h5.gray,
  section h6.gray, footer h1.gray,
  footer h2.gray,
  footer h3.gray,
  footer h4.gray,
  footer h5.gray,
  footer h6.gray {
    color: #b1afaf; }
section h1,
section h2, footer h1,
footer h2 {
  font-family: "Futura Condensed", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 4.5rem;
  font-weight: 800;
  letter-spacing: -2px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  margin-bottom: 20px; }
  section h1 span,
  section h2 span, footer h1 span,
  footer h2 span {
    font-family: "Futura Condensed";
    font-size: 6.75rem; }
section h3, footer h3 {
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: -4px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  margin-bottom: 20px; }
section h4, footer h4 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 20px; }
section h5, footer h5 {
  font-family: "Futura", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.2; }
section h6, footer h6 {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.3; }
section p, footer p {
  font-size: 16.8px;
  font-weight: 200;
  margin-bottom: 20px;
  padding: 0 15%; }
section .no-margin, footer .no-margin {
  margin: 0 !important; }

.btn {
  color: #ddb217;
  background: #1a1a1a;
  font-size: 14px;
  font-weight: bold;
  font-family: "Futura Condensed", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 12px;
  -webkit-transition: 120ms all;
  -moz-transition: 120ms all;
  transition: 120ms all; }
  .btn:hover {
    color: #000;
    background: #ddb217; }

form {
  padding-bottom: 50px; }

input, textarea {
  width: 700px;
  background: #dfdfdf;
  color: #000;
  font-family: "Futura", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
  padding: 10px;
  margin-bottom: 14px; }

input[type=submit] {
  width: 80px;
  color: #fff;
  background: #ee7f01;
  margin-bottom: 0; }

label {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px; }

.container {
  height: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 0 20px;
  position: relative; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

.medium-container {
  max-width: 880px;
  margin: 0 auto;
  position: relative; }

.small-container {
  max-width: 780px;
  margin: 0 auto; }

.inner {
  position: relative; }
  .inner .bottom {
    position: absolute;
    width: 100%;
    bottom: 70px;
    margin: 0 auto; }

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

.col-1 {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 6.60377%; }
  .col-1:last-child {
    margin-right: 0; }

.col-2 {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 15.09434%; }
  .col-2:last-child {
    margin-right: 0; }

.col-3 {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 23.58491%; }
  .col-3:last-child {
    margin-right: 0; }

.col-4 {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 32.07547%; }
  .col-4:last-child {
    margin-right: 0; }

.col-5 {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 40.56604%; }
  .col-5:last-child {
    margin-right: 0; }

.col-6 {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 49.0566%; }
  .col-6:last-child {
    margin-right: 0; }

.col-7 {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 57.54717%; }
  .col-7:last-child {
    margin-right: 0; }

.col-8 {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 66.03774%; }
  .col-8:last-child {
    margin-right: 0; }

.col-9 {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 74.5283%; }
  .col-9:last-child {
    margin-right: 0; }

.col-10 {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 83.01887%; }
  .col-10:last-child {
    margin-right: 0; }

.col-11 {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 91.50943%; }
  .col-11:last-child {
    margin-right: 0; }

.col-12 {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 100%; }
  .col-12:last-child {
    margin-right: 0; }

.shift-1 {
  margin-left: 8.49057%; }

.shift-2 {
  margin-left: 16.98113%; }

.shift-3 {
  margin-left: 25.4717%; }

.shift-4 {
  margin-left: 33.96226%; }

.shift-5 {
  margin-left: 42.45283%; }

.shift-6 {
  margin-left: 50.9434%; }

.shift-7 {
  margin-left: 59.43396%; }

.shift-8 {
  margin-left: 67.92453%; }

.shift-9 {
  margin-left: 76.41509%; }

.shift-10 {
  margin-left: 84.90566%; }

.shift-11 {
  margin-left: 93.39623%; }

.col-centered {
  float: none;
  margin-left: auto;
  display: inline-block; }

/* Preload images */
body:after {
  content: url(assets/images/lightbox/close.png) url(assets/images/lightbox/loading.gif) url(assets/images/lightbox/prev.png) url(assets/images/lightbox/next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url(assets/images/lightbox/loading.gif) no-repeat;
  background-image: url("assets/images/gr8industries-logo@2x.png");
  background-image: none, url("assets/images/gr8industries-logo.svg");
  background-size: 100%;
  background-repeat: no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(assets/images/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(assets/images/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.lb-data .lb-caption {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1em;
  color: #fff; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 14px;
  font-weight: 200;
  text-transform: uppercase;
  color: #b1afaf; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(assets/images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

header {
  width: 80px;
  background: #fff;
  position: fixed;
  top: 30px;
  right: 0;
  z-index: 999; }
  header .toggle {
    background: #fff;
    float: left;
    margin: 8px; }

nav {
  width: 180px;
  background: #fff;
  position: fixed;
  z-index: 999;
  top: 90px;
  right: -180px; }
  nav ul {
    padding: 16px 20px; }
  nav li {
    line-height: 1.3;
    text-align: left; }
    nav li a {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      color: black;
      text-decoration: none;
      -webkit-transition: 120ms all;
      -moz-transition: 120ms all;
      transition: 120ms all; }
      nav li a:hover {
        color: #af8d12;
        text-decoration: none; }
      nav li a:active {
        color: #ebc53c;
        text-decoration: none; }
    nav li.active a {
      color: #ddb217; }
      nav li.active a:hover {
        color: #af8d12;
        text-decoration: none; }

section {
  width: 100%;
  height: 100%;
  background: #000;
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  section.sticky-hidden {
    position: fixed;
    z-index: 60;
    top: 0; }
  section.spaced {
    padding: 120px 0 50px 0; }
  section ul {
    padding-bottom: 20px; }
  section li {
    font-weight: 600; }

#pp-nav {
  display: none; }

.top {
  width: 100%;
  height: 80px;
  line-height: 80px;
  position: fixed;
  top: 0;
  left: 0; }

.bottom {
  width: 100%;
  height: 80px;
  line-height: 80px;
  position: fixed;
  bottom: 0;
  left: 0; }

footer {
  line-height: 70px;
  z-index: 100; }
  footer ul {
    text-align: center; }
  footer li {
    font-weight: 200;
    display: inline-block;
    margin-right: -4px;
    padding: 0 8px; }
    footer li a {
      border-bottom: 1px solid #fff;
      -webkit-transition: 200ms all;
      -moz-transition: 200ms all;
      transition: 200ms all; }
      footer li a:hover {
        border-bottom: 1px solid transparent; }

#logo {
  text-indent: -9999px;
  background: url("assets/images/logo-brndpwr@2x.png");
  background: none, url("assets/images/logo-brndpwr.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 500px;
  height: 70px;
  margin-bottom: 85px; }

#logo-shark {
  text-indent: -9999px;
  background: url("assets/images/logo-brndpwr-shark@2x.png");
  background: none, url("assets/images/logo-brndpwr-shark.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-bottom: 80px; }

.bestof section:before {
  width: 100%;
  height: 100%;
  background: rgba(62, 62, 62, 0.5);
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0; }
.bestof section .inner .bottom {
  bottom: 100px !important; }
.bestof section .next a {
  color: #ee7f01; }
  .bestof section .next a:hover {
    color: #bb6401; }
  .bestof section .next a:active {
    color: #a25601; }
.bestof section .next .icon-pijl {
  -webkit-animation: arrow-move 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: arrow-move 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: arrow-move 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-size: 22px; }
.bestof section img {
  border: 2px solid transparent;
  -webkit-transition: 120ms all;
  -moz-transition: 120ms all;
  transition: 120ms all; }
  .bestof section img:hover {
    border: 2px solid #ee7f01; }

#pp-nav {
  right: 0; }
  #pp-nav li a span {
    border: 2px solid #fff !important; }
  #pp-nav li a.active span {
    background: #fff !important; }

.parallax section {
  position: relative;
  z-index: 1; }
  .parallax section:before {
    width: 100%;
    height: 100%;
    background: rgba(62, 62, 62, 0.5);
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0; }
  .parallax section .small-container {
    position: relative; }
  .parallax section .next a {
    color: #ee7f01; }
    .parallax section .next a:hover {
      color: #bb6401; }
    .parallax section .next a:active {
      color: #a25601; }
  .parallax section .next .icon-pijl {
    -webkit-animation: arrow-move 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-animation: arrow-move 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation: arrow-move 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
    font-size: 22px; }
  .parallax section img {
    border: 2px solid transparent;
    -webkit-transition: 120ms all;
    -moz-transition: 120ms all;
    transition: 120ms all; }
    .parallax section img:hover {
      border: 2px solid #ee7f01; }

.previous a {
  position: absolute;
  z-index: 9999;
  top: 120px;
  color: #ee7f01; }
  .previous a:hover {
    color: #bb6401; }
  .previous a:active {
    color: #a25601; }
.previous .icon-pijl-top {
  font-size: 22px; }

#portfolio .grid {
  margin-top: 80px; }
  #portfolio .grid .row {
    margin-top: 20px; }
    #portfolio .grid .row .col-3 {
      text-align: center; }
    #portfolio .grid .row figure {
      margin: 0; }
    #portfolio .grid .row img {
      display: inline-block; }

#contact h5 a {
  -webkit-transition: 120ms all;
  -moz-transition: 120ms all;
  transition: 120ms all; }
  #contact h5 a:hover {
    color: #ddb217; }
  #contact h5 a:active {
    color: #af8d12; }
#contact .social {
  margin-top: 70px; }
#contact .social-icon {
  display: inline-block;
  height: 82px;
  width: 82px;
  margin-right: 30px;
  border-radius: 50%;
  background: white;
  font-family: 'socialicoregular';
  color: #000;
  font-size: 66px;
  line-height: 82px;
  text-align: center;
  font-weight: normal;
  -webkit-transition: 200ms all;
  -moz-transition: 200ms all;
  transition: 200ms all; }
  #contact .social-icon.last {
    margin-right: 0; }
  #contact .social-icon:hover {
    background: #ddb217; }
  #contact .social-icon:active {
    background: #af8d12; }

@media screen and (max-width: 920px) {
  .medium-container {
    margin: 0 20px !important; } }
@media screen and (max-width: 820px) {
  .small-container {
    margin: 0 20px !important; } }
@media screen and (max-width: 768px) {
  /* Global
  ---------------------------------------- */
  body,
  section p {
    font-size: 12px;
    padding: 0; }

  h1,
  h2 {
    font-size: 2rem !important;
    letter-spacing: -1px !important; }

  h5 {
    font-size: 1.2rem !important; }

  header {
    height: auto; }

  input,
  textarea {
    width: 100%; }

  .desktop {
    display: none; }

  /* Header & footer
  ---------------------------------------- */
  #logo {
    width: 100%;
    height: 50px;
    margin-bottom: 30px; }

  #logo-shark {
    width: 50px;
    height: 50px;
    margin-bottom: 30px; }

  .toggle {
    display: block !important; }

  #main-nav {
    display: block;
    overflow: hidden;
    height: 70px; }
    #main-nav ul {
      display: none; }

  #social-nav {
    display: none; }

  section h2 span, footer h2 span {
    font-size: 3.75rem; }

  /* Modules
  ---------------------------------------- */
  #portfolio .grid {
    margin-top: 20px !important; }
    #portfolio .grid .row {
      margin-top: 0px !important; }

  #services h4 {
    font-size: 2.2rem; }
  #services .col-7 {
    width: 100%;
    margin: 0 0 20px 0; }

  #contact .social {
    margin-top: 40px; }
    #contact .social .social-icon {
      height: 46px;
      width: 46px;
      margin-right: 15px;
      font-size: 36px;
      line-height: 46px; }

  /* GRID
---------------------------------------- */
  .col-1 {
    float: left;
    display: block;
    margin-right: 12.5%;
    width: 43.75%; }
    .col-1:last-child {
      margin-right: 0; }
    .col-1:nth-child(2) {
      margin-right: 0; }

  .col-2 {
    float: left;
    display: block;
    margin-right: 12.5%;
    width: 43.75%; }
    .col-2:last-child {
      margin-right: 0; }
    .col-2:nth-child(2) {
      margin-right: 0; }

  .col-3 {
    float: left;
    display: block;
    margin-right: 12.5%;
    width: 43.75%; }
    .col-3:last-child {
      margin-right: 0; }
    .col-3:nth-child(2) {
      margin-right: 0; }

  .col-4 {
    float: left;
    display: block;
    margin-right: 12.5%;
    width: 43.75%; }
    .col-4:last-child {
      margin-right: 0; }
    .col-4:nth-child(2) {
      margin-right: 0; }

  .col-5 {
    float: left;
    display: block;
    margin-right: 12.5%;
    width: 43.75%; }
    .col-5:last-child {
      margin-right: 0; }
    .col-5:nth-child(2) {
      margin-right: 0; }

  .col-6 {
    float: left;
    display: block;
    margin-right: 12.5%;
    width: 43.75%; }
    .col-6:last-child {
      margin-right: 0; }
    .col-6:nth-child(2) {
      margin-right: 0; }

  .col-7 {
    float: left;
    display: block;
    margin-right: 12.5%;
    width: 43.75%; }
    .col-7:last-child {
      margin-right: 0; }
    .col-7:nth-child(2) {
      margin-right: 0; }

  .col-8 {
    float: left;
    display: block;
    margin-right: 12.5%;
    width: 43.75%; }
    .col-8:last-child {
      margin-right: 0; }
    .col-8:nth-child(2) {
      margin-right: 0; }

  .col-9 {
    float: left;
    display: block;
    margin-right: 12.5%;
    width: 43.75%; }
    .col-9:last-child {
      margin-right: 0; }
    .col-9:nth-child(2) {
      margin-right: 0; }

  .col-10 {
    float: left;
    display: block;
    margin-right: 12.5%;
    width: 43.75%; }
    .col-10:last-child {
      margin-right: 0; }
    .col-10:nth-child(2) {
      margin-right: 0; }

  .col-11 {
    float: left;
    display: block;
    margin-right: 12.5%;
    width: 43.75%; }
    .col-11:last-child {
      margin-right: 0; }
    .col-11:nth-child(2) {
      margin-right: 0; }

  .col-12 {
    float: left;
    display: block;
    margin-right: 12.5%;
    width: 43.75%; }
    .col-12:last-child {
      margin-right: 0; }
    .col-12:nth-child(2) {
      margin-right: 0; } }

/*# sourceMappingURL=style.css.map */
