/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * 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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'squirrel_light';
  src: url("../assets/fonts/SquirrelAlt1-Light-webfont.eot");
  src: url("../assets/fonts/SquirrelAlt1-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SquirrelAlt1-Light-webfont.woff2") format("woff2"), url("../assets/fonts/SquirrelAlt1-Light-webfont.woff") format("woff"), url("../assets/fonts/SquirrelAlt1-Light-webfont.ttf") format("truetype"), url("../assets/fonts/SquirrelAlt1-Light-webfont.svg#squirrel_alt1light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'squirrel_regular';
  src: url("../assets/fonts/SquirrelAlt1-Regular-webfont.eot");
  src: url("../assets/fonts/SquirrelAlt1-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SquirrelAlt1-Regular-webfont.woff2") format("woff2"), url("../assets/fonts/SquirrelAlt1-Regular-webfont.woff") format("woff"), url("../assets/fonts/SquirrelAlt1-Regular-webfont.ttf") format("truetype"), url("../assets/fonts/SquirrelAlt1-Regular-webfont.svg#squirrel_alt1regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'letro_bold';
  src: url("../assets/fonts/letro-bold.eot");
  src: url("../assets/fonts/letro-bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/letro-bold.woff2") format("woff2"), url("../assets/fonts/letro-bold.woff") format("woff"), url("../assets/fonts/letro-bold.ttf") format("truetype"), url("../assets/fonts/letro-bold.svg#ywftsvg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'letro_normal';
  src: url("../assets/fonts/letro-normal.eot");
  src: url("../assets/fonts/letro-normal.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/letro-normal.woff2") format("woff2"), url("../assets/fonts/letro-normal.woff") format("woff"), url("../assets/fonts/letro-normal.ttf") format("truetype"), url("../assets/fonts/letro-normal.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

a {
  color: inherit;
  text-decoration: none;
  outline: 0; }

a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
  outline: 0; }

ul, li {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

html, body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  overflow: hidden; }

body {
  font-family: squirrel_regular;
  color: #f2eee7; }

.wrapper {
  width: 100%;
  min-height: 640px;
  overflow: hidden; }

.title-block .title {
  font-size: 128px;
  line-height: 90px; }
  .title-block .title span {
    font-size: 35px;
    font-family: squirrel_light; }
    .title-block .title span.span-1 {
      margin-left: -32px; }
    .title-block .title span.span-2 {
      margin: -3px 0 1px 5px;
      font-size: 34px;
      display: block;
      letter-spacing: 4px;
      white-space: nowrap; }
    .title-block .title span.span-3 {
      font-family: inherit;
      font-size: 135px;
      letter-spacing: 6px; }
.title-block .release-date {
  font-size: 28px;
  margin: 28px 0 0 0;
  white-space: nowrap;
  letter-spacing: 0.8px;
  color: #64a6c6;
   }
.title-block .awards {
  margin: 12px;
  overflow: auto; }
  .title-block .awards .award {
    width: 150px;
    height: 64px;
    background: center center no-repeat;
    background-size: contain;
    float: left; }
    .title-block .awards .award.award-1 {
      background-image: url(../assets/images/sundance-1.png); }
    .title-block .awards .award.award-2 {
      float: right;
      background-image: url(../assets/images/sundance-2.png); }

.social {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 6px;
  position: relative;
  cursor: pointer; }
  .social svg {
    width: 100%;
    height: 100%; }
    .social svg .path-color {
      fill: #fff; }
  .social .base {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .social .over {
    opacity: 0;
    visibility: hidden;
    z-index: 1; }

.tumblr-buttons {
  position: absolute;
  top: 28px;
  right: 33px;
  z-index: 50; }
  .tumblr-buttons .follow, .tumblr-buttons .dashboard {
    display: inline-block;
    border-radius: 5px;
    font-size: 10px;
    letter-spacing: 0.7px;
    position: relative;
    cursor: pointer; }
    .tumblr-buttons .follow .over, .tumblr-buttons .dashboard .over {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto auto;
      width: 100%;
      height: 100%;
      border-radius: 5px;
      opacity: 0;
      visibility: hidden; }
    .tumblr-buttons .follow .base, .tumblr-buttons .dashboard .base {
      z-index: 1;
      position: relative; }
  .tumblr-buttons .dashboard {
    width: 122px;
    height: 27px;
    padding: 8px 0 0 32px;
    background: url(../assets/images/icon-dashboard.png) 14px 9px no-repeat rgba(232, 232, 232, 0.3); }
    .tumblr-buttons .dashboard .over {
      background: url(../assets/images/icon-dashboard.png) 14px 9px no-repeat #64a6c6; }
  .tumblr-buttons .follow {
    width: 99px;
    height: 27px;
    padding: 8px 0 0 30px;
    background: url(../assets/images/icon-follow.png) 16px 10px no-repeat rgba(232, 232, 232, 0.3);
    margin-right: 5px; }
    .tumblr-buttons .follow .over {
      background: url(../assets/images/icon-follow.png) 16px 10px no-repeat #64a6c6; }

.spinner {
  margin: auto auto;
  height: 40px;
  width: 40px;
  position: relative; }
  .spinner .filler-loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    height: 40px;
    width: 40px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .spinner .fill-path {
    fill: none;
    stroke: #f2eee7;
    stroke-linecap: butt;
    stroke-width: 8px; }
  .spinner .fill-bg {
    fill: none;
    stroke: #f2eee7;
    stroke-width: 8px;
    opacity: 0.2; }

.trailer-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
  z-index: 100;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  width: 100%;
  height: 100%;
  visibility: hidden; }
  .trailer-overlay .video-player {
    width: 832px;
    height: 467px;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto; }
    .trailer-overlay .video-player iframe {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .trailer-overlay .video-player .close {
      width: 38px;
      height: 38px;
      position: absolute;
      right: -60px;
      top: 0;
      z-index: 10;
      color: #e1a84b;
      font-family: letro_bold;
      padding-left: 55px;
      padding-top: 16px;
      font-size: 12px;
      cursor: pointer; }
      .trailer-overlay .video-player .close .base, .trailer-overlay .video-player .close .over {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto auto;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer; }
      .trailer-overlay .video-player .close .base {
        background: url(../assets/images/button-close-over.png) center center no-repeat; }
      .trailer-overlay .video-player .close .over {
        opacity: 0;
        visibility: hidden;
        background: url(../assets/images/button-close.png) center center no-repeat; }

.navi-dot-container {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto auto;
  height: 100%;
  width: 8px;
  z-index: 20; }
  .navi-dot-container .navi-dots {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    width: 100%;
    height: 30px; }
    .navi-dot-container .navi-dots .dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.5);
      margin-bottom: 3px; }
      .navi-dot-container .navi-dots .dot.active {
        border: 2px solid #fff;
        background-color: rgba(255, 255, 255, 0.3); }

.loader .container {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  z-index: 100;
  overflow: hidden; }
.loader .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: 150; }
  .loader .progress .bar {
    width: 100%;
    height: 100%;
    background: #f7f4f0;
    opacity: 0;
    visibility: hidden; }
.loader .overlay {
  width: 100%;
  height: 100%;
  background: #dda447;
  position: absolute;
  top: 0;
  left: 0; }
.loader .title-block {
  width: 370px;
  height: 545px;
  position: absolute;
  top: -130px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto; }
  .loader .title-block.small {
    top: 50px;
    bottom: auto; }
  .loader .title-block .line {
    -webkit-transform: translateZ(0); }
  .loader .title-block .split div {
    font-size: 128px;
    font-family: squirrel_regular; }
  .loader .title-block .title span.span-1 {
    margin-left: -4px; }
  .loader .title-block .title span.span-2 {
    margin: -41px 0 -21px 5px; }
  .loader .title-block .split-small {
    clear: both; }
    .loader .title-block .split-small div {
      font-size: 35px;
      font-family: squirrel_light; }
  .loader .title-block .span-2 div {
    font-size: 34px;
    font-family: squirrel_light; }
  .loader .title-block .span-3 {
    width: 350px;
    display: block;
    margin: 22px 0 31px 0; }
    .loader .title-block .span-3 div {
      font-size: 135px;
      font-family: squirrel_regular; }
  .loader .title-block .release-date {
    color: #f2eee7; display:none; }
  .loader .title-block .spinner {
    margin: 25px auto 0;
    opacity: 0;
    visibility: hidden; }
  .loader .title-block .award {
    opacity: 0;
    visibility: hidden; }

.side-bar {
  padding: 30px;
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  min-height: 640px; }
  .side-bar .over {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    visibility: hidden; }
  .side-bar .socials {
    width: 140px;
    margin-bottom: 5px;
    position: relative; }
  .side-bar .tickets {
    width: 160px;
    height: 38px;
    text-align: center;
    background-color: #e2aa4d;
    border-radius: 5px;
    padding-top: 9px;
    margin-bottom: 28px;
    position: relative;
    cursor: pointer; }
    .side-bar .tickets span {
      position: relative;
      z-index: 1; }
    .side-bar .tickets .over {
      background-color: #64a6c6;
      border-radius: 5px; }
  .side-bar .reviews {
    width: 250px;
    height: 140px;
    overflow: hidden;
    position: relative; }
    .side-bar .reviews .review {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 150px; }
      .side-bar .reviews .review.active {
        opacity: 1;
        visibility: visible; }
    .side-bar .reviews .quote {
      font-family: letro_bold;
      font-size: 28px;
      letter-spacing: 1px;
      margin-bottom: 4px; }
    .side-bar .reviews .reviewer {
      font-size: 9px;
      font-family: squirrel_light;
      margin: 0;
      font-size: 9px;
      letter-spacing: 0.7px; }
      .side-bar .reviews .reviewer span {
        font-family: squirrel_regular; }
  .side-bar .divider {
    width: 206px;
    height: 2px;
    background: url(../assets/images/line-quote.png) center left no-repeat;
    margin: 13px 0 0; }
  .side-bar .trailer-container {
    margin: 18px 0 0 0px;
    width: 200px;
    overflow: hidden; }
  .side-bar .trailer {
    font-size: 14px;
    letter-spacing: 1.7px;
    color: #e3aa4d;
    cursor: pointer;
    z-index: 2;
    position: relative; }
  .side-bar .sound {
    width: 26px;
    height: 26px;
    margin: 50px 0 0 0px;
    position: relative;
    cursor: pointer; }
    .side-bar .sound .off, .side-bar .sound .on {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto auto;
      opacity: 0;
      visibility: hidden; }
      .side-bar .sound .off.active, .side-bar .sound .on.active {
        visibility: visible;
        opacity: 1; }
    .side-bar .sound svg {
      width: 100%;
      height: 100%; }
      .side-bar .sound svg .path-color {
        fill: #f2eee7; }
  .side-bar .rating-container {
    width: 148px;
    height: 53px;
    position: absolute;
    left: 40px;
    bottom: 92px; }
    .side-bar .rating-container .rating {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .side-bar .rating-container .rating.rating-white {
        background: url(../assets/images/rating-white.png) top left no-repeat; }
      .side-bar .rating-container .rating.rating-blue {
        background: url(../assets/images/rating-blue.png) top left no-repeat; }
      .side-bar .rating-container .rating.rating-black {
        background: url(../assets/images/rating-black.png) top left no-repeat; }
  .side-bar .legal {
    width: 200px;
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 7px;
    letter-spacing: 0.4px;
    line-height: 10px; }
    .side-bar .legal .link {
      color: #f2eee7; }
    .side-bar .legal .logo-container {
      position: absolute;
      margin: auto auto;
      bottom: 113px;
      left: 0;
      width: 182px;
      height: 227px;
      overflow: hidden;
      z-index: 1; }
      .side-bar .legal .logo-container .logo {
        width: 182px;
        height: 227px;
        background: url(../assets/images/logo-white-playing.png) top left no-repeat;
        z-index: 1;
        cursor: pointer; }
        .side-bar .legal .logo-container .logo.blue {
          background: url(../assets/images/logo-blue-playing.png) top left no-repeat;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          opacity: 0;
          visibility: hidden;
          width: 182px;
          height: 227px; }
    .side-bar .legal .links {
      margin-bottom: 4px; }
    .side-bar .legal .rights {
      margin-top: 0px;
      font-family: Helvetica;
      font-size: 7px;
      line-height: 10px;
      letter-spacing: 0px; }
  .side-bar.small .legal {
    -ms-transform: scale(0.75);
    /* IE 9 */
    -webkit-transform: scale(0.75);
    /* Safari */
    transform: scale(0.75);
    -ms-transform-origin: bottom left;
    /* IE 9 */
    -webkit-transform-origin: bottom left;
    /* Safari */
    transform-origin: bottom left; }
  .side-bar.small .logo-container {
    -ms-transform: scale(0.75);
    /* IE 9 */
    -webkit-transform: scale(0.75);
    /* Safari */
    transform: scale(0.75);
    -ms-transform-origin: bottom left;
    /* IE 9 */
    -webkit-transform-origin: bottom left;
    /* Safari */
    transform-origin: bottom left;
    bottom: 114px; }
  .side-bar.small .rating-container {
    -ms-transform: scale(0.75);
    /* IE 9 */
    -webkit-transform: scale(0.75);
    /* Safari */
    transform: scale(0.75);
    -ms-transform-origin: bottom left;
    /* IE 9 */
    -webkit-transform-origin: bottom left;
    /* Safari */
    transform-origin: bottom left;
    bottom: 80px; }

.intro .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }
  .intro .bg video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: -50; }
.intro .container {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 11 !important;
  min-height: 640px; }
  .intro .container .progress {
    position: absolute;
    top: 500px;
    right: 0;
    bottom: 0;
    left: -100px;
    margin: auto auto;
    width: 50px;
    height: 16px;
    font-size: 16px;
    color: #fff;
    text-align: center; }
    .intro .container .progress:after {
      content: "%";
      display: inline-block; }
.intro .overlay {
  width: 100%;
  height: 100%;
  background: #1f6e66;
  position: absolute;
  top: 0;
  left: 0; }
.intro .title-block {
  width: 370px;
  height: 545px;
  position: absolute;
  top: -130px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
  -webkit-transform: translateZ(0); }
  .intro .title-block.small {
    top: 50px;
    bottom: auto; }
    .intro .title-block.small .scroll {
      bottom: -150px;
      background: none;
      -ms-transform-origin: top center;
      /* IE 9 */
      -webkit-transform-origin: top center;
      /* Safari */
      transform-origin: top center;
      -ms-transform: scale(0.75);
      /* IE 9 */
      -webkit-transform: scale(0.75);
      /* Safari */
      transform: scale(0.75); }
  .intro .title-block .scroll {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -170px;
    left: 0;
    right: 0;
    font-family: letro_bold;
    color: #f2eee7;
    font-size: 25px;
    width: 65px;
    height: 130px;
    letter-spacing: 1px;
    background: url(../assets/images/scroll-arrow.png) 22px 32px no-repeat;
    margin: 0 auto 0 auto;
    cursor: pointer; }

.hero {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  min-width: 1150px;
  min-height: 640px; }
  .hero .border {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    width: 100%;
    height: 100%;
    border: 14px solid #e6e6e6;
    z-index: 1; }
  .hero .bgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .hero .bgs .bg {
      position: absolute;
      top: 0;
      left: 0;
      margin: auto auto;
      width: 100%;
      height: 100%;
      z-index: 0;
      opacity: 0;
      visibility: hidden; }
      .hero .bgs .bg.active {
        visibility: visible;
        opacity: 1; }
    .hero .bgs .bg-rachel {
      background: url(../assets/images/heroes/bg-rachel.jpg) top center no-repeat;
      background-size: cover; }
    .hero .bgs .bg-greg {
      background: url(../assets/images/heroes/bg-greg.jpg) top center no-repeat;
      background-size: cover; }
    .hero .bgs .bg-earl {
      background: url(../assets/images/heroes/bg-earl.jpg) top center no-repeat;
      background-size: cover; }
  .hero .text {
    width: 700px;
    height: 610px;
    position: absolute;
    top: -130px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    text-align: center;
    background-position: 101px 276px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden; }
    .hero .text.active {
      visibility: visible;
      opacity: 1; }
    .hero .text .white {
      font-size: 36px;
      letter-spacing: 1.7px; }
    .hero .text .color {
      font-size: 80px;
      color: #e7866d;
      line-height: 78px; }
    .hero .text.rachel {
      width: 800px; }
      .hero .text.rachel .character-rachel {
        background: url(../assets/images/heroes/rachel.png) top left no-repeat;
        width: 276px;
        height: 394px;
        position: absolute;
        top: 253px;
        left: -44px; }
      .hero .text.rachel .spacer-1 {
        width: 30px;
        display: inline-block; }
      .hero .text.rachel .spacer-2 {
        width: 50px;
        display: inline-block; }
    .hero .text.greg .color {
      color: #f4bbb9; }
    .hero .text.greg .character-greg {
      background: url(../assets/images/heroes/greg.png) center center no-repeat;
      position: absolute;
      top: 327px;
      left: 17px;
      width: 192px;
      height: 338px;
      z-index: 10; }
    .hero .text.greg .spacer-1 {
      width: 150px;
      display: inline-block; }
    .hero .text.greg .spacer-2 {
      width: 30px;
      display: inline-block; }
    .hero .text.earl .color {
      color: #fec6da; }
    .hero .text.earl .character-earl {
      background: url(../assets/images/heroes/earl.png) center center no-repeat;
      position: absolute;
      top: 319px;
      left: -37px;
      width: 283px;
      height: 319px;
      z-index: 10; }
    .hero .text.earl .spacer-1 {
      width: 20px;
      display: inline-block; }
  .hero .pagination {
    width: 90px;
    height: 19px;
    position: absolute;
    top: 350px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    padding: 0;
    display: block;
    z-index: 10; }
    .hero .pagination .dot {
      width: 20px;
      height: 20px;
      background: url(../assets/images/heroes/dot.png) center center no-repeat;
      display: inline-block;
      margin: 0 5px;
      padding: 0;
      opacity: 0.5;
      cursor: pointer; }
      .hero .pagination .dot.active {
        opacity: 1 !important; }
      .hero .pagination .dot:nth-child(2) {
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -webkit-transform: rotate(90deg);
        /* Safari */
        transform: rotate(90deg); }
  .hero .scroll {
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 631px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    z-index: 10;
    font-family: letro_bold;
    color: #f2eee7;
    font-size: 25px;
    width: 65px;
    height: 130px;
    letter-spacing: 1px;
    background: url(../assets/images/scroll-arrow.png) 22px 32px no-repeat;
    margin: auto auto; }
  .hero.small .text, .hero.small .pagination {
    -ms-transform: scale(0.75);
    /* IE 9 */
    -webkit-transform: scale(0.75);
    /* Safari */
    transform: scale(0.75); }
  .hero.small .text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto; }
  .hero.small .scroll {
    background: none;
    -ms-transform-origin: top center;
    /* IE 9 */
    -webkit-transform-origin: top center;
    /* Safari */
    transform-origin: top center;
    -ms-transform: scale(0.75);
    /* IE 9 */
    -webkit-transform: scale(0.75);
    /* Safari */
    transform: scale(0.75); }

.posts {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../assets/images/bg-grey.jpg) center center no-repeat;
  background-size: cover;
  border: 14px solid #e6e6e6;
  min-width: 1200px;
  min-height: 800px; }
  .posts .side-bar {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 20px; }
    .posts .side-bar .socials {
      margin: 0 0 4px 5px; }
      .posts .side-bar .socials .facebook {
        background-image: url(../assets/images/fb-blue.png); }
      .posts .side-bar .socials .twitter {
        background-image: url(../assets/images/twitter-blue.png); }
      .posts .side-bar .socials .youtube {
        background-image: url(../assets/images/youtube-blue.png); }
      .posts .side-bar .socials .instagram {
        background-image: url(../assets/images/instagram-blue.png); }
  .posts .tickets {
    background: url(../assets/images/bg-tickets-orange.png) center center no-repeat;
    background-size: cover; }
  .posts .audio {
    width: 26px;
    height: 26px;
    background: url(../assets/images/button-audio-off-blue.png) center center no-repeat;
    background-size: contain; }
  .posts .legal {
    color: #26231b;
    white-space: nowrap; }
  .posts .posts-container {
    width: 900px;
    height: 100%;
    overflow: visible;
    margin: 0 auto 0 auto;
    position: relative; }
    .posts .posts-container .filter-container {
      position: absolute;
      top: 300px;
      left: -250px;
      width: 170px;
      color: #000;
      font-family: letro_normal;
      text-align: center;
      -webkit-font-smoothing: antialiased; }
      .posts .posts-container .filter-container .art {
        position: absolute;
        top: -118px;
        left: -34px;
        width: 120px;
        height: 108px;
        background: url(../assets/images/art-sort.png) center center no-repeat; }
      .posts .posts-container .filter-container .label {
        font-size: 27px;
        margin-bottom: 3px;
        color: #4c4a45; }
      .posts .posts-container .filter-container .filters .filter {
        font-size: 12px;
        margin-bottom: 5px;
        letter-spacing: 1px; }
        .posts .posts-container .filter-container .filters .filter.active {
          color: #64a6c6 !important; }
      .posts .posts-container .filter-container .filters .line {
        width: 130px;
        height: 2px;
        background: url(../assets/images/line-strikethrough.png) center center no-repeat;
        position: absolute;
        top: 35px;
        left: 0;
        right: 0;
        margin: 0 auto; }
    .posts .posts-container .section-header {
      margin: 60px 0 40px 0; }
      .posts .posts-container .section-header .filter-title {
        color: #4c4a45;
        font-family: letro_normal;
        font-size: 27px;
        display: inline-block;
        letter-spacing: 1px;
        overflow: hidden; }
      .posts .posts-container .section-header .desc {
        font-family: squirrel_light;
        display: inline-block;
        color: #64a6c6;
        font-size: 10px;
        margin: 5px 0 0 12px;
        letter-spacing: 1px;
        line-height: 15px; }
    .posts .posts-container .scrollable {
      position: absolute;
      width: 1260px;
      height: 100%;
      top: 0;
      overflow: hidden; }
      .posts .posts-container .scrollable .push {
        visibility: hidden;
        opacity: 0; }
    .posts .posts-container .posts-blocks {
      position: relative;
      margin: 0;
      padding: 0; }
    .posts .posts-container .post {
      cursor: pointer;
      display: inline-block;
      position: relative;
      opacity: inherit;
      overflow: hidden;
      width: 270px;
      position: absolute; }
      .posts .posts-container .post:after {
        content: '';
        display: block;
        width: 100%;
        height: 13px;
        margin: 0 auto 0 auto;
        opacity: 0.6;
        background: url(../assets/images/shadow.png) center top no-repeat;
        background-size: contain; }
      .posts .posts-container .post.active {
        opacity: 1 !important; }
      .posts .posts-container .post .preload {
        background: #94c2d4;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto auto;
        z-index: 10;
        margin: 6px 6px 19px 6px; }
        .posts .posts-container .post .preload .spinner {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto auto; }
      .posts .posts-container .post img {
        display: inline-block;
        margin: 0;
        vertical-align: top;
        border: 7px solid #e9e7de;
        width: 100%; }
      .posts .posts-container .post .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 14px 14px 27px 14px;
        background-color: rgba(227, 175, 90, 0.91);
        text-align: center;
        padding: 50px 10px;
        opacity: 0;
        visibility: hidden;
        overflow: hidden; }
        .posts .posts-container .post .overlay .overlay-content {
          position: absolute;
          top: -20px;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto 10px; }
        .posts .posts-container .post .overlay .like svg, .posts .posts-container .post .overlay .reblog svg {
          width: 100%;
          height: 100%; }
          .posts .posts-container .post .overlay .like svg .path-color, .posts .posts-container .post .overlay .reblog svg .path-color {
            fill: #fbf7f2; }
        .posts .posts-container .post .overlay .like.active .path-color, .posts .posts-container .post .overlay .reblog.active .path-color {
          fill: #fec6da !important; }
        .posts .posts-container .post .overlay .like {
          display: inline-block;
          width: 50px;
          height: 54px;
          margin-right: 16px; }
        .posts .posts-container .post .overlay .reblog {
          display: inline-block;
          width: 61px;
          height: 54px; }
        .posts .posts-container .post .overlay .title {
          font-size: 16.66px;
          margin: 15px 0; }
        .posts .posts-container .post .overlay .desc {
          font-size: 9.8px;
          margin-bottom: 15px;
          text-align: left; }
        .posts .posts-container .post .overlay .notes:after {
          content: ' | NOTES'; }
      .posts .posts-container .post.small .overlay {
        padding: 15px 10px; }
        .posts .posts-container .post.small .overlay .overlay-content {
          top: 0; }
        .posts .posts-container .post.small .overlay .like, .posts .posts-container .post.small .overlay .reblog {
          width: 28px;
          height: 28px; }
        .posts .posts-container .post.small .overlay .title {
          margin: 10px 0; }
        .posts .posts-container .post.small .overlay .desc {
          margin-bottom: 10px; }
    .posts .posts-container .scroll-indicator {
      display: none;
      position: absolute;
      top: 50px;
      right: -180px;
      bottom: 0;
      margin: auto auto;
      width: 29px;
      height: 516px;
      background: url(../assets/images/line-scroll-indicator.png) center center no-repeat; }
  .posts.small .posts-container {
    width: 500px; }
  .posts.small .filter-container {
    left: -200px; }

.perma {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 14px solid #e6e6e6;
  overflow: hidden;
  background: url(../assets/images/bg-grey.jpg) center center no-repeat;
  background-size: cover;
  min-width: 1150px;
  z-index: 30; }
  .perma .border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    margin: auto auto;
    border: 14px solid #e3e3e3;
    pointer-events: none; }
  .perma .perma-content {
    width: 1020px;
    height: 100%;
    margin: 0 auto 0 auto;
    right: 105px;
    position: relative;
    z-index: 40; }
    .perma .perma-content .context {
      float: left;
      width: 320px;
      margin: 245px 0 0 100px;
      position: relative;
      z-index: 10 !important; }
      .perma .perma-content .context .art {
        width: 159px;
        height: 91px;
        background: url(../assets/images/art-perma.png) center center no-repeat;
        position: absolute;
        top: -92px;
        left: -53px; }
      .perma .perma-content .context .action {
        font-size: 20px;
        margin-bottom: 10px; }
        .perma .perma-content .context .action span {
          clear: both;
          display: block;
          font-family: squirrel_light; }
      .perma .perma-content .context .date-count {
        font-size: 12px;
        margin-bottom: 15px;
        color: #64a6c6; }
        .perma .perma-content .context .date-count .date, .perma .perma-content .context .date-count .count {
          display: inline-block; }
        .perma .perma-content .context .date-count .count {
          font-family: squirrel_light;
          margin-left: 12px; }
      .perma .perma-content .context .title {
        font-size: 27px;
        color: #4c4a45;
        margin-bottom: 5px;
        font-family: letro_normal; }
      .perma .perma-content .context .desc {
        font-family: squirrel_light;
        color: #4c4a45;
        font-size: 13px;
        margin-bottom: 14px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .perma .perma-content .context .tags {
        font-size: 11px;
        color: #e0a74a;
        margin-bottom: 20px; }
        .perma .perma-content .context .tags span {
          margin-right: 3px;
          display: inline-block; }
      .perma .perma-content .context .shares {
        font-size: 12px;
        color: #4c4a45; }
        .perma .perma-content .context .shares .socials {
          display: inline-block;
          margin: 0px 0 0 10px;
          vertical-align: middle; }
          .perma .perma-content .context .shares .socials .facebook, .perma .perma-content .context .shares .socials .twitter {
            width: 25px;
            height: 25px;
            cursor: pointer; }
            .perma .perma-content .context .shares .socials .facebook svg, .perma .perma-content .context .shares .socials .twitter svg {
              width: 100%;
              height: 100%; }
              .perma .perma-content .context .shares .socials .facebook svg .path-color, .perma .perma-content .context .shares .socials .twitter svg .path-color {
                fill: #64a6c6; }
      .perma .perma-content .context .tumblrs {
        display: inline-block;
        margin-left: 25px; }
        .perma .perma-content .context .tumblrs .tumblr {
          width: 25px;
          height: 25px;
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px;
          cursor: pointer; }
          .perma .perma-content .context .tumblrs .tumblr svg {
            width: 100%;
            height: 100%; }
            .perma .perma-content .context .tumblrs .tumblr svg .path-color {
              fill: #64a6c6; }
          .perma .perma-content .context .tumblrs .tumblr.active .path-color {
            fill: #e0a74a !important; }
    .perma .perma-content .scrollable {
      height: 100%;
      position: relative; }
      .perma .perma-content .scrollable .pusher {
        padding: 75px 0 100px 0;
        width: 552px;
        float: right; }
    .perma .perma-content .media-container {
      position: relative;
      float: right;
      background: #eeeeee;
      width: 552px;
      z-index: 10;
      overflow: visible; }
      .perma .perma-content .media-container:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 20px;
        width: 91.5%;
        height: 10px;
        background-color: #64a6c6;
        opacity: 0.05; }
      .perma .perma-content .media-container .media {
        width: 100%;
        background: #f6f1eb;
        position: relative; }
        .perma .perma-content .media-container .media .preload {
          background: #94c2d4;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto auto;
          z-index: 10;
          margin: 6px 6px 18px 6px;
          opacity: 1; }
          .perma .perma-content .media-container .media .preload .spinner {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto auto; }
        .perma .perma-content .media-container .media .vine {
          height: 545px; }
        .perma .perma-content .media-container .media iframe, .perma .perma-content .media-container .media .iframe-container {
          width: 100%;
          padding: 7px 7px 0 7px;
          height: 100%; }
        .perma .perma-content .media-container .media .iframe-container video {
          width: 100%;
          height: 100%;
          cursor: pointer; }
        .perma .perma-content .media-container .media img {
          width: 100%;
          display: inline-block;
          margin: 0;
          vertical-align: top;
          border: 7px solid #f6f1eb;
          border-bottom: none; }
        .perma .perma-content .media-container .media:after {
          content: '';
          display: block;
          width: 100%;
          height: 12px;
          background: url(../assets/images/shadow.png) center top no-repeat #eeeeee;
          background-size: contain;
          margin-top: 7px; }
    .perma .perma-content .notes-container {
      padding: 18px;
      position: relative;
      width: 100%; }
      .perma .perma-content .notes-container .title {
        color: #3e4540;
        font-size: 20px;
        letter-spacing: 1px;
        font-family: letro_bold;
        position: relative;
        width: 100%; }
        .perma .perma-content .notes-container .title:after {
          content: '';
          position: absolute;
          top: 5px;
          left: 0;
          width: 100%;
          height: 10px;
          background-color: #64a6c6;
          opacity: 0.05; }
      .perma .perma-content .notes-container .notes {
        margin: 10px 12px;
        padding-bottom: 60px; }
        .perma .perma-content .notes-container .notes li {
          color: #707470;
          font-family: squirrel_light;
          font-size: 11px;
          margin-bottom: 4px; }
          .perma .perma-content .notes-container .notes li span {
            color: #e0a74a; }
    .perma .perma-content .close {
      width: 38px;
      height: 38px;
      position: absolute;
      right: -60px;
      top: 150px;
      z-index: 10;
      color: #64a6c6;
      font-family: letro_bold;
      padding-left: 55px;
      padding-top: 16px;
      font-size: 12px;
      cursor: pointer; }
      .perma .perma-content .close .base, .perma .perma-content .close .over {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto auto;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer; }
      .perma .perma-content .close .base {
        background: url(../assets/images/button-close.png) center center no-repeat; }
      .perma .perma-content .close .over {
        opacity: 0;
        visibility: hidden;
        background: url(../assets/images/button-close-over.png) center center no-repeat; }
  .perma .navi {
    position: absolute;
    top: -100px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    width: 100%;
    height: 120px; }
    .perma .navi .left, .perma .navi .right {
      width: 120px;
      height: 120px;
      z-index: 60 !important; }
      .perma .navi .left .base, .perma .navi .left .over, .perma .navi .right .base, .perma .navi .right .over {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto auto;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer; }
      .perma .navi .left .over, .perma .navi .right .over {
        visibility: hidden;
        opacity: 0; }
    .perma .navi .left {
      position: absolute;
      top: 0;
      left: -15px; }
      .perma .navi .left .base {
        background-image: url(../assets/images/button-left.png); }
      .perma .navi .left .over {
        background-image: url(../assets/images/button-left-blue.png); }
    .perma .navi .right {
      position: absolute;
      top: 0;
      right: -15px; }
      .perma .navi .right .base {
        background-image: url(../assets/images/button-right.png); }
      .perma .navi .right .over {
        background-image: url(../assets/images/button-right-blue.png); }
  .perma.small .perma-content {
    -ms-transform: scale(0.75);
    /* IE 9 */
    -webkit-transform: scale(0.75);
    /* Safari */
    transform: scale(0.75);
    -ms-transform-origin: top center;
    /* IE 9 */
    -webkit-transform-origin: top center;
    /* Safari */
    transform-origin: top center; }
