/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
body {
  background-color: #101820FF;
}

.is-interactive-overlay-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  transition: all 0.4s ease-in-out;
}
.is-interactive-overlay-container.hidden {
  display: none;
}
.is-interactive-overlay-container .is-interactive-pos {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min-content;
}
.is-interactive-overlay-container .is-interactive-pos .is-interactive-box {
  display: inline-block;
  background: #FEE715FF;
  padding: 32px 64px;
  border-radius: 8px;
  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: pulse;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.is-interactive-overlay-container .is-interactive-pos .is-interactive-box h1 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.trailer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: rgba(0, 0, 0, 0.5);
}
.trailer-overlay div {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: auto;
}
.trailer-overlay div .fa-times-circle {
  height: 32px;
  width: 32px;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 300000;
}
.trailer-overlay div video {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 501;
}
.trailer-overlay div .info {
  position: relative;
  bottom: 1px;
  right: 0;
  height: 30px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 300000;
}
.trailer-overlay div .info .slider-frame {
  width: 80%;
}
.trailer-overlay div .info .slider-frame input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  display: block;
  height: 16px;
  width: 100%;
  position: relative;
  top: -4px;
}
.trailer-overlay div .info .slider-frame input[type=range]::-webkit-slider-runnable-track {
  height: 4px;
  background: #c9c9c9;
}
.trailer-overlay div .info .slider-frame input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  position: relative;
  top: -4px;
  border-radius: 50%;
  background: #FEE715FF;
}
.trailer-overlay div .info .slider-frame input[type=range]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  position: relative;
  top: -4px;
  border-radius: 50%;
  background: #FEE715FF;
}
.trailer-overlay div .info .slider-frame input[type=range]:focus {
  outline: none;
}
.trailer-overlay div .info .timestamps {
  width: 100%;
}
.trailer-overlay div .info .timestamps span {
  position: relative;
  top: -3px;
  color: #FEE715FF;
}
.trailer-overlay div .info .timestamps span:nth-child(1) {
  float: left;
  left: 16px;
}
.trailer-overlay div .info .timestamps span:nth-child(2) {
  float: right;
  right: 16px;
}

.scene {
  /*border: 1px solid #CCC;*/
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 355px;
  height: 210px;
  margin: 32px auto;
  perspective: 1000px;
  z-index: 10;
}
.scene .carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateZ(-550px);
  transform-style: preserve-3d;
  transition: transform 1s;
}
.scene .carousel .carousel_cell {
  position: absolute;
  width: 350px;
  height: 210px;
  transition: transform 1s, opacity 1s;
}
.scene .carousel .carousel_cell:nth-child(1) {
  transform: rotateY(0deg) translateZ(550px);
}
.scene .carousel .carousel_cell:nth-child(2) {
  transform: rotateY(40deg) translateZ(550px);
}
.scene .carousel .carousel_cell:nth-child(3) {
  transform: rotateY(80deg) translateZ(550px);
}
.scene .carousel .carousel_cell:nth-child(4) {
  transform: rotateY(120deg) translateZ(550px);
}
.scene .carousel .carousel_cell:nth-child(5) {
  transform: rotateY(160deg) translateZ(550px);
}
.scene .carousel .carousel_cell:nth-child(6) {
  transform: rotateY(200deg) translateZ(550px);
}
.scene .carousel .carousel_cell:nth-child(7) {
  transform: rotateY(240deg) translateZ(550px);
}
.scene .carousel .carousel_cell:nth-child(8) {
  transform: rotateY(280deg) translateZ(550px);
}
.scene .carousel .carousel_cell:nth-child(9) {
  transform: rotateY(320deg) translateZ(550px);
}
.scene .carousel .carousel_cell img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.scene .navigator .fa-arrow-left {
  position: absolute;
  top: 140px;
  left: 25px;
  color: #FEE715FF;
  font-size: 4rem;
  z-index: 40;
}
.scene .navigator .fa-arrow-right {
  position: absolute;
  top: 140px;
  right: 25px;
  color: #FEE715FF;
  font-size: 4rem;
  z-index: 40;
}

.flipper-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /*
  top: 256px;
  left: 0;
  */
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(3, auto);
  grid-gap: 32px;
  align-content: space-around;
  justify-content: space-between;
  padding: 32px;
}
.flipper-container .flipper {
  position: relative;
  width: 240px;
  height: calc(240px * 1.5);
  -webkit-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 120px 120px 0;
  -ms-transform-origin: 120px 120px 0;
  transform-origin: 120px 120px 0;
}
.flipper-container .flipper.open {
  -webkit-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
.flipper-container .flipper div {
  position: absolute;
  width: 240px;
  height: calc(240px * 1.5);
  background: #FEE715FF;
}
.flipper-container .flipper div.flipper-front {
  -webkit-transform: translateZ(120px);
  -ms-transform: translateZ(120px);
  transform: translateZ(120px);
  background-image: url("../img/poster/demo-img-3.png");
  background-size: contain;
  background-repeat: round;
}
.flipper-container .flipper div.flipper-front img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.flipper-container .flipper div.flipper-side {
  -webkit-transform: rotateY(90deg) translateZ(120px);
  -ms-transform: rotateY(90deg) translateZ(120px);
  transform: rotateY(90deg) translateZ(120px);
  font-family: "Quicksand", sans-serif;
  color: #101820FF;
}
.flipper-container .flipper div.flipper-side h1 {
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -1px;
  margin: 0;
  padding: 16px 16px 0 16px;
}
.flipper-container .flipper div.flipper-side hr {
  margin: 8px 4px;
  background: #101820FF;
  border-color: #101820FF;
}
.flipper-container .flipper div.flipper-side p {
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  padding: 0 16px 16px 16px;
}
.flipper-container .flipper div.flipper-side .fa-play {
  position: absolute;
  top: 4px;
  right: 4px;
  height: 32px;
  width: 32px;
}
.flipper-container .flipper div.flipper-side small {
  font-weight: 300;
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.flipper-container .flipper div.flipper-side .age-restriction {
  position: absolute;
  bottom: 16px;
  left: 16px;
  height: 40px;
  width: 40px;
}
.flipper-container .flipper div.flipper-side .age-restriction._a {
  background-image: url("/public/img/svg/age_restrictions/a.svg");
}
.flipper-container .flipper div.flipper-side .age-restriction._6 {
  background-image: url("/public/img/svg/age_restrictions/6.svg");
}
.flipper-container .flipper div.flipper-side .age-restriction._9 {
  background-image: url("/public/img/svg/age_restrictions/9.svg");
}
.flipper-container .flipper div.flipper-side .age-restriction._12 {
  background-image: url("/public/img/svg/age_restrictions/12.svg");
}
.flipper-container .flipper div.flipper-side .age-restriction._15 {
  background-image: url("/public/img/svg/age_restrictions/15.svg");
}
.flipper-container .flipper div.flipper-side .age-restriction._18 {
  background-image: url("/public/img/svg/age_restrictions/18.svg");
}

/*# sourceMappingURL=theme-full.css.map */
