/* =========================================================================

    Project: Degica Mushihimesama Homepage
    Author: XHTMLized
    Last updated: Mon Oct 19 2015 11:58:55

    1. Normalize
    2. Sprites
    3. Base
    4. Utilities
    5. Layout
    6. Hero
    7. World
    8. System
    9. Characters
    10. Buynow

   ========================================================================= */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix,
#system .inner,
#buynow .inner {
  content: "";
  display: table;
  clear: both;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

html *,
html *:before,
html *:after {
  box-sizing: inherit;
}

body {
  font-family: "Arial", "Helvetica Neue", Helvetica, serif;
  font-size: 1.6em;
  line-height: 1.4;
}

html,
body {
  overflow-x: hidden;
}

a {
  color: #ef4c23;
  text-decoration: none;
}

a:hover {
  color: #ef4c23;
  text-decoration: underline;
}

/* Hide visually but not from screen readers */

.hide {
  position: absolute !important;
  left: -9999em !important;
}

/* Image Replacement */

.ir {
  display: block;
  position: relative;
  overflow: hidden;
}

.ir span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Acessibility navigation */

.accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000;
}

.accessibility-nav a {
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.accessibility-nav a:active,
.accessibility-nav a:focus {
  left: 9999em;
}

/* Container */

.inner {
  position: relative;
}

/* Header */

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  border-top: 17px solid #020b1f;
}

.site-name {
  position: absolute;
  top: 0;
  left: -9999em;
}

/* Navigation */

.navigation {
  float: right;
}

@media only screen and (min-width: 580px) {
  .navigation {
    float: none;
    text-align: center;
  }

}

.navigation .wrapper {
  display: none;
  box-sizing: border-box;
  float: left;
  margin: -6px 0 0 0;
  padding: 0 20px 10px 20px;
  background: #020b1f;
}

