@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700");
.space-bottom-0 {
  margin-bottom: 0px !important;
}
@media (max-width: 767px) {
  .space-bottom-0-mobile {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 768px) {
  .space-bottom-0-desktop {
    margin-bottom: 0px !important;
  }
}

.space-bottom-1 {
  margin-bottom: 5px !important;
}
@media (max-width: 767px) {
  .space-bottom-1-mobile {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 768px) {
  .space-bottom-1-desktop {
    margin-bottom: 5px !important;
  }
}

.space-bottom-2 {
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .space-bottom-2-mobile {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  .space-bottom-2-desktop {
    margin-bottom: 10px !important;
  }
}

.space-bottom-3 {
  margin-bottom: 15px !important;
}
@media (max-width: 767px) {
  .space-bottom-3-mobile {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 768px) {
  .space-bottom-3-desktop {
    margin-bottom: 15px !important;
  }
}

.space-bottom-4 {
  margin-bottom: 20px !important;
}
@media (max-width: 767px) {
  .space-bottom-4-mobile {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .space-bottom-4-desktop {
    margin-bottom: 20px !important;
  }
}

.space-bottom-5 {
  margin-bottom: 25px !important;
}
@media (max-width: 767px) {
  .space-bottom-5-mobile {
    margin-bottom: 25px !important;
  }
}
@media (min-width: 768px) {
  .space-bottom-5-desktop {
    margin-bottom: 25px !important;
  }
}

.space-bottom-6 {
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .space-bottom-6-mobile {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 768px) {
  .space-bottom-6-desktop {
    margin-bottom: 30px !important;
  }
}

.space-bottom-7 {
  margin-bottom: 35px !important;
}
@media (max-width: 767px) {
  .space-bottom-7-mobile {
    margin-bottom: 35px !important;
  }
}
@media (min-width: 768px) {
  .space-bottom-7-desktop {
    margin-bottom: 35px !important;
  }
}

.space-bottom-8 {
  margin-bottom: 40px !important;
}
@media (max-width: 767px) {
  .space-bottom-8-mobile {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .space-bottom-8-desktop {
    margin-bottom: 40px !important;
  }
}

.space-bottom-9 {
  margin-bottom: 45px !important;
}
@media (max-width: 767px) {
  .space-bottom-9-mobile {
    margin-bottom: 45px !important;
  }
}
@media (min-width: 768px) {
  .space-bottom-9-desktop {
    margin-bottom: 45px !important;
  }
}

.space-bottom-10 {
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .space-bottom-10-mobile {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 768px) {
  .space-bottom-10-desktop {
    margin-bottom: 50px !important;
  }
}

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.frame-tout {
  display: block;
  height: 190px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 315px;
}
@media (min-width: 400px) {
  .frame-tout {
    height: 235px;
    width: 370px;
  }
}
@media (min-width: 1024px) {
  .frame-tout {
    height: 190px;
    width: 315px;
  }
}
@media (min-width: 1200px) {
  .frame-tout {
    height: 235px;
    width: 390px;
  }
}
.frame-tout .label {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: url("../images/label-new.png") no-repeat center center;
  height: 113px;
  left: -2px;
  position: absolute;
  top: -4px;
  width: 114px;
  z-index: 3;
}
.frame-tout .btn {
  bottom: -20px;
  left: 0;
  margin: 0 auto;
  max-width: 290px;
  position: absolute;
  right: 0;
  z-index: 3;
}
@media (min-width: 768px) {
  .frame-tout .btn {
    max-width: 350px;
    width: 100%;
  }
}
.frame-tout::after {
  background: url("../images/gallery-frame.png") no-repeat center center/contain transparent;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.frame-tout .frame-tout--inner {
  backface-visibility: hidden;
  height: 90%;
  left: 50%;
  overflow: hidden;
  position: relative;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 95%;
}
.frame-tout .frame-tout--inner img {
  margin: 0 auto;
  transition: all .3s ease-in-out;
  width: 100%;
}
.frame-tout:hover img {
  -ms-transform: scale(1.08);
      transform: scale(1.08);
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(-5px);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container::after {
  clear: both;
  content: '';
  display: table;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1240px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid::after {
  clear: both;
  content: '';
  display: table;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row::after {
  clear: both;
  content: '';
  display: table;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
*, *:before, *:after {
  box-sizing: border-box;
}

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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

audio, canvas, video {
  display: inline-block;
}

body {
  line-height: 1;
}

a, a:focus, a:hover {
  outline: 0;
  text-decoration: none;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

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

hr {
  background: none;
  clear: both;
}

img {
  height: auto;
  max-width: 100%;
  width: auto;
}

sup {
  font-size: 75%;
  left: -3px;
  position: relative;
  top: 5px;
  vertical-align: super;
}

sub {
  font-size: 75%;
  vertical-align: sub;
}

#breakpoint-indicator {
  height: 1px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 1px;
  z-index: 1;
}
@media (min-width: 768px) {
  #breakpoint-indicator {
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  #breakpoint-indicator {
    z-index: 3;
  }
}

body {
  color: #101010;
  font-family: "Crimson Text", Georgia, Times, serif;
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 1.4;
  }
}

.page-container h1, .page-container h2, .page-container h3, .page-container h4, .page-container h5, .page-container h6 {
  font-weight: 600;
}
.page-container hr {
  border-top: 2px solid #666;
  margin: 20px 0;
}
.page-container sup {
  font-size: 55%;
}
.page-container sub {
  font-size: 55%;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clear {
  clear: both;
}

.nowrap {
  white-space: nowrap;
}

.accelerate {
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0, 0, 0);
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

.offscreen {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: fixed;
  width: 1px;
}

.show {
  display: block;
  visibility: visible;
}

.hide {
  display: none;
  visibility: hidden;
}

.text-hide {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

/* Fix for NIN global nav */
.mobile-top {
  box-sizing: content-box;
}

.hide-scroll {
  overflow: hidden;
}

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}

html, body {
  max-width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  width: 100%;
}

body {
  background-color: #efefef;
}
body::after {
  clear: both;
  content: '';
  display: table;
}

.page-container {
  min-width: 320px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#footer,
.content {
  position: relative;
}
#footer::after,
.content::after {
  clear: both;
  content: '';
  display: table;
}
#footer .container,
#footer .container-fluid,
.content .container,
.content .container-fluid {
  max-width: 1200px;
  position: relative;
}

.content {
  background-color: #fff;
  border-bottom: 2px solid #666;
  border-top: 2px solid #666;
  margin: 20px 0;
}
.content .container,
.content .container-fluid {
  min-height: 200px;
  padding: 20px 20px;
}

#nintendo-global-nav {
  background: #e6e6e6;
  height: 96px;
  position: fixed;
  width: 100%;
  z-index: 9;
}
@media (min-width: 769px) {
  #nintendo-global-nav {
    height: 70px;
  }
}

#footer {
  background: url("../images/pattern-square.jpg") repeat center top;
  color: #bda862;
  padding: 0 0 20px;
  position: relative;
  z-index: 50;
}
#footer .disclaimer {
  display: none;
}
#footer .active {
  display: block;
}
#footer .footer--pattern-top {
  background: url("../images/footer-top-center.png") no-repeat center top;
  height: 124px;
  left: -99999px;
  margin: 0 auto;
  position: absolute;
  right: -99999px;
  top: -124px;
  width: 1116px;
}
#footer .footer--pattern-top::before, #footer .footer--pattern-top::after {
  background: url("../images/footer-top-sides.png") repeat-x center top;
  bottom: 0;
  content: '';
  display: block;
  height: 124px;
  position: absolute;
  width: 1000%;
}
#footer .footer--pattern-top::before {
  left: 1116px;
}
#footer .footer--pattern-top::after {
  right: 1116px;
}
#footer .margin-bottom {
  margin-bottom: 40px;
}
#footer .btn-fancy {
  height: 77px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  min-width: 280px;
}
#footer .btn-fancy a {
  display: block;
  height: 100%;
}
#footer .btn-fancy .btn-share {
  height: 100%;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
#footer .btn-fancy .btn-share img {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
#footer .btn-fancy nclood-social {
  position: relative;
  top: 41%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
#footer .container {
  padding: 10px 20px;
  text-align: center;
}
#footer .container > div {
  display: inline-block;
}
#footer .container h6 {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  vertical-align: top;
}
#footer p {
  color: #bda862;
  font: 12px/1.5 "Helvetica", sans-serif;
  margin: 15px 0;
}
#footer p a {
  text-decoration: underline;
}
#footer p a, #footer p a:active, #footer p a:visited {
  color: #bda862;
}
#footer .copyright {
  color: #ddd3b2;
  margin: 0 0 20px;
}
#footer .follow-nintendo-label {
  color: #bda862;
  font-family: "Crimson Text", Georgia, Times, serif;
  font-size: 16px;
  text-transform: uppercase;
}
#footer .corp-links a,
#footer .corp-links .separator {
  color: #bda862;
  font: 14px "Crimson Text", Georgia, Times, serif;
  text-transform: uppercase;
}

/* --- NIN Footer Logos --- */
#nintendo-global-footer {
  /* These divs are loaded by Nintendo's js libs */
}
@media (max-width: 767px) {
  #nintendo-global-footer {
    display: block !important;
    margin: 0 auto !important;
    max-width: 480px;
  }
  #nintendo-global-footer > div {
    margin: 0 0 10px !important;
  }
}
@media (min-width: 768px) {
  #nintendo-global-footer > div {
    margin: 0 15px !important;
  }
  #nintendo-global-footer > div:first-child {
    margin-left: 0 !important;
  }
  #nintendo-global-footer > div:last-child {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  #nintendo-global-footer #footer-amiibo-container {
    float: left !important;
  }
}
@media (min-width: 768px) {
  #nintendo-global-footer #footer-amiibo-container {
    margin-top: 0px !important;
  }
}
@media (max-width: 767px) {
  #nintendo-global-footer #newsletter-container {
    float: right !important;
    margin-top: 15px !important;
  }
}
@media (min-width: 768px) {
  #nintendo-global-footer #newsletter-container {
    margin-top: 18px !important;
  }
}
#nintendo-global-footer #footer-followus-container {
  color: #fff !important;
}
@media (max-width: 767px) {
  #nintendo-global-footer #footer-followus-container {
    clear: both;
    float: none !important;
    margin: 0 auto !important;
  }
}
@media (min-width: 768px) {
  #nintendo-global-footer #footer-followus-container {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  #nintendo-global-footer #footer-esrb-container {
    clear: left;
    float: left !important;
    margin-top: 15px !important;
  }
}
@media (min-width: 768px) {
  #nintendo-global-footer #footer-esrb-container {
    margin-top: 0px !important;
  }
}
#nintendo-global-footer #footer-privacypolicy-container a {
  color: #fff !important;
}
@media (max-width: 767px) {
  #nintendo-global-footer #footer-privacypolicy-container {
    clear: right;
    float: right !important;
  }
}
@media (min-width: 768px) {
  #nintendo-global-footer #footer-privacypolicy-container {
    margin-top: -15px !important;
  }
}

a:hover .btn-text {
  color: #fff;
}
a:hover .btn-arrow::before {
  left: -5px;
}
a:hover .btn-play-icon::after {
  background-position: -28px 0;
  right: -10px;
}

@media (min-width: 768px) {
  .gallery-home .btn-text {
    font-size: 15px;
  }
}

.active .btn-secondary {
  background-color: #22394c;
}
.active .btn-secondary::after {
  border-color: #cbc287;
}

