/*! 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.
 */
/* line 10, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 20, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
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.
 */
/* line 34, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
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.
 */
/* line 55, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
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.
 */
/* line 68, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
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.
 */
/* line 78, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 90, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 98, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
a:active,
a:hover {
  outline: 0;
 }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 170, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
sup {
  top: -0.5em; }

/* line 174, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 222, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
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.
 */
/* line 253, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
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.
 */
/* line 267, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
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.
 */
/* line 278, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
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.
 */
/* line 291, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
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.
 */
/* line 303, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
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.
 */
/* line 323, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
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.
 */
/* line 335, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
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`.
 */
/* line 347, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
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).
 */
/* line 358, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 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).
 */
/* line 371, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 380, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
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.
 */
/* line 391, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 400, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
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.
 */
/* line 409, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 420, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 425, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_reset.scss */
td,
th {
  padding: 0; }

/* line 10, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_helpers.sass */
.clearfix::after, .menu-list::after {
  clear: both;
  content: "";
  display: table; }

/* line 8, /Users/toydestroyer/dev/fl/vs/source/stylesheets/foundation/_base.sass */
body {
  overflow: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* line 1, /Users/toydestroyer/dev/fl/vs/source/stylesheets/structures/_background.sass */
.background {
  position: fixed;
  width: 100%;
  height: 100%; }

/* line 6, /Users/toydestroyer/dev/fl/vs/source/stylesheets/structures/_background.sass */
.background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background: url("../images/bg-video.jpg") no-repeat;
  background-size: cover; }