@media only screen and (min-width: 580px) {
  .navigation .wrapper {
    display: block;
    float: none;
    margin-top: -17px;
    padding: 0;
    background: url(https://d289qh4hsbjjw7.cloudfront.net/caveshmups-20151020013945596/files/bg-main-nav.png) no-repeat 50% 0;
  }

}

@media only screen and (min-width: 890px) {
  .navigation .wrapper {
    display: inline-block;
    background-position: 0 -82px;
    padding: 0 0 0 170px;
  }

}

.navigation ul {
  padding: 0;
  font-size: 0;
}

@media only screen and (min-width: 890px) {
  .navigation ul {
    float: left;
    padding-right: 170px;
    background: url(https://d289qh4hsbjjw7.cloudfront.net/caveshmups-20151020013945596/files/bg-main-nav.png) no-repeat 100% 0;
  }

}

.navigation li {
  display: block;
  padding: 0 0 0 10px;
  font: normal 14px/1.2 "Source Sans Pro", serif;
  white-space: nowrap;
  color: #637d97;
  background: url(https://d289qh4hsbjjw7.cloudfront.net/caveshmups-20151020013945596/files/ico-main-nav.png) no-repeat 0 50%;
}

.navigation li.active a {
  color: #ffb022;
}

@media only screen and (min-width: 580px) {
  .navigation li {
    display: inline-block;
    background-position: 0 33px;
  }

  .navigation li:first-child {
    padding-left: 2px;
    background: none;
  }

  .navigation li:first-child a {
    padding-left: 0;
  }

  .navigation li:last-child a {
    padding-right: 0;
  }

}

@media only screen and (min-width: 960px) {
  .navigation li {
    font-size: 18px;
    background-position: 0 35px;
  }

}

@media only screen and (min-width: 1158px) {
  .navigation li {
    background-position: 0 33px;
  }

}

.navigation a {
  display: block;
  padding: 12px 10px;
  text-decoration: none;
  color: #637d97;
  outline: none;
}

.navigation a:hover {
  text-decoration: none;
  color: #ffb022;
}

@media only screen and (min-width: 580px) {
  .navigation a {
    box-sizing: border-box;
    padding: 30px 15px 0 15px;
    height: 82px;
  }

}

@media only screen and (min-width: 1158px) {
  .navigation a {
    padding: 27px 35px 0 35px;
  }

}

.navigation .mobile-nav {
  display: block;
  float: left;
  margin: -17px 0 0 0;
  padding: 12px 0 0 0;
  width: 50px;
  height: 52px;
  background: #020b1f;
  cursor: pointer;
}

.navigation .mobile-nav span {
  display: block;
  margin: 5px auto 0 auto;
  width: 30px;
  height: 5px;
  background: #ffb022;
}

@media only screen and (min-width: 580px) {
  .navigation .mobile-nav {
    display: none;
  }

}

.show-mobile-nav .wrapper {
  display: inline-block;
}

@media only screen and (min-width: 580px) {
  .show-mobile-nav .wrapper {
    display: block;
  }

}

@media only screen and (min-width: 890px) {
  .show-mobile-nav .wrapper {
    display: inline-block;
  }

}

/* Content */

.content {
  padding: 17px 0 0 0;
}

.content .inner {
  box-sizing: border-box;
  margin: 0 20px;
}

@media only screen and (min-width: 1140px) {
  .content .inner {
    margin: 0 auto;
    width: 1100px;
  }

}

/* Footer */

.footer {
  background: #202020;
}

.footer .inner {
  box-sizing: border-box;
  margin: 0 20px;
  padding: 40px 20px;
  text-align: center;
}

@media only screen and (min-width: 480px) {
  .footer .inner {
    padding: 70px 70px 70px 150px;
    text-align: left;
  }

}

@media only screen and (min-width: 1140px) {
  .footer .inner {
    margin: 0 auto;
    width: 1100px;
  }

}

.footer img {
  display: inline-block;
  margin: 0 auto 20px auto;
}

@media only screen and (min-width: 480px) {
  .footer img {
    float: left;
    margin: /*-35px*/ 0 0 0 -80px;
  }

}

/*.footer p {
  margin: 0;
  font: normal 11px/1.5 "Roboto", sans-serif;
  font-weight: 300;
  color: #b8b8b8;
}

.footer p strong {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}*/

.hero {
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
  background: #e8f7f8 url(https://d289qh4hsbjjw7.cloudfront.net/caveshmups-20151020013945596/files/bg-hero-teaser.jpg) no-repeat 50% 0;
}

@media only screen and (min-width: 600px) {
  .hero {
    margin-bottom: 0;
  }

}

@media only screen and (min-width: 700px) {
  .hero {
    min-height: 1052px;
    text-align: left;
  }

}

@media only screen and (min-width: 1000px) {
  .hero {
    padding-bottom: 40px;
  }

}

@media only screen and (min-width: 1140px) {
  .hero {
    padding-bottom: 0;
  }

}

.hero .inner {
  margin: 0 auto;
}

/* Buy Now */

.buynow {
  margin: 0 -20px;
  padding: 124px 20px 0 20px;
  min-height: 460px;
  background: url(https://d289qh4hsbjjw7.cloudfront.net/caveshmups-20151020013945596/files/bg-hero-teaser-text.png) no-repeat 50% -100px;
}

@media only screen and (min-width: 540px) {
  .buynow {
    padding: 224px 100px 0 100px;
    min-height: 600px;
    background-position: 50% 0;
  }

}

@media only screen and (min-width: 700px) {
  .buynow {
    float: right;
    width: 700px;
    height: 600px;
    margin: 114px 55px 255px 0;
    padding: 224px 0 0 150px;
    background-position: 0 0;
  }

}

.buynow h1 {
  margin: 0 0 20px 0;
  padding: 0;
  font: bold 32px/1.2 "Cinzel Decorative", cursive;
  text-shadow: 0 0 100px #090b50;
  color: #ffffff;
}

@media only screen and (min-width: 700px) {
  .buynow h1 {
    font-size: 52px;
    line-height: 1;
  }

}

.btn-buynow {
  display: inline-block;
  width: 250px;
  height: 62px;
  font: bold 22px/62px "Cinzel Decorative", cursive;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: url(https://d289qh4hsbjjw7.cloudfront.net/caveshmups-20151020013945596/files/btn-buynow.png) no-repeat 0 0;
}

/* Video */

#video {
  position: relative;
  box-sizing: border-box;
  background: #1e1f35;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}

@media only screen and (max-width: 700px) {
  #video {
    background: transparent;
  }

}

#video .wrapper-vs {
  position: absolute;
  width: 65%;
  height: 100%;
  z-index: 2;
  box-sizing: border-box;
  padding: 5%;
  z-index: 0;
}

@media only screen and (min-width: 1000px) {
  #video .wrapper-vs {
    background: #ffffff;
  }

}

@media only screen and (min-width: 1140px) {
  #video .wrapper-vs {
    position: relative;
    float: left;
    width: 700px;
    height: 570px;
  }

}

#video .wrapper-wc {
  display: none;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  float: right;
  padding: 10px;
  background: #1e1f35;
}