.btn-fancy {
  background: url("../images/btn-fancy-background.gif") no-repeat 0px 0px, url("../images/btn-fancy-background.gif") repeat-x 0 -77px, transparent;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  height: 77px;
  min-width: 200px;
  padding: 0 30px;
  position: relative;
}
.btn-fancy:hover .rollover {
  background-position: 0 -20px;
}
.btn-fancy:hover .btn-fancy--text {
  color: #ceb766;
}
.btn-fancy::after {
  background: url("../images/btn-fancy-background.gif") no-repeat 0px -154px;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  width: 20px;
}
.btn-fancy--text {
  font-size: 18px;
  left: 50%;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  transition: all .2s;
}
.btn-fancy .rollover {
  left: 50%;
  position: relative;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.btn-fancy .btn-buy-now {
  background: url("../images/titles/en/buy-now.png") no-repeat 0px 0px;
  height: 20px;
  width: 100px;
}
.btn-fancy .btn-customer-support {
  background: url("../images/titles/en/btn-customer-support.png") no-repeat 0px 0px;
  height: 20px;
  width: 203px;
}

.btn {
  border: 0 none;
  border-radius: 0px;
  color: #ede9c5;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: .5em 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .2s ease-in-out;
  white-space: nowrap;
}
.btn-static::after {
  display: none;
}
.btn-static:hover .btn-fancy--text {
  color: #ede9c5;
}
.btn .message {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: default;
  display: block;
  font-size: 16px;
  height: 100%;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}
.btn .message span {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 100%;
}
.btn.btn-no-pointer {
  cursor: default;
}
.btn-text {
  color: #ede9c5;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  top: -2px;
  transition: all .3s ease-in-out;
}
@media (min-width: 768px) {
  .btn-text {
    font-size: 16px;
    top: 0;
  }
}
.btn-primary {
  background-color: #ceb766;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 2px;
}
.btn-primary > span {
  background-color: #7f1d1c;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  display: block;
  height: 100%;
  padding: 10px 30px;
  position: relative;
}
.btn-primary > span img {
  padding: 10px 0;
  vertical-align: middle;
}
.btn-primary > span::before {
  border: 1px solid #9d5f47;
  bottom: 10px;
  content: '';
  display: block;
  height: calc(100% - 20px);
  left: 10px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 10px;
  width: calc(100% - 20px);
}
.btn-big {
  font-size: 18px;
  font-weight: 600;
  height: 90px;
  padding: 4px;
  text-transform: uppercase;
}
.btn-big > span {
  padding: 12px 30px 0;
}
@media (min-width: 768px) {
  .btn-big {
    font-size: 20px;
  }
}
.btn-secondary {
  background-color: #7f1d1c;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  display: block;
  padding: 10px;
  position: relative;
  text-transform: uppercase;
}
.btn-secondary img {
  vertical-align: middle;
}
.btn-secondary::after {
  border: 1px solid #9d5f47;
  content: '';
  display: block;
  height: calc(100% - 10px);
  left: 5px;
  margin: auto;
  position: absolute;
  top: 5px;
  width: calc(100% - 10px);
}
.btn-play-icon {
  font-size: 16px;
  top: -6px;
}
@media (min-width: 768px) {
  .btn-play-icon {
    top: -5px;
  }
}
.btn-play-icon::after {
  background: url("../images/btn-play-icon.png") no-repeat 0 0 transparent;
  content: '';
  display: inline-block;
  height: 28px;
  position: relative;
  right: -5px;
  top: 8px;
  transition: right .2s ease-out;
  width: 28px;
}
.btn-arrow::before {
  background: url("../images/arrow-btn.png") no-repeat center center transparent;
  content: '';
  display: inline-block;
  height: 19px;
  left: -10px;
  position: relative;
  top: 4px;
  transition: all .2s ease-out;
  width: 24px;
}
@media (min-width: 768px) {
  .btn-arrow::before {
    top: 5px;
  }
}
.btn-ornament {
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid #ceb766;
  min-height: 50px;
  padding: 11px 10px 0;
  position: relative;
}
.btn-ornament:hover .btn-ornament-text {
  color: #fff;
}
.btn-ornament .btn-ornament-text {
  color: #ceb766;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all .2s ease-out;
}
@media (min-width: 768px) {
  .btn-ornament .btn-ornament-text {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .btn-ornament {
    min-height: 70px;
    padding: 20px 40px 0;
  }
}
.btn-ornament img {
  vertical-align: middle;
}
.btn-ornament::before {
  background: url("../images/button-ornaments-left.png") no-repeat center center transparent;
  left: 0;
  top: 0;
}
.btn-ornament::after {
  background: url("../images/button-ornaments-right.png") no-repeat center center transparent;
  bottom: 0;
  right: 0;
}
.btn-ornament::before, .btn-ornament::after {
  background-size: cover;
  content: '';
  display: block;
  height: 30px;
  position: absolute;
  width: 30px;
}
@media (min-width: 768px) {
  .btn-ornament::before, .btn-ornament::after {
    height: 48px;
    width: 48px;
  }
}

@media (min-width: 1024px) {
  .anim-scroll-opacity {
    opacity: 0;
  }
}

small.legal {
  color: #000;
  font-size: 13px;
  position: relative;
  top: -15px;
}

#modal-window .amiibo-modal {
  text-align: center;
}
@media (min-width: 1024px) {
  #modal-window .amiibo-modal {
    padding-top: 80px !important;
  }
}
@media (max-width: 767px) {
  #modal-window .amiibo-modal .amiibo-box {
    height: 210px;
  }
}
@media (min-width: 767px) {
  #modal-window .amiibo-modal .amiibo-box {
    float: left;
    width: 40%;
  }
}
#modal-window .amiibo-modal .content-container {
  height: 100%;
  overflow: visible;
}
@media (min-width: 767px) {
  #modal-window .amiibo-modal .content-container {
    float: right;
    width: 60%;
  }
}

[data-video-hero] {
  opacity: 0;
}

.link:hover {
  cursor: pointer;
}

.max-width-960 {
  margin: 0 auto;
  max-width: 960px;
}

.carousel-arrow {
  background: url("../images/spr-icon-arrow.png") no-repeat top left transparent;
  display: inline-block;
  height: 52px;
  left: 50%;
  position: relative;
  top: -8px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 41px;
}
.carousel-arrow:hover {
  background-position: -41px 0;
}
.carousel-arrow.arrow-left {
  -ms-transform: scale(-1, 1) translateX(50%);
      transform: scale(-1, 1) translateX(50%);
}

.container {
  position: relative;
}

.logo-3ds-white {
  left: 50%;
  max-width: 1286px;
  position: absolute;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 100%;
  z-index: 5;
}
.logo-3ds-white a {
  position: absolute;
  right: 30px;
}

.title-separator {
  background: url("../images/separator-1.png") no-repeat center bottom/465px auto transparent;
  color: #702323;
  font-size: 24px;
  margin-bottom: 25px;
  padding-bottom: 30px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .title-separator {
    font-size: 34px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .title-separator {
    margin: 0 auto 15px;
    max-width: 380px;
    padding-bottom: 20px;
    width: 100%;
  }
}
.title-separator small {
  color: #000;
  font-size: 16px;
  text-transform: none;
}
@media (min-width: 768px) {
  .title-separator small {
    font-size: 20px;
  }
}
.title-separator-gold {
  background: url("../images/separator-4.png") no-repeat center bottom/465px auto;
  color: #702323;
}
.title-separator-white {
  background: url("../images/separator-3.png") no-repeat center bottom/465px auto;
  color: #ede9c5;
}
.title-separator-text-yellow {
  color: #ede9c5;
}
.title-separator-lowercase {
  color: #000;
  font-size: 18px;
  text-transform: none;
}
@media (min-width: 768px) {
  .title-separator-lowercase {
    font-size: 26px;
  }
}

@media (min-width: 1024px) {
  .text-separator {
    background: url("../images/separator-4.png") no-repeat center bottom/465px auto;
    padding-bottom: 45px;
  }
}

.title-alt {
  color: #702323;
  font-size: 24px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .title-alt {
    font-size: 34px;
  }
}

.text-black {
  color: #000 !important;
}

.btn-play {
  background: url("../images/btn-spr-play.png") 0 0 no-repeat;
  cursor: pointer;
  height: 137px;
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%) scale(0.6);
      transform: translate(-50%, -50%) scale(0.6);
  width: 137px;
}
@media (min-width: 768px) {
  .btn-play {
    -ms-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
  }
}
@media (min-width: 1024px) {
  .btn-play {
    -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
  }
}

a:hover > .btn-play,
div:hover > .btn-play {
  background-position: -137px 0;
}

.lower-touts {
  background: url("../images/bg-gold-line.png") repeat-x top center, url("../images/bg-white-map.jpg") no-repeat center center/cover;
  min-height: 620px;
  position: relative;
}
.lower-touts::before {
  background: url("../images/bg-tout-red-arrow.png") no-repeat top center/auto 120px;
  content: '';
  height: 205px;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
  .lower-touts::before {
    background-size: auto;
    background-size: center center;
  }
}
.lower-touts.tan-arrow::before {
  background: url("../images/tout-tan-arrow.png") no-repeat top center/auto 120px;
}
@media (min-width: 768px) {
  .lower-touts.tan-arrow::before {
    background-size: auto;
    background-size: center center;
  }
}
.lower-touts.white-arrow::before {
  background: url("../images/tout-white-arrow.png") no-repeat top center/auto 120px;
}
@media (min-width: 768px) {
  .lower-touts.white-arrow::before {
    background-size: auto;
    background-size: center center;
  }
}
.lower-touts .container {
  padding-top: 135px;
}
@media (min-width: 768px) {
  .lower-touts .container {
    padding-top: 215px;
  }
}
.lower-touts .container .row {
  margin-bottom: 160px;
}
@media (min-width: 1024px) {
  .lower-touts .container .row {
    margin-bottom: 220px;
  }
}

.title-secondary {
  color: #702323;
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .title-secondary {
    font-size: 24px;
    line-height: 1.4;
  }
}

.title-terciary {
  color: #333;
  font-size: 24px;
  font-weight: 400;
}

.text-quaternary {
  color: #ede9c5;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .text-quaternary {
    font-size: 16px;
  }
}

.title-scroll {
  background: url("../images/scroll-bg.png") no-repeat center center;
  font-size: 20px;
  height: 115px;
  margin: 0 auto;
  max-width: 645px;
  padding: 0;
  position: relative;
  width: 90%;
}
.title-scroll span {
  left: 0;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 100%;
}
.title-scroll::before, .title-scroll::after {
  bottom: 0;
  content: '';
  display: block;
  height: 115px;
  margin: auto 0;
  position: absolute;
  top: 0;
}
.title-scroll::before {
  background: url("../images/scroll-bg-left.png") no-repeat center center;
  left: -10px;
  width: 31px;
}
.title-scroll::after {
  background: url("../images/scroll-bg-right.png") no-repeat center center;
  right: -10px;
  width: 43px;
}
@media (min-width: 768px) {
  .title-scroll {
    font-size: 30px;
    padding: 35px 0 0;
  }
}

.description-scroll {
  background: url("../images/scroll-bg-tall-center.png") no-repeat center center;
  height: 222px;
  margin: 0 auto;
  max-width: 455px;
  padding: 0;
  position: relative;
  width: 90%;
}
@media (min-width: 768px) {
  .description-scroll {
    max-width: 645px;
  }
}
.description-scroll .center {
  left: 0;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 100%;
}
.description-scroll::before, .description-scroll::after {
  bottom: 0;
  content: '';
  display: block;
  height: 222px;
  margin: auto 0;
  position: absolute;
  top: 0;
}
.description-scroll::before {
  background: url("../images/scroll-bg-tall-left.png") no-repeat center center;
  left: -10px;
  width: 43px;
}
.description-scroll::after {
  background: url("../images/scroll-bg-tall-right.png") no-repeat center center;
  right: -5px;
  width: 43px;
}
@media (min-width: 768px) {
  .description-scroll {
    font-size: 30px;
    padding: 35px 0 0;
  }
}

.description {
  color: #333;
  font-size: 16px;
}
@media (min-width: 768px) {
  .description {
    font-size: 18px;
    line-height: 1.4;
  }
}

.text-gold {
  color: #ceb766;
}

.text-gold-light {
  color: #ede9c5;
}

.text-uppercase {
  font-size: 19px;
  text-transform: uppercase;
}

.text-red {
  color: #702323;
}

