/*
Theme Name: RIFT Starfall Prophecy
Author: the Trion Web Dev team
Author URI: http://www.trionworlds.com/
Description: RIFT Starfall Prophecy is a marketing site for the new RIFT expansion.
Version: 1.0
*/


/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

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

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*
 * Remove blur behind play button
 */
video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/webfont/flexslider-icon.eot');
  src: url('fonts/webfonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/webfonts/flexslider-icon.woff') format('woff'), url('fonts/webfonts/flexslider-icon.ttf') format('truetype'), url('fonts/webfonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  margin-bottom: 1px;
  position: relative;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
/*.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}*/
.flexslider {
    margin: 2em auto 4% auto;
    position: relative;
    max-width: 1030px;
}
#slider.flexslider:after {
    content: "";
    position: absolute;
    background: url(//webcdn.triongames.com/sfp/img/slider-frame.png) no-repeat 0 0;
    border: none;
    width: 108.6%;
    top: -3%;
    left: -4.3%;
    height: 0;
    max-width: 1114px;
    padding-bottom: 61.18133%;
    background-size: cover;
}
#carousel.flexslider .slides > li {
    border: 1px solid #d57e3b;
    /*margin: 0 10px;*/
    cursor: pointer;
}
#carousel.flexslider .slides > li.flex-active-slide {border-color:#05eefa}
#carousel.flexslider .slides > li:first-child {
    margin-left: 0;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  /*opacity: 0;*/
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
/*  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;*/
}
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
  text-align: right;
  width: 86px;
  background: transparent url(//webcdn.triongames.com/sfp/img/flex-arrows.png) no-repeat -86px 0;
  height: 88px;
  text-indent: 100%;
  overflow: hidden;
}
.flexslider .flex-direction-nav .flex-prev {
  background-position:0 0;
  left: 0;
  top: 36px;
}
.flexslider .flex-direction-nav .flex-prev:hover {
  background-position: 0 -88px;
}
.flexslider .flex-direction-nav .flex-prev:active {
  background-position: 0 -176px;
}
.flexslider .flex-direction-nav .flex-next {
  background-position:-86px 0;
  right: 0;
  top: 36px;
}
.flexslider .flex-direction-nav .flex-next:hover {
  background-position: -86px -88px;
}
.flexslider .flex-direction-nav .flex-next:active {
  background-position: -86px -176px;
}
#carousel.flexslider {display:none;}
/*#slider.flexslider .flex-direction-nav .flex-prev, #slider.flexslider .flex-direction-nav .flex-next {display:none;}*/
#slider.flexslider .flex-direction-nav .flex-prev {
  left: 0;
}
#slider.flexslider .flex-direction-nav .flex-next {
  right: 0;
}
#slider.flexslider .flex-direction-nav {
  margin-bottom: 8em;
}
#slider.flexslider .flex-direction-nav .flex-prev, #slider.flexslider .flex-direction-nav .flex-next {
  top: initial;
  bottom: -50%;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.flex-caption {
  opacity: 0;
  padding: 7%;
  position: absolute;
  color: #5ac2b7;
  font-size: 1.5em;
  line-height: 1em;
  margin: 0;
  right: 0;
  bottom: 0;
  font-family: 'Marcellus SC', serif;
  background: -webkit-linear-gradient(top, #67dbcd 0%,#558974 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.flex-active-slide .flex-caption {
    opacity: 1;
}

.customfancybox #fancybox-loading, .customfancybox .fancybox-close, .customfancybox .fancybox-prev span, .customfancybox .fancybox-next span,
.map-customfancybox #fancybox-loading, .map-customfancybox .fancybox-close, .map-customfancybox .fancybox-prev span, .map-customfancybox .fancybox-next span,
.preorderfancybox #fancybox-loading, .preorderfancybox .fancybox-close, .preorderfancybox .fancybox-prev span, .preorderfancybox .fancybox-next span {
  background-image: url(//webcdn.triongames.com/sfp/img/custom_fancybox_sprite.png);
}
.map-customfancybox .fancybox-outer, .map-customfancybox .fancybox-inner { position: static; }
.map-customfancybox .fancybox-nav span {  }
.map-customfancybox .fancybox-prev span { left: 0px; }
.map-customfancybox .fancybox-next span { right: 0px; }
.customfancybox .fancybox-close {
  top: -35px;
  right: -35px;
}
.preorderfancybox #preorder {background-color:#1f1714;border:1px solid #9b5c2b;}
.preorderfancybox #preorder p {
  margin: 0 0 2em 0;
}
.preorderfancybox #preorder p, .preorderfancybox #preorder ul li {
  position:relative;color: #7d7d7d;font-size: 1em;
}
.fr .preorderfancybox #preorder p, .fr .preorderfancybox #preorder ul li,
.de .preorderfancybox #preorder p, .de .preorderfancybox #preorder ul li
{
  font-size: 0.875em;
}
.preorderfancybox #preorder div.hr {margin-top: 11%;background-size: contain;}
.preorderfancybox #preorder ul {margin: 1em 0 2em 0;padding: 0;list-style-position: outside;}
.fr .preorderfancybox #preorder ul,
.de .preorderfancybox #preorder ul {
  margin: 1em 0 1em 0;
}
.preorderfancybox #preorder ul li {margin: 0 1em;list-style-image: url(//webcdn.triongames.com/sfp/img/grey-bullet.png);}
#preorder p .orng {color:#cc946a;}
#preorder p .wh {color:#fff;}
.preorderfancybox #preorder .btn {
  text-align:center;
  position:relative;
  padding: 0.5em 0;
  border: none;
  font-size: 1.350em;
  line-height: 1em;
  font-weight: normal;
}
.preorderfancybox #preorder .btn.small {
  font-size: 1.125em;
}
.preorderfancybox #preorder .btn a {
  color: #FFF;
  text-transform: uppercase;
  background: #bf621a;
  background-image: -ms-linear-gradient(top,#bf621a,#8c4713);
  background-image: -o-linear-gradient(top,#bf621a,#8c4713);
  background: -moz-linear-gradient(top,#bf621a 0%,#8c4713 100%);
  background: -webkit-linear-gradient(top,#bf621a 0%,#8c4713 100%);
  background: linear-gradient(to bottom,#bf621a 0%,#8c4713 100%);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: 'Open Sans',sans-serif,Arial;
  padding: 7px 62px 8px 62px;
  padding: 0.324em 2.87em 0.444em 2.87em;
  text-decoration: none;
  margin-bottom: 1.5em;
}
.preorderfancybox #preorder .btn a:hover, .preorderfancybox #preorder .btn a:active {
  background: #bf621a;
  background-image: -ms-linear-gradient(top,#8c4713,#bf621a);
  background-image: -o-linear-gradient(top,#8c4713,#bf621a);
  background: -moz-linear-gradient(top,#8c4713 0%,#bf621a 100%);
  background: -webkit-linear-gradient(top,#8c4713 0%,#bf621a 100%);
  background: linear-gradient(to bottom,#8c4713 0%,#bf621a 100%);
}
.preorderfancybox #preorder .btn a:active {
  font-size: 0.97em;
  padding: 0.341em 3.021em 0.467em 3.021em;
}
.preorderfancybox #preorder .btn.small a:active {
  font-size: 0.9725em;
}
.preorderfancybox #preorder {
  background: #1f1714 url(//webcdn.triongames.com/sfp/img/dragon_mount_bg_noframe.jpg) no-repeat -300px top;
}
.preorderfancybox #preorder .deluxe {
  padding: 50px 4% 0 4%;
}
.preorderfancybox #preorder .standard {
    padding: 20px 4% 50px 4%;
}
.preorderfancybox #preorder .deluxe, .preorderfancybox #preorder .standard {position: relative;}
.preorderfancybox.fancybox-opened .fancybox-skin{background:transparent none;}
.preorderfancybox #preorder .deluxe .bg-video{display:none;}
.preorderfancybox #preorder h1, .preorderfancybox #preorder h2 {
  position:relative;
  color: #f79244;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
  text-shadow: none;
  font-size: 1.5em;
  word-wrap: break-word;
  word-break: break-word;
}
.preorderfancybox #preorder h1 .price, .preorderfancybox #preorder h2 .price {
  color: #fff;
  font-size: 1.3em;
  margin-left: 0.5em;
}
.preorderfancybox #preorder h2 .price {
  color: #f79244;
}
.preorderfancybox #preorder .price sup {
  font-size: 0.58em;
}
.fr .preorderfancybox #preorder .btn, .de .preorderfancybox #preorder .btn {
    font-size: 1em;
}