@media only screen and (min-width: 1000px) {
  #video .wrapper-wc {
    display: block;
  }

}

@media only screen and (min-width: 1140px) {
  #video .wrapper-wc {
    padding: 70px 70px 70px 0;
    width: 400px;
  }

}

#video ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

#video li {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

#video li .video-inner {
  padding: 8px;
  border: 1px solid #18192b;
  background: #ffffff;
}

#video img {
  display: block;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 1140px) {
  #video-slider {
    margin-right: -60px;
    width: 690px;
  }

}

#video-slider ul {
  width: 100%;
}

@media only screen and (min-width: 1140px) {
  #video-slider ul {
    width: auto;
  }

}

#video-slider li {
  float: left;
}

#video-slider li .video-inner {
  border-color: #cfcfcf;
}

#video-slider img {
  width: 100%;
}

#video-carousel {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  float: right;
  height: 424px;
  overflow: hidden;
  background: #1e1f35;
}

#video-carousel ul {
  position: absolute;
  overflow: hidden;
}

#video-carousel li {
  margin-bottom: 12px;
  width: 233px !important;
  height: 133px;
  float: none !important;
}

#video-carousel .flex-direction-nav {
  display: none;
}

@media only screen and (min-width: 1140px) {
  #video-carousel .flex-direction-nav {
    display: block;
  }

}

#video-carousel .flex-direction-nav li {
  margin: 0;
  padding: 0;
  border: none;
}

#video-carousel .flex-direction-nav a {
  display: block;
  position: absolute;
  right: 170px;
  width: 38px;
  height: 22px;
  overflow: hidden;
  text-align: left;
  text-indent: -99em;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#video-carousel .flex-direction-nav a.prev {
  top: 32px;
  background-image: url(https://d289qh4hsbjjw7.cloudfront.net/caveshmups-20151020013945596/files/ico-slider-nav-top.png);
}

#video-carousel .flex-direction-nav a.next {
  bottom: 32px;
  background-image: url(https://d289qh4hsbjjw7.cloudfront.net/caveshmups-20151020013945596/files/ico-slider-nav-down.png);
}

#video-carousel .flex-viewport {
  height: 423px !important;
  width: 233px;
}

.video-slider-navigation {
  background: none;
  position: absolute;
  right: -165px;
  width: 38px;
  height: 22px;
  border: none;
  outline: none;
  overflow: hidden;
  text-align: left;
  text-indent: -99em;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 1;
}

