/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */

  color: #000;
  /* 2 */

  font-size: 100%;
  /* 3 */

  -webkit-text-size-adjust: 100%;
  /* 4 */

  -ms-text-size-adjust: 100%;
  /* 4 */

}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  overflow-x:hidden;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}
dd {
  margin: 0;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  /* 3 */

  *vertical-align: middle;
  /* 3 */

}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  /* 3 */

  *width: 13px;
  /* 3 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* new clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cf:before,
.cf:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
body,
html {
  position: relative;
  width: 100%;
  height: auto;
  min-width: 1024px;
  background-color: #000000;
}
html.noscroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}
html.noscroll body {
  overflow: hidden;
  position: relative;
  height: 100%;
}
body {
  overflow-y: scroll;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
}
h1 {
  font-size: 48px;
}
p {
  font-family: 'Della Respira', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.site-wrapper {
  font-family: 'Della Respira', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  width: 100%;
  position: relative;
  float: left;
  min-width: 1024px;
}
@media all and (min-width: 800px) {
  .site-wrapper {
    background-image: url('../img/global/bg_texture.jpg');
    background-repeat: repeat;
    background-position: left top;
  }
}
.section-content {
  width: 1024px;
  margin: auto;
  position: relative;
}
.header-gradient {
  background: #f5f5f5;
  /* Old browsers */

  background: -moz-linear-gradient(top, #f5f5f5 0%, #e7e7e7 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #e7e7e7));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f5f5f5 0%, #e7e7e7 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f5f5f5 0%, #e7e7e7 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f5f5f5 0%, #e7e7e7 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f5f5f5 0%, #e7e7e7 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e7e7e7', GradientType=0);
  /* IE6-9 */

}
.wrapper-center {
  width: 1024px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
header {
  width: 1024px;
  height: 157px;
  position: absolute;
  left: 50%;
  margin-left: -512px;
  z-index: 100;
}
.grad {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.grad:after {
  background: none;
  content: attr(data-text);
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  text-shadow: 1px 2px 2px #000000;
  width: 100%;
}
body.no-clip .grad {
  background-image: none !important;
  background-color: transparent !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
  text-shadow: 1px 2px 2px #000000;
}
body.no-clip .grad:after {
  content: '' !important;
}
.innerWrapper {
  height: 100% !important;
}
.float-left {
  float: left;
}
.gallery-item {
  cursor: pointer;
}
.white-up {
  position: relative;
  top: 0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.white-up:hover {
  border-color: #fff !important;
  filter: brightness(1.3);
  -webkit-filter: brightness(1.3);
  -moz-filter: brightness(1.3);
  position: relative;
  top: -5px !important;
}
.title-box {
  height: 65px;
  padding: 10px;
  background-image: url('../img/global/title_box_bg.png');
  background-repeat: repeat;
  background-position: left top;
  display: inline-block;
  position: relative;
  padding: 24px 30px;
  font-size: 17px;
  margin: 0 auto;
}
.title-box .start,
.title-box .end {
  background-image: url('../img/global/title_box_ends.png');
  background-repeat: repeat;
  background-position: left top;
  display: block;
  position: absolute;
  width: 27px;
  height: 65px;
  top: 0;
}
.title-box .start {
  left: -27px;
}
.title-box .end {
  right: -27px;
  background-position: -27px 0;
}
.title-box:before,
.title-box:after {
  content: '';
  display: block;
  background-image: url('../img/global/title_box_glyph.png');
  background-repeat: repeat;
  background-position: left top;
  position: absolute;
  width: 63px;
  height: 23px;
  left: 50%;
  margin-left: -31.5px;
}
.title-box:before {
  top: -2px;
}
.title-box:after {
  bottom: -1px;
  background-position: 0 -23px;
}
.intro-section {
  padding: 185px 0 100px 0;
  width: 80%;
  margin: 0 auto;
  max-width: 674px;
  z-index: 0;
  position: relative;
  text-align: center;
}
.intro-section h1 {
  background-image: url('../img/global/stone_text_bg.jpg');
  background-repeat: repeat;
  background-position: left top;
  color: #cf9741;
  position: relative;
}
.intro-section h1:after {
  background: none;
  content: attr(data-text);
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  text-shadow: 1px 2px 2px #000000;
  width: 100%;
}
.intro-section p {
  color: rgba(248, 246, 240, 0.9);
  margin: 20px 0 0;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
}
.anchient-text-rule {
  display: block;
  position: relative;
  width: 100%;
  height: 46px;
  margin: 10px 0;
  overflow: hidden;
}
.anchient-text-rule:after {
  content: "";
  display: block;
  width: 1423px;
  height: 46px;
  background-image: url('../img/home/anchient_text_rule.png');
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  left: 50%;
  margin-left: -711px;
  top: 0;
}
#logo {
  display: block;
  background-image: url('../img/global/logo.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 291px;
  height: 138px;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 13px;
}
#menu-icon {
  background-image: url('../img/global/_1024/hamburger.png');
  background-repeat: no-repeat;
  background-position: left top;
  display: none;
  width: 22px;
  height: 19px;
  position: absolute;
  left: 25px;
  top: 15px;
  background-size: 100%;
  margin: 5px auto;
  z-index: 30;
}
#wiiu-logo {
  display: block;
  background-image: url('../img/global/wiiu_logo.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 77px;
  height: 21px;
  position: absolute;
  right: 31px;
  top: 13px;
  z-index: 30;
  -webkit-transition: background-position 0.5s linear;
  -moz-transition: background-position 0.5s linear;
  -ms-transition: background-position 0.5s linear;
  -o-transition: background-position 0.5s linear;
  transition: background-position 0.5s linear;
}
@media all and (min-width: 1024px) {
  #site-nav {
    background-image: url('../img/global/nav_bg.png');
    background-repeat: repeat;
    background-position: left top;
  }
}
#site-nav {
  width: 720px;
  height: 80px;
  position: absolute;
  right: 15px;
  top: 40px;
  padding: 14px 50px;
}
#site-nav ul {
  height: 52px;
  font-size: 0;
}
#site-nav ul li {
  height: 52px;
  display: inline-block;
  margin: 0 13px;
  vertical-align: top;
}
#site-nav ul li a {
  height: 52px;
  display: block;
  text-align: center;
  padding: 18px 0 0 0;
  position: relative;
}
#site-nav ul li a.two-lines {
  padding: 11px 0 0 0;
}
#site-nav ul li a .glyph-top,
#site-nav ul li a .glyph-bottom {
  display: block;
  background-image: url('../img/global/nav_active.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 102px;
  height: 25px;
  position: absolute;
  left: 50%;
  margin-left: -51px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  pointer-events: none;
}
#site-nav ul li a .glyph-top {
  background-position: 0 0;
  top: -30px;
}
#site-nav ul li a .glyph-bottom {
  background-position: 0 -25px;
  bottom: -30px;
}
#site-nav ul li a:hover:not(.active) span:after {
  text-shadow: 1px 4px 0 rgba(255, 255, 255, 0.6), 1px 4px 7px #ffffff;
}
#site-nav ul li a.active span {
  background-color: #cf8a10;
  background-image: -ms-linear-gradient(top,#cf8a10 0%,#926100 100%);
  background-image: -moz-linear-gradient(top,#cf8a10 0%,#926100 100%);
  background-image: -o-linear-gradient(top,#cf8a10 0%,#926100 100%);
  background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,#cf8a10),color-stop(1,#926100));
  background-image: -webkit-linear-gradient(top,#cf8a10 0%,#926100 100%);
  background-image: linear-gradient(to bottom,#cf8a10 0%,#926100 100%);
  color: #cf8a10;
}
#site-nav ul li a.active .glyph-top,
#site-nav ul li a:hover .glyph-top,
#site-nav ul li a.active .glyph-bottom,
#site-nav ul li a:hover .glyph-bottom {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
#site-nav ul li a.active .glyph-top,
#site-nav ul li a:hover .glyph-top {
  top: -14px;
}
#site-nav ul li a.active .glyph-bottom,
#site-nav ul li a:hover .glyph-bottom {
  bottom: -14px;
}
#site-nav ul li a span {
  font-size: 16px;
  letter-spacing: -1px;
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  background-color: #625547;
  background-image: -ms-linear-gradient(top,#625547 0%,#523310 100%);
  background-image: -moz-linear-gradient(top,#625547 0%,#523310 100%);
  background-image: -o-linear-gradient(top,#625547 0%,#523310 100%);
  background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,#625547),color-stop(1,#523310));
  background-image: -webkit-linear-gradient(top,#625547 0%,#523310 100%);
  background-image: linear-gradient(to bottom,#625547 0%,#523310 100%);
  color: #625547;
  position: relative;
  z-index: 1;
  text-shadow: none !important;
}
#site-nav ul li a span:after {
  white-space: nowrap;
  background: none;
  content: attr(data-text);
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  text-shadow: 1px 4px 0px rgba(255, 255, 255, 0.6);
}
#site-nav ul li.buynow a {
  position: absolute;
  right: 55px;
  width: 80px;
}
#site-nav ul li.buynow a span {
  background-color: #642105;
  background-image: -ms-linear-gradient(top,#642105 0%,#b27100 100%);
  background-image: -moz-linear-gradient(top,#642105 0%,#b27100 100%);
  background-image: -o-linear-gradient(top,#642105 0%,#b27100 100%);
  background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,#642105),color-stop(1,#b27100));
  background-image: -webkit-linear-gradient(top,#642105 0%,#b27100 100%);
  background-image: linear-gradient(to bottom,#642105 0%,#b27100 100%);
  color: #642105;
}
#site-nav ul li.buynow-art a {
  -webkit-backface-visibility: hidden;
  display: block;
  background-image: url('../img/global/buynow_menu_art.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 104px;
  height: 148px;
  position: absolute;
  left: 492px;
  top: -46px;
}
.page-wrapper {
  background-size: 1800px 846px;
}
.screen-cap-container {
  font-size: 0;
}
.screen-cap-container .screen-caption {
  width: auto;
  max-width: 100%;
  padding: 20px 35px 15px;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  z-index: 10;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  text-align: left;
}
#preorder {
  position: relative;
  margin: 170px 0 40px 0;
  z-index: 10;
  width: 100%;
  background-color: transparent;
  background-image: -ms-linear-gradient(left, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.6) 50%, rgba(26, 26, 26, 0) 100%);
  background-image: -moz-linear-gradient(left, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.6) 50%, rgba(26, 26, 26, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.6) 50%, rgba(26, 26, 26, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(26, 26, 26, 0.6)), color-stop(0.5, rgba(26, 26, 26, 0.6)), color-stop(1, rgba(26, 26, 26, 0)));
  background-image: -webkit-linear-gradient(left, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.6) 50%, rgba(26, 26, 26, 0) 100%);
  background-image: linear-gradient(to right, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.6) 50%, rgba(26, 26, 26, 0) 100%);
}
#preorder h1,
#preorder a {
  display: block;
  font-size: 26px;
  margin: 0 0 10px 0;
}
#preorder #preorder-art {
  display: block;
  width: 453px;
  height: auto;
  position: absolute;
  left: -10px;
  top: -70px;
  z-index: 10;
}
#preorder #preorder-text {
  width: 450px;
  text-align: left;
  float: right;
  z-index: 0;
  padding: 10px 0;
  margin: 0 120px 0 430px;
}
#preorder .rule {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-image: url('../img/global/rule.png');
  background-repeat: repeat;
  background-position: top left;
  margin: 15px 0;
}
.frame-container {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 20;
}
.frame-container .game-screen {
  position: relative;
  z-index: 5;
  width: 100%;
  height: auto;
  min-height: 140px;
  display: block;
}
.frame-container .screen-label {
  width: 100%;
  height: auto;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 10;
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
}
.frame-container .top,
.frame-container .bottom {
  display: block;
  width: calc(100% - 18px);
  width: -webkit-calc(100% - 18px);
  height: 16px;
  background-image: url('../img/gameplay/thumb_border_horizontal.png');
  background-repeat: repeat;
  background-position: left top;
  position: absolute;
  left: 9px;
  z-index: 15;
}
.frame-container .top:before,
.frame-container .bottom:before,
.frame-container .top:after,
.frame-container .bottom:after {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  background-image: url('../img/gameplay/thumb_border_corners.png');
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
}
.frame-container .top {
  top: -12px;
}
.frame-container .top:before {
  top: 0;
  left: -21px;
}
.frame-container .top:after {
  top: 0;
  right: -21px;
  background-position: -21px 0;
}
.frame-container .bottom {
  bottom: -12px;
  background-position: 0 -16px;
}
.frame-container .bottom:before {
  bottom: 0;
  left: -21px;
  background-position: 0 -21px;
}
.frame-container .bottom:after {
  bottom: 0;
  right: -21px;
  background-position: -21px -21px;
}
.frame-container .left,
.frame-container .right {
  display: block;
  width: 16px;
  height: calc(100% - 18px);
  height: -webkit-calc(100% - 18px);
  background-image: url('../img/gameplay/thumb_border_vertical.png');
  background-repeat: repeat;
  background-position: left top;
  position: absolute;
  top: 9px;
  z-index: 15;
}
.frame-container .left {
  left: -12px;
}
.frame-container .right {
  right: -12px;
  background-position: -16px 0;
}
.frame-container .large-thumb {
  position: relative;
  z-index: 5;
}
.frame-container object {
  width: 100%;
}
.thumb-arrow {
  display: block;
  background-image: url('../img/global/character_modal_arrows.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 59px;
  height: 61px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 99999999999999999999999999;
}
.thumb-arrow.hoverable:hover {
  filter: brightness(0.7);
  -webkit-filter: brightness(0.7);
  -moz-filter: brightness(0.7);
}
.thumb-arrow.left-arrow {
  left: -30px;
}
.thumb-arrow.right-arrow {
  right: -30px;
  background-position: -59px 0;
}
@media all and (min-width: 1024px) {
  
}
@media all and (max-width: 1024px) {
  body,
  html {
    min-width: 300px;
  }
  .site-wrapper {
    min-width: 300px;
  }
  .page-wrapper {
    margin-top: 58px;
    background-size: 130%;
  }
  .wrapper-center {
    width: 100%;
  }
  header {
    margin-left: 0;
    left: 0;
    width: 100%;
  }
  header:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: 0;
    background-color: #221203;
    background-image: -ms-linear-gradient(top,#221203 0%,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 60%,rgba(0,0,0,0) 100%);
    background-image: -moz-linear-gradient(top,#221203 0%,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 60%,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(top,#221203 0%,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 60%,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,#221203),color-stop(rgba(0),color-stop(0),color-stop(0),color-stop(0.85) 0%),color-stop(rgba(0),color-stop(0),color-stop(0),color-stop(0.85) 60%),color-stop(rgba(0),color-stop(0),color-stop(0),color-stop(0) 100%));
    background-image: -webkit-linear-gradient(top,#221203 0%,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 60%,rgba(0,0,0,0) 100%);
    background-image: linear-gradient(to bottom,#221203 0%,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 60%,rgba(0,0,0,0) 100%);
    background-color: transparent;
  }
  header #menu-icon {
    display: block;
  }
  header #header-bg {
    background-image: url('../img/global/_1024/nav_tile.png');
    background-repeat: repeat;
    background-position: left top;
    width: 623.5px;
    height: 67.5px;
    background-size: 623.5px 67.5px;
    width: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
  }
  header #logo {
    background-image: url('../img/global/_1024/logo_mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 190px;
    height: 90px;
    position: relative;
    left: 0;
    top: 0;
    background-size: 100%;
    margin: 5px auto;
    z-index: 30;
  }
  header #wiiu-logo {
    background-position: 0 -21px;
    top: 15px;
  }
  header #site-nav {
    background-color: transparent;
    top: 0px;
    right: 0;
    width: 100%;
    height: 0;
    background-image: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    overflow: hidden;
  }
  header #site-nav ul li a span,
  header #site-nav ul li a.active span,
  header #site-nav ul li.buynow a span {
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background: transparent;
    background-image: none;
    color: #f4ebe0;
  }
  header #site-nav ul li a span:after,
  header #site-nav ul li a.active span:after,
  header #site-nav ul li.buynow a span:after {
    content: '';
  }
  header #site-nav ul {
    text-align: center;
  }
  header #site-nav ul li {
    margin: 0 4.5%;
  }
  header #site-nav ul li a .glyph-top,
  header #site-nav ul li a .glyph-bottom {
    display: none;
  }
  header #site-nav ul li.buynow-art {
    display: block;
  }
  header #site-nav ul li.buynow-art a {
    top: -30px;
    left: 0;
    margin: 0 auto;
    position: relative;
  }
  header #site-nav ul li.buynow {
    display: block;
  }
  header #site-nav ul li.buynow a {
    padding: 12px 0;
    right: 0;
    left: 0;
    top: -30px;
    position: relative;
    width: 130px;
    height: 44px;
    margin: 65px auto 0;
    text-align: center;
  }
  header #site-nav ul li.buynow a:after {
    content: '';
    display: block;
    width: 130px;
    height: 44px;
    background-image: url('../img/global/_1024/buynow_bg.png');
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    left: 0;
    top: 0;
  }
  body.animate header #logo,
  body.animate header #site-nav,
  body.animate header #site-nav ul li.buynow-art a,
  body.animate header #site-nav ul li.buynow a {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transition-timing-function: ease-out;
  }
  body.animate header:after {
    -webkit-transition: 0.4s opacity linear;
    -moz-transition: 0.4s opacity linear;
    -ms-transition: 0.4s opacity linear;
    -o-transition: 0.4s opacity linear;
    transition: 0.4s opacity linear;
    transition-timing-function: ease-out;
  }
  header.open:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    display: block;
    height: 450px;
  }
  header.open #logo {
    width: 155px;
    height: 90px;
    margin: 2px auto;
  }
  header.open #site-nav {
    z-index: 10;
    top: 80px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    height: 140px;
    overflow: visible;
  }
  header.open #site-nav ul {
    text-align: center;
  }
  header.open #site-nav ul li.buynow-art a,
  header.open #site-nav ul li.buynow a {
    top: 0;
  }
  .intro-section {
    padding: 85px 0 50px 0;
  }
}
@media all and (max-width: 1000px) {
  #preorder #preorder-text {
    margin-right: 0;
  }
}
@media all and (max-width: 800px) {
  .hide-mobile {
    display: none !important;
    visibility: hidden;
  }
  .site-wrapper {
    background-image: url('../img/global/bg_texture.jpg');
    background-repeat: repeat;
    background-position: left top;
    background-size: 625px 444px;
  }
  .screen-caption {
    width: 100%;
    max-width: 100%;
    padding: 25px 25px 20px;
  }
}
@media all and (max-width: 640px) {
  h1 {
    font-size: 40px;
  }
  p {
    font-size: 16px;
    line-height: 22px;
  }
  .grad:after {
    display: none;
  }
  header #wiiu-logo {
    right: 20px;
    top: 19px;
    background-size: 63px 32px;
    width: 63px;
    height: 16px;
    background-position: 0 -16px;
  }
  header #logo {
    width: 155px;
    height: 90px;
  }
  header #site-nav ul li {
    display: block;
  }
  header.open:after {
    height: 600px;
  }
  header.open #logo {
    margin: 0 auto;
  }
  .page-wrapper {
    background-size: 180%;
  }
  .intro-section {
    width: 90%;
  }
}
@media all and (max-width: 400px) {
  header #wiiu-logo {
    right: 5px;
  }
}
footer {
  position: relative;
  z-index: 101;
  padding-bottom: 20px;
  width: 100%;
  overflow: hidden;
}
footer .social-wrapper {
  position: relative;
  width: 100%;
  height: 60px;
  margin: 30px auto 0;
}
footer .social-wrapper .board .contents {
  padding-top: 30px;
}
footer .disclaimer {
  width: 400px;
  margin: auto;
  color: #000000;
  text-align: center;
  margin: 0 auto 45px auto;
  font-size: 12px;
}
footer .copyright {
  margin: 0 auto;
  padding: 9px 0 0 0;
  color: #ebca93;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  width: 100%;
  height: auto;
}
footer .ninja-icons {
  margin: 70px 0 30px;
}
footer .ninja-icons a,
footer .ninja-icons div {
  display: inline-block;
  text-align: center;
  margin: 0 20px;
  vertical-align: middle;
}
footer .ninja-icons a#kt,
footer .ninja-icons div#kt {
  width: 98px;
  height: 62px;
  background-image: url('../img/global/footer_kt.png');
  background-repeat: no-repeat;
  background-position: left top;
}
footer .ninja-icons a#force,
footer .ninja-icons div#force {
  width: 166px;
  height: 42px;
  background-image: url('../img/global/footer_force.png');
  background-repeat: no-repeat;
  background-position: left top;
}
footer .ninja-icons a#ninja,
footer .ninja-icons div#ninja {
  width: 123px;
  height: 86px;
  background-image: url('../img/global/footer_ninja.png');
  background-repeat: no-repeat;
  background-position: left top;
}
footer .social .share-text {
  background-image: url('../img/global/footer_share_shape.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 429px;
  height: 67px;
  text-align: left;
  padding: 23px 205px 0 70px;
  margin: 0 auto;
  position: relative;
  text-align: right;
}
footer .social .share-text .social-title {
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #ebca93;
  margin-right: 20px;
}
footer .social .share-text #nintendo-social {
  position: absolute;
  top: 20px;
  left: 210px;
}
footer .social .share-text #nintendo-social > iframe {
  width: 85px !important;
}
footer .inner-footer {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  height: auto;
}
footer .inner-footer .icon {
  display: inline-block;
}
footer .inner-footer .nintendo {
  background-image: url('../img/nintendo/footer-nintendo.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 126px;
  height: 38px;
}
footer .inner-footer .eshop {
  display: inline-block;
  background-image: url('../img/nintendo/footer-eshop.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 274px;
  height: 41px;
}
footer .inner-footer .console-logo {
  width: 100px;
  height: 29px;
  background-image: url('../img/nintendo/footer-console-logo.png');
  background-repeat: no-repeat;
  background-position: left top;
}
footer #nintendo-footer {
  width: 100%;
  margin: 0 auto;
  *zoom: 1;
}
footer #nintendo-footer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
footer #nintendo-footer:before,
footer #nintendo-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
footer #nintendo-footer:after {
  clear: both;
}
footer #nintendo-footer div {
  margin-left: 10px;
}
footer #nintendo-footer #footer-followus-container {
  color: #ffffff !important;
}
footer #nintendo-footer #newsletter-container,
footer #nintendo-footer #footer-clubn-container,
footer #nintendo-footer #footer-followus-container,
footer #nintendo-footer #footer-esrb-container,
footer #nintendo-footer #footer-privacypolicy-container {
  float: none !important;
  display: inline-block;
  vertical-align: bottom;
}
footer #nintendo-footer #footer-esrb-container {
  margin: 0px 15px 0 15px !important;
}
@media all and (max-width: 800px) {
  footer .ninja-icons {
    margin: 10px 0 30px;
  }
  footer .ninja-icons a,
  footer .ninja-icons div {
    margin: 0 10px;
  }
  footer .ninja-icons a#ninja,
  footer .ninja-icons div#ninja {
    width: 61.5px;
    height: 43px;
    background-size: 61.5px 43px;
    background-image: url('../img/global/footer_ninja.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
  footer .ninja-icons a#force,
  footer .ninja-icons div#force {
    width: 83px;
    height: 21px;
    background-size: 83px 21px;
    background-image: url('../img/global/footer_force.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
  footer .ninja-icons a#kt,
  footer .ninja-icons div#kt {
    width: 49px;
    height: 31px;
    background-size: 49px 31px;
    background-image: url('../img/global/footer_kt.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
  footer .ninja-icons a.eshop,
  footer .ninja-icons div.eshop {
    display: block;
    margin: 20px auto;
  }
  footer .social .share-text {
    background-image: url('../img/global/footer_share_shape_mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 240.5px;
    height: 43px;
    background-size: 240.5px 43px;
    padding: 15px 120px 0 10px;
    font-size: 12px;
  }
  footer .social .share-text #nintendo-social {
    top: 8px;
    left: 100px;
  }
  footer #nintendo-footer #newsletter-container {
    display: block;
  }
  footer #nintendo-footer #footer-clubn-container {
    margin: 0 0 20px !important;
    width: 50% !important;
  }
  footer #nintendo-footer #footer-clubn-container a {
    float: right;
    padding-right: 13%;
  }
  footer #nintendo-footer #footer-followus-container {
    width: 50% !important;
    text-align: left;
    padding-left: 0;
    margin: 0 0 20px !important;
  }
}
.modal-wrapper {
  position: fixed;
  z-index: 2000;
  top: 0;
  height: 100%;
}
.modal-wrapper .modal-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.modal-wrapper .modal-content .modal-bg {
  top: 0;
  position: absolute;
  background: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.modal-wrapper .modal-content.modal-video .modal-video-container,
.modal-wrapper .modal-content.modal-character .modal-video-container {
  position: absolute;
  z-index: 101;
}
.modal-wrapper .modal-content.modal-video .modal-video-container .modal-video-player .innerWrapper,
.modal-wrapper .modal-content.modal-character .modal-video-container .modal-video-player .innerWrapper {
  width: 100%;
  height: 100%;
}
.modal-wrapper .modal-content.modal-video .modal-close,
.modal-wrapper .modal-content.modal-character .modal-close {
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: 0;
}
.modal-wrapper .modal-content.modal-video .modal-close:hover,
.modal-wrapper .modal-content.modal-character .modal-close:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.modal-wrapper .modal-content.modal-video .modal-close .copy,
.modal-wrapper .modal-content.modal-character .modal-close .copy {
  color: #d5b68d;
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  top: -15px;
}
.pro_blog_stylist_gallery {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: margin-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -moz-transition: margin-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -ms-transition: margin-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -o-transition: margin-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: margin-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.pro_blog_stylist_gallery li {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 0;
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=7500)";
  filter: alpha(opacity=7500);
  opacity: 75;
  -webkit-filter: contrast(1.5) grayscale(0.7);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1s ease 0.25s;
  -moz-transition: all 1s ease 0.25s;
  -ms-transition: all 1s ease 0.25s;
  -o-transition: all 1s ease 0.25s;
  transition: all 1s ease 0.25s;
}
.pro_blog_stylist_gallery li.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10000)";
  filter: alpha(opacity=10000);
  opacity: 100;
  z-index: 1;
  -webkit-filter: none;
  -webkit-box-shadow: '0 0 20px rgba(0,0,0,0.55)';
  -moz-box-shadow: '0 0 20px rgba(0,0,0,0.55)';
  box-shadow: '0 0 20px rgba(0,0,0,0.55)';
}
.pro_blog_stylist_gallery img {
  display: block;
  width: auto !important;
}
html.svgclippaths body.page-home #accolades ol.acco-list .accolade h3.quote {
  color: white;
  background: none;
}
body.page-home #hero-banner {
  width: 100%;
  height: 688px;
  position: relative;
  overflow: hidden;
}
body.page-home #hero-banner .wrapper-center {
  height: 100%;
  display: table;
}
body.page-home #accolades {
  padding: 10px 0 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