.map-customfancybox  .fancybox-close, .preorderfancybox .fancybox-close {
  top: 20px;
  right: 20px;
}
.customfancybox .fancybox-skin {background: #130c09 !important;}
.customfancybox .fancybox-skin h3 {
  color: #ab6036 !important;
  font-size:2.5em;
  line-height: 1em;
}
.customfancybox .fancybox-skin h4 {
  color: #b7b7b7 !important;
  font-size:1.375em;
  text-transform: none;
  line-height: 1em;
  margin-top: .5em;
}
.customfancybox .fancybox-skin p {
  color: #c2c2c2 !important;
  font-size:1.063em;
  text-transform: none;
  word-wrap: break-word;
  word-break: break-word;
}

.map-customfancybox .fancybox-skin {background: #130c09 !important;}
.map-customfancybox .fancybox-skin h3 {
  color: #ab6036 !important;
  font-size:2.5em;
  line-height: 1em;
}
.map-customfancybox .fancybox-skin h4 {
  color: #b7b7b7 !important;
  font-size:1.375em;
  text-transform: none;
  line-height: 1em;
  margin-top: .5em;
}
.map-customfancybox .fancybox-skin p {
  color: #c2c2c2 !important;
  font-size:0.875em;
  text-transform: none;
  word-wrap: break-word;
  word-break: break-word;
}
.map-customfancybox .fancybox-skin em.postlaunch {
  font-size: 0.636em;
  color: #666 !important;
  margin: 0.25em 0 0.5em 0;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}
.map-customfancybox .fancybox-inner{margin:0 auto;}

#carousel .flex-viewport {
    margin: 0 90px;
}

.rel {position:relative;}

html {font-size:16px;}
body {padding:0;background:#140c09;margin:0 auto}
.wrapper {width:100%;/*background:#ff0;*/overflow:hidden;margin: 0 auto;position:relative;}
.half, .third, .fourth, .sixth, .twelfth {text-align: center;}
.center {text-align: center !important;margin: 0 auto;}

.aspectRatio {padding-top:56.25%;}
.absoluteContainer {  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;}
/*
#header h1 {display:inline-block;max-width:96px}
#header h1 span {display:block;border-radius:12%;background:url(http://placehold.it/96x96.jpg) no-repeat;background-size:100% 100%;height:0;max-width:96px;padding-bottom:100%;width:100%}
*/
.video-link {position:relative;display:block;}
.video-link .trailer {margin: 6% 7% 8% 7%;width: 86%;}
.video-link .trailer-border {position:absolute;top:0;left:0;width: 100%;}
.video-link .play-btn {position:absolute;top: 38.936170212765957446808510638298%;left: 43.048128342245989304812834224599%;width: 13.903743315508021390374331550802%;}

.video-link .play-btn { opacity: 0.8;}
.video-link:hover .play-btn { opacity: 1; }

.hide-text{text-indent:100%;white-space:nowrap;overflow:hidden;font-size:0 !important;text-shadow:none !important;}
.video-wrap {position:relative;overflow: hidden;}
.video-container {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  text-align: center;
}
.video-container .bg-video, .video-container .bg-fallback {
  left: 50%;
  margin-left: -960px;
  display: block;
  max-width: none;
  position: relative;
  top: 0;
  width: 1920px;
  height: 1080px;
}
#header .dates .headstart-date,#header .dates .launch-date {
  text-align: center;
  width: 100%;
}
#header .dates h3 {font-size: 1.75em;color: #156671;text-transform: uppercase;letter-spacing: 0.1em;}
#header .dates h4 {font-size: 1.25em;color: #156974;text-transform: uppercase;}

#header, #map{min-height:1080px;}
#header .wrapper {position:relative;text-align: center; text-transform: uppercase; color: #2ad6ed;padding-top: 29.7rem;}
#map {margin-top:1.5em;margin-bottom:6em;}
#map .emptygif {position:absolute;z-index:200;}

/****** BEGIN LEARN MORE BUTTON ******/
a.learn-more-wrap {
    display: block;
    padding: 72px 0;
    position: absolute;
    top: 0;
    width: auto;
    left: 0;
    right: 0;
    margin:0 auto;
    text-decoration: none;
    bottom: -1em;
}

a.learn-more-wrap:after {content: '';opacity:0;  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;}

span.learn-more,a.learn-more-wrap:after {
  position: absolute;
  background: transparent url(//webcdn.triongames.com/sfp/img/learn-more_sprite.png) no-repeat 0 0;
  top: 60.5%;
  left: 50%;
  height: 40px;
  width: 138px;
  margin-left: -69px;
}

.fancybox-learn-more {position: relative;top: -17px;}
.fancybox-learn-more a.learn-more-wrap {width:auto;padding:0;bottom:initial;}

a.learn-more-wrap:hover:after{
  opacity: 1;
  background-position: 0 -40px;
}
a.learn-more-wrap:active:after{
  opacity: 1;
  background-position: 0 -80px;
}
.fr span.learn-more,.fr a.learn-more-wrap:after {
  background-position: 0 -120px;
}
.fr a.learn-more-wrap:hover:after{
  opacity: 1;
  background-position: 0 -160px;
}
.fr a.learn-more-wrap:active:after{
  opacity: 1;
  background-position: 0 -200px;
}
.de span.learn-more,.de a.learn-more-wrap:after {
  background-position: 0 -240px;
}
.de a.learn-more-wrap:hover:after{
  opacity: 1;
  background-position: 0 -280px;
}
.de a.learn-more-wrap:active:after{
  opacity: 1;
  background-position: 0 -320px;
}

a.learn-more-wrap:hover span.learn-more{
}

a.learn-more-wrap:active span.learn-more{
  opacity:0;
}

a.learn-more-wrap h4 {padding: 0;margin-top: -1em;}

#map a.learn-more-wrap:hover h4 {
    color: #f9a25f;
    -webkit-text-fill-color: rgba(247, 164, 100, 0.5);
}
#map a.learn-more-wrap:hover {
    text-decoration: none;
}
/****** END LEARN MORE BUTTON ******/