.video-slider-navigation.prev {
  top: -47px;
  background-image: url(https://d289qh4hsbjjw7.cloudfront.net/caveshmups-20151020013945596/files/ico-slider-nav-top.png);
}

@media only screen and (max-width: 700px) {
  .video-slider-navigation.prev {
    width: 22px;
    height: 38px;
    top: 50%;
    left: -60px;
    margin-top: -19px;
    background-image: url(https://d289qh4hsbjjw7.cloudfront.net/caveshmups-20151020013945596/files/ico-slider-nav-left.png);
  }

}

.video-slider-navigation.next {
  bottom: -47px;
  background-image: url(https://d289qh4hsbjjw7.cloudfront.net/caveshmups-20151020013945596/files/ico-slider-nav-down.png);
}

@media only screen and (max-width: 700px) {
  .video-slider-navigation.next {
    width: 22px;
    height: 38px;
    top: 50%;
    bottom: auto;
    right: -60px;
    margin-top: -19px;
    background-image: url(https://d289qh4hsbjjw7.cloudfront.net/caveshmups-20151020013945596/files/ico-slider-nav-right.png);
  }

}

#video-slider-jssor,
#video-slider-jssor > div > div,
.horizontal-slider {
  width: 672px;
  height: 406px;
}

@media only screen and (min-width: 1140px) {
  #video-slider-jssor,
  #video-slider-jssor > div > div,
  .horizontal-slider {
    width: 672px !important;
    height: 406px !important;
  }

}

#video-slider-jssor {
  position: relative;
  width: 960px;
  margin: 70px;
  margin-right: 0;
  z-index: 1;
}

@media only screen and (max-width: 350px) {
  #video-slider-jssor {
    margin: 48px;
  }

}

@media only screen and (max-width: 440px) {
  #video-slider-jssor {
    margin: 65px;
  }

}

.horizontal-slider {
  height: 406px;
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.horizontal-slider iframe,
.horizontal-slider > div > div {
  height: 100% !important;
}

.horizontal-slider iframe {
  width: 100% !important;
}

.video-slider-bg-border {
  position: absolute;
  width: 692px;
  height: 425px;
  left: -10px;
  top: -10px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  z-index: -1;
}

.video-slider-bg-border img {
  position: absolute;
  bottom: -74px;
}

.video-slider-thumbnails {
  height: 100%;
  position: absolute;
  width: 233px;
  height: 426px;
  top: -12px;
  left: 702px;
  max-width: 100%;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.video-slider-thumbnails > div > div,
.video-slider-thumbnails > div {
  width: 233px !important;
  left: 0 !important;
}

.video-slider-thumbnails .p {
  position: absolute;
  width: 100%;
  height: 133px;
  background: #181818;
}

.video-slider-thumbnails .tp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 8px solid #ffffff;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 700px) {
  .video-slider-thumbnails {
    display: none;
  }

}

.video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 1;
}

.video-slider-bg-mobile {
  position: absolute;
  width: 832px;
  height: 485px;
  left: -80px;
  top: -40px;
  background-color: #1e1f35;
  z-index: -2;
}

@media only screen and (min-width: 700px) {
  .video-slider-bg-mobile {
    display: none;
  }

}

#world {
  min-height: 722px;
  background: url(https://d289qh4hsbjjw7.cloudfront.net/caveshmups-20151020013945596/files/bg-world.jpg) no-repeat 50% 0;
}

#world .inner {
  margin: 0;
  padding: 154px 40px 0 40px;
  min-height: 722px;
  text-align: center;
  background: url(https://d289qh4hsbjjw7.cloudfront.net/caveshmups-20151020013945596/files/bg-world-text.png) no-repeat -66px 89px;
}

@media only screen and (min-width: 440px) {
  #world .inner {
    background-position: -36px 89px;
  }

}

@media only screen and (min-width: 540px) {
  #world .inner {
    margin: 0 auto;
    padding: 154px 0 0 70px;
    text-align: left;
    background-position: -16px 89px;
  }

}

#world h2 {
  margin: 0 0 52px 0;
  padding: 0;
  font: normal 40px/1 "Cinzel Decorative", cursive;
  text-shadow: 0 0 100px #090b50;
  color: #ffffff;
}

@media only screen and (min-width: 540px) {
  #world h2 {
    font-size: 92px;
  }

}

#world p {
  margin: 0;
  padding: 0;
  font: normal 18px/28px "Roboto", sans-serif;
  text-shadow: 0 0 100px #090b50;
  color: #e1e2a7;
}

#world-slider {
  position: relative;
  width: auto;
  margin: 0 auto;
  padding: 0 0 45px 0;
}

@media only screen and (min-width: 540px) {
  #world-slider {
    margin: 0;
    width: 345px;
    height: 224px;
  }

}

#world-slider ul {
  margin: 0;
  padding: 0;
}

#world-slider .flex-control-paging {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0;
  text-align: center;
}

#world-slider .flex-control-paging li {
  display: inline-block;
  margin: 0;
  padding: 0 13px;
  height: 17px;
  background: none;
}

#world-slider .flex-control-paging a {
  display: block;
  width: 17px;
  height: 17px;
  text-align: left;
  text-indent: -99em;
  background: url(https://d289qh4hsbjjw7.cloudfront.net/caveshmups-20151020013945596/files/ico-world-slider-nav.png) no-repeat 0 0;
  cursor: pointer;
}

#world-slider .flex-control-paging a.flex-active {
  background-position: 0 -17px;
}

