/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

small, .small {
  font-size: 75%; }

/**
 * 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; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 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 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

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

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

p {
  -ms-word-wrap: keep-all;
  word-break: keep-all;
  word-wrap: keep-all;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

.blue-btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .blue-btn:hover, .blue-btn:focus {
    color: #fff;
    text-decoration: none;
    outline: none; }
  .blue-btn:active {
    top: 1px; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn {
  background-color: #2980b9; }
  .blue-btn:hover, .blue-btn:focus {
    background-color: #2574a8; }
  .blue-btn:active {
    background-color: #2472a4; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  line-height: 1.1;
  padding: 3px 2px 3px 1vh;
  margin-bottom: 2vh;
  font-size: 1.5vw;
  color: black;
  border-radius: 0px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  background-color: white;
  text-transform: uppercase;
  font-family: 'GT-America-Expanded-Bold', sans-serif;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    outline: none; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
@font-face {
  font-family: 'GT-America-Expanded-Bold';
  src: url("fonts/GT-America-Expanded-Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/GT-America-Expanded-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/GT-America-Expanded-Bold.woff") format("woff"), url("fonts/GT-America-Expanded-Bold.ttf") format("truetype"), url("fonts/GT-America-Expanded-Bold.svg#GT-America-Expanded-Bold") format("svg");
  /* Legacy iOS */
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Fondamento-Italic';
  src: url("fonts/Fondamento-Italic.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Fondamento-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Fondamento-Italic.woff") format("woff"), url("fonts/Fondamento-Italic.ttf") format("truetype"), url("fonts/Fondamento-Italic.svg#Fondamento-Italic") format("svg");
  /* Legacy iOS */
  text-rendering: optimizeLegibility; }
body {
  width: 100%;
  border: 0;
  margin: 0;
  font-family: 'GT-America-Expanded-Bold', sans-serif;
  background-size: 100%;
  font-size: 4vw;
  background-color: black;
  color: white;
  -ms-word-break: none;
  word-break: none;
  word-break: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  overflow-x: hidden; }

::-webkit-scrollbar {
  width: 0px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: black; }

:-moz-placeholder {
  /* Firefox 18- */
  color: black; }

p {
  padding: 0;
  margin: 0; }

b {
  font-family: 'GT-America-Expanded-Bold', sans-serif;
  font-weight: normal; }

dl, menu, ol, ul {
  margin: 0; }

a, a:active, a:focus, a:visited {
  color: white;
  text-decoration: none;
  outline: 0;
  border: 0; }

a:hover {
  text-decoration: underline; }

a.img:hover {
  text-decoration: none; }

.loader {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 999999;
  background-color: black;
  left: 0;
  top: 0;
  height: 100%;
  pointer-events: none; }

.loader.close {
  transform: scaleX(0);
  transition: 0.85s ease;
  transition-delay: 2s; }

.hide-mobile {
  display: none; }

.about-page.desktop {
  display: none; }

.about-page.mobile {
  background-color: black;
  position: fixed;
  top: 0vh;
  left: 0vw;
  width: 100vw;
  height: 0vh;
  overflow: scroll;
  z-index: 100;
  transition: all ease 0.7s;
  overflow: hidden; }
  .about-page.mobile img {
    width: 100%;
    height: 100%; }
  .about-page.mobile .social span:first-child {
    border-top: 1px solid white; }
  .about-page.mobile .social span {
    display: block;
    height: 11.5vh;
    border-bottom: 1px solid white;
    line-height: 10.8vh;
    font-size: 5.8vh;
    margin-left: 2vh;
    margin-right: 2vh;
    text-align: center;
    box-sizing: border-box; }
  .about-page.mobile .social span a:hover {
    text-decoration: none; }
  .about-page.mobile .close-about-page {
    cursor: pointer;
    padding: 2vh 2vh 2vh 2vh;
    height: 27vh; }
  .about-page.mobile .contact {
    cursor: pointer;
    padding: 2vh 2vh 2vh 2vh;
    height: 27vh; }

