html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: top;
}

* {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

@font-face {
  font-family: "AvenirNextLTPro-BoldIt";
  src: url("webfonts/39E730_0_0.eot");
  src: url("webfonts/39E730_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/39E730_0_0.woff2") format("woff2"),
    url("webfonts/39E730_0_0.woff") format("woff"), url("webfonts/39E730_0_0.ttf") format("truetype");
}

@font-face {
  font-family: "AvenirNextLTPro-Demi";
  src: url("webfonts/39E730_1_0.eot");
  src: url("webfonts/39E730_1_0.eot?#iefix") format("embedded-opentype"), url("webfonts/39E730_1_0.woff2") format("woff2"),
    url("webfonts/39E730_1_0.woff") format("woff"), url("webfonts/39E730_1_0.ttf") format("truetype");
}

@font-face {
  font-family: "AvenirNextLTPro-Medium";
  src: url("webfonts/39E730_2_0.eot");
  src: url("webfonts/39E730_2_0.eot?#iefix") format("embedded-opentype"), url("webfonts/39E730_2_0.woff2") format("woff2"),
    url("webfonts/39E730_2_0.woff") format("woff"), url("webfonts/39E730_2_0.ttf") format("truetype");
}

#loader {
  background-color: #000000;
  background-image: url("../graphics/loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 64px 64px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  z-index: 90;
  display: none;
}

#notifier {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  z-index: 100;
  display: none;
}

#notifier h2 {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.badge {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 2px;
  background-color: #f3060b;
  z-index: 200;
  display: block;
  padding: 10px 100px;
  position: fixed;
  transform: translateX(-50%) rotate(-45deg);
  top: 20px;
  left: 40px;
}

body {
  font-family: "AvenirNextLTPro-Medium", sans-serif;
  color: #ffffff;
  font-size: 16px;
  background-size: cover;
  background-position: center center;
}

.gradient {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 180px;
  z-index: 5;
}

.mulgasu {
  width: 128px;
  height: 128px;
  display: inline-block;
  margin: 0px 10px 10px 0px;
  opacity: 0.85;
  transition: opacity 0.25s;
  background-size: cover;
  background-position: center center;
}

.mulgasu:hover {
  opacity: 1;
}

.wrapper,
.slides {
  width: 85%;
  max-width: 1100px;
  margin: 0px auto;
}

.wrapper {
  padding: 100px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.slides {
  height: 100%;
  position: relative;
  z-index: 7;
}

.slide {
  width: 100%;
  position: absolute;
  top: -50%;
  transform: translateY(-50%);
  transition: top 0.5s;
}

.visible {
  top: 50%;
}

.slide-image {
  position: relative;
  float: left;
  width: 280px;
  height: 400px;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}

.slide-image-caption {
  position: absolute;
  background-color: #f3060b;
  text-transform: uppercase;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  padding: 5px 10px;
  bottom: 0px;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, 50%);
}

.slide-content {
  position: absolute;
  width: calc(100% - 330px);
  max-height: 640px;
  overflow: hidden;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.slide-content a,
.switch,
.movie-details a,
.side-nav a,
.product-details a,
.button {
  color: #ffffff;
  font-size: 19px;
  display: inline-block;
  padding: 10px 0px;
  border-bottom: 3px solid #f3060b;
  text-decoration: none;
  transition: border-bottom 0.25s;
}

.slide-content a:hover,
.switch:hover,
.movie-details a:hover,
.side-nav a:hover,
.product-details a:hover,
.button:hover {
  border-bottom: 3px solid #ffffff;
}

.side-nav a {
  width: 100%;
  margin: 0px 0px 15px 0px;
}

.switch {
  margin: 0px 30px 0px 0px;
}

.slide-navigator {
  position: absolute;
  z-index: 7;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50px);
}

.slide-navigator a {
  font-size: 26px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.5s;
}

.banners {
  position: relative;
  width: 100%;
  height: 150px;
  background-color: #282828;
}