.list-gold {
  list-style: none;
}
.list-gold li {
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.list-gold li::before {
  background: url("../images/list-diamond-gold.png") no-repeat left 3px;
  content: '';
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  width: 19px;
}

.list-red {
  list-style: none;
}
.list-red li {
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
}
.list-red li::before {
  background: url("../images/list-diamond-red.png") no-repeat left 3px;
  content: '';
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  width: 19px;
}

.hero-headline {
  margin: 0 auto;
  max-width: 580px;
  padding-top: 50px;
}
.hero-headline h2 {
  color: #ede9c5;
  display: inline-block;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 5px 20px 0px;
  position: relative;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  width: auto;
}
@media (min-width: 768px) {
  .hero-headline h2 {
    font-size: 65px;
  }
}
.hero-headline h2 .arrow {
  display: block;
  height: 11px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
}
.hero-headline h2 .arrow:nth-child(1) {
  top: 0;
}
.hero-headline h2 .arrow:nth-child(2) {
  bottom: 0;
}
@media (min-width: 768px) {
  .hero-headline h2 .arrow:nth-child(2) {
    bottom: 10px;
  }
}
.hero-headline h2 .arrow::before, .hero-headline h2 .arrow::after {
  background: url("../images/title-arrow-big.png") no-repeat center center;
  content: '';
  display: block;
  height: 11px;
  position: absolute;
  width: 50%;
}
.hero-headline h2 .arrow::before {
  background-position: left center;
  left: 0;
}
.hero-headline h2 .arrow::after {
  background-position: right center;
  right: 0;
}
.hero-headline h3 {
  color: #ede9c5;
  font-size: 20px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .hero-headline h3 {
    font-size: 35px;
  }
}

.lowercase {
  text-transform: lowercase;
}

.pattern-ornaments-red {
  background: url("../images/pattern-square.jpg") repeat center center;
  padding: 70px 0;
}

.stripe-gold-top {
  position: relative;
}
.stripe-gold-top::before {
  background-color: #bda862;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}

.picture-frame {
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
}
.picture-frame img {
  display: block;
  width: 100%;
}
.picture-frame::after {
  background: url("../images/gallery-frame.png") no-repeat center center/contain transparent;
  content: '';
  display: block;
  height: 110%;
  left: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 110%;
  z-index: 1;
}

.white-section {
  background: url("../images/pattern-parchment-gray.jpg") repeat bottom center;
  padding: 80px 0;
}

.bg-parchment {
  background: url("../images/pattern-parchment.jpg") repeat bottom center/auto 290px;
  padding: 80px 0;
}
@media (min-width: 768px) {
  .bg-parchment {
    background-size: auto;
  }
}

.bg-parchment-red {
  background: url("../images/pattern-parchment-red.png") repeat bottom center;
  padding: 80px 0;
}

.text-center {
  text-align: center;
}

.no-bottom-padding {
  padding-bottom: 0;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.box-info {
  background: rgba(127, 29, 28, 0.8);
  border: 2px solid #bda862;
  font-size: 14px;
  line-height: 1.3;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 240px;
}
.box-info::before {
  background: url("../images/button-ornaments-left.png") no-repeat center center/cover transparent;
  content: '';
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: 4;
}
.box-info::after {
  background: url("../images/button-ornaments-right.png") no-repeat center center/cover transparent;
  bottom: 0;
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  width: 20px;
}

.box-info-header {
  color: #ceb766;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 5px 0;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .box-info-header {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .box-info-header {
    font-size: 22px;
  }
}
.box-info-header::before {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 1%, #bda862 23%, #bda862 49%, #bda862 52%, #bda862 83%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
}

.box-info-text {
  color: #ede9c5;
  margin: 0;
}
@media (min-width: 768px) {
  .box-info-text {
    font-size: 15px;
  }
}

.callout-hero {
  color: #702323;
  font-size: 16px;
  font-weight: bold;
  margin: 40px auto 0;
  position: relative;
  text-align: center;
  width: 190px;
  z-index: 10;
}
@media (min-width: 768px) {
  .callout-hero {
    font-size: 20px;
    margin: 50px auto 0;
  }
}
@media (min-width: 1024px) {
  .callout-hero {
    margin: 30px auto 0;
  }
}
.callout-hero::after, .callout-hero::before {
  background: url("../images/arrow-ornament.png") no-repeat center center;
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  top: 40%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 16px;
}
.callout-hero::after {
  left: 0;
}
.callout-hero::before {
  right: 0;
  -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg);
}

.hero-primary .logo {
  background: url("../images/logo.png") no-repeat top center/contain;
  height: 120px;
  margin: 10px auto 0;
  max-width: 320px;
  position: relative;
  width: 100%;
  z-index: 6;
}
@media (min-width: 768px) {
  .hero-primary .logo {
    background-position: center center;
    margin: 10px auto 0;
    max-width: 470px;
  }
}
@media (min-width: 1100px) {
  .hero-primary .logo {
    max-width: 500px;
  }
}

@media (min-width: 1024px) {
  .body-no-hero-video .hero-primary .video-container .hero-primary--bg {
    background-image: url("../images/home/hero-primary-bg2.jpg");
  }
}
@media (min-width: 1024px) {
  .body-no-hero-video .hero-gameplay {
    background: url("../images/hero-gameplay.jpg") no-repeat top center/cover;
  }
}
@media (min-width: 1024px) {
  .body-no-hero-video .hero-buy {
    background: url("../images/hero-buy.jpg") no-repeat center bottom/cover transparent;
  }
}

.hero-primary {
  margin-top: 60px;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .hero-primary {
    min-height: 780px;
  }
}
.hero-primary blockquote {
  opacity: 0;
  -ms-transform: scale(0);
      transform: scale(0);
  transition: all .5s ease-out;
}
.hero-primary blockquote.active {
  opacity: 1;
  -ms-transform: scale(1);
      transform: scale(1);
}
.hero-primary .video-container {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
  z-index: 4;
}
.hero-primary .video-container .hero-primary--bg {
  background: url("../images/home/hero-primary-bg2.jpg") no-repeat center center/cover;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 1024px) {
  .hero-primary .video-container .hero-primary--bg {
    background-image: url("../images/home/hero-primary-bg2-dark.jpg");
    width: 1438px;
  }
}
@media (min-width: 1200px) {
  .hero-primary .video-container .hero-primary--bg {
    height: auto;
  }
}
.hero-primary .video-container video {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  width: auto;
}
.hero-primary .container {
  max-width: 1310px;
  position: relative;
  width: 100%;
}
.hero-primary--artwork {
  background: url("../images/hero-primary-artwork-1.png") no-repeat center center/cover transparent;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.hero-primary--characters {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  z-index: 6;
}
@media (max-width: 767px) {
  .hero-primary--characters {
    max-width: 320px;
    width: 100%;
  }
}
.hero-primary .scroll {
  bottom: 0;
  color: #ede9c5;
  display: none;
  font-size: 15px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  width: 100px;
  z-index: 10;
}
@media (min-width: 1024px) {
  .hero-primary .scroll {
    display: block;
  }
}
.hero-primary .scroll .arrow {
  animation: bounce 2s infinite;
  background: url("../images/scroll-arrow.png") no-repeat center center;
  display: block;
  height: 21px;
  margin: 20px auto 5px;
  width: 51px;
}

.hero-text {
  color: #fff;
  font-size: 18px;
  left: 20px;
  line-height: 1.4;
  margin: 60px auto 0;
  max-width: 250px;
  position: absolute;
  text-align: left;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  top: 0;
  z-index: 6;
}
.hero-text::after {
  clear: both;
  content: '';
  display: table;
}
@media (min-width: 768px) {
  .hero-text {
    font-size: 20px;
  }
}
.hero-text .hero-text--large {
  font-size: 50px;
  margin-bottom: -15px;
}
.hero-text cite {
  font-size: 16px;
  font-style: italic;
  text-align: left;
}

.hero-title {
  background: url("../images/hero-game-title.png") no-repeat center bottom/contain;
  height: 170px;
  margin: 0 auto;
  max-width: 300px;
}
@media (min-width: 768px) {
  .hero-title {
    bottom: 20px;
    max-width: 440px;
  }
}

.hero-overview {
  background: url("../images/overview/hero-overview.jpg") no-repeat center bottom/cover;
  border-bottom: 10px solid #bda862;
  margin-top: 60px;
  overflow: hidden;
  padding: 40px 0 76px;
}
.hero-overview-header {
  background: url("../images/hero-overview-header.png") no-repeat center center/contain transparent;
  height: 90px;
  margin: 15px auto;
}
@media (max-width: 600px) {
  .hero-overview-header {
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  .hero-overview-header {
    background-size: auto;
    height: 124px;
    margin-top: 35px;
  }
}
.hero-overview-intro {
  color: #ede9c5;
  font-size: 20px;
  line-height: 1.3em;
  margin: 10px auto 40px;
  max-width: 790px;
  text-align: center;
}
.hero-overview-video-wrapper {
  border: 7px solid #ceb766;
  margin: 0 auto;
  max-width: 950px;
  position: relative;
  text-align: center;
}
.hero-overview-video-wrapper .play-btn {
  display: none;
}
.hero-overview-video-wrapper nclood-video .oo-player-container .innerWrapper {
  position: relative !important;
  z-index: 10;
}

.hero-gameplay {
  background: url("../images/hero-gameplay.jpg") no-repeat left top/auto 100%;
  border-bottom: 10px solid #bda862;
  height: 460px;
  margin-top: 60px;
  overflow: hidden;
  padding: 40px 0 0;
  position: relative;
}
@media (min-width: 767px) {
  .hero-gameplay {
    height: 700px;
  }
}
@media (min-width: 768px) {
  .hero-gameplay {
    background: url("../images/hero-gameplay.jpg") no-repeat top center/cover;
  }
}
@media (min-width: 1024px) {
  .hero-gameplay {
    background: url("../images/hero-gameplay-dark.jpg") no-repeat top center/cover;
  }
}
.hero-gameplay-header {
  background: url("../images/hero-gameplay-header.png") no-repeat center center/contain transparent;
  height: 102px;
  margin: 15px auto;
  width: 349px;
}
@media (min-width: 1023px) {
  .hero-gameplay-header {
    height: 128px;
    width: 437px;
  }
}
.hero-gameplay .container {
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .hero-gameplay .container {
    padding-top: 20px;
  }
}
.hero-gameplay .row {
  position: relative;
  top: 0;
}
@media (min-width: 768px) {
  .hero-gameplay .row {
    top: 135px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}

.video-player {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.video-player iframe,
.video-player object,
.video-player embed,
.video-player > div,
.video-player video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#bg-video-container {
  left: 50%;
  min-height: 788px;
  opacity: 0;
  /* opacity added on page load */
  position: absolute;
  top: 0;
  z-index: -1;
}
#bg-video-container .poster {
  display: none;
  height: 100%;
  width: 100%;
}

#bg-video {
  height: 100%;
  width: 100%;
}

.content.bg-video {
  height: 800px;
  margin: 0;
  opacity: .7;
}
.content.bg-video .bg-video--content {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.carousel {
  display: none;
  position: relative;
  width: 100%;
}
.carousel .slide-item {
  position: relative;
  width: 100%;
}
.carousel .slide-item .slide-item--content {
  text-align: center;
}
.carousel .slide-item .slide-item--content.slide-item--content-center {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.carousel .slide-item .slide-item--content.slide-item--content-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.carousel .slide-item .slide-item--content img {
  display: inline-block;
}
.carousel .carousel-control::after {
  clear: both;
  content: '';
  display: table;
}
.carousel .carousel-control .carousel-control--button {
  background-color: #999;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 25px;
  height: 50px;
  line-height: 1;
  outline: none;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: 50px;
  z-index: 9999;
}
.carousel .carousel-control .carousel-control-pagination {
  margin: 0;
  padding: 5px;
  text-align: center;
  width: 100%;
}
.carousel .carousel-control .carousel-control-pagination .carousel-control-pagination--counter {
  background-color: #ddd;
  padding: 5px;
}
.carousel .carousel-control.is-inside {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .carousel-control.is-inside .carousel-control--button {
  display: none;
}
.carousel .carousel-control.is-inside .carousel-control-pagination {
  bottom: 20px;
  position: absolute;
}
.carousel .carousel-control.is-outside {
  padding-top: 10px;
  position: relative;
}
.carousel .carousel-control.is-outside .carousel-control--button {
  position: relative;
}
.carousel .carousel-control.is-outside .carousel-control--prev {
  float: left;
}
.carousel .carousel-control.is-outside .carousel-control--next {
  float: right;
}
.carousel .carousel-control.is-outside .carousel-control-pagination {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.carousel .carousel-headline {
  padding: 10px;
  text-align: center;
}

.carousel-hero .slide-item {
  height: 400px;
}

@media (min-width: 992px) {
  .carousel .slide-item {
    position: relative;
    width: 100%;
  }
  .carousel .carousel-control.is-inside {
    pointer-events: all;
  }
  .carousel .carousel-control.is-inside .carousel-control--button {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    display: block;
    height: 60px;
    width: 60px;
  }
  .carousel .carousel-control.is-inside .carousel-control--prev {
    left: 0;
  }
  .carousel .carousel-control.is-inside .carousel-control--next {
    right: 0;
  }

  .carousel-hero .slide-item {
    height: 600px;
  }
}
/* Page overlay */
#overlay {
  background: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 103;
}

/* Close button */
#btn-modal-close {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: url("../images/widgets/icon-X.png") no-repeat center center, url("../images/btn-red-sm.png") no-repeat center center;
  background-size: 15px auto, 100%;
  border: 0;
  cursor: pointer;
  display: block;
  height: 42px;
  position: absolute;
  right: -1%;
  top: 6.9%;
  transition: background-color 0.3s, color 0.3s;
  width: 50px;
  z-index: 1001;
}
@media (min-width: 768px) {
  #btn-modal-close {
    background-size: 30%, 100%;
    height: 73px;
    right: -1.5%;
    top: -70px;
    width: 88px;
  }
}
#btn-modal-close:focus, #btn-modal-close:hover {
  outline: none;
}

/* Initially hide content on the page */
.modal-content {
  display: none;
  visibility: hidden;
}

/* Modal */
#modal-window {
  border-radius: 10px;
  display: none;
  padding: 40px 0;
  position: fixed;
  z-index: 104;
}
#modal-window::before {
  content: '';
  display: block;
  padding-top: 56.25%;
  width: 100%;
}
#modal-window .modal-content {
  bottom: 0;
  display: block;
  left: 0;
  padding: 0 40px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  visibility: visible;
  -webkit-backface-visibility: hidden;
}
#modal-window .modal-content::after {
  clear: both;
  content: '';
  display: table;
}
#modal-window .modal-content--secondary {
  background-color: #fff;
  padding: 20px;
}
@media (min-width: 768px) {
  #modal-window .modal-content--secondary {
    padding: 40px;
  }
}
#modal-window .modal-content--secondary + #btn-modal-close {
  right: 0;
  top: -0.2%;
}
@media (min-width: 768px) {
  #modal-window .modal-content--secondary + #btn-modal-close {
    right: -10px;
    top: -12px;
    -ms-transform: scale(0.7);
        transform: scale(0.7);
  }
}
@media (max-width: 767px) {
  #modal-window {
    height: auto;
    left: 30px;
    right: 30px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: calc(100vw - 60px);
  }
  #modal-window .modal-content {
    height: 100%;
  }
  #modal-window.modal-video .modal-content {
    height: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #modal-window.modal-retailer {
    height: calc(100vh - 100px);
    min-height: 610px;
  }
}
#modal-window .video-player {
  height: 82% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 100% !important;
  z-index: 2;
}
@media (min-width: 480px) {
  #modal-window .video-player {
    height: 83% !important;
    left: 0;
    right: 22px;
    width: 100.3% !important;
  }
}
@media (min-width: 768px) {
  #modal-window .video-player {
    border: 10px solid #c7ac5f;
    height: calc(100% - 44px) !important;
    left: 0;
    right: 0;
    width: 100.3% !important;
  }
}
@media (min-width: 768px) {
  #modal-window {
    height: auto;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 720px;
  }
  #modal-window.modal-video {
    height: 440px;
    padding: 40px;
    width: 720px;
  }
  #modal-window.modal-video .modal-content {
    height: 100%;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  #modal-window {
    height: auto;
    width: 900px;
  }
  #modal-window.modal-video {
    height: 545px;
    padding: 40px;
    width: 900px;
  }
  #modal-window.modal-video .modal-content {
    height: 100%;
    padding: 0;
  }
}

.modal-background {
  bottom: 0;
  height: 100%;
  left: -16px;
  margin: auto;
  position: absolute;
  right: -10px;
  top: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .modal-background {
    background-color: inherit;
    border: none;
  }
}
@media (min-width: 768px) {
  .modal-background {
    height: 97%;
    width: 104%;
  }
}

#modal-window.retailer-modal .modal-content {
  padding-top: 0;
}
#modal-window.retailer-modal .modal-content .retailer-modal-page-container {
  padding-top: 50px;
}
#modal-window.retailer-modal .modal-content .retailer-modal-content-wrapper {
  margin: 0 auto;
  max-width: 96%;
}
@media (max-width: 767px) {
  #modal-window.retailer-modal .modal-content .responsive-iframe-container {
    height: 100%;
    padding: 0;
  }
  #modal-window.retailer-modal .modal-content .responsive-iframe-container iframe {
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #modal-window.retailer-modal .modal-content .responsive-iframe-container {
    min-height: 440px;
    padding: 0;
  }
}
#modal-window.retailer-modal .modal-content h2 {
  color: #000;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
  margin-bottom: 10px;
  text-shadow: none;
  text-transform: none;
}
#modal-window.retailer-modal .modal-content h2 + p {
  color: #777;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
#modal-window.retailer-modal .modal-content .retailer-modal-retailer-list > ul::after {
  clear: both;
  content: '';
  display: table;
}
#modal-window.retailer-modal .modal-content .retailer-modal-retailer-list > ul > li {
  float: left;
  margin: 0 0 2.85%;
}
#modal-window.retailer-modal .modal-content .retailer-modal-retailer-list > ul > li > a {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 2px;
  display: block;
  text-align: center;
}
#modal-window.retailer-modal .modal-content .retailer-modal-retailer-list > ul > li > a:hover, #modal-window.retailer-modal .modal-content .retailer-modal-retailer-list > ul > li > a:focus {
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  #modal-window.retailer-modal .modal-content .retailer-modal-retailer-list > ul > li {
    margin-left: 3%;
    width: 48.5%;
  }
  #modal-window.retailer-modal .modal-content .retailer-modal-retailer-list > ul > li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  #modal-window.retailer-modal .modal-content .retailer-modal-retailer-list > ul > li {
    margin-left: 2.75%;
    width: 31.5%;
  }
  #modal-window.retailer-modal .modal-content .retailer-modal-retailer-list > ul > li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
}

