/* normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 21, styles.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 31, styles.scss */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 40, styles.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 49, styles.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 63, styles.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
/* line 73, styles.scss */
body {
  margin: 0;
  background: #999;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, styles.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 95, styles.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 108, styles.scss */
h1 {
  font-size: 2em;
}

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

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

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 133, styles.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 141, styles.scss */
mark {
  background: #ff0;
  color: #000;
}

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

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 163, styles.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
/* line 173, styles.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 181, styles.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 190, styles.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 197, styles.scss */
sup {
  top: -0.5em;
}

/* line 201, styles.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 213, styles.scss */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 221, styles.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 233, styles.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 245, styles.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 256, styles.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 297, styles.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 307, styles.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 317, styles.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 350, styles.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 360, styles.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 373, styles.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ########################################################################### */
/* line 384, styles.scss */
figure#lp-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 783px;
  height: 768px;
}

/* line 391, styles.scss */
figure#lp-wrapper img#pickup {
  z-index: 10;
  position: absolute;
  right: 70px;
  top: 0;
}

/* line 398, styles.scss */
figure#lp-wrapper img#lp {
  position: absolute;
  right: 150px;
  bottom: 135px;
  -webkit-animation: rotate-lp 4s infinite linear;
  -moz-animation: rotate-lp 4s infinite linear;
  -ms-animation: rotate-lp 4s infinite linear;
  -o-animation: rotate-lp 4s infinite linear;
  animation: rotate-lp 4s infinite linear;
}

@-moz-keyframes rotate-lp {
  /* line 410, styles.scss */
  0% {
    -moz-transform: rotate(0deg);
  }

  /* line 413, styles.scss */
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate-lp {
  /* line 419, styles.scss */
  0% {
    -webkit-transform: rotate(0deg);
  }

  /* line 422, styles.scss */
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-o-keyframes rotate-lp {
  /* line 428, styles.scss */
  0% {
    -o-transform: rotate(0deg);
  }

  /* line 431, styles.scss */
  100% {
    -o-transform: rotate(360deg);
  }
}

@-ms-keyframes rotate-lp {
  /* line 437, styles.scss */
  0% {
    -ms-transform: rotate(0deg);
  }

  /* line 440, styles.scss */
  100% {
    -ms-transform: rotate(360deg);
  }
}

@keyframes rotate-lp {
  /* line 446, styles.scss */
  0% {
    transform: rotate(0deg);
  }

  /* line 449, styles.scss */
  100% {
    transform: rotate(360deg);
  }
}

/* line 454, styles.scss */
nav {
  position: absolute;
  top: 288px;
  left: 712px;
  padding: 7px 0 0 30px;
  width: 175px;
  height: 360px;
  background: url(../assets/track.png) no-repeat left top;
}
/* line 462, styles.scss */
nav img {
  float: left;
  position: relative;
  transition: top .5s;
  -moz-transition: top .5s;
  /* Firefox 4 */
  -webkit-transition: top .5s;
  /* Safari and Chrome */
  -o-transition: top .5s;
  /* Opera */
}
/* line 470, styles.scss */
nav ul {
  margin: 16px 0 0 20px;
  list-style: none;
}
/* line 473, styles.scss */
nav ul li {
  margin: 0 0 16px 0;
  text-transform: uppercase;
}
/* line 477, styles.scss */
nav ul li a, nav ul li a:hover, nav ul li a:active, nav ul li a:visited {
  font: 14px/1 "Trebuchet MS", sans-serif;
  color: white;
  text-decoration: none;
}

/* line 486, styles.scss */
h1 {
  color: white;
  font: bold 15px/1.25 "Trebuchet MS", sans-serif;
  margin: 0 0 8px 0;
}

/* line 492, styles.scss */
p, li, span {
  font: 14px/1.25 "Trebuchet MS", sans-serif;
}

/* line 496, styles.scss */
#content article {
  position: absolute;
  top: 320px;
  left: 15px;
  z-index: 20;
  color: #fff;
  display: none;
  width: 340px;
}
/* line 503, styles.scss */
#content article.active {
  display: block;
}
/* line 507, styles.scss */
#content article#references {
  width: 350px;
}
/* line 509, styles.scss */
#content article#references ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
/* line 517, styles.scss */
#content article#gallery img {
  position: absolute;
  top: 25px;
  left: 0;
}
/* line 524, styles.scss */
#content article #btn-next, #content article #btn-prev {
  float: left;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  background: #000;
  padding: 10px 11px;
}
/* line 534, styles.scss */
#content article #btn-next {
  float: right;
}
/* line 538, styles.scss */
#content article #pager {
  list-style-type: none;
  margin: 0 0 0 5px;
  padding: 0;
  float: left;
}
/* line 543, styles.scss */
#content article #pager li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
/* line 547, styles.scss */
#content article #pager li a {
  display: block;
  text-decoration: none;
  padding: 9px 9px 8px;
  margin: 0 0 0 1px;
  background: #000;
}
/* line 555, styles.scss */
#content article #pager li.activeSlide a {
  background: red;
  color: white;
}
/* line 563, styles.scss */
#content article a, #content article a:hover, #content article a:visited {
  color: red;
}

/* basic scrollbar styling */
/* vertical scrollbar */
/* line 570, styles.scss */
.mCSB_container {
  width: auto;
  margin-right: 30px;
  overflow: hidden;
}

/* line 575, styles.scss */
.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}

/* line 579, styles.scss */
.mCS_disabled .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}

/* line 582, styles.scss */
.mCustomScrollBox .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
}

/* line 588, styles.scss */
.mCSB_scrollTools .mCSB_draggerContainer {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 594, styles.scss */
.mCSB_scrollTools .mCSB_buttonUp + .mCSB_draggerContainer {
  padding-bottom: 40px;
}

/* line 597, styles.scss */
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 605, styles.scss */
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}

/* line 610, styles.scss */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}

/* line 620, styles.scss */
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

/* line 626, styles.scss */
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
  margin-top: -40px;
}

/* default scrollbar colors and backgrounds */
/* line 633, styles.scss */
.mCustomScrollBox .mCSB_draggerRail {
  background-color: rgba(255, 255, 255, 0.05);
  width: 16px;
}

/* line 638, styles.scss */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  border: 2px solid #eee;
  background: url(../assets/pxtrack.png) repeat-y center center;
  border-radius: 0;
}

/* line 645, styles.scss */
.mCSB_scrollTools .mCSB_buttonUp {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 13px solid #fff;
}

/* line 653, styles.scss */
.mCSB_scrollTools .mCSB_buttonDown {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 13px solid #fff;
  position: relative;
  top: 4px;
}
