/*
    ###########################################################################

        Fonts

    ########################################################################### */
@font-face {
  font-family: "VAGRoundedLTPro-Thin";
  src: url("../fonts/3935BB_0_0.eot");
  src: url("../fonts/3935BB_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/3935BB_0_0.woff2") format("woff2"), url("../fonts/3935BB_0_0.woff") format("woff"), url("../fonts/3935BB_0_0.ttf") format("truetype");
}

/*
    ###########################################################################

        BASE

    ########################################################################### */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*
    ###########################################################################

        responsive-nav

    ########################################################################### */
/*! responsive-nav.js 1.0.39 by @viljamis */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

/*
    ###########################################################################

        Royal Slider

    ########################################################################### */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsABlock, .rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

.rsArrow, .rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow, .rsNav, .rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed {
  box-sizing: border-box;
  padding-right: 44px;
}

/* ios controls over video bug, shifting video */
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor: url(grab.png) 8 8, move;
}

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}

/*
    ###########################################################################

        GRID

    ########################################################################### */
.container, .\#main, article.project .entry, .royalSlider .rsEntry {
  max-width: 1568px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container:after, .\#main:after, article.project .entry:after, .royalSlider .rsEntry:after {
  content: " ";
  display: block;
  clear: both;
}

@media (max-width: 640px) {
  .container, .\#main, article.project .entry, .royalSlider .rsEntry {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*
    ###########################################################################

        LAYOUT

    ########################################################################### */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

body {
  font-family: "VAGRoundedLTPro-Thin", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #343434;
  letter-spacing: .03em;
  background-color: white;
}

@media (max-width: 640px) {
  body.home {
    background: white !important;
  }
}

@media (min-width: 640px) {
  body.home {
    height: 100%;
    background-position: center;
    background-color: #ccc;
  }
  body.home.loaded {
    background-image: none;
  }
}

p, h1, h2, h3, h4, h5, h6, ol, ul, dl {
  margin: 1.4285714286em 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

body, .royalSlider, .royalSlider * {
  -webkit-backface-visibility: hidden;
}

@media (min-width: 640px) {
  article.page .entry {
    margin-left: 320px;
    max-width: 448px;
  }
}

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

a {
  color: inherit;
  text-decoration: none;
}

::-webkit-selection {
  color: white;
  background: #343434;
}

::-moz-selection {
  color: white;
  background: #343434;
}

::-o-selection {
  color: white;
  background: #343434;
}

::selection {
  color: white;
  background: #343434;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
  max-width: 100%;
  height: auto;
}

img.alignright, .wp-caption.alignright {
  clear: right;
  margin: 0 0 .5em 8%;
}

img.alignleft, .wp-caption.alignleft {
  margin: 0 8% .5em 0;
}

img.alignleft, img.alignright, .wp-caption.alignleft, .wp-caption.alignright {
  max-width: 45%;
}

img.aligncenter, .wp-caption.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption img {
  width: 100%;
  display: block;
}

.wp-caption p {
  margin: .5em 0 0 0;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
    ###########################################################################

        HELPERS

    ########################################################################### */
.cols, [id=header] .container {
  *zoom: 1;
}

.cols:after, [id=header] .container:after {
  content: "";
  display: table;
  clear: both;
}

.col > *:first-child, article.page .entry > *:first-child {
  margin-top: 0;
}

.col > *:last-child, article.page .entry > *:last-child {
  margin-bottom: 0;
}

[id=header] .nav {
  text-transform: uppercase;
  letter-spacing: .1em;
}

/*
    ###########################################################################

        MODULES

    ########################################################################### */
/*
    ###########################################################################

        FORMS

    ########################################################################### */
/*
    ###########################################################################

        HEADER

    ########################################################################### */
[id=header] {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  color: #343434;
  font-size: 14px;
  line-height: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 640px) {
  .home [id=header] {
    position: absolute;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .home [id=header].background--dark {
    color: white;
  }
}

@media (max-width: 640px) {
  [id=header] {
    -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
    transition: color 0.3s ease, -webkit-transform 0.3s ease;
    transition: color 0.3s ease, transform 0.3s ease;
    transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 13px;
    padding-bottom: 13px;
  }
  [id=header].headroom--unpinned {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  [id=header] + * {
    padding-top: 40px !important;
  }
}

[id=header] a {
  -webkit-transition: opacity 0.1s ease;
  -webkit-transition-delay: 0s;
  -webkit-transition: opacity 0.1s ease false;
  transition: opacity 0.1s ease false;
}

[id=header] a:hover {
  opacity: .5;
}

[id=header] .logo {
  letter-spacing: .04em;
}

@media (max-width: 640px) {
  [id=header] .logo {
    display: block;
  }
}

@media (min-width: 640px) {
  [id=header] .logo {
    position: absolute;
    left: 40px;
    margin-top: -2px;
  }
}

[id=header] .nav {
  font-size: 10px;
}

@media (min-width: 640px) {
  [id=header] .nav {
    font-weight: 100;
    margin-left: 320px;
  }
  [id=header] .nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  [id=header] .nav ul li {
    display: inline;
  }
  [id=header] .nav ul li.current-menu-item a, [id=header] .nav ul li.current_page_item a {
    opacity: .5;
  }
  [id=header] .nav ul li + li {
    margin-left: 25px;
  }
}

@media (max-width: 640px) {
  [id=header] .nav ul {
    padding-top: 24px;
  }
  [id=header] .nav li + li {
    margin-top: 5px;
  }
  [id=header] .nav a {
    padding: 5px 0;
    display: block;
  }
}

[id=header] a {
  color: inherit;
}

[id=header] .nav-toggle {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 20px;
  z-index: 100;
  background-position: center;
  width: image_width("grunticon/png/navicon.png");
  height: image_height("grunticon/png/navicon.png");
}

/*
    ###########################################################################

        MAIN

    ########################################################################### */
.\#main {
  padding-top: 4px;
  padding-bottom: 36px;
}

.home .\#main {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

@media (max-width: 640px) {
  .home .\#main {
    padding-bottom: 24px;
  }
}

@media (min-width: 640px) {
  .home .\#main {
    padding: 0;
  }
}

@media (max-width: 640px) {
  .\#main .page > .entry {
    padding-top: 30px;
  }
}

/*
    ###########################################################################

        PROJECTS

    ########################################################################### */
@media (min-width: 640px) {
  .projects > .project {
    display: none;
  }
}

article.project .entry {
  padding-top: 12px;
  padding-bottom: 12px;
}

article.project .entry {
  -webkit-transition: color 0.3s ease;
  -webkit-transition-delay: 0s;
  -webkit-transition: color 0.3s ease false;
  transition: color 0.3s ease false;
}

article.project .entry h1, article.project .entry p {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}

article.project + article {
  margin-top: 14px;
}

@media (max-width: 640px) {
  article.project img {
    width: 100%;
  }
}

/*
    ###########################################################################

        SLIDER

    ########################################################################### */
.royalSlider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.royalSlider .rsArrow {
  height: 100%;
  width: 40px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -webkit-transition: all 0.3s ease false;
  transition: all 0.3s ease false;
}

.royalSlider .rsArrow.background--dark {
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  filter: invert(100%);
}

.royalSlider .rsArrowLeft {
  left: 0;
  top: 0;
}

.royalSlider .rsArrowLeft .rsArrowIcn {
  left: 100%;
  margin-left: -40px;
}

.royalSlider .rsArrowRight {
  right: 0;
  top: 0;
}

.royalSlider .rsArrowRight .rsArrowIcn {
  right: 100%;
  margin-right: -40px;
}

.royalSlider .rsArrowIcn {
  width: image_width("grunticon/png/prev.png");
  height: image_height("grunticon/png/prev.png");
  padding: 40px;
  background-position: center;
  top: 50%;
  margin-top: -image_width("grunticon/png/prev.png")80px/2;
  position: absolute;
  cursor: pointer;
}

.royalSlider .entry, .royalSlider .rsEntry {
  position: absolute;
  top: auto;
  bottom: 24px;
  left: 0;
}

.royalSlider .rsEntry {
  min-height: 4em;
  right: 0;
}

.royalSlider .rsEntry.background--dark ~ * .entry {
  color: white;
}

@media (min-width: 640px) {
  .home body, .home .\#main {
    height: 100%;
  }
}

/*
    ###########################################################################

        FOOTER

    ########################################################################### */