.banner {
  position: absolute;
  display: none;
  width: 85%;
  max-width: 1100px;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner h2 {
  margin: 0px 20px 15px 0px;
}

.banner p {
  margin: 0px 20px 0px 0px;
}

.banners .background {
  display: none;
  opacity: 0.25;
}

.item {
  position: relative;
  min-height: 190px;
}

.item-image {
  width: 130px;
  height: 190px;
  background-size: cover;
  background-position: center center;
  margin: 0px 30px 0px 0px;
}

.item-content {
  position: absolute;
  width: calc(100% - 170px);
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.item-content label {
  display: inline-block;
  margin: 0px 0px 10px 0px;
}

.item-content h2 {
  line-height: 32px;
  margin: 0px 0px 10px 0px;
}

.item-content .separator {
  color: #616161;
  margin: 0px 15px;
}

.item-content label p,
.item-content label input {
  display: inline-block;
}

.item-content p:last-of-type {
  margin: 0px;
}

label {
  display: inline-block;
  margin: 10px 0px 20px 0px;
  width: 100%;
}

.side-nav {
  float: left;
  width: 300px;
}

.side-content {
  float: right;
  width: calc(100% - 350px);
}

label input,
label textarea {
  font-family: "AvenirNextLTPro-Medium", sans-serif;
  color: #000000;
  font-size: 14px;
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

label select {
  padding: 10px;
  font-size: 14px;
  background-color: #f3060b;
  width: 100%;
}

label select option {
  color: #ffffff;
}

label .select {
  width: 100%;
  border: none;
}

label .select::after {
  top: 8px;
  right: 5px;
  color: #ffffff;
}

.banks {
  margin: 30px 0px 0px 0px;
}

.bank {
  float: left;
  width: 125px;
  height: 105px;
  margin: 0px 5px 5px 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  cursor: pointer;
}

.item-content label input {
  width: 50px;
  margin: 0px 10px;
  text-align: center;
}

.notify-box {
  width: 37%;
  background-color: #f3060b;
  padding: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}

.notify-box p:last-of-type {
  margin: 0px;
}

hr {
  height: 3px;
  border: none;
  background-color: #f3060b;
  margin: 30px 0px 50px 0px;
}

h1 {
  font-size: 58px;
  line-height: 62px;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  margin: 0px 0px 25px 0px;
}

h2 {
  font-size: 28px;
  line-height: 32px;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  margin: 0px 0px 15px 0px;
}

.page-content h2 {
  margin: 30px 0px 15px 0px;
}

h3 {
  font-size: 19px;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  margin: 0px 0px 10px 0px;
}

p {
  font-family: "AvenirNextLTPro-Medium", sans-serif;
  font-size: 16px;
  line-height: 23px;
  margin: 0px 0px 15px 0px;
}

.remark {
  font-size: 14px;
  line-height: 20px;
  color: #f3060b;
  margin: 15px 0px 0px 0px;
}

.page-image {
  max-width: 100%;
  margin: 0px 0px 30px 0px;
}

.controls {
  margin: 0px 0px 100px 0px;
}

article {
  padding: 50px 0px;
  border-bottom: 3px solid #f3060b;
  display: flex;
  align-items: center;
  justify-content: center;
}

#products article:first-of-type {
  padding-top: 0px;
}

.article-image {
  width: 190px;
  height: 275px;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  margin: 0px 50px 0px 0px;
}

.article-content {
  flex: 1;
}

#news .article-image,
#products .article-image {
  width: 275px;
  height: 275px;
}

#news .article-content,
#products .article-content {
  width: calc(100% - 315px);
}

.article-content p:last-of-type {
  margin: 0px;
}

.article-content .separator {
  color: #616161;
  margin: 0px 15px;
}

.time {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  color: #f3060b;
}

.article-content h2 {
  margin: 0px 0px 15px 0px;
}

.article-content h2 a {
  display: inline-block;
  font-size: 13px;
  background-color: #f3060b;
  text-transform: uppercase;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  margin: 0px 0px 0px 10px;
  padding: 7px 7px 4px 7px;
  color: #ffffff;
  text-decoration: none;
  line-height: 18px;
  transition: all 0.25s;
}

.article-content h2 a:hover {
  background-color: #ffffff;
  color: #000000;
}

.warnings {
  transform: translateY(-10px);
}

.warnings img {
  width: 32px;
}

header {
  position: relative;
  width: 100%;
  height: 800px;
  background-color: #282828;
  overflow: hidden;
}

.arrow {
  position: absolute;
  top: 0px;
  left: -50px;
  width: 50px;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 10;
  transition: all 1s;
}

.arrow:hover img {
  opacity: 0.5;
}

.arrow img {
  width: 16px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s;
  opacity: 0.25;
}

.next-arrow {
  left: auto;
  right: -50px;
}

.previous-arrow img {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
  transform: translate(-50%, -50%) scaleX(-1);
}

.movie-header,
.product-header {
  height: auto;
}

.mini-header {
  height: 180px;
  background-color: transparent;
  overflow: visible;
}

.movie-wrapper,
.product-wrapper {
  position: relative;
  z-index: 7;
  padding: 200px 0px 100px 0px;
}