body.page-home #accolades ol.acco-list {
  height: 180px;
  position: relative;
  display: block;
}
body.page-home #accolades ol.acco-list .accolade {
  position: absolute;
  visibility: hidden;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
}
body.page-home #accolades ol.acco-list .accolade h3.quote {
  color: transparent;
  background-color: #ffffff;
  background-image: -ms-linear-gradient(top,#ffffff 0%,#c1c1c1 100%);
  background-image: -moz-linear-gradient(top,#ffffff 0%,#c1c1c1 100%);
  background-image: -o-linear-gradient(top,#ffffff 0%,#c1c1c1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,#ffffff),color-stop(1,#c1c1c1));
  background-image: -webkit-linear-gradient(top,#ffffff 0%,#c1c1c1 100%);
  background-image: linear-gradient(to bottom,#ffffff 0%,#c1c1c1 100%);
  -webkit-background-clip: text;
  font-size: 2.1em;
  text-align: center;
}
body.page-home #accolades ol.acco-list .accolade h3.quote span {
  line-height: 1;
}
body.page-home #accolades ol.acco-list .accolade h3.quote i {
  font-size: 1.2em;
  line-height: 1em;
  -webkit-background-clip: text;
}
body.page-home #accolades ol.acco-list .accolade span.source {
  color: #2f9fde;
  display: block;
  font-size: 1.25em;
  line-height: 1em;
  text-align: center;
}
body.page-home #home-video {
  display: none;
  width: 100%;
  min-width: 100%;
  height: 100%;
  width: auto !important;
  height: auto !important;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 0;
}
body.page-home.not-ipad #home-video {
  display: block;
}
body.page-home #backup-poster {
  display: block;
  min-width: 100%;
  height: 100%;
  width: auto !important;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 0;
}
body.page-home.not-ipad #backup-poster {
  display: none;
}
body.page-home #dark-overlay {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
@media all and (min-width: 640px) {
  body.page-home #char-link {
    background-image: url('../img/home/link.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
}
body.page-home #char-link {
  background-size: contain;
  display: block;
  width: 846px;
  height: 0;
  padding-top: 1013px;
  position: absolute;
  top: -70px;
  left: -190px;
  z-index: 20;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
@media all and (min-width: 640px) {
  body.page-home #char-zelda {
    background-image: url('../img/home/zelda.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
}
body.page-home #char-zelda {
  background-size: contain;
  display: block;
  width: 990px;
  height: 0;
  padding-top: 1009.9999999999999px;
  position: absolute;
  top: 290px;
  left: -260px;
  z-index: 25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

body.page-home .hyrule-switch {
	position: absolute;
	bottom: 0;
	right: 50%;
    margin-right: -490px;
	width: 460px;
	height: 159px;
	padding-left: 280px;
	z-index: 100;
	line-height: 28px;
	font-family: "Lato";
	font-weight: 400;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

body.page-home .hyrule-3ds {
	position: absolute;
	bottom: 0;
	right: 50%;
    margin-right: -490px;
	width: 460px;
	height: 159px;
	padding-left: 280px;
	z-index: 100;
	line-height: 28px;
	font-family: "Lato";
	font-weight: 400;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
	body.page-home .hyrule-3ds .ribbon {
		text-transform: uppercase;
		background: url('../img/home/ribbon.png') 0 0 no-repeat;
		width: 170px;
		height: 27px;
		line-height: 27px;
		text-align: center;
		color: #fff;
		font-weight: 700;
	}

	body.page-home .hyrule-3ds .screenshot {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	body.page-home .hyrule-3ds p {
		padding: 10px 10px 0 0;
		font-size: 16px;
		line-height: 20px;
		font-family: "Lato";
	}
		body.page-home .hyrule-3ds a {
			display: inline-block;
			margin-top: 8px;
			text-decoration: underline;
			font-weight: 700;
		}
    body.page-home .hyrule-switch .ribbon {
      text-transform: uppercase;
      background: url('../img/home/ribbon.png') 0 0 no-repeat;
      width: 170px;
      height: 27px;
      line-height: 27px;
      text-align: center;
      color: #fff;
      font-weight: 700;
    }
  
    body.page-home .hyrule-switch .screenshot {
      position: absolute;
      bottom: 0;
      left: 0;
    }
    body.page-home .hyrule-switch p {
      padding: 25px 10px 0 0;
      font-size: 16px;
      line-height: 20px;
      font-family: "Lato";
    }
      body.page-home .hyrule-switch a {
        display: inline-block;
        margin-top: 8px;
        text-decoration: underline;
        font-weight: 700;
      }
@media all and (max-width: 1100px) {
	body.page-home .hyrule-3ds {
		right: 0;
		margin-right: 0;
  }
  body.page-home .hyrule-switch {
		right: 0;
		margin-right: 0;
	}
}
body.page-home.language-en #banner-text {
  padding-bottom: 170px;
}
@media all and (max-width: 800px) {
	body.page-home .hyrule-3ds {
		max-width: 500px;
		text-align: center;
		padding: 0 30px;
	    position: relative;
	    margin: 0 auto;
		height: auto;
		width: auto;
	}
	
	body.page-home .hyrule-3ds .ribbon {
		margin: 0 auto;
	}
	
	body.page-home .hyrule-3ds .screenshot {
		position: relative;
		margin: 20px auto 0;
		display: block;
  }
  
	body.page-home .hyrule-switch {
		max-width: 500px;
		text-align: center;
		padding: 0 30px;
	    position: relative;
	    margin: 0 auto;
		height: auto;
		width: auto;
	}
	
	body.page-home .hyrule-switch .ribbon {
		margin: 0 auto;
	}
	
	body.page-home .hyrule-switch .screenshot {
		position: relative;
		margin: 20px auto 0;
		display: block;
	}
	
	body.page-home .small-stone-bar {
	    background-image: url('../img/home/stone_bar.png');
	    background-repeat: repeat;
	    background-position: left top;
		height: 30px;
		background-size: auto 30px;
	}
	
	body.page-home.language-en #banner-text {
	    padding-bottom: 60px;
	}
}
body.page-home #banner-text {
  position: relative;
  width: 310px;
  color: #ffffff;
  z-index: 30;
  padding-top: 130px;

  display: table-cell;
  vertical-align: middle;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

body.page-home #banner-text h1 {
  font-size: 32px;
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  background-color: #f9e2a9;
  background-image: -ms-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -moz-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -o-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,#f9e2a9),color-stop(1,#cf9741));
  background-image: -webkit-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: linear-gradient(to bottom,#f9e2a9 0%,#cf9741 100%);
  color: #cf9741;
  position: relative;
}
body.page-home #banner-text p {
  line-height: 28px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
  margin-bottom: 15px;
}
body.page-home #banner-text .rule {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-image: url('../img/global/rule.png');
  background-repeat: repeat;
  background-position: top left;
  margin: 15px 0;
}
body.page-home #banner-text a {
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  background-image: url('../img/global/button_299x47.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 315px;
  height: 63px;
  padding: 23px 16px;
  text-align: center;
}
body.page-home #banner-text a.hoverable:hover {
  background-position: 0 -63px;
}
@media all and (min-width: 800px) {
  body.page-home #home-stone-bar {
    background-image: url('../img/home/stone_bar.png');
    background-repeat: repeat;
    background-position: left top;
  }
}
body.page-home #home-stone-bar {
  position: relative;
  display: block;
  width: 100%;
  height: 69px;
  text-align: center;
  padding: 5px 0 0 0;
  z-index: 0;
}
body.page-home #home-stone-bar .text-bg {
  display: block;
  width: 427px;
  height: 53px;
  background-image: url('../img/home/home_bar_text_bg.png');
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0 auto;
  padding: 19px 0 0 0;
  position: relative;
  z-index: 0;
}
body.page-home #home-stone-bar h4 {
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  font-size: 20px;
  background-color: #ffffff;
  background-image: -ms-linear-gradient(top,#ffffff 0%,#888684 100%);
  background-image: -moz-linear-gradient(top,#ffffff 0%,#888684 100%);
  background-image: -o-linear-gradient(top,#ffffff 0%,#888684 100%);
  background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,#ffffff),color-stop(1,#888684));
  background-image: -webkit-linear-gradient(top,#ffffff 0%,#888684 100%);
  background-image: linear-gradient(to bottom,#ffffff 0%,#888684 100%);
  color: #fff;
  position: relative;
  display: inline-block;
}
body.page-home #home-stone-bar h4:after {
  content: attr(data-text);
  position: absolute;
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  left: 0;
  top: 0;
  z-index: -1;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.9);
  width: 100%;
}
body.page-home #preorder {
  margin: 35px 0 0 0;
  color: #ffffff;
}
body.page-home #preorder h2 {
  font-size: 30px;
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  background-color: #f9e2a9;
  background-image: -ms-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -moz-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -o-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,#f9e2a9),color-stop(1,#cf9741));
  background-image: -webkit-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: linear-gradient(to bottom,#f9e2a9 0%,#cf9741 100%);
  color: #cf9741;
  position: relative;
}
body.page-home #home-content {
  color: #ffffff;
  padding: 0px 0 50px;
  overflow-x: hidden;
  position: relative;
  z-index: 100;
}
body.page-home #home-content h2 {
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  background-image: -ms-linear-gradient(top,#ffffff 0%,#c1c1c1 100%);
  background-image: -moz-linear-gradient(top,#ffffff 0%,#c1c1c1 100%);
  background-image: -o-linear-gradient(top,#ffffff 0%,#c1c1c1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,#ffffff),color-stop(1,#c1c1c1));
  background-image: -webkit-linear-gradient(top,#ffffff 0%,#c1c1c1 100%);
  background-image: linear-gradient(to bottom,#ffffff 0%,#c1c1c1 100%);
  color: #ffffff;
  font-size: 33px;
  text-align: center;
  padding: 0 5%;
}
body.page-home #home-content h3 {
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #2f9fde;
  font-size: 20px;
  text-align: center;
  margin: 10px 0;
}
body.page-home #home-content .wrapper-center {
  padding: 0 0 0 0;
}
body.page-home #home-links {
  margin: 10px 0 0 0;
  position: relative;
}
body.page-home #home-links:before,
body.page-home #home-links:after {
  content: '';
  width: 47px;
  height: 500px;
  position: absolute;
  display: block;
  top: 35px;
}
body.page-home #home-links:before {
  background-position: 0 0;
  left: -40px;
}
body.page-home #home-links:after {
  background-position: -47px 0;
  right: -40px;
}
body.page-home #home-links .disclaimer {
  display: none;
  color: #ebca93;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}