.about-page.close {
  height: 100vh;
  left: 0vw;
  transition: height ease 0.7s;
  position: fixed; }

body.close {
  overflow: hidden; }

#background .left-top {
  width: 100vw;
  height: 26vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("images/information.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 10;
  padding: 2vh 2vh 1vh 2vh;
  background-origin: content-box;
  background-clip: content-box;
  cursor: pointer; }
#background .left-top-2 {
  width: 100vw;
  height: 26vh;
  position: fixed;
  top: 74vh;
  left: 0;
  background-image: url("images/information-2.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 1vh 2vh 2vh 2vh;
  background-origin: content-box;
  background-clip: content-box; }
#background .left-bottom {
  display: none; }
#background .right {
  width: 100vw;
  height: 48vh;
  position: fixed;
  top: 26vh;
  left: 0;
  background-image: url("images/name.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 1vh 2vh 1vh 2vh;
  background-origin: content-box;
  background-clip: content-box; }

.unslider-arrow, .unslider-nav, .current-slide, .total-slide {
  display: none; }

#projects-wrapper {
  width: 80vw;
  left: 10vw;
  position: relative;
  top: 28.5vh;
  padding-bottom: 27vh;
  pointer-events: none; }
  #projects-wrapper img {
    width: 100%; }
  #projects-wrapper .project-single-wrapper {
    pointer-events: auto; }
    #projects-wrapper .project-single-wrapper .title {
      color: black;
      text-transform: uppercase;
      text-align: center;
      font-size: 5vw;
      margin-bottom: 2vh;
      text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; }
    #projects-wrapper .project-single-wrapper .description {
      display: none; }
    #projects-wrapper .project-single-wrapper .images {
      position: relative; }
    #projects-wrapper .project-single-wrapper .images img {
      margin-bottom: 2vh;
      font-size: 0;
      line-height: 0;
      z-index: 5; }
    #projects-wrapper .project-single-wrapper .layout_1, #projects-wrapper .project-single-wrapper .layout_2, #projects-wrapper .project-single-wrapper .layout_3 {
      font-size: 0;
      line-height: 0; }
    #projects-wrapper .project-single-wrapper img.empty {
      display: none; }
    #projects-wrapper .project-single-wrapper .layout_video {
      width: 80vw;
      margin: 0 auto;
      position: relative;
      pointer-events: auto;
      padding-bottom: 2vh; }
      #projects-wrapper .project-single-wrapper .layout_video .embed-container {
        z-index: 6;
        position: relative; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    border: 0;
    margin: 0;
    background-size: 100% 100%;
    font-size: 1vw;
    -ms-word-break: none;
    word-break: none;
    word-break: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    overflow-x: hidden; }

  p {
    padding: 0;
    margin: 0; }

  b {
    font-family: 'GT-America-Expanded-Bold', sans-serif;
    font-weight: normal; }

  a, a:active, a:focus, a:visited {
    color: white;
    text-decoration: none; }

  a:hover {
    text-decoration: none; }

  a.img:hover {
    text-decoration: none; }

  a.nav {
    z-index: 9999; }

  .hide-mobile {
    display: block; }

  .hide-mobile.inline {
    display: inline; }

  .about-page.desktop {
    background-color: black;
    position: fixed;
    top: 0vh;
    left: 50vw;
    width: 0vw;
    height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 999999;
    display: block;
    transition: width 0.8s; }
    .about-page.desktop .ffloat-left {
      width: 5%;
      float: left;
      text-align: left; }
    .about-page.desktop .content-float {
      width: 90%;
      float: left;
      padding: 0 3%; }
    .about-page.desktop .ffloat-right {
      float: left;
      width: 5%;
      text-align: right; }
    .about-page.desktop .info-text {
      text-align: center;
      width: 48.3vw;
      margin-left: 1.3vh;
      margin-right: 2vh;
      height: auto;
      padding-top: 1.5vh;
      padding-bottom: 1.5vh;
      font-size: 1.1vw;
      padding-left: 0.5vw;
      padding-right: 1vw;
      clear: both;
      overflow: hidden; }
    .about-page.desktop .social {
      text-align: center;
      padding-top: 1.5vh;
      padding-bottom: 1.5vh;
      font-size: 1.1vw;
      width: 48.3vw;
      margin-left: 1.3vh;
      margin-right: 2vh;
      clear: both;
      overflow: hidden;
      padding-left: 0.5vw;
      padding-right: 1vw; }
      .about-page.desktop .social img {
        width: 70%;
        height: auto;
        left: 15%;
        position: relative;
        padding: 1vh; }
      .about-page.desktop .social img:last-child {
        padding-top: 1.6vh; }
    .about-page.desktop img {
      width: 100%; }
    .about-page.desktop .close-about-page {
      display: block;
      width: 0vw;
      position: fixed;
      left: 0;
      top: 0;
      height: 100vh;
      border-bottom: 0px solid white;
      cursor: url(images/close-cursor.png), pointer; }
      .about-page.desktop .close-about-page img {
        display: none; }
    .about-page.desktop .services {
      width: 48.3vw;
      margin-left: 1.3vh;
      margin-right: 2vh;
      background-size: 99% auto;
      padding-top: 1.5vh;
      padding-bottom: 1.5vh;
      font-size: 1.1vw;
      padding-left: 0.5vw;
      padding-right: 1vw;
      text-align: center;
      background-position: center;
      background-repeat: no-repeat;
      background-origin: content-box;
      clear: both;
      overflow: hidden;
      background-clip: content-box; }
      .about-page.desktop .services img {
        width: 70%;
        position: absolute; }
      .about-page.desktop .services p {
        position: relative;
        top: 0vh; }
    .about-page.desktop .selected-clients {
      margin-top: 2.3vh;
      margin-bottom: 0.1vh;
      height: auto;
      width: 48.3vw;
      margin-left: 1.3vh;
      margin-right: 2vh;
      padding-left: 0.5vw;
      padding-right: 1vw;
      background-position: left top, right top;
      background-size: auto 97%;
      background-repeat: no-repeat;
      text-align: center;
      font-size: 1.1vw;
      clear: both;
      overflow: hidden; }
      .about-page.desktop .selected-clients p {
        position: relative; }
    .about-page.desktop .credits {
      font-size: 0.8vw;
      text-align: center;
      padding-bottom: 2vh;
      width: 48.3vw;
      margin-left: 1.3vh;
      margin-right: 2vh;
      padding-left: 1vw;
      padding-right: 2vw;
      top: 2vh;
      position: relative; }
    .about-page.desktop .contact-form {
      padding-top: 2vh;
      margin-left: 1.3vh;
      margin-right: 2vh;
      width: 48.3vw; }
      .about-page.desktop .contact-form textarea {
        resize: none; }
    .about-page.desktop span.hide-mobile {
      display: inline; }
    .about-page.desktop .wpcf7-submit {
      height: 380px;
      width: 100%;
      text-align: center;
      background-color: transparent;
      z-index: 11;
      position: relative;
      top: -370px;
      border-radius: 0;
      box-shadow: 0;
      outline: 0;
      opacity: 0; }
    .about-page.desktop .div.wpcf7-validation-errors {
      border: 1px solid red; }
    .about-page.desktop .div.wpcf7-mail-sent-ok {
      border: 1px solid white; }
    .about-page.desktop .submit-form-canvas {
      height: 350px;
      background-color: white;
      overflow: hidden; }
    .about-page.desktop .your-message textarea {
      height: 200px; }
    .about-page.desktop div.wpcf7-response-output {
      margin: 1vh 0 0 0;
      padding: 2vh; }

  .submit-form-canvas .wrapper-b {
    padding-right: 250px;
    padding-bottom: 250px;
    width: 100%;
    height: 100%;
    pointer-events: none; }

  .submit-form-canvas b {
    pointer-events: none;
    background-image: url("images/submit_2.png");
    background-size: 100%;
    background-color: black;
    position: relative;
    display: block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    -webkit-animation: moveX 3.05s linear 0s infinite alternate, moveY 3.4s linear 0s infinite alternate;
    -moz-animation: moveX 3.05s linear 0s infinite alternate, moveY 3.4s linear 0s infinite alternate;
    -o-animation: moveX 3.05s linear 0s infinite alternate, moveY 3.4s linear 0s infinite alternate;
    animation: moveX 3.05s linear 0s infinite alternate, moveY 3.4s linear 0s infinite alternate; }

  @-webkit-keyframes moveX {
    from {
      left: 0; }
    to {
      left: 100%; } }
  @-moz-keyframes moveX {
    from {
      left: 0; }
    to {
      left: 100%; } }
  @-o-keyframes moveX {
    from {
      left: 0; }
    to {
      left: 100%; } }
  @keyframes moveX {
    from {
      left: 0; }
    to {
      left: 100%; } }
  @-webkit-keyframes moveY {
    from {
      top: 0; }
    to {
      top: 100%; } }
  @-moz-keyframes moveY {
    from {
      top: 0; }
    to {
      top: 100%; } }
  @-o-keyframes moveY {
    from {
      top: 0; }
    to {
      top: 100%; } }
  @keyframes moveY {
    from {
      top: 0; }
    to {
      top: 100%; } }
  span.wpcf7-not-valid-tip {
    font-size: 1vw;
    margin-bottom: 1vh; }

  .about-page.close {
    top: 0vh;
    left: 50vw;
    width: 50vw;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: width 0.8s; }
    .about-page.close .close-about-page {
      width: 50vw;
      z-index: 999999;
      left: 0;
      top: 0;
      position: fixed; }

  .about-page.mobile {
    display: none; }

  #background.hide {
    opacity: 0;
    transition: opacity 0.5s; }

  #background {
    transition: opacity 0.5s; }
    #background .left-top {
      width: 50vw;
      height: 47.5vh;
      top: 0;
      left: 0;
      z-index: 1;
      margin: 0;
      padding: 2vh 1.3vh 0vh 2vh;
      cursor: pointer; }
    #background .left-top-2 {
      display: none; }
    #background .left-bottom {
      display: block;
      width: 50vw;
      height: 47.5vh;
      position: fixed;
      top: 52.5vh;
      left: 0;
      background-image: url("images/go3dnow.png");
      background-size: 100% 100%;
      background-position: center center;
      background-repeat: no-repeat;
      z-index: 1;
      padding: 0vh 1.3vh 2vh 2vh;
      background-origin: content-box;
      background-clip: content-box; }
    #background .right {
      width: 50vw;
      height: 100vh;
      top: 0;
      left: 50vw;
      padding: 2vh;
      background-origin: content-box;
      background-clip: content-box;
      background-size: 100% 100%;
      padding: 2vh 2vh 2vh 1.3vh; }
    #background .left-top:hover {
      z-index: 999; }

  .current-slide {
    width: 50vw;
    height: 50vh;
    top: 0;
    left: 50vw;
    padding: 26vh 2vh 4vh 2vh;
    position: fixed;
    font-size: 40vh;
    text-align: center;
    font-family: "Fondamento-Italic", serif;
    line-height: 0;
    text-align: center;
    font-family: "Fondamento-Italic", serif; }

  .total-slide {
    width: 50vw;
    height: 50vh;
    top: 50vh;
    left: 50vw;
    padding: 26vh 2vh 2vh 1.3vh;
    position: fixed;
    font-size: 40vh;
    line-height: 0;
    text-align: center;
    font-family: "Fondamento-Italic", serif; }

  .unslider {
    overflow: auto;
    margin: 0;
    padding: 0;
    pointer-events: none; }

  .unslider-wrap {
    position: relative;
    pointer-events: none; }

  .unslider-wrap.unslider-carousel > li {
    float: left; }

  .unslider-vertical > ul {
    height: 100%; }

  .unslider-vertical li {
    float: none;
    width: 100%; }

  .unslider-fade {
    position: relative; }

  .unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8; }

  .unslider-fade .unslider-wrap li.unslider-active {
    z-index: 10; }

  .unslider li, .unslider ol, .unslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none; }

  .unslider-arrow {
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer; }

  .unslider-arrow.next {
    left: auto;
    right: 20px; }

  .unslider-arrow {
    top: 10px;
    pointer-events: auto;
    opacity: 0; }

  .unslider-nav {
    display: none; }

  .unslider-arrow, .current-slide, .total-slide {
    display: block; }

  .unslider-active .description {
    position: fixed;
    opacity: 1;
    transition: opacity 0.5s;
    transition-delay: 0.5s; }

  .description {
    opacity: 0;
    position: fixed;
    transition: opacity 0.3s; }

  .unslider-active .title {
    position: fixed;
    opacity: 1;
    transition: opacity 0.5s;
    transition-delay: 0.5s; }

  .title {
    opacity: 0;
    position: fixed;
    transition: opacity 0.3s; }

  .zone-middle {
    height: 100vh;
    position: fixed;
    width: 10vw;
    top: 0;
    left: 45vw;
    z-index: 6; }

  #projects-wrapper {
    top: 0;
    left: 0%;
    width: 97vw;
    left: 1.5vw;
    pointer-events: none;
    padding-bottom: 0vh; }
    #projects-wrapper img {
      width: 100%; }
    #projects-wrapper .project-single-wrapper {
      pointer-events: none; }
      #projects-wrapper .project-single-wrapper .content {
        pointer-events: none; }
      #projects-wrapper .project-single-wrapper .title {
        position: fixed;
        z-index: 99999;
        text-align: center;
        top: 7vh;
        font-size: 3.5vh;
        width: 60%;
        left: 20%;
        pointer-events: none; }
        #projects-wrapper .project-single-wrapper .title p {
          pointer-events: auto;
          cursor: pointer;
          display: inline;
          padding: 1vh; }
      #projects-wrapper .project-single-wrapper .description {
        display: inline;
        position: fixed;
        bottom: 7.2vh;
        z-index: 99998;
        text-align: center;
        font-size: 2.5vh;
        width: 80%;
        text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
        color: black;
        pointer-events: none;
        left: 10%; }
        #projects-wrapper .project-single-wrapper .description p {
          cursor: pointer;
          display: inline;
          cursor: pointer;
          pointer-events: auto;
          padding: 1vh; }
      #projects-wrapper .project-single-wrapper .images {
        pointer-events: none; }
        #projects-wrapper .project-single-wrapper .images .layout_images:first-child {
          margin-top: 16.5vh;
          margin-top: 0vh; }
        #projects-wrapper .project-single-wrapper .images .layout_1 {
          margin-top: 0vh;
          margin-bottom: 0vh;
          position: relative;
          pointer-events: none;
          width: 60vw;
          left: 18.3vw;
          height: auto; }
          #projects-wrapper .project-single-wrapper .images .layout_1 img {
            margin-top: 10vh;
            margin-bottom: 0vh;
            width: 100%;
            pointer-events: auto;
            position: relative;
            z-index: 5; }
        #projects-wrapper .project-single-wrapper .images .layout_1.v {
          margin-top: 0vh;
          margin-bottom: 0vh;
          position: relative;
          pointer-events: none;
          width: 31vw;
          left: 32vw; }
          #projects-wrapper .project-single-wrapper .images .layout_1.v img {
            margin-top: 10vh;
            margin-bottom: 0vh;
            width: 100%;
            height: auto;
            pointer-events: auto;
            position: relative;
            z-index: 5; }
        #projects-wrapper .project-single-wrapper .images .layout_2 {
          margin-top: 0vh;
          margin-bottom: 0vh;
          position: relative;
          overflow: visible;
          pointer-events: none;
          margin-left: 2vw;
          height: auto;
          margin-top: 10vh; }
          #projects-wrapper .project-single-wrapper .images .layout_2 img {
            width: 44.75vw;
            margin-left: 0vw;
            margin-right: 3.5vw;
            pointer-events: auto;
            position: relative;
            margin-bottom: 0;
            z-index: 5; }
          #projects-wrapper .project-single-wrapper .images .layout_2 img:nth-child(2) {
            margin-right: 0vw;
            position: relative;
            pointer-events: none; }
        #projects-wrapper .project-single-wrapper .images .layout_2.v {
          margin-top: 0vh;
          margin-bottom: 0vh;
          position: relative;
          overflow: visible;
          pointer-events: none;
          margin-left: 16.75vw;
          height: auto;
          margin-top: 10vh; }
          #projects-wrapper .project-single-wrapper .images .layout_2.v img {
            width: auto;
            width: 30vw;
            margin-left: 0vw;
            margin-right: 3.5vw;
            pointer-events: auto;
            position: relative;
            margin-bottom: 0;
            z-index: 5; }
          #projects-wrapper .project-single-wrapper .images .layout_2.v img:nth-child(2) {
            margin-right: 0vw;
            position: relative;
            pointer-events: none; }
        #projects-wrapper .project-single-wrapper .images .layout_3 {
          position: relative;
          overflow: visible;
          pointer-events: none;
          margin-left: 6.5vw;
          width: 85vw;
          height: auto;
          margin-top: 12vh; }
          #projects-wrapper .project-single-wrapper .images .layout_3 img {
            width: 22.75vw;
            width: 31vw;
            margin-left: 0vw;
            margin-right: 7.5vw;
            margin-bottom: 0;
            z-index: 5;
            position: relative;
            pointer-events: auto; }
          #projects-wrapper .project-single-wrapper .images .layout_3 img:nth-child(2) {
            left: 0vw; }
          #projects-wrapper .project-single-wrapper .images .layout_3 img:nth-child(3) {
            left: 0;
            margin-right: 0;
            clear: both; }
        #projects-wrapper .project-single-wrapper .images img.empty {
          opacity: 0;
          display: inline-block; }
        #projects-wrapper .project-single-wrapper .images .layout_video {
          width: 60vw;
          overflow: hidden;
          height: auto;
          pointer-events: none;
          padding-bottom: 0vh;
          top: 6vh;
          top: 0vh; }
          #projects-wrapper .project-single-wrapper .images .layout_video .embed-container {
            pointer-events: auto;
            position: relative;
            margin: auto;
            top: 0%;
            margin-top: 12vh;
            left: 50%;
            transform: translate(-50%, 0%);
            z-index: 7; }

  .unslider-arrow.next {
    left: 50Vw;
    border-width: 0;
    border-color: transparent;
    border-width: 0;
    width: 50vw;
    top: 10vh;
    height: 80vh;
    background-position: center center;
    position: fixed;
    z-index: 4;
    cursor: e-resize;
    background-color: pink;
    opacity: 0; }

  .unslider-arrow.prev {
    left: 0Vw;
    border-width: 0;
    border-color: transparent;
    border-width: 0;
    width: 50vw;
    top: 47.5vh;
    height: 5vh;
    background-position: center center;
    position: fixed;
    z-index: 4;
    background-color: pink;
    cursor: w-resize;
    opacity: 0; }

  .arrows-left {
    left: 0Vw;
    border-width: 0;
    border-color: transparent;
    border-width: 0;
    width: 50vw;
    top: 47.5vh;
    height: 5vh;
    background-image: url("http://anthonyjcoleman.com/wp-content/themes/anthony-coleman-studio2424-6/library/css/images/arrowww.gif");
    background-repeat: repeat-x;
    background-size: auto 24%;
    background-position: center center;
    position: fixed; }

  .arrows-right {
    left: 50vw;
    border-width: 0;
    border-color: transparent;
    width: 50vw;
    height: 5vh;
    top: 47.5vh;
    background-image: url("http://anthonyjcoleman.com/wp-content/themes/anthony-coleman-studio2424-6/library/css/images/arroww.gif");
    background-repeat: repeat-x;
    background-size: auto 24%;
    background-position: center center;
    position: fixed; } }
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
