/**** Helper rules *****/
/* Layout formatting */
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.hidden {
  display: none;
}

.offscreen {
  position: absolute;
  display: block;
  left: -999999px;
  top: -999999px;
}

.text-indent {
  text-indent: -999px;
}

.centered {
  text-align: center;
}

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

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.text-outline {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.6), 1px -1px 0 rgba(0, 0, 0, 0.6), -1px 1px 0 rgba(0, 0, 0, 0.6), 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.text-shadow {
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.6), -2px -4px 8px rgba(0, 0, 0, 0.6);
}

.text-outline-shadow {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.6), 1px -1px 0 rgba(0, 0, 0, 0.6), -1px 1px 0 rgba(0, 0, 0, 0.6), 1px 1px 0 rgba(0, 0, 0, 0.6), 2px 4px 8px rgba(0, 0, 0, 0.6), -2px -4px 8px rgba(0, 0, 0, 0.6);
}

/* Image replacement for text */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

.hr-fancy {
  clear: both;
  width: 100%;
  height: 62px;
  margin-bottom: 10px;
  background: url("../img/chrome/hr-fancy.png") no-repeat center top;
}

.dl-link {
  display: inline-block;
  height: 66px;
  color: #dac140;
  font-size: 23px;
  font-style: italic;
  line-height: 24px;
  width: 442px;
  text-transform: uppercase;
  background: url("../img/chrome/bg-btn-download-en.png") no-repeat center center;
  padding: 20px 52px 0px 0px;
  background-size: contain;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.6), 1px -1px 0 rgba(0, 0, 0, 0.6), -1px 1px 0 rgba(0, 0, 0, 0.6), 1px 1px 0 rgba(0, 0, 0, 0.6), 2px 4px 8px rgba(0, 0, 0, 0.6), -2px -4px 8px rgba(0, 0, 0, 0.6);
}
.dl-link:hover {
  color: #fff;
}

.fix-pointer::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-right: 140px solid rgba(0, 0, 0, 0);
}

@media (min-width: 1px) and (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }

  .dl-link {
    font-size: 16px;
    padding-right: 48px;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-tablet {
    display: none !important;
  }

  .dl-link {
    font-size: 20px;
    padding-right: 48px;
  }
}
@media (min-width: 1025px) and (max-width: 10240px) {
  .hidden-desktop {
    display: none !important;
  }
}
/* 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 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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 {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* --- Reset --- */
html, body {
  margin: 0 auto;
  text-align: center;
  width: 400px;
}

body {
  background: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

img {
  display: block;
}

/* --- Content Wrapper --- */
.wrapper {
  background: white;
  margin: 0 auto;
  overflow: hidden;
  width: 400px;
}

.main-content {
  background: #b79785;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* --- Hero --- */
.hero {
  background: #460a3c url("../img/3ds/hero.jpg") center 0 no-repeat;
  color: white;
  padding: 560px 20px 20px;
  text-align: center;
}
.hero h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

/* --- Sections --- */
.panel {
  padding: 20px;
  text-align: center;
}
.panel img {
  border: 3px solid white;
  margin-bottom: 20px;
  width: 100%;
}
.panel h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* --- Ornament divider --- */
.hr {
  background: url("../img/3ds/ornaments.png") center center no-repeat;
  display: block;
  height: 40px;
  width: 100%;
}

/* --- Footer --- */
.footer {
  background: #28030c;
  color: white;
  font-size: 11px;
  padding-bottom: 30px;
}
.footer strong {
  color: #680d23;
  font-weight: normal;
}
.footer p {
  margin-top: 18px;
}
.footer p > div {
  float: none !important;
  display: inline-block;
}
.footer img {
  border: none;
  margin-bottom: 0;
}
.footer #nintendo-global-footer {
  margin-top: 30px;
  text-align: center;
}
.footer .specs-table {
  border: 2px solid #680d23;
  border-radius: 5px;
  font-size: 14px;
  text-align: left;
  width: 100%;
}
.footer .specs-table li {
  border-top: 2px solid #680d23;
  padding: 10px;
}
.footer .specs-table li:first-child {
  border-top: none;
}