.movie-image,
.product-image {
  width: 270px;
  height: 390px;
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  margin: 0px 0px 30px 0px;
}

.product-image {
  width: 390px;
}

.movie-details .warnings {
  margin: 0px 0px 10px 0px;
}

.movie-content {
  width: calc(100% - 330px);
}

.product-content {
  width: calc(100% - 450px);
}

.product-content .price {
  transform: translateY(10px);
}

header .logos {
  display: flex;
  position: absolute;
  top: 50px;
  left: 70px;
  z-index: 10;
  flex-direction: column;
  align-items: center;
}

header .logo {
  width: 200px;
  cursor: pointer;
}

header nav {
  position: absolute;
  top: 60px;
  right: 70px;
  z-index: 10;
  padding: 0px 0px 0px 300px;
  text-align: right;
}

header nav a {
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1px;
  margin: 0px 0px 0px 30px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s;
}

header nav a:hover,
footer nav a:hover {
  color: #f3060b;
}

header nav .separator {
  color: #000000;
  margin: 0px 20px;
}

header nav .separator:last-of-type {
  display: none;
}

.menu-button {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 12;
  background-color: #000000;
  padding: 15px;
}

.menu-button img {
  width: 40px;
}

footer {
  position: relative;
  background-color: #000000;
}

footer .right {
  transform: translateY(-22%);
}

footer .logo {
  width: 200px;
}

footer nav a {
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  margin: 0px 0px 0px 20px;
  transition: color 0.25s;
}

footer nav .separator {
  color: #444444;
  margin: 0px 20px;
}

footer nav .separator:last-of-type {
  display: none;
}

.some {
  position: absolute;
  top: 20px;
  left: 20px;
}

.some a {
  display: inline-block;
  margin: 0px 2px 0px 0px;
  opacity: 0.5;
  transition: opacity 0.25s;
}

.some a:hover {
  opacity: 1;
}

.background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

header .background {
  opacity: 0.2;
}

.fade {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 25%;
  background: -moz-linear-gradient(top, rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00282828', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
}

.slide-content-container .fade {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #ffffff;
  background-image: none;
}

.select {
  position: relative;
  display: block;
  width: 250px;
  overflow: hidden;
  border-bottom: 3px solid #f3060b;
}

select {
  font-family: "AvenirNextLTPro-Medium", sans-serif;
  font-size: 16px;
  width: 100%;
  height: 100%;
  margin: 0;
  background: none;
  color: #ffffff;
  cursor: pointer;
  padding: 7px 0px;
}

select::-ms-expand {
  display: none;
}

select option {
  color: #000000;
}

.select::after {
  content: "\25BC";
  color: #f3060b;
  font-size: 18px;
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transform: translateY(2px);
  transform: scale(0.75);
}

.select:hover::after {
  color: #ffffff;
}

.select::after {
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}

.active {
  color: #f3060b !important;
}

.open {
  left: 0%;
}

.show,
.variant {
  border-bottom: 3px solid #f3060b;
  margin: 0px 0px 20px 0px;
}

.show h3,
.variant h3 {
  font-size: 22px;
}

.show h3 a,
.variant h3 a {
  font-size: 14px;
  background-color: #f3060b;
  text-transform: uppercase;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  margin: 0px 0px 0px 10px;
  padding: 7px 6px 5px 6px;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  transition: all 0.25s;
}

.show h3 a:hover,
.variant h3 a:hover {
  background-color: #ffffff;
  color: #000000;
}

.shows,
.variants {
  margin: 40px 0px 0px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 30px;
}

.notion {
  display: inline-block;
  font-size: 14px;
  background-color: #000000;
  text-transform: uppercase;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  padding: 7px 6px 5px 6px;
  vertical-align: top;
  margin: 0px 0px 0px 7px;
  color: #f3060b;
  transform: translateY(-3px);
}

h2 .notion {
  line-height: 18px;
  transform: none;
}

.notion:empty {
  display: none;
}

.red {
  color: #f3060b;
}

#video {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}

.trigger {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 9;
}

#video iframe {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 80%;
  height: 60%;
  z-index: 10;
}

#video img {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.25s;
}

#video img:hover {
  opacity: 1;
}

.remove-item-link {
  text-decoration: none;
  color: #f3060b;
  margin: 0px 0px 0px 20px;
  transition: color 0.25s;
}

.remove-item-link:hover {
  color: #ffffff;
}

.inactive {
  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.15;
}