@media all and (min-width: 1024px) {
  body.page-home #home-links:before,
  body.page-home #home-links:after {
    background-image: url('../img/home/swirly.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
}
body.page-home .screen-cap-container {
  float: left;
  width: 45%;
  height: auto;
  margin: 25px 0 26px 3.5%;
  position: relative;
}
body.page-home .screen-cap-container .screen-hover {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background-size: 100.1%;
}
@media all and (min-width: 800px) {
  body.page-home .screen-cap-container .screen-hover#screen-01 {
    background-image: url('../img/home/game_screen_01_hover.gif');
    background-repeat: no-repeat;
    background-position: left top;
  }
  body.page-home .screen-cap-container .screen-hover#screen-02 {
    background-image: url('../img/home/game_screen_02_hover.gif');
    background-repeat: no-repeat;
    background-position: left top;
  }
  body.page-home .screen-cap-container .screen-hover#screen-03 {
    background-image: url('../img/home/game_screen_03_hover.gif');
    background-repeat: no-repeat;
    background-position: left top;
  }
  body.page-home .screen-cap-container .screen-hover#screen-04 {
    background-image: url('../img/home/game_screen_04_hover.gif');
    background-repeat: no-repeat;
    background-position: left top;
  }
}
body.page-home .screen-cap-container.hoverable:hover .screen-hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
body.page-home .screen-cap-container img {
  width: 100%;
  height: auto;
}
body.page-home #home-promos {
  font-size: 0;
  text-align: center;
  margin: 50px 0 0 0;
}
body.page-home #home-promos .promo {
  display: inline-block;
  margin: 0 30px;
  font-size: 16px;
  width: 224px;
  vertical-align: top;
}
body.page-home #home-promos img {
  border-color: #ba9158;
  border-width: 1px;
  border-style: solid;
}
body.page-home #home-promos p {
  margin: 20px 0;
}
body.page-home #home-promos span {
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  display: block;
  margin: 7px 0 5px;
}
@media all and (max-width: 1024px) {
  body.page-home #banner-text {
    padding-top: 0;
  }
}
@media all and (max-width: 1000px) {
  body.page-home #hero-banner {
    height: 580px;
  }
  body.page-home #char-link {
    top: 0px;
    left: -130px;
    width: 686px;
    padding-top: 821.4160756501182px;
  }
  body.page-home #char-zelda {
    top: 240px;
    left: -170px;
    width: 730px;
    padding-top: 744.7474747474747px;
  }
}
@media all and (max-width: 900px) {
  body.page-home #hero-banner {
    height: 500px;
  }
  body.page-home #char-link {
    left: -80px;
    width: 550px;
    padding-top: 658.5697399527187px;
  }
  body.page-home #char-zelda {
    top: 190px;
    left: -130px;
    width: 610px;
    padding-top: 622.3232323232322px;
  }
  body.page-home #preorder #preorder-art {
    display: none;
  }
  body.page-home #preorder #preorder-text {
    width: 100%;
    text-align: center;
  }
  body.page-home #preorder #preorder-text p {
    padding: 0 10%;
  }
}
@media all and (max-width: 800px) {
  body.page-home #home-video,
  body.page-home #dark-overlay,
  body.page-home #backup-poster {
    display: none !important;
  }
  body.page-home #hero-banner {
    background-image: url('../img/home/boxart_bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    height: auto;
  }
  body.page-home #hero-banner .wrapper-center {
    display: inline-block;
  }
  body.page-home #char-link {
    position: absolute;
    top: -40px;
    left: 25%;
    width: 85%;
    padding-top: 101.77895981087471%;
  }
  body.page-home #char-zelda {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 80px;
    margin-left: -10%;
    width: 90%;
    padding-top: 91.81818181818181%;
  }
  body.page-home #banner-text {
    text-align: center;
    display: block;
    position: relative;
    bottom: 0;
    margin: -150px auto 0;
    padding: 0;
    width: auto;
    max-width: 500px;
  }
  body.page-home #banner-text h1:after {
    display: none;
  }
  body.page-home #banner-text .rule {
    height: 0;
  }
  body.page-home #banner-text a {
    margin: 0 auto;
    width: 100%;
    background-size: 100% 126px;
    max-width: 315px;
  }
  body.page-home #home-stone-bar {
    display: block;
    background-image: none;
    width: 100%;
    height: 50px;
    position: relative;
    margin: 30px 0;
  }
  body.page-home #home-stone-bar .text-bg {
    background-image: none;
    width: 100%;
  }
  body.page-home #home-stone-bar h4 {
    color: #d0ae71;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    font-family: 'Della Respira', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
  }
  body.page-home #home-stone-bar h4:after {
    display: none;
  }
}
@media all and (max-width: 640px) {
  body.page-home #accolades .acco-list {
    font-size: 14px;
    height: 140px;
  }
  body.page-home header #site-nav ul li {
    display: block;
  }
  body.page-home #hero-banner h1 {
    font-size: 24px;
  }
  body.page-home #banner-text {
    margin: -80px auto 0;
  }
  body.page-home #home-stone-bar {
    margin: 0;
  }
  body.page-home #home-stone-bar h4 {
    font-size: 16px;
  }
  body.page-home #preorder {
    background-image: none;
  }
  body.page-home #preorder #preorder-art {
    display: block;
    width: 80%;
    position: relative;
    margin: 0 auto;
    top: 0;
  }
  body.page-home #preorder .rule {
    display: none;
  }
  body.page-home #preorder #preorder-text {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  body.page-home #preorder #preorder-text h2 {
    font-size: 24px;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background: transparent;
    background-image: none;
    color: #ffffff;
  }
  body.page-home #preorder #preorder-text h2:after {
    content: '';
  }
  body.page-home #char-link {
    top: -10px;
    background-image: url('../img/home/link_small.png');
    background-repeat: no-repeat;
    background-position: center top;
  }
  body.page-home #char-zelda {
    background-image: url('../img/home/zelda_small.png');
    background-repeat: no-repeat;
    background-position: center top;
  }
  body.page-home #home-links .screen-cap-container {
    width: 93%;
    margin: 25px 3.5% 26px 3.5%;
  }
}
@media all and (max-width: 450px) {
  body.page-home #accolades .acco-list {
    font-size: 12px;
    height: 110px;
  }
  body.page-home #char-link {
    top: 10px;
  }
  body.page-home #preorder {
    margin: 40px 0 40px 0;
  }
}

body.page-dlc .page-wrapper {
  background-image: url('../img/dlc/ominous_sky_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: initial;
  padding-top: 220px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  width: 100%;
}
body.page-dlc .page-wrapper section {
  margin: 0 auto;
}
body.page-dlc .page-wrapper section .inner {
  width: 100%;
}
body.page-dlc .page-wrapper h1,
body.page-dlc .page-wrapper h3,
body.page-dlc .page-wrapper .release-info span {
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  background-color: #f9e2a9;
  background-image: -ms-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -moz-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -o-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,#f9e2a9),color-stop(1,#cf9741));
  background-image: -webkit-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: linear-gradient(to bottom,#f9e2a9 0%,#cf9741 100%);
  color: #cf9741;
  position: relative;
}
body.page-dlc .text-margin {
  width: 100%;
}
body.page-dlc .wrapper-center {
  width: 965px;
  padding: 0;
  margin: 0 auto;
}
body.page-dlc #dlc-intro {
  width: 75%;
  margin: 0 auto;
  z-index: 0;
  position: relative;
}
body.page-dlc #dlc-intro h1 {
  background-image: url('../img/global/stone_text_bg.jpg');
  background-repeat: repeat;
  background-position: left top;
  font-weight: 600;
  color: #cf9741;
}
body.page-dlc #dlc-intro h1:after {
  background: none;
  content: attr(data-text);
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  text-shadow: 1px 2px 2px #000000;
  width: 100%;
}
body.page-dlc #dlc-intro p {
  color: rgba(248, 246, 240, 0.9);
  font-size: 18px;
  line-height: 1.4;
  width: 75%;
  margin: 20px auto 50px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
}
body.page-dlc .pack-details {
  position: relative;
  margin: 50px 0 40px 0;
  z-index: 10;
  width: 100%;
  text-align: left;
  background-color: transparent;
  background-image: -ms-linear-gradient(left, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.6) 50%, rgba(26, 26, 26, 0) 100%);
  background-image: -moz-linear-gradient(left, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.6) 50%, rgba(26, 26, 26, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.6) 50%, rgba(26, 26, 26, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(26, 26, 26, 0.6)), color-stop(0.5, rgba(26, 26, 26, 0.6)), color-stop(1, rgba(26, 26, 26, 0)));
  background-image: -webkit-linear-gradient(left, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.6) 50%, rgba(26, 26, 26, 0) 100%);
  background-image: linear-gradient(to right, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.6) 50%, rgba(26, 26, 26, 0) 100%);
}
body.page-dlc .pack-details header {
  width: auto;
  height: auto;
  margin: 0;
  position: relative;
  left: initial;
}
body.page-dlc .pack-details h1,
body.page-dlc .pack-details h3,
body.page-dlc .pack-details a,
body.page-dlc .pack-details .summary {
  display: block;
  margin: 0 0 10px 0;
}
body.page-dlc .pack-details h1 {
  font-size: 30px;
}
body.page-dlc .pack-details h3 {
  font-size: 18px;
  margin-right: 20px;
}
body.page-dlc .pack-details .pack-details-art {
  display: block;
  width: 275px;
  height: auto;
  position: absolute;
  left: 40px;
  top: -35px;
  z-index: 10;
}
	body.page-dlc .pack-details .pack-details-art.dlc-link {
	    width: 320px;
	    left: -20px;
	    top: 7px;
	}
body.page-dlc .pack-details .pack-details-text {
  font-size: 18px;
  width: 555px;
  text-align: left;
  float: right;
  z-index: 0;
  padding: 10px 0;
  margin: 0 100px 0 0;
}
body.page-dlc .pack-details .pack-details-text .grad {
  line-height: 23px;
  display: block;
  font-weight: 600;
}
body.page-dlc .pack-details .pack-details-text .grad.title {
  line-height: 30px;
}
body.page-dlc .pack-details .pack-details-text .date span.grad {
  display: inline-block;
  padding-bottom: .4em;
}
body.page-dlc .pack-details .pack-details-text .summary {
  line-height: 23px;
}
body.page-dlc .pack-details .rule {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-image: url('../img/global/rule.png');
  background-repeat: repeat;
  background-position: top left;
  margin: 15px 0;
}
body.page-dlc .individual-pack-details {
  margin-bottom: 40px!important;
}
body.page-dlc .individual-pack-details p.disclaimer {
	padding-bottom: 40px;
	font-size: .8em;
}
body.page-dlc .individual-pack-details .pk {
  text-align: center;
}
body.page-dlc .individual-pack-details .pk .pk-dlc section.details {
  padding-top: 230px;
  height: 540px;
}
	body.page-dlc .individual-pack-details.legends-of-hyrule-pack-details .pk .pk-dlc section.details {
		height: 480px;
	}
