/* line 5, c:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.1.0.alpha.2/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, c:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.1.0.alpha.2/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, c:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.1.0.alpha.2/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, c:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.1.0.alpha.2/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, c:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.1.0.alpha.2/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, c:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.1.0.alpha.2/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, c:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.1.0.alpha.2/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, c:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.1.0.alpha.2/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, c:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.1.0.alpha.2/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* Converts a fontsize as input to rem and em values, basefont-size is set to 12px */
/* Set $img as background-image & give the image dimensions to the element */
/* Create prefixed keyframes */
/* Create prefixed animation */
/* Font faces */
/* Break Points */
/* Global Styles */
/* line 3, ../../src/sass/modules/_general.scss */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* line 8, ../../src/sass/modules/_general.scss */
html {
  font-size: 12px; }

/* line 19, ../../src/sass/modules/_general.scss */
body {
  background: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial;
  color: #000000;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  outline: none; }

/* Text styles */
/* line 29, ../../src/sass/modules/_general.scss */
a, a img, img {
  outline: none; }

/* line 30, ../../src/sass/modules/_general.scss */
p {
  font-family: "Helvetica Neue", Helvetica, Arial; }

/* line 33, ../../src/sass/modules/_general.scss */
h1, h2, h3, h4, h5 {
  font-family: "Helvetica Neue", Helvetica, Arial; }

/* line 36, ../../src/sass/modules/_general.scss */
.bold {
  font-weight: bold; }

/* line 39, ../../src/sass/modules/_general.scss */
.italic {
  font-style: italic; }

/* line 42, ../../src/sass/modules/_general.scss */
.underline {
  text-decoration: underline; }

/* line 45, ../../src/sass/modules/_general.scss */
.text-center {
  text-align: center; }

/* line 48, ../../src/sass/modules/_general.scss */
.text-left {
  text-align: left; }

/* line 51, ../../src/sass/modules/_general.scss */
.text-right {
  text-align: right; }

/* line 54, ../../src/sass/modules/_general.scss */
img {
  max-width: 100%; }

/* line 2, ../../src/sass/modules/_mobileView.scss */
.container {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  /* line 10, ../../src/sass/modules/_mobileView.scss */
  .container .page {
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    overflow-y: auto;
    background: #6b6a6c fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 400ms;
            transition: all 400ms; }
    /* line 20, ../../src/sass/modules/_mobileView.scss */
    .container .page.curr {
      z-index: 10; }
    /* line 23, ../../src/sass/modules/_mobileView.scss */
    .container .page.prev {
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      z-index: 9; }
    /* line 27, ../../src/sass/modules/_mobileView.scss */
    .container .page.next {
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      z-index: 11; }
    /* line 31, ../../src/sass/modules/_mobileView.scss */
    .container .page.up {
      top: 0%; }
    /* line 34, ../../src/sass/modules/_mobileView.scss */
    .container .page.down {
      background: #6b6a6c;
      top: 100%;
      z-index: 15; }
    /* line 39, ../../src/sass/modules/_mobileView.scss */
    .container .page.slow {
      -webkit-transition: all 1500ms linear;
              transition: all 1500ms linear; }

/* line 2, ../../src/sass/partials/_nav.scss */
.nav ul {
  list-style: none; }

/* line 1, ../../src/sass/partials/_main.scss */
.scrollTrigger {
  width: 100%;
  min-height: 100px;
  background-color: yellow;
  -webkit-transition: all 1000ms;
          transition: all 1000ms; }
  /* line 9, ../../src/sass/partials/_main.scss */
  .scrollTrigger.in-view {
    background-color: red; }

@font-face {
  font-family: 'Font-Name';
  src: url("../fonts/font-name.eot");
  src: url("../fonts/font-name.eot?#iefix") format("embedded-opentype"), url("../fonts/font-name.woff") format("woff"), url("../fonts/font-name.ttf") format("truetype"), url("../fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Hide the element */
/* line 2, ../../src/sass/modules/_helpers.scss */
.hidden {
  display: none; }

/* Center a block element */
/* line 7, ../../src/sass/modules/_helpers.scss */
.center {
  margin: 0 auto; }

/* Clearfix */
/* line 12, ../../src/sass/modules/_helpers.scss */
.clear:before, .clear:after {
  content: ' ';
  display: table;
  visibility: hidden;
  height: 0; }

/* line 18, ../../src/sass/modules/_helpers.scss */
.clear {
  *zoom: 1; }
  /* line 23, ../../src/sass/modules/_helpers.scss */
  .clear:after {
    clear: both; }

/* No padding / margin */
/* line 30, ../../src/sass/modules/_helpers.scss */
.nopadding {
  padding: 0 !important; }

/* line 33, ../../src/sass/modules/_helpers.scss */
.nomargin {
  margin: 0 !important; }

/* For CSS 3D Transforms */
/* line 38, ../../src/sass/modules/_helpers.scss */
.no-backface {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

@media print {
  /* line 2, ../../src/sass/modules/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }

  /* line 8, ../../src/sass/modules/_print.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 12, ../../src/sass/modules/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 15, ../../src/sass/modules/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /* line 18, ../../src/sass/modules/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 23, ../../src/sass/modules/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 28, ../../src/sass/modules/_print.scss */
  thead {
    display: table-header-group; }

  /* line 31, ../../src/sass/modules/_print.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 35, ../../src/sass/modules/_print.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  /* line 41, ../../src/sass/modules/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 47, ../../src/sass/modules/_print.scss */
  h2,
  h3 {
    page-break-after: avoid; } }
