@charset "UTF-8";
/*!
Theme Name: foundation
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: foundation
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

foundation is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Main Navigation */
/* Slidebars */
/* Circle Arrows */
@font-face {
  font-family: "PressGothic";
  src: url("fonts/PressGothic.woff") format("woff"); }
/* Spacing */
/* Circle Arrows */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

div, section, figure {
  outline-style: none; }

div:empty, article:empty, p:empty {
  display: none; }

html {
  -webkit-tap-highlight-color: transparent; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "PressGothic", sans-serif;
  font-weight: normal; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }

p {
  margin-bottom: 1.5em;
  font-size: 1.25em;
  line-height: 1.75; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p {
  color: #fff;
  text-shadow: 0px 0px 6px #000; }
.dark a {
  text-shadow: none; }

@media screen and (max-width: 415px) {
  h1 {
    font-size: 2em; }

  h2 {
    font-size: 1.5em; }

  h3 {
    font-size: 1.25em; }

  h4 {
    font-size: 1em; }

  p {
    font-size: 1em; } }
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #767676;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  margin-bottom: 1em; }

li > ul,
li > ol {
  margin-top: 1em;
  margin-bottom: 0;
  margin-left: 0em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* =============================================================================
  DEMO STUFF
============================================================================= */
.demo-title {
  margin-bottom: 24px;
  color: #ff9650;
  font-size: 28px; }

.items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 24px; }

.item {
  margin: 12px; }

/* =============================================================================
  MENU TOGGLE SWITCHES
============================================================================= */
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `cmn-toggle-switch` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.cmn-toggle-switch {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 34px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  box-shadow: none;
  text-shadow: none; }

.cmn-toggle-switch:hover, .cmn-toggle-switch:active, .cmn-toggle-switch:focus {
  outline: none;
  box-shadow: none; }

.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 15.5px;
  left: 8px;
  right: 8px;
  height: 3px;
  background: white; }

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: ""; }

.cmn-toggle-switch span::before {
  top: -7.5px; }

.cmn-toggle-switch span::after {
  bottom: -7.5px; }

/**
 * Style 1
 *
 * Rotating hamburger icon (rot), that simply rotates 90 degrees when activated.
 * Nothing too fancy, simple transition.
 */