.screen-reader-text {
    color: #999;
}

h1,h2,h3,h4,h5 {font-family: 'Marcellus SC', serif; font-size: 3.125em; text-shadow: 3px 3px 13px #0f0b13; margin:0;}
h1.page-title {color: #f79244;}
h4 {font-size: 2em;color: #f79244;text-transform: uppercase;font-weight: bold;}
h5 {font-size: 1.25em;color: #a9642f;text-transform: uppercase;font-weight: normal;}
.fr h4, .de h4 {font-size: 1.5em;}
dl dt {font-size: 2.063em;font-weight:bold;color: #f28f42;font-family: 'Marcellus SC', serif;text-transform: uppercase;padding-bottom:0.5em;}
dl dd {
  background: transparent url(//webcdn.triongames.com/sfp/img/sm-diamond_bullet.png) no-repeat 0px 5px;
  margin: 0;
}
dl dd p {
  color: #f28f42;
  font-family: 'Marcellus SC', serif;
  text-transform: uppercase;
  text-align: left;
  font-size: 1.250em;
  margin: 0.5em 0 0.5em 1.5em;
}
#header h2, #header h3 {letter-spacing:.075em;text-shadow:rgb(15, 11, 19) 2px 2px 0.658em;}
#header .tagline{background: -webkit-radial-gradient(center, ellipse cover, #01d4ed 0%,#01d4ed 50%,#017196 100%);
-webkit-background-clip:text;
-webkit-text-fill-color: transparent;
}
p {font: 1em 'Open Sans', sans-serif;color: #d5b59c;}
.spacer {
  z-index:1;
  background: transparent url(//webcdn.triongames.com/sfp/img/spacer.png) no-repeat center top;
  height: 120px;
  margin: 0 auto 3em auto;
  position: relative;
  left: 0;
  right: 0;
}
.spacer2 {
    z-index: 1;
    height: 55px;
    position: absolute;
    left: 0px;
    right: 0px;
    background: url(//webcdn.triongames.com/sfp/img/spacer2.png) center top no-repeat transparent;
    margin: 0px auto;
    margin-top: -28px;
}
.footer-spacer {
    z-index: 1;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(//webcdn.triongames.com/sfp/img/footer.png) center top no-repeat transparent;
    margin: 0px auto;
}
.spacer.wide {
  background: transparent url(//webcdn.triongames.com/sfp/img/frame_64-bit.png) no-repeat center top;
}
#level70 {margin: 1% 4%;background:#130d0d no-repeat center top;top: 12px;position: relative;padding-bottom: 6%;}
#level70 h3 {color: #f79244;font-size: 2.5em;}
#level70 h4 {font-size: 0.875em;color: #d37d3a;font-family: 'Open Sans', sans-serif;font-weight: 400;text-transform: none;padding-bottom: 1.5em;}
#level70 h5 {font-size: 1.188em;color: #fff;padding-top:1em;}
#level70 .class-icon {width: 100%;max-width: 44px;height: 55px;}
#level70 .calling {color: #f69244;font-size: 1.563em;font-family: 'Marcellus SC', serif;text-transform: uppercase;}
#level70 .soul {color: #9b5c2b;font-size: 0.875em;font-weight:bold}
#level70 .ability-icon {margin:1em 0;}
#level70 .details {color: #7d7d7d;font-size: 0.875em;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.fr #level70, .de #level70 {font-size: .93em;}
/*#map.video-wrap {padding-bottom: 56.25000%;height: 0;}*/
#map h4, #buynow .spacer h4 {text-align: center;background: -webkit-radial-gradient(center, ellipse cover, #cc946a 0%,#cc946a 50%,#994e29 100%);-webkit-background-clip: text;-webkit-text-fill-color: rgba(247,146,68,0.5);font-weight: bold;letter-spacing: 0.1em;text-transform: none}
#map .map-container .rel {max-width: 619px;}
#map .map-container .rel img#zonesmap {height:100%;}
#map .map-container .rel img {height:auto;}
#map .map-container {margin-top:3em;}
#map .overlay {display:none;position: absolute;top: -1px;left: 0;background:transparent url(//webcdn.triongames.com/sfp/img/map-overlay.png) no-repeat 0 0;
background-size: 600.00000% 100.00000%;
height:0;width:100%;
max-width: 619px;
padding-bottom: 106.62359%;
}

.mapDetails{width: 85%;padding: 18% 7.5% 12% 7.5%;background-color: #130c09;
overflow-wrap: break-word;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
.fr .mapDetails, .de .mapDetails {font-size:.75em;}
.fr .map-customfancybox .fancybox-skin p,
.de .map-customfancybox .fancybox-skin p {font-size:1em;}

#map .overlay.map-tenebreanSchism {background-position: 20% 0;}
#map .overlay.map-xarthMire {background-position: 40% 0;}
#map .overlay.map-scatherranForest {background-position: 60% 0;}
#map .overlay.map-alittu {background-position: 80% 0;}
#map .overlay.map-gedloBadlands {background-position: 100% 0;}
/*
#overlayr1 {
    position:absolute;
    background:#f0f;
    opacity:0.5;
    width:300px;
    height:160px;
    z-index:100;
    display:none;
}
#overlayr2 {
    position:absolute;
    background:#ff0;
    opacity:0.5;
    width:300px;
    height:190px;
    top:160px;
    z-index:100;
    display:none;
}
*/
.spacer h4 {
  font-weight: normal;
  font-family: 'Marcellus SC', serif;
  text-transform: initial;
  margin: 0 auto;
  padding-top: 1.45em;
  font-size: 1.75em;
  -webkit-text-fill-color: #f79244;
}

.pre-order-btn {
  max-width:292px;
  width:100%;
  height:130px;
  display:inline-block;
}
.pre-order-btn span {
  background:transparent url(//webcdn.triongames.com/sfp/img/pre-order-btn-sprite.png) no-repeat 0 0;
  background-size:100.00000% 900.00000%;
  height:0;
  padding-bottom:44.52055%;
  display:block;
}
.pre-order-btn:hover span {
  background-position:0 12.5%;
}
.pre-order-btn:active span {
  background-position:0 25%;
}
.fr .pre-order-btn span {
  background-position:0 37.5%;
}
.fr .pre-order-btn:hover span {
  background-position:0 50%;
}
.fr .pre-order-btn:active span {
  background-position:0 62.5%;
}
.de .pre-order-btn span {
  background-position:0 75%;
}
.de .pre-order-btn:hover span {
  background-position:0 87.5%;
}
.de .pre-order-btn:active span {
  background-position:0 100%;
}


/*.fancybox-wrap:after {
    position: absolute;
    top: -1%;
    left: -4%;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 45px 45px 45px 45px;
    border-image: url("/wp-content/themes/starfallprophecy/img/border-frame.png") 45 45 45 45 stretch stretch;
    width: 96%;
    height: 90%;
    pointer-events: all;
}
*/
#screenshots {overflow:hidden;background:transparent url(//webcdn.triongames.com/sfp/img/screenshots-bg.jpg) no-repeat center top;max-width: 1920px;background-size: cover;margin: 0 auto;}
#triptych {overflow:hidden;background:transparent url(//webcdn.triongames.com/sfp/img/triptych-bg.jpg) no-repeat center top;max-width: 1920px;background-size: cover;margin: 0 auto;padding-bottom:6em;}
#screenshots .wrapper {padding-top: 6em;}
#screenshots .wrapper h5 span {background: transparent url(//webcdn.triongames.com/sfp/img/diamond_bullet.png) no-repeat right center;background-size: 14px;padding:0 1.5em 0 0.5em;}
#screenshots .wrapper h5 span:last-of-type {background: none;}
#triptych .wrapper {overflow:visible;padding-top: 4em;}
#triptych h4.center {margin-top: 1em;}
#triptych h5 {font-weight:bold}
#triptych .triptychBox {position:relative;}
#triptych .triptychBox.eternal{background:transparent url(//webcdn.triongames.com/sfp/img/eternal-bg.jpg) no-repeat center top;background-size: cover;height: 0;padding-bottom: 79.31034%;}
#triptych .triptychBox.eternal{
  width: 92%;
  height: 0;
  margin: 0 auto;
  background:transparent url(//webcdn.triongames.com/sfp/img/eternal-bg.jpg) no-repeat center top;
  background-size: contain;
  padding-bottom: 79.31034%;}
#triptych .triptychBox.eternal img{position: absolute;height: 108.5%;bottom: -0.6%;left: -2.5%;display: block;max-width: initial;}
#buynow {
    background: transparent url(//webcdn.triongames.com/sfp/img/features-bg.jpg) no-repeat center top;
    max-width: 1920px;
    background-size: cover;
    margin: 0 auto;
}

#buynow ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.usp-list {margin-top:3em;}

div.hr {
  background: transparent url(//webcdn.triongames.com/sfp/img/hr.png) no-repeat 0 0;
  background-size: 100.00000% 100.00000%;
  height: 0;
  max-width: 544px;
  padding-bottom: 9.00735%;
  width: 100%;
  margin: 0 auto;
}

div.hr2 {
  background: transparent url(//webcdn.triongames.com/sfp/img/hr2.png) no-repeat 0 0;
  background-size: 100.00000% 100.00000%;
  height: 1px;
  max-width: 969px;
  width: 100%;
  margin: 0 auto;
}

div.hr hr, div.hr2 hr {
  display: none;
}

img {max-width:100%;}

a.playrift {color:#2ad6ed;text-decoration:none;margin:0 auto;text-align:center;font-family:'Marcellus SC', serif;font-size:1.2em;}
a.playrift:hover {color: #fff;}

/* footer */
#footer {position:relative;}
.error404 #footer,.search #footer {
    margin-top: 3em;
}
.cookie-compliance-container {background: none repeat scroll 0 0 #333;border-bottom: 1px solid #FFF;top: 40px;position: absolute;width: 100%;z-index: 99;padding-bottom: 2%;}
.cookie-compliance-message{margin:0 auto;position:relative;width:100%;}
.cookie-compliance-message p{color:#999;font-size:12px;line-height:1.2em;margin:0;padding:2%;width:96%;}
.cookie-compliance-message p a{color:#FFF;text-decoration:underline}
.hide-cookie-compliance {margin: 0 2%;padding: 6px;}
button{cursor:pointer}

.copyright {float: none;clear: both;padding-top: 2em;}
.copyright p {font-size:0.9em;color:#d2d2d2;}
.footer-legal {padding-bottom:2em;}
.footer-legal ul{font-size:.875em;text-align:center;list-style-type:none;}
.footer-legal ul li{list-style:none;display:inline;padding-right:5px;padding-left:5px}
.footer-legal ul li a{text-decoration:underline;color:#b2b2b2;}
.footer-legal ul li a:hover{color:#01d4ed;}
.corp-logos {float: none;padding-bottom: 1em;}
.corp-logos img {padding-right: 1em;}
.rating {float: none;}
.social {padding-right:1em;}

/*div#carousel.flexslider {
    margin: 0 auto;
    margin-top: -7em;
}
#carousel ul.slides {
    display: none;
}
.flex-direction-nav {
    height: 88px;
    top: 0;
}
#carousel a {
    top: 0;
}*/

@media only screen and (max-width:319px) {
  body{font-size:5vw;word-break:break-all}
}

@media only screen and (min-width:320px) {
  .wrapper {/*background:green;*/width:98%;padding:0 1%}
  #footer, #header {text-align:center}
  #footer {padding: 4em 0 0 0;margin-top: 2em;}
  #footer ul, #header ul {padding:0;margin:0 auto}
  #footer ul li, #header ul li {display:inline}
  #content {margin-bottom:2%}
}

@media only screen and (min-width:435px) {
  .fr h4, .de h4 {font-size: 2em;}

  .mapDetails{padding: 12% 7.5% 12% 7.5%;}
  .fr .mapDetails, .de .mapDetails {font-size:1em;}
  .fr .map-customfancybox .fancybox-skin p,
  .de .map-customfancybox .fancybox-skin p {font-size:0.875em;}

  /*#header .dates .headstart-date,#header .dates .launch-date {
    display: inline-block;
    width: 40%;
  }*/
  #header .dates .launch-date {
    background: transparent url(//webcdn.triongames.com/sfp/img/blue.gif) repeat-y 10px 0;
    padding-left: 20px;
  }
  h5 {font-size: 1.65em;}
  .fr h5 {font-size: 1.3em;}
  .de h5 {font-size: 1.3em;}
  dl dd p {/* text-align: center; */}
  #screenshots .wrapper h5 span {background-size: 21px;}
  #slider.flexslider .flex-direction-nav .flex-prev, #slider.flexslider .flex-direction-nav .flex-next {
    top: initial;
    bottom: 50%;
    transform: translateY(50%);
  }
  .preorderfancybox #preorder {
    background-position: center top;
  }
  .fr .preorderfancybox #preorder .btn {
    font-size: 1.350em;
  }
  .fr .preorderfancybox #preorder .btn.small {
    font-size: 1.125em;
  }
  .de .preorderfancybox #preorder .btn {
    font-size: 1.350em;
  }
  .de .preorderfancybox #preorder .btn.small {
    font-size: 1.125em;
  }
}

@media only screen and (min-width:667px) {
  .rating {float: right;}
}

@media only screen and (min-width:768px) {
  h4 {font-size: 2.50em;}
  .cookie-compliance-container{z-index:99;padding-bottom:0;}
  .cookie-compliance-message{width:100%}
  .cookie-compliance-message p{padding: 2%;width: 76%;}
  .hide-cookie-compliance{right:0;width:18%;margin-right:2%;padding:6px;position:absolute;top:20px}

  a.learn-more-wrap{width:600px;}
  #slider.flexslider .flex-direction-nav, #map {
    margin-bottom: initial;
  }
  .preorderfancybox #preorder .btn{text-align:left;}
  #slider.flexslider .flex-direction-nav .flex-prev, #slider.flexslider .flex-direction-nav .flex-next {display:none;}
  #carousel.flexslider {display:block;}
  .left {float:left}
  .right {float:right}
  .wrapper {/*background:#F0A050*/}
  .half, .third, .fourth, .sixth, .twelfth {
    display: inline-block;
    vertical-align: top;
    padding-left: 2%;
    text-align: initial;
  }
  .half:first-child, .third:first-child, .fourth:first-child, .sixth:first-child, .twelfth:first-child {
    padding-left: 0;
  }
  .full {width:100%;display:block;}
  .half {
    width: 49%;
  }
  .third {
    width: 32%;
  }
  .fourth {
    width: 23.5%;
  }
  .sixth {
    width: 15%;
  }
  .twelfth {
    width: 6.5%;
  }
  .spacer h4 {
    padding-top: 30px;
    font-size: 2.50em;
  }
.corp-logos {float: left;padding-bottom:0;margin-left: 1em;}

/*  #carousel ul.slides {
    display: block;
  }
  div#carousel.flexslider {
    margin: 2em auto 4% auto;
  }
  .flex-direction-nav {
    height: auto;
    top: initial;
  }
  #carousel a {
    top: 36px;
  }
*/
  .mapDetails {padding: 3% 7.5% 0 7.5%;max-width:768px;margin:0 auto;background-color: transparent;}
  #level70{background-image: url(//webcdn.triongames.com/sfp/img/level-cap_bg.jpg);margin:0;border: 1px solid #9b5c2b;}
  .preorderfancybox #preorder .standard {padding: 20px 50% 50px 4%;}
  #preorder .box-art {position: absolute;right: 0;top: 0;width: 50%;}
  #preorder .box-art img {position: absolute;right: 0;}
  #triptych .upgrades header{position: absolute;top: 0;}
  #triptych .upgrades .fourth {padding-top:42%;}
  #triptych .upgrades .half {padding-top:38.5%;}
  #triptych .triptychBox {background:#201611;}
  #triptych .triptychBox.eternal{
    width: auto;
    margin: 0;
    background-size: cover;
  }
  #triptych .triptychBox.eternal img{bottom: -9%;height: 117.5%;}
  .valigntop {vertical-align: top}
  .valignmid {vertical-align: middle}
  .valignbot {vertical-align: bottom}
  .table {display: table;width: 100%;}
  .table .table-row {display:table-row;}
  .table .table-col {display: table-column;}
  .table .table-cell {display: table-cell;}
/*  #triptych .wrapper {display: -webkit-flex; display: -moz-flex; display: flex;}
  #triptych .fourth, #triptych .half {display:inline-block;flex-direction: column;justify-content: space-between;}*/
  #buynow ul {text-align:left;}
  /*#header .dates .headstart-date, #header .dates .launch-date {width:20%;}*/
  /*#header .dates .headstart-date, #header .dates .launch-date {width:20%;}*/
}

@media only screen and (min-width:960px) {
/* Adding some ZAZZ */
.pre-order-btn {
    background:transparent url(//webcdn.triongames.com/sfp/img/pre-order-btn-sprite.png) no-repeat 0 0;
    display: inline-block;
    position: relative;
    text-indent: -9999px;
    height: 130px;
}

.pre-order-btn span {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;  background-image:url(//webcdn.triongames.com/sfp/img/pre-order-btn-sprite.png);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition:    opacity 0.5s;
  -o-transition:      opacity 0.5s;
}
.fr .pre-order-btn {background-position:0 37.5%;}
.de .pre-order-btn {background-position:0 75%;}

.pre-order-btn:hover span {
  opacity: 1;
}
  .wrapper {/*background:#C0392B;*//*background:transparent;*/max-width:1026px}
  #screenshots {background-size: initial;min-height: 1080px;}
  #triptych {background-size: cover;padding-bottom:8%;}
  /*#triptych .fourth, #triptych .half{padding-bottom:65%;}*/
  #buynow {background-size: initial;min-height: 1440px;}
  #triptych .upgrades .fourth {padding-top:28%;}
  #triptych .upgrades .half {padding-top:24.5%;}
  /*#header .dates .headstart-date, #header .dates .launch-date {width:33%;}*/
  #footer {margin-top: -11em;}
  .map-customfancybox .fancybox-close {right: 43px;}
  .map-customfancybox.fancybox-opened .fancybox-skin {
    background: transparent url(//webcdn.triongames.com/sfp/img/zone-frame.png) no-repeat 0 0 !important;
    background-size: 100.00000% 100.00000% !important;
    height: 736px !important;
    width: 928px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
.map-customfancybox .fancybox-prev span { left: 40px; }
.map-customfancybox .fancybox-next span { right: 40px; }

}

@media only screen and (min-width:1140px){
  .fr h5 {font-size: 1.4em;}
  .de h5 {font-size: 1.4em;}
  .cookie-compliance-container{height:103px;z-index:99;padding-bottom:0;}
  .cookie-compliance-message{width:978px}
  .cookie-compliance-message p{padding:14px 10px 18px;width:770px}
  .hide-cookie-compliance{margin:0;left:805px;padding:6px;position:absolute;top:20px}

  .wrapper {
    width: 98%;
    max-width: 1248px;
    padding: 0 1%;
  }
  #carousel .flex-viewport {margin: 0;}
  .flexslider .flex-direction-nav .flex-prev {left: -86px;}
  .flexslider .flex-direction-nav .flex-next {right: -86px;top: 36px;}
  .flexslider .flex-direction-nav .flex-prev:hover {left: -86px;}
  .flexslider .flex-direction-nav .flex-next:hover {  right: -86px;top: 36px;}
  /*#triptych .fourth, #triptych .half{padding-bottom:55%;}*/
  #triptych .upgrades .fourth {padding-top:24%;}
  #triptych .upgrades .half {padding-top:20.5%;}
}

@media only screen and (min-width:1152px){
  .preorderfancybox .fancybox-close {right: 45px;}
  .preorderfancybox #preorder, #level70 {background-color:transparent;border:none;}
  .preorderfancybox #preorder div.hr {display:none;}
  .preorderfancybox #preorder .deluxe, .preorderfancybox #preorder .standard {
    padding: 33px 42% 32px 7.5%;
    border: none;
    margin: 0;
  }
  .preorderfancybox #preorder {background: transparent none;}
  .preorderfancybox #preorder div.hr {margin-top: 2em;}
  .preorderfancybox #preorder .deluxe {
    background: url(//webcdn.triongames.com/sfp/img/dragon_mount_bg.png) no-repeat 31px 8px;
    height: 335px;
    padding: 33px 42% 44px 7.5%;
  }
  .preorderfancybox #preorder .deluxe .bg-video {display:block;position: absolute;top: 8px;left: 30px;}
  .preorderfancybox #preorder .standard {
    background: url(//webcdn.triongames.com/sfp/img/lightbox_bottom_bg.jpg) no-repeat 31px 0px;
    height: 258px;
    padding: 21px 34% 32px 7.5%;
  }
  .preorderfancybox.fancybox-opened .fancybox-skin {
    background: transparent url(//webcdn.triongames.com/sfp/img/pre-order-bg.png) no-repeat 0 0 !important;
    background-size: 100% 100% !important;
    padding-bottom: 68.09872% !important;
    height: 0 !important;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
  }
  #preorder .box-art img{right:12%;}
}

@media only screen and (min-width:1274px){
  .fr h5 {font-size: 1.5em;}
  #triptych {background-size: initial;min-height: 1000px;padding-bottom:0;}
  /*#triptych .fourth, #triptych .half{padding-bottom:52%;}*/
  #triptych .upgrades .fourth {padding-top:18%;}
  #triptych .upgrades .half {padding-top:14.5%;}
}

@media only screen and (-webkit-min-device-pixel-ratio:1.25), only screen and (min--moz-device-pixel-ratio:1.25), only screen and (min-device-pixel-ratio:1.25), only screen and (min-resolution:1.25dppx) {
  #header h1 span {background-image:url(http://placehold.it/192x192.jpg)}
}

@media only screen and (-webkit-min-device-pixel-ratio:2.25), only screen and (min--moz-device-pixel-ratio:2.25), only screen and (min-device-pixel-ratio:2.25), only screen and (min-resolution:2.25dppx) {
}