body.page-dlc .individual-pack-details .pk .pk-dlc section.details h1 {
  text-align: center;
  font-size: 30px;
}
body.page-dlc .individual-pack-details .pk .pk-dlc section.details .artwork {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body.page-dlc .individual-pack-details .pk .pk-dlc section.details .dlc-image {
  top: -30px;
  width: 255px;
}
@media screen and (min-width: 901px) {
	  body.page-dlc .individual-pack-details .pk .pk-dlc section.details img.ganon {
		height: auto;
		width: 90%;
		top: -60px;
	}
	  body.page-dlc .individual-pack-details .pk .pk-dlc section.details img.linkle {
	    height: auto;
	    width: 80%;
	    top: -60px;
	}
}
body.page-dlc .individual-pack-details .pk .pk-dlc section.details .artwork.triforce {
  top: 52px;
  width: 210px;
}
body.page-dlc .individual-pack-details .pk .pk-dlc section.details .summary {
  font-family: 'Della Respira', 'Helvetica', 'Arial', sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}
body.page-dlc .individual-pack-details .pk .pk-dlc section.details .feat-list {
  height: 190px;
  font-size: 18px;
  padding: 10px 0 0 20px;
  margin: 0 0 10px 0;
  /*leverage margin collapsing*/

  line-height: 1.3;
  list-style-type: disc;
  text-align: left;
}
body.page-dlc .individual-pack-details .pk .pk-dlc section.details .feat-list.legends-character-pack {
	line-height: .9;
}
body.page-dlc .individual-pack-details .pk .pk-dlc section.details .feat-list li {
  margin: 0 0 10px;
}
body.page-dlc .individual-pack-details .pk .pk-dlc section.release-info {
  font-size: 22px;
  line-height: 1.4;
}
body.page-dlc .individual-pack-details .pk .pk-dlc section.release-info .grad {
  display: block;
}
body.page-dlc .individual-pack-details .pk .pk-dlc section.release-info .grad.date {
  font-weight: 700;
}
body.page-dlc .individual-pack-details .pk .pk-dlc section.release-info .grad.price {
  font-weight: 700;
}
	body.page-dlc .individual-pack-details.legends-of-hyrule-pack-details .pk .pk-dlc section.release-info .grad.price {
		font-size: 17px;
		margin-top: .5em;
	}
body.page-dlc .individual-pack-details .leather-bg {
  display: block;
  width: 44%;
  height: 650px;
  background-image: url('../img/buynow/leather_container.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-position: 2px 6px;
  background-size: contain;
  float: left;
  position: relative;
  z-index: 30;
  text-align: center;
  padding: 20px 38px;
  margin: 3%;
  /*min-width: 430px;*/

}
body.page-dlc .individual-pack-details .leather-bg h1 {
  margin: 0 0 20px 0;
}
body.page-dlc #game-updates {
  text-align: center;
}
body.page-dlc #game-updates header {
  width: auto;
  height: auto;
  position: relative;
  margin: 0 auto;
  left: auto;
  right: auto;
}
body.page-dlc #game-updates .version-summary {
  font-size: 18px;
}
body.page-dlc #game-updates .version-summary > ul {
  list-style-type: none;
}
body.page-dlc #game-updates .version-summary > ul > li {
  width: 65%;
  margin: 30px auto 40px;
  line-height: 26px;
}
body.page-dlc #game-updates .version-summary > ul > li h1 {
  margin: 0 0 20px;
}
body.page-dlc #game-updates .version-summary > ul > li .summary {
  display: inline-block;
}
body.page-dlc #game-updates .version-summary > ul > li.version-type-list {
  text-align: left;
}
body.page-dlc #game-updates .version-summary > ul > li.version-type-list .disclaimer {
  font-size: 14px;
}
body.page-dlc #game-updates .version-summary > ul > li.version-type-list ul {
  padding: 0 0 0 20px;
  list-style-type: disc;
}
body.page-dlc #game-updates .version-summary > ul > li.version-type-list ul li.bullet {
  margin: 15px;
}
body.page-dlc #game-updates .version-summary > ul > li.version-type-gallery {
  text-align: left;
}
body.page-dlc #game-updates .version-summary > ul > li.version-type-gallery .grid-gallery {
  text-align: center;
}
body.page-dlc #game-updates .version-summary > ul > li.version-type-gallery .grid-gallery .mini-thumb-container,
body.page-dlc #game-updates .version-summary > ul > li.version-type-gallery .grid-gallery .thumb {
  margin: 20px 10px;
  display: inline-block;
}
body.page-dlc #game-updates .version-summary > ul > li.version-type-gallery .grid-gallery .mini-thumb-container img,
body.page-dlc #game-updates .version-summary > ul > li.version-type-gallery .grid-gallery .thumb img {
  width: 135px;
  height: auto;
  border: 2px solid #a99165;
  -webkit-transition: 200ms border linear;
  -moz-transition: 200ms border linear;
  -ms-transition: 200ms border linear;
  -o-transition: 200ms border linear;
  transition: 200ms border linear;
}
body.page-dlc #game-updates .version-summary > ul > li.version-type-gallery .grid-gallery .mini-thumb-container span,
body.page-dlc #game-updates .version-summary > ul > li.version-type-gallery .grid-gallery .thumb span {
  display: block;
  padding: 2px 0;
}
body.page-dlc #game-updates .version-summary > ul > li h1 {
  font-size: 30px;
  text-align: center;
}
body.page-dlc #game-updates .version-summary > ul > li span {
  line-height: 27px;
}
body.page-dlc .lowercase {
  font-family: 'Della Respira', 'Helvetica', 'Arial', sans-serif !important;
}
@media all and (max-width: 900px) {
  body.page-dlc .text-margin {
    width: 80%;
  }
  body.page-dlc .wrapper-center {
    width: 90%;
  }
  body.page-dlc .page-wrapper {
    background-position-y: -64px;
    padding-top: 15%;
  }
  body.page-dlc .page-wrapper #dlc-intro {
    width: 100%;
  }
  body.page-dlc .page-wrapper .pack-details {
    background-image: none;
    margin: 0 auto;
  }
  body.page-dlc .page-wrapper .pack-details .pack-details-art {
    margin: 20px auto 0;
    width: 220px;
    position: relative;
    top: auto;
    left: auto;
  }
	body.page-dlc .page-wrapper .pack-details .pack-details-art.dlc-link {
		width: 300px;
	}
  body.page-dlc .page-wrapper .pack-details .pack-details-text {
    text-align: center;
    width: 100%;
    margin: 0;
  }
  body.page-dlc .page-wrapper .pack-details .pack-details-text .title,
  body.page-dlc .page-wrapper .pack-details .pack-details-text .subtitle {
    font-weight: 400;
  }
  body.page-dlc .page-wrapper .pack-details .pack-details-text .title.subtitle,
  body.page-dlc .page-wrapper .pack-details .pack-details-text .subtitle.subtitle {
    width: 87%;
    margin: 0 auto;
    font-size: 20px;
  }
  body.page-dlc .page-wrapper .pack-details .pack-details-text .summary {
    line-height: 1.4;
    margin: 0 auto 20px;
    width: 90%;
    font-size: 18px;
  }
  body.page-dlc .page-wrapper .pack-details .pack-details-text .release-info .grad {
    display: inline-block;
    line-height: 1.4;
  }
  body.page-dlc .page-wrapper .pack-details .rule {
    display: none;
    visibility: hidden;
  }
  body.page-dlc .page-wrapper .individual-pack-details .pk .pk-dlc section.details {
    height: auto;
    padding-top: inherit;
  }
  body.page-dlc .page-wrapper .individual-pack-details .pk .pk-dlc section.details img.artwork {
    position: relative;
  }
  body.page-dlc .page-wrapper .individual-pack-details .pk .pk-dlc section.details img.dlc-image {
    top: 0;
    width: 100%;
  }

  body.page-dlc .page-wrapper .individual-pack-details .pk .pk-dlc section.details img.artwork.triforce {
    top: 0;
    width: 74%;
    max-width: 250px;
    margin: 20px 0 40px;
  }
  body.page-dlc .page-wrapper .individual-pack-details .pk .pk-dlc section.details .feat-list {
    height: auto;
    padding-left: 0;
  }
  body.page-dlc .page-wrapper .individual-pack-details .pk .pk-dlc section.release-info {
    margin-top: 40px;
  }
  body.page-dlc .page-wrapper .individual-pack-details .pk .pk-dlc section.release-info .grad {
    font-size: 18px;
  }
  body.page-dlc .page-wrapper .individual-pack-details .leather-bg {
    background-image: none;
    position: relative;
    padding: 100px 0 0 0;
    height: auto;
    z-index: 0;
    display: block;
    width: 100%;
    margin: 50px auto 0;
    float: none;
  }
  body.page-dlc .page-wrapper .individual-pack-details .leather-bg:before {
    content: '';
    display: block;
    background-image: url('../img/buynow/divider.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 70px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  body.page-dlc .page-wrapper #game-updates .title-box {
    padding: 24px 18%;
  }
  body.page-dlc .page-wrapper #game-updates .version-summary > ul {
    list-style-type: none;
  }
  body.page-dlc .page-wrapper #game-updates .version-summary > ul > li {
    width: 100%;
  }
  body.page-dlc .page-wrapper #game-updates .version-summary > ul > li.version-type-list ul {
    padding: 0;
  }
  body.page-dlc .page-wrapper #game-updates .version-summary > ul > li.version-type-list ul li.bullet {
    margin-left: 0;
  }
  body.page-dlc .page-wrapper #game-updates .version-summary > ul > li.version-type-gallery .summary {
    margin-bottom: 30px;
  }
  body.page-dlc .page-wrapper #game-updates .version-summary > ul > li.version-type-gallery .thumb,
  body.page-dlc .page-wrapper #game-updates .version-summary > ul > li.version-type-gallery .mini-thumb-container {
    height: auto;
    width: 100%;
    margin: 10px 0;
  }
  body.page-dlc .page-wrapper #game-updates .version-summary > ul > li.version-type-gallery .thumb img,
  body.page-dlc .page-wrapper #game-updates .version-summary > ul > li.version-type-gallery .mini-thumb-container img {
    width: 100%;
    border: 0px solid transparent;
  }
  body.page-dlc .page-wrapper #game-updates .version-summary > ul > li.version-type-gallery .thumb span,
  body.page-dlc .page-wrapper #game-updates .version-summary > ul > li.version-type-gallery .mini-thumb-container span {
    padding: 7px 0;
    text-align: left;
  }
}
@media all and (max-width: 450px) {
  body.page-dlc .wrapper-center {
    width: 90%;
  }
  body.page-dlc h1 {
    font-size: 26px;
  }
  body.page-dlc .page-wrapper #dlc-intro h1 {
    font-size: 31px;
  }
  body.page-dlc .page-wrapper .pack-details .pack-details-art {
    position: relative;
    top: auto;
    left: auto;
  }
  body.page-dlc .page-wrapper .pack-details .pack-details-text {
    text-align: center;
    width: 100%;
    margin: 0;
  }
  body.page-dlc .page-wrapper .pack-details .pack-details-text .grad.subtitle {
    margin: 0 auto;
    font-size: 18px;
  }
  body.page-dlc .page-wrapper .individual-pack-details .leather-bg h1 {
    margin-bottom: 20px;
  }
  body.page-dlc .page-wrapper #dlc-intro {
    width: auto;
  }
  body.page-dlc .page-wrapper #game-updates .version-summary > ul {
    list-style-type: none;
  }
  body.page-dlc .page-wrapper #game-updates .version-summary > ul > li h1 {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 360px) {
  body.page-dlc .page-wrapper .pack-details .pack-details-text .release-info .date .available {
    display: block;
  }
}
body.page-amiibo {
  /*somewhat of an exception, to ease the transition*/

  /*single column break point*/

}
body.page-amiibo .page-wrapper {
  background-image: url('../img/amiibo/ominous_sky_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: initial;
  padding-top: 15%;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  width: 100%;
}
body.page-amiibo .page-wrapper section {
  position: relative;
  clear: both;
  margin: 0 auto;
}
body.page-amiibo .page-wrapper section .inner {
  width: 100%;
}
body.page-amiibo .page-wrapper h1,
body.page-amiibo .page-wrapper h3,
body.page-amiibo .page-wrapper .release-info span {
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  background-color: #f9e2a9;
  background-image: -ms-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -moz-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -o-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,#f9e2a9),color-stop(1,#cf9741));
  background-image: -webkit-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: linear-gradient(to bottom,#f9e2a9 0%,#cf9741 100%);
  color: #cf9741;
  position: relative;
}
body.page-amiibo .text-margin {
  width: 100%;
}
body.page-amiibo .wrapper-center {
  width: 965px;
  padding: 0 0 6.5%;
  margin: 0 auto;
}
body.page-amiibo .hylian-winged:before {
  background-image: url('../img/amiibo/hylian-lwing.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 47px;
  height: 500px;
  z-index: 0;
  content: '';
  display: block;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5.5%;
}
body.page-amiibo .hylian-winged:after {
  background-image: url('../img/amiibo/hylian-rwing.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 47px;
  height: 500px;
  z-index: 0;
  content: '';
  display: block;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5.5%;
}
body.page-amiibo .disclaimer {
  text-align: center;
  font-size: 12px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  color: #888888;
  line-height: 1.4em;
}
@media all and (max-width: 900px) {
  body.page-amiibo .hylian-winged:before,
  body.page-amiibo .hylian-winged:after {
    display: none;
  }
}
@media all and (max-width: 900px) {
  body.page-amiibo .hylian-sectioned {
    position: relative;
    padding-top: 20%;
  }
  body.page-amiibo .hylian-sectioned:before {
    background-image: url('../img/buynow/divider.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 70px;
    content: '';
    display: block;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
body.page-amiibo #amiibo-intro {
  margin: 0 auto 4%;
  padding: 0;
  z-index: 0;
  width: 75%;
  position: relative;
}
body.page-amiibo #amiibo-intro p {
  color: rgba(248, 246, 240, 0.9);
  font-size: 18px;
  line-height: 1.4;
  width: 75%;
  margin: 20px auto 50px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
}
body.page-amiibo #amiibo-intro article h1 {
  font-family: 'Della Respira', 'Helvetica', 'Arial', sans-serif;
  color: #cf9741;
  text-transform: none;
}
body.page-amiibo #amiibo-intro article h1.grad {
  margin: 0 auto 5%;
}
body.page-amiibo #amiibo-intro article h1:after {
  background: none;
  content: attr(data-text);
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  text-shadow: 1px 2px 2px #000000;
  width: 100%;
}
body.page-amiibo #amiibo-intro article .surfing-link {
  max-width: 544px;
  position: absolute;
  left: -44%;
  top: 0;
  z-index: 0;
}
body.page-amiibo #amiibo-intro .screen-container {
  position: relative;
  margin: 0 auto;
  width: 540px;
  z-index: 1;
  padding: 0 0 50px;
}
body.page-amiibo #amiibo-intro .screen-container .artwork {
  display: block;
  position: absolute;
  z-index: 20;
}
body.page-amiibo #amiibo-intro .screen-container figure.frame-container {
  cursor: pointer;
  z-index: 0;
}
body.page-amiibo #amiibo-intro .screen-container figure.frame-container .game-screen {
  width: 540px;
  height: 350px;
}
body.page-amiibo #amiibo-intro .screen-container figure.frame-container .video-cta {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 6% 0;
  margin: 0 auto;
  z-index: 50;
  width: 100%;
  bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  display: none;
}
body.page-amiibo #amiibo-intro .screen-container.video-button .large-thumb:after {
  content: '';
  display: block;
  width: 98px;
  height: 98px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -49px;
  margin-top: -49px;
  z-index: 10;
  background-image: url('../img/global/play.png');
  background-repeat: no-repeat;
  background-position: left top;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