#system {
  position: relative;
  z-index: 3;
  margin: 0;
  background: url(https://d289qh4hsbjjw7.cloudfront.net/caveshmups-20151020013945596/files/bg-system.png) no-repeat 50% 110%;
}

@media only screen and (min-width: 800px) {
  #system {
    background-position: 50% 250%;
  }

}

@media only screen and (min-width: 1024px) {
  #system {
    margin-bottom: -31px;
    min-height: 790px;
    background-position: 50% 100%;
  }

}

#system .inner {
  padding: 20px 0 40px 0;
}

@media only screen and (min-width: 1024px) {
  #system .inner {
    padding: 87px 25px 0 25px;
  }

}

@media only screen and (min-width: 1280px) {
  #system .inner {
    padding: 87px 85px 0 50px;
  }

}

#system .wrapper {
  padding: 0 20px 100px 20px;
}

@media only screen and (min-width: 400px) {
  #system .wrapper {
    padding-bottom: 60px;
  }

}

@media only screen and (min-width: 800px) {
  #system .wrapper {
    float: right;
    padding-bottom: 20px;
    width: 48%;
    background: #ffffff;
  }

}

@media only screen and (min-width: 1024px) {
  #system .wrapper {
    padding: 0;
    background: none;
  }

}

@media only screen and (min-width: 1280px) {
  #system .wrapper {
    width: 460px;
  }

}

#system h2 {
  margin: 10px 0 20px 0;
  padding: 0;
  font: bold 40px/1 "Cinzel Decorative", cursive;
  text-align: center;
  color: #02121a;
  -webkit-mask-image: -webkit-linear-gradient(#000000 0%, rgba(255, 255, 255, 0.5) 50%, #000000 100%);
  -webkit-mask-image: -webkit-linear-gradient(#000000 0%, rgba(255, 255, 255, 0.5) 50%, #000000 100%);
}

@media only screen and (min-width: 1024px) {
  #system h2 {
    margin: -3px 0 124px 0;
    font-size: 92px;
    text-align: left;
  }

}

#system p {
  margin: 0;
  padding: 0;
  font: normal 15px/30px "Roboto", sans-serif;
  font-weight: 300;
  color: #12545b;
}

@media only screen and (min-width: 1024px) {
  #system p {
    color: #cdeaed;
  }

}

#system-slider {
  display: block;
  position: relative;
  padding: 0 0 25px 0;
  background: url(https://d289qh4hsbjjw7.cloudfront.net/caveshmups-20151020013945596/files/bg-shadow-system-slider.png) no-repeat 50% 100%;
}

@media only screen and (min-width: 800px) {
  #system-slider {
    display: inline-block;
    width: 50%;
  }

}

@media only screen and (min-width: 1000px) {
  #system-slider {
    width: 442px;
  }

}

#system-slider ul {
  display: block;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 1000px) {
  #system-slider ul {
    display: inline-block;
  }

}

#system-slider li {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 800px) {
  #system-slider li {
    width: 442px;
  }

}

@media only screen and (min-width: 1000px) {
  #system-slider li {
    display: inline-block;
  }

}

#system-slider img {
  display: block;
  margin: 0;
  padding: 10px;
  width: 100%;
  border: 10px solid #daf0f2;
  background: #ffffff;
}

@media only screen and (min-width: 1000px) {
  #system-slider img {
    /*width: auto;*/
    width: 442;
  }

}

#system-slider .flex-control-paging {
  display: block;
  position: absolute;
  left: 0;
  bottom: -22px;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0;
  text-align: center;
}

#system-slider .flex-control-paging li {
  display: inline-block;
  box-sizing: content-box;
  margin: 0;
  padding: 0 15px;
  width: 17px;
  height: 17px;
  background: none;
}

#system-slider .flex-control-paging a {
  display: block;
  width: 17px;
  height: 17px;
  text-align: left;
  text-indent: -99em;
  background: url(https://d289qh4hsbjjw7.cloudfront.net/caveshmups-20151020013945596/files/ico-system-slider-nav.png) no-repeat 0 0;
  cursor: pointer;
}

#system-slider .flex-control-paging a.flex-active {
  background-position: 0 -17px;
}

#characters {
  position: relative;
  z-index: 2;
}