.items {
  width: calc(63% - 15px);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.highlight {
  background-image: url("../graphics/notice.png");
  background-size: 24px 24px;
  background-position: right 5px center;
  background-repeat: no-repeat;
}

.half {
  width: calc(50% - 15px);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.height5 {
  height: 5px;
}

.height15 {
  height: 15px;
}

.height30 {
  height: 30px;
}

.height50 {
  height: 50px;
}

.height60 {
  height: 60px;
}

.height100 {
  height: 100px;
}

.hidden {
  display: none;
}

.center-text {
  text-align: center;
}

.left-text {
  text-align: left;
}

.right-text {
  text-align: right;
}

strong {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
}

em {
  font-style: italic;
}

.korostus {
  font-family: "AvenirNextLTPro-BoldIt", sans-serif;
}

.disabled {
  filter: grayscale(100%);
  opacity: 0.4;
}

.clickable {
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .slide-image {
    width: 220px;
    height: 260px;
  }

  header {
    height: 600px;
  }

  .slide-content-container {
    position: relative;
    max-height: 75px;
    overflow: hidden;
    padding: 0px 10px 10px 10px;
    margin: 0px 0px 20px 0px;
  }

  .slide-content-container .fade {
    display: block;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  }
}

@media only screen and (max-width: 512px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  header {
    position: static;
    height: 100vh;
  }

  body {
    font-size: 16px;
  }

  p {
    font-size: 16px;
    line-height: 21px;
  }

  header .logos {
    position: relative;
    top: auto;
    left: auto;
    margin: 50px auto 30px auto;
    flex-direction: row;
    justify-content: center;
  }

  header .logo {
    margin: 0px 10px;
  }

  header nav {
    position: fixed;
    top: 0px;
    right: auto;
    width: 100%;
    left: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.85);
    padding: 50px 0px;
    transition: left 0.25s;
  }

  header nav a,
  footer nav a {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    margin: 0px;
  }

  .slide-image {
    position: relative;
    float: none;
    margin: 0px auto 30px auto;
  }

  .slide-content {
    position: relative;
    width: 100%;
    overflow: hidden;
    right: auto;
    top: auto;
    transform: none;
    text-align: center;
  }

  .slide-content p {
    display: none;
  }

  .slide {
    top: -70%;
  }

  .visible {
    top: 35%;
  }

  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .slide-navigator {
    transform: translate(-50%, -30px);
  }

  .switch {
    margin: 0px 10px;
  }

  .select {
    float: none;
    display: inline-block;
  }

  article {
    display: block;
  }

  .article-image {
    display: block;
    float: none;
    width: 152px;
    height: 220px;
    margin: 0px auto 50px auto;
  }

  .article-content {
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
    transform: none;
  }

  #news .article-content,
  #products .article-content {
    width: 100%;
  }

  .article-content h2 a {
    float: left;
    margin: 10px 0px 0px 0px;
    padding: 6px;
  }

  .controls {
    margin: 0px 0px 60px 0px;
    text-align: center;
  }

  footer .logo {
    width: 40%;
    margin: 0px auto 30px auto;
    display: block;
  }

  footer .right {
    float: none;
    text-align: center;
    transform: none;
  }

  .movie-wrapper,
  .product-wrapper {
    padding: 20px 0px 50px 0px;
  }

  .movie-image,
  .product-image {
    display: block;
    margin: 0px auto 50px auto;
  }

  .product-image {
    width: 100%;
  }

  .movie-details,
  .product-details {
    float: none;
    text-align: center;
    margin: 0px 0px 50px 0px;
  }

  .movie-content,
  .product-content {
    float: none;
    width: 100%;
  }

  .show,
  .variant {
    width: 100%;
  }

  .shows,
  .variants {
    grid-template-columns: 1fr;
  }

  .items {
    float: none;
    width: 100%;
  }

  .notify-box {
    float: none;
    width: 100%;
  }

  .item-content h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .item-content .separator {
    display: none;
  }

  label {
    display: block;
    width: 100% !important;
    float: none !important;
    margin: 20px 0px 10px 0px;
  }

  .side-nav {
    float: none;
    width: 100%;
  }

  .side-content {
    float: none;
    width: 100%;
  }

  .bank {
    width: 115px;
    height: 95px;
  }

  .slide-content a {
    float: none !important;
  }

  h2 .time {
    transform: translateY(10px);
  }

  .show h3 a,
  .variant h3 a {
    transform: translateY(-2px);
  }

  .slide-content-container {
    display: none;
  }

  .product-content .price {
    transform: translateY(10px);
  }

  #eOrderCodes {
    width: 100%;
  }
}