nclood-nav#nclood-nav {
  z-index: 102;
}

.hide-scroll .top-nav-wrapper .nav-toggle .nav-toggle--menu {
  display: none;
}
.hide-scroll .top-nav-wrapper .nav-toggle .nav-toggle--close {
  display: block;
}

.top-nav-wrapper {
  background: url("../images/pattern-parchment-red.png") repeat-x center center;
  box-shadow: inset 0 10px 15px -3px rgba(0, 0, 0, 0.5);
  min-height: 60px;
  padding: 10px;
  position: fixed;
  top: 0px;
  transform: translate3d(0, 0, 0);
  width: 100%;
  z-index: 101;
}
.top-nav-wrapper::after {
  clear: both;
  content: '';
  display: table;
}
@media (max-width: 768px) {
  .top-nav-wrapper {
    top: 0px;
  }
}
@media (max-width: 1023px) {
  .top-nav-wrapper {
    padding: 20px 10px;
  }
}
.top-nav-wrapper::before {
  bottom: 0;
  box-shadow: inset 0 -10px 15px -3px rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.top-nav-wrapper.is-open, .top-nav-wrapper.is-fixed {
  position: fixed;
  top: 72px;
  z-index: 9999;
}
@media (max-width: 1023px) {
  .top-nav-wrapper.is-open, .top-nav-wrapper.is-fixed {
    top: 0;
    z-index: 99999;
  }
}
.top-nav-wrapper .logo-mobile {
  display: block;
  margin: 0 auto;
  max-width: 350px;
  padding-top: 20px;
  width: 90%;
}
.top-nav-wrapper .container {
  max-width: 1286px;
  position: relative;
  width: 100%;
}
.top-nav-wrapper .container::before {
  background-color: #bda862;
  bottom: -20px;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 10px;
  left: -99999px;
  margin: 0 auto;
  position: absolute;
  right: -99999px;
  width: 110vw;
  z-index: 100000;
}
@media (min-width: 1024px) {
  .top-nav-wrapper .container::before {
    bottom: -17px;
  }
}
@media (max-width: 1023px) {
  .top-nav-wrapper .container {
    width: 100%;
  }
}
.top-nav-wrapper .nav-logo {
  background: url("../images/logo-parchment.png") no-repeat center bottom;
  height: 100px;
  max-width: 200px;
  position: absolute;
  right: 0;
  top: -20px;
  transition: all .2s ease-in-out;
  width: 100%;
  z-index: 999999;
}
@media (max-width: 1023px) {
  .top-nav-wrapper .nav-logo {
    top: -30px;
  }
}
.top-nav-wrapper .nav-logo a:first-child {
  display: none;
}
.top-nav-wrapper .nav-logo a {
  background: url("../images/logo-nav.png") no-repeat center center/contain;
  bottom: 20px;
  display: block;
  height: 42px;
  left: 0;
  margin: auto;
  max-width: 170px;
  position: absolute;
  right: 0;
  top: 29px;
  width: 100%;
}
.top-nav-wrapper .nav-logo a.active {
  display: block;
}
.top-nav-wrapper .nav-logo a.active + a {
  display: none;
}
.top-nav-wrapper .nav-logo:hover {
  -ms-transform: translateY(10px);
      transform: translateY(10px);
}
.top-nav-wrapper .nav-list {
  left: 0;
  list-style: none;
  transition: opacity 0.3s ease-in-out;
}
.top-nav-wrapper .nav-list::after {
  clear: both;
  content: '';
  display: table;
}
@media (min-width: 768px) {
  .top-nav-wrapper .nav-list {
    position: relative;
    top: 5px;
    width: calc(100% - 200px);
  }
}
@media (max-width: 1023px) {
  .top-nav-wrapper .nav-list {
    display: none;
    opacity: 0;
    position: absolute;
    top: 40px;
    z-index: 99999;
  }
}
.top-nav-wrapper .nav-list.is-open {
  background: #680000 url("../images/pattern-parchment-red.png") repeat center center;
  display: block;
  left: -99999px;
  margin: auto;
  opacity: 1;
  overflow-y: auto;
  padding-top: 50px;
  right: -99999px;
  width: 100vw;
}
@media (max-width: 768px) {
  .top-nav-wrapper .nav-list.is-open li:last-child {
    padding-bottom: 170px;
  }
}
.top-nav-wrapper .nav-list .nav-list--item {
  display: block;
  margin: 0 auto;
  max-width: 320px;
  position: relative;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  width: 100%;
}
.top-nav-wrapper .nav-list .nav-list--item::after {
  clear: both;
  content: '';
  display: table;
}
@media (min-width: 1024px) {
  .top-nav-wrapper .nav-list .nav-list--item {
    display: inline-block;
    width: 15%;
  }
  .top-nav-wrapper .nav-list .nav-list--item.nav-wider {
    width: 17%;
  }
}
@media (max-width: 1023px) {
  .top-nav-wrapper .nav-list .nav-list--item {
    padding: 15px 0;
  }
}
@media (max-width: 1023px) {
  .top-nav-wrapper .nav-list .nav-list--item:not(:nth-child(6))::before {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 1%, rgba(189, 168, 98, 0.8) 23%, rgba(189, 168, 98, 0.8) 49%, rgba(189, 168, 98, 0.8) 52%, rgba(189, 168, 98, 0.8) 83%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
  }
}
.top-nav-wrapper .nav-list .nav-list--item:not(:nth-child(6)).hide-after::after {
  background-image: none !important;
}
.top-nav-wrapper .nav-list .nav-list--item:not(:nth-child(6))::after {
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  right: -10px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 20px;
}
@media (min-width: 1024px) {
  .top-nav-wrapper .nav-list .nav-list--item:not(:nth-child(6))::after {
    background: url("../images/list-diamond-gold.png") no-repeat center center transparent;
  }
}
.top-nav-wrapper .nav-list .nav-list--item a {
  color: #ede9c5;
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 0;
}
.top-nav-wrapper .nav-list .nav-list--item a::before {
  background: url("../images/nav-stripes.png") no-repeat center center;
  bottom: 0;
  content: '';
  display: block;
  height: 47px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -4px;
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  width: 0;
  z-index: -1;
}
.top-nav-wrapper .nav-list .nav-list--item a:hover, .top-nav-wrapper .nav-list .nav-list--item a.active {
  color: #fff;
}
@media (min-width: 1024px) {
  .top-nav-wrapper .nav-list .nav-list--item a:hover::before, .top-nav-wrapper .nav-list .nav-list--item a.active::before {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .top-nav-wrapper .nav-list .nav-list--item a {
    font-size: 17px;
  }
}
.top-nav-wrapper .nav-list .nav-list--item:last-child {
  border-bottom: none;
}
.top-nav-wrapper .nav-list .nav-buy .nav-buy--box {
  vertical-align: middle;
}
.top-nav-wrapper .nav-list .nav-buy .nav-buy--button {
  background: rgba(255, 255, 255, 0);
  margin: 5px;
  padding: 5px;
  vertical-align: middle;
}
.top-nav-wrapper .nav-toggle {
  border: 0 none;
  cursor: pointer;
  display: none;
  float: left;
  height: 40px;
  left: 0;
  margin-top: -7px;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 40px;
  z-index: 99999;
}
@media (max-width: 1023px) {
  .top-nav-wrapper .nav-toggle {
    display: block;
  }
}
.top-nav-wrapper .nav-toggle .nav-toggle--text {
  color: #bda862;
  font-size: 12px;
  left: 3px;
  position: absolute;
  top: 30px;
}
.top-nav-wrapper .nav-toggle .nav-toggle--menu {
  display: block;
}
.top-nav-wrapper .nav-toggle .nav-toggle--close {
  display: none;
}
.top-nav-wrapper .nav-toggle .nav-toggle--bars,
.top-nav-wrapper .nav-toggle .nav-toggle--bars::after,
.top-nav-wrapper .nav-toggle .nav-toggle--bars::before {
  background-color: #bda862;
  display: block;
  height: 2px;
  width: 30px;
}
.top-nav-wrapper .nav-toggle .nav-toggle--bars {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: -8px;
  transition-delay: .2s;
  transition-duration: 0s;
}
.top-nav-wrapper .nav-toggle .nav-toggle--bars::before, .top-nav-wrapper .nav-toggle .nav-toggle--bars::after {
  content: '';
  position: absolute;
}
.top-nav-wrapper .nav-toggle .nav-toggle--bars::before {
  margin-top: -8px;
  transition-delay: .2s, 0s;
  transition-duration: .2s;
  transition-property: margin, transform;
}
.top-nav-wrapper .nav-toggle .nav-toggle--bars::after {
  margin-top: 8px;
  transition-delay: .2s, 0s;
  transition-duration: .2s;
  transition-property: margin, transform;
}
.top-nav-wrapper .nav-toggle.is-open .nav-toggle--bars {
  background-color: transparent;
  transition-delay: .1s;
}
.top-nav-wrapper .nav-toggle.is-open .nav-toggle--bars::before {
  margin-top: 0;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  transition-delay: 0s, .2s;
}
.top-nav-wrapper .nav-toggle.is-open .nav-toggle--bars::after {
  margin-top: 0;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  transition-delay: 0s, .2s;
}
@media (min-width: 1024px) {
  .top-nav-wrapper .hidden-desktop {
    display: none !important;
  }
}

.particle {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  box-shadow: 0px 0px 2px 2px rgba(223, 138, 138, 0.6);
  height: 4px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

.video-hero {
  display: none;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 100%;
}
.video-hero video {
  background-size: cover;
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: auto;
  z-index: -100;
}
.video-hero video.bottom {
  bottom: 0;
  top: auto;
}
@media (min-width: 1024px) {
  .video-hero {
    display: block;
  }
}

section.video-section .video-container {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: -1;
}
section.video-section .video-container video {
  display: none;
  height: auto;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
section.video-section .video-container video.rigelian-video {
  top: -30%;
}

@media (min-width: 1024px) {
  html.no-touchevents.video section.video-section .video-container video {
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0, 0, 0);
    display: block;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#page-home .top-nav-wrapper .nav-logo a {
  background: url("../images/logo-3ds-small.png") no-repeat center center/contain;
}

.hero-primary {
  z-index: 11;
}

@media (min-width: 1024px) {
  .background-1 {
    z-index: 12;
  }
}

.trailer-container {
  bottom: 28px;
  height: 183px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 6;
}
.trailer-container .watch-trailer {
  background-color: #c7ac5f;
  padding: 5px;
  position: absolute;
  right: 10px;
}
.trailer-container .watch-trailer a {
  display: block;
  height: 100%;
  width: 100%;
}
.trailer-container .watch-trailer a .watch-trailer--tout {
  height: 122px;
  margin-bottom: 1px;
  overflow: hidden;
  width: 100%;
}
.trailer-container .watch-trailer a img {
  transition: all .3s ease-in-out;
}
.trailer-container .watch-trailer a:hover img, .trailer-container .watch-trailer a:focus img {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.subhead {
  bottom: 40px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 6;
}
.subhead .btn {
  margin: 20px auto 0;
  max-width: 300px;
}

.characters {
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.characters--wrap {
  position: relative;
  width: 100%;
}
.characters--wrap::after {
  background: url("../images/diamond-emblem.png") no-repeat center center/contain transparent;
  bottom: -40px;
  content: '';
  display: block;
  height: 100px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100px;
  z-index: 3;
}
@media (min-width: 768px) {
  .characters--wrap::after {
    bottom: -25px;
    display: block;
    height: 176px;
    width: 206px;
  }
}
.characters--inner {
  bottom: -13px;
  height: 725px;
  margin: auto 0;
  position: absolute;
  width: 50%;
}
.characters--inner-left {
  left: 0;
}
.characters--inner-left .btn-ornament {
  left: 0;
  margin: 0 auto;
  right: 0;
}
.characters--inner-right {
  right: 0;
}
.characters--inner-right .btn-ornament {
  left: 0;
  margin: 0 auto;
  right: 0;
}
.characters--shape {
  height: 100%;
  min-width: 765px;
  position: absolute;
  width: 100%;
}
.characters--shape::after {
  background: url("../images/bg-red-pattern.png") repeat-x right center transparent;
  content: '';
  display: block;
  height: 725px;
  position: absolute;
  width: 100%;
}
.characters--shape-left {
  background: url("../images/bg-red-triangle.png") no-repeat right center;
  right: 0;
}
.characters--shape-left::after {
  left: -765px;
}
.characters--shape-right {
  background: url("../images/bg-red-triangle-right.png") no-repeat left center;
  left: 0;
}
.characters--shape-right::after {
  background-position: left center;
  right: -765px;
}
.characters--artwork {
  position: absolute;
  z-index: 3;
}
.characters--artwork-left {
  bottom: 21px;
  max-width: 290px;
  z-index: 2;
}
@media (max-width: 767px) {
  .characters--artwork-left {
    left: -50px;
  }
}
@media (min-width: 768px) {
  .characters--artwork-left {
    bottom: 21px;
    max-width: 480px;
    min-width: 320px;
    right: 12%;
  }
}
@media (min-width: 900px) {
  .characters--artwork-left {
    max-width: 550px;
    right: 20%;
  }
}
.characters--artwork-right {
  bottom: 21px;
  max-width: 290px;
  z-index: 2;
}
@media (max-width: 767px) {
  .characters--artwork-right {
    right: -50px;
  }
}
@media (min-width: 768px) {
  .characters--artwork-right {
    bottom: 20px;
    left: 3%;
    max-width: 470px;
    min-width: 320px;
  }
}
@media (min-width: 900px) {
  .characters--artwork-right {
    left: 10%;
    max-width: 520px;
  }
}
@media (min-width: 1100px) {
  .characters--artwork-right {
    left: 20%;
  }
}
.characters--triangle {
  bottom: -15px;
  height: 680px;
  min-width: 680px;
  position: absolute;
  right: 0;
  width: 100%;
}
.characters .btn-ornament {
  bottom: 40px;
  max-width: 120px;
  position: absolute;
  z-index: 5;
}
@media (min-width: 768px) {
  .characters .btn-ornament {
    max-width: 250px;
    width: 100%;
  }
}

.banner-home {
  background: url("../images/home/bg-sword.jpg") no-repeat center bottom, url("../images/pattern-parchment.jpg") repeat center bottom;
  min-height: 665px;
  padding-top: 40px;
  position: relative;
}
@media (min-width: 480px) {
  .banner-home {
    min-height: 615px;
  }
}
@media (min-width: 768px) {
  .banner-home {
    background-position: center 84%, center bottom;
    min-height: 670px;
    padding-top: 60px;
  }
}
.banner-home--text {
  margin: 0 auto;
  max-width: 525px;
  position: relative;
  z-index: 11;
}
.banner-home h2 {
  background: url("../images/separator-1.png") no-repeat center bottom transparent;
  color: #702323;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 12px;
  padding-bottom: 12px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .banner-home h2 {
    font-size: 35px;
    margin-bottom: 20px;
    padding-bottom: 25px;
  }
}
.banner-home h2 strong {
  display: block;
  font-size: 35px;
}
@media (min-width: 768px) {
  .banner-home h2 strong {
    font-size: 65px;
  }
}
.banner-home h3 {
  color: #702323;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .banner-home h3 {
    font-size: 24px;
  }
}
.banner-home p {
  color: #333;
  font-size: 20px;
  line-height: 1.2;
  padding: 0 20px;
}
.banner-home .emphasis {
  border: 1px solid transparent;
  color: #475773;
  display: inline-block;
  margin: 2px 0;
  outline: 1px solid;
  outline-color: rgba(130, 30, 30, 0.4);
  outline-offset: 0px;
  padding: 1px 2px;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  width: auto;
}
.banner-home .emphasis:hover {
  border: 1px solid;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
}

.gallery-home {
  background: url("../images/bg-white-map.jpg") no-repeat center center;
  background-size: cover;
  padding: 90px 0 25px;
}
.gallery-home ul {
  margin: 0 auto;
  max-width: 830px;
}
.gallery-home ul::after {
  clear: both;
  content: '';
  display: table;
}
@media (min-width: 768px) {
  .gallery-home ul {
    background: url("../images/home/ornament-diamond.png") no-repeat 49.7% 231px;
  }
}
.gallery-home li {
  margin: 0 15px 40px;
  position: relative;
}
.gallery-home li .gallery-home--tout {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.gallery-home li img {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
  transition: all .3s ease-in-out;
}
.gallery-home li a {
  display: block;
}
.gallery-home li a::after {
  background: url("../images/gallery-frame.png") no-repeat center center/contain transparent;
  bottom: 0;
  content: '';
  display: block;
  height: 190px;
  left: -9px;
  position: absolute;
  right: 0;
  top: -7px;
  width: 315px;
  z-index: 1;
}
@media (min-width: 768px) {
  .gallery-home li a::after {
    height: 237px;
    left: -10px;
    top: -10px;
    width: 390px;
  }
}
.gallery-home li a:hover img, .gallery-home li a:focus img {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.gallery-home li.wallpapers a::after {
  display: none;
}
@media (max-width: 767px) {
  .gallery-home li {
    margin: 0 auto 50px;
    max-width: 300px;
  }
}
.gallery-home li .label {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: url("../images/label-new.png") no-repeat center center;
  height: 113px;
  left: -11px;
  position: absolute;
  top: -10px;
  width: 114px;
  z-index: 3;
}
@media (min-width: 768px) {
  .gallery-home li .label {
    left: -14px;
    top: -13px;
  }
}
@media (min-width: 768px) {
  .gallery-home li {
    display: inline-block;
  }
}
.gallery-home .btn {
  bottom: -20px;
  left: 0;
  margin: 0 auto;
  max-width: 290px;
  position: absolute;
  right: 0;
  z-index: 3;
}
@media (min-width: 768px) {
  .gallery-home .btn {
    max-width: 300px;
    width: 100%;
  }
}

.buy-now-home {
  background: url("../images/home/bg-parchment-map.jpg") no-repeat center top, url("../images/pattern-parchment.jpg") repeat center top;
  padding: 60px 0 100px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .buy-now-home {
    height: 640px;
  }
}
.buy-now-home h2 {
  background: url("../images/separator-1.png") no-repeat center bottom transparent;
  color: #702323;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 30px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .buy-now-home h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .buy-now-home--media {
    position: relative;
  }
}
.buy-now-home--gamebox {
  display: block;
  margin: auto;
  max-width: 350px;
  width: 50%;
}
@media (min-width: 768px) {
  .buy-now-home--gamebox {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translate(-90%, -50%);
        transform: translate(-90%, -50%);
    width: 30%;
    z-index: 2;
  }
}
.buy-now-home--console {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  position: relative;
  width: 48%;
  z-index: 3;
}
@media (min-width: 768px) {
  .buy-now-home--console {
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 520px;
    position: absolute;
    right: 0;
    top: 20%;
    width: 48%;
    z-index: 3;
  }
  .buy-now-home--console img {
    position: absolute;
    top: 43%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .buy-now-home .btn-fancy {
    margin-bottom: 50px;
  }
}
.buy-now-home--text {
  color: #821e1e;
  margin: 0 auto;
  text-align: center;
  width: 260px;
}
@media (min-width: 768px) {
  .buy-now-home--text {
    left: 0;
    max-width: 350px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    -ms-transform: translate(120%, -50%);
        transform: translate(120%, -50%);
    width: 30%;
    z-index: 2;
  }
}
.buy-now-home--text ul {
  font-size: 18px;
  margin-bottom: 20px;
}

.touchevents #page-overview .hero-overview-video-wrapper .video-trigger {
  background: url("../images/overview/overview-video-fallback-dark.jpg") no-repeat center center/cover;
}
.touchevents #page-overview .hero-overview-video-wrapper .video-trigger video {
  visibility: hidden;
}

#page-overview .hero-overview-video-wrapper {
  background-color: #000;
  position: relative;
}
#page-overview .hero-overview-video-wrapper nclood-video {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
#page-overview .hero-overview-video-wrapper img {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
#page-overview .hero-overview-video-wrapper .video-trigger {
  height: 100%;
  width: 100%;
  z-index: 3;
}
#page-overview .hero-overview-video-wrapper .video-trigger video {
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
#page-overview .hero-overview-video-wrapper .video-trigger .btn-play {
  z-index: 4;
}
@media (max-width: 768px) {
  #page-overview .blue .character .character--silque {
    left: 30%;
  }
}
@media (min-width: 768px) {
  #page-overview .blue .character .character--gray {
    top: -20px;
  }
  #page-overview .blue .character .character--kliff {
    right: 40px;
  }
  #page-overview .blue .character .character--lukas {
    right: -10px;
    top: -40px;
  }
}
@media (max-width: 767px) {
  #page-overview .blue .character img {
    left: 20%;
    position: relative;
    top: -25px;
  }
}
@media (min-width: 768px) {
  #page-overview .blue .character img {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 768px) {
  #page-overview .red .character .character--mae {
    top: -115px;
  }
  #page-overview .red .character .character--saber {
    left: 30%;
  }
  #page-overview .red .character .character--whitewings {
    left: 40%;
  }
}
@media (min-width: 768px) {
  #page-overview .red .character .character--mae {
    left: 120px;
    top: -80px;
  }
  #page-overview .red .character .character--saber {
    left: -200px;
  }
  #page-overview .red .character .character--kamui {
    top: -20px;
  }
}
@media (max-width: 767px) {
  #page-overview .red .character img {
    left: 50%;
    position: relative;
    top: -25px;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  #page-overview .red .character img {
    left: 0;
    position: absolute;
  }
}
#page-overview .title-text {
  font-size: 18px;
}
#page-overview .meet-heroes {
  position: relative;
}
#page-overview .meet-heroes::after {
  clear: both;
  content: '';
  display: table;
}
#page-overview .meet-heroes .title-wrapper {
  padding: 0 10px;
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 100;
}
@media (min-width: 768px) {
  #page-overview .meet-heroes .title-wrapper {
    left: 0;
    margin: auto;
    max-width: 800px;
    right: 0;
  }
}
#page-overview .meet-heroes .hero {
  display: block;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  #page-overview .meet-heroes .hero {
    float: left;
  }
}
#page-overview .meet-heroes .hero .character-wrapper {
  height: 460px;
  position: relative;
}
#page-overview .meet-heroes .hero .character-wrapper .character {
  opacity: 0;
  position: absolute;
  transition: .7s all ease;
}
@media (min-width: 768px) {
  #page-overview .meet-heroes .hero .character-wrapper .character img {
    max-width: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #page-overview .meet-heroes .hero .character-wrapper .character img.character--whitewings {
    left: 0;
    max-width: 379px;
  }
}
@media (max-width: 768px) {
  #page-overview .meet-heroes .hero .character-wrapper .character {
    height: 100%;
    width: 100%;
  }
}
#page-overview .meet-heroes .hero .character-wrapper .character.selected {
  opacity: 1;
  -ms-transform: translateX(0);
      transform: translateX(0);
}
#page-overview .meet-heroes .hero .character-wrapper .box-info {
  opacity: 0;
  transition: .7s all ease;
  width: 300px;
}
#page-overview .meet-heroes .hero .character-wrapper .box-info.selected {
  opacity: 1;
}
#page-overview .meet-heroes .hero .character-wrapper .box-info .box-info-text {
  line-height: 21px;
}
#page-overview .meet-heroes .hero .carousel-wrapper {
  bottom: 10px;
  font-size: 0;
  line-height: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 10px;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
  #page-overview .meet-heroes .hero .carousel-wrapper {
    overflow: hidden;
    width: 390px;
  }
}
#page-overview .meet-heroes .hero .carousel-wrapper .character-carousel {
  display: none;
  margin: 0 auto;
  width: 999em;
}
@media (min-width: 768px) {
  #page-overview .meet-heroes .hero .carousel-wrapper .character-carousel {
    display: block;
    margin-bottom: 30px;
    width: 100%;
  }
}
#page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item {
  animation: all .3s ease-in-out;
  background: url("../images/overview/heroes-thumbs-mobile.png") no-repeat center center/cover;
  cursor: pointer;
  display: inline-block;
  height: 55px;
  margin: 2px;
  width: 55px;
}
#page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item:hover {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}
@media (min-width: 768px) {
  #page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item {
    background-image: url("../images/overview/heroes-thumbs.png");
    height: 70px;
    width: 70px;
  }
}
#page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item .frame {
  display: none;
}
#page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.selected .frame {
  border: 4px solid #bda862;
  display: block;
  height: 100%;
  pointer-events: none;
  width: 100%;
}
#page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.symbol {
  display: none;
  pointer-events: none;
}
@media (min-width: 768px) {
  #page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.symbol {
    display: inline-block;
  }
}
#page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.alm {
  background-position: 0 0;
}
#page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.tobin {
  background-position: -441px 0;
}
#page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.gray {
  background-position: -220px 0;
}
#page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.faye {
  background-position: -165px 0;
}
#page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.kliff {
  background-position: -275px 0;
}
#page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.lukas {
  background-position: -330px 0;
}
#page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.silque {
  background-position: -386px 0;
}
#page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.clive {
  background-position: -110px 0;
}
#page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.clair {
  background-position: -55px 0;
}
#page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.celica {
  background-position: -551px 0;
}
#page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.mae {
  background-position: -771px 0;
}
#page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.boey {
  background-position: -496px 0;
}
#page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.genny {
  background-position: -606px 0;
}
#page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.saber {
  background-position: -826px 0;
}
#page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.whitewings {
  background-position: -936px 0;
}
#page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.valbar {
  background-position: -881px 0;
}
#page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.leon {
  background-position: -716px 0;
}
#page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.kamui {
  background-position: -661px 0;
}
@media (min-width: 768px) {
  #page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.alm {
    background-position: 0 0;
  }
  #page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.tobin {
    background-position: -561px 0;
  }
  #page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.gray {
    background-position: -280px 0;
  }
  #page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.faye {
    background-position: -210px 0;
  }
  #page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.kliff {
    background-position: -350px 0;
  }
  #page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.lukas {
    background-position: -420px 0;
  }
  #page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.silque {
    background-position: -491px 0;
  }
  #page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.clive {
    background-position: -140px 0;
  }
  #page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.clair {
    background-position: -70px 0;
  }
  #page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.celica {
    background-position: -701px 0;
  }
  #page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.mae {
    background-position: -981px 0;
  }
  #page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.boey {
    background-position: -631px 0;
  }
  #page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.genny {
    background-position: -771px 0;
  }
  #page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.saber {
    background-position: -1051px 0;
  }
  #page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.whitewings {
    background-position: -1191px 0;
  }
  #page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.valbar {
    background-position: -1121px 0;
  }
  #page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.leon {
    background-position: -911px 0;
  }
  #page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.kamui {
    background-position: -841px 0;
  }
  #page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.symbol-alm {
    background-position: -1261px 0;
  }
  #page-overview .meet-heroes .hero .carousel-wrapper .character-carousel .item.symbol-celica {
    background-position: -1331px 0;
  }
}
#page-overview .meet-heroes .hero.blue {
  background: url("../images/overview/bg-alm-symbol.png") no-repeat center 150px, url("../images/pattern-parchment-blue.png") repeat;
  height: 670px;
}
@media (min-width: 768px) {
  #page-overview .meet-heroes .hero.blue {
    background-position: center center;
  }
}
#page-overview .meet-heroes .hero.blue .character {
  -ms-transform: translateX(-30%);
      transform: translateX(-30%);
}
#page-overview .meet-heroes .hero.blue .character-wrapper {
  top: 210px;
}
#page-overview .meet-heroes .hero.blue .character-wrapper .character {
  left: -100px;
}
#page-overview .meet-heroes .hero.blue .character-wrapper .box-info {
  right: 40px;
  top: 200px;
}
#page-overview .meet-heroes .hero.red {
  background: url("../images/overview/bg-celica-symbol.png") no-repeat center 60px, url("../images/pattern-parchment-red.png") repeat;
  height: 550px;
}
@media (min-width: 768px) {
  #page-overview .meet-heroes .hero.red {
    background-position: center center;
  }
}
#page-overview .meet-heroes .hero.red .character {
  -ms-transform: translateX(30%);
      transform: translateX(30%);
}
#page-overview .meet-heroes .hero.red .character-wrapper {
  top: 50px;
}
#page-overview .meet-heroes .hero.red .character-wrapper .character {
  right: -50px;
}
#page-overview .meet-heroes .hero.red .character-wrapper .box-info {
  left: 40px;
  top: 250px;
}
@media (min-width: 768px) {
  #page-overview .meet-heroes .hero.blue, #page-overview .meet-heroes .hero.red {
    height: 930px;
    width: 50%;
  }
  #page-overview .meet-heroes .hero.blue .character-wrapper, #page-overview .meet-heroes .hero.red .character-wrapper {
    text-align: center;
    top: 200px;
  }
  #page-overview .meet-heroes .hero.blue .character-wrapper .character, #page-overview .meet-heroes .hero.red .character-wrapper .character {
    left: 0;
    right: 0;
  }
  #page-overview .meet-heroes .hero.blue .character-wrapper .box-info, #page-overview .meet-heroes .hero.red .character-wrapper .box-info {
    top: 340px;
  }
  #page-overview .meet-heroes .hero.blue {
    background: url("../images/overview/bg-alm-symbol.png") no-repeat center center/90%, url("../images/pattern-parchment-blue.png") repeat;
  }
  #page-overview .meet-heroes .hero.blue .carousel-wrapper {
    right: 0;
  }
  #page-overview .meet-heroes .hero.blue .carousel-wrapper .character-carousel {
    text-align: right;
  }
  #page-overview .meet-heroes .hero.red {
    background: url("../images/overview/bg-celica-symbol.png") no-repeat center center/90%, url("../images/pattern-parchment-red.png") repeat;
  }
}
#page-overview .rigelian-empire {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  #page-overview .rigelian-empire {
    background: url("../images/overview/bg-rigelian-empire.jpg") no-repeat center center/cover;
    height: 1200px;
  }
}
#page-overview .rigelian-empire-bg-wrapper {
  background: url("../images/overview/bg-rigelian-empire.jpg") no-repeat center top/768px 620px;
  height: 400px;
  padding: 20px 0;
}
#page-overview .rigelian-empire-bg-wrapper::after {
  clear: both;
  content: '';
  display: table;
}
@media (min-width: 768px) {
  #page-overview .rigelian-empire-bg-wrapper {
    background: transparent;
    height: 0;
  }
}
#page-overview .rigelian-empire-bg-wrapper h2 {
  padding-top: 40px;
}
#page-overview .rigelian-empire-intro {
  color: #ede9c5;
  line-height: 1.3;
  margin: 10px auto;
  max-width: 790px;
  text-align: center;
}
#page-overview .rigelian-empire-character {
  position: relative;
}
#page-overview .rigelian-empire-character--berkut {
  background: #000;
  background: linear-gradient(to bottom, #000000 1%, #171717 100%);
  z-index: 100;
}
#page-overview .rigelian-empire-character--berkut img {
  margin: -30px 0;
  width: 50%;
}
#page-overview .rigelian-empire-character--berkut .box-info {
  right: 5%;
  top: 20%;
}
#page-overview .rigelian-empire-character--rudolf {
  background: #000;
  background: linear-gradient(to bottom, #000000 1%, #171717 100%);
  z-index: 200;
}
#page-overview .rigelian-empire-character--rudolf img {
  margin: 0px 0 -50px 20px;
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}
#page-overview .rigelian-empire-character--rudolf .box-info {
  left: 5%;
  top: 30%;
}
#page-overview .rigelian-empire-character--jedah {
  background: #000;
  background: linear-gradient(to bottom, #000000 1%, #171717 100%);
  z-index: 300;
}
#page-overview .rigelian-empire-character--jedah img {
  margin: -10px 0 0 -25px;
  width: 80%;
}
#page-overview .rigelian-empire-character--jedah .box-info {
  right: 5%;
  top: 35%;
}
@media (min-width: 768px) {
  #page-overview .rigelian-empire .characters-wrapper {
    position: relative;
    z-index: 100;
  }
  #page-overview .rigelian-empire .boxes-wrapper {
    position: relative;
    top: 500px;
    z-index: 200;
  }
  #page-overview .rigelian-empire .boxes-wrapper .box-info {
    position: absolute;
  }
  #page-overview .rigelian-empire .boxes-wrapper .box-info.berkut {
    right: 50%;
    top: 250px;
    -ms-transform: translateX(-55%);
        transform: translateX(-55%);
    z-index: 100;
  }
  #page-overview .rigelian-empire .boxes-wrapper .box-info.rudolf {
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 395px;
    z-index: 300;
  }
  #page-overview .rigelian-empire .boxes-wrapper .box-info.jedah {
    right: 50%;
    top: 250px;
    -ms-transform: translateX(155%);
        transform: translateX(155%);
    z-index: 200;
  }
  #page-overview .rigelian-empire-character {
    background: transparent;
    position: absolute;
    top: 600px;
    z-index: 100;
  }
  #page-overview .rigelian-empire-character img {
    margin: 0;
    -ms-transform: none;
        transform: none;
    width: auto;
  }
  #page-overview .rigelian-empire-character--berkut {
    right: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    z-index: 100;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  #page-overview .rigelian-empire-character--berkut {
    right: 55%;
    width: 310px;
  }
}
@media (min-width: 768px) {
  #page-overview .rigelian-empire-character--rudolf {
    left: 0;
    margin: 0 auto;
    right: 0;
    -ms-transform: translateX(-60px);
        transform: translateX(-60px);
    width: 610px;
    z-index: 300;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  #page-overview .rigelian-empire-character--rudolf {
    width: 750px;
  }
}
@media (min-width: 768px) {
  #page-overview .rigelian-empire-character--rudolf img {
    -ms-transform: scale(1.5) translate(-44px, 110px);
        transform: scale(1.5) translate(-44px, 110px);
  }
  #page-overview .rigelian-empire-character--jedah {
    max-width: 384px;
    right: 50%;
    -ms-transform: translateX(110%);
        transform: translateX(110%);
    z-index: 200;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  #page-overview .rigelian-empire-character--jedah {
    max-width: 440px;
    right: 45%;
  }
}