#characters .inner {
  position: relative;
  z-index: 2;
  margin: 0 0 -60px 0;
  padding: 0;
}

@media only screen and (min-width: 800px) {
  #characters .inner {
    margin-bottom: -100px;
  }

}

@media only screen and (min-width: 1140px) {
  #characters .inner {
    margin: 0 auto -100px auto;
  }

}

@media only screen and (min-width: 1280px) {
  #characters .inner {
    margin: 0 auto -204px auto;
    padding: 100px 40px 0 40px;
  }

}

#characters h2 {
  margin: 0;
  padding: 20px 0 0 0;
  font: bold 40px/1 "Cinzel Decorative", cursive;
  text-align: center;
  color: #823801;
}

#characters h3 {
  margin: 0;
  padding: 20px 0 0 0;
  font: bold 20px/1 "Cinzel Decorative", cursive;
  text-align: left;
  color: #823801;
}

@media only screen and (min-width: 800px) {
  #characters h2 {
    padding: 40px 20px 20px 20px;
    display: inline-block;
  }

  #characters h3 {
    padding: 0 0 20px 0;
  }
}

@media only screen and (min-width: 1280px) {
  #characters h2 {
    padding-top: 0;
    font-size: 84px;
    text-align: left;
  }

  #characters h3 {
    padding-top: 0;
    font-size: 42px;
    text-align: left;
  }

}

#characters p {
  margin: 0;
  padding: 0;
  font: normal 15px/30px "Roboto", sans-serif;
  font-weight: 300;
  color: #9b6702;
  text-align: left;
}

#characters-slider {
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1280px) {
  #characters-slider {
    margin: 0 auto -40px auto;
    padding-bottom: 40px;
    width: auto;
  }

}

@media only screen and (min-width: 1454px) {
  #characters-slider {
    width: 1454px;
  }

}

#characters-slider .slides {
  margin: 0;
  padding: 0;
}

#characters-slider li {
  display: block;
  position: relative;
  margin: 0;
  height: auto;
  background: #ffd74b;
}

@media only screen and (min-width: 800px) {
  #characters-slider li {
    padding-top: 0;
    overflow: hidden;
  }

}

@media only screen and (min-width: 1280px) {
  #characters-slider li {
    padding-bottom: 0;
    height: 609px;
    overflow: visible;
  }

}

#characters-slider li .inner {
  margin: 0 auto;
  padding: 20px 20px 60px 20px;
  text-align: center;
}

@media only screen and (min-width: 800px) {
  #characters-slider li .inner {
    padding-top: 100px;
    padding-bottom: 120px;
    text-align: left;
  }

}

@media only screen and (min-width: 1280px) {
  #characters-slider li .inner {
    padding: 239px 445px 0 93px;
    text-align: right;
  }

}

#characters-slider .wrapper-pic {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  padding: 80px 0 0 0;
  width: 100%;
}

@media only screen and (min-width: 800px) {
  #characters-slider .wrapper-pic {
    float: right;
    width: auto;
    overflow: hidden;
    margin: 0 -120px 0 0;
    padding-top: 0;
    padding-bottom: 60px;
  }

}

@media only screen and (min-width: 1140px) {
  #characters-slider .wrapper-pic {
    margin-right: 0;
  }

}

@media only screen and (min-width: 1280px) {
  #characters-slider .wrapper-pic {
    position: absolute;
    top: 0;
    right: 0;
    padding-bottom: 0;
  }

}

#characters-slider img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

#characters-slider .flex-control-paging {
  margin: -37px 0 20px 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}

@media only screen and (min-width: 1280px) {
  #characters-slider .flex-control-paging {
    display: inline-block;
    position: absolute;
    z-index: 10;
    bottom: 111px;
    right: 614px;
    margin-top: 0;
  }

}

#characters-slider .flex-control-paging li {
  display: inline-block;
  margin: 0;
  padding: 0 13px;
  height: 17px;
  background: none;
}

#characters-slider .flex-control-paging a {
  display: block;
  width: 17px;
  height: 17px;
  text-align: left;
  text-indent: -99em;
  background: url(https://d289qh4hsbjjw7.cloudfront.net/caveshmups-20151020013945596/files/ico-characters-slider-nav.png) no-repeat 0 0;
  cursor: pointer;
}

