@charset "UTF-8";
html, body {
  *zoom: 1;
  position: relative;
  display: block;
  overflow-x: hidden;
}
html:before, html:after, body:before, body:after {
  display: table;
  content: "";
}
html:after, body:after {
  clear: both;
}
html.noscroll, body.noscroll {
  overflow: hidden !important;
}

.outer {
  *zoom: 1;
  position: relative;
  display: block;
  padding-left: 4%;
  padding-right: 4%;
}
.outer:before, .outer:after {
  display: table;
  content: "";
}
.outer:after {
  clear: both;
}
@media screen and (min-width: 64em) {
  .outer {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.inner {
  *zoom: 1;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1350px;
}
.inner:before, .inner:after {
  display: table;
  content: "";
}
.inner:after {
  clear: both;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  min-height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: auto;
  max-width: 100%;
  height: auto;
}

a.imgwrap, a.imgwrap:hover {
  border: none;
  background: none;
}

video {
  height: auto;
  max-width: 100%;
}

embed, iframe, object {
  max-width: 100%;
  height: auto;
  min-height: 400px;
  margin: 0 auto 0 auto;
  display: block;
  position: relative;
}

a {
  color: #FFCE00;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
a:focus {
  outline-style: none;
}
a:hover, a:active {
  outline-style: none;
  color: #FFCE00;
}

.basetext, q, cite, blockquote, p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 25px 0;
}

.btn, .search-form .search-submit, button,
input[type=button],
input[type=submit] {
  font-family: "Barlow", sans-serif;
  color: #000000;
  background-color: #ffffff;
  display: inline-block;
  padding: 10px 24px 11px;
  border: 2px solid #000000;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.btn:hover, .search-form .search-submit:hover, button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  color: #ffffff !important;
  background-color: #000000;
  border: 2px solid #000000;
}

hr {
  border: 0;
  height: 1px;
  /*background: #F8F8F8;*/
  background-color: rgba(0,0,0,.1);
  margin: 10px 0;
}

.hide {
  display: none !important;
  visibility: hidden;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
}

.screen-hide {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.clear {
  clear: both;
  *zoom: 1;
}
.clear:before, .clear:after {
  display: table;
  content: "";
}
.clear:after {
  clear: both;
}

.tl {
  background-position: left top;
}

.tc {
  background-position: center top;
}

.tr {
  background-position: right top;
}

.cl {
  background-position: left center;
}

.cc {
  background-position: center center;
}

.cr {
  background-position: right center;
}

.bl {
  background-position: left bottom;
}

.bc {
  background-position: center bottom;
}

.br {
  background-position: right bottom;
}

.cc-compliance {
  *zoom: 1;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400 !important;
}
.cc-compliance:before, .cc-compliance:after {
  display: table;
  content: "";
}
.cc-compliance:after {
  clear: both;
}

.cc-message {
  *zoom: 1;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400 !important;
}
.cc-message:before, .cc-message:after {
  display: table;
  content: "";
}
.cc-message:after {
  clear: both;
}

.lazy.hold {
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.video-block {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: center;
  margin: 0 0 25px 0;
}
.video-block:before, .video-block:after {
  display: table;
  content: "";
}
.video-block:after {
  clear: both;
}
.video-block h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  text-transform: uppercase;
}
.video-block p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
.video-block .video-content {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.video-block .video-content:before, .video-block .video-content:after {
  display: table;
  content: "";
}
.video-block .video-content:after {
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 30px 0;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (min-width: 48em) {
  h1 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media screen and (min-width: 39em) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 56em) {
  h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 64em) {
  h1 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}

h2 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 39em) {
  h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 56em) {
  h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 64em) {
  h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

h3, h4, h5, h6 {
  font-size: 18px;
  font-size: 1.125rem;
}

blockquote {
  padding-left: 30px;
  border-left: 5px solid rgba(0, 0, 0, 0.1);
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.7;
  margin: 0 0 30px 0;
}
blockquote p {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.7;
}

strong, b {
  font-weight: 700;
}

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

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

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

small {
  font-size: 80%;
}

big {
  font-size: 125%;
}

code, samp, pre, kbd, tt, var {
  font-family: Monaco, Courier New, monospace;
}

::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

fieldset {
  border: 1px solid #F8F8F8;
  margin-bottom: 20px;
  padding: 0 10px 10px 10px;
}

legend {
  margin: 0;
  padding: 0;
  caption-side: top;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
}

.input, select, datalist, textarea, 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] {
  font-family: "Inter", sans-serif;
  border-radius: 0;
  outline: none;
  border: 1px solid #F8F8F8;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.input:hover, select:hover, datalist:hover, textarea:hover, input[type=text]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=range]:hover,
input[type=date]:hover,
input[type=month]:hover,
input[type=week]:hover,
input[type=time]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=color]:hover {
  border-color: #dfdfdf;
  outline: none;
}
.input:focus, select:focus, datalist:focus, textarea:focus, 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 {
  border-color: #c5c5c5;
  outline: none;
}

label {
  font-size: 12px;
  font-size: 0.75rem;
}

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] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 10px;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}
ul, ol {
  padding: 0 0 15px 0;
  margin: 0 0 0 20px;
  padding-bottom: 15px;
}
ul li, ol li {
  padding-bottom: 8px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

.gallery {
  margin: 0 0 25px -20px !important;
}
.gallery .gallery-item {
  padding: 0 0 0 20px;
}
.gallery .gallery-item dt {
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 30px;
}
table th {
  background-color: #fff;
}
table tr {
  background-color: #fff;
}
table tr:nth-child(even) {
  background-color: #fff;
}
table th, table td {
  border: 1px solid #F8F8F8;
  padding: 15px 10px;
}
table caption {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  margin: 15px 0 0 0;
  padding: 0;
  caption-side: top;
  text-align: center;
}

.top-header {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: right;
  padding: 10px 0;
  vertical-align: top;
  background: rgba(0, 0, 0, 0.9);
}
.top-header:before, .top-header:after {
  display: table;
  content: "";
}
.top-header:after {
  clear: both;
}
.top-header span {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  font-size: 0.6875rem;
  vertical-align: top;
  color: #fff;
  padding-top: 10px;
}
@media screen and (min-width: 39em) {
  .top-header span {
    padding-top: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
  }
}
.top-header span em {
  font-style: normal;
}
@media screen and (max-width: 39em) {
  .top-header span em {
    display: none;
  }
}
.top-header img {
  display: inline-block;
  max-height: 30px;
  margin-left: 6px;
}
@media screen and (min-width: 39em) {
  .top-header img {
    max-height: 35px;
    margin-left: 10px;
  }
}

.main-header {
  position: absolute;
  display: block;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 7000;
  padding: 100px 0 25px 0;
}
.main-header:before, .main-header:after {
  display: table;
  content: "";
}
.main-header:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .main-header {
    padding: 100px 0 25px 0;
  }
}
@media screen and (min-width: 1200px) {
  .main-header {
    padding: 100px 0 35px; 
  }
}
.main-header .header-logo {
  *zoom: 1;
  position: relative;
  display: block;
  float: left;
  max-width: 90px;
}
.main-header .header-logo:before, .main-header .header-logo:after {
  display: table;
  content: "";
}
.main-header .header-logo:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .main-header .header-logo {
    max-width: 96px;
  }
}
@media screen and (min-width: 1200px) {
  .main-header .header-logo {
    max-width: 136px;
  }
}
.main-header .header-menus {
  *zoom: 1;
  position: relative;
  display: block;
  float: right;
  max-width: calc( 100% - 156px );
}
.main-header .header-menus:before, .main-header .header-menus:after {
  display: table;
  content: "";
}
.main-header .header-menus:after {
  clear: both;
}
.main-header .header-menus .top-menu {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 35px 0;
}
.main-header .header-menus .top-menu:before, .main-header .header-menus .top-menu:after {
  display: table;
  content: "";
}
.main-header .header-menus .top-menu:after {
  clear: both;
}
.main-header .header-menus .top-menu .mobile-toggle {
  *zoom: 1;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../svg/menu-icon.svg");
  background-size: 20px;
  width: 25px;
  height: 20px;
  cursor: pointer;
  float: right;
}
.main-header .header-menus .top-menu .mobile-toggle:before, .main-header .header-menus .top-menu .mobile-toggle:after {
  display: table;
  content: "";
}
.main-header .header-menus .top-menu .mobile-toggle:after {
  clear: both;
}
@media screen and (min-width: 1150px) {
  .main-header .header-menus .top-menu .mobile-toggle {
    display: none !important;
  }
}
.main-header .header-menus .top-menu ul {
  *zoom: 1;
  position: relative;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  float: right;
}
.main-header .header-menus .top-menu ul:before, .main-header .header-menus .top-menu ul:after {
  display: table;
  content: "";
}
.main-header .header-menus .top-menu ul:after {
  clear: both;
}
@media screen and (min-width: 1150px) {
  .main-header .header-menus .top-menu ul {
    display: block;
  }
}
.main-header .header-menus .top-menu ul li {
  *zoom: 1;
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0 20px 0 0;
  margin: 0;
}
.main-header .header-menus .top-menu ul li:before, .main-header .header-menus .top-menu ul li:after {
  display: table;
  content: "";
}
.main-header .header-menus .top-menu ul li:after {
  clear: both;
}
.main-header .header-menus .top-menu ul li:last-child {
  padding: 0;
}
.main-header .header-menus .top-menu ul li a {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
}
.main-header .header-menus .top-menu ul li a:hover {
  color: #FFCE00;
}
.main-header .header-menus .top-menu .social-icons {
  *zoom: 1;
  position: relative;
  display: none;
  text-align: center;
  float: right;
  margin-left: 25px;
}
.main-header .header-menus .top-menu .social-icons:before, .main-header .header-menus .top-menu .social-icons:after {
  display: table;
  content: "";
}
.main-header .header-menus .top-menu .social-icons:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .main-header .header-menus .top-menu .social-icons {
    display: block;
  }
}
.main-header .header-menus .top-menu .social-icons a {
  display: inline-block;
  margin: 0 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-header .header-menus .top-menu .social-icons a svg {
  position: relative;
  width: 20px;
  height: 20px;
  fill: #FFCE00;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  float: left;
  margin-right: 10px;
  fill: #fff;
  transition: all 500ms ease;
}
.main-header .header-menus .top-menu .social-icons a:hover {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-header .header-menus .top-menu .social-icons a:hover svg {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  fill: #FFCE00 !important;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.main-header .header-menus .bottom-menu {
  *zoom: 1;
  position: relative;
  display: none;
}
.main-header .header-menus .bottom-menu:before, .main-header .header-menus .bottom-menu:after {
  display: table;
  content: "";
}
.main-header .header-menus .bottom-menu:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .main-header .header-menus .bottom-menu {
    display: block;
  }
}
.main-header .header-menus .bottom-menu ul {
  *zoom: 1;
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.main-header .header-menus .bottom-menu ul:before, .main-header .header-menus .bottom-menu ul:after {
  display: table;
  content: "";
}
.main-header .header-menus .bottom-menu ul:after {
  clear: both;
}
.main-header .header-menus .bottom-menu ul li {
  *zoom: 1;
  position: relative;
  display: none;
  list-style: none;
  padding: 0 20px 0 0;
  margin: 0;
}
.main-header .header-menus .bottom-menu ul li:before, .main-header .header-menus .bottom-menu ul li:after {
  display: table;
  content: "";
}
.main-header .header-menus .bottom-menu ul li:after {
  clear: both;
}
.main-header .header-menus .bottom-menu ul li:last-child {
  padding: 0;
}
@media screen and (min-width: 1150px) {
  .main-header .header-menus .bottom-menu ul li {
    display: inline-block;
  }
}
.main-header .header-menus .bottom-menu ul li a {
  *zoom: 1;
  position: relative;
  display: block;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.main-header .header-menus .bottom-menu ul li a:before, .main-header .header-menus .bottom-menu ul li a:after {
  display: table;
  content: "";
}
.main-header .header-menus .bottom-menu ul li a:after {
  clear: both;
}
.main-header .header-menus .bottom-menu ul li a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: transparent;
  bottom: -8px;
}
.main-header .header-menus .bottom-menu ul li a:hover {
  color: #fff;
}
.main-header .header-menus .bottom-menu ul li a:hover:after {
  background-color: #fff;
}
.main-header .header-menus .bottom-menu ul li.current-menu-item a:after {
  background-color: #fff;
}
@media screen and (min-width: 39em) {
  .main-header .header-menus .bottom-menu ul li.club-shop {
    display: inline-block !important;
  }
}
.main-header .header-menus .bottom-menu ul li.club-shop a {
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 8px 15px 8px 40px;
  background-image: url("../svg/shopping-cart.svg");
  background-position: 10px center;
  background-repeat: no-repeat;
}
.main-header .header-menus .bottom-menu ul li.club-shop a:after {
  display: none;
}
.main-header .header-menus .bottom-menu ul li.club-shop:hover a {
  border: 2px solid #fff;
  background-color: #fff;
  background-image: url("../svg/shopping-cart-b.svg");
  color: #000;
}
.main-header .header-menus .bottom-menu ul li.club-shop:hover a:after {
  display: none;
}
@media screen and (min-width: 39em) {
  .main-header .header-menus .bottom-menu ul li.buy-tickets {
    display: inline-block !important;
  }
}
.main-header .header-menus .bottom-menu ul li.buy-tickets a {
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 8px 15px 8px 40px;
  background-image: url("../svg/buy-tickets-b.svg");
  background-position: 10px center;
  background-repeat: no-repeat;
  color: #000;
  background-color: #fff;
}
.main-header .header-menus .bottom-menu ul li.buy-tickets a:after {
  display: none;
}
.main-header .header-menus .bottom-menu ul li.buy-tickets:hover a {
  background-image: url("../svg/buy-tickets.svg");
  color: #fff;
  background-color: transparent;
}
.main-header .header-menus .bottom-menu ul li.buy-tickets:hover a:after {
  display: none;
}

/****/
.home-page-banner {
  *zoom: 1;
  position: relative;
  display: block;
  z-index: 1000;
  margin: 0 0 0 0;
}
.home-page-banner:before, .home-page-banner:after {
  display: table;
  content: "";
}
.home-page-banner:after {
  clear: both;
}
@media screen and (min-width: 1150px) {
  .home-page-banner {
    margin: 0 0 50px 0;
  }
}
.home-page-banner .home-page-banner-slider {
  *zoom: 1;
  position: relative;
  display: block;
}
.home-page-banner .home-page-banner-slider:before, .home-page-banner .home-page-banner-slider:after {
  display: table;
  content: "";
}
.home-page-banner .home-page-banner-slider:after {
  clear: both;
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide {
  *zoom: 1;
  position: relative;
  display: block;
  min-height: 100vh;
  width: 100%;
  background-color: #000;
  padding: 0 0 100px 0;
  /***/
  /***/
  /***/
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide:before, .home-page-banner .home-page-banner-slider .home-page-banner-slide:after {
  display: table;
  content: "";
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide:after {
  clear: both;
}
@media screen and (min-width: 1150px) {
  .home-page-banner .home-page-banner-slider .home-page-banner-slide {
    height: 100vh;
    padding: 0;
  }
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content {
  *zoom: 1;
  position: relative;
  display: block;
  z-index: 6000;
  width: 100%;
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content:before, .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content:after {
  display: table;
  content: "";
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content:after {
  clear: both;
}
@media screen and (min-width: 1150px) {
  .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content {
    position: absolute;
    height: 100%;
  }
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text {
  *zoom: 1;
  position: relative;
  display: block;
  color: #fff;
  max-width: 625px;
  margin-top: 50px;
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text:before, .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text:after {
  display: table;
  content: "";
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text:after {
  clear: both;
}
@media screen and (min-width: 1150px) {
  .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text {
    top: 350px;
    margin-top: 0;
  }
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 46px;
  font-size: 2.875rem;
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p {
  max-width: 550px;
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p .btn, .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p .search-form .search-submit, .search-form .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p .search-submit, .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p button,
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p input[type=button],
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p input[type=submit] {
  background-image: url("../svg/arrow.svg");
  background-repeat: no-repeat;
  background-position: calc( 100% - 20px ) 49%;
  background-color: transparent;
  background-size: 12px;
  color: #fff;
  border: 2px solid #fff;
  margin: 0 5px 0 0;
  padding: 10px 40px 11px 24px;
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p .btn:hover, .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p .search-form .search-submit:hover, .search-form .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p .search-submit:hover, .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p button:hover,
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p input[type=button]:hover,
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p input[type=submit]:hover {
  background-color: #fff;
  color: #000;
  background-image: url("../svg/arrow-b.svg");
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p .btn:nth-child(even), .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p .search-form .search-submit:nth-child(even), .search-form .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p .search-submit:nth-child(even), .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p button:nth-child(even),
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p input[type=button]:nth-child(even),
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p input[type=submit]:nth-child(even) {
  border: 2px solid transparent;
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p .btn:nth-child(even):hover, .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p .search-form .search-submit:nth-child(even):hover, .search-form .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p .search-submit:nth-child(even):hover, .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p button:nth-child(even):hover,
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p input[type=button]:nth-child(even):hover,
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-content .home-page-banner-inner-content-text p input[type=submit]:nth-child(even):hover {
  border: 2px solid #fff;
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner {
  z-index: 1001;
  *zoom: 1;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  left: 0;
  top: 0;
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner:before, .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner:after {
  display: table;
  content: "";
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner {
    background-size: cover;
  }
}
@media screen and (min-width: 48em) {
  .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner {
    background-size: cover;
  }
}
@media screen and (min-width: 56em) {
  .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner {
    background-size: 200%;
    background-position: center center;
  }
}
@media screen and (min-width: 1150px) {
  .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner {
    -webkit-animation: animatedBackground 10s linear infinite alternate;
            animation: animatedBackground 10s linear infinite alternate;
    background-size: cover;
    background-position: left center;
  }
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner .home-page-banner-overlay {
  *zoom: 1;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner .home-page-banner-overlay:before, .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner .home-page-banner-overlay:after {
  display: table;
  content: "";
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner .home-page-banner-overlay:after {
  clear: both;
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-image {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  content: "";
  width: 100%;
  height: 500px;
  margin-top: 140px;
  right: 0;
  z-index: 100;
  overflow: hidden;
  z-index: 1002;
}
@media screen and (min-width: 1150px) {
  .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-image {
    -webkit-transform: skewX(-12.5deg);
            transform: skewX(-12.5deg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 67.5%;
    right: -15%;
    height: 100%;
    top: 0;
    margin-top: 0;
  }
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-image .home-page-banner-inner-image-block {
  *zoom: 1;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-image .home-page-banner-inner-image-block:before, .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-image .home-page-banner-inner-image-block:after {
  display: table;
  content: "";
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-image .home-page-banner-inner-image-block:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-image .home-page-banner-inner-image-block {
    background-position: left center;
  }
}
@media screen and (min-width: 1150px) {
  .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-image .home-page-banner-inner-image-block {
    -webkit-transform: skewX(12.5deg);
            transform: skewX(12.5deg);
    left: -10%;
  }
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-image .home-page-banner-inner-image-block .home-page-banner-inner-image-block-overlay {
  *zoom: 1;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(40%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 40%);
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-image .home-page-banner-inner-image-block .home-page-banner-inner-image-block-overlay:before, .home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-image .home-page-banner-inner-image-block .home-page-banner-inner-image-block-overlay:after {
  display: table;
  content: "";
}
.home-page-banner .home-page-banner-slider .home-page-banner-slide .home-page-banner-inner-image .home-page-banner-inner-image-block .home-page-banner-inner-image-block-overlay:after {
  clear: both;
}

/****/
.home-page-banner-slider-nav-container {
  *zoom: 1;
  position: relative;
  display: none;
  margin-top: -70px;
  z-index: 2000;
}
.home-page-banner-slider-nav-container:before, .home-page-banner-slider-nav-container:after {
  display: table;
  content: "";
}
.home-page-banner-slider-nav-container:after {
  clear: both;
}
@media screen and (min-width: 1150px) {
  .home-page-banner-slider-nav-container {
    margin-top: -75px;
    display: block;
  }
}
.home-page-banner-slider-nav-container .home-page-banner-slider-nav {
  *zoom: 1;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  overflow: hidden;
}
.home-page-banner-slider-nav-container .home-page-banner-slider-nav:before, .home-page-banner-slider-nav-container .home-page-banner-slider-nav:after {
  display: table;
  content: "";
}
.home-page-banner-slider-nav-container .home-page-banner-slider-nav:after {
  clear: both;
}
.home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide {
  *zoom: 1;
  position: relative;
}
.home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide:before, .home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide:after {
  display: table;
  content: "";
}
.home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide:after {
  clear: both;
}
.home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide .home-page-banner-slider-nav-slide-inner {
  *zoom: 1;
  position: relative;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
  padding-top: 80%;
}
.home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide .home-page-banner-slider-nav-slide-inner:before, .home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide .home-page-banner-slider-nav-slide-inner:after {
  display: table;
  content: "";
}
.home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide .home-page-banner-slider-nav-slide-inner:after {
  clear: both;
}
@media screen and (max-width: 1149px) {
  .home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide .home-page-banner-slider-nav-slide-inner {
    padding-top: 0;
    background: transparent !important;
  }
}
.home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide .home-page-banner-slider-nav-slide-inner h3 {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  line-height: 1.45;
  color: #fff;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
}
.home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide .home-page-banner-slider-nav-slide-inner .animate-overrlay {
  *zoom: 1;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(63%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 63%, rgba(0, 0, 0, 0.7) 100%);
  top: 0;
  left: 0;
}
.home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide .home-page-banner-slider-nav-slide-inner .animate-overrlay:before, .home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide .home-page-banner-slider-nav-slide-inner .animate-overrlay:after {
  display: table;
  content: "";
}
.home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide .home-page-banner-slider-nav-slide-inner .animate-overrlay:after {
  clear: both;
}
@media screen and (max-width: 1149px) {
  .home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide .home-page-banner-slider-nav-slide-inner .animate-overrlay {
    position: relative;
    background: transparent !important;
  }
}
.home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide .home-page-banner-slider-nav-slide-inner .animate-loader {
  *zoom: 1;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 20px 5%;
  width: 90%;
  height: 7px;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 5px;
  overflow: hidden;
}
.home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide .home-page-banner-slider-nav-slide-inner .animate-loader:before, .home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide .home-page-banner-slider-nav-slide-inner .animate-loader:after {
  display: table;
  content: "";
}
.home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide .home-page-banner-slider-nav-slide-inner .animate-loader:after {
  clear: both;
}
@media screen and (max-width: 1149px) {
  .home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide .home-page-banner-slider-nav-slide-inner .animate-loader {
    position: relative;
    margin: 0 4%;
    height: 12px;
  }
}
.home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide .home-page-banner-slider-nav-slide-inner .animate-loader:after {
  *zoom: 1;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 7px;
  background: #fff;
  border-radius: 5px;
}
.home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide .home-page-banner-slider-nav-slide-inner .animate-loader:after:before, .home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide .home-page-banner-slider-nav-slide-inner .animate-loader:after:after {
  display: table;
  content: "";
}
.home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide .home-page-banner-slider-nav-slide-inner .animate-loader:after:after {
  clear: both;
}
@media screen and (max-width: 1149px) {
  .home-page-banner-slider-nav-container .home-page-banner-slider-nav .home-page-banner-slider-nav-slide .home-page-banner-slider-nav-slide-inner .animate-loader:after {
    height: 12px;
  }
}
.home-page-banner-slider-nav-container .home-page-banner-slider-nav .slick-slide {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.home-page-banner-slider-nav-container .home-page-banner-slider-nav .slick-slide.slick-current {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.home-page-banner-slider-nav-container .home-page-banner-slider-nav .slick-slide.slick-current .home-page-banner-slider-nav-slide .home-page-banner-slider-nav-slide-inner .animate-overrlay {
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), color-stop(63%, rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.15) 63%, rgba(0, 0, 0, 0.4) 100%);
}
.home-page-banner-slider-nav-container .home-page-banner-slider-nav .slick-slide.slick-current .home-page-banner-slider-nav-slide .home-page-banner-slider-nav-slide-inner .animate-loader {
  background-color: rgba(112, 112, 112, 0.7);
}
.home-page-banner-slider-nav-container .home-page-banner-slider-nav .slick-slide.slick-current .home-page-banner-slider-nav-slide .home-page-banner-slider-nav-slide-inner .animate-loader:after {
  -webkit-animation: animatedBackgroundAlt 5s linear infinite alternate;
          animation: animatedBackgroundAlt 5s linear infinite alternate;
}

/****/
@-webkit-keyframes animatedBackground {
  from {
    background-size: 100%;
    background-position: left center;
  }
  to {
    background-size: 115%;
    background-position: -200px center;
  }
}
@keyframes animatedBackground {
  from {
    background-size: 100%;
    background-position: left center;
  }
  to {
    background-size: 115%;
    background-position: -200px center;
  }
}
@-webkit-keyframes animatedBackgroundAlt {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes animatedBackgroundAlt {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
/**********/
.mobile-menu {
  position: fixed;
  *zoom: 1;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  height: 100vh;
  z-index: 9999;
}
.mobile-menu:before, .mobile-menu:after {
  display: table;
  content: "";
}
.mobile-menu:after {
  clear: both;
}
.mobile-menu .mobile-menu-background {
  position: absolute;
  *zoom: 1;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  z-index: 1000;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.mobile-menu .mobile-menu-background:before, .mobile-menu .mobile-menu-background:after {
  display: table;
  content: "";
}
.mobile-menu .mobile-menu-background:after {
  clear: both;
}
.mobile-menu .mobile-menu-inner {
  position: relative;
  *zoom: 1;
  display: block;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
}
.mobile-menu .mobile-menu-inner:before, .mobile-menu .mobile-menu-inner:after {
  display: table;
  content: "";
}
.mobile-menu .mobile-menu-inner:after {
  clear: both;
}
.mobile-menu .mobile-menu-inner .mobile-menu-header {
  position: relative;
  *zoom: 1;
  display: block;
  padding: 0 4%;
  margin: 25px 0 75px;
}
.mobile-menu .mobile-menu-inner .mobile-menu-header:before, .mobile-menu .mobile-menu-inner .mobile-menu-header:after {
  display: table;
  content: "";
}
.mobile-menu .mobile-menu-inner .mobile-menu-header:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .mobile-menu .mobile-menu-inner .mobile-menu-header {
    margin: 25px 0 75px;
  }
}
@media screen and (min-width: 1200px) {
  .mobile-menu .mobile-menu-inner .mobile-menu-header {
    margin: 35px 0 75px;
  }
}
.mobile-menu .mobile-menu-inner .mobile-menu-header img {
  max-width: 90px;
}
@media screen and (min-width: 39em) {
  .mobile-menu .mobile-menu-inner .mobile-menu-header img {
    max-width: 96px;
  }
}
@media screen and (min-width: 1200px) {
  .mobile-menu .mobile-menu-inner .mobile-menu-header img {
    max-width: 136px;
  }
}
.mobile-menu .mobile-menu-inner .mobile-menu-header .close-menu {
  *zoom: 1;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../svg/close-icon.svg");
  background-size: 20px;
  width: 25px;
  height: 20px;
  cursor: pointer;
  right: 4%;
  top: 0;
}
.mobile-menu .mobile-menu-inner .mobile-menu-header .close-menu:before, .mobile-menu .mobile-menu-inner .mobile-menu-header .close-menu:after {
  display: table;
  content: "";
}
.mobile-menu .mobile-menu-inner .mobile-menu-header .close-menu:after {
  clear: both;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll {
  position: relative;
  *zoom: 1;
  display: block;
  height: calc( 70% - 35px );
  width: calc( 100% + 20px );
  overflow: hidden;
  overflow-y: scroll;
  margin: 0 0 35px 0;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll:before, .mobile-menu .mobile-menu-inner .mobile-menu-scroll:after {
  display: table;
  content: "";
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll:after {
  clear: both;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner {
  position: relative;
  *zoom: 1;
  display: block;
  width: calc( 100% - 20px );
  padding: 0 4%;
  /********/
  /********/
  /********/
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner:before, .mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner:after {
  display: table;
  content: "";
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner:after {
  clear: both;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu {
  position: relative;
  *zoom: 1;
  display: block;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu:before, .mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu:after {
  display: table;
  content: "";
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu:after {
  clear: both;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul {
  *zoom: 1;
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul:before, .mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul:after {
  display: table;
  content: "";
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul:after {
  clear: both;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul li {
  *zoom: 1;
  position: relative;
  display: block;
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 30px 0;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul li:before, .mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul li:after {
  display: table;
  content: "";
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul li:after {
  clear: both;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul li a {
  *zoom: 1;
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul li a:before, .mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul li a:after {
  display: table;
  content: "";
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul li a:after {
  clear: both;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul li a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: transparent;
  bottom: -8px;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul li a:hover {
  color: #fff;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul li a:hover:after {
  background-color: #fff;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul li.current-menu-item a:after {
  background-color: #fff;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul li.club-shop {
  margin: 30px 0 10px 0;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul li.club-shop a {
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 8px 15px 8px 40px;
  background-image: url("../svg/shopping-cart.svg");
  background-position: 10px center;
  background-repeat: no-repeat;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul li.club-shop a:after {
  display: none;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul li.club-shop:hover a {
  border: 2px solid #fff;
  background-color: #fff;
  background-image: url("../svg/shopping-cart-b.svg");
  color: #000;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul li.club-shop:hover a:after {
  display: none;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul li.buy-tickets {
  margin: 10px 0 10px 0;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul li.buy-tickets a {
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 8px 15px 8px 40px;
  background-image: url("../svg/buy-tickets-b.svg");
  background-position: 10px center;
  background-repeat: no-repeat;
  color: #000;
  background-color: #fff;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul li.buy-tickets a:after {
  display: none;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul li.buy-tickets:hover a {
  background-image: url("../svg/buy-tickets.svg");
  color: #fff;
  background-color: transparent;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .primary-menu ul li.buy-tickets:hover a:after {
  display: none;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu {
  position: relative;
  *zoom: 1;
  display: block;
  margin: 30px 0 0 0;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu:before, .mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu:after {
  display: table;
  content: "";
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu:after {
  clear: both;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul {
  *zoom: 1;
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul:before, .mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul:after {
  display: table;
  content: "";
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul:after {
  clear: both;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul li {
  *zoom: 1;
  position: relative;
  display: block;
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 20px 0;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul li:before, .mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul li:after {
  display: table;
  content: "";
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul li:after {
  clear: both;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul li a {
  *zoom: 1;
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul li a:before, .mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul li a:after {
  display: table;
  content: "";
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul li a:after {
  clear: both;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul li a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: transparent;
  bottom: -8px;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul li a:hover {
  color: #fff;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul li a:hover:after {
  background-color: #fff;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul li.current-menu-item a:after {
  background-color: #fff;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul li.club-shop {
  margin: 40px 0 10px 0;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul li.club-shop a {
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 12px 15px 12px 40px;
  background-image: url("../svg/shopping-cart.svg");
  background-position: 10px center;
  background-repeat: no-repeat;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul li.club-shop a:after {
  display: none;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul li.club-shop:hover a {
  border: 2px solid #fff;
  background-color: #fff;
  background-image: url("../svg/shopping-cart-b.svg");
  color: #000;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul li.club-shop:hover a:after {
  display: none;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul li.buy-tickets {
  margin: 20px 0 10px 0;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul li.buy-tickets a {
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 12px 15px 12px 40px;
  background-image: url("../svg/buy-tickets-b.svg");
  background-position: 10px center;
  background-repeat: no-repeat;
  color: #000;
  background-color: #fff;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul li.buy-tickets a:after {
  display: none;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul li.buy-tickets:hover a {
  background-image: url("../svg/buy-tickets.svg");
  color: #fff;
  background-color: transparent;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .secondary-menu ul li.buy-tickets:hover a:after {
  display: none;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .social-icons {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: left;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .social-icons:before, .mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .social-icons:after {
  display: table;
  content: "";
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .social-icons:after {
  clear: both;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .social-icons a {
  display: inline-block;
  margin: 0 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .social-icons a svg {
  position: relative;
  width: 40px;
  height: 40px;
  fill: #FFCE00;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  float: left;
  margin-right: 10px;
  fill: #fff;
  transition: all 500ms ease;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .social-icons a:hover {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .mobile-menu-inner .mobile-menu-scroll .mobile-menu-scroll-inner .social-icons a:hover svg {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  fill: #FFCE00 !important;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.sponsors {
  *zoom: 1;
  position: relative;
  display: block;
  padding: 50px 4% 30px;
}
.sponsors:before, .sponsors:after {
  display: table;
  content: "";
}
.sponsors:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .sponsors {
    padding: 50px 0 60px;
  }
}
.sponsors h2 {
  *zoom: 1;
  position: relative;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 50px 0;
}
.sponsors h2:before, .sponsors h2:after {
  display: table;
  content: "";
}
.sponsors h2:after {
  clear: both;
}
.sponsors .sponsors-slider {
  *zoom: 1;
  position: relative;
  display: block;
}
.sponsors .sponsors-slider:before, .sponsors .sponsors-slider:after {
  display: table;
  content: "";
}
.sponsors .sponsors-slider:after {
  clear: both;
}
.sponsors .sponsors-slider .sponsors-slide {
  *zoom: 1;
  position: relative;
  display: block;
}
.sponsors .sponsors-slider .sponsors-slide:before, .sponsors .sponsors-slider .sponsors-slide:after {
  display: table;
  content: "";
}
.sponsors .sponsors-slider .sponsors-slide:after {
  clear: both;
}
.sponsors .sponsors-slider .sponsors-slide .sponsors-slide-inner {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: center;
  padding: 0 20px;
  height: 85px;
}
.sponsors .sponsors-slider .sponsors-slide .sponsors-slide-inner:before, .sponsors .sponsors-slider .sponsors-slide .sponsors-slide-inner:after {
  display: table;
  content: "";
}
.sponsors .sponsors-slider .sponsors-slide .sponsors-slide-inner:after {
  clear: both;
}
.sponsors .sponsors-slider .sponsors-slide .sponsors-slide-inner a {
  display: block;
  height: 85px;
}
.sponsors .sponsors-slider .sponsors-slide .sponsors-slide-inner img {
  display: inline-block;
  position: relative;
  max-height: 75px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/***/
.global-promotion {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 40px 0;
}
.global-promotion:before, .global-promotion:after {
  display: table;
  content: "";
}
.global-promotion:after {
  clear: both;
}
.global-promotion .global-promotion-slider {
  *zoom: 1;
  position: relative;
  display: block;
}
.global-promotion .global-promotion-slider:before, .global-promotion .global-promotion-slider:after {
  display: table;
  content: "";
}
.global-promotion .global-promotion-slider:after {
  clear: both;
}
.global-promotion .global-promotion-slider .global-promotion-slide {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: center;
}
.global-promotion .global-promotion-slider .global-promotion-slide:before, .global-promotion .global-promotion-slider .global-promotion-slide:after {
  display: table;
  content: "";
}
.global-promotion .global-promotion-slider .global-promotion-slide:after {
  clear: both;
}

/***/
.text-center {
  text-align: center;
}

/*******/
.main-footer {
  *zoom: 1;
  position: relative;
  display: block;
}
.main-footer:before, .main-footer:after {
  display: table;
  content: "";
}
.main-footer:after {
  clear: both;
}
.main-footer .main-footer-image {
  *zoom: 1;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-footer .main-footer-image:before, .main-footer .main-footer-image:after {
  display: table;
  content: "";
}
.main-footer .main-footer-image:after {
  clear: both;
}
.main-footer .main-footer-overlay {
  *zoom: 1;
  position: relative;
  display: block;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 30px 0 15px;
}
.main-footer .main-footer-overlay:before, .main-footer .main-footer-overlay:after {
  display: table;
  content: "";
}
.main-footer .main-footer-overlay:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .main-footer .main-footer-overlay {
    padding: 50px 0 25px;
  }
}
.main-footer .main-footer-overlay .footer {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 0 0;
}
.main-footer .main-footer-overlay .footer:before, .main-footer .main-footer-overlay .footer:after {
  display: table;
  content: "";
}
.main-footer .main-footer-overlay .footer:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .main-footer .main-footer-overlay .footer {
    margin: 0 0 40px 0;
  }
}
@media screen and (min-width: 64em) {
  .main-footer .main-footer-overlay .footer {
    margin: 0;
  }
}
.main-footer .main-footer-overlay .footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -25px;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 767px) {
  .main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: none;
  }
  .main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: none;
  }
}
@media screen and (min-width: 48em) and (max-width: 1023px) {
  .main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block:nth-child(1) {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block:nth-child(2) {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block:nth-child(3) {
    width: 50%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 64em) {
  .main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block {
    width: 33.33333%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: middle;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  /***/
  /***/
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-center {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: center;
  margin: 20px 0 20px 0;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-center:before, .main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-center:after {
  display: table;
  content: "";
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-center:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-center {
    margin: 20px 0 60px 0;
  }
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-center img {
  display: inline-block;
  max-width: 90%;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-center img.logo {
  display: inline-block;
  max-width: 100px;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-center h2 {
  color: #fff;
  margin: 35px 0 5px 0;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-center .social-icons {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: center;
  margin: 15px 0;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-center .social-icons:before, .main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-center .social-icons:after {
  display: table;
  content: "";
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-center .social-icons:after {
  clear: both;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-center .social-icons a {
  display: inline-block;
  margin: 0 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-center .social-icons a svg {
  position: relative;
  width: 24px;
  height: 24px;
  fill: #FFCE00;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  float: left;
  margin-right: 10px;
  fill: #fff;
  transition: all 500ms ease;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-center .social-icons a:hover {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-center .social-icons a:hover svg {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  fill: #FFCE00 !important;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 25px;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos:before, .main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos:after {
  display: table;
  content: "";
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos:after {
  clear: both;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 25px 0;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info:before, .main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info:after {
  display: table;
  content: "";
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info:after {
  clear: both;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info .footer-info-inner {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: center;
  border: 2px solid #1D1D1D;
  background: #1D1D1D;
  border-radius: 3px;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info .footer-info-inner:before, .main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info .footer-info-inner:after {
  display: table;
  content: "";
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info .footer-info-inner:after {
  clear: both;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info .footer-info-inner span {
  *zoom: 1;
  position: relative;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 15px 0;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info .footer-info-inner span:before, .main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info .footer-info-inner span:after {
  display: table;
  content: "";
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info .footer-info-inner span:after {
  clear: both;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info .footer-info-inner p {
  *zoom: 1;
  position: relative;
  display: block;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  clear: both;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info .footer-info-inner p:before, .main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info .footer-info-inner p:after {
  display: table;
  content: "";
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info .footer-info-inner p:after {
  clear: both;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info .footer-info-inner .footer-info-pad {
  *zoom: 1;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info .footer-info-inner .footer-info-pad:before, .main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info .footer-info-inner .footer-info-pad:after {
  display: table;
  content: "";
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info .footer-info-inner .footer-info-pad:after {
  clear: both;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info .footer-info-inner a {
  *zoom: 1;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 25px;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info .footer-info-inner a:before, .main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info .footer-info-inner a:after {
  display: table;
  content: "";
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info .footer-info-inner a:after {
  clear: both;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info .footer-info-inner a:hover {
  background: #000;
}
.main-footer .main-footer-overlay .footer .footer-inner .footer-inner-block .footer-inner-content .footer-infos .footer-info .footer-info-inner a span:after {
  content: "";
  position: absolute;
  right: -23px;
  top: 6px;
  width: 16px;
  height: 5px;
  background-image: url("../svg/arrow.svg");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.main-footer .main-footer-overlay .footer-credits {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 20px 0 10px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}
.main-footer .main-footer-overlay .footer-credits:before, .main-footer .main-footer-overlay .footer-credits:after {
  display: table;
  content: "";
}
.main-footer .main-footer-overlay .footer-credits:after {
  clear: both;
}
@media screen and (min-width: 64em) {
  .main-footer .main-footer-overlay .footer-credits {
    padding: 20px 0 0 0;
  }
}
.main-footer .main-footer-overlay .footer-credits ul {
  *zoom: 1;
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.7);
}
.main-footer .main-footer-overlay .footer-credits ul:before, .main-footer .main-footer-overlay .footer-credits ul:after {
  display: table;
  content: "";
}
.main-footer .main-footer-overlay .footer-credits ul:after {
  clear: both;
}
@media screen and (min-width: 64em) {
  .main-footer .main-footer-overlay .footer-credits ul {
    display: inline-block;
  }
}
.main-footer .main-footer-overlay .footer-credits ul li {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 3px 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-size: 0.75rem;
}
.main-footer .main-footer-overlay .footer-credits ul li:before, .main-footer .main-footer-overlay .footer-credits ul li:after {
  display: table;
  content: "";
}
.main-footer .main-footer-overlay .footer-credits ul li:after {
  clear: both;
}
@media screen and (min-width: 48em) and (max-width: 1023px) {
  .main-footer .main-footer-overlay .footer-credits ul li {
    display: inline-block;
    padding: 0 15px 0 0;
    margin: 0;
  }
  .main-footer .main-footer-overlay .footer-credits ul li:after {
    position: absolute;
    content: "·";
    right: 5px;
    top: 0;
  }
  .main-footer .main-footer-overlay .footer-credits ul li:last-child {
    padding: 0 15px 0 0;
  }
  .main-footer .main-footer-overlay .footer-credits ul li:last-child:after {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .main-footer .main-footer-overlay .footer-credits ul li {
    display: inline-block;
    padding: 0 15px 0 0;
  }
  .main-footer .main-footer-overlay .footer-credits ul li:after {
    position: absolute;
    content: "·";
    right: 5px;
    top: 0;
  }
}
.main-footer .main-footer-overlay .footer-credits ul li a {
  color: rgba(255, 255, 255, 0.7);
}
.main-footer .main-footer-overlay .footer-credits ul li a:hover {
  color: #fff;
}
.main-footer .main-footer-overlay .footer-credits span {
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-size: 0.75rem;
  margin: 15px 0 0 0;
}
@media screen and (min-width: 64em) {
  .main-footer .main-footer-overlay .footer-credits span {
    display: inline-block;
    margin: 0;
  }
}
.main-footer .main-footer-overlay .footer-credits p {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 10px 0 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-size: 0.75rem;
}
.main-footer .main-footer-overlay .footer-credits p:before, .main-footer .main-footer-overlay .footer-credits p:after {
  display: table;
  content: "";
}
.main-footer .main-footer-overlay .footer-credits p:after {
  clear: both;
}
.main-footer .main-footer-overlay .footer-credits p a {
  color: rgba(255, 255, 255, 0.7);
}
.main-footer .main-footer-overlay .footer-credits p a:hover {
  color: #fff;
}

.content-headline {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.7;
}

.video-highlights {
  *zoom: 1;
  position: relative;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin: 0 0 35px 0;
  overflow: hidden;
}
.video-highlights:before, .video-highlights:after {
  display: table;
  content: "";
}
.video-highlights:after {
  clear: both;
}
.video-highlights span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-image: url("../svg/video-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.video-highlights:hover span {
  background-color: rgba(0, 0, 0, 0.6);
}

/***/
.metadate {
  display: block;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
}
.metadate svg {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.shareitcontainer {
  display: none;
  position: relative;
  *zoom: 1;
}
.shareitcontainer:before, .shareitcontainer:after {
  display: table;
  content: "";
}
.shareitcontainer:after {
  clear: both;
}

.shareit {
  display: none;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  cursor: pointer;
  margin: 20px 0 0 0;
}
.shareit svg {
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 12px;
}

/***/
.article-pagination {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 15px 0 60px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 0 0 0;
}
.article-pagination:before, .article-pagination:after {
  display: table;
  content: "";
}
.article-pagination:after {
  clear: both;
}
.article-pagination .go-prev {
  *zoom: 1;
  position: relative;
  display: block;
  float: left;
  width: 49%;
}
.article-pagination .go-prev:before, .article-pagination .go-prev:after {
  display: table;
  content: "";
}
.article-pagination .go-prev:after {
  clear: both;
}
.article-pagination .go-prev:hover {
  opacity: 0.8;
}
.article-pagination .go-prev a {
  display: inline-block;
  position: relative;
  color: #000;
}
.article-pagination .go-prev a span {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
}
.article-pagination .go-prev a span svg {
  float: left;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  margin-top: 1px;
}
.article-pagination .go-prev a em {
  margin: 12px 0 0 0;
  display: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  text-decoration: none;
  font-style: normal;
}
@media screen and (min-width: 56em) {
  .article-pagination .go-prev a em {
    display: block;
  }
}
.article-pagination .go-next {
  *zoom: 1;
  position: relative;
  display: block;
  float: right;
  width: 49%;
  color: #000;
  text-align: right;
}
.article-pagination .go-next:before, .article-pagination .go-next:after {
  display: table;
  content: "";
}
.article-pagination .go-next:after {
  clear: both;
}
.article-pagination .go-next:hover {
  opacity: 0.8;
}
.article-pagination .go-next a {
  display: inline-block;
  position: relative;
  color: #000;
}
.article-pagination .go-next a span {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
}
.article-pagination .go-next a span svg {
  float: right;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  margin-top: 1px;
}
.article-pagination .go-next a em {
  margin: 12px 0 0 0;
  display: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  text-decoration: none;
  font-style: normal;
}
@media screen and (min-width: 56em) {
  .article-pagination .go-next a em {
    display: block;
  }
}

/***/
.article-block {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 25px 0;
}
.article-block:before, .article-block:after {
  display: table;
  content: "";
}
.article-block:after {
  clear: both;
}
.article-block .article-block-right {
  *zoom: 1;
  position: relative;
  display: block;
}
.article-block .article-block-right:before, .article-block .article-block-right:after {
  display: table;
  content: "";
}
.article-block .article-block-right:after {
  clear: both;
}
@media screen and (min-width: 64em) {
  .article-block .article-block-right {
    float: right;
    width: 50%;
  }
}
.article-block .article-block-right .article-block-right-inner {
  *zoom: 1;
  position: relative;
  display: block;
}
.article-block .article-block-right .article-block-right-inner:before, .article-block .article-block-right .article-block-right-inner:after {
  display: table;
  content: "";
}
.article-block .article-block-right .article-block-right-inner:after {
  clear: both;
}
@media screen and (min-width: 64em) {
  .article-block .article-block-right .article-block-right-inner {
    padding: 0 0 0 25px;
  }
}
.article-block .article-block-right .article-block-right-inner .article-block-right-inner-image {
  *zoom: 1;
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.article-block .article-block-right .article-block-right-inner .article-block-right-inner-image:before, .article-block .article-block-right .article-block-right-inner .article-block-right-inner-image:after {
  display: table;
  content: "";
}
.article-block .article-block-right .article-block-right-inner .article-block-right-inner-image:after {
  clear: both;
}
@media screen and (min-width: 64em) {
  .article-block .article-block-right .article-block-right-inner .article-block-right-inner-image {
    margin-top: -325px;
  }
}
@media screen and (min-width: 64em) {
  .article-block .article-block-right .article-block-right-inner .article-block-right-inner-image.lower {
    margin-top: -225px;
  }
}
.article-block .article-block-right .article-block-right-inner .article-block-right-inner-video {
  *zoom: 1;
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.article-block .article-block-right .article-block-right-inner .article-block-right-inner-video:before, .article-block .article-block-right .article-block-right-inner .article-block-right-inner-video:after {
  display: table;
  content: "";
}
.article-block .article-block-right .article-block-right-inner .article-block-right-inner-video:after {
  clear: both;
}
@media screen and (min-width: 64em) {
  .article-block .article-block-right .article-block-right-inner .article-block-right-inner-video {
    margin-top: -275px;
  }
}
.article-block .article-block-right .article-block-right-inner .article-block-right-inner-video span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-image: url("../svg/video-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.article-block .article-block-right .article-block-right-inner .article-block-right-inner-video:hover span {
  background-color: rgba(0, 0, 0, 0.6);
}
.article-block .article-block-left {
  *zoom: 1;
  position: relative;
  display: block;
}
.article-block .article-block-left:before, .article-block .article-block-left:after {
  display: table;
  content: "";
}
.article-block .article-block-left:after {
  clear: both;
}
@media screen and (min-width: 64em) {
  .article-block .article-block-left {
    float: left;
    width: 50%;
  }
  .article-block .article-block-left.full-width {
    width: 100%;
  }
}
.article-block .article-block-left .article-block-left-inner {
  *zoom: 1;
  position: relative;
  display: block;
}
.article-block .article-block-left .article-block-left-inner:before, .article-block .article-block-left .article-block-left-inner:after {
  display: table;
  content: "";
}
.article-block .article-block-left .article-block-left-inner:after {
  clear: both;
}
@media screen and (min-width: 64em) {
  .article-block .article-block-left .article-block-left-inner {
    padding: 0 25px 0 0;
  }
}
.article-block .article-block-left .article-block-left-inner .the-gallery {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 0 0;
}
.article-block .article-block-left .article-block-left-inner .the-gallery:before, .article-block .article-block-left .article-block-left-inner .the-gallery:after {
  display: table;
  content: "";
}
.article-block .article-block-left .article-block-left-inner .the-gallery:after {
  clear: both;
}
.article-block .article-block-left .article-block-left-inner .the-gallery .the-gallery-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -30px;
}
.article-block .article-block-left .article-block-left-inner .the-gallery .the-gallery-items .the-gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0 0 0 30px;
}
@media screen and (min-width: 48em) {
  .article-block .article-block-left .article-block-left-inner .the-gallery .the-gallery-items .the-gallery-item {
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .article-block .article-block-left .article-block-left-inner .the-gallery .the-gallery-items .the-gallery-item {
    width: 33.33333%;
  }
}
.article-block .article-block-left .article-block-left-inner .the-gallery .the-gallery-items .the-gallery-item .the-gallery-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.article-block .article-block-left .article-block-left-inner .the-gallery .the-gallery-items .the-gallery-item .the-gallery-item-inner a {
  color: #000;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
.article-block .article-block-left .article-block-left-inner .the-gallery .the-gallery-items .the-gallery-item .the-gallery-item-inner a p {
  margin: 5px 0 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

/*******/
.article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 25px 0 25px -30px;
}
.article-list .article-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 45px 0;
  padding: 0 0 0 30px;
}
@media screen and (min-width: 39em) {
  .article-list .article-list-container {
    width: 50%;
  }
}
@media screen and (min-width: 56em) {
  .article-list .article-list-container {
    width: 33.33333%;
  }
}
@media screen and (min-width: 56em) {
  .article-list .article-list-container {
    width: 25%;
  }
}
@media screen and (min-width: 56em) {
  .article-list .article-list-container.video-list {
    width: 33.33333%;
  }
}
.article-list .article-list-container .article-list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.article-list .article-list-container .article-list-content .article-list-content-inner {
  *zoom: 1;
  position: relative;
  display: block;
}
.article-list .article-list-container .article-list-content .article-list-content-inner:before, .article-list .article-list-container .article-list-content .article-list-content-inner:after {
  display: table;
  content: "";
}
.article-list .article-list-container .article-list-content .article-list-content-inner:after {
  clear: both;
}
.article-list .article-list-container .article-list-content .article-list-content-inner .article-list-content-image {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 20px 0;
}
.article-list .article-list-container .article-list-content .article-list-content-inner .article-list-content-image:before, .article-list .article-list-container .article-list-content .article-list-content-inner .article-list-content-image:after {
  display: table;
  content: "";
}
.article-list .article-list-container .article-list-content .article-list-content-inner .article-list-content-image:after {
  clear: both;
}
.article-list .article-list-container .article-list-content .article-list-content-inner .article-list-content-image a.aimage {
  *zoom: 1;
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.article-list .article-list-container .article-list-content .article-list-content-inner .article-list-content-image a.aimage:before, .article-list .article-list-container .article-list-content .article-list-content-inner .article-list-content-image a.aimage:after {
  display: table;
  content: "";
}
.article-list .article-list-container .article-list-content .article-list-content-inner .article-list-content-image a.aimage:after {
  clear: both;
}
.article-list .article-list-container .article-list-content .article-list-content-inner .article-list-content-image a.aimage.hold {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.article-list .article-list-container .article-list-content .article-list-content-inner .article-list-content-video {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  border-radius: 5px;
  overflow: hidden;
}
.article-list .article-list-container .article-list-content .article-list-content-inner .article-list-content-video:before, .article-list .article-list-container .article-list-content .article-list-content-inner .article-list-content-video:after {
  display: table;
  content: "";
}
.article-list .article-list-container .article-list-content .article-list-content-inner .article-list-content-video:after {
  clear: both;
}
.article-list .article-list-container .article-list-content .article-list-content-inner .article-list-content-video span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-image: url("../svg/video-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.article-list .article-list-container .article-list-content .article-list-content-inner .article-list-content-video:hover span {
  background-color: rgba(0, 0, 0, 0.6);
}
.article-list .article-list-container .article-list-content .article-list-content-inner h2 {
  margin: 7px 0 0 0;
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  line-height: 1.5;
}
.article-list .article-list-container .article-list-content .article-list-content-inner .metadate {
  font-size: 12px;
  font-size: 0.75rem;
}
.article-list .article-list-container .article-list-content .article-list-content-inner .metadate svg {
  float: left;
  width: 12px;
  height: 12px;
  margin-right: 8px;
}

/******/
.pagination {
  *zoom: 1;
  position: relative;
  display: block;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  margin: 25px 0 50px;
  padding: 50px 0 0 0;
  text-align: center;
  vertical-align: top;
}
.pagination:before, .pagination:after {
  display: table;
  content: "";
}
.pagination:after {
  clear: both;
}
.pagination .page-numbers {
  display: inline-block;
  margin: 0 4px;
  border: 2px solid transparent;
  color: #000;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 30px;
  vertical-align: top;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  border: 2px solid #000;
}
.pagination .page-numbers.next {
  background-image: url("../next.html");
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
.pagination .page-numbers.prev {
  background-image: url("../previous.html");
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}

/***********/
.league-table-container {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 50px 0;
}
.league-table-container:before, .league-table-container:after {
  display: table;
  content: "";
}
.league-table-container:after {
  clear: both;
}
.league-table-container .league-table {
  *zoom: 1;
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.league-table-container .league-table:before, .league-table-container .league-table:after {
  display: table;
  content: "";
}
.league-table-container .league-table:after {
  clear: both;
}
.league-table-container .league-table .league-table-row {
  *zoom: 1;
  position: relative;
  display: block;
  border-bottom: 1px solid #ebebeb;
}
.league-table-container .league-table .league-table-row:before, .league-table-container .league-table .league-table-row:after {
  display: table;
  content: "";
}
.league-table-container .league-table .league-table-row:after {
  clear: both;
}
.league-table-container .league-table .league-table-row .league-table-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8%;
  padding: 15px 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-team {
  width: 27.5%;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-team img {
  float: left;
  width: 40px;
  margin-right: 10px;
}
.league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-team span {
  float: left;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-position {
    width: 7.5%;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-team {
    width: 30%;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-played {
    width: 7.5%;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-w {
    width: 7.5%;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-d {
    width: 7.5%;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-l {
    width: 7.5%;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-f {
    width: 7.5%;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-a {
    width: 7.5%;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-diff {
    width: 7.5%;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-points {
    width: 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-position {
    width: 10%;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-team {
    width: 38%;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-played {
    width: 10%;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-w {
    width: 10%;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-d {
    width: 10%;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-l {
    width: 10%;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-f {
    display: none !important;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-a {
    display: none !important;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-diff {
    display: none !important;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-points {
    width: 10%;
  }
}
@media screen and (max-width: 550px) {
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-position {
    width: 12.5%;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-team {
    width: 55%;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-played {
    width: 15%;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-w {
    display: none !important;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-d {
    display: none !important;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-l {
    display: none !important;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-f {
    display: none !important;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-a {
    display: none !important;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-diff {
    display: none !important;
  }
  .league-table-container .league-table .league-table-row .league-table-row-inner .league-table-col.col-points {
    width: 15%;
  }
}
.league-table-container .league-table .league-table-row:nth-child(even) {
  background: #fff;
}
.league-table-container .league-table .league-table-row:nth-child(odd) {
  background: #F8F8F8;
}
.league-table-container .league-table .league-table-row.header-row {
  background: #000;
}
.league-table-container .league-table .league-table-row.header-row .league-table-col {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}
.league-table-container .league-table .league-table-row.header-row .league-table-col.col-team {
  font-size: 12px;
  font-size: 0.75rem;
}

/****/
.match-list {
  *zoom: 1;
  position: relative;
  display: block;
}
.match-list:before, .match-list:after {
  display: table;
  content: "";
}
.match-list:after {
  clear: both;
}
.match-list .match-container {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 10px 0 20px;
}
.match-list .match-container:before, .match-list .match-container:after {
  display: table;
  content: "";
}
.match-list .match-container:after {
  clear: both;
}
.match-list .match-container:last-child {
  margin: 10px 0 80px;
}
.match-list .match-container .match-content {
  *zoom: 1;
  position: relative;
  display: block;
}
.match-list .match-container .match-content:before, .match-list .match-container .match-content:after {
  display: table;
  content: "";
}
.match-list .match-container .match-content:after {
  clear: both;
}
.match-list .match-container .match-content .match-top-content {
  *zoom: 1;
  position: relative;
  display: block;
  background: #000;
  padding: 0 25px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Barlow", sans-serif;
}
.match-list .match-container .match-content .match-top-content:before, .match-list .match-container .match-content .match-top-content:after {
  display: table;
  content: "";
}
.match-list .match-container .match-content .match-top-content:after {
  clear: both;
}
.match-list .match-container .match-content .match-top-content em {
  display: inline-block;
  padding: 10px 0;
  font-style: normal;
}
.match-list .match-container .match-content .match-top-content span {
  display: block;
  float: right;
  padding: 10px;
  background: #707070;
  color: #fff;
}
.match-list .match-container .match-content .match-middle-content {
  *zoom: 1;
  position: relative;
  display: block;
  padding: 25px;
}
.match-list .match-container .match-content .match-middle-content:before, .match-list .match-container .match-content .match-middle-content:after {
  display: table;
  content: "";
}
.match-list .match-container .match-content .match-middle-content:after {
  clear: both;
}
.match-list .match-container .match-content .match-middle-content a {
  *zoom: 1;
  position: relative;
  display: block;
  color: #000;
  width: 100%;
  height: 100%;
}
.match-list .match-container .match-content .match-middle-content a:before, .match-list .match-container .match-content .match-middle-content a:after {
  display: table;
  content: "";
}
.match-list .match-container .match-content .match-middle-content a:after {
  clear: both;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead {
  *zoom: 1;
  position: relative;
  display: block;
  float: left;
  width: 50%;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead:before, .match-list .match-container .match-content .match-middle-content a .match-middle-gateshead:after {
  display: table;
  content: "";
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead:after {
  clear: both;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details {
  *zoom: 1;
  position: relative;
  display: block;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details:before, .match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details:after {
  display: table;
  content: "";
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details:after {
  clear: both;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-inner-content {
  *zoom: 1;
  position: relative;
  display: block;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-inner-content:before, .match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-inner-content:after {
  display: table;
  content: "";
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-inner-content:after {
  clear: both;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left {
  *zoom: 1;
  position: relative;
  display: block;
  width: calc( 100% - 81px );
  float: left;
  text-align: center;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left:before, .match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left:after {
  display: table;
  content: "";
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left:after {
  clear: both;
}
@media screen and (min-width: 56em) {
  .match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left {
    text-align: right;
    height: 60px;
  }
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left img {
  *zoom: 1;
  position: relative;
  display: block;
  float: none;
  width: 60px;
  margin: 0 auto 0 auto;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left img:before, .match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left img:after {
  display: table;
  content: "";
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left img:after {
  clear: both;
}
@media screen and (min-width: 56em) {
  .match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left img {
    position: absolute;
    right: 60px;
  }
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left span {
  *zoom: 1;
  position: relative;
  display: none;
  padding: 20px 0;
  clear: both;
  font-weight: 600;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left span:before, .match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left span:after {
  display: table;
  content: "";
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left span:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left span {
    display: block;
  }
}
@media screen and (min-width: 56em) {
  .match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left span {
    clear: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
    float: left;
    width: calc( 100% - 150px);
    right: 0;
  }
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right {
  *zoom: 1;
  position: relative;
  display: block;
  float: right;
  width: 61px;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right:before, .match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right:after {
  display: table;
  content: "";
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right {
    width: 81px;
  }
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right span {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
  padding: 10px 8px;
  margin: 8px 0 5px 0;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right span:before, .match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right span:after {
  display: table;
  content: "";
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right span:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right span {
    margin: 25px 0 5px 0;
    padding: 14px 10px;
  }
}
@media screen and (min-width: 56em) {
  .match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right span {
    margin: 5px 0 5px 0;
  }
}
.match-list .match-container .match-content .match-middle-content a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right span.match-win {
  background: #0EC94F;
  color: #fff;
  border-left: 1px solid #0EC94F;
  border-bottom: 1px solid #0EC94F;
  border-top: 1px solid #0EC94F;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition {
  *zoom: 1;
  position: relative;
  display: block;
  float: right;
  width: 50%;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition:before, .match-list .match-container .match-content .match-middle-content a .match-middle-opposition:after {
  display: table;
  content: "";
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition:after {
  clear: both;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details {
  *zoom: 1;
  position: relative;
  display: block;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details:before, .match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details:after {
  display: table;
  content: "";
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details:after {
  clear: both;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-inner-content {
  *zoom: 1;
  position: relative;
  display: block;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-inner-content:before, .match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-inner-content:after {
  display: table;
  content: "";
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-inner-content:after {
  clear: both;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left {
  *zoom: 1;
  position: relative;
  display: block;
  float: left;
  width: 61px;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left:before, .match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left:after {
  display: table;
  content: "";
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left {
    width: 81px;
  }
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left span {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 3px 3px 0;
  padding: 10px 8px;
  margin: 8px 0 5px 0;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left span:before, .match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left span:after {
  display: table;
  content: "";
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left span:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left span {
    margin: 25px 0 5px 0;
    padding: 14px 10px;
  }
}
@media screen and (min-width: 56em) {
  .match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left span {
    margin: 5px 0 5px 0;
  }
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left span.match-lose {
  background: #C90E0E;
  color: #fff;
  border-left: 1px solid #C90E0E;
  border-bottom: 1px solid #C90E0E;
  border-top: 1px solid #C90E0E;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right {
  *zoom: 1;
  position: relative;
  display: block;
  float: right;
  width: calc( 100% - 81px );
  text-align: center;
  font-weight: 600;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right:before, .match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right:after {
  display: table;
  content: "";
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right:after {
  clear: both;
}
@media screen and (min-width: 56em) {
  .match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right {
    text-align: left;
    height: 60px;
  }
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right img {
  *zoom: 1;
  position: relative;
  display: block;
  float: none;
  width: 60px;
  margin: 0 auto 0 auto;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right img:before, .match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right img:after {
  display: table;
  content: "";
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right img:after {
  clear: both;
}
@media screen and (min-width: 56em) {
  .match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right img {
    position: absolute;
    left: 60px;
  }
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right span {
  *zoom: 1;
  position: relative;
  display: none;
  padding: 20px 0;
  clear: both;
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right span:before, .match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right span:after {
  display: table;
  content: "";
}
.match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right span:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right span {
    display: block;
  }
}
@media screen and (min-width: 56em) {
  .match-list .match-container .match-content .match-middle-content a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right span {
    clear: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    padding: 0;
    float: left;
    width: calc( 100% - 150px);
    left: 140px;
  }
}
.match-list .match-container .match-content .match-middle-content.away-game a .match-middle-gateshead {
  float: right;
}
.match-list .match-container .match-content .match-middle-content.away-game a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left {
  float: right;
}
@media screen and (min-width: 56em) {
  .match-list .match-container .match-content .match-middle-content.away-game a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left {
    text-align: left;
  }
}
@media screen and (min-width: 56em) {
  .match-list .match-container .match-content .match-middle-content.away-game a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left img {
    right: auto;
    left: 60px;
  }
}
@media screen and (min-width: 56em) and (min-width: 56em) {
  .match-list .match-container .match-content .match-middle-content.away-game a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left span {
    float: left;
    right: -140px;
  }
}
.match-list .match-container .match-content .match-middle-content.away-game a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right {
  float: left;
}
.match-list .match-container .match-content .match-middle-content.away-game a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right span {
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 3px 3px 0;
}
.match-list .match-container .match-content .match-middle-content.away-game a .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right span.match-win {
  background: #0EC94F;
  color: #fff;
  border-left: none;
  border-right: 1px solid #0EC94F;
  border-bottom: 1px solid #0EC94F;
  border-top: 1px solid #0EC94F;
}
.match-list .match-container .match-content .match-middle-content.away-game a .match-middle-opposition {
  float: left;
}
.match-list .match-container .match-content .match-middle-content.away-game a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left {
  float: right;
}
.match-list .match-container .match-content .match-middle-content.away-game a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: none;
  border-radius: 3px 0 0 3px;
}
.match-list .match-container .match-content .match-middle-content.away-game a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left span.match-lose {
  background: #C90E0E;
  color: #fff;
  border-bottom: 1px solid #C90E0E;
  border-left: 1px solid #C90E0E;
  border-top: 1px solid #C90E0E;
  border-right: none;
}
.match-list .match-container .match-content .match-middle-content.away-game a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right {
  float: left;
}
@media screen and (min-width: 56em) {
  .match-list .match-container .match-content .match-middle-content.away-game a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right {
    text-align: right;
  }
}
@media screen and (min-width: 56em) {
  .match-list .match-container .match-content .match-middle-content.away-game a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right img {
    left: auto;
    right: 60px;
  }
}
@media screen and (min-width: 56em) {
  .match-list .match-container .match-content .match-middle-content.away-game a .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right span {
    float: right;
    left: -140px;
  }
}

/*****/
.filter-category-block {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 50px 0;
}
.filter-category-block:before, .filter-category-block:after {
  display: table;
  content: "";
}
.filter-category-block:after {
  clear: both;
}
.filter-category-block .filter-category {
  *zoom: 1;
  position: relative;
  display: block;
  float: left;
}
.filter-category-block .filter-category:before, .filter-category-block .filter-category:after {
  display: table;
  content: "";
}
.filter-category-block .filter-category:after {
  clear: both;
}
.filter-category-block .filter-category span {
  *zoom: 1;
  position: relative;
  display: block;
  float: left;
  width: 60px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  padding: 2px 0;
}
.filter-category-block .filter-category span:before, .filter-category-block .filter-category span:after {
  display: table;
  content: "";
}
.filter-category-block .filter-category span:after {
  clear: both;
}
.filter-category-block .filter-category .filter-select {
  *zoom: 1;
  position: relative;
  display: block;
  float: left;
  width: calc( 100% - 60px );
}
.filter-category-block .filter-category .filter-select:before, .filter-category-block .filter-category .filter-select:after {
  display: table;
  content: "";
}
.filter-category-block .filter-category .filter-select:after {
  clear: both;
}
.filter-category-block .filter-category .filter-select .filter-select-move {
  *zoom: 1;
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0 0 0 15px;
  background: transparent;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  border: none;
}
.filter-category-block .filter-category .filter-select .filter-select-move:before, .filter-category-block .filter-category .filter-select .filter-select-move:after {
  display: table;
  content: "";
}
.filter-category-block .filter-category .filter-select .filter-select-move:after {
  clear: both;
}
.filter-category-block .filter-category .filter-select .filter-select-move:hover, .filter-category-block .filter-category .filter-select .filter-select-move:active {
  border: none;
}
.filter-category-block.smaller span {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}
.filter-category-block.smaller .filter-select .filter-select-move {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
.filter-category-block.nospace {
  margin: 0 0 35px 0;
}
.filter-category-block.nospace span {
  font-weight: 600;
}
.filter-category-block.nospace .filter-select .filter-select-move {
  font-weight: 600;
  margin: 0;
}

/****/
.single-match-list {
  *zoom: 1;
  position: relative;
  display: block;
}
.single-match-list:before, .single-match-list:after {
  display: table;
  content: "";
}
.single-match-list:after {
  clear: both;
}
.single-match-list a {
  color: #000;
}
.single-match-list .match-container {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 40px;
}
.single-match-list .match-container:before, .single-match-list .match-container:after {
  display: table;
  content: "";
}
.single-match-list .match-container:after {
  clear: both;
}
.single-match-list .match-container .match-content {
  *zoom: 1;
  position: relative;
  display: block;
}
.single-match-list .match-container .match-content:before, .single-match-list .match-container .match-content:after {
  display: table;
  content: "";
}
.single-match-list .match-container .match-content:after {
  clear: both;
}
.single-match-list .match-container .match-content .match-top-content {
  *zoom: 1;
  position: relative;
  display: block;
  background: #000;
  padding: 0 25px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Barlow", sans-serif;
  border-radius: 3px 3px 0 0;
}
.single-match-list .match-container .match-content .match-top-content:before, .single-match-list .match-container .match-content .match-top-content:after {
  display: table;
  content: "";
}
.single-match-list .match-container .match-content .match-top-content:after {
  clear: both;
}
.single-match-list .match-container .match-content .match-top-content em {
  display: inline-block;
  padding: 10px 0;
  font-style: normal;
}
.single-match-list .match-container .match-content .match-top-content span {
  display: block;
  float: right;
  padding: 10px;
  background: #707070;
  color: #fff;
}
.single-match-list .match-container .match-content .match-middle-content {
  *zoom: 1;
  position: relative;
  display: block;
  padding: 25px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0 3px 3px;
}
.single-match-list .match-container .match-content .match-middle-content:before, .single-match-list .match-container .match-content .match-middle-content:after {
  display: table;
  content: "";
}
.single-match-list .match-container .match-content .match-middle-content:after {
  clear: both;
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead {
  *zoom: 1;
  position: relative;
  display: block;
  float: left;
  width: 50%;
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead:before, .single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead:after {
  display: table;
  content: "";
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead:after {
  clear: both;
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details {
  *zoom: 1;
  position: relative;
  display: block;
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details:before, .single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details:after {
  display: table;
  content: "";
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details:after {
  clear: both;
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left {
  *zoom: 1;
  position: relative;
  display: block;
  width: calc( 100% - 81px );
  float: left;
  text-align: center;
  padding: 0 20px 0 0;
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left:before, .single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left:after {
  display: table;
  content: "";
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left:after {
  clear: both;
}
@media screen and (min-width: 56em) {
  .single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left {
    width: calc( 100% - 61px );
    height: 60px;
  }
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left img {
  *zoom: 1;
  position: relative;
  display: block;
  float: none;
  width: 60px;
  margin: 0 auto 0 auto;
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left img:before, .single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left img:after {
  display: table;
  content: "";
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left img:after {
  clear: both;
}
@media screen and (min-width: 56em) {
  .single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left img {
    position: absolute;
    right: 20px;
    width: 60px;
    top: 0;
  }
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left span {
  *zoom: 1;
  position: relative;
  display: none;
  padding: 20px 0;
  clear: both;
  font-weight: 600;
  vertical-align: middle;
  font-size: 15px;
  font-size: 0.9375rem;
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left span:before, .single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left span:after {
  display: table;
  content: "";
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left span:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left span {
    display: block;
  }
}
@media screen and (min-width: 56em) {
  .single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left span {
    float: left;
    display: block;
    width: calc( 100% - 80px );
    padding: 10px 0 0 0;
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left span {
    padding: 0 0 0 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right {
  *zoom: 1;
  position: relative;
  display: block;
  float: right;
  width: 61px;
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right:before, .single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right:after {
  display: table;
  content: "";
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right {
    width: 81px;
  }
}
@media screen and (min-width: 56em) {
  .single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right {
    width: 51px;
  }
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right span {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
  padding: 10px 8px;
  margin: 8px 0 5px 0;
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right span:before, .single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right span:after {
  display: table;
  content: "";
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right span:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right span {
    margin: 25px 0 5px 0;
    padding: 14px 10px;
  }
}
@media screen and (min-width: 56em) {
  .single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right span {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 10px 0 5px 0;
    padding: 11px 7px;
  }
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right span.match-win {
  background: #0EC94F;
  color: #fff;
  border-left: 1px solid #0EC94F;
  border-bottom: 1px solid #0EC94F;
  border-top: 1px solid #0EC94F;
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-opposition {
  *zoom: 1;
  position: relative;
  display: block;
  float: right;
  width: 50%;
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-opposition:before, .single-match-list .match-container .match-content .match-middle-content .match-middle-opposition:after {
  display: table;
  content: "";
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-opposition:after {
  clear: both;
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details {
  *zoom: 1;
  position: relative;
  display: block;
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details:before, .single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details:after {
  display: table;
  content: "";
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details:after {
  clear: both;
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left {
  *zoom: 1;
  position: relative;
  display: block;
  float: left;
  width: 61px;
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left:before, .single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left:after {
  display: table;
  content: "";
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left {
    width: 81px;
  }
}
@media screen and (min-width: 56em) {
  .single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left {
    width: 51px;
  }
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left span {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 3px 3px 0;
  padding: 10px 8px;
  margin: 8px 0 5px 0;
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left span:before, .single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left span:after {
  display: table;
  content: "";
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left span:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left span {
    margin: 25px 0 5px 0;
    padding: 14px 10px;
  }
}
@media screen and (min-width: 56em) {
  .single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left span {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 10px 0 5px 0;
    padding: 11px 7px;
  }
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left span.match-lose {
  background: #C90E0E;
  color: #fff;
  border-left: 1px solid #C90E0E;
  border-bottom: 1px solid #C90E0E;
  border-top: 1px solid #C90E0E;
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right {
  *zoom: 1;
  position: relative;
  display: block;
  float: right;
  width: calc( 100% - 81px );
  text-align: center;
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right:before, .single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right:after {
  display: table;
  content: "";
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right:after {
  clear: both;
}
@media screen and (min-width: 56em) {
  .single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right {
    width: calc( 100% - 61px );
    height: 60px;
  }
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right img {
  *zoom: 1;
  position: relative;
  display: block;
  float: none;
  width: 60px;
  margin: 0 auto 0 auto;
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right img:before, .single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right img:after {
  display: table;
  content: "";
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right img:after {
  clear: both;
}
@media screen and (min-width: 56em) {
  .single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right img {
    position: absolute;
    left: 20px;
    width: 60px;
    top: 0;
  }
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right span {
  *zoom: 1;
  position: relative;
  display: none;
  padding: 20px 0;
  clear: both;
  font-weight: 600;
  vertical-align: middle;
  font-size: 15px;
  font-size: 0.9375rem;
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right span:before, .single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right span:after {
  display: table;
  content: "";
}
.single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right span:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right span {
    display: block;
  }
}
@media screen and (min-width: 56em) {
  .single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right span {
    float: right;
    display: block;
    width: calc( 100% - 95px );
    padding: 10px 0 0 0;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .single-match-list .match-container .match-content .match-middle-content .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right span {
    padding: 0 0 0 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
}
.single-match-list .match-container .match-content .match-middle-content.away-game .match-middle-gateshead  {
  float: right;
}
.single-match-list .match-container .match-content .match-middle-content.away-game .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left {
  float: right;
}
@media screen and (min-width: 56em) {
  .single-match-list .match-container .match-content .match-middle-content.away-game .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left img {
    position: absolute;
    right: auto;
    width: 60px;
    top: 0;
    left: 20px;
  }
}
@media screen and (min-width: 56em) {
  .single-match-list .match-container .match-content .match-middle-content.away-game .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-left span {
    float: right;
    display: block;
    width: calc( 100% - 95px );
    padding: 0 0 0 0;
    text-align: left;
  }
}
.single-match-list .match-container .match-content .match-middle-content.away-game .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right {
  float: left;
}
.single-match-list .match-container .match-content .match-middle-content.away-game .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right span {
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 3px 3px 0;
}
.single-match-list .match-container .match-content .match-middle-content.away-game .match-middle-gateshead .match-middle-gateshead-details .match-middle-gateshead-details-right span.match-win {
  background: #0EC94F;
  color: #fff;
  border-left: none;
  border-right: 1px solid #0EC94F;
  border-bottom: 1px solid #0EC94F;
  border-top: 1px solid #0EC94F;
}
.single-match-list .match-container .match-content .match-middle-content.away-game .match-middle-opposition {
  float: left;
}
.single-match-list .match-container .match-content .match-middle-content.away-game .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left {
  float: right;
}
.single-match-list .match-container .match-content .match-middle-content.away-game .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: none;
  border-radius: 3px 0 0 3px;
}
.single-match-list .match-container .match-content .match-middle-content.away-game .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-left span.match-lose {
  background: #C90E0E;
  color: #fff;
  border-bottom: 1px solid #C90E0E;
  border-left: 1px solid #C90E0E;
  border-top: 1px solid #C90E0E;
  border-right: none;
}
.single-match-list .match-container .match-content .match-middle-content.away-game .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right {
  float: left;
  height: 60px;
}
@media screen and (min-width: 56em) {
  .single-match-list .match-container .match-content .match-middle-content.away-game .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right img {
    position: absolute;
    right: 20px;
    width: 60px;
    top: 0;
    left: auto;
  }
}
@media screen and (min-width: 56em) {
  .single-match-list .match-container .match-content .match-middle-content.away-game .match-middle-opposition .match-middle-opposition-details .match-middle-opposition-details-right span {
    float: left;
    display: block;
    width: calc( 100% - 95px );
    padding: 0 0 0 0;
    text-align: right;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
}

.match-middle-opposition-details-inner-content {
  display: block;
  height: 100%;
  width: 100%;
}

/*****/
.the-tab-list {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 -3px 0;
}
.the-tab-list:before, .the-tab-list:after {
  display: table;
  content: "";
}
.the-tab-list:after {
  clear: both;
}
.the-tab-list .the-tab {
  position: relative;
  display: inline-block;
  padding: 0 0 15px 0;
  margin: 0 10px 0 0;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  cursor: pointer;
}
.the-tab-list .the-tab:last-child {
  margin: 0;
}
@media screen and (min-width: 39em) {
  .the-tab-list .the-tab {
    margin: 0 20px 0 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.the-tab-list .the-tab.selected:after, .the-tab-list .the-tab:hover:after {
  position: absolute;
  content: "";
  background: #000;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  display: block;
}

.the-tab-content {
  *zoom: 1;
  position: relative;
  display: none;
  margin: 0 0 40px 0;
  padding: 40px 0 0 0;
  border-top: 3px solid rgba(0, 0, 0, 0.1);
}
.the-tab-content:before, .the-tab-content:after {
  display: table;
  content: "";
}
.the-tab-content:after {
  clear: both;
}
.the-tab-content.selected {
  display: block;
}

.the-alt-tab-content {
  *zoom: 1;
  position: relative;
  display: none;
  margin: 0 0 30px 0;
  padding: 30px 0 0 0;
}
.the-alt-tab-content:before, .the-alt-tab-content:after {
  display: table;
  content: "";
}
.the-alt-tab-content:after {
  clear: both;
}
.the-alt-tab-content.selected {
  display: block;
}

.the-alt-tab-list {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 0 0;
}
.the-alt-tab-list:before, .the-alt-tab-list:after {
  display: table;
  content: "";
}
.the-alt-tab-list:after {
  clear: both;
}
.the-alt-tab-list .the-alt-tab-list-label {
  *zoom: 1;
  position: relative;
  display: block;
  float: left;
  width: 95px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
}
.the-alt-tab-list .the-alt-tab-list-label:before, .the-alt-tab-list .the-alt-tab-list-label:after {
  display: table;
  content: "";
}
.the-alt-tab-list .the-alt-tab-list-label:after {
  clear: both;
}
.the-alt-tab-list .the-alt-tab-list-label em {
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  font-size: 0.9375rem;
  float: right;
  margin-right: 8px;
  margin-top: -2px;
}
.the-alt-tab-list .the-alt-tab-list-inner {
  *zoom: 1;
  position: absolute;
  display: block;
  left: 115px;
  margin: 0 0 0 0;
}
.the-alt-tab-list .the-alt-tab-list-inner:before, .the-alt-tab-list .the-alt-tab-list-inner:after {
  display: table;
  content: "";
}
.the-alt-tab-list .the-alt-tab-list-inner:after {
  clear: both;
}
.the-alt-tab-list .the-alt-tab-list-inner .the-alt-tab {
  position: relative;
  display: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 39em) {
  .the-alt-tab-list .the-alt-tab-list-inner .the-alt-tab {
    margin: 0 20px 0 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.the-alt-tab-list .the-alt-tab-list-inner .the-alt-tab.selected, .the-alt-tab-list .the-alt-tab-list-inner .the-alt-tab.showall {
  display: block;
}
.the-alt-tab-list .the-alt-tab-list-inner.showall {
  background: #fff;
  padding: 0 15px 15px 15px;
  z-index: 1000;
  margin: -16px 0 0 -16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.the-alt-tab-list .the-alt-tab-list-inner.showall .the-alt-tab {
  cursor: pointer;
  padding: 15px 0 0 0;
}
.the-alt-tab-list .the-alt-tab-list-inner.showall .the-alt-tab:hover {
  color: #7299CB;
}

/*****/
.the-lineups {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 20px 0;
}
.the-lineups:before, .the-lineups:after {
  display: table;
  content: "";
}
.the-lineups:after {
  clear: both;
}
.the-lineups .the-lineups-toggle {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 25px 0;
}
.the-lineups .the-lineups-toggle:before, .the-lineups .the-lineups-toggle:after {
  display: table;
  content: "";
}
.the-lineups .the-lineups-toggle:after {
  clear: both;
}
.the-lineups .the-lineups-toggle .the-lineup-tab {
  position: relative;
  display: inline-block;
  padding: 0 0 10px 25px;
  margin: 0 20px 0 0;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  font-size: 1.0625rem;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
}
.the-lineups .the-lineups-toggle .the-lineup-tab:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 100%;
  padding: 0 0 0 0;
}
.the-lineups .the-lineups-toggle .the-lineup-tab:last-child {
  margin: 0;
}
.the-lineups .the-lineups-toggle .the-lineup-tab.selected {
  color: black;
}
.the-lineups .the-lineups-toggle .the-lineup-tab.selected:before {
  background: #000;
}
.the-lineups .the-lineup-content {
  *zoom: 1;
  position: relative;
  display: none;
}
.the-lineups .the-lineup-content:before, .the-lineups .the-lineup-content:after {
  display: table;
  content: "";
}
.the-lineups .the-lineup-content:after {
  clear: both;
}
.the-lineups .the-lineup-content.selected {
  display: block;
}
.the-lineups .the-lineup-content h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 30px 0 15px;
}
.the-lineups .the-lineup-content .the-line-up {
  *zoom: 1;
  position: relative;
  display: block;
  padding: 25px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.the-lineups .the-lineup-content .the-line-up:before, .the-lineups .the-lineup-content .the-line-up:after {
  display: table;
  content: "";
}
.the-lineups .the-lineup-content .the-line-up:after {
  clear: both;
}
.the-lineups .the-lineup-content .the-line-up .line-up {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.the-lineups .the-lineup-content .the-line-up .line-up:before, .the-lineups .the-lineup-content .the-line-up .line-up:after {
  display: table;
  content: "";
}
.the-lineups .the-lineup-content .the-line-up .line-up:after {
  clear: both;
}
.the-lineups .the-lineup-content .the-line-up .line-up:last-of-type {
  border-bottom: none;
  padding: 15px 0 0;
}
.the-lineups .the-lineup-content .the-line-up .line-up .line-up-inner {
  *zoom: 1;
  position: relative;
  display: block;
}
.the-lineups .the-lineup-content .the-line-up .line-up .line-up-inner:before, .the-lineups .the-lineup-content .the-line-up .line-up .line-up-inner:after {
  display: table;
  content: "";
}
.the-lineups .the-lineup-content .the-line-up .line-up .line-up-inner:after {
  clear: both;
}
.the-lineups .the-lineup-content .the-line-up .line-up .line-up-inner .line-up-inner-left {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  text-align: center;
}
.the-lineups .the-lineup-content .the-line-up .line-up .line-up-inner .line-up-inner-left:before, .the-lineups .the-lineup-content .the-line-up .line-up .line-up-inner .line-up-inner-left:after {
  display: table;
  content: "";
}
.the-lineups .the-lineup-content .the-line-up .line-up .line-up-inner .line-up-inner-left:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .the-lineups .the-lineup-content .the-line-up .line-up .line-up-inner .line-up-inner-left {
    float: left;
    width: 60%;
    margin: 0;
    text-align: left;
  }
}
@media screen and (min-width: 39em) {
  .the-lineups .the-lineup-content .the-line-up .line-up .line-up-inner .line-up-inner-left img {
    float: left;
    width: 60px;
  }
}
.the-lineups .the-lineup-content .the-line-up .line-up .line-up-inner .line-up-inner-left span {
  display: block;
  margin: 15px 0 0 0;
}
@media screen and (min-width: 39em) {
  .the-lineups .the-lineup-content .the-line-up .line-up .line-up-inner .line-up-inner-left span {
    float: left;
    margin: 23px 0 0 15px;
  }
}
.the-lineups .the-lineup-content .the-line-up .line-up .line-up-inner .line-up-inner-left span a {
  color: #000;
}
.the-lineups .the-lineup-content .the-line-up .line-up .line-up-inner .line-up-inner-right {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: center;
}
.the-lineups .the-lineup-content .the-line-up .line-up .line-up-inner .line-up-inner-right:before, .the-lineups .the-lineup-content .the-line-up .line-up .line-up-inner .line-up-inner-right:after {
  display: table;
  content: "";
}
.the-lineups .the-lineup-content .the-line-up .line-up .line-up-inner .line-up-inner-right:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .the-lineups .the-lineup-content .the-line-up .line-up .line-up-inner .line-up-inner-right {
    text-align: right;
    float: right;
    width: 40%;
  }
}
.the-lineups .the-lineup-content .the-line-up .line-up .line-up-inner .line-up-inner-right .goal {
  position: relative;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0 5px 20px;
  display: inline-block;
  background-image: url("../svg/goal.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 15px;
}
.the-lineups .the-lineup-content .the-line-up .line-up .line-up-inner .line-up-inner-right .assist {
  position: relative;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0 5px 20px;
  display: inline-block;
  background-image: url("../svg/kick-off.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 15px;
}
.the-lineups .the-lineup-content .the-line-up .line-up .line-up-inner .line-up-inner-right .ycard {
  position: relative;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0 5px 20px;
  display: inline-block;
  background-image: url("../svg/yellow-card.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 15px;
}
.the-lineups .the-lineup-content .the-line-up .line-up .line-up-inner .line-up-inner-right .rcard {
  position: relative;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0 5px 20px;
  display: inline-block;
  background-image: url("../svg/red-card.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 15px;
}
.the-lineups .the-lineup-content .the-line-up .line-up .line-up-inner .line-up-inner-right .sub {
  position: relative;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0 5px 20px;
  display: inline-block;
  background-image: url("../svg/sub.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 15px;
}
.the-lineups .the-lineup-content .the-line-up .line-up .line-up-inner .line-up-inner-right .suboff {
  position: relative;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0 5px 20px;
  display: inline-block;
  background-image: url("../svg/sub.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 15px;
}

/******/
.highlights {
  *zoom: 1;
  position: relative;
  display: block;
}
.highlights:before, .highlights:after {
  display: table;
  content: "";
}
.highlights:after {
  clear: both;
}
.highlights .highlight {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 50px 0;
}
.highlights .highlight:before, .highlights .highlight:after {
  display: table;
  content: "";
}
.highlights .highlight:after {
  clear: both;
}
.highlights .highlight .highlight-inner {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: center;
  /***/
  /***/
  /***/
}
.highlights .highlight .highlight-inner:before, .highlights .highlight .highlight-inner:after {
  display: table;
  content: "";
}
.highlights .highlight .highlight-inner:after {
  clear: both;
}
.highlights .highlight .highlight-inner .highlight-top, .highlights .highlight .highlight-inner .highlight-top-card, .highlights .highlight .highlight-inner .highlight-top-sub, .highlights .highlight .highlight-inner .highlight-top-rcard {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: center;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
}
.highlights .highlight .highlight-inner .highlight-top:before, .highlights .highlight .highlight-inner .highlight-top:after, .highlights .highlight .highlight-inner .highlight-top-card:before, .highlights .highlight .highlight-inner .highlight-top-card:after, .highlights .highlight .highlight-inner .highlight-top-sub:before, .highlights .highlight .highlight-inner .highlight-top-sub:after, .highlights .highlight .highlight-inner .highlight-top-rcard:before, .highlights .highlight .highlight-inner .highlight-top-rcard:after {
  display: table;
  content: "";
}
.highlights .highlight .highlight-inner .highlight-top:after, .highlights .highlight .highlight-inner .highlight-top-card:after, .highlights .highlight .highlight-inner .highlight-top-sub:after, .highlights .highlight .highlight-inner .highlight-top-rcard:after {
  clear: both;
}
.highlights .highlight .highlight-inner .highlight-top-card {
  position: relative;
  padding: 0 0 0 30px;
}
.highlights .highlight .highlight-inner .highlight-top-card span {
  display: inline-block;
  position: relative;
}
.highlights .highlight .highlight-inner .highlight-top-card span:before {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 0;
  width: 15px;
  height: 15px;
  background-image: url("../svg/yellow-card.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.highlights .highlight .highlight-inner .highlight-top-rcard {
  position: relative;
  padding: 0 0 0 30px;
}
.highlights .highlight .highlight-inner .highlight-top-rcard span {
  display: inline-block;
  position: relative;
}
.highlights .highlight .highlight-inner .highlight-top-rcard span:before {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 0;
  width: 15px;
  height: 15px;
  background-image: url("../svg/red-card.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.highlights .highlight .highlight-inner .highlight-top-sub {
  position: relative;
  padding: 0 0 0 30px;
}
.highlights .highlight .highlight-inner .highlight-top-sub span {
  display: inline-block;
  position: relative;
}
.highlights .highlight .highlight-inner .highlight-top-sub span:before {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 0;
  width: 15px;
  height: 15px;
  background-image: url("../svg/sub.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.highlights .highlight .highlight-inner .highlight-middle {
  *zoom: 1;
  position: relative;
  display: block;
  padding: 10px 0 0 0;
}
.highlights .highlight .highlight-inner .highlight-middle:before, .highlights .highlight .highlight-inner .highlight-middle:after {
  display: table;
  content: "";
}
.highlights .highlight .highlight-inner .highlight-middle:after {
  clear: both;
}
.highlights .highlight .highlight-inner .highlight-middle .highlight-goal {
  *zoom: 1;
  position: relative;
  display: block;
  margin: -5px 0 10px 0;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}
.highlights .highlight .highlight-inner .highlight-middle .highlight-goal:before, .highlights .highlight .highlight-inner .highlight-middle .highlight-goal:after {
  display: table;
  content: "";
}
.highlights .highlight .highlight-inner .highlight-middle .highlight-goal:after {
  clear: both;
}
.highlights .highlight .highlight-inner .highlight-middle .highlight-goal .highlight-goal-home {
  *zoom: 1;
  position: relative;
  display: block;
  float: left;
  width: calc( 50% - 10px );
  text-align: right;
}
.highlights .highlight .highlight-inner .highlight-middle .highlight-goal .highlight-goal-home:before, .highlights .highlight .highlight-inner .highlight-middle .highlight-goal .highlight-goal-home:after {
  display: table;
  content: "";
}
.highlights .highlight .highlight-inner .highlight-middle .highlight-goal .highlight-goal-home:after {
  clear: both;
}
.highlights .highlight .highlight-inner .highlight-middle .highlight-goal .highlight-goal-home:after {
  content: "";
  display: block;
  position: absolute;
  right: -13px;
  top: 13px;
  width: 6px;
  height: 1px;
  background-color: #000;
}
.highlights .highlight .highlight-inner .highlight-middle .highlight-goal .highlight-goal-home span {
  *zoom: 1;
  position: relative;
  display: inline-block;
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../svg/goal-alt.svg");
  background-repeat: no-repeat;
  background-position: left center;
}
.highlights .highlight .highlight-inner .highlight-middle .highlight-goal .highlight-goal-home span:before, .highlights .highlight .highlight-inner .highlight-middle .highlight-goal .highlight-goal-home span:after {
  display: table;
  content: "";
}
.highlights .highlight .highlight-inner .highlight-middle .highlight-goal .highlight-goal-home span:after {
  clear: both;
}
.highlights .highlight .highlight-inner .highlight-middle .highlight-goal .highlight-goal-home.thehome span {
  background-image: url("../svg/goal.svg");
}
.highlights .highlight .highlight-inner .highlight-middle .highlight-goal .highlight-goal-away {
  *zoom: 1;
  position: relative;
  display: block;
  float: right;
  width: calc( 50% - 10px );
  text-align: left;
}
.highlights .highlight .highlight-inner .highlight-middle .highlight-goal .highlight-goal-away:before, .highlights .highlight .highlight-inner .highlight-middle .highlight-goal .highlight-goal-away:after {
  display: table;
  content: "";
}
.highlights .highlight .highlight-inner .highlight-middle .highlight-goal .highlight-goal-away:after {
  clear: both;
}
.highlights .highlight .highlight-inner .highlight-middle .highlight-goal .highlight-goal-away span {
  *zoom: 1;
  position: relative;
  display: inline-block;
  padding-right: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url("../svg/goal-alt.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.highlights .highlight .highlight-inner .highlight-middle .highlight-goal .highlight-goal-away span:before, .highlights .highlight .highlight-inner .highlight-middle .highlight-goal .highlight-goal-away span:after {
  display: table;
  content: "";
}
.highlights .highlight .highlight-inner .highlight-middle .highlight-goal .highlight-goal-away span:after {
  clear: both;
}
.highlights .highlight .highlight-inner .highlight-middle .highlight-goal .highlight-goal-away.theaway span {
  background-image: url("../svg/goal.svg");
}
.highlights .highlight .highlight-inner .timeformat {
  *zoom: 1;
  position: relative;
  display: block;
}
.highlights .highlight .highlight-inner .timeformat:before, .highlights .highlight .highlight-inner .timeformat:after {
  display: table;
  content: "";
}
.highlights .highlight .highlight-inner .timeformat:after {
  clear: both;
}
.highlights .highlight .highlight-inner .timeformat:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
.highlights .highlight .highlight-inner .timeformat span {
  position: relative;
  display: inline-block;
  z-index: 2000;
  margin: auto;
  padding: 15px;
  background: #F8F8F8;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}

/*****/
.article-block-right-inner-match-details {
  *zoom: 1;
  position: relative;
  display: block;
}
.article-block-right-inner-match-details:before, .article-block-right-inner-match-details:after {
  display: table;
  content: "";
}
.article-block-right-inner-match-details:after {
  clear: both;
}
.article-block-right-inner-match-details h3 {
  text-transform: uppercase;
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block {
  *zoom: 1;
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px;
  border-radius: 3px;
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block:before, .article-block-right-inner-match-details .article-block-right-inner-match-details-block:after {
  display: table;
  content: "";
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block:after {
  clear: both;
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner {
  *zoom: 1;
  position: relative;
  display: block;
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner:before, .article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner:after {
  display: table;
  content: "";
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner:after {
  clear: both;
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .details-top {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 0 0;
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .details-top:before, .article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .details-top:after {
  display: table;
  content: "";
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .details-top:after {
  clear: both;
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .details-top .date {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 20px 0;
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .details-top .date:before, .article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .details-top .date:after {
  display: table;
  content: "";
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .details-top .date:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .details-top .date {
    float: left;
    width: 60%;
  }
}
@media screen and (min-width: 56em) {
  .article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .details-top .date {
    float: left;
    width: 40%;
    margin: 0 0 0 0;
  }
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .details-top .date span {
  display: block;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 0 5px 0;
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .details-top .time {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 20px 0;
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .details-top .time:before, .article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .details-top .time:after {
  display: table;
  content: "";
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .details-top .time:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .details-top .time {
    float: left;
    width: 40%;
  }
}
@media screen and (min-width: 56em) {
  .article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .details-top .time {
    float: left;
    width: 20%;
    margin: 0 0 0 0;
  }
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .details-top .time span {
  display: block;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 0 5px 0;
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .details-top .overview {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: left;
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .details-top .overview:before, .article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .details-top .overview:after {
  display: table;
  content: "";
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .details-top .overview:after {
  clear: both;
}
@media screen and (min-width: 56em) {
  .article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .details-top .overview {
    float: left;
    width: 40%;
    text-align: right;
  }
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 25px 0 0 0;
  padding: 25px 0 0 0;
  border-top: 2px solid rgba(0, 0, 0, 0.15);
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch:before, .article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch:after {
  display: table;
  content: "";
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch:after {
  clear: both;
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch .playerofthematch-left {
  *zoom: 1;
  position: relative;
  display: block;
  float: left;
  width: 80px;
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch .playerofthematch-left:before, .article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch .playerofthematch-left:after {
  display: table;
  content: "";
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch .playerofthematch-left:after {
  clear: both;
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch .playerofthematch-right {
  *zoom: 1;
  position: relative;
  display: block;
  float: left;
  width: calc(100% - 80px );
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch .playerofthematch-right:before, .article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch .playerofthematch-right:after {
  display: table;
  content: "";
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch .playerofthematch-right:after {
  clear: both;
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch .playerofthematch-right .playerofthematch-rightinner {
  *zoom: 1;
  position: relative;
  display: block;
  padding: 6px 0 10px 25px;
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch .playerofthematch-right .playerofthematch-rightinner:before, .article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch .playerofthematch-right .playerofthematch-rightinner:after {
  display: table;
  content: "";
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch .playerofthematch-right .playerofthematch-rightinner:after {
  clear: both;
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch .playerofthematch-right .playerofthematch-rightinner span {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 9px 0;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  background-image: url("../svg/star.svg");
  background-position: left center;
  background-size: 15px;
  background-repeat: no-repeat;
  padding: 0 0 0 23px;
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch .playerofthematch-right .playerofthematch-rightinner span:before, .article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch .playerofthematch-right .playerofthematch-rightinner span:after {
  display: table;
  content: "";
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch .playerofthematch-right .playerofthematch-rightinner span:after {
  clear: both;
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch .playerofthematch-right .playerofthematch-rightinner a {
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch .playerofthematch-right .playerofthematch-rightinner strong {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 6px 0 0 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch .playerofthematch-right .playerofthematch-rightinner strong:before, .article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch .playerofthematch-right .playerofthematch-rightinner strong:after {
  display: table;
  content: "";
}
.article-block-right-inner-match-details .article-block-right-inner-match-details-block .article-block-right-inner-match-details-block-inner .playerofthematch .playerofthematch-right .playerofthematch-rightinner strong:after {
  clear: both;
}

/****/
.nextmatch {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 40px 0;
}
.nextmatch:before, .nextmatch:after {
  display: table;
  content: "";
}
.nextmatch:after {
  clear: both;
}
.nextmatch h3 {
  text-transform: uppercase;
}
.nextmatch .nextmatch-inner {
  *zoom: 1;
  position: relative;
  display: block;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../jpg/holding.jpg");
  overflow: hidden;
}
.nextmatch .nextmatch-inner:before, .nextmatch .nextmatch-inner:after {
  display: table;
  content: "";
}
.nextmatch .nextmatch-inner:after {
  clear: both;
}
.nextmatch .nextmatch-inner .nextmatch-block {
  *zoom: 1;
  position: relative;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
}
.nextmatch .nextmatch-inner .nextmatch-block:before, .nextmatch .nextmatch-inner .nextmatch-block:after {
  display: table;
  content: "";
}
.nextmatch .nextmatch-inner .nextmatch-block:after {
  clear: both;
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-block-top {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: center;
  margin: 0 0 20px 0;
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-block-top:before, .nextmatch .nextmatch-inner .nextmatch-block .nextmatch-block-top:after {
  display: table;
  content: "";
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-block-top:after {
  clear: both;
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-block-top span {
  display: inline-block;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Barlow", sans-serif;
  border-radius: 0 0 3px 3px;
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-block-date {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: center;
  margin: 0 15px 10px 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-block-date:before, .nextmatch .nextmatch-inner .nextmatch-block .nextmatch-block-date:after {
  display: table;
  content: "";
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-block-date:after {
  clear: both;
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-block-date span {
  display: block;
  position: relative;
  margin: 0 0 5px 0;
}
@media screen and (min-width: 39em) {
  .nextmatch .nextmatch-inner .nextmatch-block .nextmatch-block-date span {
    display: inline-block;
    padding-right: 15px;
    margin: 0;
  }
  .nextmatch .nextmatch-inner .nextmatch-block .nextmatch-block-date span:after {
    content: ".";
    position: absolute;
    right: 3px;
    top: -5px;
  }
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-block-location {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: center;
  margin: 0 0 25px 0;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-block-location:before, .nextmatch .nextmatch-inner .nextmatch-block .nextmatch-block-location:after {
  display: table;
  content: "";
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-block-location:after {
  clear: both;
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-block-location span {
  display: inline-block;
  position: relative;
  padding: 5px 0 5px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
  background-image: url("../svg/location.svg");
}
.nextmatch .nextmatch-inner .nextmatch-block .booktickets {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 40px 0;
}
.nextmatch .nextmatch-inner .nextmatch-block .booktickets:before, .nextmatch .nextmatch-inner .nextmatch-block .booktickets:after {
  display: table;
  content: "";
}
.nextmatch .nextmatch-inner .nextmatch-block .booktickets:after {
  clear: both;
}
.nextmatch .nextmatch-inner .nextmatch-block .booktickets a {
  display: inline-block;
  margin: 20px 0 0 0;
  position: relative;
  z-index: 6000;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 7px 20px;
}
@media screen and (min-width: 48em) {
  .nextmatch .nextmatch-inner .nextmatch-block .booktickets a {
    margin: -25px 0 0 0;
  }
}
.nextmatch .nextmatch-inner .nextmatch-block .booktickets a:hover {
  border: 2px solid #fff;
  background: #fff;
  color: #000;
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: center;
  margin: auto;
  max-width: 95%;
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams:before, .nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams:after {
  display: table;
  content: "";
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams:after {
  clear: both;
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams .gateshead-team {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: center;
  float: left;
  width: 50%;
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams .gateshead-team:before, .nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams .gateshead-team:after {
  display: table;
  content: "";
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams .gateshead-team:after {
  clear: both;
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams .gateshead-team .gateshead-team-inner {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: center;
  background-color: #1D1D1D;
  border-radius: 3px;
  padding: 25px 25px;
  overflow: hidden;
  margin: auto;
  max-width: 85%;
  z-index: 3000;
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams .gateshead-team .gateshead-team-inner:before, .nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams .gateshead-team .gateshead-team-inner:after {
  display: table;
  content: "";
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams .gateshead-team .gateshead-team-inner:after {
  clear: both;
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams .gateshead-team .gateshead-team-inner img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams .gateshead-team .gateshead-team-inner span {
  display: none;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 500px) {
  .nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams .gateshead-team .gateshead-team-inner span {
    display: block;
  }
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams .gateshead-team:after {
  content: "vs";
  position: absolute;
  display: block;
  right: -21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 600;
  border: 3px solid #fff;
  border-radius: 100%;
  padding: 10px;
  z-index: 4000;
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams .opposition-team {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: center;
  float: right;
  width: 50%;
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams .opposition-team:before, .nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams .opposition-team:after {
  display: table;
  content: "";
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams .opposition-team:after {
  clear: both;
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams .opposition-team .opposition-team-inner {
  *zoom: 1;
  position: relative;
  display: block;
  text-align: center;
  background-color: #1D1D1D;
  border-radius: 3px;
  padding: 25px 25px;
  overflow: hidden;
  margin: auto;
  max-width: 85%;
  z-index: 3000;
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams .opposition-team .opposition-team-inner:before, .nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams .opposition-team .opposition-team-inner:after {
  display: table;
  content: "";
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams .opposition-team .opposition-team-inner:after {
  clear: both;
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams .opposition-team .opposition-team-inner span {
  display: none;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 500px) {
  .nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams .opposition-team .opposition-team-inner span {
    display: block;
  }
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams.away-game .gateshead-team {
  float: right;
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams.away-game .gateshead-team:after {
  display: none;
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams.away-game .gateshead-team:before {
  content: "vs";
  position: absolute;
  display: block;
  left: -21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 600;
  border: 3px solid #fff;
  border-radius: 100%;
  padding: 10px;
  z-index: 4000;
}
.nextmatch .nextmatch-inner .nextmatch-block .nextmatch-teams.away-game .opposition-team {
  float: left;
}

.article-block-right {
  margin: 0 0 40px 0;
}
@media screen and (min-width: 64em) {
  .article-block-right {
    margin: 0;
  }
}
.article-block-right .nextmatch {
  display: none;
  margin: 30px 0 30px 0;
}
@media screen and (min-width: 64em) {
  .article-block-right .nextmatch {
    display: block;
  }
}

.altnextmatch .nextmatch {
  display: block;
}
@media screen and (min-width: 64em) {
  .altnextmatch .nextmatch {
    display: none;
  }
}

/********/
.team-breakdown-container {
  *zoom: 1;
  position: relative;
  display: block;
}
.team-breakdown-container:before, .team-breakdown-container:after {
  display: table;
  content: "";
}
.team-breakdown-container:after {
  clear: both;
}
.team-breakdown-container.whitebg {
  background: #fff;
}
.team-breakdown-container.whitebg h3 {
  text-transform: uppercase;
}
.team-breakdown-container .team-breakdown-left {
  *zoom: 1;
  position: relative;
  display: block;
}
.team-breakdown-container .team-breakdown-left:before, .team-breakdown-container .team-breakdown-left:after {
  display: table;
  content: "";
}
.team-breakdown-container .team-breakdown-left:after {
  clear: both;
}
@media screen and (min-width: 1100px) {
  .team-breakdown-container .team-breakdown-left {
    float: left;
    width: 52%;
  }
}
@media screen and (min-width: 1400px) {
  .team-breakdown-container .team-breakdown-left {
    float: left;
    width: 48%;
  }
}
.team-breakdown-container .team-breakdown-left .filter-category-block {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 30px 0;
}
.team-breakdown-container .team-breakdown-left .filter-category-block:before, .team-breakdown-container .team-breakdown-left .filter-category-block:after {
  display: table;
  content: "";
}
.team-breakdown-container .team-breakdown-left .filter-category-block:after {
  clear: both;
}
.team-breakdown-container .team-breakdown-left .team-breakdown {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0px 0 30px 0;
  padding: 30px 0 0 0;
  border-top: 2px solid rgba(0, 0, 0, 0.15);
}
.team-breakdown-container .team-breakdown-left .team-breakdown:before, .team-breakdown-container .team-breakdown-left .team-breakdown:after {
  display: table;
  content: "";
}
.team-breakdown-container .team-breakdown-left .team-breakdown:after {
  clear: both;
}
.team-breakdown-container .team-breakdown-left .team-breakdown.noborder {
  padding: 0 0 0 0;
  border-top: none;
}
.team-breakdown-container .team-breakdown-left .the-season-breakdown {
  *zoom: 1;
  position: relative;
  display: block;
}
.team-breakdown-container .team-breakdown-left .the-season-breakdown:before, .team-breakdown-container .team-breakdown-left .the-season-breakdown:after {
  display: table;
  content: "";
}
.team-breakdown-container .team-breakdown-left .the-season-breakdown:after {
  clear: both;
}
.team-breakdown-container .team-breakdown-right {
  *zoom: 1;
  position: relative;
  display: block;
}
.team-breakdown-container .team-breakdown-right:before, .team-breakdown-container .team-breakdown-right:after {
  display: table;
  content: "";
}
.team-breakdown-container .team-breakdown-right:after {
  clear: both;
}
@media screen and (min-width: 1100px) {
  .team-breakdown-container .team-breakdown-right {
    float: right;
    width: 45%;
  }
}
@media screen and (min-width: 1400px) {
  .team-breakdown-container .team-breakdown-right {
    float: right;
    width: 48%;
  }
}

/*******/
.small-league-table-block {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 40px 0 !important;
}
.small-league-table-block:before, .small-league-table-block:after {
  display: table;
  content: "";
}
.small-league-table-block:after {
  clear: both;
}
.small-league-table-block .league-table-container {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 30px 0 !important;
}
.small-league-table-block .league-table-container:before, .small-league-table-block .league-table-container:after {
  display: table;
  content: "";
}
.small-league-table-block .league-table-container:after {
  clear: both;
}
.small-league-table-block .small-league-table {
  *zoom: 1;
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.small-league-table-block .small-league-table:before, .small-league-table-block .small-league-table:after {
  display: table;
  content: "";
}
.small-league-table-block .small-league-table:after {
  clear: both;
}
.small-league-table-block .small-league-table .league-table-row {
  *zoom: 1;
  position: relative;
  display: block;
  border-bottom: 1px solid #ebebeb;
}
.small-league-table-block .small-league-table .league-table-row:before, .small-league-table-block .small-league-table .league-table-row:after {
  display: table;
  content: "";
}
.small-league-table-block .small-league-table .league-table-row:after {
  clear: both;
}
.small-league-table-block .small-league-table .league-table-row .league-table-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.small-league-table-block .small-league-table .league-table-row .league-table-row-inner .league-table-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5%;
  padding: 15px 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.small-league-table-block .small-league-table .league-table-row .league-table-row-inner .league-table-col.col-position {
  width: 10%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.small-league-table-block .small-league-table .league-table-row .league-table-row-inner .league-table-col.col-played {
  width: 15%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.small-league-table-block .small-league-table .league-table-row .league-table-row-inner .league-table-col.col-points {
  width: 15%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.small-league-table-block .small-league-table .league-table-row .league-table-row-inner .league-table-col.col-team {
  width: 60%;
  font-size: 14px;
  font-size: 0.875rem;
}
.small-league-table-block .small-league-table .league-table-row .league-table-row-inner .league-table-col.col-team img {
  float: left;
  width: 40px;
  margin-right: 10px;
}
.small-league-table-block .small-league-table .league-table-row .league-table-row-inner .league-table-col.col-team span {
  float: left;
  font-weight: 700;
}
.small-league-table-block .small-league-table .league-table-row:nth-child(even) {
  background: #fff;
}
.small-league-table-block .small-league-table .league-table-row:nth-child(odd) {
  background: #F8F8F8;
}
.small-league-table-block .small-league-table .league-table-row.header-row {
  background: #000;
}
.small-league-table-block .small-league-table .league-table-row.header-row .league-table-col {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}
.small-league-table-block .small-league-table .league-table-row.header-row .league-table-col.col-team {
  font-size: 12px;
  font-size: 0.75rem;
}

/******/
.the-leagues .filter-category-block {
  margin: 0 0 30px 0;
}

/*****/
.bottom-article {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 30px 0 30px 0;
}
.bottom-article:before, .bottom-article:after {
  display: table;
  content: "";
}
.bottom-article:after {
  clear: both;
}

/******/
.uppercase {
  text-transform: uppercase;
}

/********/
.the-team-block {
  *zoom: 1;
  position: relative;
  display: block;
}
.the-team-block:before, .the-team-block:after {
  display: table;
  content: "";
}
.the-team-block:after {
  clear: both;
}
.the-team-block .the-team-left {
  *zoom: 1;
  position: relative;
  display: block;
}
.the-team-block .the-team-left:before, .the-team-block .the-team-left:after {
  display: table;
  content: "";
}
.the-team-block .the-team-left:after {
  clear: both;
}
@media screen and (min-width: 64em) {
  .the-team-block .the-team-left {
    float: left;
    width: 48%;
  }
}
.the-team-block .the-team-right {
  *zoom: 1;
  position: relative;
  display: block;
}
.the-team-block .the-team-right:before, .the-team-block .the-team-right:after {
  display: table;
  content: "";
}
.the-team-block .the-team-right:after {
  clear: both;
}
@media screen and (min-width: 64em) {
  .the-team-block .the-team-right {
    float: right;
    width: 48%;
  }
}

.authorby-container {
  *zoom: 1;
  position: relative;
  display: block;
}
.authorby-container:before, .authorby-container:after {
  display: table;
  content: "";
}
.authorby-container:after {
  clear: both;
}
.authorby-container .authorby {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 35px 0;
}
.authorby-container .authorby:before, .authorby-container .authorby:after {
  display: table;
  content: "";
}
.authorby-container .authorby:after {
  clear: both;
}
.authorby-container .authorby .authorby-left {
  *zoom: 1;
  position: relative;
  display: block;
  width: 90px;
  overflow: hidden;
  float: left;
  border-radius: 5px;
  margin-right: 20px;
}
.authorby-container .authorby .authorby-left:before, .authorby-container .authorby .authorby-left:after {
  display: table;
  content: "";
}
.authorby-container .authorby .authorby-left:after {
  clear: both;
}
.authorby-container .authorby .authorby-right {
  *zoom: 1;
  position: relative;
  display: block;
  width: calc( 100% - 110px);
  overflow: hidden;
  float: left;
  border-radius: 5px;
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 20px 0 0 0;
}
.authorby-container .authorby .authorby-right:before, .authorby-container .authorby .authorby-right:after {
  display: table;
  content: "";
}
.authorby-container .authorby .authorby-right:after {
  clear: both;
}
.authorby-container .authorby .authorby-right span {
  display: block;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
}

#load-player-content {
  *zoom: 1;
  position: relative;
  display: none;
  max-height: 95%;
}
#load-player-content:before, #load-player-content:after {
  display: table;
  content: "";
}
#load-player-content:after {
  clear: both;
}
#load-player-content #load-player-content-loading {
  *zoom: 1;
  position: relative;
  display: block;
  max-width: 1200px;
  text-align: center;
}
#load-player-content #load-player-content-loading:before, #load-player-content #load-player-content-loading:after {
  display: table;
  content: "";
}
#load-player-content #load-player-content-loading:after {
  clear: both;
}
#load-player-content #load-player-content-loading.withloading {
  min-width: 900px;
  min-height: 95%;
  text-align: center;
}

#load-player-content-loading {
  *zoom: 1;
  position: relative;
  display: block;
}
#load-player-content-loading:before, #load-player-content-loading:after {
  display: table;
  content: "";
}
#load-player-content-loading:after {
  clear: both;
}
#load-player-content-loading.withloading {
  min-width: 900px;
  min-height: 95%;
  text-align: center;
}

/*******/
.load-article-block {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 0 0;
}
.load-article-block:before, .load-article-block:after {
  display: table;
  content: "";
}
.load-article-block:after {
  clear: both;
}
.load-article-block .stats-top-block-list {
  margin: 0 0 0px 0 !important;
  padding: 0 0 0 0 !important;
}
.load-article-block .article-block-right {
  *zoom: 1;
  position: relative;
  display: block;
}
.load-article-block .article-block-right:before, .load-article-block .article-block-right:after {
  display: table;
  content: "";
}
.load-article-block .article-block-right:after {
  clear: both;
}
@media screen and (min-width: 64em) {
  .load-article-block .article-block-right {
    float: left;
    width: 40%;
  }
}
.load-article-block .article-block-right .article-block-right-inner {
  *zoom: 1;
  position: relative;
  display: block;
}
.load-article-block .article-block-right .article-block-right-inner:before, .load-article-block .article-block-right .article-block-right-inner:after {
  display: table;
  content: "";
}
.load-article-block .article-block-right .article-block-right-inner:after {
  clear: both;
}
.load-article-block .article-block-right .article-block-right-inner .article-block-right-inner-image {
  *zoom: 1;
  position: relative;
  display: block;
}
.load-article-block .article-block-right .article-block-right-inner .article-block-right-inner-image:before, .load-article-block .article-block-right .article-block-right-inner .article-block-right-inner-image:after {
  display: table;
  content: "";
}
.load-article-block .article-block-right .article-block-right-inner .article-block-right-inner-image:after {
  clear: both;
}
.load-article-block .article-block-left {
  *zoom: 1;
  position: relative;
  display: block;
}
.load-article-block .article-block-left:before, .load-article-block .article-block-left:after {
  display: table;
  content: "";
}
.load-article-block .article-block-left:after {
  clear: both;
}
@media screen and (min-width: 64em) {
  .load-article-block .article-block-left {
    float: right;
    width: 56%;
  }
  .load-article-block .article-block-left.full-width {
    width: 100%;
  }
}
.load-article-block .article-block-left .article-block-left-inner {
  *zoom: 1;
  position: relative;
  display: block;
}
.load-article-block .article-block-left .article-block-left-inner:before, .load-article-block .article-block-left .article-block-left-inner:after {
  display: table;
  content: "";
}
.load-article-block .article-block-left .article-block-left-inner:after {
  clear: both;
}

.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 40px auto;
}

.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: lds-grid 1.2s linear infinite;
          animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
}

@-webkit-keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
/*******/
.playersponsors {
  display: block;
  position: relative;
  *zoom: 1;
}
.playersponsors:before, .playersponsors:after {
  display: table;
  content: "";
}
.playersponsors:after {
  clear: both;
}
.playersponsors .playersponsor {
  display: inline-block;
  position: relative;
  *zoom: 1;
  margin: 15px 0 25px;
  vertical-align: top;
}
.playersponsors .playersponsor:before, .playersponsors .playersponsor:after {
  display: table;
  content: "";
}
.playersponsors .playersponsor:after {
  clear: both;
}
.playersponsors .playersponsor span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px 0;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
}
.playersponsors .playersponsor img {
  margin: 0 30px 0 0;
  max-height: 40px;
}

/********/
.backtosquad {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  margin: 0 0 10px 0;
  cursor: pointer;
  padding: 0 0 0 0;
}

#the-map {
  *zoom: 1;
  position: relative;
  display: block;
  width: 100%;
  height: 670px;
}
#the-map:before, #the-map:after {
  display: table;
  content: "";
}
#the-map:after {
  clear: both;
}

/******/
.introduction {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 40px 0;
}
.introduction:before, .introduction:after {
  display: table;
  content: "";
}
.introduction:after {
  clear: both;
}
.introduction p {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0;
  max-width: 660px;
  font-size: 21px;
  font-size: 1.3125rem;
}
.introduction p:before, .introduction p:after {
  display: table;
  content: "";
}
.introduction p:after {
  clear: both;
}

/******/
.contact-section {
  *zoom: 1;
  position: relative;
  display: block;
  /********/
}
.contact-section:before, .contact-section:after {
  display: table;
  content: "";
}
.contact-section:after {
  clear: both;
}
.contact-section .contact-section-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 25px 0 60px -40px;
  position: relative;
  padding: 0 0 40px;
}
.contact-section .contact-section-top:after {
  position: absolute;
  content: "";
  width: calc( 100% - 40px );
  left: 40px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
}
.contact-section .contact-section-top .contact-section-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 0 0 40px;
}
@media screen and (min-width: 64em) {
  .contact-section .contact-section-top .contact-section-section {
    width: 50%;
  }
}
.contact-section .contact-section-top .contact-section-section .contact-section-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.contact-section .contact-section-top .contact-section-section .contact-section-section-inner .section-title {
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.contact-section .contact-section-top .contact-section-section .contact-section-section-inner p {
  line-height: 1.8;
}
.contact-section .contact-section-top .contact-section-section .contact-section-section-inner .contact-section {
  *zoom: 1;
  position: relative;
  display: block;
}
.contact-section .contact-section-top .contact-section-section .contact-section-section-inner .contact-section:before, .contact-section .contact-section-top .contact-section-section .contact-section-section-inner .contact-section:after {
  display: table;
  content: "";
}
.contact-section .contact-section-top .contact-section-section .contact-section-section-inner .contact-section:after {
  clear: both;
}
.contact-section .contact-section-top .contact-section-section .contact-section-section-inner .contact-section span {
  display: inline-block;
  margin: 0 25px 8px 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 21px;
  font-size: 1.3125rem;
}
.contact-section .contact-section-top .contact-section-section .contact-section-section-inner .contact-section span svg {
  position: relative;
  width: 20px;
  height: 20px;
  fill: #FFCE00;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  float: left;
  margin-right: 10px;
  fill: #fff;
  transition: all 500ms ease;
  margin-top: 2px;
}
.contact-section .contact-section-bottom {
  *zoom: 1;
  position: relative;
  display: block;
}
.contact-section .contact-section-bottom:before, .contact-section .contact-section-bottom:after {
  display: table;
  content: "";
}
.contact-section .contact-section-bottom:after {
  clear: both;
}
.contact-section .contact-section-bottom .contact-section-bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 40px -40px;
  position: relative;
}
.contact-section .contact-section-bottom .contact-section-bottom-list .contact-section-bottom-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 0 0 40px;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 48em) {
  .contact-section .contact-section-bottom .contact-section-bottom-list .contact-section-bottom-contact {
    width: 50%;
  }
}
.contact-section .contact-section-bottom .contact-section-bottom-list .contact-section-bottom-contact .contact-section-bottom-contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.contact-section .contact-section-bottom .contact-section-bottom-list .contact-section-bottom-contact .contact-section-bottom-contact-inner .contact-section-bottom-contact-inner-block {
  *zoom: 1;
  position: relative;
  display: block;
}
.contact-section .contact-section-bottom .contact-section-bottom-list .contact-section-bottom-contact .contact-section-bottom-contact-inner .contact-section-bottom-contact-inner-block:before, .contact-section .contact-section-bottom .contact-section-bottom-list .contact-section-bottom-contact .contact-section-bottom-contact-inner .contact-section-bottom-contact-inner-block:after {
  display: table;
  content: "";
}
.contact-section .contact-section-bottom .contact-section-bottom-list .contact-section-bottom-contact .contact-section-bottom-contact-inner .contact-section-bottom-contact-inner-block:after {
  clear: both;
}
.contact-section .contact-section-bottom .contact-section-bottom-list .contact-section-bottom-contact .contact-section-bottom-contact-inner .contact-section-bottom-contact-inner-block h3 {
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.contact-section .contact-section-bottom .contact-section-bottom-list .contact-section-bottom-contact .contact-section-bottom-contact-inner .contact-section-bottom-contact-inner-block p {
  line-height: 1.8;
}
.contact-section .contact-section-bottom .contact-section-bottom-list .contact-section-bottom-contact .contact-section-bottom-contact-inner .contact-section-bottom-contact-inner-block .contact-section {
  *zoom: 1;
  position: relative;
  display: block;
}
.contact-section .contact-section-bottom .contact-section-bottom-list .contact-section-bottom-contact .contact-section-bottom-contact-inner .contact-section-bottom-contact-inner-block .contact-section:before, .contact-section .contact-section-bottom .contact-section-bottom-list .contact-section-bottom-contact .contact-section-bottom-contact-inner .contact-section-bottom-contact-inner-block .contact-section:after {
  display: table;
  content: "";
}
.contact-section .contact-section-bottom .contact-section-bottom-list .contact-section-bottom-contact .contact-section-bottom-contact-inner .contact-section-bottom-contact-inner-block .contact-section:after {
  clear: both;
}
.contact-section .contact-section-bottom .contact-section-bottom-list .contact-section-bottom-contact .contact-section-bottom-contact-inner .contact-section-bottom-contact-inner-block .contact-section span {
  display: block;
  margin: 0 25px 25px 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 16px;
  font-size: 1rem;
}
.contact-section .contact-section-bottom .contact-section-bottom-list .contact-section-bottom-contact .contact-section-bottom-contact-inner .contact-section-bottom-contact-inner-block .contact-section span svg {
  position: relative;
  width: 20px;
  height: 20px;
  fill: #FFCE00;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  float: left;
  margin-right: 10px;
  fill: #fff;
  transition: all 500ms ease;
}

/********/
.alternate-content-blocks {
  *zoom: 1;
  position: relative;
  display: block;
}
.alternate-content-blocks:before, .alternate-content-blocks:after {
  display: table;
  content: "";
}
.alternate-content-blocks:after {
  clear: both;
}
.alternate-content-blocks .alternate-content-blocks-list {
  *zoom: 1;
  position: relative;
  display: block;
}
.alternate-content-blocks .alternate-content-blocks-list:before, .alternate-content-blocks .alternate-content-blocks-list:after {
  display: table;
  content: "";
}
.alternate-content-blocks .alternate-content-blocks-list:after {
  clear: both;
}
.alternate-content-blocks .alternate-content-blocks-list .alternate-content-block {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 45px 0;
}
.alternate-content-blocks .alternate-content-blocks-list .alternate-content-block:before, .alternate-content-blocks .alternate-content-blocks-list .alternate-content-block:after {
  display: table;
  content: "";
}
.alternate-content-blocks .alternate-content-blocks-list .alternate-content-block:after {
  clear: both;
}
.alternate-content-blocks .alternate-content-blocks-list .alternate-content-block:after {
  margin: 0 0 60px 0;
}
.alternate-content-blocks .alternate-content-blocks-list .alternate-content-block .alternate-content-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 0;
}
.alternate-content-blocks .alternate-content-blocks-list .alternate-content-block .alternate-content-block-inner .alternate-content-block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 0 0 0;
}
@media screen and (min-width: 64em) {
  .alternate-content-blocks .alternate-content-blocks-list .alternate-content-block .alternate-content-block-inner .alternate-content-block-content {
    width: 50%;
  }
}
.alternate-content-blocks .alternate-content-blocks-list .alternate-content-block .alternate-content-block-inner .alternate-content-block-content .alternate-content-block-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.alternate-content-blocks .alternate-content-blocks-list .alternate-content-block .alternate-content-block-inner .alternate-content-block-content .alternate-content-block-data .section-title {
  text-transform: uppercase;
}
.alternate-content-blocks .alternate-content-blocks-list .alternate-content-block .alternate-content-block-inner .alternate-content-block-content .alternate-content-block-data img {
  width: 100%;
}
.alternate-content-blocks .alternate-content-blocks-list .alternate-content-block .alternate-content-block-inner .alternate-content-block-content .alternate-content-block-data .alternate-content-block-data-text {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  background: #fff;
  padding: 30px;
}
.alternate-content-blocks .alternate-content-blocks-list .alternate-content-block .alternate-content-block-inner .alternate-content-block-content .alternate-content-block-data .alternate-content-block-data-text:before, .alternate-content-blocks .alternate-content-blocks-list .alternate-content-block .alternate-content-block-inner .alternate-content-block-content .alternate-content-block-data .alternate-content-block-data-text:after {
  display: table;
  content: "";
}
.alternate-content-blocks .alternate-content-blocks-list .alternate-content-block .alternate-content-block-inner .alternate-content-block-content .alternate-content-block-data .alternate-content-block-data-text:after {
  clear: both;
}
@media screen and (min-width: 64em) {
  .alternate-content-blocks .alternate-content-blocks-list .alternate-content-block.content-right .alternate-content-block-inner .alternate-content-block-content:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .alternate-content-blocks .alternate-content-blocks-list .alternate-content-block.content-right .alternate-content-block-inner .alternate-content-block-content:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .alternate-content-blocks .alternate-content-blocks-list .alternate-content-block.content-right .alternate-content-block-inner .alternate-content-block-content:nth-child(2) .alternate-content-block-data-text {
    padding: 40px 0 0 40px;
    background: transparent;
  }
  .alternate-content-blocks .alternate-content-blocks-list .alternate-content-block.content-left .alternate-content-block-inner .alternate-content-block-content:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .alternate-content-blocks .alternate-content-blocks-list .alternate-content-block.content-left .alternate-content-block-inner .alternate-content-block-content:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .alternate-content-blocks .alternate-content-blocks-list .alternate-content-block.content-left .alternate-content-block-inner .alternate-content-block-content:nth-child(2) .alternate-content-block-data-text {
    padding: 40px 40px 0 0;
    background: transparent;
  }
  .alternate-content-blocks .alternate-content-blocks-list .alternate-content-block:nth-child(even).content-right .alternate-content-block-inner .alternate-content-block-content:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .alternate-content-blocks .alternate-content-blocks-list .alternate-content-block:nth-child(even).content-right .alternate-content-block-inner .alternate-content-block-content:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .alternate-content-blocks .alternate-content-blocks-list .alternate-content-block:nth-child(even).content-right .alternate-content-block-inner .alternate-content-block-content:nth-child(2) .alternate-content-block-data-text {
    padding: 40px 40px 0 0;
    background: transparent;
  }
  .alternate-content-blocks .alternate-content-blocks-list .alternate-content-block:nth-child(even).content-left .alternate-content-block-inner .alternate-content-block-content:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .alternate-content-blocks .alternate-content-blocks-list .alternate-content-block:nth-child(even).content-left .alternate-content-block-inner .alternate-content-block-content:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .alternate-content-blocks .alternate-content-blocks-list .alternate-content-block:nth-child(even).content-left .alternate-content-block-inner .alternate-content-block-content:nth-child(2) .alternate-content-block-data-text {
    padding: 40px 0 0 40px;
    background: transparent;
  }
}

/*******/
.promotion {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 auto 40px auto;
  max-width: 900px;
}
.promotion:before, .promotion:after {
  display: table;
  content: "";
}
.promotion:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .promotion {
    margin: 40px auto 40px auto;
  }
}
.promotion .promotion-block {
  *zoom: 1;
  position: relative;
  display: block;
}
.promotion .promotion-block:before, .promotion .promotion-block:after {
  display: table;
  content: "";
}
.promotion .promotion-block:after {
  clear: both;
}
.promotion .promotion-block .promotion-block-inner {
  *zoom: 1;
  position: relative;
  display: block;
}
.promotion .promotion-block .promotion-block-inner:before, .promotion .promotion-block .promotion-block-inner:after {
  display: table;
  content: "";
}
.promotion .promotion-block .promotion-block-inner:after {
  clear: both;
}
.promotion .promotion-block .promotion-block-inner .promotion-block-content {
  *zoom: 1;
  position: relative;
  display: block;
}
.promotion .promotion-block .promotion-block-inner .promotion-block-content:before, .promotion .promotion-block .promotion-block-inner .promotion-block-content:after {
  display: table;
  content: "";
}
.promotion .promotion-block .promotion-block-inner .promotion-block-content:after {
  clear: both;
}
.promotion .promotion-block .promotion-block-inner .promotion-block-content .promotion-block-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.promotion .promotion-block .promotion-block-inner .promotion-block-content .promotion-block-content-inner .promotion-image {
  *zoom: 1;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 250px;
  z-index: 6000;
}
.promotion .promotion-block .promotion-block-inner .promotion-block-content .promotion-block-content-inner .promotion-image:before, .promotion .promotion-block .promotion-block-inner .promotion-block-content .promotion-block-content-inner .promotion-image:after {
  display: table;
  content: "";
}
.promotion .promotion-block .promotion-block-inner .promotion-block-content .promotion-block-content-inner .promotion-image:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .promotion .promotion-block .promotion-block-inner .promotion-block-content .promotion-block-content-inner .promotion-image {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.promotion .promotion-block .promotion-block-inner .promotion-block-content .promotion-block-content-inner .promotion-image:before {
  content: "";
  width: 225px;
  height: 235px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 12px;
  display: block;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.promotion .promotion-block .promotion-block-inner .promotion-block-content .promotion-block-content-inner .promotion-image span {
  position: relative;
  display: block;
  z-index: 7000;
}
.promotion .promotion-block .promotion-block-inner .promotion-block-content .promotion-block-content-inner .promotion-image span:before {
  content: "";
  width: 225px;
  height: 235px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  position: absolute;
  top: 5px;
  left: 10px;
  display: block;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
.promotion .promotion-block .promotion-block-inner .promotion-block-content .promotion-block-content-inner .promotion-image span img {
  position: relative;
  display: block;
  z-index: 8000;
  padding: 20px;
}
.promotion .promotion-block .promotion-block-inner .promotion-block-content .promotion-block-content-inner .promotion-block-content-text {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 185px 0 0;
  padding: 85px 30px 40px 30px;
  background: #fff;
  border: 2px solid #dfdfdf;
  border-radius: 3px;
  text-align: center;
}
.promotion .promotion-block .promotion-block-inner .promotion-block-content .promotion-block-content-inner .promotion-block-content-text:before, .promotion .promotion-block .promotion-block-inner .promotion-block-content .promotion-block-content-inner .promotion-block-content-text:after {
  display: table;
  content: "";
}
.promotion .promotion-block .promotion-block-inner .promotion-block-content .promotion-block-content-inner .promotion-block-content-text:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .promotion .promotion-block .promotion-block-inner .promotion-block-content .promotion-block-content-inner .promotion-block-content-text {
    padding: 40px 30px 40px 180px;
    margin: 45px 0 0 100px;
    text-align: left;
  }
}
.promotion .promotion-block .promotion-block-inner .promotion-block-content .promotion-block-content-inner .promotion-block-content-text h2 {
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.promotion .promotion-block .promotion-block-inner .promotion-block-content .promotion-block-content-inner .promotion-block-content-text p {
  margin: 0 0 10px 0;
}
.promotion .promotion-block .promotion-block-inner .promotion-block-content .promotion-block-content-inner .promotion-block-content-text p:last-child {
  margin: 0;
}

/*****/
.promotion-banner {
  *zoom: 1;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  margin: 0 0 60px 0;
}
.promotion-banner:before, .promotion-banner:after {
  display: table;
  content: "";
}
.promotion-banner:after {
  clear: both;
}
.promotion-banner .promotion-banner-inner {
  *zoom: 1;
  position: relative;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 200px 40px 60px 40px;
}
.promotion-banner .promotion-banner-inner:before, .promotion-banner .promotion-banner-inner:after {
  display: table;
  content: "";
}
.promotion-banner .promotion-banner-inner:after {
  clear: both;
}
.promotion-banner .promotion-banner-inner .promotion-banner-content {
  *zoom: 1;
  position: relative;
  display: block;
  max-width: 510px;
  margin: 0;
}
.promotion-banner .promotion-banner-inner .promotion-banner-content:before, .promotion-banner .promotion-banner-inner .promotion-banner-content:after {
  display: table;
  content: "";
}
.promotion-banner .promotion-banner-inner .promotion-banner-content:after {
  clear: both;
}
.promotion-banner .promotion-banner-inner .promotion-banner-content .subtitle {
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin: 0 0 4px 0;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
.promotion-banner .promotion-banner-inner .promotion-banner-content h2 {
  color: #fff;
  text-transform: uppercase;
  max-width: 400px;
  margin: 0 0 20px 0;
}
.promotion-banner .promotion-banner-inner .promotion-banner-content p {
  margin: 0 0 20px 0;
  color: #fff;
}
.promotion-banner .promotion-banner-inner .promotion-banner-content p:last-child {
  margin: 0;
}

/******/
.small-alternate-content-blocks {
  *zoom: 1;
  position: relative;
  display: block;
}
.small-alternate-content-blocks:before, .small-alternate-content-blocks:after {
  display: table;
  content: "";
}
.small-alternate-content-blocks:after {
  clear: both;
}
.small-alternate-content-blocks .small-alternate-content-blocks-list {
  *zoom: 1;
  position: relative;
  display: block;
}
.small-alternate-content-blocks .small-alternate-content-blocks-list:before, .small-alternate-content-blocks .small-alternate-content-blocks-list:after {
  display: table;
  content: "";
}
.small-alternate-content-blocks .small-alternate-content-blocks-list:after {
  clear: both;
}
.small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 45px 0;
}
.small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block:before, .small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block:after {
  display: table;
  content: "";
}
.small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block:after {
  clear: both;
}
.small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block:after {
  margin: 0 0 60px 0;
}
.small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block .small-alternate-content-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 0;
}
.small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block .small-alternate-content-block-inner .small-alternate-content-block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 0 0 0;
}
@media screen and (min-width: 64em) {
  .small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block .small-alternate-content-block-inner .small-alternate-content-block-content:nth-child(1) {
    width: 545px;
  }
  .small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block .small-alternate-content-block-inner .small-alternate-content-block-content:nth-child(2) {
    width: calc( 100% - 545px );
  }
}
.small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block .small-alternate-content-block-inner .small-alternate-content-block-content .small-alternate-content-block-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block .small-alternate-content-block-inner .small-alternate-content-block-content .small-alternate-content-block-data .section-title {
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block .small-alternate-content-block-inner .small-alternate-content-block-content .small-alternate-content-block-data img {
  width: 100%;
}
.small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block .small-alternate-content-block-inner .small-alternate-content-block-content .small-alternate-content-block-data .small-alternate-content-block-data-text {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  background: #fff;
  padding: 60px;
}
.small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block .small-alternate-content-block-inner .small-alternate-content-block-content .small-alternate-content-block-data .small-alternate-content-block-data-text:before, .small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block .small-alternate-content-block-inner .small-alternate-content-block-content .small-alternate-content-block-data .small-alternate-content-block-data-text:after {
  display: table;
  content: "";
}
.small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block .small-alternate-content-block-inner .small-alternate-content-block-content .small-alternate-content-block-data .small-alternate-content-block-data-text:after {
  clear: both;
}
.small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block .small-alternate-content-block-inner .small-alternate-content-block-content .small-alternate-content-block-data .small-alternate-content-block-data-text .subtitle {
  color: #000;
  display: block;
  text-transform: uppercase;
  margin: 0 0 4px 0;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 64em) {
  .small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block.content-right .small-alternate-content-block-inner .small-alternate-content-block-content:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block.content-right .small-alternate-content-block-inner .small-alternate-content-block-content:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block.content-right .small-alternate-content-block-inner .small-alternate-content-block-content:nth-child(2) .small-alternate-content-block-data-text {
    background: transparent;
  }
  .small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block.content-left .small-alternate-content-block-inner .small-alternate-content-block-content:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block.content-left .small-alternate-content-block-inner .small-alternate-content-block-content:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block.content-left .small-alternate-content-block-inner .small-alternate-content-block-content:nth-child(2) .small-alternate-content-block-data-text {
    background: transparent;
  }
  .small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block:nth-child(even).content-right .small-alternate-content-block-inner .small-alternate-content-block-content:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block:nth-child(even).content-right .small-alternate-content-block-inner .small-alternate-content-block-content:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block:nth-child(even).content-right .small-alternate-content-block-inner .small-alternate-content-block-content:nth-child(2) .small-alternate-content-block-data-text {
    background: transparent;
  }
  .small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block:nth-child(even).content-left .small-alternate-content-block-inner .small-alternate-content-block-content:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block:nth-child(even).content-left .small-alternate-content-block-inner .small-alternate-content-block-content:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .small-alternate-content-blocks .small-alternate-content-blocks-list .small-alternate-content-block:nth-child(even).content-left .small-alternate-content-block-inner .small-alternate-content-block-content:nth-child(2) .small-alternate-content-block-data-text {
    background: transparent;
  }
}

/*******/
.sub-title {
  text-transform: uppercase;
}

/*******/
.club-news, .club-videos {
  position: relative;
  display: block;
  *zoom: 1;
  background: #fff;
  padding: 0 0 30px 0;
}
.club-news:before, .club-news:after, .club-videos:before, .club-videos:after {
  display: table;
  content: "";
}
.club-news:after, .club-videos:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .club-news, .club-videos {
    padding: 0 0 40px 0;
  }
}
@media screen and (min-width: 64em) {
  .club-news, .club-videos {
    padding: 0 0 50px 0;
  }
}
.club-news .main-page-content, .club-videos .main-page-content {
  background: #fff;
  /****/
}
.club-news .main-page-content .recent-news-container, .club-videos .main-page-content .recent-news-container {
  position: relative;
  display: block;
  *zoom: 1;
  padding: 15px 0 0 0;
}
.club-news .main-page-content .recent-news-container:before, .club-news .main-page-content .recent-news-container:after, .club-videos .main-page-content .recent-news-container:before, .club-videos .main-page-content .recent-news-container:after {
  display: table;
  content: "";
}
.club-news .main-page-content .recent-news-container:after, .club-videos .main-page-content .recent-news-container:after {
  clear: both;
}
.club-news .main-page-content .recent-news-container .recent-news-list, .club-videos .main-page-content .recent-news-container .recent-news-list {
  position: relative;
  display: block;
  *zoom: 1;
  margin: 0 0 0 -30px;
}
.club-news .main-page-content .recent-news-container .recent-news-list:before, .club-news .main-page-content .recent-news-container .recent-news-list:after, .club-videos .main-page-content .recent-news-container .recent-news-list:before, .club-videos .main-page-content .recent-news-container .recent-news-list:after {
  display: table;
  content: "";
}
.club-news .main-page-content .recent-news-container .recent-news-list:after, .club-videos .main-page-content .recent-news-container .recent-news-list:after {
  clear: both;
}
.club-news .main-page-content .recent-news-container .recent-news-list .recent-news, .club-videos .main-page-content .recent-news-container .recent-news-list .recent-news {
  position: relative;
  display: block;
  *zoom: 1;
  padding: 0 0 0 30px;
}
.club-news .main-page-content .recent-news-container .recent-news-list .recent-news:before, .club-news .main-page-content .recent-news-container .recent-news-list .recent-news:after, .club-videos .main-page-content .recent-news-container .recent-news-list .recent-news:before, .club-videos .main-page-content .recent-news-container .recent-news-list .recent-news:after {
  display: table;
  content: "";
}
.club-news .main-page-content .recent-news-container .recent-news-list .recent-news:after, .club-videos .main-page-content .recent-news-container .recent-news-list .recent-news:after {
  clear: both;
}
.club-news .main-page-content .recent-news-container .recent-news-list .recent-news .recent-news-inner, .club-videos .main-page-content .recent-news-container .recent-news-list .recent-news .recent-news-inner {
  position: relative;
  display: block;
  *zoom: 1;
}
.club-news .main-page-content .recent-news-container .recent-news-list .recent-news .recent-news-inner:before, .club-news .main-page-content .recent-news-container .recent-news-list .recent-news .recent-news-inner:after, .club-videos .main-page-content .recent-news-container .recent-news-list .recent-news .recent-news-inner:before, .club-videos .main-page-content .recent-news-container .recent-news-list .recent-news .recent-news-inner:after {
  display: table;
  content: "";
}
.club-news .main-page-content .recent-news-container .recent-news-list .recent-news .recent-news-inner:after, .club-videos .main-page-content .recent-news-container .recent-news-list .recent-news .recent-news-inner:after {
  clear: both;
}
.club-news .main-page-content .recent-news-container .recent-news-list .recent-news .recent-news-inner .recent-news-image, .club-videos .main-page-content .recent-news-container .recent-news-list .recent-news .recent-news-inner .recent-news-image {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 20px 0;
}
.club-news .main-page-content .recent-news-container .recent-news-list .recent-news .recent-news-inner .recent-news-image:before, .club-news .main-page-content .recent-news-container .recent-news-list .recent-news .recent-news-inner .recent-news-image:after, .club-videos .main-page-content .recent-news-container .recent-news-list .recent-news .recent-news-inner .recent-news-image:before, .club-videos .main-page-content .recent-news-container .recent-news-list .recent-news .recent-news-inner .recent-news-image:after {
  display: table;
  content: "";
}
.club-news .main-page-content .recent-news-container .recent-news-list .recent-news .recent-news-inner .recent-news-image:after, .club-videos .main-page-content .recent-news-container .recent-news-list .recent-news .recent-news-inner .recent-news-image:after {
  clear: both;
}
.club-news .main-page-content .recent-news-container .recent-news-list .recent-news .recent-news-inner .recent-news-image img, .club-videos .main-page-content .recent-news-container .recent-news-list .recent-news .recent-news-inner .recent-news-image img {
  display: block;
  width: 100%;
}
.club-news .main-page-content .recent-news-container .recent-news-list .recent-news .recent-news-inner h2, .club-videos .main-page-content .recent-news-container .recent-news-list .recent-news .recent-news-inner h2 {
  margin: 7px 0 0 0;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1.5;
}
.club-news .main-page-content .recent-news-container .recent-news-list .recent-news .recent-news-inner .metadate, .club-videos .main-page-content .recent-news-container .recent-news-list .recent-news .recent-news-inner .metadate {
  font-size: 12px;
  font-size: 0.75rem;
}
.club-news .main-page-content .recent-news-container .recent-news-list .recent-news .recent-news-inner .metadate svg, .club-videos .main-page-content .recent-news-container .recent-news-list .recent-news .recent-news-inner .metadate svg {
  float: left;
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
.club-news .main-page-content .recent-videos-container, .club-videos .main-page-content .recent-videos-container {
  position: relative;
  display: block;
  *zoom: 1;
  padding: 15px 0 0 0;
}
.club-news .main-page-content .recent-videos-container:before, .club-news .main-page-content .recent-videos-container:after, .club-videos .main-page-content .recent-videos-container:before, .club-videos .main-page-content .recent-videos-container:after {
  display: table;
  content: "";
}
.club-news .main-page-content .recent-videos-container:after, .club-videos .main-page-content .recent-videos-container:after {
  clear: both;
}
.club-news .main-page-content .recent-videos-container .recent-videos-list, .club-videos .main-page-content .recent-videos-container .recent-videos-list {
  position: relative;
  display: block;
  *zoom: 1;
  margin: 0 0 0 -30px;
}
.club-news .main-page-content .recent-videos-container .recent-videos-list:before, .club-news .main-page-content .recent-videos-container .recent-videos-list:after, .club-videos .main-page-content .recent-videos-container .recent-videos-list:before, .club-videos .main-page-content .recent-videos-container .recent-videos-list:after {
  display: table;
  content: "";
}
.club-news .main-page-content .recent-videos-container .recent-videos-list:after, .club-videos .main-page-content .recent-videos-container .recent-videos-list:after {
  clear: both;
}
.club-news .main-page-content .recent-videos-container .recent-videos-list .recent-videos, .club-videos .main-page-content .recent-videos-container .recent-videos-list .recent-videos {
  position: relative;
  display: block;
  *zoom: 1;
  padding: 0 0 0 30px;
}
.club-news .main-page-content .recent-videos-container .recent-videos-list .recent-videos:before, .club-news .main-page-content .recent-videos-container .recent-videos-list .recent-videos:after, .club-videos .main-page-content .recent-videos-container .recent-videos-list .recent-videos:before, .club-videos .main-page-content .recent-videos-container .recent-videos-list .recent-videos:after {
  display: table;
  content: "";
}
.club-news .main-page-content .recent-videos-container .recent-videos-list .recent-videos:after, .club-videos .main-page-content .recent-videos-container .recent-videos-list .recent-videos:after {
  clear: both;
}
.club-news .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner, .club-videos .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner {
  position: relative;
  display: block;
  *zoom: 1;
}
.club-news .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner:before, .club-news .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner:after, .club-videos .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner:before, .club-videos .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner:after {
  display: table;
  content: "";
}
.club-news .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner:after, .club-videos .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner:after {
  clear: both;
}
.club-news .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner .recent-videos-video, .club-videos .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner .recent-videos-video {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  border-radius: 5px;
  overflow: hidden;
}
.club-news .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner .recent-videos-video:before, .club-news .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner .recent-videos-video:after, .club-videos .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner .recent-videos-video:before, .club-videos .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner .recent-videos-video:after {
  display: table;
  content: "";
}
.club-news .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner .recent-videos-video:after, .club-videos .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner .recent-videos-video:after {
  clear: both;
}
.club-news .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner .recent-videos-video span, .club-videos .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner .recent-videos-video span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-image: url("../svg/video-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.club-news .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner .recent-videos-video:hover span, .club-videos .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner .recent-videos-video:hover span {
  background-color: rgba(0, 0, 0, 0.6);
}
.club-news .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner h2, .club-videos .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner h2 {
  margin: 7px 0 0 0;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1.5;
}
.club-news .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner .metadate, .club-videos .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner .metadate {
  font-size: 12px;
  font-size: 0.75rem;
}
.club-news .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner .metadate svg, .club-videos .main-page-content .recent-videos-container .recent-videos-list .recent-videos .recent-videos-inner .metadate svg {
  float: left;
  width: 12px;
  height: 12px;
  margin-right: 8px;
}

/****/
.recent-galleries {
  position: relative;
  display: block;
  *zoom: 1;
  background: #F8F8F8;
  padding: 0 0 30px 0;
}
.recent-galleries:before, .recent-galleries:after {
  display: table;
  content: "";
}
.recent-galleries:after {
  clear: both;
}
.recent-galleries .sub-title {
  margin-top: 40px;
}
.recent-galleries .recent-gallery-container {
  position: relative;
  display: block;
  *zoom: 1;
  padding: 20px 0 0 0;
}
.recent-galleries .recent-gallery-container:before, .recent-galleries .recent-gallery-container:after {
  display: table;
  content: "";
}
.recent-galleries .recent-gallery-container:after {
  clear: both;
}
@media screen and (max-width: 595px) {
  .recent-galleries .recent-gallery-container {
    margin: 0 0 0 0;
  }
  .recent-galleries .recent-gallery-container .recent-gallery-list {
    -webkit-columns: 1 200px;
       -moz-columns: 1 200px;
            columns: 1 200px;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery {
    width: 150px;
    color: white;
    margin: 0 1rem 1rem 0;
    display: inline-block;
    width: 100%;
  }
  .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery:nth-child(1) .recent-gallery-image a, .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery:nth-child(2) .recent-gallery-image a, .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery:nth-child(3) .recent-gallery-image a, .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery:nth-child(4) .recent-gallery-image a, .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery:nth-child(5) .recent-gallery-image a, .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery:nth-child(6) .recent-gallery-image a {
    width: 100%;
    padding-top: 45%;
  }
}
@media screen and (min-width: 596px) and (max-width: 767px) {
  .recent-galleries .recent-gallery-container {
    margin: 0 0 0 0;
  }
  .recent-galleries .recent-gallery-container .recent-gallery-list {
    -webkit-columns: 1 200px;
       -moz-columns: 1 200px;
            columns: 1 200px;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery {
    width: 150px;
    color: white;
    margin: 0 1rem 1rem 0;
    display: inline-block;
    width: 100%;
  }
  .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery:nth-child(1) .recent-gallery-image a, .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery:nth-child(2) .recent-gallery-image a, .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery:nth-child(3) .recent-gallery-image a, .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery:nth-child(4) .recent-gallery-image a, .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery:nth-child(5) .recent-gallery-image a, .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery:nth-child(6) .recent-gallery-image a {
    width: 100%;
    padding-top: 30%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .recent-galleries .recent-gallery-container {
    margin: 0 0 0 0;
  }
  .recent-galleries .recent-gallery-container .recent-gallery-list {
    -webkit-columns: 2 200px;
       -moz-columns: 2 200px;
            columns: 2 200px;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery {
    width: 150px;
    color: white;
    margin: 0 1rem 1rem 0;
    display: inline-block;
    width: 100%;
  }
  .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery:nth-child(1) .recent-gallery-image a, .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery:nth-child(5) .recent-gallery-image a {
    width: 100%;
    padding-top: 80%;
  }
  .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery:nth-child(2) .recent-gallery-image a, .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery:nth-child(6) .recent-gallery-image a {
    width: 100%;
    padding-top: 60%;
  }
  .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery:nth-child(3) .recent-gallery-image a, .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery:nth-child(4) .recent-gallery-image a {
    width: 100%;
    padding-top: 40%;
  }
}
@media screen and (min-width: 1150px) {
  .recent-galleries .recent-gallery-container {
    margin: 0 0 -150px 0;
  }
  .recent-galleries .recent-gallery-container .recent-gallery-list {
    -webkit-columns: 3 200px;
       -moz-columns: 3 200px;
            columns: 3 200px;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery {
    width: 150px;
    background: #EC985A;
    color: white;
    margin: 0 1rem 1rem 0;
    display: inline-block;
    width: 100%;
  }
  .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery:nth-child(1) .recent-gallery-image a, .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery:nth-child(4) .recent-gallery-image a, .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery:nth-child(5) .recent-gallery-image a {
    width: 100%;
    padding-top: 100%;
  }
  .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery:nth-child(2) .recent-gallery-image a, .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery:nth-child(3) .recent-gallery-image a, .recent-galleries .recent-gallery-container .recent-gallery-list .recent-gallery:nth-child(6) .recent-gallery-image a {
    width: 100%;
    padding-top: 55%;
  }
}
.recent-galleries .recent-gallery-container .recent-gallery .recent-gallery-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
}
.recent-galleries .recent-gallery-container .recent-gallery .recent-gallery-image a {
  display: block;
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.recent-galleries .recent-gallery-container .recent-gallery .gallery-inner {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.recent-galleries .recent-gallery-container .recent-gallery .gallery-inner h2 {
  margin: 7px 20px 0;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1.5;
  color: #fff;
}
.recent-galleries .recent-gallery-container .recent-gallery .gallery-inner .metadate {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  margin: 0 20px 0;
}
.recent-galleries .recent-gallery-container .recent-gallery .gallery-inner .metadate svg {
  float: left;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  fill: #fff;
}
.recent-galleries .recent-gallery-container .recent-gallery:hover .recent-gallery-image a {
  background-color: rgba(0, 0, 0, 0.6);
}

/****/
.more {
  position: relative;
  display: block;
  *zoom: 1;
  padding: 40px 0 20px 0;
  margin: 0;
  text-align: center;
}
.more:before, .more:after {
  display: table;
  content: "";
}
.more:after {
  clear: both;
}
.more a {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
}
.more a svg {
  float: right;
  width: 20px;
  height: 15px;
  margin-left: 5px;
  margin-top: 1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.more a:hover {
  color: #701827;
}
.more a:hover svg {
  fill: #701827;
}

/*****/
.fifty-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -30px;
	justify-content: center;
}
.fifty-content .fifty-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 0 0 30px;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 56em) {
  .fifty-content .fifty-block {
    width: 50%;
  }
}
.fifty-content .fifty-block .fifty-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.fifty-content .fifty-block .fifty-block-inner .fifty-block-content {
  position: relative;
  display: block;
  *zoom: 1;
  text-align: center;
}
.fifty-content .fifty-block .fifty-block-inner .fifty-block-content:before, .fifty-content .fifty-block .fifty-block-inner .fifty-block-content:after {
  display: table;
  content: "";
}
.fifty-content .fifty-block .fifty-block-inner .fifty-block-content:after {
  clear: both;
}
.fifty-content .fifty-block .fifty-block-inner .fifty-block-content .fifty-block-data {
  position: relative;
  display: block;
  *zoom: 1;
  padding: 250px 30px 0;
  color: #fff;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(40%, rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.fifty-content .fifty-block .fifty-block-inner .fifty-block-content .fifty-block-data:before, .fifty-content .fifty-block .fifty-block-inner .fifty-block-content .fifty-block-data:after {
  display: table;
  content: "";
}
.fifty-content .fifty-block .fifty-block-inner .fifty-block-content .fifty-block-data:after {
  clear: both;
}
.fifty-content .fifty-block .fifty-block-inner .fifty-block-content .fifty-block-data img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin: 0 0 15px 0;
}
.fifty-content .fifty-block .fifty-block-inner .fifty-block-content .fifty-block-data h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 39em) {
  .fifty-content .fifty-block .fifty-block-inner .fifty-block-content .fifty-block-data h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  .fifty-content .fifty-block .fifty-block-inner .fifty-block-content .fifty-block-data h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.fifty-content .fifty-block .fifty-block-inner .fifty-block-content .fifty-block-data p {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700;
}
.fifty-content .fifty-block .fifty-block-inner .fifty-block-content .fifty-block-data p span {
  display: inline-block;
  padding-right: 20px;
  background-image: url("../svg/arrow.svg");
  background-position: right 2px;
  background-repeat: no-repeat;
}
.fifty-content .fifty-block .fifty-block-inner .fifty-block-content .fifty-block-data:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(40%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.fifty-content .fifty-block .fifty-block-inner .fifty-block-content a {
  display: block;
  color: #fff;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.fifty-content .fifty-block .fifty-block-inner .fifty-block-content a:hover {
  color: #f2f2f2;
}

/*****/
.thirty-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px 0 30px -30px;
}
.thirty-content .thirty-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 0 0 30px;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 48em) {
  .thirty-content .thirty-block {
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .thirty-content .thirty-block {
    width: 33.33333%;
  }
}
.thirty-content .thirty-block .thirty-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.thirty-content .thirty-block .thirty-block-inner .thirty-block-content {
  position: relative;
  display: block;
  *zoom: 1;
  padding: 65px 25px 15px 25px;
  color: #000;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(33%, #fafafa), color-stop(70%, #e8e8e8));
  background: linear-gradient(180deg, white 0%, #fafafa 33%, #e8e8e8 70%);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  text-align: center;
}
.thirty-content .thirty-block .thirty-block-inner .thirty-block-content:before, .thirty-content .thirty-block .thirty-block-inner .thirty-block-content:after {
  display: table;
  content: "";
}
.thirty-content .thirty-block .thirty-block-inner .thirty-block-content:after {
  clear: both;
}
.thirty-content .thirty-block .thirty-block-inner .thirty-block-content img {
  margin: 0 0 35px 0;
}
.thirty-content .thirty-block .thirty-block-inner .thirty-block-content h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 15px 0;
}
.thirty-content .thirty-block .thirty-block-inner .thirty-block-content p {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700;
}
.thirty-content .thirty-block .thirty-block-inner .thirty-block-content p span {
  display: inline-block;
  padding-right: 20px;
  background-image: url("../svg/arrow-b.svg");
  background-position: right 2px;
  background-repeat: no-repeat;
}
.thirty-content .thirty-block .thirty-block-inner .thirty-block-content:hover {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(13%, #fafafa), color-stop(30%, #e8e8e8));
  background: linear-gradient(180deg, white 0%, #fafafa 13%, #e8e8e8 30%);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.thirty-content .thirty-block .thirty-block-inner a {
  display: block;
  color: #000;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.thirty-content .thirty-block .thirty-block-inner a:hover {
  color: #0d0d0d;
}

.readmore {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding-right: 20px;
  background-image: url("../svg/arrow-b.svg");
  background-position: right 2px;
  background-repeat: no-repeat;
  color: #000;
}

/*********/
.team-list-overview {
  display: block;
  position: relative;
  *zoom: 1;
}
.team-list-overview:before, .team-list-overview:after {
  display: table;
  content: "";
}
.team-list-overview:after {
  clear: both;
}
.team-list-overview h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 15px 0;
}
.team-list-overview .coaches-list-overview {
  display: block;
  position: relative;
  *zoom: 1;
}
.team-list-overview .coaches-list-overview:before, .team-list-overview .coaches-list-overview:after {
  display: table;
  content: "";
}
.team-list-overview .coaches-list-overview:after {
  clear: both;
}
.team-list-overview .coaches-list-overview .coaches-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -30px;
}
.team-list-overview .coaches-list-overview .coaches-list .coach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 45px 0;
}
@media screen and (min-width: 48em) {
  .team-list-overview .coaches-list-overview .coaches-list .coach {
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .team-list-overview .coaches-list-overview .coaches-list .coach {
    width: 33.33333%;
  }
}
.team-list-overview .coaches-list-overview .coaches-list .coach .coach-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.team-list-overview .coaches-list-overview .coaches-list .coach .coach-inner .coach-block {
  display: block;
  position: relative;
  *zoom: 1;
  background: #fff;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.team-list-overview .coaches-list-overview .coaches-list .coach .coach-inner .coach-block:before, .team-list-overview .coaches-list-overview .coaches-list .coach .coach-inner .coach-block:after {
  display: table;
  content: "";
}
.team-list-overview .coaches-list-overview .coaches-list .coach .coach-inner .coach-block:after {
  clear: both;
}
.team-list-overview .coaches-list-overview .coaches-list .coach .coach-inner .coach-block a {
  display: block;
  position: relative;
  *zoom: 1;
  padding: 25px;
  color: #000;
}
.team-list-overview .coaches-list-overview .coaches-list .coach .coach-inner .coach-block a:before, .team-list-overview .coaches-list-overview .coaches-list .coach .coach-inner .coach-block a:after {
  display: table;
  content: "";
}
.team-list-overview .coaches-list-overview .coaches-list .coach .coach-inner .coach-block a:after {
  clear: both;
}
.team-list-overview .coaches-list-overview .coaches-list .coach .coach-inner .coach-block .coach-block-left {
  display: block;
  position: relative;
  *zoom: 1;
  float: left;
  width: 90px;
}
.team-list-overview .coaches-list-overview .coaches-list .coach .coach-inner .coach-block .coach-block-left:before, .team-list-overview .coaches-list-overview .coaches-list .coach .coach-inner .coach-block .coach-block-left:after {
  display: table;
  content: "";
}
.team-list-overview .coaches-list-overview .coaches-list .coach .coach-inner .coach-block .coach-block-left:after {
  clear: both;
}
.team-list-overview .coaches-list-overview .coaches-list .coach .coach-inner .coach-block .coach-block-right {
  display: block;
  position: relative;
  *zoom: 1;
  float: right;
  width: calc( 100% - 120px );
}
.team-list-overview .coaches-list-overview .coaches-list .coach .coach-inner .coach-block .coach-block-right:before, .team-list-overview .coaches-list-overview .coaches-list .coach .coach-inner .coach-block .coach-block-right:after {
  display: table;
  content: "";
}
.team-list-overview .coaches-list-overview .coaches-list .coach .coach-inner .coach-block .coach-block-right:after {
  clear: both;
}
.team-list-overview .coaches-list-overview .coaches-list .coach .coach-inner .coach-block .coach-block-right h3 {
  font-family: "Inter", sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  text-transform: none;
  font-weight: 400;
  margin: 18px 0 8px 0;
}
.team-list-overview .coaches-list-overview .coaches-list .coach .coach-inner .coach-block .coach-block-right span {
  display: block;
  position: relative;
  *zoom: 1;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: none;
  font-weight: 600;
}
.team-list-overview .coaches-list-overview .coaches-list .coach .coach-inner .coach-block .coach-block-right span:before, .team-list-overview .coaches-list-overview .coaches-list .coach .coach-inner .coach-block .coach-block-right span:after {
  display: table;
  content: "";
}
.team-list-overview .coaches-list-overview .coaches-list .coach .coach-inner .coach-block .coach-block-right span:after {
  clear: both;
}

/***************/
.stats-top {
  *zoom: 1;
  display: block;
  position: relative;
}
.stats-top:before, .stats-top:after {
  display: table;
  content: "";
}
.stats-top:after {
  clear: both;
}
.stats-top .stats-top-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -30px;
}
.stats-top .stats-top-block-list .stats-top-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 0 0 30px;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 64em) {
  .stats-top .stats-top-block-list .stats-top-block-list {
    width: 50%;
  }
}
.stats-top .stats-top-block-list .stats-top-block-list.full-width {
  width: 100%;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 30px;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer {
  *zoom: 1;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer:before, .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer:after {
  display: table;
  content: "";
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer:after {
  clear: both;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer.notop {
  top: auto;
  -webkit-transform: none;
          transform: none;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer .the-stat-block {
  *zoom: 1;
  display: block;
  position: relative;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer .the-stat-block:before, .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer .the-stat-block:after {
  display: table;
  content: "";
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer .the-stat-block:after {
  clear: both;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer .the-stat-block .the-stat-block-content {
  *zoom: 1;
  display: block;
  position: relative;
  float: left;
  width: 50%;
  margin: 0 0 40px;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer .the-stat-block .the-stat-block-content:before, .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer .the-stat-block .the-stat-block-content:after {
  display: table;
  content: "";
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer .the-stat-block .the-stat-block-content:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer .the-stat-block .the-stat-block-content {
    float: left;
    width: 25%;
    margin: 0 0 25px;
  }
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer .the-stat-block .the-stat-block-content .the-stat-block-content-inner {
  *zoom: 1;
  display: block;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer .the-stat-block .the-stat-block-content .the-stat-block-content-inner:before, .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer .the-stat-block .the-stat-block-content .the-stat-block-content-inner:after {
  display: table;
  content: "";
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer .the-stat-block .the-stat-block-content .the-stat-block-content-inner:after {
  clear: both;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer .the-stat-block .the-stat-block-content .the-stat-block-content-inner span {
  *zoom: 1;
  display: block;
  position: relative;
  margin: 0 0 8px 0;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  color: #000;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer .the-stat-block .the-stat-block-content .the-stat-block-content-inner span:before, .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer .the-stat-block .the-stat-block-content .the-stat-block-content-inner span:after {
  display: table;
  content: "";
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer .the-stat-block .the-stat-block-content .the-stat-block-content-inner span:after {
  clear: both;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer .the-stat-block .the-stat-block-content .the-stat-block-content-inner.won {
  color: #0EC94F;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer .the-stat-block .the-stat-block-content .the-stat-block-content-inner.lost {
  color: #C90E0E;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer.withborder {
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  margin: 0 0 30px 0;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer.withborder .the-stat-block .the-stat-block-content {
  *zoom: 1;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 40px;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer.withborder .the-stat-block .the-stat-block-content:before, .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer.withborder .the-stat-block .the-stat-block-content:after {
  display: table;
  content: "";
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer.withborder .the-stat-block .the-stat-block-content:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .the-stat-block-outer.withborder .the-stat-block .the-stat-block-content {
    float: left;
    width: 33.33%;
    margin: 0 0 25px;
  }
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .left-option {
  *zoom: 1;
  display: block;
  position: relative;
  margin: 0 0 40px;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .left-option:before, .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .left-option:after {
  display: table;
  content: "";
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .left-option:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .left-option {
    float: left;
    width: 46%;
    margin: 0;
  }
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .left-option .left-option-block {
  *zoom: 1;
  display: block;
  position: relative;
  text-align: center;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .left-option .left-option-block:before, .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .left-option .left-option-block:after {
  display: table;
  content: "";
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .left-option .left-option-block:after {
  clear: both;
}
@media screen and (min-width: 64em) {
  .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .left-option .left-option-block {
    text-align: left;
  }
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .left-option .left-option-block span {
  *zoom: 1;
  display: block;
  position: relative;
  margin: 0 0 8px 0;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  color: #000;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .left-option .left-option-block span:before, .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .left-option .left-option-block span:after {
  display: table;
  content: "";
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .left-option .left-option-block span:after {
  clear: both;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .left-option .left-option-block.for {
  *zoom: 1;
  display: block;
  position: relative;
  float: left;
  width: 48%;
  color: #0EC94F;
  padding-top: 17px;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .left-option .left-option-block.for:before, .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .left-option .left-option-block.for:after {
  display: table;
  content: "";
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .left-option .left-option-block.for:after {
  clear: both;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .left-option .left-option-block.against {
  *zoom: 1;
  display: block;
  position: relative;
  float: right;
  width: 48%;
  color: #C90E0E;
  padding-top: 17px;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .left-option .left-option-block.against:before, .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .left-option .left-option-block.against:after {
  display: table;
  content: "";
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .left-option .left-option-block.against:after {
  clear: both;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option {
  *zoom: 1;
  display: block;
  position: relative;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option:before, .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option:after {
  display: table;
  content: "";
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option {
    float: right;
    width: 52%;
  }
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner {
  *zoom: 1;
  display: block;
  position: relative;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner:before, .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner:after {
  display: table;
  content: "";
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner:after {
  clear: both;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner a {
  *zoom: 1;
  display: block;
  position: relative;
  color: #000;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner a:before, .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner a:after {
  display: table;
  content: "";
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner a:after {
  clear: both;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner .right-option-inner-left {
  *zoom: 1;
  display: block;
  position: relative;
  text-align: center;
  margin: 0 0 10px 0;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner .right-option-inner-left:before, .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner .right-option-inner-left:after {
  display: table;
  content: "";
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner .right-option-inner-left:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner .right-option-inner-left {
    float: left;
    width: 70px;
    text-align: left;
    margin: 0;
  }
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner .right-option-inner-right {
  *zoom: 1;
  display: block;
  position: relative;
  text-align: center;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner .right-option-inner-right:before, .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner .right-option-inner-right:after {
  display: table;
  content: "";
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner .right-option-inner-right:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner .right-option-inner-right {
    float: right;
    width: calc( 100% - 90px );
    text-align: left;
  }
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner .right-option-inner-right em {
  display: block;
  position: relative;
  *zoom: 1;
  font-family: "Barlow", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  margin: 6px 0 5px;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner .right-option-inner-right em:before, .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner .right-option-inner-right em:after {
  display: table;
  content: "";
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner .right-option-inner-right em:after {
  clear: both;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner .right-option-inner-right h3 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: none;
  font-weight: 400;
  margin: 0 0 5px 0;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner .right-option-inner-right span {
  display: block;
  position: relative;
  *zoom: 1;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: none;
  font-weight: 600;
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner .right-option-inner-right span:before, .stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner .right-option-inner-right span:after {
  display: table;
  content: "";
}
.stats-top .stats-top-block-list .stats-top-block-list .stats-top-block-list-inner .right-option .right-option-inner .right-option-inner-right span:after {
  clear: both;
}
.stats-top .stat-block-line-outer {
  *zoom: 1;
  display: block;
  position: relative;
}
.stats-top .stat-block-line-outer:before, .stats-top .stat-block-line-outer:after {
  display: table;
  content: "";
}
.stats-top .stat-block-line-outer:after {
  clear: both;
}
.stats-top .stat-block-line-outer .stat-block-line {
  *zoom: 1;
  display: block;
  position: relative;
  width: 100%;
  height: 21px;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 0 10px 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.stats-top .stat-block-line-outer .stat-block-line:before, .stats-top .stat-block-line-outer .stat-block-line:after {
  display: table;
  content: "";
}
.stats-top .stat-block-line-outer .stat-block-line:after {
  clear: both;
}
.stats-top .stat-block-line-outer .stat-block-line .line-won {
  *zoom: 1;
  display: block;
  position: relative;
  float: left;
  height: 21px;
  background: #0EC94F;
}
.stats-top .stat-block-line-outer .stat-block-line .line-won:before, .stats-top .stat-block-line-outer .stat-block-line .line-won:after {
  display: table;
  content: "";
}
.stats-top .stat-block-line-outer .stat-block-line .line-won:after {
  clear: both;
}
.stats-top .stat-block-line-outer .stat-block-line .line-drawn {
  *zoom: 1;
  display: block;
  position: relative;
  float: left;
  height: 21px;
  background-color: rgba(0, 0, 0, 0.25);
}
.stats-top .stat-block-line-outer .stat-block-line .line-drawn:before, .stats-top .stat-block-line-outer .stat-block-line .line-drawn:after {
  display: table;
  content: "";
}
.stats-top .stat-block-line-outer .stat-block-line .line-drawn:after {
  clear: both;
}
.stats-top .stat-block-line-outer .stat-block-line .line-lost {
  *zoom: 1;
  display: block;
  position: relative;
  float: left;
  height: 21px;
  background: #C90E0E;
}
.stats-top .stat-block-line-outer .stat-block-line .line-lost:before, .stats-top .stat-block-line-outer .stat-block-line .line-lost:after {
  display: table;
  content: "";
}
.stats-top .stat-block-line-outer .stat-block-line .line-lost:after {
  clear: both;
}

/********/
.stats-bottom {
  *zoom: 1;
  display: block;
  position: relative;
}
.stats-bottom:before, .stats-bottom:after {
  display: table;
  content: "";
}
.stats-bottom:after {
  clear: both;
}
.stats-bottom .stats-bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 0 0 0 -30px;
}
.stats-bottom .stats-bottom-list .stat-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 48em) {
  .stats-bottom .stats-bottom-list .stat-bottom {
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .stats-bottom .stats-bottom-list .stat-bottom {
    width: 25%;
  }
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner {
  *zoom: 1;
  display: block;
  position: relative;
  width: 100%;
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner:before, .stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner:after {
  display: table;
  content: "";
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner:after {
  clear: both;
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner h3 {
  text-transform: uppercase;
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block {
  *zoom: 1;
  display: block;
  position: relative;
  margin: 30px 0 0 0;
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block:before, .stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block:after {
  display: table;
  content: "";
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block:after {
  clear: both;
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list {
  *zoom: 1;
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list:before, .stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list:after {
  display: table;
  content: "";
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list:after {
  clear: both;
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list a {
  color: #000;
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block {
  *zoom: 1;
  display: block;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block:before, .stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block:after {
  display: table;
  content: "";
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block:after {
  clear: both;
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-left {
  *zoom: 1;
  display: block;
  position: relative;
  text-align: left;
  margin: 0 0 10px 0;
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-left:before, .stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-left:after {
  display: table;
  content: "";
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-left:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-left {
    float: left;
    width: 70px;
    text-align: left;
    margin: 0;
  }
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-left .statattack {
  display: block;
  position: absolute;
  *zoom: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-left .statattack:before, .stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-left .statattack:after {
  display: table;
  content: "";
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-left .statattack:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-left .statattack {
    background-color: rgba(0, 0, 0, 0.65);
  }
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-left .statattack span {
  position: absolute;
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  width: 40px;
  height: 40px;
  line-height: 35px;
  border: 3px solid #000;
  border-radius: 100%;
  text-align: center;
  color: #000;
  right: 6px;
  bottom: 6px;
}
@media screen and (min-width: 39em) {
  .stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-left .statattack span {
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
  }
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-right {
  *zoom: 1;
  display: block;
  position: relative;
  text-align: left;
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-right:before, .stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-right:after {
  display: table;
  content: "";
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-right:after {
  clear: both;
}
@media screen and (min-width: 39em) {
  .stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-right {
    float: right;
    width: calc( 100% - 90px );
    text-align: left;
  }
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-right h3 {
  display: block;
  position: relative;
  *zoom: 1;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  text-transform: none;
  font-weight: 600;
  margin: 5px 0 0 0;
  text-align: left;
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-right h3:before, .stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-right h3:after {
  display: table;
  content: "";
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-right h3:after {
  clear: both;
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-right span {
  display: block;
  position: relative;
  *zoom: 1;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
  margin: 6px 0 0;
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-right span:before, .stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-right span:after {
  display: table;
  content: "";
}
.stats-bottom .stats-bottom-list .stat-bottom .stat-bottom-inner .stat-bottom-inner-block .stat-list .stat-block .stat-block-right span:after {
  clear: both;
}

/*******/
.standard-advert {
  display: block;
  position: relative;
  *zoom: 1;
  background: #fff;
}
.standard-advert:before, .standard-advert:after {
  display: table;
  content: "";
}
.standard-advert:after {
  clear: both;
}
.standard-advert .main-page-content {
  display: block;
  position: relative;
  *zoom: 1;
  margin: 15px 0 30px 0;
  padding: 0;
  background: #fff;
  text-align: center;
}
.standard-advert .main-page-content:before, .standard-advert .main-page-content:after {
  display: table;
  content: "";
}
.standard-advert .main-page-content:after {
  clear: both;
}
.standard-advert .main-page-content .standard-advert-slider {
  display: block;
  position: relative;
  *zoom: 1;
}
.standard-advert .main-page-content .standard-advert-slider:before, .standard-advert .main-page-content .standard-advert-slider:after {
  display: table;
  content: "";
}
.standard-advert .main-page-content .standard-advert-slider:after {
  clear: both;
}
.standard-advert .main-page-content .standard-advert-slider .standard-advert-slide {
  display: block;
  position: relative;
  *zoom: 1;
}
.standard-advert .main-page-content .standard-advert-slider .standard-advert-slide:before, .standard-advert .main-page-content .standard-advert-slider .standard-advert-slide:after {
  display: table;
  content: "";
}
.standard-advert .main-page-content .standard-advert-slider .standard-advert-slide:after {
  clear: both;
}

.banner-image {
  display: block;
  position: relative;
  *zoom: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.banner-image:before, .banner-image:after {
  display: table;
  content: "";
}
.banner-image:after {
  clear: both;
}
.banner-image .banner-image-overlay {
  display: block;
  position: relative;
  *zoom: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.banner-image .banner-image-overlay:before, .banner-image .banner-image-overlay:after {
  display: table;
  content: "";
}
.banner-image .banner-image-overlay:after {
  clear: both;
}
.banner-image .banner-image-overlay .banner-image-content {
  display: block;
  position: relative;
  *zoom: 1;
  height: 500px;
  padding-top: 200px;
  padding-bottom: 40px;
}
.banner-image .banner-image-overlay .banner-image-content:before, .banner-image .banner-image-overlay .banner-image-content:after {
  display: table;
  content: "";
}
.banner-image .banner-image-overlay .banner-image-content:after {
  clear: both;
}
.banner-image .banner-image-overlay .banner-image-content #breadcrumbs {
  display: block;
  position: relative;
  *zoom: 1;
  top: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  text-transform: uppercase;
  color: #fff;
  font-family: "Barlow", sans-serif;
}
.banner-image .banner-image-overlay .banner-image-content #breadcrumbs:before, .banner-image .banner-image-overlay .banner-image-content #breadcrumbs:after {
  display: table;
  content: "";
}
.banner-image .banner-image-overlay .banner-image-content #breadcrumbs:after {
  clear: both;
}
.banner-image .banner-image-overlay .banner-image-content #breadcrumbs a {
  color: #fff;
}
.banner-image .banner-image-overlay .banner-image-content #breadcrumbs span {
  color: #fff;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
}
.banner-image .banner-image-overlay .banner-image-content #breadcrumbs span.breadcrumb_last {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  display: block;
  max-width: 500px;
  margin: 5px 0 0 0;
}
@media screen and (min-width: 39em) {
  .banner-image .banner-image-overlay .banner-image-content #breadcrumbs span.breadcrumb_last {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 48em) {
  .banner-image .banner-image-overlay .banner-image-content #breadcrumbs span.breadcrumb_last {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 56em) {
  .banner-image .banner-image-overlay .banner-image-content #breadcrumbs span.breadcrumb_last {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .banner-image .banner-image-overlay .banner-image-content #breadcrumbs span.breadcrumb_last {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .banner-image .banner-image-overlay .banner-image-content #breadcrumbs span.breadcrumb_last {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
.banner-image .banner-image-overlay .banner-image-content.post-banner-image-content #breadcrumbs span.breadcrumb_last {
  max-width: 675px;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 39em) {
  .banner-image .banner-image-overlay .banner-image-content.post-banner-image-content #breadcrumbs span.breadcrumb_last {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 48em) {
  .banner-image .banner-image-overlay .banner-image-content.post-banner-image-content #breadcrumbs span.breadcrumb_last {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 56em) {
  .banner-image .banner-image-overlay .banner-image-content.post-banner-image-content #breadcrumbs span.breadcrumb_last {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 64em) {
  .banner-image .banner-image-overlay .banner-image-content.post-banner-image-content #breadcrumbs span.breadcrumb_last {
    font-size: 36px;
    font-size: 2.25rem;
    max-width: 49%;
  }
}
@media screen and (min-width: 1200px) {
  .banner-image .banner-image-overlay .banner-image-content.post-banner-image-content #breadcrumbs span.breadcrumb_last {
    font-size: 40px;
    font-size: 2.5rem;
    width: 675px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-image .banner-image-overlay .banner-image-content.post-banner-image-content #breadcrumbs span.breadcrumb_last {
    font-size: 46px;
    font-size: 2.875rem;
  }
}

/****/
.main-page-content {
  display: block;
  position: relative;
  *zoom: 1;
  padding: 30px 0 0 0;
  background: #F8F8F8;
}
.main-page-content:before, .main-page-content:after {
  display: table;
  content: "";
}
.main-page-content:after {
  clear: both;
}
.main-page-content a {
  color: #000;
}
.main-page-content a:hover {
  color: #701827;
}
.main-page-content.whitebg {
  background: #fff;
}
@media screen and (min-width: 48em) {
  .main-page-content {
    padding: 40px 0 0 0;
  }
}
@media screen and (min-width: 64em) {
  .main-page-content {
    padding: 50px 0 0 0;
  }
}
.main-page-content img {
  border-radius: 3px;
}
.main-page-content .standard-page-content {
  display: block;
  position: relative;
  *zoom: 1;
  padding: 0 0 35px 0;
}
.main-page-content .standard-page-content:before, .main-page-content .standard-page-content:after {
  display: table;
  content: "";
}
.main-page-content .standard-page-content:after {
  clear: both;
}

.search-form input {
  height: 38px;
  width: auto;
  float: left;
}
.search-form .search-submit {
  height: 38px;
  float: left;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff !important;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.alignright {
  display: block;
  margin: 1em auto;
}
@media screen and (min-width: 48em) {
  .alignright {
    float: right;
    max-width: 40%;
    position: relative;
    margin: 0 0 1em 1em;
  }
}

.alignleft {
  display: block;
  margin: 1em auto;
}
@media screen and (min-width: 48em) {
  .alignleft {
    float: left;
    max-width: 40%;
    position: relative;
    margin: 0 1em 1em 0;
  }
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 1em auto;
}

@media screen and (min-width: 48em) {
  img.alignleft, img.alignright, a img.alignleft, a img.alignright {
    max-width: 40% !important;
    width: auto !important;
    height: auto !important;
  }
}

a img.aligncenter, img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignnone {
  clear: both;
  display: block;
  margin: 1em 0;
  max-width: 100% !important;
}
.alignnone img {
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
}

img.alignnone {
  clear: both;
  display: block;
  margin: 1em 0;
  max-width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
}

.wp-caption {
  display: block;
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  text-align: center;
  padding: 5px 1px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  height: auto !important;
  max-width: 100% !important;
  border: 0;
}

.wp-caption-text, .gallery-caption {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  padding: 5px 0;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img[class*=align], img[class*=wp-image-] {
  height: auto;
  max-width: 100%;
  width: auto;
}

img.size-full {
  max-width: 100%;
  width: auto;
}

.post-navigation {
  font-size: 14px;
  font-size: 0.875rem;
  clear: both;
  padding: 2em 1.5em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .post-navigation .nav-previous {
    float: left;
    text-align: left;
    width: 47.5%;
  }
}
@media screen and (min-width: 48em) {
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 47.5%;
  }
}

.gallery {
  padding: 0;
  margin: 0 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery dt {
  padding-left: 5px;
  padding-bottom: 5px;
}
.gallery img {
  width: 100%;
  height: auto;
}
.gallery a {
  display: block;
  margin: 0;
  padding: 0;
}
.gallery dl {
  margin: 0;
  padding: 0;
}
.gallery br {
  display: none;
}

.gallery-columns-2 dl {
  width: 50%;
}

.gallery-columns-3 dl {
  width: 33.33333%;
}

.gallery-columns-4 dl {
  width: 50%;
}
@media screen and (min-width: 39em) {
  .gallery-columns-4 dl {
    width: 25%;
  }
}

.gallery-columns-5 dl {
  width: 33.33333%;
}
@media screen and (min-width: 48em) {
  .gallery-columns-5 dl {
    width: 20%;
  }
}

.gallery-columns-6 dl {
  width: 33.33333%;
}
@media screen and (min-width: 48em) {
  .gallery-columns-6 dl {
    width: 16.66666%;
  }
}

.gallery-columns-7 dl {
  width: 33.33333%;
}
@media screen and (min-width: 39em) {
  .gallery-columns-7 dl {
    width: 25%;
  }
}
@media screen and (min-width: 56em) {
  .gallery-columns-7 dl {
    width: 14.28%;
  }
}

.gallery-columns-8 dl {
  width: 50%;
}
@media screen and (min-width: 30em) {
  .gallery-columns-8 dl {
    width: 25%;
  }
}
@media screen and (min-width: 56em) {
  .gallery-columns-8 dl {
    width: 12.5%;
  }
}

.gallery-columns-9 dl {
  width: 33.33333%;
}
@media screen and (min-width: 48em) {
  .gallery-columns-9 dl {
    width: 11.11%;
  }
}

.wpcf7 .wpcf7-file {
  background-color: #fff;
  border: 1px solid #F8F8F8;
  display: block;
  padding: 10px;
  width: 100%;
}
.wpcf7 .wpcf7-radio {
  display: block;
  padding-bottom: 10px;
}
.wpcf7 .wpcf7-list-item {
  display: block;
}
.wpcf7 .ajax-loader {
  margin-left: 1em;
}

.wpcf7-not-valid-tip {
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #D8000C;
  display: block;
  margin-top: -30px;
  padding: 30px 0;
}
.wpcf7-not-valid-tip:before {
  font: 26px/30px dashicons;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
}

.wpcf7-response-output.wpcf7-validation-errors {
  color: #D8000C;
  background-color: #FFBABA;
  display: none;
  border: 0;
  padding: 10px;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #4F8A10;
  background-color: #DFF2BF;
  display: none;
  border: 0;
  padding: 10px;
}

.wpcf7-mail-sent-ok:before, .wpcf7-validation-errors:before {
  font: 26px/30px dashicons;
  margin-right: 16px;
  vertical-align: middle;
}

.wpcf7-mail-sent-ok:before {
  content: "";
}

.wpcf7-validation-errors:before {
  content: "";
}

.screen-reader-response {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.slick-slider {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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 {
  margin: 0;
  padding: 0;
}

.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);
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 2000;
  -webkit-backface-visibility: hidden;
}

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

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 500;
  margin: 0;
  padding: 0;
  top: 50%;
}

.slick-prev:after, .slick-next:after {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  text-align: left;
  font-family: dashicons;
  color: #701827;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  background: none;
}

.slick-prev {
  left: 0;
}

.slick-prev:after {
  content: "";
}

.slick-next {
  right: 0;
}

.slick-next:after {
  content: "";
}

.slick-prev:hover, .slick-next:hover {
  background: none;
}

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 999;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.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 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "•";
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: 0.55s;
          transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: 0.65s;
          transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: 0.85s;
          transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: 0.95s;
          transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
          transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
          transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
          transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
          transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
          transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
          transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
          transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
          transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
          transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
          transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
          transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
          transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
          transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
          transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
          transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
          transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

@media screen and (max-width: 650px) {
	.top-header span {
		display: none;
	}
}