body.page-amiibo #amiibo-intro .screen-container .amiibo-cta {
  margin: 50px 0 0;
}
body.page-amiibo #amiibo-intro .screen-container .amiibo-cta a {
  display: inline-block;
}
body.page-amiibo #amiibo-intro .amiibo-links {
  position: absolute;
  max-width: 336px;
  right: -44%;
  bottom: 0;
  z-index: 2;
}
body.page-amiibo #hylian-heroes {
  display: block;
}
body.page-amiibo #hylian-heroes header {
  width: auto;
  height: auto;
  margin: 0;
  position: relative;
  left: initial;
}
body.page-amiibo #hylian-heroes h1,
body.page-amiibo #hylian-heroes h3,
body.page-amiibo #hylian-heroes a,
body.page-amiibo #hylian-heroes .summary {
  display: block;
  margin: 0 0 10px 0;
}
body.page-amiibo #hylian-heroes h1 {
  font-size: 30px;
}
body.page-amiibo #hylian-heroes h3 {
  font-size: 18px;
  margin-right: 20px;
}
body.page-amiibo #hylian-heroes #hylian-heroes-text {
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
}
body.page-amiibo #hylian-heroes #hylian-heroes-text .body {
  position: relative;
  display: inline-block;
  width: 80%;
}
body.page-amiibo #hylian-heroes #hylian-heroes-text .body.body-top {
  margin: 15px auto 25px;
}
body.page-amiibo #hylian-heroes #hylian-heroes-text .body.body-bottom {
  margin: auto 0;
}
body.page-amiibo #hylian-heroes #hylian-heroes-text .body.body-bottom > .summary {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -90px;
}
body.page-amiibo #hylian-heroes #hylian-heroes-text .body .grad {
  line-height: 23px;
  font-weight: 600;
  display: block;
  margin: 0 0 15px;
}
body.page-amiibo #hylian-heroes #hylian-heroes-text .body .grad.title {
  line-height: 30px;
}
body.page-amiibo #hylian-heroes #hylian-heroes-text .body .summary {
  line-height: 1.5em;
  width: 80%;
  margin: 0 auto;
}
body.page-amiibo #hylian-heroes .heroes-collection {
  text-align: center;
  display: inline-block;
}
body.page-amiibo #hylian-heroes .heroes-collection .hero {
  vertical-align: bottom;
  display: inline-block;
  width: 49%;
}
body.page-amiibo #hylian-heroes .heroes-collection .hero.toon-link {
  max-width: 192px;
}
body.page-amiibo #hylian-heroes .heroes-collection .hero.link {
  max-width: 221px;
}
body.page-amiibo #hylian-heroes .heroes-collection .hero.zelda {
  max-width: 192px;
}
body.page-amiibo #hylian-heroes .heroes-collection .hero.sheik {
  max-width: 192px;
}
body.page-amiibo #hylian-heroes .heroes-collection .hero img {
  width: 100%;
  height: auto;
}
body.page-amiibo #daily-bonus {
  position: relative;
  margin: 50px 0 40px 0;
  z-index: 10;
  text-align: left;
  background-color: transparent;
  background-image: -ms-linear-gradient(left, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.6) 50%, rgba(26, 26, 26, 0) 100%);
  background-image: -moz-linear-gradient(left, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.6) 50%, rgba(26, 26, 26, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.6) 50%, rgba(26, 26, 26, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(26, 26, 26, 0.6)), color-stop(0.5, rgba(26, 26, 26, 0.6)), color-stop(1, rgba(26, 26, 26, 0)));
  background-image: -webkit-linear-gradient(left, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.6) 50%, rgba(26, 26, 26, 0) 100%);
  background-image: linear-gradient(to right, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.6) 50%, rgba(26, 26, 26, 0) 100%);
}
body.page-amiibo #daily-bonus header {
  width: auto;
  height: auto;
  margin: 0;
  position: relative;
  left: initial;
}
body.page-amiibo #daily-bonus h1,
body.page-amiibo #daily-bonus h3,
body.page-amiibo #daily-bonus a,
body.page-amiibo #daily-bonus .summary {
  display: block;
  margin: 0 0 10px 0;
}
body.page-amiibo #daily-bonus h1 {
  font-size: 30px;
}
body.page-amiibo #daily-bonus h3 {
  font-size: 18px;
  margin-right: 20px;
}
body.page-amiibo #daily-bonus #daily-bonus-art {
  display: block;
  width: 275px;
  height: auto;
  position: absolute;
  left: 40px;
  top: -35px;
  z-index: 10;
}
body.page-amiibo #daily-bonus #daily-bonus-text {
  text-align: center;
  margin: 40px auto 50px;
  font-size: 18px;
  width: 70%;
}
body.page-amiibo #daily-bonus #daily-bonus-text .grad {
  line-height: 23px;
  display: block;
  font-weight: 600;
  margin: 0 0 3.5% 0;
}
body.page-amiibo #daily-bonus #daily-bonus-text .grad.title {
  line-height: 30px;
}
body.page-amiibo #daily-bonus #daily-bonus-text .summary {
  line-height: 1.4em;
}
body.page-amiibo #daily-bonus .rule {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-image: url('../img/global/rule.png');
  background-repeat: repeat;
  background-position: top left;
  margin: 15px 0;
}
body.page-amiibo .lowercase {
  font-family: 'Della Respira', 'Helvetica', 'Arial', sans-serif !important;
}
@media all and (max-width: 1100px) {
  
}
@media all and (max-width: 900px) {
  body.page-amiibo .text-margin {
    width: 80%;
  }
  body.page-amiibo .wrapper-center {
    width: 90%;
  }
  body.page-amiibo .page-wrapper {
    background-position-y: -64px;
    padding-top: 15%;
  }
  body.page-amiibo .page-wrapper #amiibo-intro {
    width: 100%;
  }
  body.page-amiibo .page-wrapper #amiibo-intro p {
    width: 100%;
  }
  body.page-amiibo .page-wrapper #amiibo-intro article .surfing-link {
    width: 100%;
    height: auto;
    left: auto;
    position: relative;
  }
  body.page-amiibo .page-wrapper #amiibo-intro .screen-container {
    width: 100%;
    position: relative;
  }
  body.page-amiibo .page-wrapper #amiibo-intro .screen-container figure.frame-container .game-screen {
    width: 100%;
    height: auto;
  }
  body.page-amiibo .page-wrapper #amiibo-intro .screen-container figure.frame-container .video-cta {
    display: block;
  }
  body.page-amiibo .page-wrapper #amiibo-intro .screen-container.video-button .large-thumb:after {
    background-image: url('../img/global/play_small.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 36px;
    height: 36px;
    right: 10px;
    top: 10px;
    left: auto;
    margin-left: 0;
    margin-top: 0;
  }
  body.page-amiibo .page-wrapper #amiibo-intro .screen-container .amiibo-cta {
    margin: 50px 0 0;
  }
  body.page-amiibo .page-wrapper #amiibo-intro .amiibo-links {
    position: relative;
    margin: 50px auto;
    display: block;
    height: auto;
    width: 90%;
    right: auto;
  }
  body.page-amiibo .page-wrapper #daily-bonus {
    background-image: none;
    margin: 0 auto;
  }
  body.page-amiibo .page-wrapper #daily-bonus #daily-bonus-art {
    margin: 20px auto 0;
    width: 220px;
    position: relative;
    top: auto;
    left: auto;
  }
  body.page-amiibo .page-wrapper #daily-bonus #daily-bonus-text {
    text-align: center;
    width: 100%;
    margin: 0;
  }
  body.page-amiibo .page-wrapper #daily-bonus #daily-bonus-text .title,
  body.page-amiibo .page-wrapper #daily-bonus #daily-bonus-text .subtitle {
    font-weight: 400;
  }
  body.page-amiibo .page-wrapper #daily-bonus #daily-bonus-text .title.subtitle,
  body.page-amiibo .page-wrapper #daily-bonus #daily-bonus-text .subtitle.subtitle {
    width: 87%;
    margin: 0 auto;
    font-size: 20px;
  }
  body.page-amiibo .page-wrapper #daily-bonus #daily-bonus-text .summary {
    line-height: 1.4;
    margin: 0 auto 20px;
    width: 90%;
    font-size: 18px;
  }
  body.page-amiibo .page-wrapper #daily-bonus #daily-bonus-text .release-info .grad {
    display: inline-block;
    line-height: 1.4;
  }
  body.page-amiibo .page-wrapper #daily-bonus .rule {
    display: none;
    visibility: hidden;
  }
  body.page-amiibo .page-wrapper #hylian-heroes #hylian-heroes-text {
    width: 100%;
  }
  body.page-amiibo .page-wrapper #hylian-heroes #hylian-heroes-text .title {
    font-size: 24px;
  }
  body.page-amiibo .page-wrapper #hylian-heroes #hylian-heroes-text .summary {
    width: 100%;
  }
  body.page-amiibo .page-wrapper #hylian-heroes #hylian-heroes-text .body.body-bottom > .summary {
    position: relative;
    left: initial;
    right: initial;
    margin-top: 0;
  }
}
@media all and (min-width: 715px) and (max-width: 900px) {
  body.page-amiibo #hylian-heroes .heroes-collection {
    width: 65%;
  }
}
@media all and (max-width: 450px) {
  body.page-amiibo .wrapper-center {
    width: 90%;
  }
  body.page-amiibo h1 {
    font-size: 26px;
  }
  body.page-amiibo .page-wrapper #amiibo-intro h1 {
    font-size: 31px;
  }
  body.page-amiibo .page-wrapper #daily-bonus #daily-bonus-art {
    position: relative;
    top: auto;
    left: auto;
  }
  body.page-amiibo .page-wrapper #daily-bonus #daily-bonus-text {
    text-align: center;
    width: 100%;
    margin: 0;
  }
  body.page-amiibo .page-wrapper #daily-bonus #daily-bonus-text .grad.subtitle {
    margin: 0 auto;
    font-size: 18px;
  }
  body.page-amiibo .page-wrapper #amiibo-intro {
    width: auto;
  }
  body.page-amiibo .page-wrapper #game-updates .version-summary > ul {
    list-style-type: none;
  }
  body.page-amiibo .page-wrapper #game-updates .version-summary > ul > li h1 {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 360px) {
  body.page-amiibo .page-wrapper #daily-bonus #daily-bonus-text .release-info .date .available {
    display: block;
  }
}
body.page-gameplay .page-wrapper {
  background-image: url('../img/gameplay/sky_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  text-align: left;
  color: #ffffff;
}
body.page-gameplay .wrapper-center {
  width: 100%;
  padding: 0 5%;
  max-width: 1140px;
}
body.page-gameplay .game-screen-section {
  margin: 0 0 140px 0;
}
body.page-gameplay .game-screen-section:last-child {
  margin-bottom: 0;
}
body.page-gameplay .screen-container {
  width: 44%;
  height: auto;
  margin: 0 2% 0 4%;
  position: relative;
  padding: 0;
  cursor: pointer;
  float: right;
}
body.page-gameplay .screen-container .artwork {
  display: block;
  position: absolute;
  z-index: 20;
}
body.page-gameplay .screen-container.video-button .large-thumb:after {
  content: '';
  display: block;
  width: 98px;
  height: 98px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -49px;
  margin-top: -49px;
  z-index: 10;
  background-image: url('../img/global/play.png');
  background-repeat: no-repeat;
  background-position: left top;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
body.page-gameplay #section-01 .artwork {
  width: 320px;
  height: 201px;
  background-image: url('../img/gameplay/screen_01_artwork.png');
  background-repeat: no-repeat;
  background-position: left top;
  bottom: -60px;
  left: -105px;
}
body.page-gameplay #section-02 .artwork {
  width: 360px;
  height: 235px;
  background-image: url('../img/gameplay/screen_02_artwork.png');
  background-repeat: no-repeat;
  background-position: left top;
  bottom: -74px;
  left: -145px;
}
body.page-gameplay #section-03 .artwork {
  width: 227px;
  height: 264px;
  background-image: url('../img/gameplay/screen_03_artwork.png');
  background-repeat: no-repeat;
  background-position: left top;
  bottom: -74px;
  left: -115px;
}
body.page-gameplay #section-04 .artwork {
  width: 164px;
  height: 204px;
  background-image: url('../img/gameplay/screen_04_artwork.png');
  background-repeat: no-repeat;
  background-position: left top;
  bottom: -70px;
  left: -65px;
}
body.page-gameplay .screen-info {
  width: 46%;
  margin-right: 4%;
  padding: 0 0 0 2%;
  text-align: left;
  float: right;
  z-index: 0;
}
body.page-gameplay .screen-info h3 {
  font-size: 30px;
  margin: 0 0 20px 0;
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  background-color: #f9e2a9;
  background-image: -ms-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -moz-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -o-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,#f9e2a9),color-stop(1,#cf9741));
  background-image: -webkit-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: linear-gradient(to bottom,#f9e2a9 0%,#cf9741 100%);
  color: #cf9741;
}
body.page-gameplay .screen-info h3:after {
  background: none;
  content: attr(data-text);
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  text-shadow: 1px 2px 2px #000000;
}
body.page-gameplay .screen-info p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 30px 0;
  padding: 0;
}
body.page-gameplay .screen-info .mini-thumbs {
  margin: 10px auto;
  font-size: 0;
  width: 100%;
  left: 0;
  right: 0;
}
body.page-gameplay .screen-info .mini-thumbs .mini-thumb-container {
  width: 30%;
  height: auto;
  border-color: #84643d;
  border-width: 2px;
  border-style: solid;
  position: relative;
  display: inline-block;
  margin: 0 5% 0 0;
}
body.page-gameplay .screen-info .mini-thumbs .mini-thumb-container:last-child {
  margin-right: 0;
}
body.page-gameplay .screen-info .mini-thumbs .mini-thumb-container:after {
  content: '';
  display: block;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 8px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 8px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 8px 1px rgba(0, 0, 0, 0.5);
}
body.page-gameplay .screen-info .mini-thumbs .mini-thumb-container img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
}
body.page-gameplay #coop {
  background-image: url('../img/gameplay/coop_haze_bg.png');
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: auto;
  position: relative;
  overflow-x: hidden;
  text-align: center;
}
body.page-gameplay #coop .wrapper-center {
  height: auto;
  padding-top: 550px;
}
body.page-gameplay #coop .wrapper-center p {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.page-gameplay #coop .artwork {
  display: block;
  position: absolute;
}
body.page-gameplay #coop #coop-tv {
  background-image: url('../img/gameplay/coop_tv.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 359px;
  height: 242px;
  left: 50%;
  margin-left: -329px;
  top: 180px;
  z-index: 10;
}
body.page-gameplay #coop #coop-controller-left {
  background-image: url('../img/gameplay/coop_controller_left.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 355px;
  height: 230px;
  left: 50%;
  margin-left: -380px;
  top: 340px;
  z-index: 20;
}
body.page-gameplay #coop #coop-controller-right {
  background-image: url('../img/gameplay/coop_controller_right.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 353px;
  height: 244px;
  left: 50%;
  margin-left: 7px;
  top: 325px;
  z-index: 20;
}
body.page-gameplay #coop #coop-link {
  background-image: url('../img/gameplay/coop_link.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 266px;
  height: 397px;
  left: 50%;
  margin-left: 161px;
  top: 140px;
  z-index: 15;
}
body.page-gameplay #coop #coop-zelda {
  background-image: url('../img/gameplay/coop_zelda.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 291px;
  height: 389px;
  left: 50%;
  margin-left: -30px;
  top: 145px;
  z-index: 15;
}
body.page-gameplay #coop h3 {
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  background-color: #f9e2a9;
  background-image: -ms-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -moz-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -o-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,#f9e2a9),color-stop(1,#cf9741));
  background-image: -webkit-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: linear-gradient(to bottom,#f9e2a9 0%,#cf9741 100%);
  color: #cf9741;
  font-size: 30px;
  margin: 0 0 10px;
}
body.page-gameplay #coop p {
  padding: 0 10%;
}
body.page-gameplay #coop .legal {
  font-size: 13px;
  margin-bottom: 50px;
}
body.page-gameplay #gallery-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  z-index: 101;
  display: none;
}
body.page-gameplay #gallery-bg {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: none;
}
@media all and (max-width: 1000px) {
  body.page-gameplay .screen-container .artwork {
    display: none;
  }
}
@media all and (max-width: 640px) {
  body.page-gameplay .game-screen-section {
    position: relative;
    padding-bottom: 30%;
    margin: 0 0 50px 0;
  }
  body.page-gameplay .mini-thumbs {
    position: absolute;
    bottom: 0;
  }
  body.page-gameplay .screen-container,
  body.page-gameplay .screen-info {
    width: 100%;
    margin: 0;
  }
  body.page-gameplay .screen-container .artwork,
  body.page-gameplay .screen-info .artwork {
    display: none;
  }
  body.page-gameplay .screen-info {
    text-align: center;
    margin: 0;
    padding: 0;
  }
  body.page-gameplay .screen-info p {
    padding-right: 0;
  }
  body.page-gameplay #coop {
    background-image: url('../img/gameplay/coop_haze_bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 744px;
    height: 314px;
    background-size: 744px 314px;
    width: 100%;
    height: auto;
  }
  body.page-gameplay #coop .wrapper-center {
    padding-top: 310px;
  }
  body.page-gameplay #coop #coop-tv {
    width: 179.5px;
    height: 121px;
    background-size: 179.5px 121px;
    left: 50%;
    margin-left: -164.5px;
    top: 90px;
  }
  body.page-gameplay #coop #coop-controller-left {
    width: 177.5px;
    height: 115px;
    background-size: 177.5px 115px;
    left: 50%;
    margin-left: -190px;
    top: 170px;
  }
  body.page-gameplay #coop #coop-controller-right {
    width: 176.5px;
    height: 122px;
    background-size: 176.5px 122px;
    left: 50%;
    margin-left: -3.5px;
    top: 162.5px;
  }
  body.page-gameplay #coop #coop-link {
    width: 133px;
    height: 198.5px;
    background-size: 133px 198.5px;
    left: 50%;
    margin-left: 80.5px;
    top: 70px;
  }
  body.page-gameplay #coop #coop-zelda {
    width: 145.5px;
    height: 194.5px;
    background-size: 145.5px 194.5px;
    left: 50%;
    margin-left: -15px;
    top: 72.5px;
  }
}
body.page-characters .page-wrapper {
  background-image: url('../img/characters/flames_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  color: #ffffff;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
body.page-characters .wrapper-center {
  width: 100%;
  max-width: 1140px;
}
body.page-characters #characters-intro {
  padding: 185px 0 30px 0;
  width: 80%;
  margin: 0 auto;
  max-width: 674px;
  z-index: 0;
  position: relative;
}
body.page-characters #characters-intro h1 {
  background-image: url('../img/global/stone_text_bg.jpg');
  background-repeat: repeat;
  background-position: left top;
  color: #cf9741;
}
body.page-characters #characters-intro h1:after {
  background: none;
  content: attr(data-text);
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  text-shadow: 1px 2px 2px #000000;
  width: 100%;
}
body.page-characters #characters-intro p {
  color: rgba(248, 246, 240, 0.9);
  margin: 20px 0 0;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
}
body.page-characters .character-thumbs {
  font-size: 0;
  margin-bottom: 80px;
  cursor: pointer;
}
body.page-characters .character-thumbs .char-container {
  display: block;
  float: left;
  margin-bottom: -30px;
  width: 25%;
  position: relative;
}
body.page-characters .character-thumbs .ss {
  background-image: url('../img/characters/spritesheet.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 553px;
  height: 561px;
  position: absolute;
  z-index: 5;
  left: -136px;
  top: -75px;
}
body.page-characters .character-thumbs .char-thumb {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
  -webkit-transition: 0.1s, top;
  -moz-transition: 0.1s, top;
  -ms-transition: 0.1s, top;
  -o-transition: 0.1s, top;
  transition: 0.1s, top;
  top: 0;
}
body.page-characters .character-thumbs .char-thumb.hoverable:hover {
  top: -7px;
}
body.page-characters .character-thumbs .char-thumb img {
  width: 100%;
  position: relative;
  z-index: 15;
}
body.page-characters .character-thumbs .char-thumb .white-hover {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: 0.1s opacity linear;
  -moz-transition: 0.1s opacity linear;
  -ms-transition: 0.1s opacity linear;
  -o-transition: 0.1s opacity linear;
  transition: 0.1s opacity linear;
  filter: brightness(3);
  -webkit-filter: brightness(3);
  -moz-filter: brightness(3);
}
body.page-characters .character-thumbs .char-thumb .frame-hover {
  position: absolute;
  left: -13px;
  bottom: -5px;
  width: 294px;
  height: 294px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 12;
}
body.page-characters .character-thumbs .char-thumb.hover .white-hover,
body.page-characters .character-thumbs .char-thumb.hover .frame-hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
body.page-characters .character-thumbs .char-label {
  font-size: 18px;
  font-family: 'Della Respira', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  margin: 10px 0 20px 0;
  display: inline-block;
  position: relative;
  z-index: 100;
}
body.page-characters .character-thumbs .char-label:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
body.page-characters #enemies {
  margin: 0 0 100px 0;
}
body.page-characters .anchient-text-rule {
  margin-bottom: 50px;
}
@media all and (max-width: 1150px) {
  body.page-characters .character-thumbs .char-container .frame-hover {
    display: none;
  }
}
@media all and (max-width: 920px) {
  body.page-characters .character-thumbs .char-container .ss {
    left: -174px;
    top: -135px;
  }
}
@media all and (max-width: 800px) {
  body.page-characters .character-thumbs .char-container {
    width: 33.3%;
  }
  body.page-characters .character-thumbs .char-container .ss {
    left: -168px;
    top: -115px;
  }
}
@media all and (max-width: 620px) {
  body.page-characters .character-thumbs .char-container .ss {
    left: -194px;
    top: -150px;
  }
}
@media all and (max-width: 500px) {
  body.page-characters .wrapper-center {
    width: 100%;
    padding: 0 5%;
  }
  body.page-characters #characters-intro {
    width: 100%;
  }
  body.page-characters .character-thumbs .char-container {
    width: 50%;
  }
  body.page-characters .character-thumbs .char-container .ss {
    display: none;
  }
}
.character-modal {
  position: absolute;
  height: 100%;
  color: #fff;
  top: 0;
  left: 0;
}
.character-modal .modal-content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
}
.character-modal .modal-content .modal-character-container {
  width: 1032px;
  height: auto;
  z-index: 200;
  margin: 0 auto;
}
.character-modal .modal-content .content-wrapper {
  background-image: url('../img/global/character_modal_bg.png');
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  width: 1032px;
  height: 691px;
}
.character-modal .modal-content .modal-bg {
  z-index: -1;
  position: fixed;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.character-modal .modal-character-container {
  padding-top: 120px;
  position: relative;
}
.character-modal .modal-character-container .modal-navigation {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  top: 0;
  font-size: 18px;
  z-index: 100;
}
.character-modal .modal-character-container .modal-navigation a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.character-modal .modal-character-container .modal-navigation .grad {
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  background-color: #f9e2a9;
  background-image: -ms-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -moz-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -o-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,#f9e2a9),color-stop(1,#cf9741));
  background-image: -webkit-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: linear-gradient(to bottom,#f9e2a9 0%,#cf9741 100%);
  color: #cf9741;
  position: relative;
}
.character-modal .modal-character-container .modal-navigation .hr {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 35px;
  background-color: rgba(149, 123, 77, 0);
  background-image: -ms-linear-gradient(left, rgba(149, 123, 77, 0) 0%, #957b4d 20%, #957b4d 80%, rgba(149, 123, 77, 0) 100%);
  background-image: -moz-linear-gradient(left, rgba(149, 123, 77, 0) 0%, #957b4d 20%, #957b4d 80%, rgba(149, 123, 77, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(149, 123, 77, 0) 0%, #957b4d 20%, #957b4d 80%, rgba(149, 123, 77, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(149, 123, 77, 0)), color-stop(0.2, #957b4d), color-stop(0.8, #957b4d), color-stop(1, rgba(149, 123, 77, 0)));
  background-image: -webkit-linear-gradient(left, rgba(149, 123, 77, 0) 0%, #957b4d 20%, #957b4d 80%, rgba(149, 123, 77, 0) 100%);
  background-image: linear-gradient(to right, rgba(149, 123, 77, 0) 0%, #957b4d 20%, #957b4d 80%, rgba(149, 123, 77, 0) 100%);
}
.character-modal .modal-character-container .modal-navigation .title {
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
}
.character-modal .modal-character-container .modal-navigation .prev-char {
  position: absolute;
  left: 0;
  top: 50px;
  display: inline-block;
  padding: 0 0 0 20px;
}
.character-modal .modal-character-container .modal-navigation .prev-char:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #caa768;
  position: absolute;
  left: 0;
  top: 2px;
}
.character-modal .modal-character-container .modal-navigation .next-char {
  position: absolute;
  right: 0;
  top: 50px;
  display: inline-block;
  text-align: right;
  padding: 0 20px 0 0;
}
.character-modal .modal-character-container .modal-navigation .next-char:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #caa768;
  position: absolute;
  right: 0;
  top: 2px;
}
.character-modal .modal-character-container .modal-navigation .modal-close-button {
  top: 0;
}
.character-modal .modal-character-container .modal-navigation .modal-close-button .copy {
  top: 0;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
}
.character-modal .content-wrapper {
  position: relative;
}
.character-modal .content-wrapper .character-artwork {
  position: absolute;
}
.character-modal .content-wrapper .right-content {
  position: absolute;
  left: 495px;
  top: 0;
  font-size: 0;
  padding-top: 70px;
  z-index: 0;
  width: 471px;
  height: 555px;
  padding-bottom: 40px;
}
.character-modal .content-wrapper .right-content h3 {
  font-size: 36px;
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  background-color: #f9e2a9;
  background-image: -ms-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -moz-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -o-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,#f9e2a9),color-stop(1,#cf9741));
  background-image: -webkit-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: linear-gradient(to bottom,#f9e2a9 0%,#cf9741 100%);
  color: #cf9741;
  position: relative;
  margin: 0 0 15px 0;
}
.character-modal .content-wrapper .right-content p {
  margin: 0 0 30px 0;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
  color: rgba(248, 246, 240, 0.9);
  padding: 0 30px 0 0;
}
.character-modal .content-wrapper .right-content .main-image-container {
  width: 445px;
  min-height: 180px;
  height: auto;
  border: 2px solid #84643d;
  position: relative;
  float: left;
  margin: 0 0 30px 0;
  background: #000;
}
.character-modal .content-wrapper .right-content .main-image-container .main-image {
  width: 100%;
}
.character-modal .content-wrapper .right-content .main-image-container .large-thumb {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.character-modal .content-wrapper .right-content .main-image-container:after {
  content: '';
  display: block;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 8px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 8px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 8px 1px rgba(0, 0, 0, 0.5);
}
.character-modal .content-wrapper .right-content .main-image-container object {
  position: relative;
  z-index: 100;
}
.character-modal .content-wrapper .right-content .thumbs {
  position: relative;
}
.character-modal .content-wrapper .right-content .thumbs .thumb {
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0 23px 0 0;
  border: 2px solid #84643d;
}
.character-modal .content-wrapper .right-content .thumbs .thumb img {
  width: 130px;
  height: auto;
  position: relative;
  float: left;
}
.character-modal .content-wrapper .right-content .thumbs .thumb img:after {
  content: '';
  display: block;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 8px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 8px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 8px 1px rgba(0, 0, 0, 0.5);
}
.character-modal .content-wrapper .right-content .thumbs .thumb.active {
  border: 2px solid #fff;
}
.character-modal .content-wrapper .right-content .thumbs .thumb.video:after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  background-image: url('../img/global/play_small.png');
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -18px;
  z-index: 20;
}
.character-modal .content-wrapper .right-content .thumbs img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
#link-modal-content .character-artwork {
  background-image: url('../img/characters/large/link_large.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 616px;
  height: 971px;
  left: -70px;
  top: -150px;
}
#impa-modal-content .character-artwork {
  background-image: url('../img/characters/large/impa_large.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 474px;
  height: 969px;
  left: 10px;
  top: -150px;
}
#zelda-modal-content .character-artwork {
  background-image: url('../img/characters/large/zelda_large.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 858px;
  height: 955px;
  left: -180px;
  top: -150px;
}
#lana-modal-content .character-artwork {
  background-image: url('../img/characters/large/lana_large.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 730px;
  height: 963px;
  left: -160px;
  top: -150px;
}
#sheik-modal-content .character-artwork {
  background-image: url('../img/characters/large/sheik_large.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 533px;
  height: 966px;
  left: -40px;
  top: -150px;
}
#darunia-modal-content .character-artwork {
  background-image: url('../img/characters/large/darunia_large.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 683px;
  height: 958px;
  left: -100px;
  top: -140px;
}
#princess-ruto-modal-content .character-artwork {
  background-image: url('../img/characters/large/princess-ruto_large.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 666px;
  height: 969px;
  left: -70px;
  top: -150px;
}
#midna-modal-content .character-artwork {
  background-image: url('../img/characters/large/midna_large.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 834px;
  height: 895px;
  left: -230px;
  top: -120px;
}
#agitha-modal-content .character-artwork {
  background-image: url('../img/characters/large/agitha_large.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 576px;
  height: 971px;
  left: -40px;
  top: -160px;
}
#fi-modal-content .character-artwork {
  background-image: url('../img/characters/large/fi_large.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 746px;
  height: 924px;
  left: -60px;
  top: -140px;
}
#zant-modal-content .character-artwork {
  background-image: url('../img/characters/large/zant_large.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 706px;
  height: 691px;
  left: -120px;
  top: -40px;
}
#ghirahim-modal-content .character-artwork {
  background-image: url('../img/characters/large/ghirahim_large.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 764px;
  height: 719px;
  left: -240px;
  top: -40px;
}
#ganondorf-modal-content .character-artwork {
  background-image: url('../img/characters/large/ganondorf_large.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 700px;
  height: 966px;
  left: -120px;
  top: -150px;
}
#cia-modal-content .character-artwork {
  background-image: url('../img/characters/large/cia_large.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 605px;
  height: 968px;
  left: -60px;
  top: -160px;
}
#volga-modal-content .character-artwork {
  background-image: url('../img/characters/large/volga_large.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 714px;
  height: 974px;
  left: -120px;
  top: -150px;
}
#wizzro-modal-content .character-artwork {
  background-image: url('../img/characters/large/wizzro_large.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 759px;
  height: 734px;
  left: -150px;
  top: -70px;
}
#king-dodongo-modal-content .character-artwork {
  background-image: url('../img/characters/large/king-dodongo_large.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 777px;
  height: 630px;
  left: -160px;
  top: -10px;
}
#gohma-modal-content .character-artwork {
  background-image: url('../img/characters/large/gohma_large.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 843px;
  height: 621px;
  left: -200px;
  top: -30px;
}
#manhandla-modal-content .character-artwork {
  background-image: url('../img/characters/large/manhandla_large.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 678px;
  height: 549px;
  left: -100px;
  top: 20px;
}
#argorok-modal-content .character-artwork {
  background-image: url('../img/characters/large/argorok_large.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 914px;
  height: 830px;
  left: -290px;
  top: -150px;
}
#the-imprisoned-modal-content .character-artwork {
  background-image: url('../img/characters/large/the-imprisoned_large.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 718px;
  height: 862px;
  left: -150px;
  top: -150px;
}
@media all and (max-width: 1050px) {
  .modal-wrapper {
    z-index: 2000;
  }
  .modal-wrapper .modal-content .modal-character-container {
    margin-top: 0 !important;
    padding-top: 0;
    width: 100%;
  }
  .modal-wrapper .modal-content .modal-character-container .modal-navigation {
    height: 0;
  }
  .modal-wrapper .modal-content .modal-character-container .modal-navigation .title,
  .modal-wrapper .modal-content .modal-character-container .modal-navigation .hr {
    display: none;
  }
  .modal-wrapper .modal-content .modal-character-container .modal-navigation .modal-close-button {
    top: 15px;
    right: 25px;
  }
  .modal-wrapper .modal-content .modal-character-container .modal-navigation .modal-nav {
    font-size: 0;
    position: absolute;
    bottom: 0;
    top: 450px;
    display: block;
    width: 50px;
    height: 50px;
  }
  .modal-wrapper .modal-content .modal-character-container .modal-navigation .modal-nav:before {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
  }
  .modal-wrapper .modal-content .modal-character-container .modal-navigation .modal-nav.prev-char {
    left: 20px;
  }
  .modal-wrapper .modal-content .modal-character-container .modal-navigation .modal-nav.prev-char:before {
    border-right: 16px solid #caa768;
  }
  .modal-wrapper .modal-content .modal-character-container .modal-navigation .modal-nav.next-char {
    right: 20px;
  }
  .modal-wrapper .modal-content .modal-character-container .modal-navigation .modal-nav.next-char:before {
    border-left: 16px solid #caa768;
  }
  .modal-wrapper .modal-content .modal-character-container .content-wrapper {
    background: transparent;
    background-image: none;
    text-align: center;
    width: 100%;
    height: auto;
  }
  .modal-wrapper .modal-content .modal-character-container .content-wrapper .character-artwork {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    margin: 0 auto;
    width: 445px !important;
    height: 445px !important;
  }
  .modal-wrapper .modal-content .modal-character-container .content-wrapper .right-content {
    padding-top: 0;
    margin: -80px auto 0;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    width: 80%;
    height: auto;
  }
  .modal-wrapper .modal-content .modal-character-container .content-wrapper .right-content p {
    padding: 0 5% 0;
    max-width: 600px;
    margin: 0 auto 20px;
  }
  .modal-wrapper .modal-content .modal-character-container .content-wrapper .right-content .main-image-container,
  .modal-wrapper .modal-content .modal-character-container .content-wrapper .right-content .thumbs {
    position: relative;
    top: 0;
  }
  .modal-wrapper .modal-content .modal-character-container .content-wrapper .right-content .main-image-container {
    float: none;
    margin: 0 auto 20px;
  }
  .modal-wrapper .modal-content .modal-character-container .content-wrapper .right-content .thumb {
    margin: 0 14px 0;
  }
  #link-modal-content .character-artwork {
    background-image: url('../img/characters/large_mobile/link_large_mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
  #impa-modal-content .character-artwork {
    background-image: url('../img/characters/large_mobile/impa_large_mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
  #zelda-modal-content .character-artwork {
    background-image: url('../img/characters/large_mobile/zelda_large_mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
  #lana-modal-content .character-artwork {
    background-image: url('../img/characters/large_mobile/lana_large_mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
  #sheik-modal-content .character-artwork {
    background-image: url('../img/characters/large_mobile/sheik_large_mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
  #darunia-modal-content .character-artwork {
    background-image: url('../img/characters/large_mobile/darunia_large_mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
  #princess-ruto-modal-content .character-artwork {
    background-image: url('../img/characters/large_mobile/princess-ruto_large_mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
  #midna-modal-content .character-artwork {
    background-image: url('../img/characters/large_mobile/midna_large_mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
  #agitha-modal-content .character-artwork {
    background-image: url('../img/characters/large_mobile/agitha_large_mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
  #fi-modal-content .character-artwork {
    background-image: url('../img/characters/large_mobile/fi_large_mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
  #zant-modal-content .character-artwork {
    background-image: url('../img/characters/large_mobile/zant_large_mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
  #ghirahim-modal-content .character-artwork {
    background-image: url('../img/characters/large_mobile/ghirahim_large_mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
  #ganondorf-modal-content .character-artwork {
    background-image: url('../img/characters/large_mobile/ganondorf_large_mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
  #cia-modal-content .character-artwork {
    background-image: url('../img/characters/large_mobile/cia_large_mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
  #volga-modal-content .character-artwork {
    background-image: url('../img/characters/large_mobile/volga_large_mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
  #wizzro-modal-content .character-artwork {
    background-image: url('../img/characters/large_mobile/wizzro_large_mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
  #king-dodongo-modal-content .character-artwork {
    background-image: url('../img/characters/large_mobile/king-dodongo_large_mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
  #gohma-modal-content .character-artwork {
    background-image: url('../img/characters/large_mobile/gohma_large_mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
  #manhandla-modal-content .character-artwork {
    background-image: url('../img/characters/large_mobile/manhandla_large_mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
  #argorok-modal-content .character-artwork {
    background-image: url('../img/characters/large_mobile/argorok_large_mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
  #the-imprisoned-modal-content .character-artwork {
    background-image: url('../img/characters/large_mobile/the-imprisoned_large_mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
  }
}
@media all and (max-width: 640px) {
  .modal-wrapper .modal-content .modal-character-container .modal-navigation .modal-nav {
    display: none;
  }
  .modal-wrapper .modal-content .modal-character-container .content-wrapper .right-content {
    width: 100%;
  }
  .modal-wrapper .modal-content .modal-character-container .content-wrapper .right-content .main-image-container {
    border: none;
    width: 100%;
  }
  .modal-wrapper .modal-content .modal-character-container .content-wrapper .right-content .main-image-container a {
    top: 120%;
  }
  .modal-wrapper .modal-content .modal-character-container .content-wrapper .right-content .main-image-container a.left-arrow {
    left: 50%;
    margin-left: -80px;
  }
  .modal-wrapper .modal-content .modal-character-container .content-wrapper .right-content .main-image-container a.right-arrow {
    right: 50%;
    margin-right: -80px;
  }
  .modal-wrapper .modal-content .modal-character-container .content-wrapper .right-content .thumbs {
    display: none;
  }
}
@media all and (max-width: 445px) {
  .modal-wrapper .modal-content .modal-character-container .content-wrapper .character-artwork {
    width: 100% !important;
    background-position: center top !important;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.01) {
  .modal-close {
    top: 20px;
    right: 10px;
  }
  .modal-close .copy {
    top: 0;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
  }
}
body.page-battlefields .page-wrapper {
  background-image: url('../img/battlefields/hyrule_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  color: #ffffff;
}
body.page-battlefields .wrapper-center {
  width: 100%;
  padding: 0 5%;
  max-width: 1140px;
}
body.page-battlefields .game-screen-section {
  margin: 0 0 140px 0;
}
body.page-battlefields .game-screen-section:last-child {
  margin-bottom: 0;
}
body.page-battlefields .screen-container {
  width: 44%;
  height: auto;
  margin: 0 2% 0 4%;
  position: relative;
  padding: 0;
  cursor: pointer;
  float: right;
}
body.page-battlefields .screen-container .artwork {
  display: block;
  position: absolute;
  z-index: 20;
}
body.page-battlefields #section-01 .artwork {
  width: 381px;
  height: 444px;
  background-image: url('../img/battlefields/screen_01_artwork.png');
  background-repeat: no-repeat;
  background-position: left top;
  bottom: -96px;
  left: -132px;
}
body.page-battlefields #section-02 .artwork {
  width: 421px;
  height: 413px;
  background-image: url('../img/battlefields/screen_02_artwork.png');
  background-repeat: no-repeat;
  background-position: left top;
  bottom: -81px;
  left: -141px;
}
body.page-battlefields #section-03 .artwork {
  width: 390px;
  height: 421px;
  background-image: url('../img/battlefields/screen_03_artwork.png');
  background-repeat: no-repeat;
  background-position: left top;
  bottom: -78px;
  left: -205px;
}
body.page-battlefields #section-04 .artwork {
  width: 345px;
  height: 455px;
  background-image: url('../img/battlefields/screen_04_artwork.png');
  background-repeat: no-repeat;
  background-position: left top;
  bottom: -166px;
  left: -55px;
}
body.page-battlefields .screen-info {
  width: 46%;
  margin-right: 2%;
  padding: 0 0 0 4%;
  text-align: left;
  float: right;
  z-index: 0;
}
body.page-battlefields .screen-info h3 {
  font-size: 30px;
  margin: 0 0 20px 0;
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  background-color: #f9e2a9;
  background-image: -ms-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -moz-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -o-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,#f9e2a9),color-stop(1,#cf9741));
  background-image: -webkit-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: linear-gradient(to bottom,#f9e2a9 0%,#cf9741 100%);
  color: #cf9741;
}
body.page-battlefields .screen-info h3 span {
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 23px;
}
body.page-battlefields .screen-info p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 30px 0;
  padding: 0;
}
body.page-battlefields .screen-info .mini-thumbs {
  margin: 10px auto;
  font-size: 0;
  width: 100%;
  left: 0;
  right: 0;
}
body.page-battlefields .screen-info .mini-thumbs .mini-thumb-container {
  width: 30%;
  height: auto;
  border-color: #84643d;
  border-width: 2px;
  border-style: solid;
  position: relative;
  display: inline-block;
  margin: 0 5% 0 0;
}
body.page-battlefields .screen-info .mini-thumbs .mini-thumb-container:last-child {
  margin-right: 0;
}
body.page-battlefields .screen-info .mini-thumbs .mini-thumb-container:after {
  content: '';
  display: block;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 8px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 8px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 8px 1px rgba(0, 0, 0, 0.5);
}
body.page-battlefields .screen-info .mini-thumbs .mini-thumb-container img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
}
body.page-battlefields #adventure {
  background-image: url('../img/battlefields/haze_bg.png');
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: auto;
  position: relative;
  overflow-x: hidden;
  padding: 0 0 50px 0;
}
body.page-battlefields #adventure .wrapper-center {
  height: auto;
  padding-top: 570px;
}
body.page-battlefields #adventure .artwork {
  display: block;
  position: absolute;
}
body.page-battlefields #adventure #adventure-map {
  background-image: url('../img/battlefields/adventure_map.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 1125px;
  height: 528px;
  left: 50%;
  margin-left: -562px;
  top: 80px;
  z-index: 10;
}
body.page-battlefields #adventure h3 {
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  background-color: #f9e2a9;
  background-image: -ms-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -moz-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -o-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,#f9e2a9),color-stop(1,#cf9741));
  background-image: -webkit-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: linear-gradient(to bottom,#f9e2a9 0%,#cf9741 100%);
  color: #cf9741;
  font-size: 30px;
  margin: 0 0 10px;
}
body.page-battlefields #adventure p {
  padding: 0 10%;
}
body.page-battlefields #adventure .legal {
  font-size: 13px;
  margin-bottom: 50px;
}
body.page-battlefields #gallery-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  z-index: 101;
  display: none;
}
body.page-battlefields #gallery-bg {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: none;
}
@media all and (max-width: 1000px) {
  body.page-battlefields .screen-container .artwork {
    display: none;
  }
}
@media all and (max-width: 640px) {
  body.page-battlefields .game-screen-section {
    position: relative;
    padding-bottom: 30%;
    margin: 0 0 50px 0;
  }
  body.page-battlefields .game-screen-section:last-child {
    margin-bottom: 20px;
  }
  body.page-battlefields .mini-thumbs {
    position: absolute;
    bottom: 0;
  }
  body.page-battlefields .screen-container,
  body.page-battlefields .screen-info {
    width: 100%;
    margin: 0;
  }
  body.page-battlefields .screen-container .artwork,
  body.page-battlefields .screen-info .artwork {
    display: none;
  }
  body.page-battlefields .screen-info {
    text-align: center;
    margin: 0;
    padding: 0;
  }
  body.page-battlefields .screen-info p {
    padding-right: 0;
  }
  body.page-battlefields #adventure {
    background-image: url('../img/battlefields/haze_bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 744px;
    height: 314px;
    background-size: 744px 314px;
    width: 100%;
    height: auto;
  }
  body.page-battlefields #adventure .wrapper-center {
    padding-top: 310px;
  }
  body.page-battlefields #adventure #adventure-map {
    background-image: url('../img/battlefields/mobile-adventure_map.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 487.5px;
    height: 247px;
    background-size: 487.5px 247px;
    left: 50%;
    margin-left: -243.75px;
    top: 85px;
  }
}
body.page-gallery .page-wrapper {
  background-image: url('../img/gallery/gallery.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  width: 100%;
}
body.page-gallery .wrapper-center {
  width: 90%;
  padding: 0 5%;
  max-width: 1140px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
body.page-gallery .intro-section {
  padding-bottom: 60px;
}
body.page-gallery .swirly {
  display: none;
}
body.page-gallery #videos {
  margin: 0 0 60px;
}
body.page-gallery .row {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 0 20px 0;
}
body.page-gallery .row .col {
  width: 49%;
  float: left;
  height: auto;
}
body.page-gallery .row .col.left {
  margin: 0 1% 0 0;
}
body.page-gallery .row .col.right {
  margin: 0 0 0 1%;
  margin-left: 51%;
}
body.page-gallery .image-container {
  position: relative;
  cursor: pointer;
}
body.page-gallery .image-container img {
  display: block;
  width: 100%;
  height: auto;
}
body.page-gallery .image-container.large {
  height: auto;
}
body.page-gallery .image-container.large:after {
  content: '';
  display: block;
  width: 98px;
  height: 98px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -49px;
  margin-top: -49px;
  z-index: 10;
  background-image: url('../img/global/play.png');
  background-repeat: no-repeat;
  background-position: left top;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-backface-visibility: hidden;
}
body.page-gallery .image-container.small {
  height: 48%;
  width: 49%;
  overflow: hidden;
  position: absolute;
}
body.page-gallery .image-container.small.right {
  right: 0;
}
body.page-gallery .image-container.small.top {
  top: 0;
}
body.page-gallery .image-container.small.bottom {
  bottom: 0;
  top: inherit !important;
}
body.page-gallery .image-container.small.left {
  left: 0;
}
body.page-gallery .image-container.small.bottom:hover {
  bottom: 5px;
}
body.page-gallery .image-container.small img {
  position: absolute;
  left: 0;
  top: 0;
}
body.page-gallery .image-container.small:after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  background-image: url('../img/global/play_small.png');
  background-repeat: no-repeat;
  background-position: left top;
}
body.page-gallery h3 {
  font-size: 30px;
  margin: 0 0 40px 0;
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  background-color: #f9e2a9;
  background-image: -ms-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -moz-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -o-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,#f9e2a9),color-stop(1,#cf9741));
  background-image: -webkit-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: linear-gradient(to bottom,#f9e2a9 0%,#cf9741 100%);
  color: #cf9741;
}
body.page-gallery h3:after {
  background: none;
  content: attr(data-text);
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  text-shadow: 1px 2px 2px #000000;
}
body.page-gallery #wallpapers,
body.page-gallery #profile-pictures {
  width: 42%;
  height: auto;
  margin: 50px 3% 60px;
  position: relative;
  padding: 0;
}
body.page-gallery #wallpapers {
  float: left;
}
body.page-gallery #wallpapers .frame-container {
  -webkit-backface-visibility: hidden;
}
body.page-gallery #wallpapers .frame-container span {
  display: none;
}
body.page-gallery #wallpapers .frame-container .game-screen {
  display: none;
}
body.page-gallery #wallpapers .frame-container .game-screen.active {
  display: block;
}
body.page-gallery #wallpapers .pager {
  display: none;
}
body.page-gallery #wallpapers #download-links {
  text-align: left;
  margin: 30px 0;
}
body.page-gallery #wallpapers #download-links #desktop-download-wrap {
  display: block;
}
body.page-gallery #wallpapers #download-links #mobile-download-wrap {
  display: none;
}
body.page-gallery #wallpapers #download-links .wp-container {
  display: none;
}
body.page-gallery #wallpapers #download-links .wp-container.active {
  display: block;
}
body.page-gallery #wallpapers #download-links .wrap {
  width: 33%;
  float: left;
}
body.page-gallery #wallpapers #download-links .wrap.devices {
  width: 60%;
  margin-left: 7%;
}
body.page-gallery #wallpapers #download-links .wrap a {
  display: block;
  color: #d2ae6b;
  font-size: 18px;
  line-height: 26px;
}
body.page-gallery #wallpapers #download-links #desktop-download-wrap .wrap a:hover {
  color: #ffffff;
}
body.page-gallery #profile-pictures {
  float: right;
}
body.page-gallery #profile-pictures .mobile-pp {
  display: none;
}
body.page-gallery #profile-pictures .portrait-container {
  width: 32%;
  height: auto;
  float: left;
  margin: 0 1% 1% 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