@media (min-width: 1200px) {
  #page-overview .rigelian-empire .boxes-wrapper .box-info.berkut {
    right: 57%;
    -ms-transform: translateX(-55%);
        transform: translateX(-55%);
  }
  #page-overview .rigelian-empire .boxes-wrapper .box-info.jedah {
    right: 45%;
    -ms-transform: translateX(155%);
        transform: translateX(155%);
  }
}
#page-overview .overview-extras {
  background: url("../images/bg-parchment-map-2-mobile.jpg") no-repeat center top;
  color: #ede9c5;
  padding: 20px 0 150px;
  position: relative;
  z-index: 20;
}
@media (max-width: 1024px) {
  #page-overview .overview-extras .container {
    margin-top: 90px;
  }
}
@media (min-width: 767px) {
  #page-overview .overview-extras {
    margin-top: -130px;
  }
}
@media (min-width: 1024px) {
  #page-overview .overview-extras {
    background: url("../images/bg-parchment-map-2.png") no-repeat center top/cover;
    margin-bottom: 70px;
    margin-top: -290px;
    padding: 280px 0 150px;
  }
}
@media (min-width: 1600px) {
  #page-overview .overview-extras {
    padding: 350px 0 170px;
  }
}
#page-overview .overview-extras p {
  color: #ede9c5;
}
#page-overview .overview-extras .frame {
  margin: 0 auto 50px;
  max-width: 300px;
  position: relative;
}
@media (min-width: 768px) {
  #page-overview .overview-extras .frame {
    margin-bottom: 60px;
    max-width: none;
  }
}
#page-overview .overview-extras .frame::after {
  background: url("../images/gallery-frame.png") no-repeat center center/contain transparent;
  bottom: 0;
  content: '';
  display: block;
  height: 190px;
  left: -9px;
  position: absolute;
  right: 0;
  top: -7px;
  width: 315px;
}
@media (min-width: 768px) {
  #page-overview .overview-extras .frame::after {
    height: 237px;
    left: -7px;
    top: -14px;
    width: 374px;
  }
}
@media (min-width: 1024px) {
  #page-overview .overview-extras .frame::after {
    left: -9px;
    top: -26px;
    width: 331px;
  }
}
@media (min-width: 1200px) {
  #page-overview .overview-extras .frame::after {
    left: -9px;
    top: -9px;
    width: 390px;
  }
}
#page-overview .overview-extras .frame .label {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: url("../images/label-new.png") no-repeat center center;
  height: 113px;
  left: -11px;
  position: absolute;
  top: -10px;
  width: 114px;
  z-index: 3;
}
@media (min-width: 768px) {
  #page-overview .overview-extras .frame .label {
    left: -14px;
    top: -13px;
  }
}

