/*! 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; }

/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2015 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      FontSite Inc.
 * License URL: http://www.fontspring.com/licenses/fontsite/webfont
 *
 *
 */
@font-face {
  font-family: 'savoybold';
  src: url("../assets/fonts/Savoy-Bold-webfont.eot");
  src: url("../assets/fonts/Savoy-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Savoy-Bold-webfont.woff2") format("woff2"), url("../assets/fonts/Savoy-Bold-webfont.woff") format("woff"), url("../assets/fonts/Savoy-Bold-webfont.ttf") format("truetype"), url("../assets/fonts/Savoy-Bold-webfont.svg#savoybold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'savoycaps';
  src: url("../assets/fonts/SavoyCaps-webfont.eot");
  src: url("../assets/fonts/SavoyCaps-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SavoyCaps-webfont.woff2") format("woff2"), url("../assets/fonts/SavoyCaps-webfont.woff") format("woff"), url("../assets/fonts/SavoyCaps-webfont.ttf") format("truetype"), url("../assets/fonts/SavoyCaps-webfont.svg#savoycaps") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'savoycaps_bold';
  src: url("../assets/fonts/SavoyCaps-Bold-webfont.eot");
  src: url("../assets/fonts/SavoyCaps-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SavoyCaps-Bold-webfont.woff2") format("woff2"), url("../assets/fonts/SavoyCaps-Bold-webfont.woff") format("woff"), url("../assets/fonts/SavoyCaps-Bold-webfont.ttf") format("truetype"), url("../assets/fonts/SavoyCaps-Bold-webfont.svg#savoycaps_bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'savoyitalic';
  src: url("../assets/fonts/Savoy-Italic-webfont.eot");
  src: url("../assets/fonts/Savoy-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Savoy-Italic-webfont.woff2") format("woff2"), url("../assets/fonts/Savoy-Italic-webfont.woff") format("woff"), url("../assets/fonts/Savoy-Italic-webfont.ttf") format("truetype"), url("../assets/fonts/Savoy-Italic-webfont.svg#savoyitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'savoyregular';
  src: url("../assets/fonts/Savoy-Roman-webfont.eot");
  src: url("../assets/fonts/Savoy-Roman-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Savoy-Roman-webfont.woff2") format("woff2"), url("../assets/fonts/Savoy-Roman-webfont.woff") format("woff"), url("../assets/fonts/Savoy-Roman-webfont.ttf") format("truetype"), url("../assets/fonts/Savoy-Roman-webfont.svg#savoyregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'icons';
  src: url("../assets/fonts/kai-dings-2-webfont.eot");
  src: url("../assets/fonts/kai-dings-2-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/kai-dings-2-webfont.woff2") format("woff2"), url("../assets/fonts/kai-dings-2-webfont.woff") format("woff"), url("../assets/fonts/kai-dings-2-webfont.ttf") format("truetype"), url("../assets/fonts/kai-dings-2-webfont.svg#young_dingsregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.antialias, .fontIcon, .header .container .tumblr-buttons li.share .extend, .footer .social-links, .footer .audio, .quiz .results .results-container .content .buttons .share-button .icons, .preload .right .title, .header a, .header .container .tumblr-buttons li, .header .container .tumblr-buttons li.share .pre, .home .title-block .trailer, .home .title-block .reviews-container .quote, .home .title-block .reviews-container .reviewer, .home .quiz-block .pre-title, .home .quiz-block .title, .home .quiz-block .sub-title, .home .quiz-block .start, .about .left .content .pre-title, .about .left .content .title, .about .left .content .trailer, .about .right .content-container .content, .about .scroll, .crew .scroll, .crew .left .content .title, .crew .left .content .crew .member, .crew .right .desc, .videos .content .playlist .playlist-item, .videos .content .playlist .seperator, .videos .content .player-container .video .play, .quiz .intro-content .intro-title, .quiz .intro-content .intro-copy, .quiz .intro-content .button-block .start-button, .quiz .quiz-content .quiz-container, .quiz .quiz-content .quiz-container .right .quiz-title, .quiz .quiz-content .quiz-container .right .answers .answer .selector .alphabet, .quiz .quiz-content .quiz-container .right .answers .answer .text-container, .quiz .quiz-content .quiz-container .bottom, .quiz .quiz-content .quiz-container .posts-container .selection .selected-answer .alphabet, .quiz .quiz-content .quiz-container .posts-container .selection .selected-text, .quiz .results .results-container .section-title, .quiz .results .results-container .content .pre, .quiz .results .results-container .content .quote, .quiz .results .results-container .content .buttons, .tumblr .left .content .quotes .quote .by, .tumblr .left .content .quotes .quote .text, .tumblr .post-brief .post-brief-post-title, .perma .content .navi .nav-link, .perma .content .media-container .media-content .media .pos, .logo-block .title, .logo-block .release-date {
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  -webkit-font-smoothing: antialiased; }

.fontA, .header, .home .title-block .trailer, .home .title-block .reviews-container .quote, .home .title-block .reviews-container .reviewer, .home .quiz-block .sub-title, .home .quiz-block .start, .about .left .content .trailer, .about .right .content-container .content, .about .scroll, .crew .scroll, .crew .right .desc, .quiz .intro-content .intro-copy, .quiz .intro-content .button-block .start-button, .quiz .quiz-content .quiz-container .left, .quiz .quiz-content .quiz-container .right .quiz-title, .quiz .quiz-content .quiz-container .right .answers .answer .text-container, .quiz .quiz-content .quiz-container .bottom, .quiz .quiz-content .quiz-container .posts-container .selection .selected-text, .quiz .results .results-container .content .buttons, .tumblr .left .content .quotes .quote .text, .tumblr .left .content .tags, .tumblr .post-brief .post-brief-post-title, .perma .content .navi .nav-link, .perma .content .media-container .media-content .media .pos, .perma .content .media-container .tags {
  font-family: 'savoyregular'; }

.fontB, .preload .right .title, .preload .right .date, .home .title-block .credit, .home .title-block .title, .home .title-block .release-date, .about .left .content .pre-title, .about .left .content .title, .crew .left .content .title, .crew .left .content .crew .member, .videos .content .playlist .playlist-item, .videos .content .playlist .seperator, .videos .content .player-container .video .play, .quiz .quiz-content .quiz-container .right .answers .answer .selector .alphabet, .quiz .quiz-content .quiz-container .posts-container .selection .selected-answer .alphabet, .quiz .results .results-container .content .pre, .tumblr .post-brief .post-brief-note-count, .perma .content .media-container .media-content .note-count, .perma .content .media-container .media-content .media .caption, .logo-block .title, .logo-block .release-date {
  font-family: 'AvantGardeGothicITCW01X'; }

.fontC, .home .quiz-block .pre-title, .home .quiz-block .title, .quiz .intro-content .intro-title, .quiz .results .results-container .section-title, .quiz .results .results-container .content .quote, .tumblr .left .content .quotes .quote .by {
  font-family: "aw-conqueror-didot",serif;
  font-style: normal;
  font-weight: 300; }

.fontD, .footer .legal-links, .footer .copyrights {
  font-family: 'proxima-nova'; }

.fontIcon, .header .container .tumblr-buttons li.share .extend, .footer .social-links, .footer .audio, .quiz .results .results-container .content .buttons .share-button .icons {
  font-family: 'icons'; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

a, 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%;
  min-width: 1000px;
  min-height: 680px;
  overflow: hidden; }

.wrapper, .main, .container {
  width: 100%;
  height: 100%; }

.wrapper {
  overflow: hidden; }

.main {
  position: relative;
  z-index: 1; }

#bg-video {
  /*visibility: hidden;*/ }

.preload .container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }
.preload .bg {
  background: #d5b7e3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0; }
.preload .right {
  width: 40.7%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  margin: auto auto;
  color: #fff;
  overflow: hidden; }
  .preload .right .content {
    width: 100%;
    height: 280px;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto; }
  .preload .right .title {
    font-size: 70px;
    letter-spacing: -2px;
    line-height: 60px;
    opacity: 0; }
  .preload .right .date {
    font-size: 18px;
    margin-top: 25px;
    letter-spacing: -0.5px;
    opacity: 0; }
	
	.preload .right .date .tm1{
	font-size:12px;
	}
	
  .preload .right .loader {
    margin: 32px 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0; }
    .preload .right .loader .bar {
      width: 100%;
      height: 2px;
      background: rgba(255, 255, 255, 0.4); }
  .preload .right .awards {
    opacity: 0; }
    .preload .right .awards .award {
      display: inline-block;
      margin-right: 15px; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  font-size: 14px; }
  .header .container {
    color: #fff;
    overflow: auto;
    margin: 33px 40px 0 44px;
    width: auto; }
    .header .container li {
      display: inline-block; }
    .header .container .navi-container {
      float: left;
      margin-top: 2px; }
      .header .container .navi-container li {
        margin-right: 20px; }
        .header .container .navi-container li .underline {
          opacity: 0;
          width: 100%;
          height: 1px;
          background: #e5e5b2; }
    .header .container .tumblr-buttons {
      float: right;
      overflow: hidden;
      width: 425px; }
      .header .container .tumblr-buttons li {
        margin-left: 10px;
        position: relative;
        padding-left: 20px; }
        .header .container .tumblr-buttons li .pre {
          width: 13px;
          height: 13px;
          position: absolute;
          top: 0;
          left: 0;
          margin: auto auto; }
        .header .container .tumblr-buttons li.share {
          padding-left: 50px; }
          .header .container .tumblr-buttons li.share .label {
            display: inline-block;
            position: absolute;
            left: 80px;
            top: 2px;
            cursor: default; }
          .header .container .tumblr-buttons li.share .pre {
            font-size: 20px;
            top: -3px;
            left: -15px; }
          .header .container .tumblr-buttons li.share .extend {
            opacity: 0;
            visibility: hidden;
            display: inline-block;
            margin-left: 20px;
            position: relative; }
            .header .container .tumblr-buttons li.share .extend li {
              margin: 0 7px;
              padding: 0;
              cursor: pointer; }
      .header .container .tumblr-buttons .theaters-button {
        width: 100px;
        height: 35px;
        border: 1px solid #fff;
        margin-top: -6px;
        margin-left: 20px;
        position: absolute;
        overflow: hidden; }
        .header .container .tumblr-buttons .theaters-button p {
          position: absolute;
          margin-top: 7px;
          margin-left: -4px; }
        .header .container .tumblr-buttons .theaters-button .button-bg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: #fff; }

.footer {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 50;
  color: #fff;
  width: 100%;
  height: 0; }
  .footer li {
    display: inline-block; }
  .footer .container {
    height: 0; }
  .footer .left {
    position: absolute;
    bottom: 0;
    left: 0; }
  .footer .social-links {
    margin-left: 43px; }
    .footer .social-links li {
      margin: 0 15px 13px 0;
      position: relative; }
      .footer .social-links li.youtube {
        top: 2px;
        font-size: 18px; }
  .footer .legal-links, .footer .copyrights {
    font-size: 9px;
    margin-left: 43px; }
  .footer .legal-links {
    width: 235px; }
    .footer .legal-links li {
      opacity: 0.3;
      margin-right: 5px; }
  .footer .copyrights {
    width: 267px;
    margin-bottom: 15px;
    opacity: 0.3;
    cursor: default; }
  .footer .rating {
    width: 84px;
    height: 35px;
    background-image: url("../assets/images//footer/rating.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    opacity: 0.3;
    margin: 0 0 37px 43px; }
    .footer .rating .black {
      width: 100%;
      height: 100%;
      background-image: url("../assets/images//footer/rating-black.png");
      background-position: 0 0;
      background-repeat: no-repeat;
      visibility: hidden;
      opacity: 0; }
  .footer .audio {
    position: absolute;
    right: 40px;
    bottom: 40px;
    height: 16px;
    cursor: pointer; }

.home {
  width: 100%;
  height: 100%; }
  .home .container {
    position: absolute;
    top: 0; }
  .home .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../assets/images//home/bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0; }
    .home .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; }
  .home .title-block, .home .quiz-block {
    position: absolute;
    z-index: 10; }
  .home .title-block {
    top: 187px;
    left: 13.5%;
    color: #fff; }
    .home .title-block .credit {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.4px; }
    .home .title-block .title {
      margin-top: 10px;
      font-size: 110px;
      width: 415px;
      line-height: 97px;
      letter-spacing: -2.5px; }
    .home .title-block .release-date {
      margin: 11px 0 0 5px;
      font-size: 18px;
      letter-spacing: -0.4px; }
	
	.home .title-block .release-date .tm1{
	  font-size:12px;}
    
	.home .title-block .trailer {
      cursor: pointer;
      display: block;
      margin: 22px 0 0 8px;
      width: 337px;
      height: 70px;
      padding: 18px 20px 20px 126px;
      letter-spacing: 0.2px;
      border: 1px solid rgba(213, 183, 227, 0.2);
      font-size: 16px;
      line-height: 18px;
      letter-spacing: 2.8px;
      color: #d5b7e3;
      position: relative;
      background-image: url("../assets/images//home/temp_trailer.jpg");
      background-position: top left;
      background-repeat: no-repeat; }
      .home .title-block .trailer p {
        margin: 0;
        padding: 0; }
      .home .title-block .trailer .hover {
        position: absolute;
        top: 18px;
        color: #fff; }
      .home .title-block .trailer hr {
        position: absolute;
        left: 106px;
        width: 230px;
        height: 4px;
        background: #d5b7e3;
        border: none;
        margin-top: 10px; }
    .home .title-block .reviews-container {
      width: 330px;
      margin: 24px 0 0 9px;
      display: inline-block; }
      .home .title-block .reviews-container li {
        position: absolute;
        width: 330px;
        margin-top: -20px; }
        .home .title-block .reviews-container li:not(:first-child) {
          visibility: hidden;
          opacity: 0; }
      .home .title-block .reviews-container .quote {
        color: #fff;
        font-size: 18px;
        letter-spacing: -0.3px; }
      .home .title-block .reviews-container .reviewer {
        color: #d5b7e3;
        font-size: 11px;
        margin-top: 12px; }
    .home .title-block .awards {
      display: inline-block;
      position: relative;
      /*top: -17px;*/
      top: 28px;
      margin-left: 10px; }
  .home .quiz-block {
    bottom: 130px;
    right: 75px;
    text-align: right; }
    .home .quiz-block .pre-title {
      color: #f5b0c5;
      font-size: 18px;
      letter-spacing: 5.5px; }
    .home .quiz-block .title {
      color: #f5b0c5;
      font-size: 46px;
      line-height: 46px;
      letter-spacing: 13.5px;
      position: relative;
      right: -15px;
      margin-top: 2px; }
    .home .quiz-block .sub-title {
      line-height: 17px;
      color: #fff;
      font-size: 14px;
      letter-spacing: 2.4px;
      position: relative;
      right: -1px;
      margin-top: 6px; }
    .home .quiz-block .start {
      cursor: pointer;
      float: right;
      width: 198px;
      height: 44px;
      border-width: 1px;
      border-style: solid;
      border-color: #fff;
      padding: 10px 0;
      letter-spacing: 2.7px;
      color: #fff;
      font-size: 15px;
      text-align: center;
      margin-top: 20px;
      overflow: hidden; }
      .home .quiz-block .start .button-bg {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff; }
      .home .quiz-block .start p {
        padding: 0;
        margin: 2px 0 0; }
  .home .short .title-block {
    top: 150px; }
  .home .short .reviews-container, .home .short .awards {
    display: none !important; }
  .home .shorter .title-block {
    top: 100px; }

.about {
  color: #fff; }
  .about .container {
    position: absolute;
    top: 0; }
  .about .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../assets/images//about/bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; }
    .about .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; }
  .about .left {
    display: inline-block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .about .left .content {
      width: 234px;
      height: 229px;
      position: absolute;
      top: -8.2%;
      right: 0;
      bottom: 0;
      left: 14%;
      margin: auto auto;
      z-index: 10; }
      .about .left .content .pre-title {
        font-size: 20px; }
      .about .left .content .title {
        margin-top: 10px;
        line-height: 60px;
        font-size: 80px; }
      .about .left .content .trailer {
        display: block;
        margin-top: 33px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        width: 233px;
        height: 46px;
        text-align: center;
        font-size: 15px;
        padding: 13px 0;
        letter-spacing: 0.2px;
        position: relative;
        overflow: hidden; }
        .about .left .content .trailer .button-bg {
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          background: #fff; }
        .about .left .content .trailer p {
          margin: 0;
          padding: 0; }
  .about .right {
    display: inline-block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10; }
    .about .right .content-container {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: -2%;
      margin: auto auto;
      width: 300px;
      height: 1px; }
      .about .right .content-container .content {
        position: relative;
        margin-top: -61%;
        line-height: 30px; }
      .about .right .content-container .line {
        width: 118px;
        height: 1px;
        background: rgba(255, 255, 255, 0.4);
        margin-top: 24px; }
  .about .divider {
    height: 79.5454545%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto auto; }
  .about .scroll {
    cursor: pointer;
    position: absolute;
    top: 79%;
    right: 0;
    bottom: auto;
    left: 0;
    margin: 50px auto 0 auto;
    width: 165px;
    height: 50px;
    z-index: 50; }
    .about .scroll .arrow {
      width: 12px;
      height: 7px;
      margin: 10px auto 0 auto; }
  .about .logo-block {
    position: absolute;
    bottom: 40px;
    right: 80px; }

.crew {
  color: #fff; }
  .crew .container {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 50;
    background: #000; }
  .crew .bg {
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0; }
    .crew .bg:first-child {
      opacity: 1;
      visibility: visible; }
  .crew .divider {
    height: 81.627907%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto; }
  .crew .scroll {
    position: absolute;
    top: 6.8%;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto auto;
    width: 90px;
    height: 52px;
    cursor: pointer;
    letter-spacing: -0.4px;
    text-align: center;
    z-index: 50; }
    .crew .scroll .arrow {
      width: 14px;
      height: 9px;
      margin: 0 auto 23px auto; }
  .crew .left {
    display: inline-block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .crew .left .content {
      width: 400px;
      height: 166px;
      position: absolute;
      top: 29%;
      right: 0;
      bottom: auto;
      left: 4%;
      margin: auto auto; }
      .crew .left .content .title {
        font-size: 20px; }
      .crew .left .content .crew .member {
        cursor: pointer;
        font-size: 46px;
        height: 50px;
        position: relative; }
        .crew .left .content .crew .member .line {
          width: 100%;
          height: 1px;
          background: #d5b7e3;
          position: absolute;
          top: 11px;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto auto; }
  .crew .right {
    display: inline-block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10; }
    .crew .right .desc {
      width: 320px;
      height: 335px;
      overflow: hidden;
      position: absolute;
      top: 30.8%;
      right: 0;
      bottom: auto;
      left: -5%;
      margin: auto auto;
      line-height: 30px; }
      .crew .right .desc .text {
        width: 280px;
        margin-top: -20px; }
      .crew .right .desc .iScrollLoneScrollbar {
        position: absolute;
        top: 0;
        width: 1px !important;
        background: rgba(255, 255, 255, 0.3);
        opacity: 0;
        visibility: hidden; }
  .crew .logo-block {
    position: absolute;
    bottom: 40px;
    right: 80px; }
    .crew .logo-block .container {
      background: transparent; }
  .crew .short .desc {
    height: 250px; }

.videos .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.videos .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e1e1e;
  z-index: 0; }
.videos .content {
  width: 822px;
  height: 537px;
  position: absolute;
  top: 130px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto auto;
  overflow: hidden; }
  .videos .content .playlist {
    position: relative;
    display: block;
    color: #fff; }
    .videos .content .playlist .playlist-item {
      display: inline-block;
      font-size: 26px;
      /*font-weight: 700;*/
      letter-spacing: -0.9px;
      cursor: pointer; }
    .videos .content .playlist .seperator {
      display: inline-block;
      margin: 0 5px 0 16px;
      font-size: 24px;
      vertical-align: top;
      opacity: 0.8; }
    .videos .content .playlist .underline {
      position: absolute;
      bottom: 2px;
      left: 0;
      width: 0;
      height: 1px;
      background: #fff;
      opacity: 0.8; }
  .videos .content .player-container {
    margin-top: 28px;
    position: relative; }
    .videos .content .player-container .video {
      position: absolute;
      top: 0;
      left: 0;
      width: 822px;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      visibility: hidden;
      opacity: 0; }
      .videos .content .player-container .video:first-child {
        visibility: visible;
        opacity: 1; }
      .videos .content .player-container .video .play {
        width: 180px;
        height: 91px;
        border: 1px solid rgba(245, 176, 197, 0.5);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto auto;
        font-size: 40px;
        color: #f5b0c5;
        text-align: center;
        padding-top: 17px;
        letter-spacing: 0;
        cursor: pointer; }
        .videos .content .player-container .video .play .hover {
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          background: #f5b0c5; }
        .videos .content .player-container .video .play .text {
          margin: 0;
          padding: 0; }
      .videos .content .player-container .video .thumb {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .videos .content .player-container .video .thumb img {
          display: inline-block;
          vertical-align: top;
          width: 100%;
          height: auto; }
      .videos .content .player-container .video iframe, .videos .content .player-container .video object, .videos .content .player-container .video embed, .videos .content .player-container .video video {
        width: 100%;
        height: 100%;
        border: none;
        position: absolute;
        top: 0;
        left: 0; }
.videos .logo-block {
  position: absolute;
  bottom: 40px;
  right: 80px;
  color: #fff; }
.videos .short .content {
  width: 600px;
  height: 391px;
  position: absolute;
  top: -12.5%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto; }
  .videos .short .content .player-container {
    margin-top: 20px; }
  .videos .short .content .video {
    width: 600px;
    height: 312px; }

.quiz {
  width: 100%;
  height: 100%; }
  .quiz .container {
    position: absolute;
    top: 0; }
    .quiz .container p, .quiz .container h1, .quiz .container h2 {
      font-weight: normal;
      padding: 0;
      margin: 0; }
    .quiz .container hr {
      border: none; }
  .quiz .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../assets/images//quizes/intro_bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    backface-visibility: hidden; }
    .quiz .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; }
  .quiz .bg-alt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    backface-visibility: hidden; }
  .quiz .black {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #000; }
  .quiz .intro-content {
    position: absolute;
    width: 1015px;
    height: 700px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .quiz .intro-content hr {
      height: 1px;
      background: rgba(255, 255, 255, 0.2); }
      .quiz .intro-content hr:nth-child(2) {
        background: white; }
    .quiz .intro-content .logo-block {
      position: absolute;
      color: #fff;
      top: 87px;
      left: 20px;
      width: 210px; }
    .quiz .intro-content .intro-title {
      position: absolute;
      color: #f5b0c5;
      text-transform: uppercase;
      font-size: 200px;
      text-align: right;
      line-height: 189px;
      letter-spacing: 58px; }
      .quiz .intro-content .intro-title .tiny {
        font-size: 30px;
        line-height: 15px;
        letter-spacing: 9px;
        margin-right: 60px; }
    .quiz .intro-content .intro-copy {
      position: absolute;
      top: 390px;
      color: #fff;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 3px;
      line-height: 26px;
      text-align: right;
      width: 418px; }
      .quiz .intro-content .intro-copy hr {
        margin-top: 30px; }
    .quiz .intro-content .button-block {
      position: absolute;
      top: 591px;
      left: 468px;
      width: 550px; }
      .quiz .intro-content .button-block .start-button {
        cursor: pointer;
        width: 198px;
        height: 44px;
        border-width: 1px;
        border-style: solid;
        border-color: #fff;
        padding: 10px 0;
        letter-spacing: 2.7px;
        color: #fff;
        font-size: 15px;
        text-align: center;
        overflow: hidden;
        text-transform: uppercase;
        margin-left: 8px; }
        .quiz .intro-content .button-block .start-button .button-bg {
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          background: #fff; }
        .quiz .intro-content .button-block .start-button p {
          padding: 0;
          margin: 2px 0 0; }
      .quiz .intro-content .button-block hr {
        margin-top: 30px; }
  .quiz .interstitial {
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden; }
    .quiz .interstitial 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; }
  .quiz .quiz-content .quiz-container {
    visibility: hidden;
    background: #f1f1e6;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .quiz .quiz-content .quiz-container .bg {
      background-image: url("../assets/images//quizes/01_bg.jpg");
      background-position: top center;
      background-repeat: no-repeat; }
    .quiz .quiz-content .quiz-container .left {
      position: absolute;
      width: 50%;
      height: 100%; }
      .quiz .quiz-content .quiz-container .left .num {
        position: absolute;
        left: 56px;
        display: inline-block;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        -ms-transform: rotate(-90deg);
        /* IE 9 */
        -webkit-transform: rotate(-90deg);
        /* Chrome, Safari, Opera */
        transform: rotate(-90deg);
        -ms-transform-origin: top left;
        /* IE 9 */
        -webkit-transform-origin: top left;
        /* Chrome, Safari, Opera */
        transform-origin: top left; }
      .quiz .quiz-content .quiz-container .left .question-block {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 60%; }
        .quiz .quiz-content .quiz-container .left .question-block .question-title {
          font-size: 16px;
          color: #f5b0c5;
          text-transform: uppercase;
          margin-bottom: 23px; }
        .quiz .quiz-content .quiz-container .left .question-block .question {
          color: #fff;
          font-size: 36px;
          margin-top: 80px;
          margin-bottom: 50px; }
        .quiz .quiz-content .quiz-container .left .question-block hr {
          width: 100%;
          height: 1px;
          background: rgba(213, 183, 227, 0.3);
          margin: 0;
          padding: 0; }
      .quiz .quiz-content .quiz-container .left .logo-block {
        position: absolute;
        color: #fff;
        right: 40px;
        bottom: 35px;
        width: 130px; }
    .quiz .quiz-content .quiz-container .right {
      position: absolute;
      left: 50%;
      width: 50%;
      height: 100%;
      z-index: 0; }
      .quiz .quiz-content .quiz-container .right .quiz-title {
        position: absolute;
        left: 85px;
        top: 90px;
        text-align: right;
        font-size: 26px;
        text-transform: uppercase;
        letter-spacing: 5px;
        line-height: 25px; }
        .quiz .quiz-content .quiz-container .right .quiz-title .tiny {
          font-size: 11px;
          letter-spacing: 3px;
          margin-right: 5px; }
      .quiz .quiz-content .quiz-container .right .answers {
        position: absolute;
        top: 200px;
        width: 100%; }
        .quiz .quiz-content .quiz-container .right .answers .answer {
          cursor: pointer;
          position: relative;
          height: 90px;
          width: 100%;
          display: block; }
          .quiz .quiz-content .quiz-container .right .answers .answer:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle; }
          .quiz .quiz-content .quiz-container .right .answers .answer .selector {
            position: absolute;
            top: 0;
            width: 220px;
            height: 90px;
            z-index: 1; }
            .quiz .quiz-content .quiz-container .right .answers .answer .selector .background {
              position: absolute;
              width: 100%;
              height: 100%;
              background-color: #f5b0c5; }
            .quiz .quiz-content .quiz-container .right .answers .answer .selector .alphabet {
              position: absolute;
              font-size: 60px;
              margin-left: 118px;
              margin-top: 6px; }
          .quiz .quiz-content .quiz-container .right .answers .answer .text-container {
            position: relative;
            font-size: 16px;
            left: 220px;
            width: 50%;
            vertical-align: middle;
            display: inline-block; }
          .quiz .quiz-content .quiz-container .right .answers .answer hr {
            position: absolute;
            width: 80%;
            height: 1px;
            background: rgba(0, 0, 0, 0.1);
            left: 10%;
            margin-top: -1px; }
          .quiz .quiz-content .quiz-container .right .answers .answer:last-child hr {
            opacity: 0; }
    .quiz .quiz-content .quiz-container .bottom {
      position: absolute;
      width: 50%;
      right: 0px;
      height: 95px;
      bottom: 0;
      z-index: 100;
      text-transform: uppercase;
      font-size: 16px; }
      .quiz .quiz-content .quiz-container .bottom hr {
        position: absolute;
        top: 0;
        margin: 0;
        width: 80%;
        left: 10%;
        height: 1px;
        background: rgba(0, 0, 0, 0.1); }
      .quiz .quiz-content .quiz-container .bottom .pagination, .quiz .quiz-content .quiz-container .bottom .prev {
        position: absolute;
        top: 20px;
        opacity: 0.5; }
      .quiz .quiz-content .quiz-container .bottom .prev {
        left: 10%; }
        .quiz .quiz-content .quiz-container .bottom .prev .line {
          position: absolute;
          top: 10px;
          width: 40px;
          height: 1px;
          background: #000; }
      .quiz .quiz-content .quiz-container .bottom .pagination {
        right: 10%; }
      .quiz .quiz-content .quiz-container .bottom .next {
        right: 0; }
      .quiz .quiz-content .quiz-container .bottom .prev, .quiz .quiz-content .quiz-container .bottom .back, .quiz .quiz-content .quiz-container .bottom .next {
        cursor: pointer;
        visibility: hidden; }
    .quiz .quiz-content .quiz-container .posts-container {
      position: absolute;
      left: 120px; }
      .quiz .quiz-content .quiz-container .posts-container .selection {
        position: absolute;
        top: 195px; }
        .quiz .quiz-content .quiz-container .posts-container .selection .selected-answer {
          position: absolute;
          width: 180px;
          height: 90px; }
          .quiz .quiz-content .quiz-container .posts-container .selection .selected-answer .background {
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #f5b0c5; }
          .quiz .quiz-content .quiz-container .posts-container .selection .selected-answer .alphabet {
            position: absolute;
            color: #fff;
            font-size: 60px;
            margin-left: 118px;
            margin-top: 6px; }
        .quiz .quiz-content .quiz-container .posts-container .selection .selected-text {
          position: absolute;
          top: 130px;
          left: 180px;
          -ms-transform: rotate(90deg);
          /* IE 9 */
          -webkit-transform: rotate(90deg);
          /* Chrome, Safari, Opera */
          transform: rotate(90deg);
          width: 800px;
          -ms-transform-origin: top left;
          /* IE 9 */
          -webkit-transform-origin: top left;
          /* Chrome, Safari, Opera */
          transform-origin: top left; }
      .quiz .quiz-content .quiz-container .posts-container .logo-block {
        position: absolute;
        top: 188px;
        left: 245px; }
      .quiz .quiz-content .quiz-container .posts-container .posts {
        margin-top: 120px;
        margin-left: 245px;
        position: relative; }
        .quiz .quiz-content .quiz-container .posts-container .posts .post {
          position: absolute;
          background: #b97e90;
          opacity: 0; }
          .quiz .quiz-content .quiz-container .posts-container .posts .post .thumb {
            opacity: 0; }
            .quiz .quiz-content .quiz-container .posts-container .posts .post .thumb img {
              display: inline-block;
              padding: 0;
              margin: 0;
              vertical-align: top;
              width: 100%;
              height: auto;
              position: relative;
              z-index: 1;
              opacity: 0.85; }
            .quiz .quiz-content .quiz-container .posts-container .posts .post .thumb .hit {
              position: absolute;
              top: 0;
              width: 100%;
              height: 100%;
              z-index: 2; }
          .quiz .quiz-content .quiz-container .posts-container .posts .post .overlay {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto auto;
            z-index: 10;
            text-align: center;
            padding-top: 15px;
            opacity: 0; }
            .quiz .quiz-content .quiz-container .posts-container .posts .post .overlay .bg {
              position: absolute;
              top: 20px;
              right: auto;
              bottom: auto;
              left: 20px;
              width: -moz-calc(100% - 40px);
              height: -moz-calc(100% - 40px);
              /* WebKit */
              width: -webkit-calc(100% - 40px);
              height: -webkit-calc(100% - 40px);
              /* Opera */
              width: -o-calc(100% - 40px);
              height: -o-calc(100% - 40px);
              /* Standard */
              width: calc(100% - 40px);
              height: calc(100% - 40px);
              background: rgba(0, 0, 0, 0.5);
              display: block;
              z-index: 0; }
            .quiz .quiz-content .quiz-container .posts-container .posts .post .overlay .buttons {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              margin: auto auto;
              width: 120px;
              height: 22px; }
            .quiz .quiz-content .quiz-container .posts-container .posts .post .overlay .button {
              display: inline-block;
              margin: 0 8px;
              position: relative;
              cursor: pointer; }
              .quiz .quiz-content .quiz-container .posts-container .posts .post .overlay .button path {
                fill: #fff; }
              .quiz .quiz-content .quiz-container .posts-container .posts .post .overlay .button.active path {
                fill: #f5b0c5 !important; }
              .quiz .quiz-content .quiz-container .posts-container .posts .post .overlay .button.like {
                top: 2px;
                width: 16px;
                height: 14px; }
              .quiz .quiz-content .quiz-container .posts-container .posts .post .overlay .button.view {
                width: 22px;
                height: 12px; }
              .quiz .quiz-content .quiz-container .posts-container .posts .post .overlay .button.reblog {
                top: 2px;
                width: 16px;
                height: 14px; }
  .quiz .results .results-container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .quiz .results .results-container .results-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("../assets/images//quizes/result_01.jpg");
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover; }
    .quiz .results .results-container .logo-block {
      position: absolute;
      color: #fff;
      bottom: 60px;
      right: 30px;
      width: 210px; }
    .quiz .results .results-container .section-title {
      position: absolute;
      color: #fff;
      top: 140px;
      right: 100px;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 20px;
      text-align: right;
      -ms-transform: rotate(-90deg);
      /* IE 9 */
      -webkit-transform: rotate(-90deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-90deg);
      -ms-transform-origin: top right;
      /* IE 9 */
      -webkit-transform-origin: top right;
      /* Chrome, Safari, Opera */
      transform-origin: top right;
      opacity: 0; }
    .quiz .results .results-container .content {
      position: absolute;
      left: 0;
      right: 0;
      top: 185px;
      width: 940px;
      margin: 0 auto;
      color: #fff; }
      .quiz .results .results-container .content .pre {
        font-size: 36px; }
      .quiz .results .results-container .content .quote {
        font-size: 60px;
        text-transform: uppercase;
        letter-spacing: 5px;
        line-height: 75px; }
        .quiz .results .results-container .content .quote .sentence {
          position: relative;
          width: 100%;
          clear: both; }
          .quiz .results .results-container .content .quote .sentence .line {
            height: 2px;
            background: #fff;
            margin-top: 35px; }
          .quiz .results .results-container .content .quote .sentence span, .quiz .results .results-container .content .quote .sentence div {
            float: left; }
            .quiz .results .results-container .content .quote .sentence span:not(:last-child), .quiz .results .results-container .content .quote .sentence div:not(:last-child) {
              margin-right: 30px; }
      .quiz .results .results-container .content .buttons {
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-top: 100px; }
        .quiz .results .results-container .content .buttons .share-button {
          float: left; }
        .quiz .results .results-container .content .buttons .replay-button, .quiz .results .results-container .content .buttons .refresh-button {
          float: right;
          margin-left: 20px; }
        .quiz .results .results-container .content .buttons .button {
          position: relative;
          display: block;
          cursor: pointer;
          height: 44px;
          width: 220px;
          border: 1px solid rgba(255, 255, 255, 0.4); }
          .quiz .results .results-container .content .buttons .button:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle; }
          .quiz .results .results-container .content .buttons .button .hover {
            position: absolute;
            top: 0;
            background: #fff;
            width: 100%;
            height: 100%; }
          .quiz .results .results-container .content .buttons .button p {
            display: inline-block;
            vertical-align: middle;
            margin: 0 auto;
            width: 100%;
            text-align: center; }
        .quiz .results .results-container .content .buttons .replay-button {
          width: 160px; }
        .quiz .results .results-container .content .buttons .share-button {
          width: 150px; }
          .quiz .results .results-container .content .buttons .share-button .icons {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            top: 10px;
            left: 0;
            right: 0;
            width: 64px;
            margin: 0 auto; }
            .quiz .results .results-container .content .buttons .share-button .icons .social-button {
              float: left;
              color: #000;
              width: auto; }
              .quiz .results .results-container .content .buttons .share-button .icons .social-button:not(:last-child) {
                margin-right: 10px; }
  .quiz .border {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: -8px;
    pointer-events: none;
    z-index: 10; }
    .quiz .border hr {
      position: absolute;
      background: #fff;
      top: 0; }
      .quiz .border hr:nth-child(odd) {
        width: 9px;
        height: 100%; }
      .quiz .border hr:nth-child(even) {
        width: 100%;
        height: 9px; }
      .quiz .border hr:first-child {
        right: 0; }
      .quiz .border hr:last-child {
        top: calc(100% - 9px); }

.tumblr {
  width: 100%;
  height: 100%; }
  .tumblr .container {
    position: absolute;
    top: 0; }
  .tumblr .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5b0c5;
    z-index: 0; }
  .tumblr .left {
    width: 367px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    .tumblr .left .content {
      margin: 123px 0 0 96px; }
      .tumblr .left .content .logo-block {
        display: block;
        position: relative; }
      .tumblr .left .content .divider {
        width: 86px;
        height: 1px;
        background: #000;
        opacity: 0.4;
        position: relative;
        margin: 32px 0 0 0; }
      .tumblr .left .content .quotes {
        position: relative;
        height: 198px;
        width: 180px; }
        .tumblr .left .content .quotes .quote {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          visibility: hidden; }
          .tumblr .left .content .quotes .quote:first-child, .tumblr .left .content .quotes .quote.active {
            opacity: 1;
            visibility: visible; }
          .tumblr .left .content .quotes .quote .by {
            font-size: 100px;
            line-height: 60px;
            margin: 46px 0 25px 0; }
          .tumblr .left .content .quotes .quote .text {
            font-size: 20px;
            line-height: 21px; }
      .tumblr .left .content .tags {
        font-size: 14px;
        margin-top: 32px; }
        .tumblr .left .content .tags .tag {
          margin-bottom: 8px;
          display: block;
          float: left;
          clear: both; }
          .tumblr .left .content .tags .tag .line {
            width: 100%;
            height: 1px;
            background: #000;
            opacity: 0;
            -webkit-transform-origin: top left;
                -ms-transform-origin: top left;
                    transform-origin: top left; }
  .tumblr .right {
    position: absolute;
    top: 0;
    left: 367px;
    width: 73%;
    height: 100%;
    z-index: 1; }
    .tumblr .right .posts {
      margin-top: 124px;
      position: relative; }
      .tumblr .right .posts .post {
        position: absolute;
        background: #b97e90;
        opacity: 0; }
        .tumblr .right .posts .post .thumb {
          opacity: 0; }
          .tumblr .right .posts .post .thumb img {
            display: inline-block;
            padding: 0;
            margin: 0;
            vertical-align: top;
            width: 100%;
            height: auto;
            position: relative;
            z-index: 1;
            opacity: 0.85; }
          .tumblr .right .posts .post .thumb .hit {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 2; }
        .tumblr .right .posts .post .overlay {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto auto;
          z-index: 10;
          text-align: center;
          padding-top: 15px;
          opacity: 0; }
          .tumblr .right .posts .post .overlay .bg {
            position: absolute;
            top: 20px;
            right: auto;
            bottom: auto;
            left: 20px;
            width: -moz-calc(100% - 40px);
            height: -moz-calc(100% - 40px);
            /* WebKit */
            width: -webkit-calc(100% - 40px);
            height: -webkit-calc(100% - 40px);
            /* Opera */
            width: -o-calc(100% - 40px);
            height: -o-calc(100% - 40px);
            /* Standard */
            width: calc(100% - 40px);
            height: calc(100% - 40px);
            background: rgba(0, 0, 0, 0.5);
            display: block;
            z-index: 0; }
          .tumblr .right .posts .post .overlay .buttons {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto auto;
            width: 120px;
            height: 22px; }
          .tumblr .right .posts .post .overlay .button {
            display: inline-block;
            margin: 0 8px;
            position: relative;
            cursor: pointer; }
            .tumblr .right .posts .post .overlay .button path {
              fill: #fff; }
            .tumblr .right .posts .post .overlay .button.active path {
              fill: #f5b0c5 !important; }
            .tumblr .right .posts .post .overlay .button.like {
              top: 2px;
              width: 16px;
              height: 14px; }
            .tumblr .right .posts .post .overlay .button.view {
              width: 22px;
              height: 12px; }
            .tumblr .right .posts .post .overlay .button.reblog {
              top: 2px;
              width: 16px;
              height: 14px; }
  .tumblr .post-brief {
    position: absolute;
    bottom: 80px;
    right: 160px;
    width: 410px;
    text-align: left;
    color: #fff;
    pointer-events: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.png', sizingMethod='scale');
    background: none !important;
    opacity: 0;
    visibility: hidden;
    z-index: 30; }
    .tumblr .post-brief .post-brief-note-count {
      font-size: 120px; }
    .tumblr .post-brief .post-brief-post-title {
      margin: -10px 0 0 10px;
      font-size: 48px;
      line-height: 46px;
      letter-spacing: -1.1px; }
  .tumblr .short .quotes, .tumblr .short .divider-2 {
    display: none !important; }

.perma .bg {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  margin: auto auto;
  width: 100%;
  height: 100%;
  z-index: 40;
  cursor: pointer; }
.perma .content {
  position: absolute;
  top: 0;
  right: 0;
  width: 820px;
  height: 100%;
  z-index: 1200; }
  .perma .content .navi {
    position: relative;
    z-index: 60;
    height: 120px;
    width: 100%; }
    .perma .content .navi .nav-link {
      display: block;
      position: absolute;
      top: 35px;
      right: auto;
      bottom: auto;
      left: 0;
      margin: auto auto;
      width: 140px;
      height: 13px;
      text-align: center;
      font-size: 16px; }
      .perma .content .navi .nav-link .line {
        width: 40px;
        height: 1px;
        background: #f5b0c5;
        margin: -11px auto 0;
        transform: translate3d(-10px, 0, 0);
        -webkit-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        -o-transform: translate3d(-10px, 0, 0); }
      .perma .content .navi .nav-link.next {
        right: 0;
        left: auto; }
        .perma .content .navi .nav-link.next .line {
          transform: translate3d(12px, 0, 0);
          -webkit-transform: translate3d(12px, 0, 0);
          -moz-transform: translate3d(12px, 0, 0);
          -o-transform: translate3d(12px, 0, 0); }
  .perma .content .media-container {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    text-align: center; }
    .perma .content .media-container .media-content {
      margin: 0 auto;
      position: relative;
      width: 540px;
      height: 100%; }
      .perma .content .media-container .media-content:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      .perma .content .media-container .media-content .note-count {
        font-size: 22px;
        color: #f5b0c5;
        margin-top: 8px; }
      .perma .content .media-container .media-content .media {
        vertical-align: middle;
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        position: relative; }
        .perma .content .media-container .media-content .media .img-holder {
          background: rgba(239, 239, 239, 0.5);
          margin-bottom: 10px; }
        .perma .content .media-container .media-content .media img {
          display: inline-block;
          width: 100%;
          vertical-align: top;
          margin-bottom: 10px; }
          .perma .content .media-container .media-content .media img:last-child {
            margin-bottom: 0; }
        .perma .content .media-container .media-content .media .youtube-container {
          width: 100%;
          position: relative;
          padding-bottom: 56.25%;
          /* 16:9 */
          padding-top: 25px;
          height: 0; }
          .perma .content .media-container .media-content .media .youtube-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
        .perma .content .media-container .media-content .media .pos {
          position: relative;
          margin: 0 auto 40px;
          width: 102px;
          height: 41px;
          text-align: center;
          color: #f5b0c5; }
          .perma .content .media-container .media-content .media .pos .large {
            font-size: 60px;
            height: 40px;
            display: inline-block;
            line-height: 48px; }
          .perma .content .media-container .media-content .media .pos .small {
            vertical-align: top;
            position: relative;
            top: -3px;
            margin-left: 10px;
            font-size: 20px; }
        .perma .content .media-container .media-content .media .caption {
          position: relative;
          clear: both;
          font-size: 24px;
          width: 100%;
          text-align: left;
          margin: 36px auto 0 auto;
          text-align: center;
          line-height: 30px; }
          .perma .content .media-container .media-content .media .caption p {
            margin: 0; }
    .perma .content .media-container .tag-holder {
      height: 100%;
      width: 140px;
      position: absolute;
      top: 0;
      left: 0; }
    .perma .content .media-container .tags {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: auto auto;
      text-align: center;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
          -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
              transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
      white-space: nowrap;
      height: 16px;
      font-size: 16px; }
      .perma .content .media-container .tags .tag {
        opacity: 0.5;
        color: #8e8e8e;
        margin-right: 10px; }
    .perma .content .media-container .tumblr-actions {
      height: 80px;
      width: 23%;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      right: 55px;
      z-index: 10;
      text-align: center;
      width: 26px; }
      .perma .content .media-container .tumblr-actions .divider {
        width: 26px;
        height: 1px;
        background: #8e8e8e;
        margin: 24px auto; }
      .perma .content .media-container .tumblr-actions .like, .perma .content .media-container .tumblr-actions .reblog {
        width: 16px;
        height: 14px;
        margin: 0 auto;
        cursor: pointer; }
        .perma .content .media-container .tumblr-actions .like path, .perma .content .media-container .tumblr-actions .reblog path {
          fill: #8e8e8e; }
        .perma .content .media-container .tumblr-actions .like.active path, .perma .content .media-container .tumblr-actions .reblog.active path {
          fill: #f5b0c5 !important; }
.perma .top-align .media-container {
  overflow: hidden; }
  .perma .top-align .media-container .media-content {
    padding: 43px 0 41px;
    display: block;
    height: auto; }
    .perma .top-align .media-container .media-content:before {
      display: none; }
    .perma .top-align .media-container .media-content .media {
      display: block; }
      .perma .top-align .media-container .media-content .media .pos {
        margin-bottom: 43px; }
      .perma .top-align .media-container .media-content .media .caption {
        margin: 58px 0 0 0; }

.logo-block {
  position: absolute;
  width: 158px;
  height: 95px; }
  .logo-block .title {
    font-size: 30px;
    line-height: 25px;
    letter-spacing: -0.5px; }
  .logo-block .release-date {
    font-size: 12px;
    letter-spacing: -0.4px;
    margin: 10px 0 0 0px; }
	
	
	