/* line 15, /Users/toydestroyer/dev/fl/vs/source/stylesheets/structures/_background.sass */
.background-dotted {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAABFFh9Cpk7GAAAAAnRSTlMAgJsrThgAAAAOSURBVAjXY2BgcGBgAAAAxgBBiRqRBgAAAABJRU5ErkJggg=='); }

/* line 21, /Users/toydestroyer/dev/fl/vs/source/stylesheets/structures/_background.sass */
.background-white {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  -webkit-transition: all 1s ease-out;
          transition: all 1s ease-out; }
  /* line 28, /Users/toydestroyer/dev/fl/vs/source/stylesheets/structures/_background.sass */
  .background-white.is-collapsed {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    opacity: 0.64; }

/* line 1, /Users/toydestroyer/dev/fl/vs/source/stylesheets/structures/_logo.sass */
.logo {
  z-index: 1;
  width: 312px;
  height: 183px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-perspective: 500px;
          perspective: 500px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.64s ease;
          transition: all 0.64s ease; }
  /* line 12, /Users/toydestroyer/dev/fl/vs/source/stylesheets/structures/_logo.sass */
  .logo.is-pulled {
    left: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }

/* line 16, /Users/toydestroyer/dev/fl/vs/source/stylesheets/structures/_logo.sass */
.logo-cube {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(-156px);
          transform: translateZ(-156px);
  -webkit-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out; }
  /* line 24, /Users/toydestroyer/dev/fl/vs/source/stylesheets/structures/_logo.sass */
  .logo-cube .side {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    display: block;
    position: absolute;
    width: 312px;
    height: 183px;
    font-size: 54px;
    font-family: Geometria-ExtraBold;
    color: #ebebeb;
    text-shadow: -1px -1px 0 #957948, 1px -1px 0 #957948, -1px 1px 0 #957948, 1px 1px 0 #957948;
    line-height: 183px;
    text-align: center;
    background: #ebebeb; }
  /* line 38, /Users/toydestroyer/dev/fl/vs/source/stylesheets/structures/_logo.sass */
  .logo-cube .side--logo {
    background: url("../images/logo-main.png");
    background-size: 312px 183px; }
  /* line 42, /Users/toydestroyer/dev/fl/vs/source/stylesheets/structures/_logo.sass */
  .logo-cube .side--front {
    -webkit-transform: translateZ(156px);
            transform: translateZ(156px); }
  /* line 45, /Users/toydestroyer/dev/fl/vs/source/stylesheets/structures/_logo.sass */
  .logo-cube .side--back {
    -webkit-transform: rotateY(-180deg) translateZ(156px);
            transform: rotateY(-180deg) translateZ(156px); }
  /* line 48, /Users/toydestroyer/dev/fl/vs/source/stylesheets/structures/_logo.sass */
  .logo-cube .side--right {
    -webkit-transform: rotateY(90deg) translateZ(156px);
            transform: rotateY(90deg) translateZ(156px); }
  /* line 51, /Users/toydestroyer/dev/fl/vs/source/stylesheets/structures/_logo.sass */
  .logo-cube .side--left {
    -webkit-transform: rotateY(-90deg) translateZ(156px);
            transform: rotateY(-90deg) translateZ(156px); }

/* line 1, /Users/toydestroyer/dev/fl/vs/source/stylesheets/structures/_menu.sass */
.menu {
  box-sizing: border-box;
  position: absolute;
  height: 183px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 64px 0 312px;
  -webkit-transition: all 0.64s ease-in;
          transition: all 0.64s ease-in; }
  /* line 10, /Users/toydestroyer/dev/fl/vs/source/stylesheets/structures/_menu.sass */
  .menu.is-hidden {
    -webkit-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
            transform: translate(100%, -50%); }

/* line 13, /Users/toydestroyer/dev/fl/vs/source/stylesheets/structures/_menu.sass */
.menu-trigger {
  display: block;
  width: 64px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  color: #957948;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 1px #957948;
  font-size: 32px;
  background: #fff; }
  .menu-trigger > div{
    position: absolute;
	  width:36px !important;
	  height:36px !important;
    top:0; right:0; bottom: 0; left:0;
    margin: auto;
    background-size:  100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity .8s ease;
	}
.menu-trigger.open .open,
.menu-trigger.close .close,
.menu-trigger.pull .pull{
  opacity: 1;
}

.menu-trigger .close{
  opacity: 1;
}
.menu-trigger.cloased .open{
  opacity: 1;
}.menu-trigger.cloased .close{
  opacity: 0;
}
.menu-trigger:not(.cloased):hover > div{
  
}
.menu-trigger:not(.cloased):hover .pull{
  /* opacity: 1; */
}

.menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 1s ease;
          transition: transform 1s ease; }
  /* line 68, /Users/toydestroyer/dev/fl/vs/source/stylesheets/structures/_menu.sass */
  .menu-list.is-collapsed {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 1s ease 1s;
            transition: transform 1s ease 1s; }

/* line 72, /Users/toydestroyer/dev/fl/vs/source/stylesheets/structures/_menu.sass */
.menu-listItem {
  float: left;
  width: 33.33%;
  text-align: center;
  height: 100%;
  -webkit-transition: opacity 1s ease 1s;
          transition: opacity 1s ease 1s; }
  /* line 78, /Users/toydestroyer/dev/fl/vs/source/stylesheets/structures/_menu.sass */
  .is-collapsed .menu-listItem {
    -webkit-transition: opacity 1s ease;
            transition: opacity 1s ease;
    opacity: 0; }
  /* line 81, /Users/toydestroyer/dev/fl/vs/source/stylesheets/structures/_menu.sass */
  .is-hidden .menu-listItem {
    -webkit-transition: opacity 1s ease 1s;
            transition: opacity 1s ease 1s;
    opacity: 0; }

/* line 85, /Users/toydestroyer/dev/fl/vs/source/stylesheets/structures/_menu.sass */
.menu-listItem{
  text-align: center;
    position: relative;
}
.menu-listItem span{
  display: inline-block;
  margin-top: 62px;
  color: #957948;
  height: 50px;
}
.menu-listLink {
  text-decoration: none;
  height: 100%;
  font-size: 24px;
  text-transform: uppercase;
  font-family: Geometria-Bold;
  font-weight: normal; 
 }