body.page-gallery #profile-pictures .portrait-container img {
  width: 100%;
  height: auto;
  display: block;
}
body.page-gallery #profile-pictures .portrait-container a {
  display: block;
  color: #d2ae6b;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: 0.2s all ease-out;
  -moz-transition: 0.2s all ease-out;
  -ms-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
body.page-gallery #profile-pictures .portrait-container a span {
  height: 10px;
  display: block;
  vertical-align: middle;
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -5px;
}
body.page-gallery #profile-pictures .portrait-container.hoverable:hover a,
body.page-gallery #profile-pictures .portrait-container.active a {
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
body.page-gallery footer {
  -webkit-backface-visibility: hidden;
}
@media all and (max-width: 1000px) {
  body.page-gallery #wallpapers #download-links .wrap a {
    font-size: 16px;
  }
}
@media all and (max-width: 800px) {
  body.page-gallery .wrapper-center {
    max-width: calc(581px + 10%);
    max-width: -webkit-calc(581px + 10%);
  }
  body.page-gallery .row {
    margin: 0;
  }
  body.page-gallery .row .col {
    width: 100%;
  }
  body.page-gallery .row .col.left,
  body.page-gallery .row .col.right {
    margin: 0 auto;
  }
  body.page-gallery .image-container {
    margin: 0 auto 20px;
  }
  body.page-gallery .image-container.large {
    width: 100%;
  }
  body.page-gallery .image-container.large.right-side {
    margin-left: auto;
  }
  body.page-gallery .image-container.large:after {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 10px;
    top: 10px;
    left: auto;
    z-index: 10;
    background-image: url('../img/global/play_small.png');
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 0;
    margin-top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  body.page-gallery .image-container.small {
    height: auto;
    width: 100%;
    overflow: visible;
    position: relative;
  }
  body.page-gallery .image-container.small img {
    position: relative;
    left: 0;
    top: 0;
  }
  body.page-gallery .anchient-text-rule.hide-on-mobile {
    display: none;
  }
  body.page-gallery .swirly {
    display: block;
    background-image: url('../img/gallery/divider.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 250px;
    height: 23.5px;
    background-size: 250px 23.5px;
    margin: 0 auto;
  }
  body.page-gallery #wallpapers,
  body.page-gallery #profile-pictures {
    float: none;
    margin: 50px auto;
    width: 100%;
  }
  body.page-gallery #wallpapers .frame-container span,
  body.page-gallery #profile-pictures .frame-container span {
    display: block;
  }
  body.page-gallery #wallpapers .frame-container .pager,
  body.page-gallery #profile-pictures .frame-container .pager {
    width: 100%;
    top: 100%;
    left: 0;
    display: block;
    position: absolute;
    z-index: 20;
    margin-top: 46px;
    font-size: 20px;
  }
  body.page-gallery #wallpapers .frame-container .pager span,
  body.page-gallery #profile-pictures .frame-container .pager span {
    display: inline;
  }
  body.page-gallery #wallpapers .frame-container .thumb-arrow,
  body.page-gallery #profile-pictures .frame-container .thumb-arrow {
    top: 100%;
    margin-top: 30px;
  }
  body.page-gallery #wallpapers .frame-container .thumb-arrow.left-arrow,
  body.page-gallery #profile-pictures .frame-container .thumb-arrow.left-arrow {
    left: 50%;
    margin-left: -100px;
  }
  body.page-gallery #wallpapers .frame-container .thumb-arrow.right-arrow,
  body.page-gallery #profile-pictures .frame-container .thumb-arrow.right-arrow {
    right: 50%;
    margin-right: -100px;
  }
  body.page-gallery #wallpapers #download-links,
  body.page-gallery #profile-pictures #download-links {
    padding-top: 60px;
  }
  body.page-gallery #wallpapers #download-links .wrap,
  body.page-gallery #profile-pictures #download-links .wrap {
    width: 100%;
    text-align: center;
    margin: 0 0 0 0;
  }
  body.page-gallery #wallpapers #download-links .wrap.devices,
  body.page-gallery #profile-pictures #download-links .wrap.devices {
    width: 100%;
    margin-left: 0;
  }
  body.page-gallery #wallpapers #download-links .wrap a,
  body.page-gallery #profile-pictures #download-links .wrap a {
    margin-top: 5px;
  }
  body.page-gallery #wallpapers .portrait-container,
  body.page-gallery #profile-pictures .portrait-container {
    width: 46%;
    margin: 0 2% 4%;
  }
}
html.touch body.page-gallery #wallpapers #download-links #desktop-download-wrap {
  display: none;
}
html.touch body.page-gallery #wallpapers #download-links #mobile-download-wrap {
  display: block;
}
html.touch body.page-gallery #profile-pictures .desktop-pp {
  display: none;
}
html.touch body.page-gallery #profile-pictures .mobile-pp {
  display: block;
}
body.page-buynow.language-en .page-wrapper {
  background-image: url('../img/gameplay/sky_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 220px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  width: 100%;
}
body.page-buynow.language-en .page-wrapper h1 {
  font-size: 30px;
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  background-color: #f9e2a9;
  background-image: -ms-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -moz-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -o-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,#f9e2a9),color-stop(1,#cf9741));
  background-image: -webkit-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: linear-gradient(to bottom,#f9e2a9 0%,#cf9741 100%);
  color: #cf9741;
  position: relative;
}
body.page-buynow.language-en .wrapper-center {
  width: 90%;
  padding: 0;
  margin: 0 auto;
  max-width: 923px;
}
body.page-buynow.language-en #preorder {
  margin: 170px 0 40px 0;
}
body.page-buynow.language-en #preorder #preorder-text {
  margin: 0 0 0 50%;
  width: 50%;
}
body.page-buynow.language-en .leather-bg {
  display: block;
  width: 48%;
  height: 658px;
  background-image: url('../img/buynow/leather_container.png');
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  position: relative;
  z-index: 30;
  margin-bottom: 100px;
  text-align: center;
  padding: 2%;
  max-width: 443px;
  background-size: 100%;
}
body.page-buynow.language-en .leather-bg h1 {
  margin: 0 0 20px 0;
}
body.page-buynow.language-en .buy-link {
  margin: 20px 5% 0;
  margin-bottom: 50px;
  display: inline-block;
  border: 2px solid #957b55;
  background-image: url('../img/buynow/flags2.gif');
  background-repeat: no-repeat;
  background-position: left top;
  width: 87px;
  height: 84px;
  border-radius: 50%;
  padding: 0;
  position: relative;
  -webkit-box-shadow: inset 0 0 20px 3px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: inset 0 0 20px 3px rgba(0, 0, 0, 0.9);
  box-shadow: inset 0 0 20px 3px rgba(0, 0, 0, 0.9);
}
body.page-buynow.language-en .buy-link span {
  margin-top: 20px;
  display: block;
  line-height: 20px;
  color: #d0ae71;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 120px;
  margin-left: -60px;
}
body.page-buynow.language-en .buy-link#canada {
  background-position: 1px -83px;
}
body.page-buynow.language-en .buy-link:hover {
  border: 2px solid #fff;
}
body.page-buynow.language-en .buy-link:hover span {
  color: #fff;
}
body.page-buynow.language-en #special {
  float: right;
  margin-left: 4%;
}
body.page-buynow.language-en #special .artwork {
  width: 60%;
  margin-top: -60px;
  margin-bottom: 6px;
}
body.page-buynow.language-en #special p {
  width: 80%;
  margin: 0 auto;
}
body.page-buynow.language-en #download {
  float: left;
}
body.page-buynow.language-en #download .artwork {
  width: 70%;
  margin-top: -70px;
  margin-bottom: 40px;
}
body.page-buynow.language-en #download p {
  width: 80%;
  margin: 0 auto;
}
body.page-buynow.language-en #download p.dl-link a {
  color: #d2ae6b;
  text-decoration: underline;
}
body.page-buynow.language-en #download p.dl-link a:hover {
  color: #ffffff;
}
body.page-buynow.language-en #download #eshop-link {
  display: block;
  background-image: url('../img/nintendo/footer-eshop.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 274px;
  height: 41px;
  margin: 20px auto;
  text-indent: -9999px;
}
body.page-buynow.language-en #download #how {
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  background-image: url('../img/global/button_299x47.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 299px;
  height: 47px;
  padding: 16px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  max-width: 100%;
  background-size: 100% 94px;
}
body.page-buynow.language-en #download #how:hover {
  background-position: 0 -47px;
}
@media all and (max-width: 900px) {
  body.page-buynow.language-en .page-wrapper {
    padding-top: 15%;
  }
  body.page-buynow.language-en .page-wrapper #preorder #preorder-art {
    display: none;
  }
  body.page-buynow.language-en .page-wrapper #preorder #preorder-text {
    width: 100%;
    text-align: center;
    padding: 0 10%;
    margin: 0;
  }
  body.page-buynow.language-en .page-wrapper .leather-bg {
    display: block;
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  body.page-buynow.language-en .page-wrapper .leather-bg#special {
    float: none;
    margin-top: 100px;
    margin-left: auto;
    margin-bottom: 90px;
    padding-bottom: 60px;
  }
  body.page-buynow.language-en .page-wrapper .leather-bg#download {
    float: none;
  }
}
@media all and (max-width: 640px) {
  body.page-buynow.language-en #preorder {
    background-image: none;
  }
  body.page-buynow.language-en #preorder #preorder-art {
    display: block;
    width: 80%;
    position: relative;
    margin: 0 auto;
    top: 0;
  }
  body.page-buynow.language-en #preorder .rule {
    display: none;
  }
  body.page-buynow.language-en #preorder #preorder-text {
    width: 100%;
    text-align: center;
    padding: 0 10%;
  }
  body.page-buynow.language-en #preorder #preorder-text h1 {
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background: transparent;
    background-image: none;
    color: #ffffff;
  }
  body.page-buynow.language-en #preorder #preorder-text h1:after {
    content: '';
  }
  body.page-buynow.language-en .leather-bg {
    background-image: none;
    padding: 100px 0 0 0;
    height: auto;
    z-index: 0;
    position: relative;
  }
  body.page-buynow.language-en .leather-bg:before {
    content: '';
    display: block;
    background-image: url('../img/buynow/divider.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 47px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  body.page-buynow.language-en .leather-bg#download {
    margin-bottom: 10px;
  }
  body.page-buynow.language-en .leather-bg#download h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 70px;
    margin: 0;
  }
  body.page-buynow.language-en .leather-bg#download .artwork {
    margin-top: 0;
  }
  body.page-buynow.language-en .leather-bg#download:after {
    content: '';
    display: block;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 150px;
    width: 100%;
    height: 500px;
    background-image: url('../img/buynow/link_bg.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
  }
  body.page-buynow.language-en .leather-bg#special {
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 130px 0 0 0;
  }
  body.page-buynow.language-en .leather-bg#special h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 80px;
    margin: 0;
  }
  body.page-buynow.language-en .leather-bg#special .artwork {
    margin-top: 0;
  }
}
@media all and (max-width: 450px) {
  body.page-buynow.language-en #preorder {
    margin: 140px 0 40px 0;
  }
  body.page-buynow.language-en .leather-bg h1 {
    margin: 0 0 320px 0;
  }
  body.page-buynow.language-en .buy-link {
    background-image: url('../img/global/button_299x47.png');
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    text-transform: uppercase;
    max-width: 100%;
    border-radius: 0;
    border: none;
    background-repeat: no-repeat;
    background-position: left top;
    width: 90%;
    height: 63px;
    padding: 23px 16px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-size: 100% 126px;
  }
  body.page-buynow.language-en .buy-link#canada {
    background-position: 0 0;
  }
  body.page-buynow.language-en .buy-link#canada:after {
    background-position: 0 -28px;
  }
  body.page-buynow.language-en .buy-link:after {
    content: '';
    margin: 0;
    display: inline-block;
    border: 1px solid #957b55;
    background-image: url('../img/buynow/flags.gif');
    background-repeat: no-repeat;
    background-position: left top;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: 100%;
    padding: 0;
    position: absolute;
    left: 18px;
    top: 15px;
    -webkit-box-shadow: inset 0 0 8px 1px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0 0 8px 1px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0 0 8px 1px rgba(0, 0, 0, 0.9);
  }
  body.page-buynow.language-en .buy-link span {
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
    display: block;
    color: #ffffff;
    margin-top: 0;
    margin-left: 0;
    font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
    font-weight: 600;
    font-size: 14px;
  }
  body.page-buynow.language-en .buy-link:hover {
    border: none;
  }
  body.page-buynow.language-en .buy-link#usa {
    margin-top: 20px;
  }
  body.page-buynow.language-en #download {
    padding-bottom: 30px;
  }
  body.page-buynow.language-en .leather-bg#special {
    margin-top: 0px;
  }
}
@media all and (max-width: 400px) {
  body.page-buynow.language-en .wrapper-center {
    width: 100%;
  }
}
body.page-buynow.language-fr .page-wrapper {
  background-image: url('../img/gameplay/sky_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 220px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  width: 100%;
}
body.page-buynow.language-fr .page-wrapper h1 {
  font-size: 30px;
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  background-color: #f9e2a9;
  background-image: -ms-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -moz-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -o-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,#f9e2a9),color-stop(1,#cf9741));
  background-image: -webkit-linear-gradient(top,#f9e2a9 0%,#cf9741 100%);
  background-image: linear-gradient(to bottom,#f9e2a9 0%,#cf9741 100%);
  color: #cf9741;
  position: relative;
}
body.page-buynow.language-fr .wrapper-center {
  width: 90%;
  padding: 0;
  margin: 0 auto;
  max-width: 923px;
}
body.page-buynow.language-fr #preorder {
  margin: 170px 0 40px 0;
}
body.page-buynow.language-fr #preorder #preorder-text {
  margin: 0 0 0 50%;
  width: 50%;
}
body.page-buynow.language-fr .leather-bg {
  display: block;
  width: 48%;
  height: 658px;
  background-image: url('../img/buynow/leather_container.png');
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  position: relative;
  z-index: 30;
  margin-bottom: 100px;
  text-align: center;
  padding: 2%;
  max-width: 443px;
  background-size: 100%;
}
body.page-buynow.language-fr .leather-bg h1 {
  margin: 0 0 20px 0;
}
body.page-buynow.language-fr #special {
  margin-right: 4%;
}
body.page-buynow.language-fr #special .artwork {
  width: 60%;
  margin-top: -60px;
  margin-bottom: 6px;
}
body.page-buynow.language-fr #special .buy-link {
  margin: 20px 5% 0;
  display: inline-block;
  border: 2px solid #957b55;
  background-image: url('../img/buynow/flags.gif');
  background-repeat: no-repeat;
  background-position: left top;
  width: 95px;
  height: 91px;
  border-radius: 50%;
  padding: 0;
  position: relative;
  -webkit-box-shadow: inset 0 0 20px 3px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: inset 0 0 20px 3px rgba(0, 0, 0, 0.9);
  box-shadow: inset 0 0 20px 3px rgba(0, 0, 0, 0.9);
}
body.page-buynow.language-fr #special .buy-link span {
  margin-top: 20px;
  display: block;
  line-height: 20px;
  color: #d0ae71;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 120px;
  margin-left: -60px;
}
body.page-buynow.language-fr #special .buy-link#canada {
  background-position: 0 -91px;
}
body.page-buynow.language-fr #special .buy-link:hover {
  border: 2px solid #fff;
}
body.page-buynow.language-fr #special .buy-link:hover span {
  color: #fff;
}
body.page-buynow.language-fr #download {
  float: right;
}
body.page-buynow.language-fr #download .artwork {
  width: 70%;
  margin-top: -70px;
  margin-bottom: 40px;
}
body.page-buynow.language-fr #download p {
  width: 70%;
  margin: 0 auto;
}
body.page-buynow.language-fr #download #eshop-link {
  display: block;
  background-image: url('../img/nintendo/footer-eshop.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 274px;
  height: 41px;
  margin: 20px auto;
  text-indent: -9999px;
}
body.page-buynow.language-fr #download #how {
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  background-image: url('../img/global/button_299x47.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 299px;
  height: 47px;
  padding: 16px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  max-width: 100%;
  background-size: 100% 94px;
}
body.page-buynow.language-fr #download #how:hover {
  background-position: 0 -47px;
}
@media all and (max-width: 900px) {
  body.page-buynow.language-fr .page-wrapper {
    padding-top: 15%;
  }
  body.page-buynow.language-fr .page-wrapper #preorder #preorder-art {
    display: none;
  }
  body.page-buynow.language-fr .page-wrapper #preorder #preorder-text {
    width: 100%;
    text-align: center;
    padding: 0 10%;
    margin: 0;
  }
  body.page-buynow.language-fr .page-wrapper .leather-bg {
    display: block;
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  body.page-buynow.language-fr .page-wrapper .leather-bg#special {
    margin-right: auto;
    margin-bottom: 90px;
    padding-bottom: 60px;
  }
  body.page-buynow.language-fr .page-wrapper .leather-bg#download {
    margin-top: 100px;
    float: none;
  }
}
@media all and (max-width: 640px) {
  body.page-buynow.language-fr #preorder {
    background-image: none;
  }
  body.page-buynow.language-fr #preorder #preorder-art {
    display: block;
    width: 80%;
    position: relative;
    margin: 0 auto;
    top: 0;
  }
  body.page-buynow.language-fr #preorder .rule {
    display: none;
  }
  body.page-buynow.language-fr #preorder #preorder-text {
    width: 100%;
    text-align: center;
    padding: 0 10%;
  }
  body.page-buynow.language-fr #preorder #preorder-text h1 {
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background: transparent;
    background-image: none;
    color: #ffffff;
  }
  body.page-buynow.language-fr #preorder #preorder-text h1:after {
    content: '';
  }
  body.page-buynow.language-fr .leather-bg {
    background-image: none;
    padding: 100px 0 0 0;
    height: auto;
    z-index: 0;
    position: relative;
  }
  body.page-buynow.language-fr .leather-bg:before {
    content: '';
    display: block;
    background-image: url('../img/buynow/divider.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 47px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  body.page-buynow.language-fr .leather-bg#special {
    margin-bottom: 10px;
  }
  body.page-buynow.language-fr .leather-bg#special h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 70px;
    margin: 0;
  }
  body.page-buynow.language-fr .leather-bg#special .artwork {
    margin-top: 0;
  }
  body.page-buynow.language-fr .leather-bg#download {
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 130px 0 0 0;
  }
  body.page-buynow.language-fr .leather-bg#download h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 80px;
    margin: 0;
  }
  body.page-buynow.language-fr .leather-bg#download .artwork {
    margin-top: 0;
  }
  body.page-buynow.language-fr .leather-bg#download:after {
    content: '';
    display: block;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 150px;
    width: 100%;
    height: 500px;
    background-image: url('../img/buynow/link_bg.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
  }
}
@media all and (max-width: 450px) {
  body.page-buynow.language-fr #preorder {
    margin: 140px 0 40px 0;
  }
  body.page-buynow.language-fr .leather-bg h1 {
    margin: 0 0 320px 0;
  }
  body.page-buynow.language-fr #special {
    padding-bottom: 30px;
  }
  body.page-buynow.language-fr #special .buy-link {
    background-image: url('../img/global/button_299x47.png');
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    text-transform: uppercase;
    max-width: 100%;
    border-radius: 0;
    border: none;
    background-repeat: no-repeat;
    background-position: left top;
    width: 90%;
    height: 63px;
    padding: 23px 16px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-size: 100% 126px;
  }
  body.page-buynow.language-fr #special .buy-link#canada {
    background-position: 0 0;
  }
  body.page-buynow.language-fr #special .buy-link#canada:after {
    background-position: 0 -28px;
  }
  body.page-buynow.language-fr #special .buy-link:after {
    content: '';
    margin: 0;
    display: inline-block;
    border: 1px solid #957b55;
    background-image: url('../img/buynow/flags.gif');
    background-repeat: no-repeat;
    background-position: left top;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: 100%;
    padding: 0;
    position: absolute;
    left: 18px;
    top: 15px;
    -webkit-box-shadow: inset 0 0 8px 1px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0 0 8px 1px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0 0 8px 1px rgba(0, 0, 0, 0.9);
  }
  body.page-buynow.language-fr #special .buy-link span {
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
    display: block;
    color: #ffffff;
    margin-top: 0;
    margin-left: 0;
    font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
    font-weight: 600;
    font-size: 14px;
  }
  body.page-buynow.language-fr #special .buy-link:hover {
    border: none;
  }
  body.page-buynow.language-fr #special .buy-link#usa {
    margin-top: 20px;
  }
  body.page-buynow.language-fr .leather-bg#download {
    margin-top: 0px;
  }
}
@media all and (max-width: 400px) {
  body.page-buynow.language-fr .wrapper-center {
    width: 100%;
  }
}
body.page-threeds .page-wrapper {
  width: 320px;
  margin: 0 auto;
}
body.language-fr #site-nav li.buynow a,
body.language-es #site-nav li.buynow a {
  padding-top: 11px;
  width: 85px;
  right: 49px;
}
body.language-fr #site-nav li.buynow .grad,
body.language-es #site-nav li.buynow .grad {
  font-size: 14px;
  line-height: 16px;
  background-image: none !important;
  background-color: transparent !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
  text-shadow: 1px 2px 2px #000000;
}
body.language-fr #site-nav li.buynow .grad:after,
body.language-es #site-nav li.buynow .grad:after {
  content: '' !important;
}
body.language-fr.page-home #home-links .disclaimer,
body.language-es.page-home #home-links .disclaimer {
  display: block;
}
@media all and (max-width: 1024px) {
  body.language-fr header #site-nav ul li.buynow a,
  body.language-es header #site-nav ul li.buynow a {
    right: 0;
    top: 0;
    width: 130px;
    padding-top: 6px;
  }
}
body.language-fr #site-nav li {
  margin: 0 6px;
}
body.language-fr #site-nav li a {
  padding-top: 19px;
}
body.language-fr #site-nav li span {
  font-size: 14px;
}
body.language-fr.page-home #banner-text h1 {
  font-size: 32px;
}
body.language-fr.page-home #banner-text a {
  font-size: 14px;
  padding-top: 25px;
}
@media all and (max-width: 340px) {
  body.language-fr.page-home #banner-text a {
    font-size: 11px;
  }
}
body.language-fr.page-home #home-stone-bar h4 {
  font-size: 18px;
}
body.language-fr.page-home #preorder h2 {
  font-size: 28px;
}
body.language-fr footer #footer-esrb-container {
  height: 101px;
  padding-bottom: 10px;
}
body.language-es #site-nav ul li.buynow-art a:hover {
  cursor: default;
}
body.language-es #site-nav ul li.buynow a span.grad {
  font-size: 12px;
}
body.language-es #site-nav ul li.buynow a:hover {
  cursor: default;
}
body.language-es #site-nav ul li.buynow a:hover i {
  display: none;
}
body.language-es footer #nintendo-footer #footer-followus-container {
  width: 80px !important;
}
/* Slideshow style */
.slideshow {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.slideshow-open .slideshow {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.slideshow ul {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 150px);
  transform: translate3d(0, 0, 150px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.slideshow ul.animatable li {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.slideshow-open .slideshow ul {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slideshow li {
  width: 985px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -492px;
  visibility: hidden;
}
.mini .slideshow li {
  width: 600px;
  margin: 0 0 0 -300px;
}
.slideshow li.gallery-video {
  width: 985px;
  height: 555px;
  background: #000;
}
.slideshow li img {
  width: 100%;
}
.slideshow li.show {
  visibility: visible;
}
.slideshow li.nav-prev,
.slideshow li.nav-next {
  cursor: pointer;
}
.slideshow li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slideshow li.current:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.slideshow img {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.slideshow figcaption {
  padding-bottom: 20px;
}
.slideshow figcaption h3 {
  font-weight: 300;
  font-size: 200%;
}
/* Navigation */
.slideshow nav .arrows {
  width: 200px;
  height: 50px;
  display: block;
  position: fixed;
  left: 50%;
  margin-left: -100px;
  top: 0;
}
.slideshow nav .arrows .icon.hoverable:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.slideshow nav span {
  z-index: 1100;
  color: #fff;
  text-align: center;
  padding: 3%;
  font-size: 24px;
}
.slideshow nav span.nav-prev,
.slideshow nav span.nav-next {
  position: absolute;
  cursor: pointer;
  top: 0;
  content: "";
  display: block;
  width: 59px;
  height: 61px;
  background-image: url('../img/global/nav_arrows.png');
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 50;
}
.slideshow nav span.nav-next {
  right: 0;
  background-position: -59px 0;
}
.slideshow nav span.pager {
  width: 100%;
  top: 7px;
  left: 0;
  display: block;
  position: absolute;
  z-index: 20;
}
.slideshow nav span.nav-close {
  position: absolute;
  top: 15px;
  right: 25px;
  padding: 0;
  color: #d5b68d;
  font-family: 'Cinzel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  cursor: pointer;
}
/* Info on arrow key navigation */
.info-keys {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 60px;
  font-size: 8px;
  padding-top: 20px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}
.info-keys:before,
.info-keys:after {
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
}
.info-keys:before {
  left: 10px;
  content: "\e603";
}
.info-keys:after {
  right: 10px;
  content: "\e604";
}
/* Example media queries (reduce number of columns and change slideshow layout) */
@media screen and (max-width: 1024px) {
  .slideshow li {
    width: 80%;
    height: auto;
    left: 10%;
    margin: 0;
  }
  .mini .slideshow li {
    width: 50%;
    margin: 0;
    left: 25%;
  }
  .slideshow li img {
    width: auto;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
  }
  .info-keys {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .slideshow li {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 320px) {
  
}
@media (-webkit-min-device-pixel-ratio: 1.01) {
  .slideshow nav span.nav-close {
    top: 20px;
    right: 10px;
    font-size: 16px;
  }
}
@-moz-document url-prefix() {
  a:hover,
  a:active,
  a:focus {
    outline: 0;
    background-color: transparent;
  }
  #site-nav .grad,
  #home-stone-bar .grad {
    text-shadow: none !important;
  }
}
body.ipad.page-home #hero-banner #home-video {
  display: none;
}
body.ipad.page-home #hero-banner #backup-poster {
  display: block;
}
html[data-useragent*='MSIE 10.0'] a:hover,
html[data-useragent*='MSIE 9.0'] a:hover,
html[data-useragent*='MSIE 10.0'] a:active,
html[data-useragent*='MSIE 9.0'] a:active,
html[data-useragent*='MSIE 10.0'] a:focus,
html[data-useragent*='MSIE 9.0'] a:focus {
  outline: 0;
  background-color: transparent;
}
html[data-useragent*='MSIE 10.0'] #site-nav .grad,
html[data-useragent*='MSIE 9.0'] #site-nav .grad,
html[data-useragent*='MSIE 10.0'] #home-stone-bar .grad,
html[data-useragent*='MSIE 9.0'] #home-stone-bar .grad {
  text-shadow: none !important;
}
body.wiiu.page-home #home-video {
  display: none !important;
}
body.wiiu.page-home #backup-poster {
  display: block !important;
}
body.wiiu.page-characters .character-modal .content-wrapper .right-content .main-image-container a.left-arrow {
  left: -70px;
}
body.wiiu.page-characters .character-modal .content-wrapper .right-content .main-image-container a.right-arrow {
  right: -70px;
}