#page-buy .flag-link {
  display: inline-block;
}
#page-buy .flag-link > img {
  display: block;
  margin-bottom: 5px;
}
#page-buy .flag-link > span.text {
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  #page-buy .flag-link {
    max-width: 45%;
  }
}
#page-buy .btn-fancy {
  margin-bottom: 20px;
}
#page-buy .disclaimer {
  font-size: 14px;
}
@media (min-width: 992px) and (max-width: 1025px) {
  #page-buy .list-gold {
    padding-right: 20px;
    padding-top: 40px;
  }
}
#page-buy .list-gold li {
  padding-left: 0;
}
@media (min-width: 768px) and (max-width: 1025px) {
  #page-buy .container {
    width: 95%;
  }
}
#page-buy .col-md-6 {
  width: 100%;
}
@media (min-width: 1025px) {
  #page-buy .col-md-6 {
    width: 50%;
  }
}
#page-buy .col-md-5 {
  width: 100%;
}
@media (min-width: 1025px) {
  #page-buy .col-md-5 {
    width: 41.66667%;
  }
}
@media (min-width: 768px) {
  #page-buy .col-md-12 {
    width: 58.33333%;
  }
}
@media (min-width: 1025px) {
  #page-buy .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #page-buy .image-regular {
    display: none;
  }
}
#page-buy .image-tablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #page-buy .image-tablet {
    display: block;
  }
}

.price {
  color: #333;
  display: inline-block;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}
.price-gold {
  color: #ceb766;
}

.flag-canada {
  background: url("../images/flag-canada.png") no-repeat center top/contain;
  display: inline-block;
  height: 100px;
  margin: 0 5px;
  width: 160px;
}

.flag-us {
  background: url("../images/flag-us.png") no-repeat center top/contain;
  display: inline-block;
  height: 100px;
  margin: 0 5px;
  width: 160px;
}

.hero-buy {
  background: url("../images/hero-buy.jpg") no-repeat center bottom/cover transparent;
  margin-top: 60px;
  min-height: 340px;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 3;
}
@media (min-width: 768px) {
  .hero-buy {
    background-position: center bottom;
    min-height: 500px;
  }
}
@media (min-width: 1024px) {
  .hero-buy {
    background: url("../images/hero-buy-dark.jpg") no-repeat center bottom/cover transparent;
  }
}
.hero-buy .logo-3ds {
  position: absolute;
  right: 0;
  top: 0;
}
.hero-buy .logo-3ds-white {
  top: 35px;
}
.hero-buy .hero-headline {
  position: relative;
}
@media (max-width: 1000px) {
  .hero-buy .hero-headline {
    padding-top: 65px;
  }
}
.hero-buy .hero-headline h1 {
  background: url("../images/titles/en/title-buy-now.png") no-repeat top center/contain;
  height: 86px;
  margin: 0 auto;
  max-width: 404px;
  width: calc(100% - 40px);
}
@media (min-width: 768px) {
  .hero-buy .hero-headline h1 {
    margin: 0 auto;
    width: 100%;
  }
}

