/*! 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
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.
 */
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.
 */
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.
 */
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.
 */
[hidden],
template {
  display: none; }

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

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

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
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.
 */
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.
 */
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; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
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.
 */
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`.
 */
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).
 */
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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
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.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

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

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

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

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

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
@font-face {
  font-family: "AvenirLTPro-Heavy";
  src: url("../fonts/AvenirLTPro-Heavy.eot?") format("eot"), url("../fonts/AvenirLTPro-Heavy.woff") format("woff"), url("../fonts/AvenirLTPro-Heavy.ttf") format("truetype"), url("../fonts/AvenirLTPro-Heavy.otf") format("opentype"), url("../fonts/AvenirLTPro-Heavy.svg#AvenirLTPro-Heavy") format("svg"); }
@font-face {
  font-family: "AvenirLTPro-Heavy";
  font-style: italic;
  src: url("../fonts/AvenirLTPro-HeavyOblique.eot?") format("eot"), url("../fonts/AvenirLTPro-HeavyOblique.woff") format("woff"), url("../fonts/AvenirLTPro-HeavyOblique.ttf") format("truetype"), url("../fonts/AvenirLTPro-HeavyOblique.otf") format("opentype"), url("../fonts/AvenirLTPro-HeavyOblique.svg#AvenirLTPro-Heavy") format("svg"); }
@font-face {
  font-family: "AvenirLTPro-Light";
  src: url("../fonts/AvenirLTPro-Light.eot?") format("eot"), url("../fonts/AvenirLTPro-Light.woff") format("woff"), url("../fonts/AvenirLTPro-Light.ttf") format("truetype"), url("../fonts/AvenirLTPro-Light.otf") format("opentype"), url("../fonts/AvenirLTPro-Light.svg#AvenirLTPro-Light") format("svg"); }
@font-face {
  font-family: "AvenirLTPro-Light";
  font-style: italic;
  src: url("../fonts/AvenirLTPro-LightOblique.eot?") format("eot"), url("../fonts/AvenirLTPro-LightOblique.woff") format("woff"), url("../fonts/AvenirLTPro-LightOblique.ttf") format("truetype"), url("../fonts/AvenirLTPro-LightOblique.otf") format("opentype"), url("../fonts/AvenirLTPro-LightOblique.svg#AvenirLTPro-Light") format("svg"); }
@font-face {
  font-family: "AvenirLTPro-Light";
  font-weight: bold;
  src: url("../fonts/AvenirLTPro-Medium.eot?") format("eot"), url("../fonts/AvenirLTPro-Medium.woff") format("woff"), url("../fonts/AvenirLTPro-Medium.ttf") format("truetype"), url("../fonts/AvenirLTPro-Medium.otf") format("opentype"), url("../fonts/AvenirLTPro-Medium.svg#AvenirLTPro-Light") format("svg"); }
@font-face {
  font-family: "AvenirLTPro-Medium";
  src: url("../fonts/AvenirLTPro-Medium.eot?") format("eot"), url("../fonts/AvenirLTPro-Medium.woff") format("woff"), url("../fonts/AvenirLTPro-Medium.ttf") format("truetype"), url("../fonts/AvenirLTPro-Medium.otf") format("opentype"), url("../fonts/AvenirLTPro-Medium.svg#AvenirLTPro-Medium") format("svg"); }
@font-face {
  font-family: "AvenirLTPro-Medium";
  font-style: italic;
  src: url("../fonts/AvenirLTPro-MediumOblique.eot?") format("eot"), url("../fonts/AvenirLTPro-MediumOblique.woff") format("woff"), url("../fonts/AvenirLTPro-MediumOblique.ttf") format("truetype"), url("../fonts/AvenirLTPro-MediumOblique.otf") format("opentype"), url("../fonts/AvenirLTPro-MediumOblique.svg#AvenirLTPro-Medium") format("svg"); }
.fontloader {
  position: absolute;
  left: -1000px;
  opacity: 0;
  overflow: hidden;
  height: 0;
  font-family: "AvenirLTPro-Medium"; }
  .fontloader:before {
    content: "";
    font-family: "AvenirLTPro-Light"; }
  .fontloader:after {
    content: "";
    font-family: "AvenirLTPro-Heavy"; }

html, body {
  height: 100%;
  background-color: black;
  color: white;
  -webkit-tap-highlight-color: transparent;
  -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;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none; }

#main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden; }

#appLoader {
  position: absolute;
  z-index: 10000;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000 url("../img/welcome_bg.png") repeat; }

.column-bg-1 {
  background-color: #00c88c; }

.column-color-1 {
  color: #00c88c; }

.column-bg-2 {
  background-color: #c31eaa; }

.column-color-2 {
  color: #c31eaa; }

.column-bg-3 {
  background-color: #32cdd7; }

.column-color-3 {
  color: #32cdd7; }

.column-bg-4 {
  background-color: #ff5a00; }

.column-color-4 {
  color: #ff5a00; }

.column-bg-5 {
  background-color: #c2afe6; }

.column-color-5 {
  color: #c2afe6; }

.column-bg-6 {
  background-color: #f4af00; }

.column-color-6 {
  color: #f4af00; }

.column-bg-7 {
  background-color: #00758d; }

.column-color-7 {
  color: #00758d; }

.column-bg-8 {
  background-color: #70d551; }

.column-color-8 {
  color: #70d551; }

.column-bg-9 {
  background-color: #e70f47; }

.column-color-9 {
  color: #e70f47; }

.column-bg-10 {
  background-color: #7cded5; }

.column-color-10 {
  color: #7cded5; }

#start {
  width: 100%;
  height: 100%; }
  #start #startWelcome,
  #start #startInfo,
  #start #startHelp {
    width: 100%;
    height: 100%;
    overflow: hidden; }
  #start #startWelcome {
    background: #000 url("../img/welcome_bg.png") repeat; }
  #start #startWelcomeTitle {
    width: 80%;
    max-width: 1000px;
    color: #fff;
    font-family: "AvenirLTPro-Light";
    text-align: center; }
  #start #startCookiesContainer {
    width: 100%;
    height: auto;
    background: #fff;
    cursor: pointer; }
  #start #startCookies {
    position: relative !important;
    width: 70%;
    left: 15%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    font-family: "AvenirLTPro-Light";
    font-size: 14px;
    text-align: center; }
  #start #startWelcomeButton,
  #start #startInfoButton,
  #start #startHelpButton {
    width: 50px;
    height: 50px;
    left: 50%;
    bottom: 5%;
    margin-left: -25px;
    cursor: pointer; }
  #start #startInfo {
    background: #fff; }
  #start #startInfoContent {
    width: 75%;
    height: auto;
    max-width: 400px; }
  #start #startInfo h1, #start p {
    position: relative !important;
    color: #000;
    font-family: "AvenirLTPro-Light"; }
  #start #startInfo h1 {
    width: 80%;
    font-weight: normal;
    font-size: 20px; }
  #start #startInfo p {
    width: 100%;
    font-size: 14px; }
  @media screen and (min-width: 720px) {
    #start #startInfoContent {
      max-width: 600px; }
    #start #startInfo h1 {
      font-size: 30px; }
    #start #startInfo p {
      font-size: 21px; } }

#container,
#grid {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; }

#gridColumnIndicator {
  width: 100%;
  height: 5px;
  background: #000;
  -webkit-transition: height .25s ease-out;
  -moz-transition: height .25s ease-out;
  -ms-transition: height .25s ease-out;
  -o-transition: height .25s ease-out;
  transition: height .25s ease-out; }
  #gridColumnIndicator .gridColumnIndicatorColor {
    height: 100%; }
  #gridColumnIndicator.hide {
    height: 0; }

.gridItem,
.gridItemBg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; }

.gridItem .gridItemBg {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  opacity: 0; }
  .gridItem .gridItemBg.fadein {
    opacity: 1;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    -ms-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out; }
  .gridItem .gridItemBg.instant {
    opacity: 1; }
  .gridItem .gridItemBg img {
    position: absolute; }
.gridItem #likeButton {
  left: 50%;
  top: 45%;
  margin-left: -50px;
  margin-top: -50px;
  width: 96px;
  height: 96px;
  cursor: pointer;
  overflow: hidden; }
  .gridItem #likeButton #likeButtonIcon,
  .gridItem #likeButton #likeButtonIconActive,
  .gridItem #likeButton #likeButtonIconActiveContainer {
    width: 96px;
    height: 96px; }
  .gridItem #likeButton #likeButtonIconActiveContainer {
    overflow: hidden; }
  .gridItem #likeButton #likeButtonRank {
    width: 100%;
    text-align: center;
    font-family: "AvenirLTPro-Medium";
    font-size: 16px; }
  .gridItem #likeButton .likeButtonRank {
    top: 20px; }
  .gridItem #likeButton .likeButtonRankWinner {
    top: 28px; }
.gridItem .meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px; }
.gridItem .title, .gridItem .description, .gridItem .categoryPrefix, .gridItem .category, .gridItem .sharebtn {
  display: inline-table;
  color: white;
  font-family: "AvenirLTPro-Light"; }
.gridItem .title, .gridItem .description, .gridItem .categoryPrefix, .gridItem .category {
  position: relative !important; }
.gridItem .categoryPrefix, .gridItem .category {
  margin-bottom: 11px;
  padding: 3px;
  padding-top: 5px;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: normal; }
.gridItem .categoryPrefix {
  display: inline-table !important;
  top: 1px;
  margin-left: 20px;
  margin-right: -20px;
  font-size: 16px; }
.gridItem .category {
  margin-left: 20px;
  margin-right: 20px; }
.gridItem .title {
  font-size: 28px;
  line-height: 27px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-bottom: 0px;
  box-sizing: border-box; }
.gridItem .description {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 16px;
  padding-left: 20px;
  padding-right: 85px;
  width: 100%;
  max-width: 650px; }
.gridItem .sharebtnContainer {
  right: 5px;
  bottom: 5px; }
  .gridItem .sharebtnContainer .sharebtn {
    right: 0px;
    bottom: 3px;
    font-size: 13px;
    line-height: 13px;
    cursor: pointer;
    padding: 20px;
    z-index: 998; }
    .gridItem .sharebtnContainer .sharebtn:before {
      position: absolute;
      content: "";
      right: 45px;
      width: 33px;
      height: 19px;
      bottom: 19px;
      background-image: url("../img/share_arrow.svg");
      background-repeat: no-repeat;
      background-size: contain; }
    .gridItem .sharebtnContainer .sharebtn:after {
      position: absolute;
      content: "";
      width: 27px;
      height: 0;
      bottom: 20px;
      right: 20px;
      border-bottom: 1px solid #b9b9b9; }
@media screen and (min-width: 720px) {
  .gridItem .meta {
    left: 15px;
    bottom: 45px; }
  .gridItem .sharebtnContainer {
    right: 20px;
    bottom: 25px; } }

#gridNavLeftButton,
#gridNavRightButton {
  height: 100%;
  width: 50px; }

#gridNavTopButton,
#gridNavBottomButton {
  height: 50px;
  width: 100%; }

#gridNavRightButton {
  right: 0px; }

#gridNavBottomButton {
  bottom: 0px; }

#gridNavLeftButtonArrow,
#gridNavRightButtonArrow,
#gridNavTopButtonArrow,
#gridNavBottomButtonArrow {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-position: 50%; }

#gridNavLeftButtonArrow {
  background-image: url("../img/nav_arrow_left.svg"); }

#gridNavRightButtonArrow {
  background-image: url("../img/nav_arrow_right.svg"); }

#gridNavTopButtonArrow {
  background-image: url("../img/nav_arrow_up.svg"); }

#gridNavBottomButtonArrow {
  background-image: url("../img/nav_arrow_down.svg"); }

#gridNavLeftButtonArea,
#gridNavRightButtonArea,
#gridNavTopButtonArea,
#gridNavBottomButtonArea {
  background: url("../img/transparent.gif");
  cursor: pointer; }

#gridNavRightButtonArea {
  right: 0px; }

#gridNavBottomButtonArea {
  bottom: 0px; }

#menu {
  height: 100%;
  background: #fff;
  color: #000;
  overflow-x: hidden; }
  #menu #menuContent {
    width: 100%; }
    #menu #menuContent #menuTitle,
    #menu #menuContent #menuSubtitle {
      position: relative !important;
      font-size: 16px;
      margin-left: 35px; }
    #menu #menuContent #menuTitle {
      margin-top: 35px;
      margin-bottom: 25px;
      font-family: "AvenirLTPro-Medium";
      letter-spacing: 0.3px; }
    #menu #menuContent #menuSubtitle {
      margin-top: -10px;
      margin-bottom: 25px;
      color: #666666;
      font-family: "AvenirLTPro-Light";
      font-weight: normal; }
    #menu #menuContent #menuItem {
      position: relative !important;
      height: 35px;
      margin-bottom: 8px;
      cursor: pointer;
      -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; }
      #menu #menuContent #menuItem .menuItemIcon,
      #menu #menuContent #menuItem .menuItemIconActive,
      #menu #menuContent #menuItem .menuItemIconBg {
        width: 35px;
        left: 30px; }
      #menu #menuContent #menuItem #menuItemLabel {
        margin-top: 8px;
        margin-left: 75px;
        font-family: "AvenirLTPro-Light";
        font-size: 19px; }
  #menu #menuLogo {
    width: 80px;
    height: 14px;
    left: 35px; }
    @media screen and (min-width: 720px) {
      #menu #menuLogo {
        width: 145px;
        height: 24px; } }

#menuContentOverlay, #shareContentOverlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1000;
  cursor: pointer;
  background-image: url("../img/transparent.gif"); }

#menuButton {
  padding: 20px;
  width: 27px;
  height: 17px;
  top: 20px;
  cursor: pointer;
  z-index: 1001 !important; }
  @media screen and (min-width: 720px) {
    #menuButton {
      left: 15px;
      top: 30px; } }

#share {
  height: 100%;
  right: 0px;
  background: #fff;
  color: #000;
  overflow-x: hidden; }
  #share #shareContent {
    width: 100%;
    padding-bottom: 20px; }
    #share #shareContent #shareTitle,
    #share #shareContent #shareLinkText {
      position: relative !important;
      font-size: 16px;
      line-height: 18px;
      margin-left: 35px; }
    #share #shareContent #shareTitle {
      margin-top: 35px;
      margin-right: 35px;
      font-family: "AvenirLTPro-Medium";
      letter-spacing: 0.3px; }
    #share #shareContent #shareLinkText {
      margin-top: 20px;
      margin-right: 35px;
      margin-bottom: 5px;
      color: #868686;
      font-family: "AvenirLTPro-Light";
      font-size: 12px;
      text-transform: uppercase;
      font-weight: normal; }
    #share #shareContent #shareLinkBoxWrap {
      position: static !important;
      margin-left: 35px;
      margin-right: 30px; }
    #share #shareContent #shareLinkBox {
      position: static !important;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-family: "AvenirLTPro-Light";
      width: 100%;
      display: block;
      padding-left: 6px;
      padding-right: 6px;
      padding-top: 12px;
      padding-bottom: 10px;
      margin-bottom: 20px;
      border-radius: 0;
      border: 1px solid #868686;
      color: #868686;
      font-size: 13px;
      background: #f2f2f2;
      -webkit-appearance: none; }
    #share #shareContent .btn {
      position: static !important;
      font-size: 19px;
      margin-left: 35px;
      margin-right: 25px;
      margin-bottom: -5px;
      line-height: 40px;
      font-family: "AvenirLTPro-Light";
      cursor: pointer;
      padding: 5px 0px; }
      #share #shareContent .btn:before {
        float: left;
        margin-right: 10px;
        width: 35px;
        height: 35px;
        content: "";
        border-radius: 100px; }
      #share #shareContent .btn.facebook:before {
        background-image: url("../img/share_facebook.svg"); }
      #share #shareContent .btn.twitter:before {
        background-image: url("../img/share_twitter.svg"); }
      #share #shareContent .btn.gplus:before {
        background-image: url("../img/share_google.svg"); }
      #share #shareContent .btn.email:before {
        background-image: url("../img/share_mail.svg"); }

#audioPlayer {
  left: 0;
  right: 0;
  text-align: center;
  height: 0; }
  #audioPlayer .playPauseBtn {
    width: 67px;
    height: 67px;
    right: 0px;
    top: 16px;
    background-image: url("../img/transparent.gif");
    cursor: pointer; }
  #audioPlayer .playBtn, #audioPlayer .pauseBtn {
    width: 40px;
    height: 40px; }
  #audioPlayer .playBtn {
    right: 18px;
    top: 14px; }
  #audioPlayer .pauseBtn {
    right: 21px;
    top: 14px;
    display: none; }
  #audioPlayer.playing .playBtn {
    display: none; }
  #audioPlayer.playing .pauseBtn {
    display: block; }
  #audioPlayer .timeIndicator {
    position: relative !important;
    top: 10px;
    display: inline-block;
    white-space: nowrap;
    font-size: 12px;
    pointer-events: none; }
  #audioPlayer.loaded .seeker-wrapper {
    opacity: 1 !important; }
  #audioPlayer #audioPlayerSeekerLeftContainer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    direction: rtl; }
  #audioPlayer .seeker-wrapper {
    top: 0;
    height: 45px;
    overflow: hidden;
    opacity: 0.0 !important;
    -webkit-transition: opacity .2s ease-in-out;
    padding-top: 28px;
    padding-bottom: 35px;
    max-width: 400px; }
    #audioPlayer .seeker-wrapper.left {
      left: 85px;
      right: 50%; }
    #audioPlayer .seeker-wrapper.right {
      left: 50%;
      right: 85px; }
  #audioPlayer .seeker {
    margin-left: 100%;
    height: 45px;
    width: 2048px; }
  #audioPlayer .seeker-wrapper.right .seeker {
    margin-left: 0%; }
  #audioPlayer #loaderAnim {
    width: 30px;
    height: 30px;
    top: 35px;
    right: 25px; }
    #audioPlayer #loaderAnim #loaderAnim img {
      width: 30px;
      height: 30px; }
  @media screen and (min-width: 720px) {
    #audioPlayer .playPauseBtn {
      right: 15px;
      top: 26px; }
    #audioPlayer .timeIndicator {
      top: 20px; }
    #audioPlayer .seeker-wrapper {
      top: 10px; }
      #audioPlayer .seeker-wrapper.left {
        left: 110px; }
      #audioPlayer .seeker-wrapper.right {
        right: 110px; }
    #audioPlayer #loaderAnim {
      top: 45px;
      right: 40px; } }

#help {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url("../img/transparent.gif"); }
  #help #helpContent {
    width: 213px;
    height: 213px;
    top: 50%;
    left: 50%;
    margin-left: -106.5px;
    margin-top: -106.5px; }
  #help #helpTitle {
    top: 5px;
    width: 100%;
    color: white;
    font-family: "AvenirLTPro-Light";
    font-size: 20px;
    text-align: center; }
  #help #helpBg,
  #help #helpSound,
  #help #helpHand,
  #help #helpHandRotated,
  #help #helpArrowsHorizontal,
  #help #helpCategory {
    width: 100%;
    height: 100%; }
  #help #likeButton {
    left: 50%;
    top: 55%;
    margin-left: -50px;
    margin-top: -50px;
    width: 96px;
    height: 96px;
    overflow: hidden; }
    #help #likeButton #likeButtonIcon,
    #help #likeButton #likeButtonIconActive,
    #help #likeButton #likeButtonIconActiveContainer {
      width: 96px;
      height: 96px; }
    #help #likeButton #likeButtonIconActiveContainer {
      overflow: hidden; }

#about {
  width: 100%;
  height: 100%;
  border-left: 2px solid #ebebeb;
  overflow: hidden;
  background: #fff; }
  #about #aboutContent {
    width: 75%;
    height: auto;
    max-width: 400px; }
  #about #aboutContent h1, #about p {
    position: relative !important;
    color: #000;
    font-family: "AvenirLTPro-Light"; }
  #about #aboutContent h1 {
    width: 80%;
    margin-top: 0px;
    font-weight: normal;
    font-size: 20px; }
  #about #aboutContent p {
    width: 100%;
    font-size: 14px; }
  @media screen and (min-width: 720px) {
    #about #aboutContent {
      max-width: 600px; }
    #about #aboutContent h1 {
      font-size: 30px; }
    #about #aboutContent p {
      font-size: 21px; } }

#qa {
  width: 100%;
  height: 100%;
  border-left: 2px solid #ebebeb;
  overflow: hidden;
  background: #fff; }
  #qa #qaContentContainer {
    width: 100%;
    top: 90px;
    bottom: 0px;
    overflow: hidden; }
  #qa #qaTextFade {
    top: 0px;
    width: 75%;
    height: 10px;
    max-width: 400px;
    background: url("../img/qa_text_fade.png"); }
  #qa #qaContent {
    position: relative !important;
    width: 75%;
    height: auto;
    max-width: 400px; }
  #qa #qaContent h1, #qa p {
    position: relative !important;
    width: 100%;
    color: #000;
    font-family: "AvenirLTPro-Light"; }
  #qa #qaContent h1 {
    margin-top: 5px;
    font-weight: normal;
    font-size: 20px; }
  #qa #qaContent p {
    font-size: 14px; }
  #qa #qaContent a {
    font-size: 12px; }
  @media screen and (min-width: 480px) {
    #qa #qaContentContainer {
      top: 0px; }
    #qa #qaTextFade {
      visibility: hidden; }
    #qa #qaContent h1 {
      margin-top: 40px; }
    #qa #qaContent a {
      font-size: 14px; } }
  @media screen and (min-width: 720px) {
    #qa #qaTextFade,
    #qa #qaContent {
      max-width: 600px; }
    #qa #qaContent h1 {
      font-size: 30px; }
    #qa #qaContent p,
    #qa #qaContent a {
      font-size: 21px; } }

#favouritesAlert {
  width: 100%;
  height: 100%;
  border-left: 2px solid #ebebeb;
  overflow: hidden;
  background: #fff; }
  #favouritesAlert #favouritesAlertContent {
    width: 75%;
    height: auto;
    max-width: 300px; }
  #favouritesAlert #favouritesAlertContent p {
    position: relative !important;
    width: 100%;
    color: #000;
    font-family: "AvenirLTPro-Light";
    font-size: 14px; }
  @media screen and (min-width: 720px) {
    #favouritesAlert #favouritesAlertContent {
      max-width: 450px; }
    #favouritesAlert #favouritesAlertContent p {
      font-size: 21px; } }

/*# sourceMappingURL=main.css.map */
