/* line 5, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/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:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/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;
          box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

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

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

/* Text styles */
/* line 31, ../../src/sass/modules/_general.scss */
a {
  color: #000000; }

/* line 32, ../../src/sass/modules/_general.scss */
a, button, a img, img {
  outline: none; }

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

/* line 36, ../../src/sass/modules/_general.scss */
p {
  font-size: 20px;
  line-height: 31px;
  font-family: "ProximaNova", "Helvetica Neue", Helvetica, Arial; }

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

/* line 44, ../../src/sass/modules/_general.scss */
h1, h2 {
  font-size: 38px;
  line-height: 43px; }

/* line 48, ../../src/sass/modules/_general.scss */
strong {
  font-weight: 600; }

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

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

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

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

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

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

/* line 4, ../../src/sass/modules/_grid.scss */
.content {
  margin: 0 auto;
  max-width: 1140px;
  height: 100%; }

/* line 10, ../../src/sass/modules/_grid.scss */
.row:after {
  content: "";
  display: table;
  clear: both; }

/* line 16, ../../src/sass/modules/_grid.scss */
.col {
  width: 100%;
  float: left;
  padding: 0 7.5px; }
  /* line 23, ../../src/sass/modules/_grid.scss */
  .col--1 {
    width: -webkit-calc((100% / 12) * 1);
    width: calc((100% / 12) * 1); }
  /* line 27, ../../src/sass/modules/_grid.scss */
  .col--offset-1 {
    margin-left: -webkit-calc((100% / 12) * 1);
    margin-left: calc((100% / 12) * 1); }
  /* line 23, ../../src/sass/modules/_grid.scss */
  .col--2 {
    width: -webkit-calc((100% / 12) * 2);
    width: calc((100% / 12) * 2); }
  /* line 27, ../../src/sass/modules/_grid.scss */
  .col--offset-2 {
    margin-left: -webkit-calc((100% / 12) * 2);
    margin-left: calc((100% / 12) * 2); }
  /* line 23, ../../src/sass/modules/_grid.scss */
  .col--3 {
    width: -webkit-calc((100% / 12) * 3);
    width: calc((100% / 12) * 3); }
  /* line 27, ../../src/sass/modules/_grid.scss */
  .col--offset-3 {
    margin-left: -webkit-calc((100% / 12) * 3);
    margin-left: calc((100% / 12) * 3); }
  /* line 23, ../../src/sass/modules/_grid.scss */
  .col--4 {
    width: -webkit-calc((100% / 12) * 4);
    width: calc((100% / 12) * 4); }
  /* line 27, ../../src/sass/modules/_grid.scss */
  .col--offset-4 {
    margin-left: -webkit-calc((100% / 12) * 4);
    margin-left: calc((100% / 12) * 4); }
  /* line 23, ../../src/sass/modules/_grid.scss */
  .col--5 {
    width: -webkit-calc((100% / 12) * 5);
    width: calc((100% / 12) * 5); }
  /* line 27, ../../src/sass/modules/_grid.scss */
  .col--offset-5 {
    margin-left: -webkit-calc((100% / 12) * 5);
    margin-left: calc((100% / 12) * 5); }
  /* line 23, ../../src/sass/modules/_grid.scss */
  .col--6 {
    width: -webkit-calc((100% / 12) * 6);
    width: calc((100% / 12) * 6); }
  /* line 27, ../../src/sass/modules/_grid.scss */
  .col--offset-6 {
    margin-left: -webkit-calc((100% / 12) * 6);
    margin-left: calc((100% / 12) * 6); }
  /* line 23, ../../src/sass/modules/_grid.scss */
  .col--7 {
    width: -webkit-calc((100% / 12) * 7);
    width: calc((100% / 12) * 7); }
  /* line 27, ../../src/sass/modules/_grid.scss */
  .col--offset-7 {
    margin-left: -webkit-calc((100% / 12) * 7);
    margin-left: calc((100% / 12) * 7); }
  /* line 23, ../../src/sass/modules/_grid.scss */
  .col--8 {
    width: -webkit-calc((100% / 12) * 8);
    width: calc((100% / 12) * 8); }
  /* line 27, ../../src/sass/modules/_grid.scss */
  .col--offset-8 {
    margin-left: -webkit-calc((100% / 12) * 8);
    margin-left: calc((100% / 12) * 8); }
  /* line 23, ../../src/sass/modules/_grid.scss */
  .col--9 {
    width: -webkit-calc((100% / 12) * 9);
    width: calc((100% / 12) * 9); }
  /* line 27, ../../src/sass/modules/_grid.scss */
  .col--offset-9 {
    margin-left: -webkit-calc((100% / 12) * 9);
    margin-left: calc((100% / 12) * 9); }
  /* line 23, ../../src/sass/modules/_grid.scss */
  .col--10 {
    width: -webkit-calc((100% / 12) * 10);
    width: calc((100% / 12) * 10); }
  /* line 27, ../../src/sass/modules/_grid.scss */
  .col--offset-10 {
    margin-left: -webkit-calc((100% / 12) * 10);
    margin-left: calc((100% / 12) * 10); }
  /* line 23, ../../src/sass/modules/_grid.scss */
  .col--11 {
    width: -webkit-calc((100% / 12) * 11);
    width: calc((100% / 12) * 11); }
  /* line 27, ../../src/sass/modules/_grid.scss */
  .col--offset-11 {
    margin-left: -webkit-calc((100% / 12) * 11);
    margin-left: calc((100% / 12) * 11); }
  /* line 23, ../../src/sass/modules/_grid.scss */
  .col--12 {
    width: -webkit-calc((100% / 12) * 12);
    width: calc((100% / 12) * 12); }
  /* line 27, ../../src/sass/modules/_grid.scss */
  .col--offset-12 {
    margin-left: -webkit-calc((100% / 12) * 12);
    margin-left: calc((100% / 12) * 12); }
  @media screen and (max-width: 1100px) {
    /* line 35, ../../src/sass/modules/_grid.scss */
    .col--md-1 {
      width: -webkit-calc(((100% / 12) * 1));
      width: calc(((100% / 12) * 1)); }
    /* line 39, ../../src/sass/modules/_grid.scss */
    .col--md-offset-1 {
      margin-left: -webkit-calc((100% / 12) * 1);
      margin-left: calc((100% / 12) * 1); }
    /* line 35, ../../src/sass/modules/_grid.scss */
    .col--md-2 {
      width: -webkit-calc(((100% / 12) * 2));
      width: calc(((100% / 12) * 2)); }
    /* line 39, ../../src/sass/modules/_grid.scss */
    .col--md-offset-2 {
      margin-left: -webkit-calc((100% / 12) * 2);
      margin-left: calc((100% / 12) * 2); }
    /* line 35, ../../src/sass/modules/_grid.scss */
    .col--md-3 {
      width: -webkit-calc(((100% / 12) * 3));
      width: calc(((100% / 12) * 3)); }
    /* line 39, ../../src/sass/modules/_grid.scss */
    .col--md-offset-3 {
      margin-left: -webkit-calc((100% / 12) * 3);
      margin-left: calc((100% / 12) * 3); }
    /* line 35, ../../src/sass/modules/_grid.scss */
    .col--md-4 {
      width: -webkit-calc(((100% / 12) * 4));
      width: calc(((100% / 12) * 4)); }
    /* line 39, ../../src/sass/modules/_grid.scss */
    .col--md-offset-4 {
      margin-left: -webkit-calc((100% / 12) * 4);
      margin-left: calc((100% / 12) * 4); }
    /* line 35, ../../src/sass/modules/_grid.scss */
    .col--md-5 {
      width: -webkit-calc(((100% / 12) * 5));
      width: calc(((100% / 12) * 5)); }
    /* line 39, ../../src/sass/modules/_grid.scss */
    .col--md-offset-5 {
      margin-left: -webkit-calc((100% / 12) * 5);
      margin-left: calc((100% / 12) * 5); }
    /* line 35, ../../src/sass/modules/_grid.scss */
    .col--md-6 {
      width: -webkit-calc(((100% / 12) * 6));
      width: calc(((100% / 12) * 6)); }
    /* line 39, ../../src/sass/modules/_grid.scss */
    .col--md-offset-6 {
      margin-left: -webkit-calc((100% / 12) * 6);
      margin-left: calc((100% / 12) * 6); }
    /* line 35, ../../src/sass/modules/_grid.scss */
    .col--md-7 {
      width: -webkit-calc(((100% / 12) * 7));
      width: calc(((100% / 12) * 7)); }
    /* line 39, ../../src/sass/modules/_grid.scss */
    .col--md-offset-7 {
      margin-left: -webkit-calc((100% / 12) * 7);
      margin-left: calc((100% / 12) * 7); }
    /* line 35, ../../src/sass/modules/_grid.scss */
    .col--md-8 {
      width: -webkit-calc(((100% / 12) * 8));
      width: calc(((100% / 12) * 8)); }
    /* line 39, ../../src/sass/modules/_grid.scss */
    .col--md-offset-8 {
      margin-left: -webkit-calc((100% / 12) * 8);
      margin-left: calc((100% / 12) * 8); }
    /* line 35, ../../src/sass/modules/_grid.scss */
    .col--md-9 {
      width: -webkit-calc(((100% / 12) * 9));
      width: calc(((100% / 12) * 9)); }
    /* line 39, ../../src/sass/modules/_grid.scss */
    .col--md-offset-9 {
      margin-left: -webkit-calc((100% / 12) * 9);
      margin-left: calc((100% / 12) * 9); }
    /* line 35, ../../src/sass/modules/_grid.scss */
    .col--md-10 {
      width: -webkit-calc(((100% / 12) * 10));
      width: calc(((100% / 12) * 10)); }
    /* line 39, ../../src/sass/modules/_grid.scss */
    .col--md-offset-10 {
      margin-left: -webkit-calc((100% / 12) * 10);
      margin-left: calc((100% / 12) * 10); }
    /* line 35, ../../src/sass/modules/_grid.scss */
    .col--md-11 {
      width: -webkit-calc(((100% / 12) * 11));
      width: calc(((100% / 12) * 11)); }
    /* line 39, ../../src/sass/modules/_grid.scss */
    .col--md-offset-11 {
      margin-left: -webkit-calc((100% / 12) * 11);
      margin-left: calc((100% / 12) * 11); }
    /* line 35, ../../src/sass/modules/_grid.scss */
    .col--md-12 {
      width: -webkit-calc(((100% / 12) * 12));
      width: calc(((100% / 12) * 12)); }
    /* line 39, ../../src/sass/modules/_grid.scss */
    .col--md-offset-12 {
      margin-left: -webkit-calc((100% / 12) * 12);
      margin-left: calc((100% / 12) * 12); } }
  @media screen and (max-width: 800px) {
    /* line 47, ../../src/sass/modules/_grid.scss */
    .col--sm-1 {
      width: -webkit-calc(((100% / 12) * 1));
      width: calc(((100% / 12) * 1)); }
    /* line 51, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-1 {
      margin-left: -webkit-calc((100% / 12) * 1);
      margin-left: calc((100% / 12) * 1); }
    /* line 47, ../../src/sass/modules/_grid.scss */
    .col--sm-2 {
      width: -webkit-calc(((100% / 12) * 2));
      width: calc(((100% / 12) * 2)); }
    /* line 51, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-2 {
      margin-left: -webkit-calc((100% / 12) * 2);
      margin-left: calc((100% / 12) * 2); }
    /* line 47, ../../src/sass/modules/_grid.scss */
    .col--sm-3 {
      width: -webkit-calc(((100% / 12) * 3));
      width: calc(((100% / 12) * 3)); }
    /* line 51, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-3 {
      margin-left: -webkit-calc((100% / 12) * 3);
      margin-left: calc((100% / 12) * 3); }
    /* line 47, ../../src/sass/modules/_grid.scss */
    .col--sm-4 {
      width: -webkit-calc(((100% / 12) * 4));
      width: calc(((100% / 12) * 4)); }
    /* line 51, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-4 {
      margin-left: -webkit-calc((100% / 12) * 4);
      margin-left: calc((100% / 12) * 4); }
    /* line 47, ../../src/sass/modules/_grid.scss */
    .col--sm-5 {
      width: -webkit-calc(((100% / 12) * 5));
      width: calc(((100% / 12) * 5)); }
    /* line 51, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-5 {
      margin-left: -webkit-calc((100% / 12) * 5);
      margin-left: calc((100% / 12) * 5); }
    /* line 47, ../../src/sass/modules/_grid.scss */
    .col--sm-6 {
      width: -webkit-calc(((100% / 12) * 6));
      width: calc(((100% / 12) * 6)); }
    /* line 51, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-6 {
      margin-left: -webkit-calc((100% / 12) * 6);
      margin-left: calc((100% / 12) * 6); }
    /* line 47, ../../src/sass/modules/_grid.scss */
    .col--sm-7 {
      width: -webkit-calc(((100% / 12) * 7));
      width: calc(((100% / 12) * 7)); }
    /* line 51, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-7 {
      margin-left: -webkit-calc((100% / 12) * 7);
      margin-left: calc((100% / 12) * 7); }
    /* line 47, ../../src/sass/modules/_grid.scss */
    .col--sm-8 {
      width: -webkit-calc(((100% / 12) * 8));
      width: calc(((100% / 12) * 8)); }
    /* line 51, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-8 {
      margin-left: -webkit-calc((100% / 12) * 8);
      margin-left: calc((100% / 12) * 8); }
    /* line 47, ../../src/sass/modules/_grid.scss */
    .col--sm-9 {
      width: -webkit-calc(((100% / 12) * 9));
      width: calc(((100% / 12) * 9)); }
    /* line 51, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-9 {
      margin-left: -webkit-calc((100% / 12) * 9);
      margin-left: calc((100% / 12) * 9); }
    /* line 47, ../../src/sass/modules/_grid.scss */
    .col--sm-10 {
      width: -webkit-calc(((100% / 12) * 10));
      width: calc(((100% / 12) * 10)); }
    /* line 51, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-10 {
      margin-left: -webkit-calc((100% / 12) * 10);
      margin-left: calc((100% / 12) * 10); }
    /* line 47, ../../src/sass/modules/_grid.scss */
    .col--sm-11 {
      width: -webkit-calc(((100% / 12) * 11));
      width: calc(((100% / 12) * 11)); }
    /* line 51, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-11 {
      margin-left: -webkit-calc((100% / 12) * 11);
      margin-left: calc((100% / 12) * 11); }
    /* line 47, ../../src/sass/modules/_grid.scss */
    .col--sm-12 {
      width: -webkit-calc(((100% / 12) * 12));
      width: calc(((100% / 12) * 12)); }
    /* line 51, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-12 {
      margin-left: -webkit-calc((100% / 12) * 12);
      margin-left: calc((100% / 12) * 12); } }
  @media screen and (max-width: 640px) {
    /* line 59, ../../src/sass/modules/_grid.scss */
    .col--xs-1 {
      width: -webkit-calc(((100% / 12) * 1));
      width: calc(((100% / 12) * 1)); }
    /* line 63, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-1 {
      margin-left: -webkit-calc((100% / 12) * 1);
      margin-left: calc((100% / 12) * 1); }
    /* line 59, ../../src/sass/modules/_grid.scss */
    .col--xs-2 {
      width: -webkit-calc(((100% / 12) * 2));
      width: calc(((100% / 12) * 2)); }
    /* line 63, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-2 {
      margin-left: -webkit-calc((100% / 12) * 2);
      margin-left: calc((100% / 12) * 2); }
    /* line 59, ../../src/sass/modules/_grid.scss */
    .col--xs-3 {
      width: -webkit-calc(((100% / 12) * 3));
      width: calc(((100% / 12) * 3)); }
    /* line 63, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-3 {
      margin-left: -webkit-calc((100% / 12) * 3);
      margin-left: calc((100% / 12) * 3); }
    /* line 59, ../../src/sass/modules/_grid.scss */
    .col--xs-4 {
      width: -webkit-calc(((100% / 12) * 4));
      width: calc(((100% / 12) * 4)); }
    /* line 63, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-4 {
      margin-left: -webkit-calc((100% / 12) * 4);
      margin-left: calc((100% / 12) * 4); }
    /* line 59, ../../src/sass/modules/_grid.scss */
    .col--xs-5 {
      width: -webkit-calc(((100% / 12) * 5));
      width: calc(((100% / 12) * 5)); }
    /* line 63, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-5 {
      margin-left: -webkit-calc((100% / 12) * 5);
      margin-left: calc((100% / 12) * 5); }
    /* line 59, ../../src/sass/modules/_grid.scss */
    .col--xs-6 {
      width: -webkit-calc(((100% / 12) * 6));
      width: calc(((100% / 12) * 6)); }
    /* line 63, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-6 {
      margin-left: -webkit-calc((100% / 12) * 6);
      margin-left: calc((100% / 12) * 6); }
    /* line 59, ../../src/sass/modules/_grid.scss */
    .col--xs-7 {
      width: -webkit-calc(((100% / 12) * 7));
      width: calc(((100% / 12) * 7)); }
    /* line 63, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-7 {
      margin-left: -webkit-calc((100% / 12) * 7);
      margin-left: calc((100% / 12) * 7); }
    /* line 59, ../../src/sass/modules/_grid.scss */
    .col--xs-8 {
      width: -webkit-calc(((100% / 12) * 8));
      width: calc(((100% / 12) * 8)); }
    /* line 63, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-8 {
      margin-left: -webkit-calc((100% / 12) * 8);
      margin-left: calc((100% / 12) * 8); }
    /* line 59, ../../src/sass/modules/_grid.scss */
    .col--xs-9 {
      width: -webkit-calc(((100% / 12) * 9));
      width: calc(((100% / 12) * 9)); }
    /* line 63, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-9 {
      margin-left: -webkit-calc((100% / 12) * 9);
      margin-left: calc((100% / 12) * 9); }
    /* line 59, ../../src/sass/modules/_grid.scss */
    .col--xs-10 {
      width: -webkit-calc(((100% / 12) * 10));
      width: calc(((100% / 12) * 10)); }
    /* line 63, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-10 {
      margin-left: -webkit-calc((100% / 12) * 10);
      margin-left: calc((100% / 12) * 10); }
    /* line 59, ../../src/sass/modules/_grid.scss */
    .col--xs-11 {
      width: -webkit-calc(((100% / 12) * 11));
      width: calc(((100% / 12) * 11)); }
    /* line 63, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-11 {
      margin-left: -webkit-calc((100% / 12) * 11);
      margin-left: calc((100% / 12) * 11); }
    /* line 59, ../../src/sass/modules/_grid.scss */
    .col--xs-12 {
      width: -webkit-calc(((100% / 12) * 12));
      width: calc(((100% / 12) * 12)); }
    /* line 63, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-12 {
      margin-left: -webkit-calc((100% / 12) * 12);
      margin-left: calc((100% / 12) * 12); } }

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

/* line 1, ../../src/sass/partials/_footer.scss */
.footer {
  background: #373737;
  color: #ffffff;
  padding: 60px 0; }

/* line 11, ../../src/sass/partials/_footer.scss */
.footer-contact li {
  margin-bottom: 7px; }

/* line 15, ../../src/sass/partials/_footer.scss */
.footer-contact li a {
  color: #ffffff !important;
  text-decoration: none; }

/* line 20, ../../src/sass/partials/_footer.scss */
.footer-contact__headline {
  font-weight: 600; }

/* line 24, ../../src/sass/partials/_footer.scss */
.footer-logo__headline {
  vertical-align: top;
  margin-right: 15px; }

/* line 29, ../../src/sass/partials/_footer.scss */
.footer-logo__image {
  width: 235px; }

/* line 33, ../../src/sass/partials/_footer.scss */
.alt-footer {
  text-align: center; }

/* line 37, ../../src/sass/partials/_footer.scss */
.contact-skellefta {
  margin-top: 10px; }
  /* line 39, ../../src/sass/partials/_footer.scss */
  .contact-skellefta a {
    color: #ffffff; }

/* line 1, ../../src/sass/partials/_main.scss */
.wrapper {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%; }

/* line 8, ../../src/sass/partials/_main.scss */
.video-wrapper {
  background: #000;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%; }

/* line 16, ../../src/sass/partials/_main.scss */
.video-holder__video {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%; }

/* line 23, ../../src/sass/partials/_main.scss */
.video-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }
  /* line 33, ../../src/sass/partials/_main.scss */
  .video-loading img {
    display: block;
    width: 100%; }

/* line 41, ../../src/sass/partials/_main.scss */
.video-info-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.64);
  margin: 0 auto;
  padding: 50px 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 780px;
  width: 100%; }

/* line 55, ../../src/sass/partials/_main.scss */
.video-info-overlay__anchor {
  border: 0;
  background: none;
  color: #fff;
  cursor: pointer;
  font-size: 28px; }
  /* line 62, ../../src/sass/partials/_main.scss */
  .video-info-overlay__anchor > span:before {
    vertical-align: middle;
    margin-left: 10px; }
  /* line 67, ../../src/sass/partials/_main.scss */
  .video-info-overlay__anchor:first-child {
    float: left; }
  /* line 71, ../../src/sass/partials/_main.scss */
  .video-info-overlay__anchor:last-child {
    float: right; }

/* line 76, ../../src/sass/partials/_main.scss */
.f-symbol-info {
  position: absolute;
  width: 50%;
  bottom: 30px;
  right: 35px;
  opacity: 0;
  text-align: right;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none;
  -webkit-transition: opacity 600ms linear 0ms;
          transition: opacity 600ms linear 0ms; }
  /* line 90, ../../src/sass/partials/_main.scss */
  .f-symbol-info.show {
    -webkit-transition: opacity 600ms linear 500ms;
            transition: opacity 600ms linear 500ms;
    opacity: 1; }
    @media screen and (max-width: 1100px) {
      /* line 95, ../../src/sass/partials/_main.scss */
      .f-symbol-info.show .f-symbol-desc {
        -webkit-transition: opacity 600ms linear 4000ms;
                transition: opacity 600ms linear 4000ms;
        opacity: 1; } }
  /* line 104, ../../src/sass/partials/_main.scss */
  .f-pressed .f-symbol-info .f-symbol {
    color: #84EEFE; }

/* line 110, ../../src/sass/partials/_main.scss */
.f-symbol {
  border: none;
  background: none;
  color: #b9dee3;
  font-size: 83px;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 1100px) {
    /* line 110, ../../src/sass/partials/_main.scss */
    .f-symbol {
      font-size: 65px; } }

/* line 125, ../../src/sass/partials/_main.scss */
.f-symbol-desc {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  width: 50%;
  max-width: 280px; }
  @media screen and (max-width: 1100px) {
    /* line 125, ../../src/sass/partials/_main.scss */
    .f-symbol-desc {
      -webkit-transition: opacity 600ms linear 0ms;
              transition: opacity 600ms linear 0ms;
      opacity: 0; } }

/* line 138, ../../src/sass/partials/_main.scss */
.video-overlay-info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 400ms linear 0ms, visibility 0ms linear 400ms;
          transition: opacity 400ms linear 0ms, visibility 0ms linear 400ms; }
  /* line 149, ../../src/sass/partials/_main.scss */
  .video-overlay-info.show {
    -webkit-transition: opacity 400ms linear 0ms, visibility 0ms linear 0ms;
            transition: opacity 400ms linear 0ms, visibility 0ms linear 0ms;
    opacity: 1;
    visibility: visible; }
  @media screen and (max-width: 800px) {
    /* line 138, ../../src/sass/partials/_main.scss */
    .video-overlay-info {
      max-width: 500px; } }

/* line 160, ../../src/sass/partials/_main.scss */
.share-btn {
  border: none;
  font-size: 24px;
  position: absolute;
  padding: 0;
  top: 10px;
  right: 30px;
  width: 45px;
  height: 45px;
  background: rgba(132, 238, 254, 0.18);
  cursor: pointer;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #b9dee3; }
  /* line 174, ../../src/sass/partials/_main.scss */
  .f-pressed .share-btn {
    background: rgba(185, 222, 227, 0.18);
    color: #84EEFE; }
  /* line 179, ../../src/sass/partials/_main.scss */
  .share-btn:before {
    right: 2px;
    position: relative; }

/* line 185, ../../src/sass/partials/_main.scss */
.btnPlayLarge {
  background: rgba(195, 221, 226, 0.6);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 240px;
  height: 240px;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  z-index: 1; }
  /* line 199, ../../src/sass/partials/_main.scss */
  .btnPlayLarge .icon-ic-play {
    color: #c3dde2;
    display: block;
    font-size: 90px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(12px);
        -ms-transform: translateY(-50%) translateX(12px);
            transform: translateY(-50%) translateX(12px);
    text-align: center; }
  @media screen and (max-width: 1100px) {
    /* line 185, ../../src/sass/partials/_main.scss */
    .btnPlayLarge {
      width: 160px;
      height: 160px; }
      /* line 213, ../../src/sass/partials/_main.scss */
      .btnPlayLarge .icon-ic-play {
        font-size: 55px;
        -webkit-transform: translateY(-50%) translateX(6px);
            -ms-transform: translateY(-50%) translateX(6px);
                transform: translateY(-50%) translateX(6px); } }
  @media screen and (max-width: 640px) {
    /* line 185, ../../src/sass/partials/_main.scss */
    .btnPlayLarge {
      width: 120px;
      height: 120px; } }
  /* line 224, ../../src/sass/partials/_main.scss */
  .btnPlayLarge.hide {
    -webkit-transition: opacity 400ms linear 0ms, visibility 0ms linear 400ms;
            transition: opacity 400ms linear 0ms, visibility 0ms linear 400ms;
    opacity: 0;
    visibility: hidden; }

/*** VIDEO CONTROLS CSS ***/
/* control holder */
/* line 234, ../../src/sass/partials/_main.scss */
.control {
  color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1; }

/* control bottom part */
/* line 244, ../../src/sass/partials/_main.scss */
.btmControl {
  clear: both;
  width: 100%;
  height: 8px; }

/* line 249, ../../src/sass/partials/_main.scss */
.control .btnPlay {
  color: #b9dee3;
  position: absolute;
  bottom: 40px;
  left: 30px;
  width: 45px;
  height: 45px;
  background: rgba(185, 222, 227, 0.18);
  cursor: pointer;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  opacity: 0; }
  /* line 261, ../../src/sass/partials/_main.scss */
  .control .btnPlay.show {
    opacity: 1; }
  /* line 265, ../../src/sass/partials/_main.scss */
  .control .btnPlay .icon-ic-play,
  .control .btnPlay .icon-ic-pause {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center; }
  /* line 273, ../../src/sass/partials/_main.scss */
  .control .btnPlay .icon-ic-play {
    display: block; }
  /* line 276, ../../src/sass/partials/_main.scss */
  .control .btnPlay .icon-ic-pause {
    display: none; }
  /* line 281, ../../src/sass/partials/_main.scss */
  .control .btnPlay.paused .icon-ic-play {
    display: none; }
  /* line 284, ../../src/sass/partials/_main.scss */
  .control .btnPlay.paused .icon-ic-pause {
    display: block; }
  /* line 289, ../../src/sass/partials/_main.scss */
  .f-pressed .control .btnPlay {
    background: rgba(132, 238, 254, 0.18);
    color: #84EEFE; }

/* line 295, ../../src/sass/partials/_main.scss */
.control .selected {
  font-size: 15px;
  color: #ccc; }

/* PROGRESS BAR CSS */
/* Progress bar */
/* line 303, ../../src/sass/partials/_main.scss */
.progress-bar {
  height: 8px;
  background: #b9dee3; }
  /* line 307, ../../src/sass/partials/_main.scss */
  .f-pressed .progress-bar {
    background: #84EEFE; }

/* line 312, ../../src/sass/partials/_main.scss */
.progress {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer; }

/* line 319, ../../src/sass/partials/_main.scss */
.progress span {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block; }

/* line 326, ../../src/sass/partials/_main.scss */
.timeBar {
  z-index: 10;
  width: 100%;
  left: -100% !important;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  background: #96b7bb; }
  /* line 334, ../../src/sass/partials/_main.scss */
  .f-pressed .timeBar {
    background: #2BC1D8; }

/* line 338, ../../src/sass/partials/_main.scss */
.bufferBar {
  z-index: 5;
  width: 0;
  background: #a8cfd4; }
  /* line 343, ../../src/sass/partials/_main.scss */
  .f-pressed .bufferBar {
    background: #36d6ee; }

/* VOLUME BAR CSS */
/* volume bar */
/* line 350, ../../src/sass/partials/_main.scss */
.volume {
  position: relative;
  cursor: pointer;
  width: 70px;
  height: 10px;
  float: right;
  margin-top: 10px;
  margin-right: 10px; }

/* line 359, ../../src/sass/partials/_main.scss */
.volumeBar {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eee;
  z-index: 10; }

/* line 371, ../../src/sass/partials/_main.scss */
#start-page {
  width: 100%;
  height: 100%; }

/* line 376, ../../src/sass/partials/_main.scss */
.header {
  position: absolute;
  z-index: 1;
  padding: 30px; }
  @media screen and (max-width: 640px) {
    /* line 376, ../../src/sass/partials/_main.scss */
    .header {
      width: 100%;
      padding: 20px; } }

/* line 387, ../../src/sass/partials/_main.scss */
.logo {
  width: 350px;
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 1100px) {
    /* line 387, ../../src/sass/partials/_main.scss */
    .logo {
      width: 250px; } }
  @media screen and (max-width: 640px) {
    /* line 387, ../../src/sass/partials/_main.scss */
    .logo {
      width: 200px;
      display: block;
      margin: 0 auto;
      vertical-align: none; } }
  @media screen and (max-width: 320px) {
    /* line 387, ../../src/sass/partials/_main.scss */
    .logo {
      width: 140px;
      display: inline-block;
      vertical-align: middle; } }

/* line 410, ../../src/sass/partials/_main.scss */
.header-right {
  color: white;
  display: inline-block;
  vertical-align: middle;
  padding-left: 50px;
  margin-top: -30px; }
  @media screen and (max-width: 1100px) {
    /* line 418, ../../src/sass/partials/_main.scss */
    .header-right h2 {
      font-size: 26px; } }
  @media screen and (max-width: 640px) {
    /* line 410, ../../src/sass/partials/_main.scss */
    .header-right {
      display: block;
      vertical-align: none;
      padding-left: 0;
      margin-top: 0;
      text-align: center;
      width: 100%; }
      /* line 431, ../../src/sass/partials/_main.scss */
      .header-right h2 {
        font-size: 24px; } }
  @media screen and (max-width: 320px) {
    /* line 410, ../../src/sass/partials/_main.scss */
    .header-right {
      display: inline-block;
      vertical-align: middle;
      padding-left: 5px;
      margin-top: -5px;
      width: auto; }
      /* line 443, ../../src/sass/partials/_main.scss */
      .header-right h2 {
        font-size: 22px; } }

/* line 449, ../../src/sass/partials/_main.scss */
#map-canvas {
  width: 100%;
  height: 100%; }

/* line 454, ../../src/sass/partials/_main.scss */
.map-marker {
  width: 20px;
  height: 20px;
  background-color: white;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: relative;
  overflow: visible !important;
  opacity: 1 !important; }

/* line 465, ../../src/sass/partials/_main.scss */
.map-marker:before {
  content: '';
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: 3px solid white;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  z-index: 1;
  margin-left: -9px;
  margin-top: -9px;
  -webkit-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* line 484, ../../src/sass/partials/_main.scss */
.map-marker:after {
  content: '';
  width: 22px;
  height: 22px;
  margin-left: -4px;
  margin-top: -4px;
  background-color: transparent;
  border: 3px solid white;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  z-index: 1;
  -webkit-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* line 504, ../../src/sass/partials/_main.scss */
.info-window {
  text-align: center;
  height: 90px;
  width: 150px; }
  /* line 509, ../../src/sass/partials/_main.scss */
  .info-window h2 {
    font-size: 18px;
    line-height: 23px; }
  /* line 514, ../../src/sass/partials/_main.scss */
  .info-window a {
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline; }

/* line 522, ../../src/sass/partials/_main.scss */
.iw-close {
  display: none; }
  /* line 525, ../../src/sass/partials/_main.scss */
  .iw-close img {
    display: none; }

/* line 530, ../../src/sass/partials/_main.scss */
.gm-style-iw > div {
  display: block !important;
  margin: 0 auto !important;
  width: 150px !important; }

/* line 536, ../../src/sass/partials/_main.scss */
.iw-arrow-shadow {
  display: none; }

/* line 540, ../../src/sass/partials/_main.scss */
.iw-arrow {
  display: none; }
@-webkit-keyframes "pulse" {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.4; }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.6; }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.8; }
  100% {
    -webkit-transform: scale(1.1);
    opacity: 0.0; } }
/* line 1, ../../src/sass/partials/_campaign-info.scss */
.campaign-info {
  padding: 80px 0 70px 0; }

/* line 5, ../../src/sass/partials/_campaign-info.scss */
.campaign-info-logo {
  display: block;
  margin: 0 auto;
  max-width: 754px;
  width: 100%; }

/* line 12, ../../src/sass/partials/_campaign-info.scss */
.campaign-info-text {
  margin-top: 55px;
  text-align: center; }

/* line 1, ../../src/sass/partials/_campaign-spotify-info.scss */
.campaign-spotify-info {
  background: #ffffff; }

/* line 5, ../../src/sass/partials/_campaign-spotify-info.scss */
.spotify-info {
  display: table;
  height: 160px;
  width: 100%; }

/* line 11, ../../src/sass/partials/_campaign-spotify-info.scss */
.spotify-info__inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%; }

/* line 18, ../../src/sass/partials/_campaign-spotify-info.scss */
.spotify-info-anchor {
  color: #2BC1D8;
  text-decoration: none; }

/* line 23, ../../src/sass/partials/_campaign-spotify-info.scss */
.spotify-info-logo {
  width: 101px;
  margin-left: 10px;
  vertical-align: bottom; }

/* line 1, ../../src/sass/partials/_promo-area.scss */
.promo-area {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  height: 350px;
  margin-bottom: 15px;
  text-align: center; }
  /* line 8, ../../src/sass/partials/_promo-area.scss */
  .promo-area:hover .promo-area__anchor {
    text-decoration: underline; }
  /* line 14, ../../src/sass/partials/_promo-area.scss */
  .promo-area--white {
    background: #ffffff;
    color: #000000; }
    /* line 18, ../../src/sass/partials/_promo-area.scss */
    .promo-area--white .promo-area__inner {
      color: #000000; }
    /* line 22, ../../src/sass/partials/_promo-area.scss */
    .promo-area--white:hover {
      background: #f8f8f8; }
  /* line 27, ../../src/sass/partials/_promo-area.scss */
  .promo-area--fb-blue {
    background: #3b5998;
    color: #ffffff; }
    /* line 31, ../../src/sass/partials/_promo-area.scss */
    .promo-area--fb-blue .promo-area__inner {
      color: #ffffff; }
    /* line 35, ../../src/sass/partials/_promo-area.scss */
    .promo-area--fb-blue:hover {
      background: #45619c; }
  /* line 40, ../../src/sass/partials/_promo-area.scss */
  .promo-area--twitter-blue {
    background: #4099ff;
    color: #ffffff; }
    /* line 44, ../../src/sass/partials/_promo-area.scss */
    .promo-area--twitter-blue .promo-area__inner {
      color: #ffffff; }
    /* line 48, ../../src/sass/partials/_promo-area.scss */
    .promo-area--twitter-blue:hover {
      background: #52a3ff; }
  /* line 53, ../../src/sass/partials/_promo-area.scss */
  .promo-area--light-blue {
    background: #DFECF2;
    color: #000000; }
    /* line 57, ../../src/sass/partials/_promo-area.scss */
    .promo-area--light-blue .promo-area__inner {
      color: #000000; }
    /* line 61, ../../src/sass/partials/_promo-area.scss */
    .promo-area--light-blue:hover {
      background: #e5edf1; }

/* line 67, ../../src/sass/partials/_promo-area.scss */
.promo-area__inner {
  display: block;
  text-decoration: none;
  padding: 80px 65px 0;
  position: relative;
  height: 100%; }
  @media screen and (max-width: 800px) {
    /* line 67, ../../src/sass/partials/_promo-area.scss */
    .promo-area__inner {
      padding: 65px 35px 0; } }

/* line 83, ../../src/sass/partials/_promo-area.scss */
.promo-area__paragraph {
  margin-top: 25px; }

/* line 87, ../../src/sass/partials/_promo-area.scss */
.promo-area__bottom-paragraph {
  position: absolute;
  width: 90%;
  margin: 0 auto;
  bottom: 30px;
  left: 0;
  right: 0; }

/* line 96, ../../src/sass/partials/_promo-area.scss */
.promo-area__anchor {
  position: absolute;
  bottom: 30px;
  color: #2BC1D8;
  left: 0;
  right: 0;
  font-size: 28px;
  font-weight: 600; }
  /* line 105, ../../src/sass/partials/_promo-area.scss */
  .promo-area__anchor--relative {
    bottom: 0;
    top: 30px;
    position: relative; }
  /* line 111, ../../src/sass/partials/_promo-area.scss */
  .promo-area--fb-blue .promo-area__anchor {
    color: #ffffff; }

/* line 116, ../../src/sass/partials/_promo-area.scss */
.fb-icon {
  width: 28px; }

/* line 120, ../../src/sass/partials/_promo-area.scss */
.twitter-icon {
  width: 63px; }

/* line 124, ../../src/sass/partials/_promo-area.scss */
.mail-icon {
  width: 91px; }

/* line 1, ../../src/sass/partials/_share-modal.scss */
.share-modal {
  color: #ADADAD;
  display: table;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
  visibility: hidden;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: -webkit-transform 550ms ease-in-out 200ms, visibility 0ms linear 550ms;
          transition: transform 550ms ease-in-out 200ms, visibility 0ms linear 550ms; }
  /* line 16, ../../src/sass/partials/_share-modal.scss */
  .share-modal:before {
    content: '';
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(34, 34, 34, 0.3)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(34, 34, 34, 0.3) 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(34, 34, 34, 0.3)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(34, 34, 34, 0.3) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00222222',GradientType=1 );
    /* IE6-9 */
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    left: -100%;
    right: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: opacity 200ms linear 0ms, visibility 0ms linear 200ms;
            transition: opacity 200ms linear 0ms, visibility 0ms linear 200ms; }
  /* line 36, ../../src/sass/partials/_share-modal.scss */
  .share-modal.open {
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 550ms ease-in-out 0ms, visibility 0ms linear 0ms;
            transition: transform 550ms ease-in-out 0ms, visibility 0ms linear 0ms; }
    /* line 41, ../../src/sass/partials/_share-modal.scss */
    .share-modal.open:before {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 200ms linear 550ms, visibility 0ms linear 200ms;
              transition: opacity 200ms linear 550ms, visibility 0ms linear 200ms; }

/* line 49, ../../src/sass/partials/_share-modal.scss */
.share-modal__inner {
  background: #000000;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 415px;
  z-index: 2; }
  @media screen and (max-width: 640px) {
    /* line 49, ../../src/sass/partials/_share-modal.scss */
    .share-modal__inner {
      width: 100%; } }

/* line 63, ../../src/sass/partials/_share-modal.scss */
.share-modal__close {
  border: none;
  background: url("../images/close-icon.png") no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 32px;
  width: 32px;
  padding: 0;
  position: absolute;
  top: 25px;
  left: 15px; }

/* line 76, ../../src/sass/partials/_share-modal.scss */
.share-modal__headline {
  font-size: 28px;
  font-weight: 300;
  line-height: 31px;
  margin-bottom: 30px; }

/* line 83, ../../src/sass/partials/_share-modal.scss */
.share-modal__anchor {
  display: block;
  margin-bottom: 25px; }

/* line 88, ../../src/sass/partials/_share-modal.scss */
.share-modal__anchor img {
  width: 77px; }
  @media screen and (max-width: 800px) {
    /* line 88, ../../src/sass/partials/_share-modal.scss */
    .share-modal__anchor img {
      width: 50px; } }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?-d9cewe");
  src: url("../fonts/icomoon/icomoon.eot?#iefix-d9cewe") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff?-d9cewe") format("woff"), url("../fonts/icomoon/icomoon.ttf?-d9cewe") format("truetype"), url("../fonts/icomoon/icomoon.svg?-d9cewe#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 12, ../../src/sass/modules/_typography.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 26, ../../src/sass/modules/_typography.scss */
.icon-ic-down:before {
  content: "\e600"; }

/* line 30, ../../src/sass/modules/_typography.scss */
.icon-ic-f:before {
  content: "\e601"; }

/* line 34, ../../src/sass/modules/_typography.scss */
.icon-ic-pause:before {
  content: "\e602"; }

/* line 38, ../../src/sass/modules/_typography.scss */
.icon-ic-play:before {
  content: "\e603"; }

/* line 42, ../../src/sass/modules/_typography.scss */
.icon-ic-restart:before {
  content: "\e604"; }

/* line 46, ../../src/sass/modules/_typography.scss */
.icon-ic-share:before {
  content: "\e605"; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/proxima-nova/proxima_nova_reg-webfont.eot");
  src: url("../fonts/proxima-nova/proxima_nova_reg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proxima_nova_reg-webfont.woff") format("woff"), url("../fonts/proxima-nova/proxima_nova_reg-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proxima_nova_reg-webfont.svg#proxima_nova_reg-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/proxima-nova/proxima_nova_bold-webfont.eot");
  src: url("../fonts/proxima-nova/proxima_nova_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proxima_nova_bold-webfont.woff") format("woff"), url("../fonts/proxima-nova/proxima_nova_bold-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proxima_nova_bold-webfont.svg#proxima_nova_bold-webfont") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/proxima-nova/proxima_nova_light-webfont.eot");
  src: url("../fonts/proxima-nova/proxima_nova_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proxima_nova_light-webfont.woff") format("woff"), url("../fonts/proxima-nova/proxima_nova_light-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proxima_nova_light-webfont.svg#proxima_nova_light-webfont") format("svg");
  font-weight: 300;
  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; } }