.cmn-toggle-switch__rot {
  background-color: #28aadc; }

.cmn-toggle-switch__rot span {
  transition: transform 0.3s; }

/* active state, i.e. menu open */
.cmn-toggle-switch__rot.active {
  background-color: #166888; }

.cmn-toggle-switch__rot.active span {
  transform: rotate(90deg); }

/**
 * Style 2
 * 
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.cmn-toggle-switch__htx span {
  transition: background 0s 0.3s; }

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s; }

.cmn-toggle-switch__htx span::before {
  transition-property: top, transform; }

.cmn-toggle-switch__htx span::after {
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.cmn-toggle-switch__htx.active span {
  background: none; }

.cmn-toggle-switch__htx.active span::before {
  top: 0;
  transform: rotate(45deg); }

.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  transform: rotate(-45deg); }

.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  transition-delay: 0s, 0.3s; }

/**
 * Style 3
 *
 * Hamburger to left-arrow (htla). Hamburger menu transforms to a left-pointing
 * arrow. Usually indicates an off canvas menu sliding in from left that
 * will be close on re-click of the icon.
 */
.cmn-toggle-switch__htla {
  background-color: #32dc64; }

.cmn-toggle-switch__htla span {
  transition: transform 0.3s; }

.cmn-toggle-switch__htla span::before {
  transform-origin: top right;
  transition: transform 0.3s, width 0.3s, top 0.3s; }

.cmn-toggle-switch__htla span::after {
  transform-origin: bottom right;
  transition: transform 0.3s, width 0.3s, bottom 0.3s; }

/* active state, i.e. menu open */
.cmn-toggle-switch__htla.active {
  background-color: #19903c; }

.cmn-toggle-switch__htla.active span {
  transform: rotate(180deg); }

.cmn-toggle-switch__htla.active span::before,
.cmn-toggle-switch__htla.active span::after {
  width: 50%; }

.cmn-toggle-switch__htla.active span::before {
  top: 0;
  transform: translateX(13px) translateY(1.5px) rotate(45deg); }

.cmn-toggle-switch__htla.active span::after {
  bottom: 0;
  transform: translateX(13px) translateY(-1.5px) rotate(-45deg); }

/**
 * Style 4
 *
 * Hamburger to right-arrow (htra). Hamburger menu transforms to a
 * right-pointing arrow. Usually indicates an off canvas menu sliding in from 
 * right that will be close on re-click of the icon.
 */
.cmn-toggle-switch__htra {
  background-color: #ff9650; }

.cmn-toggle-switch__htra span {
  transition: transform 0.3s; }

.cmn-toggle-switch__htra span::before {
  transform-origin: top left;
  transition: transform 0.3s, width 0.3s, top 0.3s; }

.cmn-toggle-switch__htra span::after {
  transform-origin: bottom left;
  transition: transform 0.3s, width 0.3s, bottom 0.3s; }

/* active state, i.e. menu open */
.cmn-toggle-switch__htra.active {
  background-color: #e95d00; }

.cmn-toggle-switch__htra.active span {
  transform: rotate(180deg); }

.cmn-toggle-switch__htra.active span::before,
.cmn-toggle-switch__htra.active span::after {
  width: 50%; }

.cmn-toggle-switch__htra.active span::before {
  top: 0;
  transform: translateX(-3px) translateY(1.5px) rotate(-45deg); }

.cmn-toggle-switch__htra.active span::after {
  bottom: 0;
  transform: translateX(-3px) translateY(-1.5px) rotate(45deg); }

.circle-arrow {
  display: inline-block;
  vertical-align: middle;
  text-align: center; }
  .circle-arrow a {
    display: inline-block;
    border-radius: 50%; }
  .circle-arrow a:hover .left, .circle-arrow a:hover .top, .circle-arrow a:hover .bottom, .circle-arrow a:hover .right {
    border: 0.5em solid #d9d9d9; }
  .circle-arrow a:hover .left:after, .circle-arrow a:hover .top:after, .circle-arrow a:hover .bottom:after, .circle-arrow a:hover .right:after {
    border-top: 0.5em solid #d9d9d9;
    border-right: 0.5em solid #d9d9d9; }
  .circle-arrow .left {
    display: inline-block;
    width: 4em;
    height: 4em;
    border: 0.5em solid #fff;
    border-radius: 50%; }
  .circle-arrow .left:after {
    content: '';
    display: inline-block;
    margin-top: 0.8em;
    margin-left: 0.5em;
    width: 1.4545454545em;
    height: 1.4545454545em;
    border-top: 0.5em solid #fff;
    border-right: 0.5em solid #fff;
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .circle-arrow .top {
    display: inline-block;
    width: 4em;
    height: 4em;
    border: 0.5em solid #fff;
    border-radius: 50%; }
  .circle-arrow .top:after {
    content: '';
    display: inline-block;
    margin-top: 1em;
    width: 1.4545454545em;
    height: 1.4545454545em;
    border-top: 0.5em solid #fff;
    border-right: 0.5em solid #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .circle-arrow .bottom {
    display: inline-block;
    width: 4em;
    height: 4em;
    border: 0.5em solid #fff;
    border-radius: 50%; }
  .circle-arrow .bottom:after {
    content: '';
    display: inline-block;
    margin-top: 0.5em;
    width: 1.4545454545em;
    height: 1.4545454545em;
    border-top: 0.5em solid #fff;
    border-right: 0.5em solid #fff;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .circle-arrow .right {
    display: inline-block;
    width: 4em;
    height: 4em;
    border: 0.5em solid #fff;
    border-radius: 50%; }
  .circle-arrow .right:after {
    content: '';
    display: inline-block;
    margin-top: 0.8em;
    margin-left: -0.5em;
    width: 1.4545454545em;
    height: 1.4545454545em;
    border-top: 0.5em solid #fff;
    border-right: 0.5em solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #f0141e; }
  a:visited {
    color: #f0141e; }
  a:hover, a:focus, a:active {
    color: #c40d15; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background: #000; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      background: #1a1a1a;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      left: -999em;
      z-index: 9; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        min-width: 150px;
        width: auto;
        display: block;
        left: 0;
        right: 0; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative;
    margin: 0;
    border-left: 1px solid #333333; }
    .main-navigation li a {
      padding: 0.2em 1.2em;
      font-size: 1.6em;
      font-family: "PressGothic", sans-serif;
      font-weight: normal; }
  .main-navigation a, .main-navigation a:visited {
    display: block;
    text-decoration: none;
    color: #fff; }
  .main-navigation a:hover {
    color: #fff;
    background: #1a1a1a; }
  .main-navigation .page_item_has_children:hover,
  .main-navigation .current_page_item {
    background: #1a1a1a; }
  .main-navigation .page_item_has_children a:after {
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    margin-left: 6px;
    margin-bottom: 4px;
    display: inline-block;
    vertical-align: bottom; }
  .main-navigation .children {
    background: #f55c63;
    border: 0px solid #000000; }
    .main-navigation .children li {
      width: 100%; }
    .main-navigation .children a {
      color: #fff !important;
      width: 100%; }
    .main-navigation .children a:hover, .main-navigation .children .current-menu-item a {
      background: #f9a4a8; }
    .main-navigation .children a:after {
      content: '';
      border: 0px solid transparent;
      border-top: 0px solid #fff;
      margin: 0; }
    .main-navigation .children .page_item_has_children a:after {
      content: '';
      border: 5px solid transparent;
      border-left: 5px solid #fff;
      margin-left: 12px;
      margin-bottom: 8px;
      display: inline-block;
      vertical-align: bottom; }
    .main-navigation .children .page_item_has_children .children a:after {
      content: '';
      border: 0px solid transparent;
      border-top: 0px solid #fff;
      margin: 0; }
  .main-navigation .current_page_ancestor {
    background: #f55c63 !important; }
    .main-navigation .current_page_ancestor .current_page_ancestor, .main-navigation .current_page_ancestor .current_page_item {
      background: #f9a4a8 !important; }

.menu .active {
  background: #f0141e; }
.menu .active:hover {
  background: #c40d15; }

.main-navigation-center .menu {
  display: flex;
  justify-content: center; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

/* Preorder */
.pre-order, .pre-order:hover, .pre-order:active, .pre-order:visited,
.pre-order-burst, .pre-order-burst:hover, .pre-order-burst:active, .pre-order-burst:visited {
  color: #fff !important;
  text-decoration: none; }

.pre-order {
  background: #333333 !important; }

.pre-order.active {
  background: #f0141e !important; }

.pre-order.active:hover {
  background: #c40d15 !important; }

.pre-order:hover {
  background: #4d4d4d !important; }

.pre-order-burst {
  background: #f0141e;
  display: block;
  width: 164px;
  padding: 8px 0px;
  margin: 0px auto; }
  .pre-order-burst h3 {
    display: block;
    margin: 0;
    text-align: center;
    font-size: 2em; }

.pre-order-burst:hover {
  background: #c40d15; }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

@media screen and (max-width: 1340px) {
  .main-navigation ul a {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 1.1em;
    padding: 0.6em 1em;
    height: 48px; } }
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
@media screen and (max-width: 737px) {
  .pre-order-burst {
    padding: 8px; } }
/*--------------------------------------------------------------
## Slidebars
--------------------------------------------------------------*/
/*!
 * Slidebars - A jQuery Framework for Off-Canvas Menus and Sidebars
 * Version: 2.0.2
 * Url: http://www.adchsm.com/slidebars/
 * Author: Adam Charles Smith
 * Author url: http://www.adchsm.com/
 * License: MIT
 * License url: http://www.adchsm.com/slidebars/license/
 */
/**
 * Box Model, Html & Body
 */
html, body, [canvas=container], [off-canvas] {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%; }

/**
 * Canvas
 */
[canvas] {
  z-index: 1; }

[canvas=container] {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: transparent;
  -webkit-overflow-scrolling: touch;
  /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */ }

[canvas=container]:before, [canvas=container]:after {
  clear: both;
  content: '';
  display: table; }

/**
 * Off-Canavs
 */
[off-canvas] {
  display: none;
  position: fixed;
  background-color: #000;
  color: white;
  /* Basic colors, overwrite this in your own css. */
  -webkit-overflow-scrolling: touch;
  /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */ }

[off-canvas*=top] {
  width: 100%;
  height: 255px;
  top: 0; }

[off-canvas*=right] {
  width: 255px;
  height: 100%;
  top: 0;
  right: 0; }

[off-canvas*=bottom] {
  width: 100%;
  height: 255px;
  bottom: 0; }

[off-canvas*=left] {
  width: 255px;
  height: 100%;
  top: 0;
  left: 0; }

[off-canvas*=reveal] {
  z-index: 0; }

[off-canvas*=push] {
  z-index: 1; }

[off-canvas*=overlay] {
  z-index: 9999; }

[off-canvas*=shift] {
  z-index: 0; }

/**
 * Animation
 */
[canvas], [off-canvas] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
  -webkit-backface-visibility: hidden;
  /* Prevents flickering, may be removed if experiencing problems with fixed background images in Chrome. */ }

[off-canvas*=shift][off-canvas*=top] {
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%); }

[off-canvas*=shift][off-canvas*=right] {
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px); }

[off-canvas*=shift][off-canvas*=bottom] {
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%); }

[off-canvas*=shift][off-canvas*=left] {
  -webkit-transform: translate(50%, 0px);
  transform: translate(50%, 0px); }

/**
 * Print
 */
@media print {
  [canvas] {
    -webkit-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important; }

  [off-canvas] {
    display: none !important; } }
.cmn-toggle-switch {
  display: none;
  margin: 8px 16px;
  float: left; }

@media screen and (max-width: 960px) {
  .main-navigation {
    display: none; }

  .main-navigation ul {
    display: none; }

  .cmn-toggle-switch {
    display: block !important; }

  .site-header .pre-order {
    display: none !important; }

  .slidebar-navigation .pre-order {
    width: 100% !important; } }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site img {
  border-radius: 0px; }

.site-content .widget-area {
  float: right;
  overflow: hidden;
  width: 33%; }

.container, .site-info, .site-content {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.site-content {
  position: relative;
  padding: 2.5em 0;
  background: transparent; }
  .site-content article {
    background: transparent; }

.site-content-full {
  max-width: none;
  padding: 0; }

.content-area {
  float: left;
  margin: 0 -33% 0 0;
  padding: 0;
  width: 100%; }

.content-area-full .site-main {
  margin: 0; }
.content-area-full .entry-header {
  display: none; }
.content-area-full .thin {
  padding: 0 10em; }

.site-main {
  margin: 0 33% 0 0; }

.site-footer {
  clear: both;
  width: 100%; }

@media screen and (max-width: 100%) {
  .site-content {
    padding: 2.5em; } }
@media screen and (max-width: 960px) {
  .content-area-full .thin {
    padding: 0 5em; } }
@media screen and (max-width: 800px) {
  .content-area {
    width: 100%;
    margin: 0;
    float: none; }

  .site-main {
    margin: 0; }

  .site-content .widget-area {
    float: none;
    width: 100%;
    margin: 0 0 2.5em !important;
    padding: 0; }

  .content-area-full .thin {
    padding: 0; } }
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.featured-image, .blog-featured-image {
  margin: 2.5em 0;
  overflow: hidden; }
  .featured-image img, .blog-featured-image img {
    display: block;
    width: 100%; }

.entry-header .entry-title {
  margin-bottom: 0em; }

.taxonomy-description {
  margin-top: -1.5em; }

/* Blog Homepage */
.post-list {
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
  border-bottom: 1px solid #eee; }

/* Next/Previous */
.nav-links {
  margin-top: 1em; }

.nav-next:after {
  content: '';
  border: 5px solid transparent;
  border-left: 5px solid #f0141e;
  margin-left: 6px;
  margin-bottom: 6px;
  display: inline-block;
  vertical-align: bottom; }

.nav-previous:before {
  content: '';
  border: 5px solid transparent;
  border-right: 5px solid #f0141e;
  margin-right: 6px;
  margin-bottom: 6px;
  display: inline-block;
  vertical-align: bottom; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  display: block;
  position: relative;
  width: 100%;
  background: #000;
  border-bottom: 1px solid #333333;
  z-index: 2; }
  .site-header .site-title {
    clear: none; }
  .site-header .site-title, .site-header .site-description {
    margin: 0; }
    .site-header .site-title a, .site-header .site-description a {
      color: #fff; }
  .site-header .site-description {
    font-size: 1em; }

.header-fixed {
  position: fixed;
  left: 0;
  top: 0; }

.admin-bar .site-header {
  top: 32px; }

.site-branding {
  position: absolute;
  width: 150px;
  top: 8px;
  left: 8px;
  z-index: 10; }
  .site-branding a, .site-branding img {
    display: block; }

.nav-container {
  float: left;
  margin-left: 140px; }

.social-links {
  float: right;
  overflow: hidden;
  padding-left: 12px; }

.social {
  display: block;
  margin: 0;
  padding: 0;
  float: right; }
  .social li {
    display: block;
    list-style-type: none;
    float: left;
    margin-bottom: 0;
    padding: 0 8px;
    border-left: 1px solid #333333; }
    .social li a {
      display: block;
      width: 38px;
      height: 48px;
      background: url("images/social-buttons.png") no-repeat -4px 0px; }
    .social li .facebook {
      background-position: -54px 0px; }
    .social li .youtube {
      background-position: -104px 0px; }
  .social li:hover {
    background-color: #1a1a1a; }
  .social li:last-of-type {
    border-right: 1px solid #333333; }

/* ---------------
	BREAKPOINTS
--------------- */
@media screen and (max-width: 960px) {
  .site-branding {
    top: 8px;
    left: 56px;
    width: 120px; }

  .header-fixed {
    position: relative; }

  .site-header {
    background-color: transparent !important;
    border-bottom: none !important; }

  .social li {
    padding: 0;
    border: none; }
  .social li:last-of-type {
    border-right: none; } }
@media screen and (max-width: 415px) {
  /*
  .site-branding {
  	top:5em;
  	left:0;
  	right:0;
  	margin:0 auto;
  }
  .home {
  	.site-branding {
  		top:16px;
  		left:16px;
  		margin:0;
  	}
  }
  */ }
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/* Footer */
footer {
  background: #000; }
  footer .platforms {
    max-width: 420px;
    float: left; }
  footer .copyright {
    position: relative;
    padding-right: 255px;
    float: right; }
  footer section {
    padding: 16px 0; }
    footer section p {
      margin: 0 0 6px;
      color: #888;
      font-size: 0.8em;
      text-align: right;
      padding-left: 16px; }

.esrb {
  position: absolute;
  top: -40px;
  right: 82px;
  max-height: 80px; }

.privacy {
  position: absolute;
  top: -40px;
  right: 16px;
  max-height: 80px; }

.platform-logos {
  margin: 0;
  padding: 0 16px;
  display: flex;
  flex-wrap: wrap;
  overflow: auto; }
  .platform-logos li {
    display: block;
    list-style-type: none;
    margin-bottom: 0;
    float: left; }
    .platform-logos li img {
      height: 24px;
      margin: 0 8px; }
    .platform-logos li .ps4 {
      height: 16px;
      margin-top: 4px; }

.site-footer {
  background: #000;
  color: #fff;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #444; }
  .site-footer a {
    color: #fff; }
  .site-footer .site-info {
    position: relative; }
    .site-footer .site-info h3 {
      color: #fff;
      margin: 0;
      clear: none; }
  .site-footer .footer-logo {
    float: left;
    width: 200px; }

.site-footer-relative {
  position: relative; }

.post-edit-link {
  display: none; }

/* ---------------
	BREAKPOINTS
--------------- */
@media screen and (max-width: 737px) {
  .site-footer {
    position: relative; }
    .site-footer .platforms, .site-footer .copyright {
      float: left; }
    .site-footer .platforms {
      width: 100%; }
    .site-footer .copyright {
      width: 100%;
      padding-right: 0px;
      border-top: 1px solid #444; }
      .site-footer .copyright p {
        text-align: left; }

  .esrb, .privacy {
    position: relative;
    margin-left: 16px;
    top: 0;
    right: 0; } }
@media screen and (max-width: 568px) {
  .site-footer .footer-logo {
    float: none;
    display: block;
    margin: 1em auto; } }
/*--------------------------------------------------------------
## Sections
--------------------------------------------------------------*/
article section {
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 2.5em 0; }
  article section .details img {
    width: 100%; }
  article section .box {
    padding: 3em 4em;
    border: 2px solid #000;
    border-radius: 0px; }
  article section .flex {
    display: flex;
    flex-wrap: wrap; }
    article section .flex div {
      padding: 0.5em;
      float: left; }
  article section .third {
    width: 33%;
    margin: 0; }
  article section .two-third {
    width: 66%;
    margin: 0; }
  article section .half {
    width: 50%;
    margin: 0; }
  article section .left {
    float: left; }
  article section .right {
    float: right; }

.dark {
  background-color: #fff;
  color: #fff; }
  .dark .darken {
    margin: -2.5em 0;
    padding: 2.5em 0;
    display: block;
    overflow: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s; }
  .dark .box {
    border-color: #fff; }
  .dark .container > *:last-child,
  .dark .container > *:last-child > *:last-child,
  .dark .container > *:last-child > *:last-child > *:last-child {
    margin-bottom: 0; }
  .dark .container > *:first-child,
  .dark .container > *:first-child > *:first-child,
  .dark .container > *:first-child > *:first-child > *:first-child {
    margin-top: 0; }
  .dark figcaption {
    color: #fff; }

/* ---------------
	BREAKPOINTS
--------------- */
@media screen and (max-width: 960px) {
  .dark {
    margin-left: -6em;
    margin-right: -6em; }
    .dark .darken {
      padding-left: 6em;
      padding-right: 6em; } }
@media screen and (max-width: 737px) {
  article section {
    padding: 0; }
    article section .details div {
      padding: 0; }
    article section .box {
      padding: 2.5em; }
    article section .third, article section .two-third, article section .half {
      width: 100%;
      margin: 0; }

  .dark {
    margin-left: -2.5em;
    margin-right: -2.5em; }
    .dark .darken {
      padding-left: 2.5em;
      padding-right: 2.5em; } }
@media screen and (max-width: 450px) {
  article section {
    padding: 1.5em 0; }
    article section .box {
      padding: 0em;
      border: none; } }
/*--------------------------------------------------------------
## Individual Pages
--------------------------------------------------------------*/
.bfts-hero {
  background: url("images/bg-bfts-hero.jpg") no-repeat top center #000;
  padding: 64px 0 100px; }
  .bfts-hero .title {
    max-width: 526px;
    margin: 0 auto; }
    .bfts-hero .title .logo {
      max-width: 180px;
      margin: 16px 0 0 156px;
      display: block; }
    .bfts-hero .title .battle-for-the-stones {
      margin-top: -8px; }
  .bfts-hero .video-frame {
    max-width: 640px;
    margin: -350px auto 0; }

.ultron-animation {
  max-width: 1415px;
  width: 100%;
  margin: -38px auto 0;
  display: block;
  position: relative; }
  .ultron-animation .ultron-left-arm {
    position: absolute;
    left: 0px;
    margin-top: 150px; }
  .ultron-animation .ultron-right-arm {
    position: absolute;
    right: 0px;
    margin-top: 150px; }
  .ultron-animation .flash {
    position: absolute;
    top: 118px;
    left: 680px;
    animation-name: flash-right;
    -webkit-animation-name: flash-right;
    animation-duration: 20s;
    -webkit-animation-duration: 20s;
    -webkit-animation-timing-function: ease-out;
    /* Safari 4.0 - 8.0 */
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite; }
  .ultron-animation .flash-2 {
    position: absolute;
    top: 125px;
    left: 650px;
    animation-name: flash-pulse;
    -webkit-animation-name: flash-pulse;
    animation-duration: 10s;
    -webkit-animation-duration: 10s;
    -webkit-animation-timing-function: ease-out;
    /* Safari 4.0 - 8.0 */
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite; }

@keyframes flash-right {
  0% {
    transform: translateX(0) scale(0.25);
    opacity: 0; }
  2% {
    opacity: 1; }
  10% {
    transform: translateX(400%) scale(0.25);
    opacity: 0; }
  100% {
    transform: translateX(400%) scale(0.25);
    opacity: 0; } }
@-webkit-keyframes flash-right {
  0% {
    transform: translateX(0) scale(0.25);
    opacity: 0; }
  2% {
    opacity: 1; }
  10% {
    transform: translateX(400%) scale(0.25);
    opacity: 0; }
  100% {
    transform: translateX(400%) scale(0.25);
    opacity: 0; } }
@keyframes flash-pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(3); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes flash-pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    transform: scale(3); }
  100% {
    -webkit-transform: scale(1); } }
.bfts-section {
  padding: 64px 0; }
  .bfts-section .bfts-details .title {
    margin-bottom: 0; }
  .bfts-section .bfts-details h2 {
    font-size: 2.75em;
    margin: 0 0 24px; }

.bfts-bracket {
  padding: 0 !important;
  display: none; }
  .bfts-bracket .bracket {
    max-width: 100%;
    width: 100%;
    display: block; }
  .bfts-bracket br {
    display: none !important; }

.bfts-location {
  background: url("images/bg-bfts-prize-pool-characters.png") no-repeat bottom center;
  text-align: center; }
  .bfts-location .bfts-details {
    max-width: 960px; }
    .bfts-location .bfts-details .location-details {
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap; }
      .bfts-location .bfts-details .location-details li {
        text-align: left;
        width: 50%;
        float: left;
        display: block;
        list-style-type: none;
        padding: 1em 2em;
        border-left: 1px dotted #fed208; }
        .bfts-location .bfts-details .location-details li p {
          font-size: 1em;
          line-height: 1em;
          margin-bottom: 8px; }
        .bfts-location .bfts-details .location-details li .subtitle {
          display: block; }
        .bfts-location .bfts-details .location-details li table {
          border-collapse: separate;
          background: #101010;
          margin-bottom: 1em;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
          -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }
        .bfts-location .bfts-details .location-details li thead {
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px; }
        .bfts-location .bfts-details .location-details li thead th {
          color: #fff;
          text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
          text-align: left;
          padding: 16px 20px;
          background-size: 100%;
          background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1b1b1b), color-stop(100%, #000));
          background-image: -moz-linear-gradient(#1b1b1b, #000);
          background-image: -webkit-linear-gradient(#1b1b1b, #000);
          background-image: linear-gradient(#1b1b1b, #000);
          border-top: 1px solid #2a2a2a; }
        .bfts-location .bfts-details .location-details li thead th:first-child {
          -moz-border-radius-topleft: 5px;
          -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px; }
        .bfts-location .bfts-details .location-details li thead th:last-child {
          -moz-border-radius-topright: 5px;
          -webkit-border-top-right-radius: 5px;
          border-top-right-radius: 5px; }
        .bfts-location .bfts-details .location-details li tbody tr td {
          font-family: 'Open Sans', sans-serif;
          font-weight: 400;
          color: #959595;
          font-size: 0.9rem;
          padding: 16px 20px;
          border-bottom: 1px solid #2a2a2a; }
        .bfts-location .bfts-details .location-details li tbody tr td:first-of-type {
          color: #959595;
          width: 30%; }
        .bfts-location .bfts-details .location-details li tbody tr:nth-child(2n) {
          background: #000; }
        .bfts-location .bfts-details .location-details li tbody tr:last-child td {
          border-bottom: none; }
        .bfts-location .bfts-details .location-details li tbody tr:last-child td:first-child {
          -moz-border-radius-bottomleft: 5px;
          -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px; }
        .bfts-location .bfts-details .location-details li tbody tr:last-child td:last-child {
          -moz-border-radius-bottomright: 5px;
          -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px; }
      .bfts-location .bfts-details .location-details li:first-of-type {
        border: none; }

.bfts-qualified {
  background: url("images/bg-bfts-qualified.jpg") no-repeat top center #012588;
  text-align: center; }
  .bfts-qualified .bfts-details {
    max-width: 960px; }
    .bfts-qualified .bfts-details h4 {
      font-family: "PT Sans Narrow", sans-serif;
      font-size: 1em;
      margin: 0;
      line-height: 1.2em; }
    .bfts-qualified .bfts-details p {
      color: #47b6ff;
      font-size: 0.8em;
      margin: 0;
      line-height: 1.2em; }
    .bfts-qualified .bfts-details .instruction-text {
      margin: 0 0 32px;
      color: #fff;
      font-size: 1.5em; }
  .bfts-qualified .step {
    background: #47b6ff;
    width: 36px;
    height: 36px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    font-size: 0.6em;
    color: #fff; }
  .bfts-qualified .bubble {
    background: #fff;
    color: #012588;
    text-shadow: none;
    margin: 32px auto 24px;
    padding: 10px 24px 2px;
    border-radius: 24px;
    text-align: center;
    position: relative;
    display: inline-block;
    clear: both;
    font-size: 2.5em;
    line-height: 1em; }
    .bfts-qualified .bubble .evo {
      position: absolute;
      top: -4px;
      right: 12px;
      width: 64px; }
  .bfts-qualified .evo-logo {
    padding-right: 84px; }
  .bfts-qualified ul {
    margin: 0 0 0px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: center; }
    .bfts-qualified ul li {
      width: 130px;
      display: block; }
  .bfts-qualified .evo-champions li {
    margin: 0 3px 24px;
    position: relative; }
  .bfts-qualified .infinity-stone-tournaments li, .bfts-qualified .online-tournaments li {
    margin: 0 11px 24px; }
  .bfts-qualified .infinity-stone-tournaments {
    margin: -16px 0 16px; }
  .bfts-qualified .bracket {
    margin-top: -32px; }
  .bfts-qualified .frame {
    border: 2px solid #47b6ff;
    margin-bottom: 20px; }
    .bfts-qualified .frame img {
      display: block; }
  .bfts-qualified .frame::before {
    content: "";
    width: 50px;
    height: 8px;
    background: #47b6ff;
    display: block !important;
    position: absolute;
    top: -8px;
    z-index: 20; }
  .bfts-qualified .frame::after {
    content: "";
    width: 50px;
    height: 8px;
    background: #47b6ff;
    display: block !important;
    position: absolute;
    z-index: 20; }
  .bfts-qualified .frame-left::before {
    left: -2px;
    transform: skew(20deg) rotate(0deg) !important;
    -webkit-transform: skew(20deg) rotate(0deg) !important;
    -moz-transform: skew(20deg) rotate(0deg) !important; }
  .bfts-qualified .frame-left::after {
    right: -2px;
    transform: skew(20deg) rotate(0deg) !important;
    -webkit-transform: skew(20deg) rotate(0deg) !important;
    -moz-transform: skew(20deg) rotate(0deg) !important; }
  .bfts-qualified .frame-right::before {
    right: -2px;
    transform: skew(-20deg) rotate(0deg) !important;
    -webkit-transform: skew(-20deg) rotate(0deg) !important;
    -moz-transform: skew(-20deg) rotate(0deg) !important; }
  .bfts-qualified .frame-right::after {
    left: -2px;
    transform: skew(-20deg) rotate(0deg) !important;
    -webkit-transform: skew(-20deg) rotate(0deg) !important;
    -moz-transform: skew(-20deg) rotate(0deg) !important; }
  .bfts-qualified .frame-none::before, .bfts-qualified .frame-none::after {
    width: 0;
    height: 0; }

.bfts-stones {
  background: url("images/bg-bfts-stones.jpg") no-repeat top center #24002f;
  text-align: center; }
  .bfts-stones .bfts-details {
    max-width: 800px; }
    .bfts-stones .bfts-details .stone-title {
      margin: 0 -80px; }
  .bfts-stones .stones {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .bfts-stones .stones li {
      display: block;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 0 16px 16px;
      border-bottom: 1px solid #87007b; }
    .bfts-stones .stones li:last-of-type {
      border-bottom: none; }
    .bfts-stones .stones .stone {
      width: 22%; }
    .bfts-stones .stones .stone-description {
      width: 78%;
      font-size: 1rem;
      margin: 0 0 0px; }
      .bfts-stones .stones .stone-description h4 {
        text-align: left;
        font-size: 2rem;
        margin: 0; }
      .bfts-stones .stones .stone-description p {
        margin: 0;
        text-align: left; }
    .bfts-stones .stones .stone-bearer {
      color: #fed208; }

.bfts-blog {
  background: url("images/bg-bfts-blog.jpg") no-repeat top center #9b0f15; }

.bfts-faq {
  border-top: 1px solid #333;
  background: repeating-linear-gradient(-70deg, #333, #333 1px, #111 1px, #111 20px); }

.bfts-details {
  max-width: 720px;
  margin: 0 auto;
  color: #fff; }
  .bfts-details h2, .bfts-details h3 {
    font-size: 2rem;
    text-shadow: 0px 0px 4px #000;
    margin: 0 0 0.5em; }
  .bfts-details p {
    margin: 0 0 1.5em; }
  .bfts-details h2 {
    font-size: 3.5rem;
    text-align: center;
    line-height: 1.25em; }
  .bfts-details h3 {
    margin: 1.5em 0 0.5em; }
  .bfts-details .featured {
    margin: 0 -64px 32px; }
  .bfts-details a {
    color: #fed208; }
  .bfts-details a:hover {
    color: #ecc201; }
  .bfts-details li {
    font-size: 1.25rem;
    margin: 0 0 0.5em; }
  .bfts-details .title {
    margin-bottom: 32px; }

.prize-pool {
  margin: 210px auto 48px; }
  .prize-pool h3 {
    margin: -32px 0 0 !important;
    text-shadow: 0px 0px 8px #000;
    font-size: 6rem; }
  .prize-pool h4 {
    margin: -36px 0 0 !important;
    text-shadow: 0px 0px 8px #000;
    font-size: 2.3rem; }

.bfts-rules {
  background: transparent;
  background-image: none; }
  .bfts-rules h2 {
    font-size: 2.5rem;
    margin-top: 64px; }
  .bfts-rules h3 {
    font-size: 2rem; }
  .bfts-rules h4 {
    font-size: 1.75rem;
    margin-bottom: 8px;
    text-shadow: 0px 0px 4px #000; }
  .bfts-rules p, .bfts-rules li {
    font-size: 1.2rem; }
  .bfts-rules ol {
    margin-bottom: 32px; }

.lower-alpha {
  list-style-type: lower-alpha; }

.lower-roman {
  list-style-type: lower-roman; }

/*
==============================================
hand-left
==============================================
*/
.hand-left {
  animation-name: hand-left;
  -webkit-animation-name: hand-left;
  animation-duration: 16s;
  -webkit-animation-duration: 16s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes hand-left {
  0% {
    transform: translateY(0%) rotate(4deg); }
  50% {
    transform: translateY(5%) rotate(-4deg); }
  100% {
    transform: translateY(0%) rotate(4deg); } }
@-webkit-keyframes hand-left {
  0% {
    -webkit-transform: translateY(0%) rotate(4deg); }
  50% {
    -webkit-transform: translateY(5%) rotate(-4deg); }
  100% {
    -webkit-transform: translateY(0%) rotate(4deg); } }
/*
==============================================
hand-right
==============================================
*/
.hand-right {
  animation-name: hand-right;
  -webkit-animation-name: hand-right;
  animation-duration: 16s;
  -webkit-animation-duration: 16s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes hand-right {
  0% {
    transform: translateY(0%) rotate(-4deg); }
  50% {
    transform: translateY(8%) rotate(4deg); }
  100% {
    transform: translateY(0%) rotate(-4deg); } }
@-webkit-keyframes hand-right {
  0% {
    -webkit-transform: translateY(0%) rotate(-4deg); }
  50% {
    -webkit-transform: translateY(8%) rotate(4deg); }
  100% {
    -webkit-transform: translateY(0%) rotate(-4deg); } }
/* ---------------
	BREAKPOINTS
--------------- */
@media screen and (max-width: 1415px) {
  .ultron-animation .ultron-left-arm, .ultron-animation .ultron-right-arm {
    display: none; } }
@media screen and (max-width: 1200px) {
  .bfts-hero .video-frame {
    margin-top: -200px; } }
@media screen and (max-width: 960px) {
  .bfts-qualified .frame-left::before, .bfts-qualified .frame-right::before, .bfts-qualified .frame-none::before {
    left: auto;
    right: -2px;
    transform: skew(-20deg) rotate(0deg) !important;
    -webkit-transform: skew(-20deg) rotate(0deg) !important;
    -moz-transform: skew(-20deg) rotate(0deg) !important; }
  .bfts-qualified .frame-left::after, .bfts-qualified .frame-right::after, .bfts-qualified .frame-none::after {
    left: -2px;
    transform: skew(-20deg) rotate(0deg) !important;
    -webkit-transform: skew(-20deg) rotate(0deg) !important;
    -moz-transform: skew(-20deg) rotate(0deg) !important; }
  .bfts-qualified .frame-none::before, .bfts-qualified .frame-none::after {
    width: 50px;
    height: 8px; }

  .bfts-stones .bfts-details .stone-title {
    margin: 0; } }
@media screen and (max-width: 737px) {
  .bfts-hero {
    margin: -2.5em -2.5em 0;
    padding: 64px 2.5em 100px; }
    .bfts-hero .title .logo {
      max-width: 180px;
      margin: 16px auto 0;
      display: block; }
    .bfts-hero .video-frame {
      max-width: 640px;
      margin: -64px auto 0; }

  .video-frame {
    margin-bottom: 0; }

  .bfts-details h2 {
    margin-top: 0; }
  .bfts-details .featured {
    margin: -16px 0 32px; }

  .bfts-section {
    margin: 0 -2.5em;
    padding: 2.5em; }

  .bfts-location .bfts-details .location-details li {
    width: 100%;
    padding: 1em 1em 0;
    border-left: none; }
    .bfts-location .bfts-details .location-details li table {
      margin-bottom: 0; }

  .bfts-location h2, .bfts-qualified h2, .bfts-stones h2 {
    font-size: 2rem !important;
    line-height: 1em; } }
@media screen and (max-width: 568px) {
  .bfts-stones .stones .stone {
    width: 100%; }
  .bfts-stones .stones .stone-description {
    width: 100%; } }
@media screen and (max-width: 415px) {
  .bfts-hero .title .logo {
    display: none; }
  .bfts-hero .title .battle-for-the-stones {
    margin-top: 0px; }
  .bfts-hero .ultron {
    margin: 0 auto; }

  .bfts-details h2 {
    font-size: 2.5em;
    margin-bottom: 32px; }
  .bfts-details h3 {
    font-size: 1.75em; }
  .bfts-details li {
    font-size: 1em; }

  .bfts-location h2, .bfts-qualified h2, .bfts-stones h2 {
    font-size: 1.5rem !important; } }
body {
  background: url("images/bg.jpg") center no-repeat fixed;
  background-size: cover;
  height: 100%; }

.aga-wrapper {
  display: flex;
  flex-direction: column; }

.site {
  flex: 1 0 auto; }

/* ---------------
	WIDGET AREA
--------------- */
.widget-area {
  padding: 0em 0 0 2.5em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s; }
  .widget-area .widget {
    background: #f0141e;
    border-radius: 0px;
    padding: 1.5em; }
  .widget-area .widget-title {
    margin-top: 0; }
  .widget-area ul {
    margin: 0 -1.5em;
    padding: 0;
    border-bottom: 1px dotted #f9a4a8; }
    .widget-area ul li {
      list-style-type: none;
      margin-bottom: 0; }
      .widget-area ul li a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: .5em 1.5em;
        border-top: 1px dotted #f9a4a8; }
      .widget-area ul li a:hover {
        background: #f3444c; }
  .widget-area section {
    padding: 0; }
  .widget-area h2 {
    background: none;
    padding: 0;
    text-align: left;
    font-size: 1.5em;
    color: #fff; }
  .widget-area .search-field {
    width: 160px; }
  .widget-area .search-submit {
    padding: 9px; }

.widget-area > *:last-child,
.widget-area > *:last-child > *:last-child,
.widget-area > *:last-child > *:last-child > *:last-child {
  margin: 0; }

.aga-submenu .active {
  background: #f3444c; }

.single .widget-area {
  padding: 1.5em 0 0 2.5em; }

/* ---------------
	SLIDEBARS
--------------- */
.cmn-toggle-switch {
  background: #f0141e; }

.slidebar-navigation ul {
  margin: 0;
  padding: 0; }
  .slidebar-navigation ul li {
    display: block;
    list-style-type: none;
    margin: 0; }
    .slidebar-navigation ul li a {
      display: block;
      color: #fff;
      text-decoration: none;
      padding: 0.5em 1em;
      border-bottom: 1px solid #333333; }
    .slidebar-navigation ul li a:hover {
      background: #1a1a1a; }
    .slidebar-navigation ul li ul a {
      padding-left: 2.5em; }
  .slidebar-navigation ul .current-menu-item {
    background: #1a1a1a; }

/* My Styles */
.release-date {
  font-size: 6em;
  text-align: center;
  text-shadow: 0px 0px 4px #000;
  line-height: 1.2;
  margin: 0; }

.pop-video {
  position: relative;
  display: block; }

.play-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

/* Magnific popup dialog */
/* Styles for dialog window */
.pre-order-page {
  background: #fff;
  padding: 7em 2em 2em;
  text-align: left;
  position: relative;
  margin: 200px auto 0;
  max-width: 960px; }
  .pre-order-page h1 {
    margin: 0;
    font-size: 3em;
    text-align: center; }
  .pre-order-page h2 {
    font-size: 3em;
    text-align: center;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin-bottom: 0.5em; }
  .pre-order-page p {
    font-weight: bold;
    margin: 0 0 16px; }
  .pre-order-page .pre-order-trailer {
    margin: -7em -2em 2em;
    z-index: 4; }
  .pre-order-page .page-header {
    background: #f0141e;
    padding: 0.5em;
    margin: 0px auto;
    max-width: 320px;
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    z-index: 5; }
    .pre-order-page .page-header h1 {
      color: #fff; }
  .pre-order-page .logos {
    overflow: auto;
    margin: -8px; }
    .pre-order-page .logos li {
      display: block;
      float: left;
      margin: 8px !important;
      padding: 8px; }
      .pre-order-page .logos li img {
        display: block;
        height: 56px; }
  .pre-order-page section {
    overflow: auto;
    padding: 0; }
  .pre-order-page .boxart-links {
    overflow: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap; }
    .pre-order-page .boxart-links li {
      display: block;
      float: left;
      text-align: center; }
      .pre-order-page .boxart-links li img {
        display: block; }
      .pre-order-page .boxart-links li p {
        margin: 8px 0 0; }
    .pre-order-page .boxart-links li:hover p {
      color: #f0141e; }
    .pre-order-page .boxart-links a {
      display: block;
      margin-bottom: 8px; }
    .pre-order-page .boxart-links .standard {
      width: 22.793296089385475%; }
    .pre-order-page .boxart-links .deluxe {
      width: 23.463687150837988%; }
    .pre-order-page .boxart-links .collectors {
      width: 51.50837988826815%; }
  .pre-order-page .boxart-image {
    padding-right: 16px; }
  .pre-order-page .listing {
    margin-bottom: 2em; }
    .pre-order-page .listing li {
      margin-bottom: 0.5em; }
  .pre-order-page .fineprint {
    font-size: 1em;
    color: #999; }
  .pre-order-page .gform_wrapper {
    margin: 0 !important; }
  .pre-order-page .gfield_html {
    margin: 0 !important;
    max-width: 100% !important; }
  .pre-order-page #field_1_1, .pre-order-page #field_1_2, .pre-order-page #field_2_1, .pre-order-page #field_2_12, .pre-order-page #field_3_1, .pre-order-page #field_3_14, .pre-order-page #field_4_1 {
    width: 48%;
    float: left;
    clear: none !important; }
    .pre-order-page #field_1_1 select, .pre-order-page #field_1_2 select, .pre-order-page #field_2_1 select, .pre-order-page #field_2_12 select, .pre-order-page #field_3_1 select, .pre-order-page #field_3_14 select, .pre-order-page #field_4_1 select {
      width: 100% !important; }
  .pre-order-page #field_1_2, .pre-order-page #field_2_12, .pre-order-page #field_3_14 {
    float: right; }
  .pre-order-page .gform_button {
    display: none !important; }
  .pre-order-page .edition {
    color: #404040;
    font-size: 1rem;
    margin: 24px 0 0; }

/* -------------------- Select Box Styles: stackoverflow.com Method */
/* -------------------- Source: http://stackoverflow.com/a/5809186 */
.ginput_container_select select {
  -webkit-appearance: button !important;
  -webkit-border-radius: 2px !important;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) !important;
  -webkit-padding-end: 20px !important;
  -webkit-padding-start: 2px !important;
  -webkit-user-select: none !important;
  background-image: url("images/select-arrow.png"), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5) !important;
  background-position: 97% center !important;
  background-repeat: no-repeat !important;
  border: 1px solid #AAA !important;
  color: #555 !important;
  font-size: inherit !important;
  margin-bottom: 20px !important;
  overflow: hidden !important;
  padding: 5px 10px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  -moz-appearance: none !important;
  text-indent: 0.01px !important;
  text-overflow: '' !important; }

.demo-logos {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .demo-logos li {
    display: block;
    list-style-type: none;
    float: left;
    margin: 0; }
    .demo-logos li a {
      display: block;
      color: #fff; }
    .demo-logos li img {
      margin: 6px; }
    .demo-logos li .ps1 {
      height: 32px;
      margin-right: 0; }
    .demo-logos li .ps2 {
      height: 20px;
      margin-top: 0; }
    .demo-logos li .xbox {
      height: 32px;
      margin-top: 12px; }
    .demo-logos li .steam {
      height: 42px; }
    .demo-logos li .inactive {
      opacity: 0.5; }
    .demo-logos li .coming-soon {
      margin: -16px 0 0 !important;
      font-size: 0.8em; }

.story-demo {
  top: auto !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 320px !important;
  margin: 0 auto !important; }

.homepage-buttons {
  display: flex;
  max-width: 350px;
  margin: 0 auto; }

.homepage-demo {
  float: right;
  background: #333; }

.homepage-demo:hover {
  background: #222; }

/* Utilities */
.skew {
  transform: skew(-20deg) rotate(0deg) !important;
  -webkit-transform: skew(-20deg) rotate(0deg) !important;
  -moz-transform: skew(-20deg) rotate(0deg) !important; }

.unskew {
  transform: skew(20deg) rotate(0deg) !important;
  -webkit-transform: skew(20deg) rotate(0deg) !important;
  -moz-transform: skew(20deg) rotate(0deg) !important; }

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

.pre-order-text, .major-carol-danvers-text {
  margin: 2em -2em 0;
  overflow: auto; }
  .pre-order-text .half, .major-carol-danvers-text .half {
    width: 70%;
    margin: 0 auto;
    text-align: center; }
  .pre-order-text p, .major-carol-danvers-text p {
    color: #ddf0f9;
    text-shadow: 0px 0px 4px #000;
    font-size: 1.2em;
    font-weight: normal; }
  .pre-order-text h2, .major-carol-danvers-text h2 {
    color: #5ec3f0;
    border-color: #11658a; }

.pre-order-text {
  background: url("images/bg-preorder-copy-strider.jpg") no-repeat top left #0f0d1f;
  background-size: 100%;
  padding: 16em 4em 4em; }

.major-carol-danvers-text {
  background: url("images/bg-major-carol-danvers.jpg") no-repeat top left #090700;
  background-size: 100%;
  padding: 32em 3em 2em;
  margin-top: 0; }
  .major-carol-danvers-text .half {
    margin: 0;
    text-align: left; }

* {
  box-sizing: border-box; }

/* Media Page */
.bfts-gallery {
  padding: 2em; }
  .bfts-gallery .bfts-details {
    max-width: 960px; }
    .bfts-gallery .bfts-details h2 {
      margin-top: 1em; }
  .bfts-gallery .gallery, .bfts-gallery .video-gallery {
    display: flex;
    flex-wrap: wrap; }
    .bfts-gallery .gallery .gallery-item, .bfts-gallery .video-gallery .gallery-item {
      width: 33%;
      display: block;
      margin: 0;
      padding: 6px;
      position: relative; }
      .bfts-gallery .gallery .gallery-item a, .bfts-gallery .video-gallery .gallery-item a {
        display: block; }
        .bfts-gallery .gallery .gallery-item a img, .bfts-gallery .video-gallery .gallery-item a img {
          display: block;
          width: 100%;
          max-width: 100%; }
  .bfts-gallery .video-gallery a {
    z-index: 10;
    overflow: hidden; }
    .bfts-gallery .video-gallery a img {
      transition: all .2s ease-in-out; }
  .bfts-gallery .video-gallery .description {
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0 !important;
    color: #fff;
    text-decoration: none;
    padding: 1em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    z-index: 20;
    transition: all 300ms; }
    .bfts-gallery .video-gallery .description p {
      margin: 0;
      line-height: 1em; }
  .bfts-gallery .video-gallery .gallery-item:hover img {
    transform: scale(1.1); }
  .bfts-gallery .video-gallery .gallery-item:hover .description {
    opacity: 1 !important; }

/* Magnific Popup */
button.mfp-arrow {
  margin-bottom: 0; }

button.mfp-arrow-left {
  display: block;
  height: 110px !important;
  width: 28px !important;
  background: url("images/slick-left.png") no-repeat center !important;
  left: 24px !important; }

button.mfp-arrow-right {
  display: block;
  height: 110px !important;
  width: 28px !important;
  background: url("images/slick-right.png") no-repeat center !important;
  right: 24px !important; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b, .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  opacity: 0 !important; }

.mfp-arrow:before, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow .mfp-a {
  opacity: 0 !important; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  margin-top: 0px; }

/* ---------------
	BREAKPOINTS
--------------- */
@media screen and (max-width: 100%) {
  .site {
    padding: 0; }
    .site .site-content {
      border-radius: 0; }

  .site-info {
    padding: 0 2em; } }
@media screen and (max-width: 850px) {
  .major-carol-danvers-text {
    padding: 28em 3em 2em; } }
@media screen and (max-width: 737px) {
  .hero-unit .details {
    top: 60% !important; }

  .fade-container, #hero_1 {
    margin-top: -74.67px; }

  .site-content {
    padding: 0 2.5em 0; }

  .page-template-custom-fullpage-template .container {
    padding: 0; }

  .release-date {
    font-size: 4em !important; }

  .pre-order-page {
    margin: 220px -2.5em -2.5em;
    padding-top: 0em; }
    .pre-order-page .pre-order-trailer {
      margin: -5em -2em 2em; }
    .pre-order-page .boxart-image {
      margin-bottom: 8px; }
    .pre-order-page .page-header {
      top: -120px;
      padding: 0.5em;
      max-width: 350px; }
      .pre-order-page .page-header h1 {
        font-size: 3em; }

  .major-carol-danvers-text {
    padding: 25em 3em 2em; }

  .pre-order-text .half, .major-carol-danvers-text .half {
    width: 100%;
    float: none; }

  .pre-order-text {
    padding: 10em 4em 2em;
    text-align: center; }

  .story-demo {
    bottom: 0px !important; } }
@media screen and (max-width: 668px) {
  .major-carol-danvers-text {
    padding: 23em 3em 2em; } }
@media screen and (max-width: 568px) {
  .page-content, .entry-content, .entry-summary {
    margin-top: 0; }

  .entry-content h2:first-of-type {
    margin-top: 0; }

  .pre-order-page {
    margin: 200px -2.5em -2.5em; }
    .pre-order-page h2 {
      font-size: 3em; }

  .pre-order-text {
    padding: 12em 3em 2em; }

  .major-carol-danvers-text {
    padding: 19em 3em 2em;
    margin-bottom: 2.5em; }

  .bfts-gallery {
    margin-top: 1em; }
    .bfts-gallery .bfts-details h2 {
      margin: 0.5em 0 0; }
    .bfts-gallery .gallery .gallery-item, .bfts-gallery .video-gallery .gallery-item {
      width: 50%; } }
@media screen and (max-width: 460px) {
  .major-carol-danvers-text {
    padding: 17em 3em 2em; } }
@media screen and (max-width: 415px) {
  .hero-unit .details {
    top: 48% !important; }

  .site-info h3 {
    text-align: center; }

  .my-story {
    background-position: -60px 10px !important; }

  .site-content {
    padding: 0 1.5em; }

  .pre-order-page {
    margin: 200px -1.5em -1.5em;
    padding-top: 0em; }
    .pre-order-page h2 {
      font-size: 2em; }
    .pre-order-page .page-header {
      top: -80px;
      max-width: 220px; }
      .pre-order-page .page-header h1 {
        font-size: 2em; }
    .pre-order-page .boxart-links {
      display: block; }
      .pre-order-page .boxart-links .standard {
        width: 48%;
        float: left; }
      .pre-order-page .boxart-links .deluxe {
        width: 49%;
        float: right; }
      .pre-order-page .boxart-links .collectors {
        width: 100%;
        clear: both; }

  .pre-order-text {
    padding: 8em 2em 2em; }

  .major-carol-danvers-text {
    padding: 14.5em 3em 2em; }

  .bfts-gallery .gallery .gallery-item, .bfts-gallery .video-gallery .gallery-item {
    width: 100%; }
    .bfts-gallery .gallery .gallery-item img, .bfts-gallery .video-gallery .gallery-item img {
      width: 100%;
      max-width: 100%; } }
@media screen and (max-width: 321px) {
  .major-carol-danvers-text {
    padding: 12em 3em 2em; } }
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

figure {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 1em; }
  figure img {
    width: 100%; }
  figure figcaption {
    text-align: center; }

.img-half {
  width: 50%; }

.img-third {
  width: 33%; }

.img-full img {
  border-radius: 0; }

.left, .pull-left, .flush-left {
  float: left; }

.right, .pull-right, .flush-right {
  float: right; }

.pull-left {
  margin-left: -5em; }

.pull-right {
  margin-right: -5em; }

.flush-left {
  margin-left: -10em; }

.flush-right {
  margin-right: -10em; }

@media screen and (max-width: 100%) {
  .img-full {
    margin-left: -2.5em;
    margin-right: -2.5em; } }
@media screen and (max-width: 960px) {
  .pull-left, .flush-left {
    margin-left: 0; }

  .pull-right, .flush-right {
    margin-right: 0; }

  .flush-left {
    margin-left: -6em; }

  .flush-right {
    margin-right: -6em; } }
@media screen and (max-width: 800px) {
  .pull-left, .flush-left {
    margin-left: 0; }

  .pull-right, .flush-right {
    margin-right: 0; }

  .flush-left {
    margin-left: 0; }

  .flush-right {
    margin-right: 0; } }
@media screen and (max-width: 737px) {
  .img-half {
    width: 50%; }

  .img-third {
    width: 50%; }

  .pull-left, .flush-left {
    margin-left: 0;
    margin-right: 1.5em; }

  .pull-right, .flush-right {
    margin-right: 0;
    margin-left: 1.5em; } }
@media screen and (max-width: 415px) {
  .img-full {
    margin-left: -1.5em;
    margin-right: -1.5em; }

  .img-half, .img-third {
    width: 100%; }

  .pull-left, .flush-left {
    float: none;
    margin: 0; }

  .pull-right, .flush-right {
    float: none;
    margin: 0; } }
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  display: flex;
  /* or inline-flex */
  flex-wrap: wrap;
  clear: both;
  margin: 0 -0.5em 1.5em; }
  .gallery figure {
    padding: 0.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* ---------------
	BREAKPOINTS
--------------- */
@media screen and (max-width: 737px) {
  .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
    max-width: 33.33%; } }
@media screen and (max-width: 568px) {
  .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
    max-width: 50%; } }
@media screen and (max-width: 415px) {
  .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
    max-width: 100%; } }
/*--------------------------------------------------------------
## Hero Unit
--------------------------------------------------------------*/
.hero-unit {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: transparent; }

.hero-container {
  position: relative;
  height: 100vh;
  width: 100%;
  box-shadow: inset 0 0 10em 0em #000; }
  .hero-container a {
    text-decoration: none; }
  .hero-container .hero-video {
    max-width: 540px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -320px;
    margin-right: 100px; }
    .hero-container .hero-video img {
      display: block; }
  .hero-container .details {
    max-width: 700px;
    margin: 0;
    padding: 2em 2.5em;
    display: relative;
    position: absolute;
    text-align: center;
    background: #f0141e;
    right: 0;
    top: 50%; }
    .hero-container .details h1, .hero-container .details h2, .hero-container .details p {
      margin: 0;
      color: #fff; }
    .hero-container .details h1 {
      font-family: "PressGothic", sans-serif;
      font-size: 3em;
      margin-bottom: .1em;
      line-height: 1em; }
    .hero-container .details h2 {
      font-family: "PressGothic", sans-serif;
      font-size: 2em;
      line-height: 1em;
      font-weight: 300;
      background: none;
      padding: 0; }
    .hero-container .details p {
      margin: 1em 0 0;
      line-height: 1.25em;
      font-weight: 200; }
    .hero-container .details p:first-of-type {
      margin: 0; }
  .hero-container .cinematic {
    padding: 2em 6em; }
  .hero-container .circle-arrow {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -2em; }

.mobile-img {
  display: none; }
  .mobile-img img {
    display: block; }

/* ---------------
	VIDEO
--------------- */
.bgvid {
  position: absolute;
  height: 1300px;
  width: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/* Full screen video */
* {
  box-sizing: border-box; }

.video-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99; }

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.video-background iframe {
  background: transparent !important; }

#vidtop-content {
  top: 0;
  color: #fff; }

.vid-info {
  position: absolute;
  bottom: 12%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 570px; }

.video-controls {
  position: absolute;
  top: 70px;
  right: 16px;
  z-index: 9; }
  .video-controls .control {
    background: url("images/video-controls.png") no-repeat;
    width: 22px;
    height: 22px;
    float: right;
    cursor: pointer;
    opacity: 0.6; }
  .video-controls .control:hover {
    opacity: 0.9; }
  .video-controls .play-button {
    background-position: -22px 0; }
  .video-controls .play-button.play {
    background-position: -22px -22px; }
  .video-controls .mute-button {
    background-position: 0 -22px; }
  .video-controls .mute-button.unmute {
    background-position: 0 0px; }
  .video-controls .photo {
    background-position: -44px 0;
    width: 30px; }

@media (min-aspect-ratio: 16 / 9) {
  .video-foreground {
    height: 406%;
    top: -150%; } }
@media (max-aspect-ratio: 16 / 9) {
  .video-foreground {
    width: 406%;
    left: -150%; } }
/* ---------------
	SLIDER
--------------- */
.fade-container {
  position: relative; }

#fader {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  #fader .hero-unit {
    position: absolute;
    top: 0;
    left: 0; }

.button {
  width: 15%;
  height: 100vh;
  position: absolute;
  top: 0;
  margin: 0;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.down_arrow {
  width: 100%;
  height: 10%;
  position: absolute;
  bottom: 0em;
  margin: 0 auto;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.button:hover, .down_arrow:hover {
  background: rgba(255, 255, 255, 0); }
  .button:hover .chevron::before, .down_arrow:hover .chevron::before {
    border-color: rgba(255, 255, 255, 0.9); }

#next {
  right: 0px; }

#prev {
  left: 0px; }

.chevron::before {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 0.5em 0.5em 0 0;
  border-color: rgba(255, 255, 255, 0.6);
  height: 2em;
  width: 2em;
  vertical-align: top;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg); }

.media-fader .chevron::before {
  border-color: rgba(255, 255, 255, 0); }

.chevron.right:before {
  right: 2em;
  margin-top: -1em;
  transform: rotate(45deg); }

.chevron.left:before {
  left: 2em;
  margin-top: -1em;
  transform: rotate(-135deg); }

.chevron.bottom:before {
  top: auto;
  bottom: 4em;
  left: 50%;
  transform: rotate(135deg);
  border-color: rgba(255, 255, 255, 0.6); }

.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes floating {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(8%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(8%); }
  100% {
    -webkit-transform: translateY(0%); } }
/* ---------------
	BREAKPOINTS
--------------- */
@media screen and (max-width: 960px) {
  .vid-info {
    bottom: 12% !important; } }
@media screen and (max-width: 737px) {
  .hero-unit {
    background: none !important;
    position: relative; }

  .home .hero-unit {
    height: auto; }

  .hero-container {
    height: auto;
    padding: 0;
    box-shadow: none;
    background: transparent; }
    .hero-container .details {
      margin: 0;
      display: relative;
      position: relative;
      top: 0%;
      left: 0%;
      transform: none;
      padding: 1.5em 1em;
      max-width: 100%;
      transform: skew(0deg) rotate(0deg) !important;
      -webkit-transform: skew(0deg) rotate(0deg) !important;
      -moz-transform: skew(0deg) rotate(0deg) !important; }
      .hero-container .details h1 {
        margin: 0;
        font-size: 2em; }
      .hero-container .details h2 {
        font-size: 1.5em; }
    .hero-container .unskew {
      transform: skew(0deg) rotate(0deg) !important;
      -webkit-transform: skew(0deg) rotate(0deg) !important;
      -moz-transform: skew(0deg) rotate(0deg) !important; }
    .hero-container .hero-video {
      position: relative;
      top: 0;
      right: 0;
      margin: 0px auto;
      max-width: 737px; }

  .mobile-img {
    display: block; }

  .video-controls, .video-background {
    display: none; }

  /*
  .home {
  	.mobile-img {
  		display: none;
  	}
  	.video-controls, .video-background {
  		display: block;
  	}
  }
  */
  .home #hero_1 {
    margin-top: 0 !important; }

  .vid-info {
    position: relative;
    padding: 4em 2em; }

  /* Slider */
  .fade-container {
    position: relative; }

  #fader {
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto; }
    #fader .hero-unit {
      position: relative;
      left: 0 !important;
      margin: 0 !important;
      height: auto; }

  .hero-unit {
    position: relative;
    left: 0 !important;
    margin: 0 !important;
    height: auto; }

  .button {
    display: none;
    margin: 1em; }

  .hero-exists {
    display: none; }

  .media-fader {
    display: none; }

  .media-hero {
    display: block; } }
/*--------------------------------------------------------------
## Slick
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider button {
    box-shadow: none; }

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick-.eot#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 45%;
  -webkit-transform: translate(0, -36%);
  -ms-transform: translate(0, -36%);
  transform: translate(0, -36%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
    color: black;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 8px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slides */
.slick-track figure {
  margin: 0.5em;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0px; }
  .slick-track figure img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease; }
  .slick-track figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 1em;
    text-align: center; }

.slider-title {
  margin-top: 0;
  padding-top: 1em;
  color: #fff;
  text-shadow: 1px 1px 6px black; }

@media screen and (max-width: 100%) {
  .slick-prev {
    left: 0px;
    z-index: 18; }

  .slick-next {
    right: 0px;
    z-index: 19; } }
/*--------------------------------------------------------------
## Magnific Popup
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  display: block !important;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1800px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg); }

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0); }

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg); }

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