.buy-section {
  background: url("../images/pattern-parchment.jpg") repeat center top transparent;
  color: #333;
  position: relative;
  text-align: center;
  z-index: 2;
}
.buy-section::after {
  clear: both;
  content: '';
  display: table;
}
@media (min-width: 768px) {
  .buy-section::before {
    background-color: rgba(146, 105, 21, 0.2);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
}
.buy-section .btn {
  margin-bottom: 25px;
}
.buy-section .description {
  font-size: 18px;
  margin-bottom: 20px;
}
.buy-section .description-nintendo {
  display: inline-block;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
}
.buy-section .description-nintendo a {
  display: block;
  margin-top: 5px;
}
.buy-section .logo-3ds {
  margin: 0 auto 10px;
  max-width: 400px;
  width: 100%;
}
.buy-section a {
  color: #333;
  font-weight: bold;
}
.buy-section [class^="col"] {
  padding-bottom: 0;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .buy-section [class^="col"] {
    padding-bottom: 50px;
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .buy-section .col-right {
    padding-top: 10px;
  }
}
.buy-section .my-nintendo {
  background: url("../images/logo-my-nintendo.png") no-repeat center center;
  display: inline-block;
  height: 57px;
  left: 0;
  position: absolute;
  top: 0;
  width: 57px;
}
.buy-section .nintendo-eshop {
  background: url("../images/logo-nintendo-eshop.png") no-repeat center center;
  display: inline-block;
  height: 35px;
  width: 203px;
}

.bundle .stores {
  font-weight: 600;
  padding-top: 10px;
}
.bundle .stores::before {
  border-top: 1px solid #ceb766;
  content: '';
  display: block;
  height: 1px;
  margin: 0 auto 20px;
  width: 60%;
}

.buy-amiibo {
  background: url("../images/pattern-parment-shields.png") repeat center center transparent;
  padding: 75px 0 150px;
}
.buy-amiibo .description {
  margin: 0 auto;
  max-width: 360px;
}

.hero-dlc {
  background: url("../images/dlc/hero-dlc.jpg") no-repeat center top/cover;
  margin-top: 60px;
  position: relative;
  text-align: center;
  z-index: 6;
}
@media (min-width: 768px) {
  .hero-dlc {
    min-height: 660px;
  }
}
@media (max-width: 600px) {
  .hero-dlc > .container {
    padding-top: 25px;
  }
}
.hero-dlc .logo-3ds-white {
  top: 40px;
}
.hero-dlc p {
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
  max-width: 800px;
}
.hero-dlc .container-characters::after {
  clear: both;
  content: '';
  display: table;
}
@media (min-width: 768px) {
  .hero-dlc .container-characters {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
  }
}
.hero-dlc .hero-headline {
  max-width: 400px;
}
.hero-dlc .hero-headline h1 {
  background: url("../images/hero-dlc-header.png") no-repeat top center/contain;
  height: 120px;
  margin: 0 auto;
  max-width: 405px;
  width: 100%;
}
.hero-dlc .console {
  background: url("../images/dlc/hero-dlc-3ds.png") no-repeat center center/contain;
  bottom: -250px;
  height: 100%;
  left: 0;
  margin: 0 auto;
  max-height: 400px;
  max-width: 400px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 6;
}
@media (min-width: 769px) {
  .hero-dlc .console {
    bottom: -132px;
    max-height: 470px;
    max-width: 490px;
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  .hero-dlc .console {
    bottom: -90px;
    max-width: 610px;
  }
}
.hero-dlc .console .btn-play {
  left: 50%;
  top: 16%;
  -ms-transform: translateX(-50%) scale(0.5);
      transform: translateX(-50%) scale(0.5);
}
@media (min-width: 769px) {
  .hero-dlc .console .btn-play {
    -ms-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8);
  }
}
.hero-dlc .artwork-left {
  margin: 0 auto;
  max-width: 420px;
  width: 100%;
}
@media (min-width: 768px) {
  .hero-dlc .artwork-left {
    float: left;
    width: 47%;
  }
}
@media (min-width: 769px) {
  .hero-dlc .artwork-left {
    bottom: 0;
    max-width: 325px;
    position: absolute;
    right: 70.5%;
    z-index: 3;
  }
}
@media (min-width: 1024px) {
  .hero-dlc .artwork-left {
    right: 71%;
  }
}
@media (min-width: 1200px) {
  .hero-dlc .artwork-left {
    right: 68.4%;
  }
}
@media (min-width: 1400px) {
  .hero-dlc .artwork-left {
    max-width: 465px;
    right: 65.2%;
    width: 100%;
  }
}
.hero-dlc .artwork-right {
  float: left;
  margin-top: 0.7%;
  width: 53%;
}
@media (min-width: 769px) {
  .hero-dlc .artwork-right {
    bottom: 0;
    left: 72%;
    max-width: 375px;
    position: absolute;
    width: 50%;
    z-index: 1;
  }
}
@media (min-width: 1400px) {
  .hero-dlc .artwork-right {
    left: 68%;
    max-width: 545px;
  }
}

@media (max-width: 767px) {
  .page-dlc .dlc-row {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (max-width: 600px) {
  .page-dlc .dlc-row {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 768px) {
  .page-dlc .page-container .feature-section {
    padding-bottom: 30px;
    padding-top: 200px;
  }
}
.page-dlc .page-container .feature-section .title-separator {
  background-image: none;
  color: #702323;
  font-weight: 600;
  padding: 0 10px;
}
.page-dlc .page-container .feature-section .title-separator span {
  display: block;
}
.page-dlc .page-container .feature-section .top-item {
  margin-bottom: 5px;
  margin-top: 10px;
}
.page-dlc .page-container .feature-section .main-item strong {
  line-height: 10px;
}
.page-dlc .page-container .feature-section h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-dlc .page-container .feature-section h2 {
    font-size: 24px;
  }
}
.page-dlc .page-container .feature-section h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .page-dlc .page-container .feature-section h3 {
    font-size: 34px;
    margin-bottom: 8px;
  }
}
.page-dlc .page-container .feature-section h4 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .page-dlc .page-container .feature-section h4 {
    font-size: 28px;
  }
}
.page-dlc .page-container .feature-section h4 span {
  font-size: 18px;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .page-dlc .page-container .feature-section h4 span {
    font-size: 22px;
    margin-top: 12px;
  }
}
.page-dlc .page-container .feature-section .ornament-box {
  background: url("../images/box-ornament-gold.png") no-repeat center top/auto 100%;
  max-width: 720px;
  min-height: 190px;
  padding: 30px 10px 0;
  position: relative;
  width: 95%;
}
@media (min-width: 768px) {
  .page-dlc .page-container .feature-section .ornament-box {
    width: 100%;
  }
}
.page-dlc .page-container .feature-section .ornament-box::after, .page-dlc .page-container .feature-section .ornament-box::before {
  content: '';
  display: block;
  height: 190px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 18px;
}
.page-dlc .page-container .feature-section .ornament-box::before {
  background: url("../images/box-ornament-gold-left.png") no-repeat center center;
  left: -18px;
}
@media (min-width: 768px) {
  .page-dlc .page-container .feature-section .ornament-box::before {
    left: 20px;
  }
}
.page-dlc .page-container .feature-section .ornament-box::after {
  background: url("../images/box-ornament-gold-right.png") no-repeat center center;
  right: -18px;
}
@media (min-width: 768px) {
  .page-dlc .page-container .feature-section .ornament-box::after {
    right: 20px;
  }
}
.page-dlc .page-container .feature-section .ornament-box h2 {
  color: #702323;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}
.page-dlc .page-container .feature-section .ornament-box h2::before {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 1%, #bda862 23%, #bda862 49%, #bda862 52%, #bda862 83%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  margin: 0 auto;
  max-width: 420px;
  position: absolute;
  right: 0;
  width: 100%;
}
.page-dlc .page-container .feature-section .ornament-box .description {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .page-dlc .page-container .feature-section .ornament-box .description {
    padding: 0 50px;
  }
}
.page-dlc .season-pass .btn-play {
  left: 50%;
  top: 10%;
  -ms-transform: translateX(-50%) scale(0.5);
      transform: translateX(-50%) scale(0.5);
}
@media (min-width: 768px) {
  .page-dlc .season-pass .btn-play {
    top: 2%;
  }
}
@media (min-width: 1024px) {
  .page-dlc .season-pass .btn-play {
    top: 10%;
    -ms-transform: translateX(-50%) scale(0.6);
        transform: translateX(-50%) scale(0.6);
  }
}
.page-dlc .description {
  margin: 0 auto 30px;
  max-width: 800px;
}
.page-dlc .description-list {
  margin-bottom: 15px;
}
.page-dlc .list-red li {
  margin-bottom: 16px;
}
.page-dlc .section-list li {
  display: inline-block;
  margin: 0 10px 30px;
  max-width: 800px;
}
.page-dlc .character-clair {
  max-width: 350px;
  position: absolute;
  right: -120px;
  top: -267px;
  z-index: 10;
}
@media (min-width: 1024px) {
  .page-dlc .character-clair {
    max-width: 600px;
    right: -250px;
    top: -457px;
  }
}
@media (min-width: 1200px) {
  .page-dlc .character-clair {
    right: -170px;
  }
}
.page-dlc .section-character {
  position: relative;
}
.page-dlc .section-character .character {
  max-width: 350px;
  position: absolute;
  right: -140px;
  top: -163%;
  z-index: 10;
}
@media (min-width: 1024px) {
  .page-dlc .section-character .character {
    max-width: 600px;
    right: -250px;
    top: -171%;
  }
}
@media (max-width: 767px) {
  .page-dlc .white-section,
  .page-dlc .bg-parchment {
    padding: 60px 0 20px;
  }
}
@media (min-width: 767px) {
  .page-dlc .white-section.feature-section {
    padding-bottom: 30px;
  }
}

.hero-amiibo {
  background: #000 url("../images/amiibo/hero-amiibo.jpg") no-repeat center center;
  background-size: cover;
  margin-top: 60px;
  min-height: 340px;
  padding-top: 40px;
  position: relative;
  text-align: center;
  z-index: 3;
}
@media (min-width: 1500px) {
  .hero-amiibo {
    background-size: 1500px auto;
  }
}
@media (min-width: 768px) {
  .hero-amiibo {
    min-height: 530px;
  }
}
.hero-amiibo .container {
  min-height: 340px;
  position: relative;
}
@media (min-width: 768px) {
  .hero-amiibo .container {
    min-height: 530px;
  }
}
@media (min-width: 1024px) {
  .hero-amiibo > .container {
    padding-top: 60px;
  }
}
.hero-amiibo .hero-headline {
  padding-top: 10px;
}
.hero-amiibo .hero-headline h1 {
  background: url("../images/hero-amiibo-header.png") no-repeat top center/contain;
  height: 132px;
  margin: 0 auto;
  max-width: 430px;
  width: 100%;
}
.hero-amiibo .amiibo-logo {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .hero-amiibo .amiibo-logo {
    margin-top: 35px;
  }
}
.hero-amiibo .amiibo-alm {
  bottom: -120px;
  left: 0;
  position: absolute;
}
@media (max-width: 1023px) {
  .hero-amiibo .amiibo-alm {
    bottom: -70px;
    float: left;
    left: 5%;
    margin-top: -70px;
    position: relative;
    width: 50%;
  }
}
.hero-amiibo .amiibo-celica {
  bottom: -120px;
  position: absolute;
  right: 0;
}
@media (max-width: 1023px) {
  .hero-amiibo .amiibo-celica {
    bottom: -70px;
    float: left;
    margin-top: -70px;
    position: relative;
    right: 5%;
    width: 50%;
  }
}

.amiibo-feature {
  background: url("../images/amiibo/amiibo-map.jpg") no-repeat center center;
  background-size: cover;
  padding: 110px 0 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .amiibo-feature {
    padding: 150px 0 80px;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .amiibo-feature .container {
    width: 95%;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .amiibo-feature .list-red {
    padding-right: 20px;
    padding-top: 40px;
  }
}
.amiibo-feature .col-md-6 {
  width: 100%;
}
@media (min-width: 1025px) {
  .amiibo-feature .col-md-6 {
    width: 50%;
  }
}
.amiibo-feature .col-md-5 {
  width: 100%;
}
@media (min-width: 1025px) {
  .amiibo-feature .col-md-5 {
    width: 41.66667%;
  }
}
@media (min-width: 768px) {
  .amiibo-feature .col-md-12 {
    width: 58.33333%;
  }
}
@media (min-width: 1025px) {
  .amiibo-feature .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .amiibo-feature .image-regular {
    display: none;
  }
}
.amiibo-feature .image-tablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .amiibo-feature .image-tablet {
    display: block;
  }
}
.amiibo-feature .title-secondary span {
  letter-spacing: -3px;
}

.amiibo-characters {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
}
.amiibo-characters::after {
  clear: both;
  content: '';
  display: table;
}
.amiibo-characters .amiibo-characters--linkoverlay {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .amiibo-characters a {
    display: inline-block;
    width: 45%;
  }
}
@media (min-width: 768px) {
  .amiibo-characters {
    min-height: 516px;
  }
  .amiibo-characters .amiibo-characters--linkoverlay {
    display: block;
  }
  .amiibo-characters .amiibo-characters--linkoverlay::after {
    clear: both;
    content: '';
  }
  .amiibo-characters .amiibo-characters--linkoverlay a {
    display: inline-block;
    float: left;
    height: 100%;
    width: 20%;
  }
  .amiibo-characters img {
    left: 0;
    position: absolute;
    top: 0;
  }
  .amiibo-characters .anim-scroll-heroes {
    display: block;
    position: relative;
  }
  .amiibo-characters .amiibo-characters--ike {
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  .amiibo-characters .amiibo-characters--roy {
    left: auto;
    right: 0;
  }
  .amiibo-characters .amiibo-characters--robin {
    left: 15%;
    top: 90px;
  }
  .amiibo-characters .amiibo-characters--lucina {
    left: 47%;
    top: 90px;
  }
}

.box-feature-frame {
  background: url("../images/pattern-parchment.jpg") repeat center center;
  margin: 0 auto;
  max-width: 725px;
  position: relative;
  width: 100%;
}
.box-feature-frame::after {
  clear: both;
  content: '';
  display: table;
}
@media (min-width: 768px) {
  .box-feature-frame {
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  .box-feature-frame {
    border: 5px solid #ccb164;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
}
@media (min-width: 768px) {
  .box-feature-frame::before {
    background: url("../images/box-feature-frame.png") no-repeat center center/100% 100%;
    content: '';
    height: calc(100% + 20px);
    left: -10px;
    position: absolute;
    top: -10px;
    width: calc(100% + 20px);
  }
}
.box-feature-frame .box-feature-frame--media {
  max-width: none;
  padding-top: 25px;
}
.box-feature-frame .text {
  padding: 50px 30px 50px 10px;
}
@media (max-width: 768px) {
  .box-feature-frame .text {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .box-feature-frame .text h3 {
    font-size: 26px;
  }
}

.legal {
  color: #a27a66;
  font-size: 13px;
  margin: 40px auto 0;
  max-width: 725px;
}
.legal a, .legal a:active, .legal a:visited {
  color: #a27a66;
  text-decoration: underline;
}
.legal a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .legal {
    margin-left: 5%;
    margin-right: 5%;
  }
}

#page-amiibo .stripe-gold-top {
  z-index: 2;
}
@media (max-width: 767px) {
  #page-amiibo .amiibo-content {
    background-size: auto 290px;
  }
}
@media (max-width: 767px) {
  #page-amiibo .box-feature-frame .text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .no-touchevents.video .battle-basics .gameplay-boxes .box-info .video-container video {
    display: block;
  }
  .no-touchevents.video .battle-basics .gameplay-boxes .box-info .video-container .video-fallback {
    display: none;
  }
}
.video-explore {
  border: 7px solid #ceb766;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 950px;
  position: relative;
}
@media (min-width: 768px) {
  .video-explore {
    min-height: 300px;
  }
}
.video-explore .video-trigger {
  display: block;
  height: 100%;
  line-height: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.video-explore nclood-video {
  position: relative;
  width: 100%;
  z-index: 1;
}
.video-explore nclood-video .innerWrapper {
  position: relative !important;
}

.battle-basics {
  background: url("../images/pattern-parchment-red.png") bottom center repeat;
  margin-bottom: -20px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .battle-basics .title-separator {
    font-size: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .battle-basics .container {
    width: 760px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .battle-basics .container {
    width: 1000px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .battle-basics .col-md-4 {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .battle-basics .col-md-4 {
    width: 33.33333%;
  }
}
@media (min-width: 1024px) {
  .battle-basics .col-md-offset-1 {
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .battle-basics .col-md-offset-1 {
    margin-left: 8.33333%;
  }
}
.battle-basics .console-title-wrapper .console-3ds {
  left: 50%;
  position: relative;
  top: -50px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.battle-basics .console-title-wrapper a.console-title-wrapper--link .btn-play {
  left: 50%;
  top: 0px;
  -ms-transform: translateX(-50%) scale(0.6);
      transform: translateX(-50%) scale(0.6);
}
@media (min-width: 1200px) {
  .battle-basics .console-title-wrapper a.console-title-wrapper--link .btn-play {
    top: 35px;
  }
}
@media (max-width: 1024px) {
  .battle-basics .console-title-wrapper a.console-title-wrapper--link .btn-play {
    top: -25px;
  }
}
@media (max-width: 767px) {
  .battle-basics .console-title-wrapper a.console-title-wrapper--link .btn-play {
    top: 30px;
  }
}
@media (max-width: 500px) {
  .battle-basics .console-title-wrapper a.console-title-wrapper--link .btn-play {
    top: 0px;
  }
}
@media (max-width: 450px) {
  .battle-basics .console-title-wrapper a.console-title-wrapper--link .btn-play {
    top: -5px;
  }
}
@media (max-width: 400px) {
  .battle-basics .console-title-wrapper a.console-title-wrapper--link .btn-play {
    top: -25px;
  }
}
@media (max-width: 500px) {
  .battle-basics .console-title-wrapper a.console-title-wrapper--link .btn-play {
    -ms-transform: translateX(-50%) scale(0.5);
        transform: translateX(-50%) scale(0.5);
  }
}
@media (min-width: 768px) {
  .battle-basics .console-title-wrapper a.console-title-wrapper--link .btn-play {
    -ms-transform: translateX(-50%) scale(0.6);
        transform: translateX(-50%) scale(0.6);
  }
}
@media (min-width: 1024px) {
  .battle-basics .console-title-wrapper a.console-title-wrapper--link .btn-play {
    -ms-transform: translateX(-50%) scale(0.6);
        transform: translateX(-50%) scale(0.6);
  }
}
.battle-basics .console-title-wrapper p {
  color: #ede9c5;
}
@media (min-width: 767px) {
  .battle-basics .console-title-wrapper--info {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .battle-basics .console-title-wrapper--info {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .battle-basics .console-title-wrapper--info {
    margin-top: 30px;
  }
}
@media (min-width: 1201px) {
  .battle-basics .console-title-wrapper--info {
    margin-top: 90px;
  }
}
.battle-basics .gameplay-boxes {
  margin: 10px auto 0;
  max-width: 1110px;
  text-align: center;
}
@media (min-width: 768px) {
  .battle-basics .gameplay-boxes {
    display: -ms-flexbox;
    display: flex;
  }
}
.battle-basics .gameplay-boxes .box-info {
  display: inline-block;
  margin: 25px 10px;
  padding: 0;
  position: relative;
  width: 300px;
}
@media (min-width: 768px) {
  .battle-basics .gameplay-boxes .box-info {
    width: 350px;
  }
}
.battle-basics .gameplay-boxes .box-info .video-container video {
  display: none;
}
.battle-basics .gameplay-boxes .box-info .video-container,
.battle-basics .gameplay-boxes .box-info .video-container video {
  width: 100%;
}
.battle-basics .gameplay-boxes .box-info .wrapper {
  padding: 10px 10px 25px;
}

.explore {
  background: url("../images/bg-gold-line.png") repeat-x top center, url("../images/pattern-parchment-blue.png") repeat;
  border-bottom: 10px solid #bda862;
  padding: 0 0 80px;
}
.explore > div:first-child {
  padding-top: 135px;
}
@media (min-width: 768px) {
  .explore > div:first-child {
    padding-top: 215px;
  }
}
.explore::before {
  background: url("../images/bg-tout-red-arrow.png") no-repeat top center/auto 120px;
  content: '';
  height: 205px;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
  .explore::before {
    background-size: auto;
    background-size: center center;
  }
}
.explore .video-wrapper {
  margin-top: 30px;
  text-align: center;
}
.explore .video-wrapper a {
  border: 7px solid #bda862;
  display: inline-block;
  line-height: 0;
  position: relative;
}

.get-stronger {
  background: url("../images/gameplay/bg-get-stronger.jpg") no-repeat center top/cover #fff;
  padding: 60px 0 50px;
  text-align: center;
}
.get-stronger .esrb {
  margin: 10px auto 35px;
  text-align: center;
}
.get-stronger .carousel-navigation {
  margin-left: 5%;
  margin-right: 5%;
}
@media (min-width: 570px) {
  .get-stronger .carousel-navigation {
    margin-left: 15%;
    margin-right: 15%;
  }
}
@media (min-width: 670px) {
  .get-stronger .carousel-navigation {
    margin-left: 20%;
    margin-right: 20%;
  }
}
.get-stronger .carousel-content-3ds {
  height: calc(100% - 15px);
  left: 0;
  position: absolute;
  width: 100%;
}
.get-stronger .carousel-content-3ds .carousel-3ds-background {
  background: #000;
  height: 100%;
  left: 50%;
  position: absolute;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 50%;
}
.get-stronger .carousel-content-3ds .slick-slider {
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.get-stronger .slick-slide img {
  margin: 0 auto;
}
@media (max-width: 510px) {
  .get-stronger .slick-slide img {
    max-width: 70%;
  }
}
.get-stronger .carousel-3ds-cover {
  max-height: 540px;
  position: relative;
}
.get-stronger .console-videos-mobile > .row:first-child {
  margin: 20px 0;
}
.get-stronger .console-videos {
  margin-top: 60px;
}
.get-stronger .console-videos > .row {
  background: url("../images/bg-characters-info.png") no-repeat center right/95% 95%;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .get-stronger .console-videos .console-wrap {
    margin-top: 48px;
  }
}
.get-stronger .console-videos--navigation {
  padding: 50px 40px 0 10px;
  text-align: center;
}
@media (min-width: 1200px) {
  .get-stronger .console-videos--navigation {
    padding: 45px 60px 0 10px;
  }
}
.get-stronger .console-videos--navigation ul {
  margin-top: 20px;
}
.get-stronger .console-videos--navigation ul li {
  margin-bottom: 10px;
}
.get-stronger .console-videos .video-3ds-cover {
  position: relative;
  z-index: 2;
}
.get-stronger .console-videos .video-3ds {
  background: #000;
  background-size: 100%;
  height: 88%;
  left: 50%;
  position: absolute;
  top: 29px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 75%;
  z-index: 1;
}
.get-stronger .console-videos .video-3ds video {
  display: inline-block;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .get-stronger .characters-info {
    background: url("../images/bg-characters-info.png") no-repeat center right/95% 95%;
    margin: 50px auto 0;
    padding: 0 20px;
    width: 760px;
  }
  .get-stronger .characters-info::after {
    clear: both;
    content: '';
    display: table;
  }
}
.get-stronger .characters-info .console-3ds-full {
  margin: 30px auto;
  max-width: 590px;
}
@media (min-width: 768px) {
  .get-stronger .characters-info .console-3ds-full {
    display: block;
    float: left;
    max-width: none;
    width: 50%;
  }
  .get-stronger .characters-info .console-3ds-full img {
    -ms-transform: scale(1.1);
        transform: scale(1.1);
    width: 100%;
  }
}
.get-stronger .characters-info .info-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .get-stronger .characters-info .info-wrapper {
    display: inline-block;
    float: left;
    left: 10px;
    position: relative;
    top: 20px;
    width: 50%;
  }
  .get-stronger .characters-info .info-wrapper p {
    font-size: 16px;
    margin: 0;
    padding: 0 5px;
    text-align: center;
  }
  .get-stronger .characters-info .info-wrapper .buttons-wrapper {
    margin: 10px 0;
    text-align: center;
  }
  .get-stronger .characters-info .info-wrapper .buttons-wrapper .btn {
    display: inline-block;
    margin: 2px;
    width: 45%;
  }
  .get-stronger .characters-info .info-wrapper .buttons-wrapper .btn.active {
    background-color: #23394d;
  }
  .get-stronger .characters-info .info-wrapper .buttons-wrapper .btn .btn-text {
    font-size: 12px;
  }
}
.get-stronger .characters-info .slide-counter {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}
.get-stronger .characters-info .slide-selection .btn-wrapper {
  cursor: pointer;
  margin: 0 auto;
  width: 70%;
}
.get-stronger .characters-info .slide-description,
.get-stronger .characters-info .slide-disclaimer {
  margin: 20px 0;
  text-align: center;
}

.prepare {
  padding: 60px 0 10px;
}
@media (max-width: 768px) {
  .prepare {
    padding-bottom: 0;
  }
}
.prepare .tip-image {
  position: relative;
}
.prepare .tips-wrapper {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 767px) {
  .prepare .tips-wrapper {
    margin-top: 50px;
  }
}
.prepare .tips-wrapper .tip-box {
  display: inline-block;
  margin: 25px 20px;
  max-width: 350px;
  position: relative;
  vertical-align: top;
  width: calc(100% - 40px);
}
@media (min-width: 768px) {
  .prepare .tips-wrapper .tip-box {
    width: 100%;
  }
}
.prepare .tips-wrapper .tip-box:last-child {
  margin-bottom: 0;
}
.prepare .tips-wrapper .tip-box .tip-image::after {
  background: url(../images/gallery-frame.png) no-repeat center center/contain transparent;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  max-width: 350px;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scale(1.05);
  transform: scale(1.08);
  -ms-transform-origin: right;
  transform-origin: center;
  width: 100%;
  z-index: 1;
}
@media (min-width: 480px) {
  .prepare .tips-wrapper .tip-box .tip-image::after {
    height: 210px;
  }
}
.prepare .tips-wrapper .tip-box .tip-content {
  font-size: 18px;
  padding: 10px 0;
  text-align: left;
}
.prepare .tips-wrapper .tip-box .tip-content .tip-title {
  color: #702323;
  margin: 10px 0;
  text-transform: uppercase;
}
.prepare .tips-wrapper .tip-box .tip-content .tip-text {
  color: #333;
}

.promos {
  background: url("../images/bg-white-map.jpg") no-repeat center top/cover;
  color: #ede9c5;
  padding: 50px 0 150px;
  position: relative;
  z-index: 20;
}
.promos p {
  color: #ede9c5;
}
.promos .frame {
  margin: 0 auto 50px;
  max-width: 300px;
  position: relative;
}
@media (min-width: 768px) {
  .promos .frame {
    margin-bottom: 60px;
    max-width: none;
  }
}
.promos .frame::after {
  background: url("../images/gallery-frame.png") no-repeat center center/contain transparent;
  bottom: 0;
  content: '';
  display: block;
  height: 190px;
  left: -9px;
  position: absolute;
  right: 0;
  top: -7px;
  width: 315px;
}
@media (min-width: 768px) {
  .promos .frame::after {
    height: 237px;
    left: -7px;
    top: -14px;
    width: 374px;
  }
}
@media (min-width: 1024px) {
  .promos .frame::after {
    left: -9px;
    top: -26px;
    width: 331px;
  }
}
@media (min-width: 1200px) {
  .promos .frame::after {
    left: -9px;
    top: -9px;
    width: 390px;
  }
}
.promos .btn {
  bottom: -20px;
  left: 0;
  margin: 0 auto;
  max-width: 290px;
  position: absolute;
  right: 0;
  z-index: 3;
}
@media (min-width: 768px) {
  .promos .btn {
    max-width: 90%;
  }
}

#page-wallpapers section.wallpaper {
  background: url("../images/wallpapers/bg-red-ornate.jpg") center/cover no-repeat;
  color: #CEB766;
  font-family: 'Crimson Text';
  margin-top: 60px;
  padding: 4em 0 12em;
}
#page-wallpapers section.wallpaper .wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  text-align: center;
  width: 96%;
}
#page-wallpapers section.wallpaper .separator {
  background: url("../images/wallpapers/ornate-separator.png") center/contain no-repeat;
  height: 9px;
  margin: 1em auto;
  max-width: 284px;
}
#page-wallpapers section.wallpaper .flex {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 2em;
}
@media (max-width: 980px) {
  #page-wallpapers section.wallpaper .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#page-wallpapers section.wallpaper .flex > a {
  color: inherit;
  cursor: pointer;
  padding: 0 2.5%;
  text-align: center;
  width: calc(70% / 3);
}
#page-wallpapers section.wallpaper .flex > a:last-child {
  width: 30%;
}
@media (max-width: 980px) {
  #page-wallpapers section.wallpaper .flex > a {
    width: 50%;
  }
  #page-wallpapers section.wallpaper .flex > a:nth-child(3) {
    width: 45%;
  }
  #page-wallpapers section.wallpaper .flex > a:last-child {
    width: 55%;
  }
}
#page-wallpapers section.wallpaper .flex > a:hover .thumbnail img {
  border-color: #fff;
}
#page-wallpapers section.wallpaper .flex > a .thumbnail {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  #page-wallpapers section.wallpaper .flex > a .thumbnail {
    height: 50vw;
  }
}
#page-wallpapers section.wallpaper .flex > a .thumbnail img {
  border: 3px solid #CEB766;
  max-height: 100%;
  max-width: 100%;
}
#page-wallpapers section.wallpaper .flex > a p {
  font-size: 1.3333em;
}

a.trigger-modal-video {
  max-width: 100%;
  display: inline-block;
  box-shadow: 0px 0px 10px 2px rgba(95, 48, 16, 0.4);
  position: relative;
}
a.trigger-modal-video > img {
  display: block;
  position: relative;
}
a.trigger-modal-video .play-btn {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url("../images/widgets/icon-X.png") no-repeat center center;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  position: absolute;
  left: 0;
  top: 0;
}
a.trigger-modal-video:hover .play-btn, a.trigger-modal-video:focus .play-btn {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}