@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 */
/* Spacing */
/* Circle Arrows */
/* News Carousel */
/*--------------------------------------------------------------
# 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: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

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

h1 {
  font-size: 3em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h1:first-of-type,
h2:first-of-type,
h3:first-of-type,
h4:first-of-type {
  margin-top: 0; }

p {
  margin-bottom: 1.5em;
  font-size: 1em; }

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: 400px) {
  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: #000;
  /* 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%; }

td, th {
  padding: 6px; }

th {
  background-color: #232122;
  color: #fff; }

/* Responsive Table code */
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #ddd; }

.table-responsive > .table {
  margin-bottom: 0; }

.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
  white-space: nowrap; }

.table-responsive > .table-bordered {
  border: 0; }

.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0; }

/* Points Table */
table.points th, table.points td {
  width: 25%; }

/* =============================================================================
  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); }

/* ---------------
	EVENTS
--------------- */
.aga-featured-events {
  width: 100%;
  position: relative;
  /* List View */ }
  .aga-featured-events .mix-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .aga-featured-events h3 {
    width: 100%;
    margin: 1em 0 0; }
  .aga-featured-events .aga-schedule-header {
    margin: 1em 0 0.25em; }
  .aga-featured-events .aga-list {
    display: none; }
  .aga-featured-events .event {
    width: 50%;
    padding: 16px 24px; }
    .aga-featured-events .event .aga-picture, .aga-featured-events .event .aga-title, .aga-featured-events .event .aga-number {
      float: left; }
    .aga-featured-events .event .aga-picture {
      width: 16%; }
      .aga-featured-events .event .aga-picture img {
        display: block;
        border-radius: 0; }
    .aga-featured-events .event .aga-title {
      width: 84%;
      padding: 0 0 0 16px; }
      .aga-featured-events .event .aga-title .aga-list-title, .aga-featured-events .event .aga-title p {
        margin: 0 0 4px; }
      .aga-featured-events .event .aga-title .aga-list-title, .aga-featured-events .event .aga-title .aga-list-title a {
        font-size: 1.1rem;
        font-weight: normal;
        clear: none; }
      .aga-featured-events .event .aga-title p {
        color: #888;
        font-size: 0.9em; }
      .aga-featured-events .event .aga-title strong {
        color: #777; }
      .aga-featured-events .event .aga-title .aga-number {
        width: 60px;
        float: right; }
    .aga-featured-events .event .aga-number {
      float: right; }
    .aga-featured-events .event .btn {
      background-color: #b2b2b2;
      color: #fff;
      margin-bottom: 0; }
    .aga-featured-events .event .btn:hover {
      background-color: #a2a2a2; }
    .aga-featured-events .event .btn-small {
      font-size: 0.8em;
      padding: 3px 6px; }
  .aga-featured-events .mix-container.mix-list {
    width: 100%;
    margin: 0;
    padding: 0; }
    .aga-featured-events .mix-container.mix-list .event, .aga-featured-events .mix-container.mix-list .aga-list {
      width: 100%;
      border-bottom: 1px solid #eee;
      padding: 4px 0; }
      .aga-featured-events .mix-container.mix-list .event .aga-event-type, .aga-featured-events .mix-container.mix-list .aga-list .aga-event-type {
        float: none;
        padding: 3px 6px; }
    .aga-featured-events .mix-container.mix-list .event-title, .aga-featured-events .mix-container.mix-list .location, .aga-featured-events .mix-container.mix-list .date, .aga-featured-events .mix-container.mix-list .results, .aga-featured-events .mix-container.mix-list .type {
      font-size: .9em;
      float: left;
      padding: 0 4px; }
    .aga-featured-events .mix-container.mix-list .event-title {
      width: 30%; }
    .aga-featured-events .mix-container.mix-list .location {
      width: 25%; }
    .aga-featured-events .mix-container.mix-list .date {
      width: 25%; }
    .aga-featured-events .mix-container.mix-list .results {
      width: 10%; }
    .aga-featured-events .mix-container.mix-list .type {
      width: 10%;
      float: right; }

.aga-event-type {
  display: block;
  float: right;
  padding: 8px 0;
  width: 58px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: .85em;
  text-align: center;
  margin-left: 4px;
  border-radius: 4px; }

.aga-event-type-ranking {
  background: #0088cc; }

.aga-event-type-online {
  background: #0577c5; }

.aga-event-type-premier {
  background: #e99a00; }

.aga-event-type-evolution {
  background: #000051; }

.aga-event-type-super_premier {
  background: #000051; }

.aga-event-type-capcom_cup {
  background: #000051; }

.aga-event-type-region {
  margin-top: 6px;
  padding: 3px 0;
  background: #555; }

.widget_aga_events_widget {
  margin-bottom: 0; }
  .widget_aga_events_widget .widgettitle {
    font-size: 4em;
    margin-bottom: 0;
    display: none; }
  .widget_aga_events_widget select {
    height: 31px;
    width: 160px; }

.widget-area .AGAFullEvents a, .widget-area .AGAFullEvents a:visited {
  color: #fff; }
.widget-area .AGAFullEvents h3 {
  margin-bottom: 0; }
.widget-area .AGAFullEvents p {
  color: #66c2ff !important; }

.stanza-button {
  position: absolute;
  top: 40px;
  right: 0; }
  .stanza-button .spoton-it {
    background: #0475cc;
    color: #fff;
    padding: .4em .6em;
    text-decoration: none;
    font-size: 0.8em;
    border-radius: 4px; }

/* ---------------
	BREAKPOINTS
--------------- */
@media screen and (max-width: 960px) {
  .aga-featured-events {
    /* List View */ }
    .aga-featured-events .mix-container.mix-list .date {
      width: 22%; }
    .aga-featured-events .mix-container.mix-list .results {
      width: 13%; } }
@media screen and (max-width: 667px) {
  .aga-featured-events {
    /* List View */ }
    .aga-featured-events .event {
      width: 100%; }
    .aga-featured-events .mix-container.mix-list .results, .aga-featured-events .mix-container.mix-list .type {
      display: none; }
    .aga-featured-events .mix-container.mix-list .event-title {
      width: 35%; }
    .aga-featured-events .mix-container.mix-list .location {
      width: 35%; }
    .aga-featured-events .mix-container.mix-list .date {
      width: 30%; }

  .aga-event-type {
    padding: 8px 0 !important;
    margin-left: 6px; } }
/* ---------------
	QUALIFIED PLAYERS
--------------- */
.disabled {
  -webkit-filter: grayscale(90%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(90%); }

.player-standings {
  display: block;
  width: 100%; }

/* Player Standings */
.mix {
  width: 100%;
  display: none; }

.player-link {
  display: block;
  position: relative; }

.player-character {
  height: 75px;
  width: 100%;
  display: block !important;
  border-bottom: 1px solid #eee;
  z-index: 4; }

.player-details {
  overflow: auto;
  padding: 6px 12px;
  z-index: 3;
  position: absolute;
  width: 100%;
  top: 0; }
  .player-details .aga-rank, .player-details .aga-picture, .player-details .aga-title {
    float: left; }
  .player-details .aga-rank {
    margin-top: 18px;
    font-size: .8em;
    color: #fff;
    text-shadow: 0px 0px 6px black;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    /* the same as your div height */
    position: relative; }
  .player-details .arrow-up {
    display: block !important;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff4ad;
    position: absolute;
    top: 12px;
    left: 18px; }
  .player-details .arrow-down {
    display: block !important;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff4ad;
    position: absolute;
    bottom: 12px;
    left: 18px; }
  .player-details .aga-number {
    float: right;
    color: #fff; }
    .player-details .aga-number .aga-points {
      font-size: 1em;
      margin-top: 0px; }
    .player-details .aga-number h3 {
      margin-top: -2px;
      margin-bottom: 0; }
  .player-details .aga-circle {
    z-index: 5;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background-color: #ffba02; }
  .player-details .aga-crown {
    background: url("images/qualified-crown.png") no-repeat;
    width: 32px;
    height: 28px;
    display: block; }
  .player-details .aga-crown-regional {
    background: url("images/qualified-crown-white.png") no-repeat;
    width: 32px;
    height: 28px;
    display: block; }
  .player-details .aga-picture {
    z-index: 4;
    margin: 0 16px 0 14px; }
    .player-details .aga-picture img {
      max-width: 64px;
      max-height: 64px;
      display: block; }
  .player-details .main-character {
    float: right;
    margin-right: 24px;
    text-align: center; }
    .player-details .main-character p {
      display: none; }
  .player-details h3, .player-details p {
    margin: 0; }
  .player-details h3 {
    font-size: 1.5em; }
  .player-details p {
    font-size: 0.9em; }
  .player-details .previous-rank {
    display: none; }
  .player-details .aga-title {
    margin-top: 4px; }
    .player-details .aga-title h3 {
      color: #fff;
      text-shadow: 0px 0px 6px #000;
      margin: 0; }
    .player-details .aga-title .details {
      color: #19a3ff;
      text-shadow: none;
      margin-top: -4px; }

.portrait-circle {
  border-radius: 50% !important; }

.widget_aga_standings_widget {
  margin-bottom: 0; }
  .widget_aga_standings_widget .widgettitle {
    display: none; }

.player-character {
  border-bottom: none;
  margin-bottom: 4px;
  padding: 8px 16px !important;
  border-radius: 8px; }

.player-character {
  background: url("images/character-bg-100.jpg") no-repeat right -4500px #17548a; }

.character-ryu {
  background-position: right -2200px; }

.character-chun-li {
  background-position: right -2300px; }

.character-nash {
  background-position: right -2400px; }

.character-mbison {
  background-position: right -2500px; }

.character-cammy {
  background-position: right -2600px; }

.character-birdie {
  background-position: right -2700px; }

.character-ken {
  background-position: right -2800px; }

.character-necalli {
  background-position: right -2900px; }

.character-vega {
  background-position: right -3000px; }

.character-rmika {
  background-position: right -3100px; }

.character-rashid {
  background-position: right -3200px; }

.character-karin {
  background-position: right -3300px; }

.character-zangief {
  background-position: right -3400px; }

.character-laura {
  background-position: right -3500px; }

.character-dhalsim {
  background-position: right -3600px; }

.character-fang {
  background-position: right -3700px; }

.character-alex {
  background-position: right -3800px; }

.character-guile {
  background-position: right -3900px; }

.character-ibuki {
  background-position: right -4000px; }

.character-balrog {
  background-position: right -4100px; }

.character-juri {
  background-position: right -4200px; }

.character-urien {
  background-position: right -4300px; }

.character-akuma {
  background-position: right -4700px; }

.character-kolin {
  background-position: right -4900px; }

.character-ed {
  background-position: right -5100px; }

.character-abigail {
  background-position: right -5300px; }

.character-menat {
  background-position: right -5500px; }

.character-zeku {
  background-position: right -5700px; }

.character-sakura {
  background-position: right -5900px; }

.character-blanka {
  background-position: right -6100px; }

.character-falke {
  background-position: right -6300px; }

.character-cody {
  background-position: right -6500px; }

.character-g {
  background-position: right -6700px; }

.character-sagat {
  background-position: right -6900px; }

.player-link:hover .character- {
  background-color: #0b3a82;
  background-position: right -4400px; }

.player-link:hover .character-ryu {
  background-color: #0b3a82;
  background-position: right -0px; }

.player-link:hover .character-chun-li {
  background-color: #0b3a82;
  background-position: right -100px; }

.player-link:hover .character-nash {
  background-color: #0b3a82;
  background-position: right -200px; }

.player-link:hover .character-mbison {
  background-color: #0b3a82;
  background-position: right -300px; }

.player-link:hover .character-cammy {
  background-color: #0b3a82;
  background-position: right -400px; }

.player-link:hover .character-birdie {
  background-color: #0b3a82;
  background-position: right -500px; }

.player-link:hover .character-ken {
  background-color: #0b3a82;
  background-position: right -600px; }

.player-link:hover .character-necalli {
  background-color: #0b3a82;
  background-position: right -700px; }

.player-link:hover .character-vega {
  background-color: #0b3a82;
  background-position: right -800px; }

.player-link:hover .character-rmika {
  background-color: #0b3a82;
  background-position: right -900px; }

.player-link:hover .character-rashid {
  background-color: #0b3a82;
  background-position: right -1000px; }

.player-link:hover .character-karin {
  background-color: #0b3a82;
  background-position: right -1100px; }

.player-link:hover .character-zangief {
  background-color: #0b3a82;
  background-position: right -1200px; }

.player-link:hover .character-laura {
  background-color: #0b3a82;
  background-position: right -1300px; }

.player-link:hover .character-dhalsim {
  background-color: #0b3a82;
  background-position: right -1400px; }

.player-link:hover .character-fang {
  background-color: #0b3a82;
  background-position: right -1500px; }

.player-link:hover .character-alex {
  background-color: #0b3a82;
  background-position: right -1600px; }

.player-link:hover .character-guile {
  background-color: #0b3a82;
  background-position: right -1700px; }

.player-link:hover .character-ibuki {
  background-color: #0b3a82;
  background-position: right -1800px; }

.player-link:hover .character-balrog {
  background-color: #0b3a82;
  background-position: right -1900px; }

.player-link:hover .character-juri {
  background-color: #0b3a82;
  background-position: right -2000px; }

.player-link:hover .character-urien {
  background-color: #0b3a82;
  background-position: right -2100px; }

.player-link:hover .character-akuma {
  background-color: #0b3a82;
  background-position: right -4600px; }

.player-link:hover .character-kolin {
  background-color: #0b3a82;
  background-position: right -4800px; }

.player-link:hover .character-ed {
  background-color: #0b3a82;
  background-position: right -5000px; }

.player-link:hover .character-abigail {
  background-color: #0b3a82;
  background-position: right -5200px; }

.player-link:hover .character-menat {
  background-color: #0b3a82;
  background-position: right -5400px; }

.player-link:hover .character-zeku {
  background-color: #0b3a82;
  background-position: right -5600px; }

.player-link:hover .character-sakura {
  background-color: #0b3a82;
  background-position: right -5800px; }

.player-link:hover .character-blanka {
  background-color: #0b3a82;
  background-position: right -6000px; }

.player-link:hover .character-falke {
  background-color: #0b3a82;
  background-position: right -6200px; }

.player-link:hover .character-cody {
  background-color: #0b3a82;
  background-position: right -6400px; }

.player-link:hover .character-g {
  background-color: #0b3a82;
  background-position: right -6600px; }

.player-link:hover .character-sagat {
  background-color: #0b3a82;
  background-position: right -6800px; }

.dark .aga-year-dropdown {
  background-color: transparent;
  color: #fff;
  border-color: #0475cc;
  margin-bottom: 5px; }
.dark .player-character {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(black)); }

.mix-list p {
  margin: 0; }
.mix-list a {
  text-decoration: none; }
.mix-list a:hover {
  text-decoration: underline; }
.mix-list .qualified td {
  background-color: #fffca7 !important;
  color: #917700; }
  .mix-list .qualified td a {
    color: #917700; }
.mix-list .qualified:nth-child(odd) td {
  background-color: #ffe671 !important; }

.pager {
  text-align: center; }
  .pager a {
    text-decoration: none; }
  .pager .active {
    text-decoration: underline; }

.widget-area .aga-picture, .widget-area .aga-number, .widget-area .main-character, .widget-area .details, .widget-area .previous-rank, .widget-area .standings-controls, .widget-area .arrow-up, .widget-area .arrow-down {
  display: none !important; }
.widget-area .mix {
  display: block; }
.widget-area .aga-featured-standings {
  margin: 0 -1.5em;
  padding: 0; }
.widget-area .standings-container {
  border-bottom: 1px dotted #6dbefc; }
.widget-area .aga-list {
  border-top: 1px dotted #6dbefc;
  border-bottom: none !important; }
.widget-area .player-character {
  background: none;
  border-bottom: none;
  margin-bottom: 0px;
  padding: 0 !important;
  height: auto;
  border-radius: 0px; }
.widget-area .player-details {
  position: relative;
  padding: 6px 1.5em; }
.widget-area .player-details:hover {
  background: #0991fa;
  cursor: pointer; }
.widget-area .aga-crown {
  margin: 0 1px 0 0; }
.widget-area .aga-circle {
  margin: 0 12px 0 0;
  background-color: #19a3ff;
  text-shadow: none;
  padding: 0; }
.widget-area .aga-title {
  margin-top: 2px; }
  .widget-area .aga-title h3 {
    font-weight: normal;
    font-size: 1em;
    font-family: "Open Sans", sans-serif;
    text-shadow: none; }
.widget-area .current-player {
  background-color: #e8a800; }
  .widget-area .current-player .aga-circle {
    background-color: #ffc835; }
  .widget-area .current-player .player-details:hover {
    background-color: #ffba02; }

.qualified-title {
  z-index: 10; }
  .qualified-title img {
    border-radius: 0 !important; }

.qualified-title-text {
  font-size: 3.8em;
  font-weight: 700;
  color: #fdbb05;
  margin: 0 0 12px 0;
  line-height: 1em;
  background: url(images/bg-qualified-repeat.jpg) top center #ff5e04;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center; }

.qualified-title-text.title-zh-hant {
  font-size: 5em; }

.qualified-title-text.title-de {
  font-size: 3.5em; }

.qualified-title-text.title-it {
  font-size: 3.5em; }

.qualified-title-text.title-pt-br {
  font-size: 3.3em; }

.qualified-title-text.title-es {
  font-size: 3.25em; }

.qualified-wrapper {
  z-index: 9;
  margin-top: -14px;
  padding: 1em;
  border-radius: 1em 1em 1em 1em;
  background: url("images/bg-qualified-repeat.jpg") top center #ff5e04; }
  .qualified-wrapper .current-champion, .qualified-wrapper .last-chance-qualifier {
    margin-bottom: 4px;
    border-radius: 8px; }
    .qualified-wrapper .current-champion img, .qualified-wrapper .last-chance-qualifier img {
      display: block; }
  .qualified-wrapper .current-champion {
    width: 74.7%;
    height: 224px;
    float: left;
    background: url("images/bg-reigning-champion.jpg");
    background-size: cover;
    color: #fff;
    padding: 2em; }
    .qualified-wrapper .current-champion .winner {
      color: #fff;
      text-decoration: none;
      text-align: center;
      width: 360px;
      float: right; }
    .qualified-wrapper .current-champion h3, .qualified-wrapper .current-champion h4 {
      margin: 0;
      line-height: 1em;
      font-weight: 700;
      text-transform: uppercase;
      text-shadow: 0 0 4px #000; }
    .qualified-wrapper .current-champion h3 {
      font-size: 2.5em; }
    .qualified-wrapper .current-champion h4 {
      font-size: 5em;
      color: #fdbb05; }
  .qualified-wrapper .divider {
    background: url("images/divider.png") no-repeat center center;
    width: 100%;
    height: 19px;
    display: block !important; }
  .qualified-wrapper .last-chance-qualifier {
    width: 24.55%;
    height: 224px;
    float: right;
    background: url("images/bg-last-chance-qualifier.jpg") no-repeat center center;
    background-size: cover;
    color: #fff; }
    .qualified-wrapper .last-chance-qualifier .question-mark, .qualified-wrapper .last-chance-qualifier h3, .qualified-wrapper .last-chance-qualifier p {
      margin: 0;
      text-align: center;
      text-shadow: 0 0 4px #000;
      line-height: 1.1em; }
    .qualified-wrapper .last-chance-qualifier h3 {
      font-size: 3.5em;
      margin-bottom: 2px; }
    .qualified-wrapper .last-chance-qualifier p {
      color: #19a3ff; }
    .qualified-wrapper .last-chance-qualifier .question-mark {
      font-size: 6em;
      font-weight: 700;
      color: #fff; }
  .qualified-wrapper .standings-container {
    clear: both; }
  .qualified-wrapper .regional-champions {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff; }
    .qualified-wrapper .regional-champions .quarter {
      width: 24.55%;
      margin-bottom: 4px;
      border-radius: 8px; }
      .qualified-wrapper .regional-champions .quarter a, .qualified-wrapper .regional-champions .quarter img {
        display: block; }
    .qualified-wrapper .regional-champions .regional-logo {
      width: 30%;
      padding: 6px;
      float: left; }
    .qualified-wrapper .regional-champions .winner {
      width: 70%;
      padding: 8px 8px 8px 2px;
      float: right; }
      .qualified-wrapper .regional-champions .winner h3, .qualified-wrapper .regional-champions .winner p {
        text-shadow: 0 0 4px #000;
        margin: 0; }
      .qualified-wrapper .regional-champions .winner h3 {
        font-size: 1.3em; }
      .qualified-wrapper .regional-champions .winner p {
        font-size: 0.8em; }
    .qualified-wrapper .regional-champions .region-europe {
      background: url("images/bg-regional-winners-europe.jpg"); }
    .qualified-wrapper .regional-champions .region-asia {
      background: url("images/bg-regional-winners-asia.jpg"); }
    .qualified-wrapper .regional-champions .region-latin-america {
      background: url("images/bg-regional-winners-latin-america.jpg"); }
    .qualified-wrapper .regional-champions .region-north-america {
      background: url("images/bg-regional-winners-north-america.jpg"); }
    .qualified-wrapper .regional-champions .region-europe, .qualified-wrapper .regional-champions .region-asia, .qualified-wrapper .regional-champions .region-latin-america, .qualified-wrapper .regional-champions .region-north-america {
      background-size: cover; }

.btn-standings {
  display: inline-block;
  background: url("images/btn-standings.jpg") #ffba02;
  padding: 8px;
  border-radius: 8px;
  color: #fff !important;
  text-decoration: none;
  text-shadow: 0px 0px 6px #352700 !important; }

.aga-qualified {
  float: right;
  height: 64px; }

/* ---------------
	BREAKPOINTS
--------------- */
@media screen and (max-width: 1024px) {
  .qualified-title-text {
    font-size: 3.5em;
    margin-bottom: 0.5em; }

  .qualified-title-text.title-zh-hant {
    font-size: 4em; }

  .qualified-title-text.title-de {
    font-size: 2.75em; }

  .qualified-title-text.title-it {
    font-size: 3em; }

  .qualified-title-text.title-pt-br {
    font-size: 2.75em; }

  .qualified-title-text.title-es {
    font-size: 2.75em; }

  .qualified-wrapper .last-chance-qualifier {
    padding: 20px; }
    .qualified-wrapper .last-chance-qualifier h3 {
      font-size: 2.5em;
      margin-bottom: 2px; }
    .qualified-wrapper .last-chance-qualifier p {
      color: #19a3ff; }
    .qualified-wrapper .last-chance-qualifier .question-mark {
      font-size: 6em;
      font-weight: 700;
      color: #fff; }
  .qualified-wrapper .current-champion, .qualified-wrapper .last-chance-qualifier {
    width: 100%;
    float: none; } }
@media screen and (max-width: 800px) {
  .qualified-wrapper {
    margin-top: -12px; }
    .qualified-wrapper .regional-champions .quarter {
      width: 49.65%; } }
@media screen and (max-width: 667px) {
  .widget_aga_standings_widget .aga-year-dropdown, .widget_aga_standings_widget .collapse-btn {
    float: left;
    margin: 8px 6px 16px 0; }

  .standings-controls {
    clear: both; }

  .player-details {
    padding: 6px 12px !important; }

  .qualified-title-text {
    font-size: 2.5em; }

  .qualified-wrapper {
    margin-top: 0px;
    background: none;
    padding: 0; }
    .qualified-wrapper .divider {
      background: url("images/divider.png") no-repeat center center;
      background-size: cover;
      width: 100%;
      height: 14px; }
    .qualified-wrapper .current-champion {
      position: relative;
      height: 360px;
      background-image: url("images/bg-reigning-champion-mobile.jpg"); }
      .qualified-wrapper .current-champion .winner {
        width: 260px;
        position: absolute;
        bottom: 20px;
        margin: 0 auto;
        right: 0;
        left: 0; }
      .qualified-wrapper .current-champion h3 {
        font-size: 2em; }
      .qualified-wrapper .current-champion h4 {
        font-size: 4em; }

  .disabled {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); } }
@media screen and (max-width: 568px) {
  .player-character {
    height: 50px; }

  .player-details .aga-picture, .player-details .aga-number, .player-details .details, .player-details .previous-rank, .player-details .arrow-up, .player-details .arrow-down {
    display: none !important; }

  .aga-title h3 {
    font-weight: normal;
    font-size: 1em;
    margin-top: 4px !important; }

  .aga-rank {
    margin: 9px 12px 0 !important;
    margin-left: 0 !important; }

  .qualified-wrapper .regional-champions .quarter {
    width: 100%; } }
@media screen and (max-width: 400px) {
  .aga-title h3 {
    font-size: 0.9em; }

  .btn-standings {
    font-size: 0.9em; } }
@media screen and (max-width: 320px) {
  .btn-standings {
    font-size: 0.8em; } }
/* ---------------
	PLAYER PAGE
--------------- */
.player-page {
  overflow: auto;
  /* Season Overview */ }
  .player-page h3 {
    margin-bottom: 0.5em; }
  .player-page p {
    margin: 0; }
  .player-page hr {
    background-color: #eee; }
  .player-page .player {
    display: flex;
    flex-wrap: wrap;
    overflow: auto; }
    .player-page .player .portrait, .player-page .player .details {
      float: left; }
    .player-page .player .portrait {
      max-width: 160px; }
    .player-page .player .details {
      padding-left: 2em; }
      .player-page .player .details td {
        padding: 0 8px 8px 0; }
  .player-page .aga-player-points {
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    margin-bottom: 2.5em; }
    .player-page .aga-player-points .points {
      width: 20%; }
  .player-page .achievements-container {
    margin-bottom: 2.5em; }
  .player-page .aga-list {
    overflow: auto;
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: 8px 0; }
    .player-page .aga-list .aga-place, .player-page .aga-list .aga-picture, .player-page .aga-list .aga-title {
      float: left; }
    .player-page .aga-list .aga-event {
      float: right; }
    .player-page .aga-list .aga-place {
      width: 35%; }
    .player-page .aga-list .aga-picture {
      width: 65%;
      text-align: center; }
      .player-page .aga-list .aga-picture img {
        max-height: 80px; }
    .player-page .aga-list .aga-title {
      width: 100%;
      padding-left: 8px; }
    .player-page .aga-list .aga-list-title {
      font-size: 1.1rem;
      margin-bottom: 4px;
      clear: none; }
    .player-page .aga-list p {
      font-size: 0.9em;
      color: #888; }
    .player-page .aga-list .aga-date-container {
      margin-bottom: 4px; }
  .player-page .season-characters {
    overflow: auto;
    margin-bottom: 2em; }
    .player-page .season-characters .game, .player-page .season-characters .characters {
      float: left; }
    .player-page .season-characters .game {
      margin-right: 16px; }

.player-content p {
  margin-bottom: 1.5em; }

.player-back-btn {
  margin: 2em 0 !important; }

.player-featured-image {
  padding: 2.5em 0; }
  .player-featured-image h1, .player-featured-image p {
    color: #fff;
    text-shadow: 0px 0px 6px #000; }
  .player-featured-image h1 {
    margin-bottom: 6px;
    font-size: 3em; }
  .player-featured-image p {
    margin: 0; }
  .player-featured-image hr {
    background-color: #eee; }
  .player-featured-image .player {
    display: flex;
    flex-wrap: wrap;
    overflow: auto; }
    .player-featured-image .player .portrait, .player-featured-image .player .details {
      float: left; }
    .player-featured-image .player .portrait {
      max-width: 200px;
      margin-right: 2em; }
      .player-featured-image .player .portrait img {
        border-radius: 50%;
        display: block; }
    .player-featured-image .player .details table {
      margin-bottom: 0; }
    .player-featured-image .player .details td {
      padding: 0 8px 8px 0; }
    .player-featured-image .player .details .aga-player-title {
      width: 128px; }

.player-featured-image-default {
  background: url("images/bg-player-default.jpg") no-repeat top center #000; }

.player-featured-image-akuma {
  background: url("images/bg-player-akuma.jpg") no-repeat top center #000; }

.player-featured-image-alex {
  background: url("images/bg-player-alex.jpg") no-repeat top center #000; }

.player-featured-image-balrog {
  background: url("images/bg-player-balrog.jpg") no-repeat top center #000; }

.player-featured-image-birdie {
  background: url("images/bg-player-birdie.jpg") no-repeat top center #000; }

.player-featured-image-cammy {
  background: url("images/bg-player-cammy.jpg") no-repeat top center #000; }

.player-featured-image-chun-li {
  background: url("images/bg-player-chunli.jpg") no-repeat top center #000; }

.player-featured-image-dhalsim {
  background: url("images/bg-player-dhalsim.jpg") no-repeat top center #000; }

.player-featured-image-fang {
  background: url("images/bg-player-fang.jpg") no-repeat top center #000; }

.player-featured-image-guile {
  background: url("images/bg-player-guile.jpg") no-repeat top center #000; }

.player-featured-image-ibuki {
  background: url("images/bg-player-ibuki.jpg") no-repeat top center #000; }

.player-featured-image-juri {
  background: url("images/bg-player-juri.jpg") no-repeat top center #000; }

.player-featured-image-karin {
  background: url("images/bg-player-karin.jpg") no-repeat top center #000; }

.player-featured-image-ken {
  background: url("images/bg-player-ken.jpg") no-repeat top center #000; }

.player-featured-image-laura {
  background: url("images/bg-player-laura.jpg") no-repeat top center #000; }

.player-featured-image-kolin {
  background: url("images/bg-player-kolin.jpg") no-repeat top center #000; }

.player-featured-image-mbison {
  background: url("images/bg-player-mbison.jpg") no-repeat top center #000; }

.player-featured-image-m-bison {
  background: url("images/bg-player-mbison.jpg") no-repeat top center #000; }

.player-featured-image-nash {
  background: url("images/bg-player-nash.jpg") no-repeat top center #000; }

.player-featured-image-necalli {
  background: url("images/bg-player-necalli.jpg") no-repeat top center #000; }

.player-featured-image-rashid {
  background: url("images/bg-player-rashid.jpg") no-repeat top center #000; }

.player-featured-image-rmika {
  background: url("images/bg-player-rmika.jpg") no-repeat top center #000; }

.player-featured-image-r-mika {
  background: url("images/bg-player-rmika.jpg") no-repeat top center #000; }

.player-featured-image-ryu {
  background: url("images/bg-player-ryu.jpg") no-repeat top center #000; }

.player-featured-image-urien {
  background: url("images/bg-player-urien.jpg") no-repeat top center #000; }

.player-featured-image-vega {
  background: url("images/bg-player-vega.jpg") no-repeat top center #000; }

.player-featured-image-zangief {
  background: url("images/bg-player-zangief.jpg") no-repeat top center #000; }

.player-featured-image-ed {
  background: url("images/bg-player-ed.jpg") no-repeat top center #000; }

.player-featured-image-abigail {
  background: url("images/bg-player-abigail.jpg") no-repeat top center #000; }

.player-featured-image-menat {
  background: url("images/bg-player-menat.jpg") no-repeat top center #000; }

.player-featured-image-zeku {
  background: url("images/bg-player-zeku.jpg") no-repeat top center #000; }

.player-featured-image-sakura {
  background: url("images/bg-player-sakura.jpg") no-repeat top center #000; }

.player-featured-image-blanka {
  background: url("images/bg-player-blanka.jpg") no-repeat top center #000; }

.player-featured-image-falke {
  background: url("images/bg-player-falke.jpg") no-repeat top center #000; }

.player-featured-image-cody {
  background: url("images/bg-player-cody.jpg") no-repeat top center #000; }

.player-featured-image-g {
  background: url("images/bg-player-g.jpg") no-repeat top center #000; }

.player-featured-image-sagat {
  background: url("images/bg-player-sagat.jpg") no-repeat top center #000; }

.player-featured-image {
  background-size: cover; }

.search-players {
  text-decoration: none; }
  .search-players .player-featured-image {
    padding: 1em;
    margin-bottom: 1em;
    background-size: 260%;
    border-radius: 6px;
    background-position: -620px 0; }
    .search-players .player-featured-image h1 {
      font-size: 2em; }
    .search-players .player-featured-image .player .portrait {
      max-width: 150px;
      margin-right: 1.5em; }
    .search-players .player-featured-image .player .details .aga-player-title {
      width: 108px; }

/* ---------------
	BREAKPOINTS
--------------- */
@media screen and (max-width: 1024px) {
  .player {
    padding-left: 5em; }

  .search-players .player {
    padding-left: 0em; } }
@media screen and (max-width: 800px) {
  .player .portrait {
    width: 150px !important; }
  .player h1 {
    font-size: 2em; }
  .player td {
    padding-bottom: 2px !important; } }
@media screen and (max-width: 667px) {
  .player-featured-image {
    background-position: -350px 0 !important;
    background-size: cover; } }
@media screen and (max-width: 568px) {
  .player {
    padding-left: 3em; }
    .player .portrait {
      width: 180px !important;
      margin-bottom: 1em; }

  .aga-player-points .points {
    width: 50% !important; }

  .player-page .aga-list .aga-picture {
    display: none;
    padding-left: 8px; }
  .player-page .aga-list .one-fourth {
    width: 20%; }

  .search-players .player-featured-image {
    padding: 1.5em;
    background-size: auto 100%;
    background-position: -530px 0 !important; }
    .search-players .player-featured-image .player .portrait {
      margin-bottom: 1.75em; } }
@media screen and (max-width: 400px) {
  .search-players .player-featured-image {
    background-position: -420px 0 !important; }
    .search-players .player-featured-image .player .portrait {
      max-width: 200px;
      margin-right: 0; } }
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  	/*
  	border: 1px solid;
  	border-color: $color__border-button;
  	border-radius: 3px;
  	background: $color__background-button;
  	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, .8);
  	@include font-size(0.75);
  	line-height: 1;
  	padding: .6em 1em .4em;
  	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  
  	&:hover {
  		border-color: $color__border-button-hover;
  		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);
  	}
  
  	&:active,
  	&:focus {
  		border-color: $color__border-button-focus;
  		box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  	}
  	*/ }

.collapse-btn {
  background: url(images/collapse-button.png) no-repeat 0 0;
  width: 32px;
  height: 31px;
  overflow: hidden;
  margin-left: 6px; }

.collapse-btn:hover, .collapse-btn.active {
  background-position: 0 -31px; }

.dark .collapse-btn {
  background-position: -32px 0;
  display: none; }
.dark .collapse-btn:hover {
  background-position: -32px -31px; }

.controls {
  color: #444;
  margin-top: 10px;
  /*float:right;
  clear:right;*/
  float: none; }

.controls-right {
  clear: both;
  float: none; }

.standings-controls {
  margin-bottom: 24px; }

label {
  font-weight: 300;
  margin: 0 .4em 0 0; }

button, a.btn {
  display: inline-block;
  padding: .4em .6em;
  background: #666;
  border: 0;
  color: #ddd;
  font-size: 0.8em;
  font-weight: 300;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 5px;
  text-decoration: none; }

button:hover, a.btn:hover, a.btn:visited {
  color: #ddd;
  background: #555; }

button.active, a.btn.active, button.mixitup-control-active, a.btn.mixitup-control-active {
  background: #0088cc; }

button:focus, a.btn:focus {
  outline: 0 none; }

button + label {
  margin-left: 1em; }

.aga-year-dropdown {
  height: 31px;
  width: 160px;
  margin-bottom: 8px; }

/* ---------------
	BREAKPOINTS
--------------- */
@media screen and (max-width: 568px) {
  .controls {
    clear: both; } }
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: #0475cc; }
  a:visited {
    color: #0475cc; }
  a:hover, a:focus, a:active {
    color: #03589a; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  padding-left: 140px;
  background: #0475cc;
  border-top: 1px solid #19a3ff;
  border-bottom: 1px solid #19a3ff; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      background: #0991fa;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      left: -999em;
      z-index: 99999; }
      .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; }
  .main-navigation a, .main-navigation a:visited {
    display: block;
    text-decoration: none;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 1.3em;
    padding: 8px 16px;
    border-left: 1px solid #19a3ff;
    border-right: 1px solid #1a4a6a;
    background-color: #0475cc; }
  .main-navigation a:hover {
    color: #fff;
    background: #0991fa; }
  .main-navigation .page_item_has_children:hover,
  .main-navigation .current_page_item a {
    background: #0991fa; }
  .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: #229cfb;
    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: #6dbefc; }
    .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: #229cfb !important; }
    .main-navigation .current_page_ancestor .current_page_ancestor, .main-navigation .current_page_ancestor .current_page_item {
      background: #6dbefc !important; }

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

.menu-global-nav-container {
  border-left: 1px solid #1a4a6a;
  border-right: 1px solid #19a3ff;
  content: "";
  display: table;
  table-layout: fixed; }

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

.aga-mobile-link {
  display: none; }

/* set header to cotainer width */
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.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%; }

/*--------------------------------------------------------------
## 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: #0475cc;
  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;
  float: right;
  clear: none;
  margin: 6px; }

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

  .main-navigation ul {
    display: none; }

  .cmn-toggle-switch {
    display: block; } }
/*--------------------------------------------------------------
# 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: 6px; }

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

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

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

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

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

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

/* Fullpage Template */
.page-template-custom-fullpage-template .site-content, .page-template-custom-homepage-template .site-content {
  max-width: none; }

.content-area-full .site-main {
  margin: 0; }
.content-area-full .entry-header {
  max-width: 1024px;
  display: block;
  margin-left: auto;
  margin-right: auto; }
.content-area-full .thin {
  padding: 0 0em; }

@media screen and (max-width: 1024px) {
  .site-content {
    padding: 2.5em; }

  .content-area-full article section {
    padding: 0; }
  .content-area-full article .dark {
    padding: 0; } }
@media screen and (max-width: 960px) {
  .content-area-full .thin {
    padding: 0 0em; } }
@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 !important; }

  .content-area-full .thin {
    padding: 0; } }
@media screen and (max-width: 667px) {
  .site-content {
    padding: 1.5em; } }
@media screen and (max-width: 400px) {
  .site-content {
    padding: 1em; } }
/*--------------------------------------------------------------
## 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; }

.entry-title, .page-title {
  margin: 0 0 .25em;
  padding: 0;
  line-height: 1.1em; }

.archive .page-title {
  margin-bottom: .5em; }

.entry-meta {
  margin: 0.5em 0; }

.entry-content h3 {
  margin-bottom: 0.5em; }

.entry-content > :first-child {
  margin-top: 0; }
  .entry-content > :first-child .fluid-width-video-wrapper {
    margin-top: 0; }

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

/* Blog & Search Homepage */
.post-list img, .search-list img {
  width: 100%;
  margin-bottom: 16px; }
.post-list p, .search-list p {
  margin: 0 0 0.5em; }

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

.search-list {
  padding: 2.5em 0;
  border-bottom: 1px solid #eee; }

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

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

.nav-previous:before {
  content: '';
  border: 5px solid transparent;
  border-right: 5px solid #0475cc;
  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: #061b5f;
  z-index: 2;
  /* Code for WPML language selector */
  /* WP Search Form */ }
  .site-header .site-branding {
    padding-left: 140px;
    position: relative;
    z-index: 10; }
    .site-header .site-branding .widget-title {
      display: none; }
  .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; }
  .site-header .character {
    position: absolute;
    bottom: 0;
    right: 16px;
    height: 100px;
    display: none; }
  .site-header #lang_sel {
    height: auto; }
    .site-header #lang_sel a {
      -moz-border-radius: 4px !important;
      -webkit-border-radius: 4px !important;
      border-radius: 4px !important;
      background-color: #061b5f !important;
      color: #b1b1b2 !important;
      border-color: #124d77 !important; }
    .site-header #lang_sel a:visited {
      color: #b1b1b2 !important; }
    .site-header #lang_sel a:hover {
      background-color: #00208d !important;
      color: #fff !important; }
    .site-header #lang_sel ul ul {
      border: none !important;
      border-top: 1px solid #124d77 !important;
      -moz-border-radius: 0 !important;
      -webkit-border-radius: 0 !important;
      border-radius: 0 !important; }
  .site-header #lang_sel:hover a {
    background-color: #fff !important;
    color: #444 !important; }
  .site-header .wpml-ls-statics-shortcode_actions {
    background: none; }
  .site-header .wpml-ls-native {
    font-size: 12px; }
  .site-header .wpml-ls-legacy-dropdown a {
    padding: 4px 10px; }
  .site-header .wpml-ls-legacy-dropdown {
    width: 198px; }
  .site-header .language-selector {
    height: 27px; }
  .site-header .wpml-ls-sub-menu .wpml-ls-item a {
    border-color: #999 !important; }
  .site-header .search-form .search-field {
    font-size: 12px;
    width: 198px;
    background-color: #061b5f;
    color: #b1b1b2 !important;
    border-color: #124d77;
    padding: 3px 8px; }
  .site-header .search-form .search-field:hover, .site-header .search-form .search-field:focus {
    background-color: #fff !important;
    color: #444 !important; }
  .site-header .search-form label {
    margin: 0; }
  .site-header .search-submit {
    background-color: #061b5f !important;
    border: 1px solid #124d77 !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    display: inline-block !important;
    cursor: pointer !important;
    color: #b1b1b2 !important;
    font-size: 12px !important;
    padding: 3px 12px !important;
    text-decoration: none !important;
    text-shadow: none !important; }
  .site-header .search-submit:hover {
    background-color: #0475cc !important;
    color: #fff !important; }
  .site-header .search-submit:active {
    position: relative;
    top: 1px; }

.cpt-logo {
  background: url(images/capcom-pt-logo.png) no-repeat top left;
  width: 110px !important;
  height: 113px !important;
  position: absolute;
  top: -8px;
  left: 16px;
  z-index: 20; }

.aga-utilities {
  padding: 6px 0 4px;
  content: "";
  display: table;
  table-layout: fixed; }
  .aga-utilities .widget {
    float: right;
    margin: 0 8px 0 0; }

.aga-utilities.pull-right {
  margin-right: 16px; }

.social-links {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .social-links li {
    display: block;
    float: left;
    margin: 0 6px 0 0; }
  .social-links li:last-of-type {
    margin: 0; }
  .social-links .social-icon {
    background: url(images/social-outline.gif);
    width: 26px;
    height: 26px;
    display: block; }
  .social-links .social-icon.facebook {
    background-position: 0 0; }
  .social-links .social-icon.twitter {
    background-position: -26px 0; }
  .social-links .social-icon.youtube {
    background-position: -52px 0; }
  .social-links .social-icon.facebook:hover {
    background-position: 0 -26px; }
  .social-links .social-icon.twitter:hover {
    background-position: -26px -26px; }
  .social-links .social-icon.youtube:hover {
    background-position: -52px -26px; }

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

/* Watch Live */
.watch-live {
  position: absolute;
  top: 8px;
  right: 16px;
  margin-bottom: 0; }

.watchlive-btn {
  background: url("images/btn-watchlive.png") no-repeat;
  width: 160px;
  height: 70px;
  display: block; }

.watchlive-btn:hover {
  background-position: 0px -70px; }

.btn-player-tracker {
  float: right;
  margin-right: 192px;
  border-right: 1px solid #19a3ff !important; }

/* ---------------
	BREAKPOINTS
--------------- */
@media screen and (max-width: 1024px) {
  .site-header {
    border-bottom: 4px solid #0475cc; }
    .site-header section .site-branding {
      width: 100%; }
    .site-header .aga-logo {
      float: left;
      display: auto;
      width: auto;
      background: transparent; }
      .site-header .aga-logo img {
        margin: 0; }
    .site-header .site-branding {
      padding-left: 108px; }

  .aga-utilities {
    padding-top: 10px; }

  .cpt-logo {
    background: url(images/capcom-pt-logo-sm.png) no-repeat top left;
    width: 80px !important;
    height: 82px !important; }

  .watch-live {
    right: 48px; } }
@media screen and (max-width: 900px) {
  .watch-live {
    display: none; } }
@media screen and (max-width: 667px) {
  .site-header .aga-logo {
    width: 110px;
    padding: 1.5em 0; }

  .search-form .search-field {
    width: 130px; }

  .search-form, .language-selector {
    margin-bottom: 4px !important; }

  .social-links {
    display: none; } }
/*--------------------------------------------------------------
## Section
--------------------------------------------------------------*/
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; }
  article section .details img {
    width: 100%; }
  article section .box {
    padding: 3em 4em;
    border: 2px solid #000;
    border-radius: 12px; }
  article section .flex {
    display: flex;
    flex-wrap: wrap; }
  article section .third {
    width: 33%;
    margin: 0; }
  article section .half {
    width: 50%;
    margin: 0; }
  article section .left {
    float: left; }
  article section .right {
    float: right; }

.dark {
  background-color: #000;
  color: #fff;
  padding: 0; }
  .dark .darken {
    display: block;
    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; }

.section-dark-title {
  font-size: 3.5em;
  margin-bottom: 0; }

.page-template-custom-homepage-template-php .details .col {
  color: #fff;
  text-shadow: 0px 0px 6px #000; }
.page-template-custom-homepage-template-php .lighten {
  display: block;
  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; }
.page-template-custom-homepage-template-php .upcoming-events {
  padding-top: 16px; }
  .page-template-custom-homepage-template-php .upcoming-events li {
    padding-bottom: 16px; }
  .page-template-custom-homepage-template-php .upcoming-events .aga-picture img {
    max-height: 100px;
    object-fit: contain;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .page-template-custom-homepage-template-php .upcoming-events a {
    color: #fff; }

/* ---------------
	BREAKPOINTS
--------------- */
@media screen and (max-width: 800px) {
  article section {
    padding: 0; }
    article section .third {
      width: 100%;
      margin: 0; } }
@media screen and (max-width: 667px) {
  article section .details div {
    padding: 0; }
  article section .box {
    padding: 2.5em; }
  article section .third, article section .half {
    width: 100%;
    margin: 0; }

  .section-dark-title {
    font-size: 3em; } }
@media screen and (max-width: 450px) {
  article section {
    padding: 1.5em 0; }
    article section .box {
      padding: 0em;
      border: none; }
  article section.dark {
    padding: 0; }

  .section-dark-title {
    font-size: 2em; } }
/*--------------------------------------------------------------
## Capcom Cup Page
--------------------------------------------------------------*/
/* Capcom Cup */
.cc2016-banner img {
  width: 100%; }

.content-area-capcomcup .entry-header {
  display: none; }

.capcomcup-container {
  background: #000;
  margin: -2.5em 0; }
  .capcomcup-container p, .capcomcup-container ul li {
    font-size: 16px; }
  .capcomcup-container ul li {
    margin-bottom: 8px; }
  .capcomcup-container section {
    max-width: 1024px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 2.5em; }
    .capcomcup-container section p:nth-last-child(2) {
      margin-bottom: 0; }
    .capcomcup-container section br {
      display: none; }
    .capcomcup-container section img {
      width: 100%; }
  .capcomcup-container .banner {
    margin: -2.5em -2.5em 0; }
  .capcomcup-container .standings-controls {
    display: none; }
  .capcomcup-container .infographics {
    padding: 0; }
    .capcomcup-container .infographics img {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }

.prizepool-container {
  background: url("images/bg-cc2017-menat.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block; }
  .prizepool-container p {
    margin: 8px 0 16px;
    color: #fff;
    text-align: center;
    font-size: 18px; }
  .prizepool-container img {
    margin-bottom: 0; }
  .prizepool-container .col-half {
    padding: 1em 2em; }

.capcomcup-video-container {
  padding: 0 !important; }
  .capcomcup-video-container .fluid-width-video-wrapper {
    margin: 0; }

.tournament-format-container {
  background: url("images/bg-cc2017-akuma-background.jpg") no-repeat top center;
  background-size: 100%;
  display: block;
  position: relative;
  padding-top: 3em !important;
  padding-bottom: 3em !important;
  color: #fff; }
  .tournament-format-container h3 {
    color: #fcdc05;
    text-shadow: 0px 0px 4px #000; }
  .tournament-format-container p {
    margin-top: 0; }
  .tournament-format-container .akuma {
    position: absolute;
    width: 45%;
    bottom: 0;
    right: 50px; }
  .tournament-format-container .col-half {
    padding: 1em 0 1em 3em; }

.tournament-format-title {
  font-weight: bold;
  margin-bottom: 6px;
  color: #fcdc05; }

.tournament-format-bullet {
  margin: 16px 0 24px !important;
  padding-left: 24px !important; }

.details-container {
  position: relative; }
  .details-container a {
    color: #fcdc05 !important; }
  .details-container p {
    margin: 0; }
  .details-container img {
    margin: 0;
    width: 100%; }
  .details-container .character-center {
    position: absolute;
    width: 38%;
    margin: -100px auto 0;
    left: 0;
    right: 0; }
  .details-container .ed {
    bottom: -32px;
    margin-top: 0;
    display: none; }
  .details-container .detail-box {
    box-shadow: 0px 0px 8px #000;
    margin-bottom: 24px; }
  .details-container .pull-left {
    padding-right: 12px; }
  .details-container .pull-right {
    padding-left: 12px; }

.cc-details {
  margin-top: -64px; }

.day-container .headline h2:first-of-type {
  margin-bottom: 0px; }
.day-container h2, .day-container h3 {
  color: #fcdc05;
  text-align: center; }
.day-container h2.subtitle {
  margin: 0 0 24px;
  color: #fff; }
.day-container p {
  color: #fff;
  text-align: center; }
.day-container a, .day-container a:hover, .day-container a:visited {
  color: #fcdc05; }
  .day-container a img, .day-container a:hover img, .day-container a:visited img {
    display: block; }
.day-container .details-container h3 {
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  margin: 0; }
.day-container .details-container table {
  width: 100%;
  margin-bottom: 0; }
  .day-container .details-container table tr {
    height: 61px;
    color: #fff;
    width: 100%; }
    .day-container .details-container table tr td {
      padding: 8px 16px;
      font-family: 'Oswald', sans-serif !important;
      font-size: 20px; }
    .day-container .details-container table tr td:first-of-type {
      width: 30%;
      text-align: right; }
    .day-container .details-container table tr td:last-of-type {
      width: 70%; }

.dayone {
  background: #270a0c; }
  .dayone .details-container h3 {
    background: #af7807; }
  .dayone .details-container tr {
    background: #1e080a; }
    .dayone .details-container tr td:first-of-type {
      border-right: 1px solid #821e10; }
  .dayone .details-container tr:nth-child(even) {
    background: #601912; }

.daytwo {
  background: #154a7e; }
  .daytwo .location-link {
    margin-bottom: 24px; }
  .daytwo .details-container h3 {
    background: #a78e2f; }
  .daytwo .details-container tr {
    background: #1a446a; }
    .daytwo .details-container tr td:first-of-type {
      border-right: 1px solid #538cb2; }
  .daytwo .details-container tr:nth-child(even) {
    background: #1a6598; }

.activities {
  background: url("images/bg-cc2016-activities.jpg") no-repeat top left #000;
  background-size: 100%;
  margin: 32px 0 32px;
  padding: 32px 70px;
  display: block;
  border-radius: 1em; }
  .activities h3 {
    color: #fcdc05;
    text-align: center; }
  .activities p {
    margin: 0px 42px 0px;
    padding: 8px 0;
    border-bottom: 1px solid #af7807;
    color: #fff; }
  .activities p.last {
    border-bottom: none; }

.location-link {
  margin-top: 16px; }

.location-link a, .location-link a:visited {
  color: #fcdc05; }

.location-link a:hover {
  color: #fcdc05;
  text-decoration: underline; }

.tickets {
  padding: 0 100px; }

.sponsors {
  margin: 0px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; }
  .sponsors li {
    width: 16%;
    margin: 0 8px;
    display: block;
    list-style-type: none; }
  .sponsors .twitch {
    margin: 0;
    padding: 0 8px; }

.col-half {
  width: 50%; }

.col-two-third {
  width: 66%; }

.col-60 {
  width: 60%; }

.col-40 {
  width: 40%; }

.col-third {
  width: 33%; }

.col-quarter {
  width: 25%; }

.mix-container-player .standings-container {
  margin: 0; }

.qualified-container {
  background: url("images/bg-cc2016-qualified.jpg") no-repeat top center #0e1d45;
  background-size: 100%;
  display: block;
  padding-top: 26em !important;
  border-radius: 1em;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .qualified-container .widget {
    margin-bottom: 0 !important; }

.qualified_title {
  margin: 0 0 32px;
  display: none; }
  .qualified_title h3 {
    color: #fcdc05;
    text-align: center;
    margin-bottom: 16px;
    font-size: 1.75em !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); }
  .qualified_title p {
    padding: 8px 0;
    margin: 0 auto;
    max-width: 420px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    border-top: 1px solid #af7807;
    border-bottom: 1px solid #af7807; }

.commentators.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.commentators_title {
  margin-top: 64px; }
  .commentators_title h3 {
    color: #fcdc05;
    text-align: center;
    margin-bottom: 24px;
    font-size: 1.75em !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); }

.commentators .commentator {
  width: 200px; }
.commentators img {
  margin: 0; }
.commentators p {
  color: #eee;
  text-align: center;
  margin: 8px 0 0; }

.capcom_cup_link a, .capcom_cup_link.current_page_item a {
  background: url(images/btn-standings.jpg) #ffba02;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75) !important; }

.capcom_cup_link a:hover {
  background: url("images/bg-capcom-cup-link-hover.gif") repeat-x top left #fed000 !important; }

.navbar .nav > .capcom_cup_link.active > a,
.navbar .nav > .capcom_cup_link.active > a:hover,
.navbar .nav > .capcom_cup_link.active > a:focus {
  background: url("images/bg-capcom-cup-link.gif") repeat-x top left #fec201 !important; }

.collapse-btn {
  background: url("images/collapse-button.jpg") no-repeat;
  width: 32px;
  height: 31px;
  margin-left: 6px; }
  .collapse-btn span {
    display: none; }

.collapse-btn:hover, .collapse-btn.active {
  background-position: 0 -31px; }

.page-template-custom-capcomcup-template .site-content {
  padding: 0;
  max-width: 100%; }
.page-template-custom-capcomcup-template .featured-image {
  display: none; }
.page-template-custom-capcomcup-template .ajdg_grpwidgets {
  display: none; }

.prizepool-container-2018 {
  background: url("images/bg-cc2018-prize-pool.jpg") no-repeat top center;
  position: relative;
  padding: 60px 2.5em !important; }
  .prizepool-container-2018 .col-half {
    position: relative;
    z-index: 40;
    text-align: center; }
  .prizepool-container-2018 .prize-pool-sakura {
    z-index: 20;
    max-width: 550px;
    position: absolute;
    bottom: -25px;
    right: -26px; }
  .prizepool-container-2018 .cclogo {
    max-width: 300px;
    margin: 0 auto; }
  .prizepool-container-2018 .prize-pool-label {
    color: #fcdc05;
    font-size: 1.5em;
    margin: 0 !important;
    line-height: 1;
    font-weight: bold;
    text-shadow: 0px 0px 4px #000; }
  .prizepool-container-2018 .prize-pool {
    color: #fff !important;
    font-size: 6em;
    margin: 0 0 10px !important;
    text-align: center;
    text-shadow: 0px 0px 12px #000;
    line-height: 1; }
  .prizepool-container-2018 .prize-pool-bonus {
    color: #fff !important;
    font-size: 1.2em;
    margin: 0 !important;
    text-shadow: 0px 0px 4px #000;
    line-height: 1; }

.cc2018-activities {
  background: url("images/bg-cc2016-activities.jpg") no-repeat top center #000;
  background-size: cover; }
  .cc2018-activities .activities {
    margin-top: 0; }
    .cc2018-activities .activities h3 {
      text-align: left;
      margin: 0 42px; }
  .cc2018-activities .aga-container {
    display: flex;
    flex-wrap: wrap; }
    .cc2018-activities .aga-container .col2 {
      width: 33.33%;
      text-align: center;
      padding: 5px; }
      .cc2018-activities .aga-container .col2 a {
        display: block;
        margin-bottom: 0; }
      .cc2018-activities .aga-container .col2 p {
        color: #fff;
        margin: 5px; }
  .cc2018-activities .small {
    font-size: 0.7em;
    color: #777 !important;
    margin: 0; }

.sponsorbar {
  background: #0e0e0e;
  padding-top: 2em !important;
  padding-bottom: 1.5em !important; }

.cc2018-lcq .akuma {
  width: 50%;
  right: 20px; }

.cc2018-details {
  background: url("images/bg-cc2018-details.jpg") no-repeat top center;
  background-size: cover;
  padding-top: 4em !important;
  padding-bottom: 4em !important;
  min-height: 744px; }
  .cc2018-details .cc2018-detail-sagat {
    max-width: 654px;
    position: absolute;
    bottom: 0;
    left: -72px;
    z-index: 5; }
  .cc2018-details .day-container {
    display: block;
    position: relative;
    z-index: 10; }
  .cc2018-details .details-container ul {
    margin: 0;
    padding-left: 20px; }
  .cc2018-details .day-container .details-container table tr td:first-of-type {
    width: 20%; }
  .cc2018-details .day-container .details-container table tr td:last-of-type {
    width: 80%; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
/* ---------------
	BREAKPOINTS
--------------- */
@media screen and (max-width: 1024px) {
  .capcomcup-container .banner {
    margin: -2.5em -2.5em 0; }
  .capcomcup-container section {
    padding: 2.5em !important; }
  .capcomcup-container .capcomcup-video-container {
    padding: 0 !important; }
  .capcomcup-container .qualified-container {
    padding-top: 20em !important; }

  .activities {
    margin: 64px 0 32px; }

  .cc2018-details {
    min-height: auto; }
    .cc2018-details .cc2018-detail-sagat {
      display: none; } }
@media screen and (max-width: 960px) {
  .capcomcup-container .prizepool-container-2018 .prize-pool-sakura {
    max-width: 500px; } }
@media screen and (max-width: 800px) {
  .capcomcup-container .prizepool-container-2018 {
    padding-bottom: 500px !important; }
    .capcomcup-container .prizepool-container-2018 .col-half {
      width: 100%;
      text-align: center; }
    .capcomcup-container .prizepool-container-2018 .prize-pool-sakura {
      bottom: -22px;
      right: 0;
      left: 0;
      margin: 0 auto;
      max-width: 400px; }

  .cc2018-activities .aga-container .col2 {
    width: 50%; }
  .cc2018-activities .aga-container .col2:last-of-type {
    width: 100%; } }
@media screen and (max-width: 750px) {
  .qualified-container {
    padding-top: 18em !important; }

  .tournament-format-container {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; } }
@media screen and (max-width: 667px) {
  .col-half, .col-60 {
    width: 100%; }

  .akuma, .character-center {
    display: none; }

  .capcomcup-container .qualified-container {
    padding-top: 12em !important; }
    .capcomcup-container .qualified-container .qualified-title {
      display: none; }
    .capcomcup-container .qualified-container .qualified_title {
      display: block; }
  .capcomcup-container section {
    padding: 1.5em !important; }

  .details-container .pull-left, .details-container .pull-right {
    padding: 0px; }
  .details-container .pull-left {
    margin-bottom: 24px; }

  .cc2018-activities .aga-container .col2 {
    width: 100%; } }
@media screen and (max-width: 568px) {
  .sponsors li {
    width: 40%; } }
@media screen and (max-width: 480px) {
  .col-half {
    width: 100%; }

  .prizepool-container .col-half {
    padding: 0; }

  .capcomcup-container .prizepool-container-2018 .prize-pool {
    color: #fff !important;
    font-size: 4em; } }
@media screen and (max-width: 400px) {
  .capcomcup-container .prizepool-container-2018 {
    padding-bottom: 400px !important; } }
/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
.AGAFullEvents .widgettitle {
  display: none; }
.AGAFullEvents a {
  text-decoration: none; }
.AGAFullEvents h3, .AGAFullEvents p {
  margin: 0 0 0.25em; }

.full-container {
  max-width: 1600px;
  margin: 0 auto; }
  .full-container .details {
    display: flex;
    flex-wrap: wrap; }
  .full-container .section-dark-title {
    font-size: 2em; }

.col {
  padding: 2.5em 3em;
  display: block;
  position: relative; }

.col.blue-10 {
  background-color: rgba(25, 163, 255, 0.1); }

.col.blue-20 {
  background-color: rgba(25, 163, 255, 0.4); }

.col.blue-40 {
  background-color: rgba(25, 163, 255, 0.2); }

.col.black-40 {
  background-color: rgba(0, 0, 0, 0.4); }

.twitter {
  position: relative; }

.sfv-character {
  width: 40% !important;
  max-width: 40% !important;
  position: absolute;
  top: -16.6%;
  right: -2%; }

.about-cpt-image {
  position: relative; }

.tour-description {
  padding-right: 14%;
  margin-bottom: 36px; }

.home-sponsors {
  justify-content: left; }

.upcoming-events {
  margin: 24px 0;
  padding: 0; }
  .upcoming-events li {
    margin: 0 0 24px;
    padding: 0;
    display: block;
    list-style-type: none; }
    .upcoming-events li h3 {
      font-size: 1.5em; }
    .upcoming-events li p {
      font-size: 0.9em; }
    .upcoming-events li a {
      overflow: auto;
      display: flex;
      flex-wrap: wrap; }
    .upcoming-events li a:hover h3, .upcoming-events li a:hover p {
      color: #19a3ff !important;
      text-shadow: none !important; }
    .upcoming-events li .aga-picture {
      width: 30%;
      float: left; }
    .upcoming-events li .aga-title {
      width: 58%;
      float: left;
      padding-left: 16px; }
    .upcoming-events li .aga-tags {
      width: 12%;
      float: left; }
  .upcoming-events .no-link {
    overflow: auto;
    display: flex;
    flex-wrap: wrap; }

.widget-do-etfw {
  margin: 24px 0; }

.cpt-shop-banner {
  display: block;
  width: 100%;
  height: 120px;
  background: url("images/bg-shop-now-banner-blue.jpg") no-repeat top left #0673e8;
  position: relative;
  overflow: hidden; }
  .cpt-shop-banner .banner-container {
    display: block;
    max-width: 1600px;
    margin: 0 auto; }
  .cpt-shop-banner a {
    display: flex;
    position: relative;
    width: 100%;
    height: 120px;
    text-decoration: none;
    align-items: center; }
  .cpt-shop-banner .banner-text {
    display: block;
    padding: 0 2em 0 370px; }
  .cpt-shop-banner h2 {
    margin-bottom: 0;
    font-size: 2.5em;
    color: #fff !important;
    text-align: left;
    text-shadow: 0px 0px 6px #352700 !important;
    line-height: 1; }
  .cpt-shop-banner .apparel {
    width: 300px;
    position: absolute;
    bottom: 0;
    left: 2.5em;
    transition: all .5s; }

.cpt-shop-banner:hover .apparel {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

/* ---------------
	BREAKPOINTS
--------------- */
@media screen and (max-width: 1367px) {
  .upcoming-events li h3 {
    font-size: 1.25em; }
  .upcoming-events li p {
    font-size: 0.8em; } }
@media screen and (max-width: 1024px) {
  .col {
    padding: 2em 2.5em; }

  .cpt-qualify .qualify {
    width: 100% !important; } }
@media screen and (max-width: 800px) {
  .cpt-shop-banner {
    width: 100%;
    height: auto;
    background-size: cover;
    overflow: hidden; }
    .cpt-shop-banner a {
      height: auto; }
    .cpt-shop-banner .banner-text {
      display: block;
      position: relative;
      padding: 1em 2.5em 170px; }
    .cpt-shop-banner h2 {
      font-size: 3em;
      text-align: center; }
    .cpt-shop-banner .apparel {
      margin: 0 auto;
      left: 0;
      right: 0;
      width: 400px; } }
@media screen and (max-width: 750px) {
  .col {
    width: 100% !important; } }
@media screen and (max-width: 667px) {
  .col {
    padding: 2em !important; } }
.site {
  background-color: #fff; }

.gallery {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .gallery li {
    display: block;
    margin: 10px 0;
    padding: 0; }

/* ---------------
	WIDGET AREA
--------------- */
.widget-area {
  padding: 0 0 0 2.5em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s; }
  .widget-area .widget {
    background: #0475cc;
    border-radius: 6px;
    padding: 1.5em; }
  .widget-area .widget-title {
    margin-top: 0; }
  .widget-area ul {
    margin: 0 -1.5em;
    padding: 0;
    border-bottom: 1px dotted #6dbefc; }
    .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 #6dbefc; }
      .widget-area ul li a:hover {
        background: #0991fa; }
    .widget-area ul .cat-item-none {
      display: block;
      color: #fff;
      padding: .5em 1.5em;
      border-top: 1px dotted #6dbefc; }
  .widget-area section {
    padding: 0; }
  .widget-area h2 {
    background: none;
    padding: 0;
    text-align: left;
    font-size: 1.5em;
    color: #fff; }
  .widget-area p {
    padding: .5em 0;
    color: #fff; }
  .widget-area .search-field {
    width: 160px; }
  .widget-area .search-submit {
    padding: 9px; }

.aga-submenu .active {
  background: #0991fa; }

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

/* Ad Rotate */
.ajdg_grpwidgets .widget-title {
  margin-bottom: 0; }

.page-template-custom-fullpage-template .ajdg_grpwidgets, .page-template-custom-homepage-template .ajdg_grpwidgets {
  max-width: 1024px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

.featured-image {
  margin: 0;
  height: 250px;
  background-color: #000;
  overflow: hidden;
  position: relative; }
  .featured-image .entry-title {
    position: absolute;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0px 8px #000;
    font-size: 5em;
    bottom: -7px;
    margin: 0; }
  .featured-image img {
    margin-top: -32px; }

.featured-image-single {
  height: 500px; }
  .featured-image-single img {
    max-width: 1200px;
    margin: 0 auto; }

.home .entry-header {
  margin-bottom: 0em; }
.home .site-content {
  padding: 0; }
.home .site-content {
  margin-top: 0px; }

.single .entry-header {
  margin-bottom: 2.5em; }

.single-title {
  font-size: 3em; }

/* ---------------
	FOOTER
--------------- */
.site-footer {
  padding: 2.5em 0 6em;
  background: #000;
  color: #666; }
  .site-footer a, .site-footer p {
    color: #666;
    font-size: 0.8em; }
  .site-footer p {
    margin: 0; }
  .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 .capcomLogo a {
    margin-right: 8px;
    margin-bottom: 8px; }
  .site-footer .ssnav {
    overflow: auto;
    padding: 8px 0 16px; }
    .site-footer .ssnav ul {
      margin: 0;
      padding: 0;
      display: block;
      overflow: auto; }
    .site-footer .ssnav li {
      display: block;
      float: left;
      list-style-type: none;
      margin: 0 8px 0 0; }
  .site-footer .aga-esrb {
    float: right;
    margin-left: 8px; }

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

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

.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 #3ba8fb; }
    .slidebar-navigation ul li a:hover {
      background: #0991fa; }
    .slidebar-navigation ul li ul a {
      padding-left: 2.5em; }
  .slidebar-navigation ul .current-menu-item {
    background: #0991fa; }
.slidebar-navigation .menu-global-nav-container {
  width: 100%;
  border: none;
  border-top: 1px solid #3ba8fb; }

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

.details br {
  display: none; }

.fluid-width-video-wrapper {
  margin: 2em 0; }

.no-clear {
  clear: none; }

.one-fourth {
  width: 25%; }

.three-fourth {
  width: 75%; }

.one-third {
  width: 33%; }

.two-third {
  width: 66%; }

.half {
  width: 50%; }

.one-fifth {
  width: 20%; }

.two-fifth {
  width: 40%; }

.three-fifth {
  width: 60%; }

.four-fifth {
  width: 80%; }

.img-tracker img {
  max-width: 120px; }

/* ---------------
	VIDEOS
--------------- */
.aga-featured-videos {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
  clear: both; }
  .aga-featured-videos .aga-video-container {
    width: 25%;
    float: left;
    text-align: center;
    padding: 16px;
    margin-bottom: 24px; }
    .aga-featured-videos .aga-video-container h3, .aga-featured-videos .aga-video-container p {
      margin: 0; }
    .aga-featured-videos .aga-video-container p {
      font-size: 0.9em; }
  .aga-featured-videos .aga-video-logo {
    height: 80px;
    overflow: hidden;
    margin-bottom: 6px; }
    .aga-featured-videos .aga-video-logo img {
      max-height: 80px; }
  .aga-featured-videos .aga-list-title {
    font-size: 1.2em; }

.dropdown-videos {
  margin-bottom: 32px; }

/* ---------------
	Latest Posts
--------------- */
.aga_latest_post h2 {
  color: #404040; }
.aga_latest_post .item {
  margin: 0; }
.aga_latest_post a {
  display: block;
  text-decoration: none;
  color: #4b4b4b; }
.aga_latest_post p {
  margin-top: 0;
  font-size: 0.8em; }
.aga_latest_post img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out; }
.aga_latest_post img:hover {
  -webkit-filter: grayscale(0%); }

/* ---------------
	HOMEPAGE
--------------- */
.homepage-section {
  padding: 2.5em 0; }

.how-to-qualify {
  text-align: center; }
  .how-to-qualify h2 {
    display: block;
    width: 100%;
    margin-bottom: 0.5em; }
  .how-to-qualify h3 {
    color: #061b5f;
    font-size: 1.5em; }

.cpt-qualify {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  .cpt-qualify li {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left; }
    .cpt-qualify li h3, .cpt-qualify li p {
      padding-left: 16px; }
    .cpt-qualify li h3 {
      font-size: 1.5em;
      margin-bottom: 6px; }
    .cpt-qualify li p {
      margin: 0;
      margin-bottom: 16px; }

.home .ajdg_grpwidgets {
  margin-bottom: 64px; }

/* ---------------
	AGREEMENT FORM
--------------- */
.ol2 {
  list-style-type: lower-alpha; }

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

.ol4 {
  list-style-type: decimal; }

.uppercase b {
  text-transform: uppercase; }

.underline {
  text-decoration: underline; }

.agreement-form {
  max-width: 370px;
  margin: 2em auto;
  padding: 2em;
  border: 1px solid #ccc; }

.wpcf7-input {
  width: 300px !important; }

/* ---------------
	SPONSORS
--------------- */
.sponsors .aga-sponsor {
  padding-right: 32px; }
.sponsors .victrix, .sponsors .vertagear {
  margin-top: 10px;
  display: block; }

.truncate {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

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

  .site-info {
    padding: 0 2em; }

  .featured-image img {
    margin: 0; }

  .featured-image {
    height: auto; }

  .featured-image .entry-title {
    left: 2.5rem; }

  .homepage-section {
    padding: 2.5em; }

  .home .ajdg_grpwidgets {
    padding: 2em 2.5em; } }
@media screen and (max-width: 960px) {
  .how-to-qualify .qualify {
    width: 48% !important; } }
@media screen and (max-width: 667px) {
  .hero-unit .details {
    top: 60% !important; }

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

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

  .featured-image .image-container {
    margin: 0 -100px; }

  .half {
    width: 100%;
    margin: 0 0 2em !important; }

  .aga-featured-videos .aga-video-container {
    width: 33%; }

  .single-title {
    font-size: 2.5em; }

  .homepage-section {
    padding: 1.5em 1.5em 0; }

  .home .ajdg_grpwidgets {
    padding: 0 2.5em 2em; }

  .site-footer .two-third {
    width: 100%; }

  .about-the-tour .about-text {
    width: 100% !important; }
  .about-the-tour .twitter {
    display: none; }

  .sponsors .one-third, .sponsors .two-third {
    width: 100%; }
  .sponsors .aga-sponsor {
    margin-bottom: 0.5em; } }
@media screen and (max-width: 568px) {
  .page-content, .entry-content, .entry-summary {
    margin-top: 0; }

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

  .site-footer .footer-logo {
    float: none;
    display: block;
    margin: 1em auto; }
  .site-footer .esrb {
    float: left; }
    .site-footer .esrb .aga-esrb {
      float: left;
      margin: 0 8px 8px 0; } }
@media screen and (max-width: 480px) {
  .g-col {
    width: 33% !important; }

  .featured-image .entry-title {
    font-size: 3em;
    bottom: -4px; }

  .aga-featured-videos .aga-video-container {
    width: 50%; }

  .single-title {
    font-size: 2em; }

  .how-to-qualify .qualify {
    width: 100% !important; }

  .agreement-form {
    padding: 1em !important; }

  .wpcf7-input {
    width: 250px !important; } }
@media screen and (max-width: 400px) {
  .hero-unit .details {
    top: 48% !important; }

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

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

  .g-col {
    width: 50% !important; }

  .featured-image .entry-title {
    left: 1.5rem; }

  .aga-featured-videos .aga-video-container {
    width: 100%;
    margin-bottom: 0;
    text-align: left; }
    .aga-featured-videos .aga-video-container .aga-video-logo {
      float: left;
      width: 25%; }
    .aga-featured-videos .aga-video-container .aga-list-title, .aga-featured-videos .aga-video-container .aga-date-container {
      width: 75%;
      float: right;
      padding-left: 16px; }
    .aga-featured-videos .aga-video-container .aga-list-title {
      clear: none; }

  .site-footer .capcomLogo a {
    display: block; } }
/*--------------------------------------------------------------
# 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; }

@media screen and (max-width: 1024px) {
  .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: 667px) {
  .img-half {
    width: 50%; }

  .img-third {
    width: 50%; }

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

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

  .img-half, .img-third {
    width: 100%; } }
/*--------------------------------------------------------------
## 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: 667px) {
  .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: 400px) {
  .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: #666; }
  .hero-unit .hero-container {
    position: relative;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 10em 0em #000; }
    .hero-unit .hero-container img {
      display: none; }
    .hero-unit .hero-container a {
      text-decoration: none; }
    .hero-unit .hero-container .details {
      margin: 0;
      padding: 2em 2.5em 3.5em;
      display: relative;
      position: absolute;
      top: 48%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);
      text-align: center;
      border: 3px solid #fff;
      border-bottom: none;
      background: url("images/hero-details-bottom.png") no-repeat bottom center;
      border-radius: 12px; }
      .hero-unit .hero-container .details h1, .hero-unit .hero-container .details h2, .hero-unit .hero-container .details p {
        margin: 0;
        color: #fff;
        text-shadow: 0px 0px 8px #000; }
      .hero-unit .hero-container .details h1 {
        font-family: "Oswald", sans-serif;
        font-size: 4em;
        margin-bottom: .1em;
        line-height: 1em;
        text-transform: uppercase;
        font-weight: 700; }
      .hero-unit .hero-container .details h2 {
        font-family: "Oswald", sans-serif;
        font-size: 2em;
        line-height: 1em;
        font-weight: 300;
        background: none;
        padding: 0; }
      .hero-unit .hero-container .details p {
        margin: 1em 0 0;
        line-height: 1.25em; }
    .hero-unit .hero-container .circle-arrow {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: -2em; }

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

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

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

.button {
  background-color: green;
  width: 50px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 300px; }

#next, #prev {
  height: 50px;
  top: 50%;
  margin-top: -45px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

#next:hover, #prev:hover {
  background: rgba(255, 255, 255, 0.9); }
  #next:hover .chevron::before, #prev:hover .chevron::before {
    border-color: rgba(0, 0, 0, 0.75); }

#next {
  right: 0px;
  height: 90px;
  width: 45px;
  border-radius: 90px 0 0 90px;
  -moz-border-radius: 90px 0 0 90px;
  -webkit-border-radius: 90px 0 0 90px;
  background: rgba(255, 255, 255, 0.6); }

#prev {
  left: 0px;
  height: 90px;
  width: 45px;
  border-radius: 0 90px 90px 0;
  -moz-border-radius: 0 90px 90px 0;
  -webkit-border-radius: 0 90px 90px 0;
  background: rgba(255, 255, 255, 0.6); }

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

.chevron.right:before {
  left: 0;
  margin-top: -0.5em;
  margin-left: 0.75em;
  transform: rotate(45deg); }

.chevron.bottom:before {
  top: 0;
  transform: rotate(135deg); }

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

/* ---------------
	BREAKPOINTS
--------------- */
@media screen and (max-width: 1024px) {
  .hero-unit .hero-container {
    padding: 2em; }
    .hero-unit .hero-container .details {
      position: relative;
      margin: 0; } }
@media screen and (max-width: 667px) {
  .hero-unit .hero-container .details {
    padding: 1em 1em 3em; }
    .hero-unit .hero-container .details h1 {
      font-size: 2em; }
    .hero-unit .hero-container .details h2 {
      font-size: 1.5em; } }
/*--------------------------------------------------------------
## Post Block
--------------------------------------------------------------*/
/* ---------------
	POST BLOCK
--------------- */
.post-block {
  width: 100%;
  background: #222; }
  .post-block .block {
    list-style-type: none;
    margin: 0 auto !important;
    padding: 0;
    overflow: auto; }

.b-post {
  display: block;
  background-size: cover;
  background-position: top center;
  background-position: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  box-shadow: 16px -96px 128px 16px rgba(0, 0, 0, 0.75) inset; }
  .b-post img {
    width: 100%; }
  .b-post .details {
    position: absolute;
    z-index: 3;
    bottom: 1.25em;
    left: 1.5em; }
  .b-post h3 {
    padding: 0;
    margin: 8px 0 0;
    color: #fff !important;
    text-shadow: 1px 1px 1px #000;
    font-size: 1.2em; }
  .b-post .category {
    display: inline-table;
    padding: 4px 6px;
    border: 1px solid #fff;
    color: #fff;
    text-shadow: 0px 0px 4px #000;
    transition: background-color 0.25s ease;
    border-radius: 4px; }
  .b-post .overlay {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.25;
    webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }

.b-post:hover .overlay {
  opacity: 0; }

.b-post.post-1 {
  width: 50%;
  height: 500px;
  float: left; }
  .b-post.post-1 .overlay {
    opacity: 0; }

.b-post.post-2, .b-post.post-3, .b-post.post-4, .b-post.post-5 {
  width: 25%;
  height: 250px;
  float: left; }

/* ---------------
	BREAKPOINTS
--------------- */
@media screen and (max-width: 1024px) {
  .b-post.post-1 {
    width: 65%;
    height: 400px; }

  .b-post.post-2, .b-post.post-3, .b-post.post-4, .b-post.post-5 {
    width: 35%;
    height: 200px; }

  .b-post.post-4, .b-post.post-5 {
    display: none; } }
@media screen and (max-width: 667px) {
  .b-post.post-1, .b-post.post-2, .b-post.post-3, .b-post.post-4, .b-post.post-5 {
    width: 100%;
    height: 200px; } }
/*--------------------------------------------------------------
## 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: 12px; }
  .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: 1024px) {
  .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;
  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;
  background: rgba(0, 0, 0, 0.9); }

.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; }

/* Default Variables */
/* 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; }
.mfp-arrow {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  padding: 0;
  border: none;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, -36%);
  -ms-transform: translate(0, -36%);
  transform: translate(0, -36%); }
  .mfp-arrow:hover, .mfp-arrow:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .mfp-arrow:hover:before, .mfp-arrow:focus:before {
      opacity: 0.9; }
  .mfp-arrow:before {
    font-family: "slick";
    font-size: 32px;
    line-height: 1;
    color: #fff;
    opacity: 0.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.mfp-arrow-left {
  left: 16px; }
  [dir="rtl"] .mfp-arrow-left {
    left: auto;
    right: 0; }
  .mfp-arrow-left:before {
    content: "←"; }
    [dir="rtl"] .mfp-arrow-left:before {
      content: "→"; }

.mfp-arrow-right {
  right: 16px; }
  [dir="rtl"] .mfp-arrow-right {
    left: 0;
    right: auto; }
  .mfp-arrow-right:before {
    content: "→"; }
    [dir="rtl"] .mfp-arrow-right:before {
      content: "←"; }

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

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

.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;
  padding-top: 6px; }

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

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

/* Transition animations */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.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; } }