#characters-slider .flex-control-paging a.flex-active {
  background-position: 0 -17px;
}

@media only screen and (min-width: 1280px) {
  #characters-slider .flex-viewport {
    overflow: visible !important;
  }

}

#buynow {
  position: relative;
  min-height: 602px;
}

@media only screen and (min-width: 1140px) {
  #buynow {
    background: url(https://d289qh4hsbjjw7.cloudfront.net/caveshmups-20151020013945596/files/bg-info.jpg) no-repeat 50% 100%;
  }

}

#buynow .inner {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
}

@media only screen and (min-width: 1140px) {
  #buynow .inner {
    padding: 198px 12px 0 20px;
    width: 1100px;
  }

}

#buynow ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 1140px) {
  #buynow ul {
    float: left;
    float: none;
  }

}

#buynow ul li {
  display: block;
  margin: 0;
  padding: 0;
  min-height: 340px;
}

@media only screen and (min-width: 640px) {
  #buynow ul li {
    display: inline-block;
    padding: 20px;
  }

}

@media only screen and (min-width: 1140px) {
  #buynow ul li {
    display: inline-block;
    position: absolute;
    padding: 0;
  }

}

@media only screen and (min-width: 1140px) {
  #buynow ul li.cd-1 {
    padding-left: 250px;
    top: 17px;
    left: 6px;
  }

  #buynow ul li.cd-1 img {
    float: left;
    margin-left: -250px;
  }

}

@media only screen and (min-width: 1140px) {
  #buynow ul li.cd-2 {
    padding-right: 250px;
    /*top: 245px;*/
    left: 190px;
  }

  #buynow ul li.cd-2 img {
    float: right;
    margin-right: -250px;
  }

}

#buynow ul figure {
  margin: 0;
}

#buynow ul figcaption {
  display: block;
  padding: 20px;
  font: bold 24px/30px "Roboto", sans-serif;
  text-align: center;
  color: #7d7d7d;
}

@media only screen and (min-width: 1140px) {
  #buynow ul figcaption {
    padding: 122px 0 0 38px;
    width: 140px;
    text-align: left;
  }

}

@media only screen and (min-width: 1140px) {
  #buynow ul .alt figcaption {
    padding: 144px 52px 0 0;
    text-align: right;
  }

}

#buynow ul img {
  display: block;
  margin: 0 auto;
  padding: 0;
}

#buynow dl {
  margin: 0 -20px -20px -20px;
  padding: 20px;
  background: #233a5d;
}

@media only screen and (min-width: 640px) {
  #buynow dl {
    margin: 0 auto;
    width: 470px;
    overflow: hidden;
  }

}

@media only screen and (min-width: 1140px) {
  #buynow dl {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
    background: none;
  }

}

#buynow dl dt,
#buynow dl dd {
  display: block;
  margin: 0;
  font: normal 15px/39px "Roboto", sans-serif;
}

@media only screen and (min-width: 640px) {
  #buynow dl dt,
  #buynow dl dd {
    float: left;
    width: 215px;
  }

}

#buynow dl dt {
  clear: left;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}

#buynow dl dd {
  font-weight: 300;
  color: #b6c3ea;
}

.buynow-btm {
  text-align: center;
}

.buynow-btm .btn-buynow {
  margin-top: 35px;
}

/*# sourceMappingURL=main.css.map */

/* Footer */

.footer {background:#202020;background:linear-gradient(#444,#222);border:5px solid #111;}
.footer .inner {box-sizing:border-box;margin:0 20px;padding:40px 20px;text-align:center;}
@media only screen and (min-width: 480px) { .footer .inner {padding:70px 70px 70px 150px; text-align:left;} }
@media only screen and (min-width: 1140px) { .footer .inner {margin:0 auto; width:1100px;} }
.footer img {display:inline-block; margin:0 auto 20px;}
@media only screen and (min-width: 480px) {
  .footer img {float:left;margin:0 0 0 -80px;}
/*.death .footer img{float:left;margin:-35px 0 0 -80px}*/
  }
/*.footer .logo img {margin:11px 30px 0 0;}*/
.footer p {margin:0; padding:0; font-size:17px; line-height:24px; color:#DDD; font-family:Roboto,Tahoma,sans-serif;}
