/*
Table of content
0 Wordpress core styles

1 Base styles
	1.1 Buttons
	1.2 Forms
	1.3 Typography
	1.4 Site styles
	1.5 American Football Layout styles

2 Site styles addons
	2.1 Widgets
	2.2 Animations

3 Vendors
	3.1 Woocommerce
	3.3 Vendors
	3.4 Radio/checkbox

4 Mobile styles
	4.1 Responsive bootstrap enhanced base styles
	4.2 Responsive site styles
*/
/*American football*/
/*Soccer*/
/* 0 Wordpress core styles */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 10px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0; }

.bypostauthor > article .fn:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top; }

.wp-caption-text {
  margin-top: 10px; }

.gallery {
  margin-bottom: 30px; }
  .gallery .gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0; }

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

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-size: 12px;
  line-height: 1.5;
  padding: 0.5em 0; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

.bypostauthor {
  text-decoration: none; }

/*SECTION 1*/
/*1.1 Buttons*/
/*1.2 Forms*/
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="date"],
input[type="password"] {
  display: block;
  width: 100%;
  height: 55px;
  padding: 10px 20px 11px;
  outline: none !important;
  background: rgba(255, 255, 255, 0.7);
  color: #151515;
  border: 1px solid rgba(215, 215, 214, 0.7);
  border-radius: 4px;
  font-weight: 400; }
  input[type="text"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="email"]:focus,
  input[type="search"]:focus,
  input[type="date"]:focus,
  input[type="password"]:focus {
    border: 1px solid #d7d7d6;
    background: white; }
  input[type="text"].error,
  input[type="number"].error,
  input[type="tel"].error,
  input[type="email"].error,
  input[type="search"].error,
  input[type="date"].error,
  input[type="password"].error {
    border-color: #41c648; }
  input[type="text"].style-2,
  input[type="number"].style-2,
  input[type="tel"].style-2,
  input[type="email"].style-2,
  input[type="search"].style-2,
  input[type="date"].style-2,
  input[type="password"].style-2 {
    border-color: #ededed;
    background-color: #ededed; }
    input[type="text"].style-2:focus,
    input[type="number"].style-2:focus,
    input[type="tel"].style-2:focus,
    input[type="email"].style-2:focus,
    input[type="search"].style-2:focus,
    input[type="date"].style-2:focus,
    input[type="password"].style-2:focus {
      border-color: rgba(215, 215, 214, 0.7);
      background-color: transparent; }
  input[type="text"].wpcf7-not-valid,
  input[type="number"].wpcf7-not-valid,
  input[type="tel"].wpcf7-not-valid,
  input[type="email"].wpcf7-not-valid,
  input[type="search"].wpcf7-not-valid,
  input[type="date"].wpcf7-not-valid,
  input[type="password"].wpcf7-not-valid {
    border-color: #41c648; }

.wpcf7-not-valid-tip {
  display: none !important; }

/*SELECT2*/
.select2-container--default .select2-selection--single {
  height: 55px;
  border: 1px solid #d7d6d6;
  outline: none !important; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 35px 0 20px;
    line-height: 53px;
    outline: none !important; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 53px; }

.select2-results__options li {
  padding: 5px 20px;
  margin-bottom: 0; }
  .select2-results__options li:before {
    display: none; }

.select2-search--dropdown {
  display: none; }

.select2-dropdown {
  border-color: #d7d6d6; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #009bdc; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px; }

input[type="submit"],
button,
.button {
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  padding: 11px 26px 9px;
  font-size: 14px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  z-index: 1;
  background-color: transparent !important;
  line-height: 21px;
  letter-spacing: 1px;
  border: 2px solid #41c648;
  text-decoration: none !important;
  outline: none !important;
  /*Colors*/ }
  input[type="submit"].btn-md,
  button.btn-md,
  .button.btn-md {
    padding: 16px 61px 14px; }
  input[type="submit"].btn-lg,
  button.btn-lg,
  .button.btn-lg {
    padding: 21px 76px 19px; }
  input[type="submit"]:before,
  button:before,
  .button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #41c648;
    z-index: -1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  input[type="submit"]:hover,
  button:hover,
  .button:hover {
    color: #41c648;
    border-color: #41c648; }
    input[type="submit"]:hover:active,
    button:hover:active,
    .button:hover:active {
      color: #41c648 !important;
      border-color: #41c648; }
    input[type="submit"]:hover:before,
    button:hover:before,
    .button:hover:before {
      opacity: 0;
      -webkit-transform: scale3d(0.7, 1, 1);
      transform: scale3d(0.7, 1, 1); }
  input[type="submit"].btn-style-2,
  button.btn-style-2,
  .button.btn-style-2 {
    border-color: #000; }
    input[type="submit"].btn-style-2:before,
    button.btn-style-2:before,
    .button.btn-style-2:before {
      background-color: #000; }
    input[type="submit"].btn-style-2:hover,
    button.btn-style-2:hover,
    .button.btn-style-2:hover {
      color: #000; }
      input[type="submit"].btn-style-2:hover:active,
      button.btn-style-2:hover:active,
      .button.btn-style-2:hover:active {
        color: #000 !important;
        border-color: #000; }
  input[type="submit"].btn-style-3,
  button.btn-style-3,
  .button.btn-style-3 {
    border-color: #595959; }
    input[type="submit"].btn-style-3:before,
    button.btn-style-3:before,
    .button.btn-style-3:before {
      background-color: #595959; }
    input[type="submit"].btn-style-3:hover,
    button.btn-style-3:hover,
    .button.btn-style-3:hover {
      color: #595959; }
      input[type="submit"].btn-style-3:hover:active,
      button.btn-style-3:hover:active,
      .button.btn-style-3:hover:active {
        color: #595959 !important;
        border-color: #595959; }
  input[type="submit"].btn-style-4,
  button.btn-style-4,
  .button.btn-style-4 {
    border-color: #fff; }
    input[type="submit"].btn-style-4:before,
    button.btn-style-4:before,
    .button.btn-style-4:before {
      background-color: #fff; }
    input[type="submit"].btn-style-4:hover,
    button.btn-style-4:hover,
    .button.btn-style-4:hover {
      color: #fff; }
      input[type="submit"].btn-style-4:hover:active,
      button.btn-style-4:hover:active,
      .button.btn-style-4:hover:active {
        color: #fff !important;
        border-color: #fff; }
  input[type="submit"].btn-secondary,
  button.btn-secondary,
  .button.btn-secondary {
    color: #41c648; }
    input[type="submit"].btn-secondary:before,
    button.btn-secondary:before,
    .button.btn-secondary:before {
      opacity: 0;
      -webkit-transform: scale3d(0.7, 1, 1);
      transform: scale3d(0.7, 1, 1); }
    input[type="submit"].btn-secondary:hover,
    button.btn-secondary:hover,
    .button.btn-secondary:hover {
      color: #fff; }
      input[type="submit"].btn-secondary:hover:before,
      button.btn-secondary:hover:before,
      .button.btn-secondary:hover:before {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      input[type="submit"].btn-secondary:hover:active,
      button.btn-secondary:hover:active,
      .button.btn-secondary:hover:active {
        color: #fff !important; }
    input[type="submit"].btn-secondary.btn-style-2,
    button.btn-secondary.btn-style-2,
    .button.btn-secondary.btn-style-2 {
      color: #000; }
      input[type="submit"].btn-secondary.btn-style-2:before,
      button.btn-secondary.btn-style-2:before,
      .button.btn-secondary.btn-style-2:before {
        background: #000; }
      input[type="submit"].btn-secondary.btn-style-2:hover,
      button.btn-secondary.btn-style-2:hover,
      .button.btn-secondary.btn-style-2:hover {
        color: #fff; }
        input[type="submit"].btn-secondary.btn-style-2:hover:active,
        button.btn-secondary.btn-style-2:hover:active,
        .button.btn-secondary.btn-style-2:hover:active {
          color: #fff !important; }
    input[type="submit"].btn-secondary.btn-style-3,
    button.btn-secondary.btn-style-3,
    .button.btn-secondary.btn-style-3 {
      color: #595959; }
      input[type="submit"].btn-secondary.btn-style-3:before,
      button.btn-secondary.btn-style-3:before,
      .button.btn-secondary.btn-style-3:before {
        background: #595959; }
      input[type="submit"].btn-secondary.btn-style-3:hover,
      button.btn-secondary.btn-style-3:hover,
      .button.btn-secondary.btn-style-3:hover {
        color: #fff; }
        input[type="submit"].btn-secondary.btn-style-3:hover:active,
        button.btn-secondary.btn-style-3:hover:active,
        .button.btn-secondary.btn-style-3:hover:active {
          color: #fff !important; }
    input[type="submit"].btn-secondary.btn-style-4,
    button.btn-secondary.btn-style-4,
    .button.btn-secondary.btn-style-4 {
      color: #fff; }
      input[type="submit"].btn-secondary.btn-style-4:before,
      button.btn-secondary.btn-style-4:before,
      .button.btn-secondary.btn-style-4:before {
        background: #fff; }
      input[type="submit"].btn-secondary.btn-style-4:hover,
      button.btn-secondary.btn-style-4:hover,
      .button.btn-secondary.btn-style-4:hover {
        color: #41c648; }
        input[type="submit"].btn-secondary.btn-style-4:hover:active,
        button.btn-secondary.btn-style-4:hover:active,
        .button.btn-secondary.btn-style-4:hover:active {
          color: #41c648 !important; }
  input[type="submit"][disabled],
  button[disabled],
  .button[disabled] {
    opacity: 0.5;
    cursor: not-allowed; }

input[type="submit"] {
  background-color: #41c648 !important; }
  input[type="submit"]:hover {
    background-color: transparent !important; }

textarea {
  width: 100%;
  max-height: 117px;
  padding: 20px 17px;
  border: 1px solid #d7d6d6;
  border-radius: 5px;
  resize: none;
  outline: none !important;
  background: rgba(255, 255, 255, 0.7);
  color: #151515;
  border: 1px solid rgba(215, 215, 214, 0.7); }
  textarea:focus {
    border: 1px solid #d7d7d6;
    background: white; }
  textarea.style-2 {
    border-color: #ededed;
    background-color: #ededed; }
    textarea.style-2:focus {
      border-color: rgba(215, 215, 214, 0.7);
      background-color: transparent; }
  textarea.wpcf7-not-valid {
    border-color: #41c648; }

.form-group label {
  opacity: 0.5; }

div.wpcf7-response-output {
  margin: 25px 0 10px;
  padding: 15px 20px;
  border-radius: 5px; }

div.wpcf7 img.ajax-loader {
  margin: 20px 0 0 20px; }

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: static;
  margin-left: 0;
  margin-right: 5px; }

/*1.3 Typographt*/
legend {
  padding-bottom: 15px; }

body, .normal_font {
  font-family: "Roboto";
  font-size: 15px;
  line-height: 24px;
  color: #000; }

.wpb_wrapper .wpb_content_element {
  margin-bottom: 50px; }

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

a {
  color: #009bdc;
  outline: none !important; }
  a:hover {
    color: #009bdc;
    text-decoration: underline; }

p {
  margin: 0 0 24px;
  font-weight: 400; }

.button {
  font-family: "Roboto Condensed"; }

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="date"],
input[type="password"],
textarea,
.comment-form-rating label,
.woocommerce-breadcrumb,
.woocommerce .price,
.woocommerce .onsale,
.comment-form label,
.vc_tta.vc_general .vc_tta-tab > a,
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
.heading-font,
.widget_recent_entries,
.menu-widget-menu-container li,
table,
div.widget_nav_menu ul.menu li a,
.stm-widget-menu ul.menu li a {
  margin: 0;
  font-family: "Roboto Condensed";
  color: #151515; }

h1, .h1 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700; }

h2, .h2 {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700; }

h3, .h3 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700; }

h4, .h4 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700; }

h5, .h5 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700; }

h6, .h6 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700; }

ul {
  padding: 0;
  margin-bottom: 20px;
  list-style: none; }
  ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #151515; }
    ul li:before {
      position: absolute;
      content: '';
      display: block;
      left: 0;
      top: 11px;
      width: 3px;
      height: 3px;
      background-color: #41c648; }
    ul li a {
      display: inline-block; }
  ul.stm-list-icon li {
    padding-left: 25px; }
    ul.stm-list-icon li:before {
      display: none; }
    ul.stm-list-icon li > .fa {
      position: absolute;
      color: #41c648;
      left: 0;
      top: 4px; }
      ul.stm-list-icon li > .fa.fa-arrow-right {
        top: 7px;
        font-size: 11px; }

ol {
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
  counter-reset: section; }
  ol li {
    position: relative;
    padding-left: 0;
    margin-bottom: 10px;
    color: #151515; }
    ol li:before {
      position: absolute;
      content: '';
      display: block;
      position: relative;
      display: inline;
      top: 0;
      margin-right: 7px;
      counter-increment: section;
      content: counters(section, ".") ". ";
      color: #41c648;
      font-weight: 700;
      font-size: 14px; }

ol ul,
ul ul,
ol ol,
ul ol {
  padding-left: 10px;
  margin-top: 10px; }

blockquote {
  padding: 0 0 0 15px;
  border-left: 3px solid #41c648;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #151515;
  letter-spacing: 0.3px; }
  blockquote p {
    font-weight: 500; }
  blockquote.style_2 {
    position: relative;
    padding-left: 78px;
    border: none;
    font-weight: 500; }
    blockquote.style_2:before {
      position: absolute;
      content: '';
      display: block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      left: 0;
      top: -9px;
      color: #41c648;
      font-size: 45px;
      content: "\f10d"; }

.highlight {
  background-color: #41c648;
  color: #fff;
  padding: 0 4px; }

.highlight_2 {
  background-color: #151515;
  color: #fff;
  padding: 0 4px; }

table {
  width: 100%; }
  table thead {
    background-color: #41c648;
    color: #fff; }
    table thead tr th {
      padding: 13px 7px; }
      table thead tr th.data-rank {
        text-align: left;
        padding-left: 20px !important; }
      table thead tr th.data-pct {
        text-align: center; }
  table tbody tr.odd {
    background-color: #e8e8e8 !important; }
  table tbody tr.even {
    background-color: #fff; }
  table tbody tr td {
    padding: 13px 5px;
    border-bottom: 1px solid #d8d8d8; }
    table tbody tr td.data-rank {
      text-align: left;
      padding-left: 20px !important; }
    table tbody tr td.data-name {
      padding-left: 5px;
      color: #535353;
      font-weight: 700; }
    table tbody tr td.data-pct {
      text-align: center; }

.sp-league-table {
  text-align: center; }
  .sp-league-table th {
    text-align: center; }

.myaccount_user {
  padding-right: 30%; }

.myaccount_user,
.myaccount_address {
  margin-bottom: 40px; }

/*1.4 Site styles*/
body.modal-open .stm-footer {
  padding-right: 15px; }

.stm-boxed {
  max-width: 1230px;
  width: auto;
  margin: 0 auto; }
  .stm-boxed .stm-footer {
    max-width: 1230px;
    margin: 0 auto; }

.modal-body {
  padding: 20px 30px 10px; }

.modal-content {
  box-shadow: none;
  border: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.modal-header {
  padding: 20px 50px 20px 30px;
  background-color: #41c648;
  color: #fff;
  border: 1px solid #41c648;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
  .modal-header .modal-title {
    margin-bottom: 5px;
    color: #fff; }
  .modal-header em {
    color: #fff; }
  .modal-header .close {
    float: none;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 7px 3px 8px;
    opacity: 1;
    line-height: 20px;
    text-align: center;
    background: transparent !important;
    vertical-align: top;
    border: 1px solid #fff;
    border-radius: 5px; }
    .modal-header .close:before {
      display: none; }
    .modal-header .close:hover {
      opacity: 1;
      background-color: #fff !important; }
      .modal-header .close:hover .fa {
        color: #41c648 !important; }
    .modal-header .close .fa {
      vertical-align: top;
      font-size: 18px;
      text-shadow: none;
      color: #fff; }

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

.stm-red {
  color: #41c648 !important; }

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }

.stm-default-page {
  padding: 50px 0 0; }

.stm-text-color-white .stm-link-all,
.stm-text-color-white .sp-table-caption,
.stm-text-color-white .stm-media-tabs .stm-media-tabs-nav ul li a,
.stm-text-color-white .stm-main-title-unit {
  color: #fff !important; }

.stm-text-color-white .stm-media-tabs .stm-media-tabs-nav ul li.active a {
  color: #41c648 !important; }

.stm-parallax-bg {
  position: relative;
  background-attachment: fixed; }
  .stm-parallax-bg:before {
    position: absolute;
    content: '';
    display: block;
    display: block !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: 50% 0 !important; }

.stm-dark-bg {
  background-color: #151515; }

.stm-red-bg {
  background-color: #41c648; }

.stm-simple-gradient {
  background: -webkit-linear-gradient(90deg, #fafaf8 0%, #edeee9 100%);
  background: -webkit-linear-gradient(left, #fafaf8 0%, #edeee9 100%);
  background: linear-gradient(90deg, #fafaf8 0%, #edeee9 100%); }

.container {
  width: auto;
  max-width: 1200px; }

#wrapper {
  position: relative;
  background-color: #f8f8f8;
  overflow: hidden;
  z-index: 45; }

#main {
  padding-bottom: 100px; }

body.stm-macintosh h1, body.stm-macintosh .h1,
body.stm-macintosh h2, body.stm-macintosh .h2,
body.stm-macintosh h3, body.stm-macintosh .h3,
body.stm-macintosh h4, body.stm-macintosh .h4,
body.stm-macintosh h5, body.stm-macintosh .h5,
body.stm-macintosh h6, body.stm-macintosh .h6,
body.stm-macintosh .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.row-3 .col-md-4:nth-child(3n+1) {
  clear: both; }

#stm-top-bar {
  min-height: 50px;
  background-color: #151515;
  color: #fff; }
  #stm-top-bar .heading-font,
  #stm-top-bar .stm-ticker-title,
  #stm-top-bar a {
    color: #fff; }
  #stm-top-bar .stm-top-profile-holder {
    line-height: 50px;
    float: right;
    display: block;
    margin-left: 20px; }
    #stm-top-bar .stm-top-profile-holder .stm-profile-wrapp .stm-profile-img {
      display: inline-block;
      max-width: 20px;
      vertical-align: middle;
      margin-right: 5px; }
      #stm-top-bar .stm-top-profile-holder .stm-profile-wrapp .stm-profile-img img {
        display: block;
        width: 100%; }
    #stm-top-bar .stm-top-profile-holder .stm-profile-wrapp a {
      display: inline-block;
      overflow: hidden;
      font-family: 'Roboto';
      font-weight: 400;
      font-size: 12px;
      vertical-align: middle;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase; }
      #stm-top-bar .stm-top-profile-holder .stm-profile-wrapp a:hover {
        color: #41c648; }
    #stm-top-bar .stm-top-profile-holder .stm-profile-wrapp .vertical-divider {
      display: inline-block;
      overflow: hidden;
      height: 12px;
      border-left: solid 1px rgba(255, 255, 255, 0.3);
      margin: -3px 12px 0 14px;
      line-height: 15px;
      vertical-align: middle; }
  #stm-top-bar .stm-top-ticker-holder {
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden; }
    #stm-top-bar .stm-top-ticker-holder .stm-ticker-title {
      position: relative;
      top: 1px;
      display: block;
      float: left;
      margin-right: 50px;
      vertical-align: top;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 15px;
      line-height: 50px;
      word-spacing: 1.3px; }
    #stm-top-bar .stm-top-ticker-holder .stm-ticker {
      display: block;
      overflow: hidden;
      vertical-align: top;
      height: 50px;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      #stm-top-bar .stm-top-ticker-holder .stm-ticker li {
        position: static;
        line-height: 50px;
        letter-spacing: 0.8px;
        font-weight: 300;
        margin-bottom: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: inherit; }
        #stm-top-bar .stm-top-ticker-holder .stm-ticker li:before {
          display: none; }
      #stm-top-bar .stm-top-ticker-holder .stm-ticker.ticker-active li {
        display: none;
        overflow: hidden;
        white-space: nowrap; }
  #stm-top-bar .stm-top-socials-holder {
    float: right;
    margin-right: 37px; }
    #stm-top-bar .stm-top-socials-holder .top-bar-socials li {
      display: inline-block;
      padding: 0;
      margin-bottom: 0;
      margin-right: 23px;
      vertical-align: top;
      line-height: 50px; }
      #stm-top-bar .stm-top-socials-holder .top-bar-socials li:before {
        display: none; }
      #stm-top-bar .stm-top-socials-holder .top-bar-socials li a {
        font-size: 16px;
        opacity: 0.7; }
        #stm-top-bar .stm-top-socials-holder .top-bar-socials li a:hover {
          opacity: 1; }
  #stm-top-bar .stm-top-bar_right {
    float: right; }
    #stm-top-bar .stm-top-bar_right .stm-top-cart-holder,
    #stm-top-bar .stm-top-bar_right .stm-top-switcher-holder {
      display: inline-block;
      vertical-align: top;
      line-height: 50px; }
    #stm-top-bar .stm-top-bar_right .stm-top-cart-holder .normal_font {
      line-height: 50px; }
    #stm-top-bar .stm-top-bar_right .language-switcher-unit {
      position: relative;
      vertical-align: top;
      cursor: pointer; }
      #stm-top-bar .stm-top-bar_right .language-switcher-unit .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        padding: 5px 0;
        margin-top: -1px;
        margin-left: -20px;
        max-width: 100%;
        min-width: 100%;
        background-color: #151515;
        border-radius: 0;
        border: 0;
        box-shadow: none;
        z-index: 1000000; }
        #stm-top-bar .stm-top-bar_right .language-switcher-unit .dropdown-menu > li {
          margin-bottom: 0; }
          #stm-top-bar .stm-top-bar_right .language-switcher-unit .dropdown-menu > li > a {
            background-color: #151515 !important;
            padding-top: 2px;
            padding-bottom: 2px; }
            #stm-top-bar .stm-top-bar_right .language-switcher-unit .dropdown-menu > li > a .stm-language-flag {
              box-shadow: 0 0 5px rgba(255, 255, 255, 0.3); }
            #stm-top-bar .stm-top-bar_right .language-switcher-unit .dropdown-menu > li > a .stm-language-code {
              top: 0; }
      #stm-top-bar .stm-top-bar_right .language-switcher-unit:hover .stm-switcher-open {
        opacity: 1; }
      #stm-top-bar .stm-top-bar_right .language-switcher-unit.open .dropdown-menu {
        opacity: 1;
        visibility: visible; }
      #stm-top-bar .stm-top-bar_right .language-switcher-unit.open .stm-switcher-open {
        border-top: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #fff; }
      #stm-top-bar .stm-top-bar_right .language-switcher-unit .stm-switcher-open {
        position: absolute;
        top: 24px;
        right: 34px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        opacity: 0.2; }
      #stm-top-bar .stm-top-bar_right .language-switcher-unit .stm-language-flag {
        margin-right: 7px; }
        #stm-top-bar .stm-top-bar_right .language-switcher-unit .stm-language-flag img {
          vertical-align: middle; }
      #stm-top-bar .stm-top-bar_right .language-switcher-unit .stm-language-code {
        position: relative;
        top: 1px;
        vertical-align: top;
        text-transform: uppercase;
        font-weight: 700; }
      #stm-top-bar .stm-top-bar_right .language-switcher-unit .stm-current-language {
        padding-right: 62px; }
    #stm-top-bar .stm-top-bar_right .help-bar-shop > a {
      display: block;
      padding: 0 20px;
      height: 50px;
      text-decoration: none !important; }
      #stm-top-bar .stm-top-bar_right .help-bar-shop > a:hover {
        background: rgba(5, 5, 5, 0.6); }
      #stm-top-bar .stm-top-bar_right .help-bar-shop > a .fa {
        position: relative;
        top: 1px;
        margin-right: 13px;
        font-size: 16px; }
      #stm-top-bar .stm-top-bar_right .help-bar-shop > a .list-label {
        position: relative;
        top: 1px;
        margin-right: 10px; }
      #stm-top-bar .stm-top-bar_right .help-bar-shop > a .list-badge {
        display: inline-block;
        padding: 0 4px;
        vertical-align: middle;
        max-width: 100%;
        min-width: 19px;
        min-height: 19px;
        line-height: 19px;
        background-color: #41c648;
        font-size: 11px;
        text-align: center;
        border-radius: 50%;
        text-indent: -1px;
        white-space: nowrap; }

.page-numbers,
.stm-list-duty {
  padding: 0;
  margin: 0;
  list-style: none; }
  .page-numbers li,
  .stm-list-duty li {
    padding-left: 0; }
    .page-numbers li:before,
    .stm-list-duty li:before {
      display: none !important; }

ul.page-numbers {
  font-size: 0;
  margin: 50px -5px 0; }
  ul.page-numbers li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin: 0 10px; }
    ul.page-numbers li a,
    ul.page-numbers li span {
      display: block;
      min-width: 45px;
      min-height: 45px;
      line-height: 45px;
      text-align: center;
      border: 2px solid #bfbfbf;
      color: #bfbfbf;
      border-radius: 5px;
      font-size: 14px;
      font-weight: 700;
      text-decoration: none !important; }
      ul.page-numbers li a:hover, ul.page-numbers li a.current,
      ul.page-numbers li span:hover,
      ul.page-numbers li span.current {
        color: #fff;
        background-color: #41c648;
        border-color: #41c648; }
      ul.page-numbers li a.next, ul.page-numbers li a.prev,
      ul.page-numbers li span.next,
      ul.page-numbers li span.prev {
        border-color: transparent;
        font-size: 24px; }
        ul.page-numbers li a.next:hover, ul.page-numbers li a.prev:hover,
        ul.page-numbers li span.next:hover,
        ul.page-numbers li span.prev:hover {
          background-color: transparent;
          border-color: transparent;
          color: #41c648; }
      ul.page-numbers li a .fa-chevron-right,
      ul.page-numbers li span .fa-chevron-right {
        text-indent: 3px; }

/*HEADER FIXED*/
.stm-header.stm-transparent-header.stm-header-fixed .stm-header-inner {
  min-height: 100px;
  padding: 10px 0;
  background: black;
  position: fixed; }
  .stm-header.stm-transparent-header.stm-header-fixed .stm-header-inner .stm-main-menu-unit {
    margin-top: 4px !important; }
  .stm-header.stm-transparent-header.stm-header-fixed .stm-header-inner img {
    margin-top: 4px;
    max-height: 70.5px;
    width: auto !important;
    -webkit-transform: translateZ(0); }

.stm-header.stm-non-transparent-header.stm-header-fixed .stm-header-inner {
  position: fixed;
  top: -250px;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100px;
  padding: 10px 0;
  background: black; }
  .stm-header.stm-non-transparent-header.stm-header-fixed .stm-header-inner .stm-main-menu-unit {
    margin-top: 4px !important; }
  .stm-header.stm-non-transparent-header.stm-header-fixed .stm-header-inner img {
    margin-top: 4px;
    height: 70.5px;
    width: auto !important;
    -webkit-transform: translateZ(0); }

.stm-header.stm-non-transparent-header.stm-header-fixed-intermediate .stm-header-inner {
  top: 0; }

.stm-header {
  position: relative;
  z-index: 9999;
  /*MENU*/
  /*Transparent settings*/ }
  .stm-header .stm-header-inner {
    padding: 33px 0 37px;
    background-color: #000; }
  .stm-header .stm-header-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    opacity: 0.6;
    z-index: 1; }
  .stm-header .stm-header-container {
    position: relative;
    z-index: 5; }
  .stm-header .logo-main {
    float: left;
    margin-right: 20px; }
    .stm-header .logo-main .blogname a {
      text-decoration: none !important; }
    .stm-header .logo-main .blogname h1 {
      margin-bottom: 20px;
      font-size: 25px;
      line-height: 1;
      text-transform: uppercase;
      font-weight: 700;
      color: #fff; }
    .stm-header .logo-main img {
      -webkit-transform: translateZ(0); }
  .stm-header .stm-main-menu {
    text-align: right; }
    .stm-header .stm-main-menu .stm-main-menu-unit {
      position: relative;
      display: inline-block;
      max-width: 100%;
      vertical-align: top;
      text-align: right;
      background: rgba(21, 21, 21, 0.8); }
      .stm-header .stm-main-menu .stm-main-menu-unit:after {
        position: absolute;
        content: '';
        display: block;
        bottom: -2px;
        left: 0;
        right: 0;
        height: 2px;
        background: rgba(21, 21, 21, 0.5); }
      .stm-header .stm-main-menu .stm-main-menu-unit .header-menu {
        font-size: 0; }
        .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu {
          position: absolute;
          width: 215px;
          padding: 0;
          margin: 0;
          list-style: none;
          background-color: #111111;
          text-align: left;
          visibility: hidden;
          opacity: 0;
          z-index: -1; }
          .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li {
            position: relative; }
            .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li.menu-item-has-children:before {
              position: absolute;
              content: '';
              display: block;
              right: 24px;
              left: inherit;
              top: 50%;
              width: 0;
              height: 0;
              margin-top: -5px;
              border-top: 5px solid transparent;
              border-bottom: 5px solid transparent;
              border-left: 5px solid #fff;
              background-color: transparent;
              border-radius: 0;
              z-index: 5; }
            .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li a {
              padding-right: 40px;
              line-height: 50px; }
            .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu {
              left: 100%;
              top: 0; }
            .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li.current-menu-item a {
              background-color: #111; }
        .stm-header .stm-main-menu .stm-main-menu-unit .header-menu li {
          margin-bottom: 0;
          padding-left: 0; }
          .stm-header .stm-main-menu .stm-main-menu-unit .header-menu li:before {
            display: none; }
          .stm-header .stm-main-menu .stm-main-menu-unit .header-menu li:hover > .sub-menu {
            visibility: visible;
            opacity: 1;
            z-index: 1; }
        .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li {
          display: inline-block;
          vertical-align: top;
          max-width: 100%; }
          .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li.current-menu-item > a {
            background-color: #41c648; }
            .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li.current-menu-item > a:before {
              opacity: 1;
              -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
          .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a {
            text-decoration: none !important;
            position: relative;
            display: block;
            padding: 0 24px;
            line-height: 70px;
            color: #fff;
            font-weight: 700;
            font-size: 15px;
            text-transform: uppercase;
            overflow: hidden; }
            .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a span {
              position: relative;
              z-index: 5; }
            .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a:before {
              position: absolute;
              content: '';
              display: block;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: #41c648;
              z-index: 1;
              opacity: 0;
              -webkit-transform: scale3d(0.7, 1, 1);
              transform: scale3d(0.7, 1, 1);
              -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
              transition: opacity 0.4s, -webkit-transform 0.4s;
              transition: transform 0.4s, opacity 0.4s;
              transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
              -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
                      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
            .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a:hover:before {
              opacity: 1;
              -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
      .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled {
        padding-right: 70px; }
        .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search {
          position: absolute;
          right: 0;
          top: 0;
          width: 70px;
          height: 100%;
          line-height: 70px;
          text-align: center;
          color: #fff;
          font-size: 16px;
          cursor: pointer;
          z-index: 20; }
          .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit {
            position: absolute;
            right: 0;
            top: 0;
            width: 70px;
            height: 100%;
            padding: 0;
            line-height: 70px;
            background: rgba(21, 21, 21, 0.8) !important;
            border: none;
            outline: none !important;
            border-radius: 0; }
            .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit:before {
              content: '';
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: #41c648;
              z-index: -1;
              opacity: 0;
              -webkit-transform: scale3d(0.7, 1, 1);
              transform: scale3d(0.7, 1, 1);
              -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
              -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
              transition: opacity 0.4s, -webkit-transform 0.4s;
              transition: transform 0.4s, opacity 0.4s;
              transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
              -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
              transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
            .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit i {
              position: relative;
              top: -2px; }
            .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit:hover {
              color: #fff !important; }
              .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit:hover:before {
                opacity: 1;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
          .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-input {
            position: absolute;
            top: 0;
            right: 100%;
            width: 0px;
            padding: 0px;
            height: 70px;
            border: 0;
            border-radius: 0;
            font-size: 14px;
            background-color: #151515;
            box-shadow: none;
            color: #fff; }
            .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-input.active {
              width: 330px;
              padding: 20px 15px; }
            .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-input::-webkit-input-placeholder {
              color: #fff; }
  .stm-header.stm-transparent-header .stm-header-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent; }
    .stm-header.stm-transparent-header .stm-header-inner .stm-header-background {
      opacity: 0;
      visibility: hidden; }

.stm-title-box-unit {
  padding-bottom: 50px;
  padding-top: 61px; }
  .stm-title-box-unit.transparent-header_on {
    padding: 0; }
  .stm-title-box-unit .stm-page-title {
    margin-top: 0; }

.stm-small-title-box {
  margin-top: -8px; }
  .stm-small-title-box .stm-page-title {
    margin: 0; }
  .stm-small-title-box .stm-title-box-unit {
    margin: 0 -15px;
    padding-top: 0;
    padding-bottom: 21px; }
  .stm-small-title-box .navxtBreads {
    margin-top: 12px; }

.stm-page-title {
  margin-top: 61px; }
  .stm-page-title h3 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.1px; }

.navxtBreads {
  margin-top: 13px;
  letter-spacing: 0.7px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700; }
  .navxtBreads > span {
    margin: 0 4px;
    color: #404040; }
    .navxtBreads > span a {
      color: #41c648; }
    .navxtBreads > span:first-child {
      margin-left: 0; }
    .navxtBreads > span:last-child {
      margin-right: 0; }

.stm-demo-buttons .button {
  margin: 0 25px 30px 0; }
  .stm-demo-buttons .button:last-child {
    margin-right: 0; }

.stm-demo-typography .wpb_content_element {
  margin-bottom: 50px !important; }
  .stm-demo-typography .wpb_content_element .wpb_wrapper {
    position: relative;
    padding-left: 100px; }
    .stm-demo-typography .wpb_content_element .wpb_wrapper h1 .stm-red {
      top: -5px; }
    .stm-demo-typography .wpb_content_element .wpb_wrapper h2 .stm-red {
      top: 1px; }
    .stm-demo-typography .wpb_content_element .wpb_wrapper h3 .stm-red {
      top: 2px; }
    .stm-demo-typography .wpb_content_element .wpb_wrapper h4 .stm-red {
      top: 5px; }
    .stm-demo-typography .wpb_content_element .wpb_wrapper h5 .stm-red {
      top: 8px; }
    .stm-demo-typography .wpb_content_element .wpb_wrapper h6 .stm-red {
      top: 12px; }
    .stm-demo-typography .wpb_content_element .wpb_wrapper .stm-red {
      left: 0;
      top: 0;
      position: absolute;
      font-size: 36px; }

body .vc_progress_bar .vc_single_bar {
  height: 35px;
  margin-bottom: 30px;
  border-radius: 16px; }
  body .vc_progress_bar .vc_single_bar .vc_bar {
    border-radius: 16px; }
    body .vc_progress_bar .vc_single_bar .vc_bar small {
      position: absolute;
      right: 10px;
      top: 6px;
      color: #fff; }
  body .vc_progress_bar .vc_single_bar.vc_progress-bar-color-bar_red {
    background-color: #f1b6b7; }
    body .vc_progress_bar .vc_single_bar.vc_progress-bar-color-bar_red .vc_bar {
      background-color: #41c648; }
  body .vc_progress_bar .vc_single_bar.vc_progress-bar-color-bar_green {
    background-color: #affaad; }
  body .vc_progress_bar .vc_single_bar.vc_progress-bar-color-bar_blue {
    background-color: #ade5f7; }
    body .vc_progress_bar .vc_single_bar.vc_progress-bar-color-bar_blue .vc_bar {
      background-color: #00baf4; }
  body .vc_progress_bar .vc_single_bar.vc_progress-bar-color-bar_grey {
    background-color: #c8c8c8; }
    body .vc_progress_bar .vc_single_bar.vc_progress-bar-color-bar_grey .vc_bar {
      background-color: #595959; }
  body .vc_progress_bar .vc_single_bar.vc_progress-bar-color-bar_orange {
    background-color: #fae9ad; }
    body .vc_progress_bar .vc_single_bar.vc_progress-bar-color-bar_orange .vc_bar {
      background-color: #ffc600; }

body .vc_progress_bar .vc_label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400; }

.tparrows.gyges {
  background-color: #252525;
  width: 80px;
  height: 80px; }
  .tparrows.gyges:before {
    line-height: 80px;
    font-size: 24px; }
  .tparrows.gyges:hover {
    background-color: #41c648; }

.rev_slider {
  background-color: #000; }

.tparrows.hades {
  background-color: #252525;
  width: 80px !important;
  height: 80px !important; }
  .tparrows.hades:before {
    line-height: 80px !important;
    font-size: 24px; }
  .tparrows.hades:hover {
    background-color: #41c648; }
    .tparrows.hades:hover:before {
      background-color: #41c648;
      color: #fff; }
  .tparrows.hades .tp-arr-allwrapper {
    width: 80px !important;
    height: 80px !important; }

.tp-bullets.ares .tp-bullet.selected {
  background-color: #41c648; }

.slider-date {
  color: #a4a4a4 !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px; }

.slider-title {
  font-weight: 700;
  color: #fff !important;
  letter-spacing: 2px; }

.slider-description {
  font-size: 30px;
  color: #c5c5c5;
  font-weight: 300;
  letter-spacing: 1.4px; }

.tp-caption .button.btn-md {
  padding-right: 49px;
  padding-left: 49px; }
  .tp-caption .button.btn-md:hover {
    color: #fff !important; }

#stm-footer-bottom {
  padding: 22px 0 28px;
  background-color: #1a1a1a;
  color: #fff; }
  #stm-footer-bottom .h6,
  #stm-footer-bottom a {
    color: #fff; }
  #stm-footer-bottom .footer-bottom-left {
    float: left; }
    #stm-footer-bottom .footer-bottom-left .footer-bottom-left-text {
      margin-top: 6px;
      font-weight: 300;
      font-size: 13px;
      word-spacing: -0.4px;
      letter-spacing: -0.2px; }
  #stm-footer-bottom .footer-bottom-right {
    overflow: hidden; }
    #stm-footer-bottom .footer-bottom-right .footer-bottom-right-text {
      float: right;
      margin-top: 6px;
      font-weight: 300;
      font-size: 13px;
      word-spacing: -0.4px;
      letter-spacing: -0.2px;
      text-align: right; }
    #stm-footer-bottom .footer-bottom-right .footer-socials-unit {
      overflow: hidden;
      text-align: center; }
      #stm-footer-bottom .footer-bottom-right .footer-socials-unit .footer-socials-title {
        position: relative;
        top: 7px;
        display: inline-block;
        margin-right: 15px;
        vertical-align: top;
        max-width: 100%;
        text-transform: uppercase; }
      #stm-footer-bottom .footer-bottom-right .footer-socials-unit .footer-bottom-socials {
        display: inline-block;
        vertical-align: top;
        max-width: 100%; }
        #stm-footer-bottom .footer-bottom-right .footer-socials-unit .footer-bottom-socials li {
          display: inline-block;
          vertical-align: top;
          max-width: 100%;
          margin: 0 3px; }
          #stm-footer-bottom .footer-bottom-right .footer-socials-unit .footer-bottom-socials li a {
            display: block;
            width: 36px;
            height: 36px;
            font-size: 15px;
            line-height: 36px;
            text-align: center;
            background-color: #41c648;
            border-radius: 50%; }
            #stm-footer-bottom .footer-bottom-right .footer-socials-unit .footer-bottom-socials li a:hover {
              background: rgba(226, 30, 34, 0.8); }

.footer-widgets-wrapper {
  padding: 13px 0 5px;
  background-color: #000;
  color: #fff; }
  .footer-widgets-wrapper .widget-title {
    margin-top: 44px; }
  .footer-widgets-wrapper li a {
    text-decoration: none !important; }
    .footer-widgets-wrapper li a:hover {
      color: #41c648; }
  .footer-widgets-wrapper caption,
  .footer-widgets-wrapper li,
  .footer-widgets-wrapper a {
    color: white; }
  .footer-widgets-wrapper .stm-cols-4 {
    margin: 0 -15px; }
    .footer-widgets-wrapper .stm-cols-4 aside {
      display: block;
      float: left;
      width: 25%;
      margin-bottom: 30px; }
      .footer-widgets-wrapper .stm-cols-4 aside:nth-child(4n+1) {
        clear: both; }
      .footer-widgets-wrapper .stm-cols-4 aside .widget-wrapper {
        padding: 0 15px; }
  .footer-widgets-wrapper .textwidget {
    font-size: 14px; }
    .footer-widgets-wrapper .textwidget a:hover {
      text-decoration: none; }
      .footer-widgets-wrapper .textwidget a:hover .stm-text-lighten {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
    .footer-widgets-wrapper .textwidget .stm-text-lighten {
      padding-right: 25px;
      opacity: 0.5; }

/*Widgets*/
.widget-wrapper .widget-title h6 {
  margin-bottom: 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #41c648;
  letter-spacing: 0.7px; }

#wp-calendar {
  width: 100%; }

.widget_search label {
  display: block; }
  .widget_search label .search-field {
    margin-bottom: 15px; }

.widget_text {
  font-weight: 300; }
  .widget_text img {
    margin: 10px 0 14px; }

.stm-small-logo {
  display: block;
  max-width: 85px;
  margin-bottom: 15px;
  -webkit-transform: translateZ(0); }

.widget_recent_entries ul li {
  padding-left: 0;
  padding-top: 28px;
  padding-right: 25px;
  margin-bottom: 33px; }
  .widget_recent_entries ul li:before {
    display: none; }
  .widget_recent_entries ul li .post-date {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #a4a4a4; }
  .widget_recent_entries ul li a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
    line-height: 18px; }

.menu-widget-menu-container {
  padding-top: 4px; }
  .menu-widget-menu-container ul:after {
    display: table;
    content: "";
    clear: both; }
  .menu-widget-menu-container li {
    float: left;
    padding-right: 15px;
    margin-bottom: 6px;
    width: 50%; }

.widget_contacts ul {
  padding-top: 5px; }
  .widget_contacts ul li {
    margin-bottom: 16px;
    padding-left: 30px; }
    .widget_contacts ul li .icon {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.5; }
    .widget_contacts ul li.widget_contacts_address .text {
      padding-right: 55px;
      opacity: 0.5; }
      .widget_contacts ul li.widget_contacts_address .text:hover {
        opacity: 1; }
    .widget_contacts ul li.widget_contacts_phone .text {
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 1px; }
    .widget_contacts ul li.widget_contacts_mail {
      padding-top: 4px; }
      .widget_contacts ul li.widget_contacts_mail .icon {
        top: 4px; }
    .widget_contacts ul li a {
      color: #009bdc; }
      .widget_contacts ul li a:hover {
        color: #009bdc;
        text-decoration: underline !important; }

.stm-footer-image {
  position: relative;
  height: 430px;
  background-position: 50% 0;
  background-size: cover; }
  .stm-footer-image:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .stm-footer-image .inner {
    position: relative;
    padding-top: 147px;
    z-index: 90; }
    .stm-footer-image .inner.text-center .heading-font {
      width: auto;
      margin: 0 auto 24px; }
    .stm-footer-image .inner.text-right .heading-font {
      margin: 0 0 24px auto; }
    .stm-footer-image .inner .heading-font {
      max-width: 540px;
      margin-bottom: 24px;
      color: #fff;
      font-size: 40px;
      line-height: 45px;
      font-weight: 700;
      text-transform: uppercase; }

.stm-social-facebook {
  text-indent: -1px; }

.stm-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5; }

.stm-call-to-action {
  padding: 18px 0; }
  .stm-call-to-action .button {
    float: right;
    margin-left: 15px; }
  .stm-call-to-action h4 {
    padding-top: 11px;
    letter-spacing: 1px;
    overflow: hidden; }

/*Next match*/
.stm-latest-results-title {
  letter-spacing: 0.9px; }

.stm-next-match-title {
  float: left;
  margin-right: 45px;
  letter-spacing: 0.8px; }

.stm-next-match-controls {
  overflow: hidden;
  padding-top: 8px; }
  .stm-next-match-controls .stm-next-match-next,
  .stm-next-match-controls .stm-next-match-pagination,
  .stm-next-match-controls .stm-next-match-prev {
    display: inline-block;
    vertical-align: top;
    max-width: 100%; }
  .stm-next-match-controls .stm-next-match-prev,
  .stm-next-match-controls .stm-next-match-next {
    font-size: 24px;
    color: #41c648;
    cursor: pointer; }
    .stm-next-match-controls .stm-next-match-prev.disabled,
    .stm-next-match-controls .stm-next-match-next.disabled {
      color: #cacaca;
      cursor: not-allowed; }
  .stm-next-match-controls .stm-next-match-prev {
    padding-right: 25px; }
  .stm-next-match-controls .stm-next-match-next {
    padding-left: 25px; }
  .stm-next-match-controls .stm-next-match-pagination {
    position: relative;
    top: 1px;
    font-size: 14px;
    font-weight: 700;
    color: #cacaca;
    letter-spacing: 4px; }

.stm-next-match-units {
  margin-top: 37px; }
  .stm-next-match-units.owl-loaded .stm-next-match-unit {
    position: relative;
    opacity: 1; }
  .stm-next-match-units .stm-next-match-unit {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .stm-next-match-units .stm-next-match-unit:first-child {
      position: relative;
      opacity: 1; }
    .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta {
      position: relative;
      min-height: 273px;
      padding-bottom: 40px;
      z-index: 1; }
      .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-matches_bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.6;
        background-size: cover;
        background-position: 50% 100%;
        z-index: -1; }
    .stm-next-match-units .stm-next-match-unit .stm-next-match-time {
      padding: 17px 0 16px;
      background-color: #41c648;
      text-align: center; }
      .stm-next-match-units .stm-next-match-unit .stm-next-match-time .heading-font {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        font-size: 16px;
        letter-spacing: 0.5px; }
        .stm-next-match-units .stm-next-match-unit .stm-next-match-time .heading-font small {
          font-size: 16px; }
        .stm-next-match-units .stm-next-match-unit .stm-next-match-time .heading-font span:after {
          position: absolute;
          content: '';
          display: block;
          display: inline;
          position: static;
          content: '-';
          margin: 0 7px 0 10px;
          vertical-align: top; }
        .stm-next-match-units .stm-next-match-unit .stm-next-match-time .heading-font span:last-child:after {
          display: none; }
    .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents-units {
      padding: 50px 0 28px; }
    .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents {
      text-align: center;
      color: #fff;
      white-space: nowrap;
      display: table;
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%; }
      .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command {
        position: relative;
        height: 105px;
        display: table-cell;
        vertical-align: middle;
        padding: 0 10px 0;
        padding-left: 125px;
        width: 40%;
        text-align: center; }
        .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command.stm-command-right {
          padding-left: 10px;
          padding-right: 125px; }
          .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command.stm-command-right .stm-command-logo {
            left: inherit;
            right: 30px; }
          .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command.stm-command-right .stm-command-title {
            text-align: left; }
        .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command .stm-command-logo {
          position: absolute;
          left: 30px;
          top: 0;
          display: block;
          vertical-align: middle;
          max-width: 103px; }
          .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command .stm-command-logo img {
            -webkit-transform: translateZ(0);
                    transform: translateZ(0); }
        .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command .stm-command-title {
          display: inline-block;
          vertical-align: middle;
          max-width: 100%;
          text-align: right; }
        .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command h4 {
          max-width: 190px;
          margin-bottom: 0;
          white-space: normal;
          color: #fff;
          text-transform: uppercase;
          font-weight: 700;
          line-height: 26px;
          overflow: hidden; }
          .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command h4 a {
            color: #fff;
            text-decoration: none !important; }
        .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command.stm-command-right .stm-command-logo {
          margin: 0 0 0 45px; }
      .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command-vs {
        display: table-cell;
        vertical-align: middle;
        width: 10%; }
        .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command-vs span {
          display: inline-block;
          width: 70px;
          height: 70px;
          line-height: 70px;
          background-color: #41c648;
          font-weight: 700;
          font-size: 36px;
          text-transform: uppercase; }
    .stm-next-match-units .stm-next-match-unit .stm-next-match-info {
      margin-bottom: 8px;
      text-align: center;
      font-size: 16px;
      color: #fff;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.8px; }
    .stm-next-match-units .stm-next-match-unit .stm-next-match-venue {
      text-align: center;
      color: #fff;
      color: white;
      font-size: 15px; }

.stm-latest-results-units {
  padding-top: 20px; }
  .stm-latest-results-units .stm-latest-results-meta {
    width: 100%;
    display: table;
    table-layout: fixed;
    background-color: #e8e8e8;
    padding: 5px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700; }
    .stm-latest-results-units .stm-latest-results-meta > div {
      display: table-cell;
      vertical-align: middle;
      width: 50%; }
      .stm-latest-results-units .stm-latest-results-meta > div.date {
        color: #404040;
        opacity: 0.6; }
      .stm-latest-results-units .stm-latest-results-meta > div.venue {
        color: #000;
        opacity: 0.6;
        text-align: right; }
  .stm-latest-results-units .stm-latest-results-info {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 17px 25px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #e1e1e1; }
    .stm-latest-results-units .stm-latest-results-info > div {
      display: table-cell;
      vertical-align: middle;
      width: 50%; }
    .stm-latest-results-units .stm-latest-results-info .stm-latest-result_result {
      width: 25%;
      font-size: 14px;
      color: #000;
      font-weight: 700;
      text-align: center; }
    .stm-latest-results-units .stm-latest-results-info .stm-latest-result {
      color: #535353;
      font-weight: 700;
      font-size: 14px;
      line-height: 16px; }
      .stm-latest-results-units .stm-latest-results-info .stm-latest-result.stm-latest-result-right {
        text-align: right; }
        .stm-latest-results-units .stm-latest-results-info .stm-latest-result.stm-latest-result-right .stm-latest-result-win-label {
          margin: 0 20px 0 0; }
      .stm-latest-results-units .stm-latest-results-info .stm-latest-result .stm-latest-result-win-label,
      .stm-latest-results-units .stm-latest-results-info .stm-latest-result .stm-latest-result-team {
        display: inline-block;
        vertical-align: top;
        max-width: 100%; }
      .stm-latest-results-units .stm-latest-results-info .stm-latest-result .stm-latest-result-win-label {
        padding: 0 7px;
        font-size: 9px;
        margin-left: 20px;
        background-color: #41c648;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff; }
      .stm-latest-results-units .stm-latest-results-info .stm-latest-result .stm-latest-result-team {
        max-width: 115px;
        white-space: normal; }
        .stm-latest-results-units .stm-latest-results-info .stm-latest-result .stm-latest-result-team a {
          color: #151515;
          text-decoration: none !important; }

.stm-player-list-wrapper {
  margin: 0 -15px; }

.stm-player-ids .stm-main-title-unit {
  margin-bottom: 30px; }

.stm-players {
  text-align: center; }
  .stm-players .stm-list-single-player {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    text-align: left;
    opacity: 0; }
    .stm-players .stm-list-single-player:first-child {
      position: relative;
      opacity: 1; }
    .stm-players .stm-list-single-player:hover img {
      -webkit-transform: scale(1.08) translateZ(0);
              transform: scale(1.08) translateZ(0); }
    .stm-players .stm-list-single-player img {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s;
      width: 100%; }
    .stm-players .stm-list-single-player .stm-list-single-player-info {
      position: absolute;
      height: 100%;
      width: 40px;
      bottom: 0;
      left: 0;
      background-color: #151515; }
      .stm-players .stm-list-single-player .stm-list-single-player-info .inner {
        position: absolute;
        bottom: 0;
        left: 40px;
        height: 40px;
        line-height: 40px;
        padding-left: 32px;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-transform-origin: left bottom 0;
                transform-origin: left bottom 0;
        white-space: nowrap;
        color: #fff; }
        .stm-players .stm-list-single-player .stm-list-single-player-info .inner > div {
          display: inline-block; }
        .stm-players .stm-list-single-player .stm-list-single-player-info .inner .player-number {
          margin-right: 29px;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          font-size: 18px;
          font-weight: 700; }
        .stm-players .stm-list-single-player .stm-list-single-player-info .inner .player-title {
          margin-right: 39px;
          font-size: 16px;
          font-weight: 700; }
        .stm-players .stm-list-single-player .stm-list-single-player-info .inner .player-position {
          font-size: 14px;
          opacity: 0.8; }

.owl-loaded .stm-list-single-player {
  position: relative;
  opacity: 1; }

.stm-main-title-unit {
  margin-bottom: 36px; }

.stm-title-left {
  float: left; }

.stm-carousel-controls-right {
  overflow: hidden;
  text-align: right; }
  .stm-carousel-controls-right .stm-carousel-control-next,
  .stm-carousel-controls-right .stm-carousel-control-prev {
    display: inline-block;
    padding: 6px 12px;
    vertical-align: top;
    max-width: 100%;
    font-size: 24px;
    cursor: pointer;
    color: #41c648; }
    .stm-carousel-controls-right .stm-carousel-control-next.disabled,
    .stm-carousel-controls-right .stm-carousel-control-prev.disabled {
      color: #cacaca;
      cursor: not-allowed; }
  .stm-carousel-controls-right .stm-carousel-control-next {
    padding-right: 0; }

.stm-reviews-controls {
  text-align: left;
  padding-left: 60px; }

.stm-reviews-main-wrapper .stm-main-title-unit {
  margin-bottom: 74px; }

.stm-reviews-main-wrapper > .clearfix {
  margin-top: 41px;
  position: relative;
  z-index: 5; }

.stm-reviews-main-wrapper .stm-review-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  z-index: 0; }

.stm-reviews-main-wrapper .stm-review-dots {
  display: inline-block;
  vertical-align: top;
  max-width: 100%; }
  .stm-reviews-main-wrapper .stm-review-dots .owl-dot {
    display: inline-block;
    margin: 13px 9px 0;
    vertical-align: top;
    max-width: 100%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #dbdbda;
    cursor: pointer; }
    .stm-reviews-main-wrapper .stm-review-dots .owl-dot.active {
      background-color: #41c648; }

.stm-reviews {
  max-width: 430px;
  padding-bottom: 50px; }
  .stm-reviews .stm-review-single {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .stm-reviews.owl-loaded .stm-review-single {
    position: relative;
    opacity: 1; }
  .stm-reviews .stm-review-container {
    max-width: 300px;
    margin: 0 auto;
    padding: 160px 15px 70px 15px;
    background: rgba(0, 0, 0, 0.07);
    text-align: center; }
    .stm-reviews .stm-review-container .icon {
      position: absolute;
      width: 100%;
      top: 59px;
      left: 0;
      right: 0;
      font-size: 58px;
      color: #000;
      opacity: 0.2; }
    .stm-reviews .stm-review-container .title {
      margin-bottom: 20px;
      color: #41c648;
      font-weight: 700;
      font-size: 16px;
      line-height: 18px;
      text-transform: uppercase; }
    .stm-reviews .stm-review-container .content {
      margin: 0 -65px;
      color: #525252;
      font-size: 16px;
      line-height: 30px; }
      .stm-reviews .stm-review-container .content p {
        margin-bottom: 30px; }
    .stm-reviews .stm-review-container .line {
      width: 100%;
      max-width: 105px;
      margin: 0 auto;
      background-color: #41c648;
      height: 2px; }
  .stm-reviews .owl-item {
    overflow: hidden; }
    .stm-reviews .owl-item.active {
      overflow: visible; }

.stm-reviews-carosel-wrapper {
  margin-left: 9%; }

#sb_instagram {
  width: 100% !important;
  max-width: 100% !important;
  /*Col 3*/ }
  #sb_instagram.sbi_col_1 #sbi_images {
    float: none;
    white-space: nowrap; }
    #sb_instagram.sbi_col_1 #sbi_images .sbi_item {
      display: inline-block;
      vertical-align: top;
      width: 160px !important;
      height: 160px !important; }
      #sb_instagram.sbi_col_1 #sbi_images .sbi_item .sbi_photo_wrap {
        max-height: 100%;
        height: 100% !important; }
      #sb_instagram.sbi_col_1 #sbi_images .sbi_item .sbi_photo {
        max-height: 100%; }
        #sb_instagram.sbi_col_1 #sbi_images .sbi_item .sbi_photo:before {
          position: absolute;
          content: '';
          display: block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0);
          content: "\f16d";
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #41c648;
          opacity: 0;
          line-height: 160px;
          font-size: 36px;
          color: #fff;
          text-align: center;
          -webkit-transition: opacity 0.7s;
          transition: opacity 0.7s;
          z-index: 90; }
        #sb_instagram.sbi_col_1 #sbi_images .sbi_item .sbi_photo:hover:before {
          opacity: 0.9; }
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo {
    position: relative; }
    #sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo:before {
      position: absolute;
      content: '';
      display: block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      content: "\f16d";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #41c648;
      opacity: 0;
      line-height: 80px;
      font-size: 30px;
      color: #fff;
      text-align: center;
      -webkit-transition: opacity 0.7s;
      transition: opacity 0.7s;
      z-index: 99; }
    #sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo:hover:before {
      opacity: 0.9; }

#sb_instagram #sbi_load {
  padding-top: 0 !important; }

.stm-main-title-unit {
  text-transform: uppercase;
  letter-spacing: 1px; }

.stm-media-tabs .stm-main-title-unit {
  margin-right: 95px;
  text-transform: uppercase; }
  .stm-media-tabs .stm-main-title-unit.sub-title {
    margin-right: 70px;
    font-size: 18px;
    opacity: 0.8; }

.stm-media-tabs .stm-media-tabs-nav {
  margin-top: 6px;
  overflow: hidden; }
  .stm-media-tabs .stm-media-tabs-nav ul {
    font-size: 0; }
    .stm-media-tabs .stm-media-tabs-nav ul li {
      display: inline-block; }
      .stm-media-tabs .stm-media-tabs-nav ul li:last-child {
        margin-right: 0; }
      .stm-media-tabs .stm-media-tabs-nav ul li:first-child a {
        padding-left: 0; }
      .stm-media-tabs .stm-media-tabs-nav ul li.active a {
        color: #41c648; }
        .stm-media-tabs .stm-media-tabs-nav ul li.active a span {
          border-bottom-color: #41c648; }
      .stm-media-tabs .stm-media-tabs-nav ul li a {
        padding: 0 23px 0;
        display: block;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #151515;
        text-decoration: none !important; }
        .stm-media-tabs .stm-media-tabs-nav ul li a span {
          padding-bottom: 8px;
          border-bottom: 2px solid transparent; }
        .stm-media-tabs .stm-media-tabs-nav ul li a:hover span {
          color: #41c648; }

.stm-media-tabs .stm-medias-unit-wider {
  margin: 0 -15px; }
  .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit {
    float: left;
    width: 25%;
    padding: 0 15px 30px; }
    .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit.stm-570-250 {
      width: 50%; }
    .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview {
      position: relative;
      z-index: 15; }
      .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview .icon {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 30px;
        height: 30px;
        background-color: #41c648;
        text-align: center; }
        .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview .icon:after {
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0);
          line-height: 30px;
          content: "\f030";
          display: inline-block;
          vertical-align: top;
          color: #fff; }
      .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview .title {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px 20px;
        background: rgba(0, 0, 0, 0.4);
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff; }
      .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview a {
        display: inline-block;
        position: relative;
        z-index: 10; }
        .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview a:before {
          position: absolute;
          content: '';
          display: block;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #41c648;
          opacity: 0;
          -webkit-transform: scale3d(0.7, 1, 1);
          transform: scale3d(0.7, 1, 1);
          -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
          -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
          transition: opacity 0.4s, -webkit-transform 0.4s;
          transition: transform 0.4s, opacity 0.4s;
          transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
          -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
        .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview a:after {
          position: absolute;
          content: '';
          display: block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0);
          top: 50%;
          left: 50%;
          width: 78px;
          height: 78px;
          margin: -39px 0 0 -39px;
          content: "\f030";
          display: inline-block;
          vertical-align: top;
          font-size: 28px;
          line-height: 74px;
          color: #fff;
          border: 2px solid #fff;
          text-align: center;
          border-radius: 50%;
          opacity: 0; }
        .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview a:hover:before {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
        .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview a:hover:after {
          opacity: 0.8; }
      .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview:hover .title {
        background: transparent; }
      .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview:hover a:before {
        opacity: 0.8; }
    .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit.stm-media-single-unit-audio .icon:after {
      content: "\f028"; }
    .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit.stm-media-single-unit-audio .stm-media-preview a:after {
      content: "\f028"; }
    .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit.stm-media-single-unit-video .icon:after {
      content: "\f03d"; }
    .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit.stm-media-single-unit-video .stm-media-preview a:after {
      content: "\f03d"; }

.stm-news-tabs-wrapper .stm-single-post-loop {
  margin-bottom: 30px; }

.stm-default-page-none .stm-single-post-loop img {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important; }

.stm-default-page-none .stm-single-post-loop .image:before {
  -webkit-transform: scale3d(1, 1, 1) !important;
  transform: scale3d(1, 1, 1) !important; }

.stm-single-post-loop {
  margin-bottom: 48px; }
  .stm-single-post-loop a {
    text-decoration: none !important; }
    .stm-single-post-loop a .image {
      position: relative;
      margin-bottom: 14px;
      overflow: hidden; }
      .stm-single-post-loop a .image img {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: -webkit-transform 0.4s;
        transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s, -webkit-transform 0.4s; }
      .stm-single-post-loop a .image:before {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #151515;
        opacity: 0;
        -webkit-transform: scale3d(0.7, 1, 1);
        transform: scale3d(0.7, 1, 1);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
        -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
        transition: opacity 0.4s, -webkit-transform 0.4s;
        transition: transform 0.4s, opacity 0.4s;
        transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
      .stm-single-post-loop a .image .stm-plus {
        position: absolute;
        width: 76px;
        height: 76px;
        top: 50%;
        left: 50%;
        margin: -38px 0 0 -38px;
        border: 2px solid #fff;
        border-radius: 50%;
        z-index: 20;
        opacity: 0; }
        .stm-single-post-loop a .image .stm-plus:after {
          position: absolute;
          content: '';
          display: block;
          width: 22px;
          height: 2px;
          top: 50%;
          left: 50%;
          margin: -2px 0 0 -11px;
          background-color: #fff; }
        .stm-single-post-loop a .image .stm-plus:before {
          position: absolute;
          content: '';
          display: block;
          width: 2px;
          height: 22px;
          top: 50%;
          left: 50%;
          margin: -12px 0 0 -1px;
          background-color: #fff; }
    .stm-single-post-loop a:hover .image img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .stm-single-post-loop a:hover .image:before {
      opacity: 0.5;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      z-index: 10; }
    .stm-single-post-loop a:hover .title {
      color: #41c648; }
    .stm-single-post-loop a:hover .stm-plus {
      opacity: 1; }
  .stm-single-post-loop .date {
    margin-bottom: 9px;
    font-size: 14px;
    color: #a4a4a4;
    font-weight: 700;
    text-transform: uppercase; }
  .stm-single-post-loop .title {
    margin-bottom: 9px;
    color: #404040;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase; }
  .stm-single-post-loop .content {
    color: #000;
    opacity: 0.8;
    line-height: 20px; }
    .stm-single-post-loop .content p {
      margin-bottom: 10px; }
  .stm-single-post-loop .post-meta .post_list_item_tags,
  .stm-single-post-loop .post-meta .comments-number {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    font-size: 12px;
    font-weight: 700;
    opacity: 0.7;
    color: #a4a4a4;
    text-transform: uppercase; }
    .stm-single-post-loop .post-meta .post_list_item_tags a,
    .stm-single-post-loop .post-meta .comments-number a {
      color: #a4a4a4; }
    .stm-single-post-loop .post-meta .post_list_item_tags .fa,
    .stm-single-post-loop .post-meta .comments-number .fa {
      font-size: 13px;
      margin-right: 4px; }
    .stm-single-post-loop .post-meta .post_list_item_tags:hover,
    .stm-single-post-loop .post-meta .comments-number:hover {
      color: #41c648; }
      .stm-single-post-loop .post-meta .post_list_item_tags:hover a,
      .stm-single-post-loop .post-meta .comments-number:hover a {
        color: #41c648; }
  .stm-single-post-loop .post-meta .comments-number {
    margin-right: 20px; }

.fancybox-nav {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px; }
  .fancybox-nav span {
    visibility: visible; }

.stm-products-carousel-unit-wrapper {
  margin-top: -6px; }
  .stm-products-carousel-unit-wrapper .owl-carousel .owl-stage-outer {
    overflow: visible; }
  .stm-products-carousel-unit-wrapper .stm-products-carousel-unit {
    margin: 0 -15px;
    -webkit-transform: translateZ(0); }
    .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init {
      position: relative;
      min-height: 200px; }
      .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init:before {
        position: absolute;
        content: '';
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        content: "\f110";
        -webkit-animation: fa-spin 1s infinite steps(28);
        animation: fa-spin 1s infinite steps(10);
        font-size: 20px;
        z-index: 50;
        left: 50%;
        top: 50%;
        margin: -30px 0 0 -10px; }
      .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        max-width: 570px;
        margin: 0 15px 60px;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        -webkit-transform: translateZ(0) scale(1, 1); }
        .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel:hover .content p {
          opacity: 1; }
        .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a.stm-product-link {
          text-decoration: none !important; }
          .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a.stm-product-link:hover .title {
            color: #41c648; }
          .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a.stm-product-link:hover .image:before {
            opacity: 0.8;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
            transition: opacity 0.4s, -webkit-transform 0.4s;
            transition: transform 0.4s, opacity 0.4s;
            transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s; }
          .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a.stm-product-link:hover .stm-add-to-cart {
            opacity: 1; }
        .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel img {
          -webkit-transform: translateZ(0); }
        .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .image {
          position: relative;
          margin-bottom: 25px; }
          .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .image:before {
            position: absolute;
            content: '';
            display: block;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #41c648;
            opacity: 0;
            -webkit-transform: scale3d(0.7, 1, 1);
            transform: scale3d(0.7, 1, 1);
            -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
            -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
            transition: opacity 0.4s, -webkit-transform 0.4s;
            transition: transform 0.4s, opacity 0.4s;
            transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
            -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
            z-index: 20; }
          .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .image .stm-add-to-cart {
            position: absolute;
            top: 50%;
            width: 100%;
            margin-top: -27px;
            z-index: 20;
            text-align: center;
            opacity: 0; }
            .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .image .stm-add-to-cart .button:after {
              position: absolute;
              content: '';
              display: block;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              -webkit-transform: translate(0, 0);
                      transform: translate(0, 0);
              display: inline-block;
              position: relative;
              top: 2px;
              margin-left: 5px;
              vertical-align: top;
              content: "";
              font-size: 16px; }
            .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .image .stm-add-to-cart .button.loading:after {
              width: 1.28571429em;
              content: "\f021";
              -webkit-animation: fa-spin 1s infinite steps(60);
              animation: fa-spin 1s infinite steps(60); }
            .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .image .stm-add-to-cart .button.added:after {
              width: 1.28571429em;
              content: "\f00c"; }
            .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .image .stm-add-to-cart a.added_to_cart {
              display: block;
              margin: 15px auto 0;
              color: #fff; }
              .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .image .stm-add-to-cart a.added_to_cart:hover {
                text-decoration: underline !important; }
        .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .title {
          float: left;
          margin-right: 20px;
          color: #151515;
          font-weight: 700;
          font-size: 16px;
          text-transform: uppercase; }
        .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .price {
          text-align: right;
          overflow: hidden;
          font-size: 24px;
          font-weight: 700; }
        .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .stm-product-meta {
          margin-bottom: 9px; }
        .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .content p {
          font-size: 15px;
          line-height: 20px;
          margin-bottom: 0;
          opacity: 0.8; }
      .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init.owl-loaded:before {
        opacity: 0;
        z-index: -1;
        display: none; }
      .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init.owl-loaded .stm-single-product-carousel {
        position: static;
        opacity: 1; }

.stm-statistic-tabs .stm-main-title-unit {
  margin-right: 0;
  margin-bottom: 17px; }
  .stm-statistic-tabs .stm-main-title-unit.sub-title {
    margin-bottom: 26px; }

.stm-statistic-tabs .stm-media-tabs-nav {
  margin-top: 8px;
  margin-bottom: 15px; }
  .stm-statistic-tabs .stm-media-tabs-nav a {
    letter-spacing: 1px; }

.stm-player-statistic-unit {
  position: relative; }
  .stm-player-statistic-unit.owl-loaded .stm-single-player-vc_stats {
    position: relative;
    opacity: 1; }

.stm-single-player-vc_stats {
  padding-left: 435px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
  .stm-single-player-vc_stats:first-child {
    position: relative;
    opacity: 1; }
  .stm-single-player-vc_stats .image {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 380px;
    margin-right: 25px; }
  .stm-single-player-vc_stats .stm-statistic-meta {
    padding: 165px 20px 61px 0;
    min-height: 397px;
    overflow: hidden;
    text-transform: uppercase; }
    .stm-single-player-vc_stats .stm-statistic-meta .position {
      margin-bottom: 22px;
      font-size: 14px;
      line-height: 24px;
      color: #151515;
      font-weight: 700;
      opacity: 0.8; }
    .stm-single-player-vc_stats .stm-statistic-meta .player-meta-name_number {
      margin-bottom: 8px;
      padding-right: 60px;
      font-size: 36px;
      line-height: 36px;
      font-weight: 700; }
      .stm-single-player-vc_stats .stm-statistic-meta .player-meta-name_number .title {
        letter-spacing: 1.6px; }
        .stm-single-player-vc_stats .stm-statistic-meta .player-meta-name_number .title a {
          color: #151515;
          text-decoration: none !important; }
    .stm-single-player-vc_stats .stm-statistic-meta .stat {
      position: absolute;
      margin-left: -4px;
      top: 51px;
      margin-bottom: 30px;
      font-size: 60px;
      line-height: 60px;
      font-weight: 700;
      color: #41c648; }
      .stm-single-player-vc_stats .stm-statistic-meta .stat .stat-value {
        float: left;
        margin-right: 17px;
        letter-spacing: 1px; }
      .stm-single-player-vc_stats .stm-statistic-meta .stat .stat-label {
        overflow: hidden;
        font-size: 20px;
        margin-top: 8px;
        line-height: 20px;
        letter-spacing: 1.1px;
        font-weight: 700; }
        .stm-single-player-vc_stats .stm-statistic-meta .stat .stat-label span:not(.stm-red) {
          display: block;
          color: #151515; }

.stm-tabs-wrapper {
  position: relative; }
  .stm-tabs-wrapper .stm-player-stat_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 0; }

.stm-single-league {
  padding-top: 5px; }
  .stm-single-league table {
    border-spacing: 0 !important; }
  .stm-single-league .sp-table-caption {
    float: left;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .stm-single-league .stm-link-all {
    float: right;
    margin-top: 4px;
    text-transform: uppercase; }
  .stm-single-league .data-name a {
    color: #535353 !important;
    text-decoration: none !important; }
  .stm-single-league table.sp-data-table th,
  .stm-single-league table.sp-data-table td {
    text-align: center; }
    .stm-single-league table.sp-data-table th.data-rank, .stm-single-league table.sp-data-table th.data-name,
    .stm-single-league table.sp-data-table td.data-rank,
    .stm-single-league table.sp-data-table td.data-name {
      text-align: left; }

.stm-single-league-title_box {
  margin-bottom: 25px; }

.stm-player-statistic-unit .owl-nav {
  position: absolute;
  top: 125px;
  left: 437px; }
  .stm-player-statistic-unit .owl-nav .owl-next,
  .stm-player-statistic-unit .owl-nav .owl-prev {
    display: inline-block !important;
    position: relative;
    cursor: pointer; }
    .stm-player-statistic-unit .owl-nav .owl-next:before,
    .stm-player-statistic-unit .owl-nav .owl-prev:before {
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      font-size: 24px;
      color: #41c648; }
  .stm-player-statistic-unit .owl-nav .owl-prev:before {
    margin-right: 30px;
    content: "\f104"; }
  .stm-player-statistic-unit .owl-nav .owl-next:before {
    content: "\f105"; }

.stm-news-tabs-wrapper .stm-main-title-unit {
  margin-bottom: 30px; }

.stm-next-match-pagination .current {
  color: #151515; }

.stm-sticky-post {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3px 18px 2px;
  background-color: #41c648;
  color: #fff !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 25; }

.stm-single-post-loop-list a .image {
  margin-bottom: 0;
  max-height: 380px; }

.stm-single-post-loop-list .stm-sticky-post {
  left: 44px; }

.stm-single-post-loop-list .stm-post-content-inner {
  padding: 38px 42px 27px;
  border: 1px solid #ddd;
  background-color: #fff; }

.stm-single-post-loop-list .date {
  float: left;
  margin-right: 27px;
  color: #a4a4a4;
  font-size: 12px; }

.stm-single-post-loop-list .title {
  margin-bottom: 14px;
  font-size: 24px;
  letter-spacing: 1px; }

.stm-single-post-loop-list .post-meta {
  margin-bottom: 10px; }

.stm-single-post-loop-list .post-meta .post_list_item_tags,
.stm-single-post-loop-list .post-meta .comments-number {
  opacity: 1;
  text-transform: uppercase; }

.post-thumbnail {
  margin: 0 0 18px; }

.post-content h4 {
  margin-bottom: 30px; }

.stm_post_comments {
  margin-top: 60px;
  padding: 0 0 45px; }
  .stm_post_comments .comments-title {
    padding: 38px 15px 45px;
    margin-bottom: 0;
    background-color: #f0f0f0;
    text-transform: uppercase;
    text-align: center; }
  .stm_post_comments .comment-list {
    background-color: #f0f0f0; }
    .stm_post_comments .comment-list li {
      padding: 0 30px 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #dfdfdf; }
      .stm_post_comments .comment-list li:before {
        display: none; }
      .stm_post_comments .comment-list li.comment .comment-author.vcard {
        overflow: hidden; }
      .stm_post_comments .comment-list li.comment .comment-author-image {
        float: left;
        margin-right: 30px; }
      .stm_post_comments .comment-list li.comment .comment-author.heading-font {
        margin-right: 7px;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.5px;
        color: #404040; }
        .stm_post_comments .comment-list li.comment .comment-author.heading-font a {
          color: #404040;
          text-decoration: none !important; }
          .stm_post_comments .comment-list li.comment .comment-author.heading-font a:hover {
            color: #41c648; }
      .stm_post_comments .comment-list li.comment .comment-awaiting-moderation {
        margin-left: 15px; }
      .stm_post_comments .comment-list li.comment #cancel-comment-reply-link {
        margin-left: 15px; }
      .stm_post_comments .comment-list li.comment .commentmetadata .date {
        text-transform: uppercase;
        font-size: 14px;
        color: #a4a4a4;
        letter-spacing: 0.5px;
        font-weight: 700; }
      .stm_post_comments .comment-list li.comment p {
        margin: 10px 0 10px 0;
        opacity: 0.8; }
        .stm_post_comments .comment-list li.comment p br {
          display: none; }
      .stm_post_comments .comment-list li.comment .reply {
        font-size: 12px;
        color: #a4a4a4; }
        .stm_post_comments .comment-list li.comment .reply .fa {
          margin-right: 5px; }
        .stm_post_comments .comment-list li.comment .reply a {
          font-size: 12px;
          color: #a4a4a4; }
          .stm_post_comments .comment-list li.comment .reply a:hover {
            color: #41c648; }
      .stm_post_comments .comment-list li .children {
        margin-top: 45px;
        padding: 0 0 0 60px; }
        .stm_post_comments .comment-list li .children li {
          padding: 0;
          border-bottom: 0; }
          .stm_post_comments .comment-list li .children li .comment-body {
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 1px solid #dfdfdf; }
            .stm_post_comments .comment-list li .children li .comment-body:last-child {
              padding-bottom: 0;
              margin-bottom: 0;
              border-bottom: 0; }
          .stm_post_comments .comment-list li .children li .children {
            margin-top: 30px;
            padding-left: 0; }
  .stm_post_comments .comment .comment-respond {
    padding: 20px 0 20px;
    margin-top: 0; }
  .stm_post_comments .comment-respond {
    padding: 20px 30px 20px;
    margin-top: -20px;
    background-color: #f0f0f0; }
    .stm_post_comments .comment-respond .comment-reply-title {
      font-size: 20px;
      text-transform: uppercase; }
    .stm_post_comments .comment-respond .stm-row-comments {
      margin-bottom: 20px; }
    .stm_post_comments .comment-respond .logged-in-as {
      margin-bottom: 20px !important; }
      .stm_post_comments .comment-respond .logged-in-as a {
        color: #fff; }
      .stm_post_comments .comment-respond .logged-in-as a:nth-child(2) {
        margin-left: 15px; }

.stm-default-page-404 {
  margin: 30px 0 60px; }
  .stm-default-page-404 .stm-404-warning {
    margin-bottom: 30px;
    font-size: 78px;
    line-height: 80px;
    font-weight: 700; }
  .stm-default-page-404 .h1 {
    margin-bottom: 30px; }
  .stm-default-page-404 .h5 {
    color: #404040; }

body.page-template-coming-soon #main {
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  body.page-template-coming-soon #main:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 3; }
  body.page-template-coming-soon #main .container {
    max-width: 570px; }

body.page-template-coming-soon #wrapper {
  height: 690px !important; }

body.page-template-coming-soon .stm-coming-soon-centered {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  z-index: 10;
  color: #fff; }
  body.page-template-coming-soon .stm-coming-soon-centered h1 {
    color: #fff; }
  body.page-template-coming-soon .stm-coming-soon-centered .vc_single_image-wrapper {
    max-width: 150px; }

.mc4wp-form .mc4wp-form-fields p {
  float: left; }
  .mc4wp-form .mc4wp-form-fields p label {
    display: none; }
  .mc4wp-form .mc4wp-form-fields p:first-child {
    width: 66.666%; }
  .mc4wp-form .mc4wp-form-fields p:nth-child(2) {
    float: right;
    width: 28%; }

.mc4wp-form .mc4wp-form-fields:after {
  display: table;
  content: "";
  clear: both; }

.mc4wp-form .mc4wp-form-fields input[type="submit"] {
  display: block;
  margin-top: 0;
  width: 100%;
  color: #fff !important;
  height: 55px; }

.mc4wp-form input[type="text"], .mc4wp-form input[type="number"], .mc4wp-form input[type="tel"], .mc4wp-form input[type="email"], .mc4wp-form input[type="search"], .mc4wp-form input[type="date"], .mc4wp-form input[type="password"] {
  background: rgba(255, 255, 255, 0.9); }
  .mc4wp-form input[type="text"]:focus, .mc4wp-form input[type="number"]:focus, .mc4wp-form input[type="tel"]:focus, .mc4wp-form input[type="email"]:focus, .mc4wp-form input[type="search"]:focus, .mc4wp-form input[type="date"]:focus, .mc4wp-form input[type="password"]:focus {
    background: white; }

.mc4wp-success {
  padding: 15px;
  background-color: #5bb75b;
  border-radius: 5px; }

.stm-donations-content {
  margin-bottom: 30px; }
  .stm-donations-content .title {
    display: block;
    padding: 14px 0 12px;
    background-color: #303132;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none !important; }
    .stm-donations-content .title .title-inner {
      float: left;
      padding-left: 30px;
      width: 50%;
      text-align: left;
      letter-spacing: 0;
      color: #fff;
      margin-bottom: 0; }
    .stm-donations-content .title .stm-donation-cash {
      float: right;
      width: 50%;
      padding-right: 30px;
      text-align: right; }
      .stm-donations-content .title .stm-donation-cash .heading-font {
        margin-top: 1px;
        font-size: 14px;
        color: #fff; }
        .stm-donations-content .title .stm-donation-cash .heading-font:after {
          color: #fff; }
  .stm-donations-content .stm-donation-inner {
    padding: 24px 30px 34px 29px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-top: 0; }
    .stm-donations-content .stm-donation-inner .image {
      width: 170px;
      float: left;
      margin-top: 6px;
      margin-right: 30px; }
      .stm-donations-content .stm-donation-inner .image a {
        position: relative;
        display: block;
        z-index: 10; }
      .stm-donations-content .stm-donation-inner .image img {
        width: 100%; }
    .stm-donations-content .stm-donation-inner .stm-donation-meta .content {
      opacity: 0.8; }
      .stm-donations-content .stm-donation-inner .stm-donation-meta .content p {
        margin: 20px 0 18px; }

.stm-donation-cash {
  margin-top: -1px; }
  .stm-donation-cash .heading-font {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.7px; }
    .stm-donation-cash .heading-font:after {
      content: '/';
      margin: 0 12px;
      color: #b0b0b0; }
    .stm-donation-cash .heading-font:last-child:after {
      display: none; }

.single-donation #main {
  padding-bottom: 70px; }

.stm-single-donation .post-thumbnail {
  margin-top: 30px;
  margin-bottom: 30px; }

.stm-single-donation p {
  margin-bottom: 40px; }

.stm-single-donation .stm-donation-subtitle {
  margin: 20px 0 31px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700; }

.stm-single-donation .stm-donation-intro {
  margin-top: 20px;
  margin-bottom: 13px;
  opacity: 0.8;
  color: #000; }

.stm-single-donation .stm-donation-cash {
  float: left;
  margin-top: 12px; }
  .stm-single-donation .stm-donation-cash .heading-font {
    font-size: 18px; }
    .stm-single-donation .stm-donation-cash .heading-font:after {
      margin: 0 15px; }

.stm-single-donation .stm-donate {
  text-align: right; }

div.wpcf7 img.ajax-loader {
  display: none !important; }

.donation-popup-form button[type="submit"] {
  float: left;
  margin-right: 20px; }

.donation-popup-form .loading {
  opacity: 0;
  margin-top: 15px;
  color: #41c648; }
  .donation-popup-form .loading.active {
    opacity: 1; }

.alert.heading-font {
  margin-bottom: 10px; }

.stm-single-post-meta {
  margin-bottom: 35px;
  font-weight: 700;
  color: #a4a4a4;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #d9d9d9;
  text-transform: uppercase; }
  .stm-single-post-meta .fa {
    position: relative;
    margin-right: 3px; }
    .stm-single-post-meta .fa.fa-commenting {
      top: -1px; }
    .stm-single-post-meta .fa.fa-calendar-o {
      top: -1px; }
  .stm-single-post-meta a {
    font-weight: 700;
    color: #a4a4a4;
    letter-spacing: 0.5px;
    text-decoration: none; }
    .stm-single-post-meta a:hover {
      color: #41c648; }
  .stm-single-post-meta .stm-meta-left-part {
    float: left;
    margin-bottom: 16px; }
    .stm-single-post-meta .stm-meta-left-part .stm-author,
    .stm-single-post-meta .stm-meta-left-part .stm-date {
      display: inline-block;
      vertical-align: top; }
    .stm-single-post-meta .stm-meta-left-part .stm-date {
      margin-right: 15px; }
  .stm-single-post-meta .stm-comments-num {
    float: right; }

.stm-single-post p {
  margin-bottom: 30px; }

.stm_author_box .author_avatar {
  float: left;
  margin-right: 30px;
  margin-top: 3px;
  max-width: 100px;
  border: 1px solid #dbdbdb; }

.stm_author_box .author_info .author_name {
  margin-top: 5px; }
  .stm_author_box .author_info .author_name h6 {
    margin-bottom: 5px; }

.stm_author_box .author_info .author_content {
  opacity: 0.8; }

.stm-post-meta-bottom {
  margin-bottom: 38px;
  text-transform: uppercase;
  color: #a4a4a4 !important;
  font-weight: 700;
  border-bottom: 1px solid #d9d9d9; }
  .stm-post-meta-bottom a {
    color: #a4a4a4; }
  .stm-post-meta-bottom .stm_post_tags {
    float: left;
    margin-bottom: 30px; }
    .stm-post-meta-bottom .stm_post_tags .fa {
      margin-right: 5px; }
    .stm-post-meta-bottom .stm_post_tags a {
      margin-left: 5px;
      text-decoration: none !important; }
      .stm-post-meta-bottom .stm_post_tags a:hover {
        color: #41c648 !important; }
  .stm-post-meta-bottom .stm_post_share {
    float: right;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer; }
    .stm-post-meta-bottom .stm_post_share .st_sharethis_large {
      opacity: 0;
      position: absolute;
      z-index: 20;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .stm-post-meta-bottom .stm_post_share .stm-share .fa {
      margin-right: 10px; }
    .stm-post-meta-bottom .stm_post_share:hover .stm-share {
      color: #41c648; }

.owl-loaded .stm-single-trophy {
  position: relative;
  opacity: 1; }

.stm-single-trophy {
  position: absolute;
  top: 0;
  opacity: 0;
  text-align: center;
  padding: 53px 20px 0;
  margin-bottom: 30px; }
  .stm-single-trophy:first-child {
    position: relative;
    opacity: 1; }
  .stm-single-trophy .image {
    position: relative;
    margin-bottom: 34px; }
    .stm-single-trophy .image img {
      width: auto;
      max-width: 100%;
      margin: 0 auto;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  .stm-single-trophy .stm-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #151515; }
  .stm-single-trophy .stm-border {
    width: 32px;
    height: 2px;
    background-color: #41c648;
    margin: 4px auto 10px; }
  .stm-single-trophy .stm-year {
    margin-bottom: 1px; }
  .stm-single-trophy:hover .stm-border {
    width: 70px; }
  .stm-single-trophy:hover img {
    bottom: 20px; }

.stm-image-carousel-init-unit {
  margin: 0 -15px; }
  .stm-image-carousel-init-unit .stm-single-image-carousel {
    position: absolute;
    top: 0;
    padding: 0 15px;
    opacity: 0;
    min-height: 60px;
    line-height: 60px;
    text-align: center; }
    .stm-image-carousel-init-unit .stm-single-image-carousel:first-child {
      position: relative;
      opacity: 1; }
    .stm-image-carousel-init-unit .stm-single-image-carousel img {
      display: inline-block;
      max-width: 100%;
      vertical-align: middle;
      width: auto !important;
      margin: 0 auto;
      -webkit-filter: gray;
              filter: gray;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      -webkit-transform: translateZ(0);
              transform: translateZ(0); }
    .stm-image-carousel-init-unit .stm-single-image-carousel:hover img {
      -webkit-filter: gray;
              filter: gray;
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%); }

.owl-loaded .stm-single-image-carousel {
  position: relative;
  opacity: 1; }

.stm-image-carousel .stm-main-title-unit {
  margin-bottom: 70px; }

.stm-trophy-carousel .stm-main-title-unit {
  margin-bottom: 0; }

.stm-images-grid .stm-images-grid-single {
  display: block;
  position: relative;
  margin-bottom: 30px;
  text-align: center; }
  .stm-images-grid .stm-images-grid-single:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
            transform: scale3d(0.7, 1, 1);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background: rgba(0, 0, 0, 0.6);
    opacity: 0; }
  .stm-images-grid .stm-images-grid-single .stm-images-grid-zoom {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    margin: -38px 0 0 -38px;
    width: 76px;
    height: 76px;
    line-height: 76px;
    font-size: 27px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    opacity: 0; }
    .stm-images-grid .stm-images-grid-single .stm-images-grid-zoom .stm-icon-search:before {
      content: '\e901';
      font-family: 'stm-splash-icons'; }
  .stm-images-grid .stm-images-grid-single:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1; }
  .stm-images-grid .stm-images-grid-single:hover .stm-images-grid-zoom {
    opacity: 1; }
  .stm-images-grid .stm-images-grid-single img {
    display: inline-block;
    max-width: 100%; }
  .stm-images-grid .stm-images-grid-single.stm-waiting {
    display: none; }

.stm-images-grid .title {
  margin-bottom: 44px;
  text-transform: uppercase; }
  .stm-images-grid .title.white {
    color: #fff; }

.stm-images-grid .stm-load-more-images-grid {
  margin-top: 19px; }

.stm-price-plan-unit {
  margin-left: -2px;
  margin-right: -2px;
  padding: 2px 2px 55px;
  overflow: hidden; }

.stm-price-plan {
  position: relative;
  padding-bottom: 40px;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
  .stm-price-plan .badge {
    position: absolute;
    top: 15px;
    right: -35px;
    width: 130px;
    padding: 8px 20px;
    background-color: #ffcd21;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 0;
    color: #595959;
    text-transform: uppercase;
    font-size: 14px; }
  .stm-price-plan header {
    padding: 27px 0 23px;
    background-color: #595959;
    border-radius: 5px;
    color: #fff; }
    .stm-price-plan header .title {
      margin: 10px 0 22px;
      text-transform: uppercase;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 1px;
      color: #fff;
      font-weight: 700; }
    .stm-price-plan header .price {
      margin-bottom: 7px;
      font-weight: 900;
      font-size: 36px;
      line-height: 1; }
    .stm-price-plan header .price-label {
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
  .stm-price-plan .body {
    padding: 25px 20px 31px; }
    .stm-price-plan .body .single-feature {
      margin-bottom: 21px; }
  .stm-price-plan .button-unit {
    padding: 0 50px; }
    .stm-price-plan .button-unit .button {
      width: 100%;
      /*border-color: #595959 !important;
         color: $white !important;
         &:before {
            background-color: #595959 !important;
         }*/ }
      .stm-price-plan .button-unit .button:hover {
        border-color: #41c648 !important;
        color: #41c648 !important; }
  .stm-price-plan:hover header {
    background-color: #41c648; }

.stm-contact-info .image {
  margin-bottom: 25px; }

.stm-contact-info .title {
  letter-spacing: 0.6px; }

.stm-contact-info .subtitle {
  margin-bottom: 25px;
  color: #535353;
  font-weight: 700; }

.stm-contacts .stm-single-contact.stm-email {
  margin-top: 2px; }

.stm-contacts .stm-single-contact.stm-url {
  margin-top: 4px; }

.stm-contacts .stm-single-contact i {
  position: relative;
  top: 1px;
  left: 3px;
  margin-right: 16px;
  font-size: 12px;
  color: #a6a6a6;
  vertical-align: middle; }

.stm-contacts .stm-single-contact .contact-label {
  display: inline-block;
  margin-right: 11px;
  min-width: 40px;
  vertical-align: middle;
  color: #555555; }

.stm-contacts .stm-single-contact .contact-value {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  letter-spacing: 0.5px;
  font-size: 18px; }
  .stm-contacts .stm-single-contact .contact-value a {
    font-size: 15px; }

.wpcf7 p {
  margin-bottom: 20px; }

.stm-gmap-shadow {
  position: absolute;
  top: -5px;
  left: 0;
  height: 5px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.19);
  z-index: 99; }

.stm-team-history .stm-team-history-single {
  padding-bottom: 42px;
  overflow: hidden; }
  .stm-team-history .stm-team-history-single:last-child .stm-team-history-linked:after {
    display: none; }
  .stm-team-history .stm-team-history-single .clearfix > div {
    float: left; }
  .stm-team-history .stm-team-history-single .year {
    width: 6%;
    font-weight: 700;
    font-size: 24px; }
  .stm-team-history .stm-team-history-single .stm-team-history-linked {
    position: relative;
    width: 7.8%;
    height: 20px; }
    .stm-team-history .stm-team-history-single .stm-team-history-linked span {
      display: block;
      position: absolute;
      top: 0;
      left: 18px;
      width: 21px;
      height: 21px;
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
      z-index: 30; }
      .stm-team-history .stm-team-history-single .stm-team-history-linked span:after {
        position: absolute;
        content: '';
        display: block;
        height: 15px;
        width: 15px;
        top: 3px;
        left: 3px;
        background-color: #41c648;
        border-radius: 50%;
        z-index: 30; }
    .stm-team-history .stm-team-history-single .stm-team-history-linked:after {
      position: absolute;
      content: '';
      display: block;
      left: 27px;
      top: 10px;
      width: 3px;
      height: 9999px;
      background-color: #fff; }
  .stm-team-history .stm-team-history-single .stm-team-history-content {
    width: 86.2%;
    padding-left: 0; }
    .stm-team-history .stm-team-history-single .stm-team-history-content .title {
      margin-bottom: 21px;
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase; }
    .stm-team-history .stm-team-history-single .stm-team-history-content .content {
      color: #777;
      font-size: 14px;
      line-height: 20px; }

.stm-image-slider {
  position: relative;
  margin-bottom: 45px; }
  .stm-image-slider .stm-single-image-slider {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
    .stm-image-slider .stm-single-image-slider:first-child {
      position: relative;
      opacity: 1; }
  .stm-image-slider .stm-slider-control-prev,
  .stm-image-slider .stm-slider-control-next {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    font-size: 45px;
    color: #fff;
    background-color: #404040;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    z-index: 90; }
    .stm-image-slider .stm-slider-control-prev:hover,
    .stm-image-slider .stm-slider-control-next:hover {
      background-color: #41c648; }
  .stm-image-slider .stm-slider-control-prev {
    left: 0;
    text-indent: -1px; }
  .stm-image-slider .stm-slider-control-next {
    right: 0;
    text-indent: 1px; }
  .stm-image-slider .stm-thumbs-slider-init {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 312px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .stm-image-slider .stm-thumbs-slider-init .owl-item.thumb_active .stm-single-thumb {
      border-color: #fff; }
    .stm-image-slider .stm-thumbs-slider-init .stm-single-thumb {
      display: block;
      width: 50px;
      height: auto;
      overflow: hidden;
      border: 1px solid #aaaaaa;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .stm-image-slider .stm-thumbs-slider-init .stm-single-thumb img {
        display: block;
        width: 100%;
        overflow: hidden; }

.owl-loaded .stm-single-image-slider {
  position: relative;
  opacity: 1; }

.stm-opacity-8 {
  opacity: 0.8;
  letter-spacing: -0.3px; }

.stm-media-archive {
  padding-top: 45px; }
  .stm-media-archive .stm-main-title-unit {
    margin-bottom: 29px; }
  .stm-media-archive .stm-media-load-more {
    text-align: center; }
    .stm-media-archive .stm-media-load-more a {
      cursor: pointer; }
      .stm-media-archive .stm-media-load-more a:after {
        position: absolute;
        content: '';
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        -webkit-animation: fa-spin 2s infinite linear;
                animation: fa-spin 2s infinite linear;
        content: "\f021";
        top: 50%;
        left: 50%;
        font-size: 18px;
        margin: -9px 0 0 -7px;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
                transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        opacity: 0; }
      .stm-media-archive .stm-media-load-more a span {
        opacity: 1;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
                transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
      .stm-media-archive .stm-media-load-more a.loading {
        padding: 11px 0 9px; }
        .stm-media-archive .stm-media-load-more a.loading span {
          opacity: 0; }
        .stm-media-archive .stm-media-load-more a.loading:after {
          opacity: 1; }

.stm-media-archive-left .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit,
.stm-media-archive-right .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit {
  width: 33.33%; }
  .stm-media-archive-left .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit.stm-570-250,
  .stm-media-archive-right .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit.stm-570-250 {
    width: 66.66%; }

.stm-media-vc-archive {
  margin: 0 -15px; }
  .stm-media-vc-archive .stm-media-archive {
    padding-top: 0;
    margin-bottom: 100px; }

.vc_tta-container h2 {
  margin-bottom: 14px;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1.2px; }

.vc_tta-container .vc_tta.vc_general .vc_tta-panel-body {
  border: 0;
  padding-top: 3px;
  padding-left: 24px; }
  .vc_tta-container .vc_tta.vc_general .vc_tta-panel-body p {
    opacity: 0.8; }

.vc_tta-container .vc_tta.vc_general .vc_tta-panel-title {
  font-size: 18px;
  font-weight: 400; }
  .vc_tta-container .vc_tta.vc_general .vc_tta-panel-title:hover a {
    color: #41c648; }
  .vc_tta-container .vc_tta.vc_general .vc_tta-panel-title:hover a:before {
    color: #41c648; }
  .vc_tta-container .vc_tta.vc_general .vc_tta-panel-title a {
    position: relative;
    padding: 6px 20px; }
    .vc_tta-container .vc_tta.vc_general .vc_tta-panel-title a:before {
      position: absolute;
      content: '';
      display: block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      -webkit-transition: color 0.4s ease;
      transition: color 0.4s ease;
      content: "\f105";
      left: 0;
      top: 1px;
      font-size: 24px;
      color: #cdcdcd; }

.vc_tta-container .vc_tta-controls-icon {
  display: none !important; }

.vc_tta-container .vc_tta-panel.vc_active .vc_tta-panel-title a {
  color: #41c648; }
  .vc_tta-container .vc_tta-panel.vc_active .vc_tta-panel-title a:before {
    top: 4px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    color: #41c648; }

.vc_separator.vc_sep_color_grey .vc_sep_line {
  border-color: #e6e6e6 !important; }

.stm-form-bg {
  margin-top: -7px;
  margin-bottom: 20px;
  padding: 24px 30px 5px;
  background-color: #595959; }
  .stm-form-bg .stm-white {
    margin-bottom: 22px;
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
  .stm-form-bg textarea,
  .stm-form-bg input[type="text"],
  .stm-form-bg input[type="number"],
  .stm-form-bg input[type="tel"],
  .stm-form-bg input[type="email"],
  .stm-form-bg input[type="search"],
  .stm-form-bg input[type="date"],
  .stm-form-bg input[type="password"] {
    background-color: #fff !important; }
  .stm-form-bg input[type="submit"] {
    color: #fff !important; }
    .stm-form-bg input[type="submit"]:focus {
      color: #fff !important; }
  .stm-form-bg p {
    margin-bottom: 25px; }

iframe {
  max-width: 100%; }

.sp-template-event-list {
  margin-top: 0; }

.paging_simple_numbers {
  margin-top: 15px; }
  .paging_simple_numbers .paginate_button {
    min-width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    border: 2px solid #bfbfbf;
    background-color: transparent;
    color: #bfbfbf !important;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important; }
    .paging_simple_numbers .paginate_button.previous, .paging_simple_numbers .paginate_button.next {
      min-width: 90px;
      padding: 0 15px; }
    .paging_simple_numbers .paginate_button:hover {
      border-color: #41c648;
      background-color: #41c648;
      color: #fff !important; }

table.sp-event-list th,
table.sp-event-list td {
  text-align: center; }

.stm-single-block-event-list {
  background-color: #f2f2f2; }
  .stm-single-block-event-list .stm-single-block-event-list-top {
    padding: 8px 22px 6px;
    background-color: #ececec; }
    .stm-single-block-event-list .stm-single-block-event-list-top:after {
      display: table;
      content: "";
      clear: both; }
    .stm-single-block-event-list .stm-single-block-event-list-top .venue {
      float: right;
      color: #404040; }
    .stm-single-block-event-list .stm-single-block-event-list-top .time {
      float: left;
      color: #000; }
    .stm-single-block-event-list .stm-single-block-event-list-top .h6 {
      opacity: 0.6;
      margin-bottom: 0;
      text-transform: uppercase; }
  .stm-single-block-event-list .stm-single-block-unit {
    padding: 40px 25px;
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center; }
    .stm-single-block-event-list .stm-single-block-unit > div {
      display: table-cell;
      vertical-align: middle; }
    .stm-single-block-event-list .stm-single-block-unit .stm-team-logo {
      width: 11%;
      vertical-align: middle; }
      .stm-single-block-event-list .stm-single-block-unit .stm-team-logo.left {
        padding-right: 20px;
        text-align: left; }
      .stm-single-block-event-list .stm-single-block-unit .stm-team-logo.right {
        padding-left: 20px;
        text-align: right; }
      .stm-single-block-event-list .stm-single-block-unit .stm-team-logo .team-logo {
        display: inline-block; }
    .stm-single-block-event-list .stm-single-block-unit .stm-teams-info {
      width: 74%;
      margin-bottom: 0;
      text-align: justify;
      line-height: 0;
      font-size: 1px;
      zoom: 1; }
      .stm-single-block-event-list .stm-single-block-unit .stm-teams-info:after {
        width: 100%;
        height: 0px;
        visibility: hidden;
        overflow: hidden;
        content: '';
        display: inline-block; }
      .stm-single-block-event-list .stm-single-block-unit .stm-teams-info > div {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        line-height: normal; }
      .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-title-team {
        font-size: 18px;
        font-weight: 700;
        color: #535353;
        text-transform: none; }
      .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-latest-result-lose-label,
      .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-latest-result-win-label {
        padding: 6px 10px;
        min-width: 70px;
        font-size: 18px;
        color: #fff;
        background-color: #41c648;
        text-transform: uppercase;
        text-align: center; }
      .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-latest-result-lose-label {
        background-color: #ffc600; }
      .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-latest-result_result {
        margin: 0 60px;
        font-size: 24px;
        font-weight: 700; }
      .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-title-team {
        min-width: 160px;
        text-align: center; }
      .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer > div {
        display: inline-block; }

.stm-single-block-unit {
  margin-bottom: 40px; }

.stm-single-sp_team .stm-title-box-unit,
.stm-single-sp_player .stm-title-box-unit,
.stm-single-sp_event .stm-title-box-unit,
.stm-single-sp_calendar .stm-title-box-unit {
  margin: 0 -15px; }

.stm-sportspress-sidebar {
  margin-top: 61px; }

.stm-sportspress-sidebar-right .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer > div,
.stm-sportspress-sidebar-left .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer > div {
  margin: 0 10px; }

.single-sp_tournament .stm-single-sp_tournament .stm-title-box-unit .container {
  padding: 0; }

.single-sp_tournament .stm-single-sp_tournament .stm-format-center table tr td, .single-sp_tournament .stm-single-sp_tournament .stm-format-center table tr th {
  text-align: center !important; }

.single-sp_tournament .stm-single-sp_tournament .sp-template > div {
  overflow-x: hidden; }

.single-sp_tournament .stm-single-sp_tournament .sp-template table {
  border-spacing: 0; }
  .single-sp_tournament .stm-single-sp_tournament .sp-template table thead tr th {
    text-align: left; }
  .single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr:first-child td {
    padding-top: 20px !important; }
  .single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td {
    border: 0 !important;
    background: transparent !important;
    padding: 0 0 0 8px !important; }
    .single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-first-round {
      padding-left: 0 !important; }
    .single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-team a, .single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-team span {
      border: 1px solid #404040; }
      .single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-team a:before, .single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-team span:before {
        border-left-color: #404040;
        left: -9px; }
    .single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-team.sp-team-flip {
      border-right: 0 !important; }
      .single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-team.sp-team-flip a, .single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-team.sp-team-flip span {
        border: 1px solid #404040; }
        .single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-team.sp-team-flip a:before, .single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-team.sp-team-flip span:before {
          border-right-color: #404040;
          right: -9px; }
    .single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-event {
      border-right: 1px solid #404040 !important; }
      .single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-event.sp-event-flip {
        border-right: 0 !important;
        border: 0;
        position: relative;
        overflow: hidden; }
        .single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-event.sp-event-flip a:before {
          content: '';
          display: block;
          position: absolute;
          left: 8px;
          top: 0;
          width: 1px;
          height: 2000px;
          background: #404040; }
    .single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-event-final {
      border: 0 !important; }

.single-sp_tournament.splashSoccer .stm-single-sp_tournament .sp-template table tbody tr td {
  color: #151618; }
  .single-sp_tournament.splashSoccer .stm-single-sp_tournament .sp-template table tbody tr td a, .single-sp_tournament.splashSoccer .stm-single-sp_tournament .sp-template table tbody tr td span {
    color: #151618; }
    .single-sp_tournament.splashSoccer .stm-single-sp_tournament .sp-template table tbody tr td a div, .single-sp_tournament.splashSoccer .stm-single-sp_tournament .sp-template table tbody tr td span div {
      color: #151618; }

.sp-stm-template-event-blocks-future.stm-single-block-event-list .stm-single-block-event-list-top {
  background-color: #41c648; }
  .sp-stm-template-event-blocks-future.stm-single-block-event-list .stm-single-block-event-list-top .time,
  .sp-stm-template-event-blocks-future.stm-single-block-event-list .stm-single-block-event-list-top .venue {
    color: #fff;
    opacity: 1;
    font-weight: 700; }

.sp-stm-template-event-blocks-future .stm-latest-result-lose-label {
  background-color: #cacaca !important; }

.stm-future-event-list-time {
  margin-top: -2px;
  text-align: center;
  vertical-align: top; }
  .stm-future-event-list-time span {
    font-size: 16px;
    font-weight: 700;
    color: #fff; }
    .stm-future-event-list-time span:after {
      position: absolute;
      content: '';
      display: block;
      position: static;
      display: inline-block;
      vertical-align: top;
      margin: 0 6px 0 10px;
      content: ' - '; }
    .stm-future-event-list-time span:last-child:after {
      display: none; }

.stm-upcoming-events_list ul {
  list-style: none; }
  .stm-upcoming-events_list ul li {
    position: relative;
    min-height: 138px;
    padding: 31px 30px 33px 200px;
    margin-bottom: 0;
    background-color: #f0f0f0; }
    .stm-upcoming-events_list ul li:after {
      position: absolute;
      content: '';
      display: block;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #7e7e7e;
      opacity: 0.15; }
    .stm-upcoming-events_list ul li:before {
      display: none; }
    .stm-upcoming-events_list ul li .event_date {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 170px;
      padding: 0 20px;
      background-color: #595959;
      color: #fff;
      text-align: center;
      vertical-align: top; }
      .stm-upcoming-events_list ul li .event_date .date {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        width: 100%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .stm-upcoming-events_list ul li .event_date .stm-top {
        font-size: 18px;
        vertical-align: top; }
        .stm-upcoming-events_list ul li .event_date .stm-top span {
          font-size: 24px;
          font-weight: 700; }
        .stm-upcoming-events_list ul li .event_date .stm-top figure {
          display: inline-block;
          vertical-align: top;
          margin: 0 1px; }
      .stm-upcoming-events_list ul li .event_date .stm-middle {
        position: relative;
        padding-bottom: 17px;
        margin-top: -1px;
        font-size: 12px;
        letter-spacing: 0.6px; }
        .stm-upcoming-events_list ul li .event_date .stm-middle:after {
          position: absolute;
          content: '';
          display: block;
          width: 32px;
          height: 2px;
          left: 50%;
          bottom: 10px;
          margin-left: -16px;
          background-color: #fff; }
      .stm-upcoming-events_list ul li .event_date .stm-bottom {
        letter-spacing: 0.1px;
        font-size: 18px;
        font-weight: 700; }
    .stm-upcoming-events_list ul li .commands {
      float: left; }
      .stm-upcoming-events_list ul li .commands h3 {
        margin-bottom: 8px;
        font-size: 22px;
        font-weight: 700; }
        .stm-upcoming-events_list ul li .commands h3 a {
          color: inherit;
          text-decoration: none !important; }
        .stm-upcoming-events_list ul li .commands h3 .stm-red {
          margin: 0 5px;
          text-transform: uppercase; }
      .stm-upcoming-events_list ul li .commands .stadium,
      .stm-upcoming-events_list ul li .commands .league {
        display: inline-block;
        color: #595959;
        font-size: 16px; }
        .stm-upcoming-events_list ul li .commands .stadium i,
        .stm-upcoming-events_list ul li .commands .league i {
          margin-right: 5px;
          font-size: 14px;
          opacity: 0.6; }
      .stm-upcoming-events_list ul li .commands .stadium {
        margin-left: 4px;
        margin-right: 15px; }
        .stm-upcoming-events_list ul li .commands .stadium i {
          font-size: 15px; }
    .stm-upcoming-events_list ul li .read_more {
      margin-left: 15px;
      margin-top: 9px;
      float: right; }
    .stm-upcoming-events_list ul li:hover {
      background-color: #fff; }
      .stm-upcoming-events_list ul li:hover:after {
        opacity: 0; }
      .stm-upcoming-events_list ul li:hover .event_date {
        background-color: #41c648; }

table.sp-data-table {
  border-collapse: separate;
  border-spacing: 0 5px; }
  table.sp-data-table th {
    text-transform: uppercase; }
  table.sp-data-table td {
    background-color: #fff; }
    table.sp-data-table td a {
      color: #595959; }
      table.sp-data-table td a:hover {
        color: #009bdc; }
    table.sp-data-table td.data-time, table.sp-data-table td.data-event {
      font-weight: 700; }
      table.sp-data-table td.data-time.data-teams, table.sp-data-table td.data-event.data-teams {
        line-height: 45px; }
  table.sp-data-table th,
  table.sp-data-table td {
    text-align: left; }
    table.sp-data-table th:first-child,
    table.sp-data-table td:first-child {
      padding-left: 39px; }

.sp-event-list .data-article a .dashicons {
  position: relative;
  top: 1px;
  color: #41c648;
  margin-right: 5px; }

.sp-event-blocks .team-logo {
  width: 100%;
  height: 100%; }

table.sp-data-table.sp-event-blocks {
  border-spacing: 0; }
  table.sp-data-table.sp-event-blocks th,
  table.sp-data-table.sp-event-blocks td {
    padding-left: 5px;
    background-color: transparent; }
  table.sp-data-table.sp-event-blocks .sp-event-date {
    margin: 12px 0 2px;
    font-size: 18px;
    color: #151515;
    font-weight: 700; }
  table.sp-data-table.sp-event-blocks .sp-event-title {
    margin-bottom: 5px;
    font-size: 22px; }
  table.sp-data-table.sp-event-blocks .sp-event-results {
    margin: 0; }
  table.sp-data-table.sp-event-blocks .sp-event-results a,
  table.sp-data-table.sp-event-blocks .sp-event-results {
    color: #41c648; }
  table.sp-data-table.sp-event-blocks .sp-event-season,
  table.sp-data-table.sp-event-blocks .sp-event-venue,
  table.sp-data-table.sp-event-blocks .sp-event-league {
    color: #777; }
  table.sp-data-table.sp-event-blocks .sp-event-season {
    margin-top: -5px;
    margin-bottom: 3px; }
  table.sp-data-table.sp-event-blocks .sp-event-venue {
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase; }

.stm-single-sp_event .sp-post-caption {
  display: none; }

.stm-single-sp_event .stm-next-match-units {
  margin: 0 0 56px; }

.stm-single-sp_event .sp-event-video {
  margin-bottom: 47px; }
  .stm-single-sp_event .sp-event-video iframe {
    max-height: 490px; }
  .stm-single-sp_event .sp-event-video .sp-table-caption {
    display: none; }

.stm-single-sp_event .sp-excerpt h3 {
  text-transform: uppercase; }

.stm-single-sp_event .sp-table-caption {
  margin-bottom: 18px;
  text-transform: uppercase; }

.stm-single-sp_event .sp-template-event-venue thead {
  display: none; }

.stm-single-sp_event .sp-template-event-venue .sp-event-venue-map-row td {
  padding: 0 !important; }

.stm-single-sp_event .sp-template-event-venue .sp-event-venue-address-row td {
  background-color: transparent;
  border: 0;
  padding: 13px 0 21px !important;
  color: #595959;
  font-size: 16px; }
  .stm-single-sp_event .sp-template-event-venue .sp-event-venue-address-row td i {
    position: relative;
    top: 1px;
    padding-left: 2px;
    padding-right: 10px;
    opacity: 0.6; }

.stm-single-sp_event table.sp-data-table th:first-child, .stm-single-sp_event table.sp-data-table td:first-child {
  padding-left: 25px; }

.stm-single-sp_event .sp-event-performance th,
.stm-single-sp_event .sp-event-performance td {
  text-align: center; }
  .stm-single-sp_event .sp-event-performance th.data-number, .stm-single-sp_event .sp-event-performance th.data-position, .stm-single-sp_event .sp-event-performance th.data-name,
  .stm-single-sp_event .sp-event-performance td.data-number,
  .stm-single-sp_event .sp-event-performance td.data-position,
  .stm-single-sp_event .sp-event-performance td.data-name {
    text-align: left; }

.stm-single-sp_event table {
  margin-bottom: 26px; }

body.single-sp_event .status-publish .stm-next-match-time {
  display: none; }

.stm-single-sp_table-league .stm-title-box-unit {
  margin: 0 -15px; }

.stm-single-sp_table-league .sp-table-caption {
  display: none; }

.stm-single-sp_table-league .sp-league-table {
  border-spacing: 0; }
  .stm-single-sp_table-league .sp-league-table th:last-child {
    text-indent: 20px; }
  .stm-single-sp_table-league .sp-league-table td {
    padding: 18px 35px;
    border-color: #e1e1e1; }
    .stm-single-sp_table-league .sp-league-table td.data-rank {
      padding: 18px 5px; }
    .stm-single-sp_table-league .sp-league-table td.data-name {
      padding: 18px 5px; }
    .stm-single-sp_table-league .sp-league-table td:last-child {
      padding-right: 10px; }
  .stm-single-sp_table-league .sp-league-table th,
  .stm-single-sp_table-league .sp-league-table td {
    text-align: center;
    font-weight: 700;
    font-size: 18px; }
    .stm-single-sp_table-league .sp-league-table th.data-rank, .stm-single-sp_table-league .sp-league-table th.data-number, .stm-single-sp_table-league .sp-league-table th.data-position, .stm-single-sp_table-league .sp-league-table th.data-name,
    .stm-single-sp_table-league .sp-league-table td.data-rank,
    .stm-single-sp_table-league .sp-league-table td.data-number,
    .stm-single-sp_table-league .sp-league-table td.data-position,
    .stm-single-sp_table-league .sp-league-table td.data-name {
      text-align: left; }
  .stm-single-sp_table-league .sp-league-table th.data-rank {
    text-indent: -9999px; }
  .stm-single-sp_table-league .sp-league-table td.data-rank {
    font-weight: 700;
    font-size: 18px;
    padding-right: 25px; }
  .stm-single-sp_table-league .sp-league-table tr.even td {
    background-color: #e8e8e8; }
  .stm-single-sp_table-league .sp-league-table .data-name {
    vertical-align: middle;
    text-transform: uppercase; }
    .stm-single-sp_table-league .sp-league-table .data-name .team-logo {
      display: inline-block;
      margin-right: 30px;
      float: none;
      width: inherit;
      height: 100%; }
      .stm-single-sp_table-league .sp-league-table .data-name .team-logo img {
        max-width: 100%;
        max-height: 65px; }

.stm-single-sp_player .stm-title-box-unit {
  padding-top: 21px;
  padding-bottom: 34px; }

.stm-single-sp_player .sp-template-photo {
  padding-top: 9px;
  margin-right: 28px; }

.sp-staff-details .st-value,
.sp-staff-details .st-label,
.sp-player-details .st-value,
.sp-player-details .st-label {
  display: inline-block;
  margin-bottom: 5px;
  color: #151515;
  font-weight: 700;
  font-size: 14px; }

.sp-staff-details .st-label,
.sp-player-details .st-label {
  padding-left: 3px;
  padding-right: 15px;
  min-width: 110px; }

.sp-staff-details .st-value img,
.sp-player-details .st-value img {
  position: relative;
  top: -1px;
  margin-right: 5px; }

.sp-template-player-details h3 {
  text-transform: uppercase; }

.sp-template-player-details .sp-player-number {
  display: none; }

.stm-player-number {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700; }
  .stm-player-number .inner {
    padding: 15px 0 25px;
    letter-spacing: 1px; }
    .stm-player-number .inner .stm-grey {
      position: relative;
      color: #595959; }
      .stm-player-number .inner .stm-grey:before {
        position: absolute;
        content: '';
        display: block;
        width: 32px;
        height: 2px;
        background-color: #41c648;
        top: -9px;
        left: 4px; }

.player-socials {
  padding-top: 39px; }
  .player-socials li {
    display: inline-block;
    padding: 0;
    padding-right: 6px; }
    .player-socials li:first-child {
      padding-left: 3px; }
    .player-socials li:before {
      display: none; }
    .player-socials li a {
      display: block;
      width: 36px;
      height: 36px;
      background-color: #41c648;
      border-radius: 50%;
      text-align: center;
      line-height: 36px;
      font-size: 16px;
      color: #fff;
      opacity: 0.8; }
      .player-socials li a:hover {
        opacity: 1; }

.stm-player-details-right {
  text-align: center; }
  .stm-player-details-right .stm-player-team-logo img {
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .stm-player-details-right h6 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700; }

.stm-player-stats {
  margin-top: 32px;
  font-size: 0; }
  .stm-player-stats .stm-player-stat {
    display: inline-block;
    padding: 25px 5px 10px;
    margin: 0 5px 10px;
    width: 100px;
    height: 103px;
    background-color: #595959;
    font-size: 14px;
    color: #fff; }
    .stm-player-stats .stm-player-stat:hover {
      background-color: #41c648; }
    .stm-player-stats .stm-player-stat .stm-player-stat-label {
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
      color: #fff; }
    .stm-player-stats .stm-player-stat .stm-player-stat-value {
      font-weight: 900;
      font-size: 24px; }

.stm-single-sp_player .stm-players {
  text-align: left; }
  .stm-single-sp_player .stm-players .sp-player-number {
    display: none; }

.stm-single-sp_player .stm-player-ids {
  margin-top: 70px; }

.stm-single-sp_player .stm-media-archive {
  margin: 0 -15px; }

.stm-player-single-top-info {
  margin-bottom: 40px; }

.stm-font-size-14 {
  font-size: 14px; }

.stm-single-sp_team {
  margin: 0 -15px; }
  .stm-single-sp_team .sp-fixtures-results > div {
    width: 100%; }
  .stm-single-sp_team .sp-post-content {
    clear: none;
    overflow: hidden; }
  .stm-single-sp_team form {
    clear: left; }
  .stm-single-sp_team .sp-team-logo {
    padding-top: 8px; }

.stm-players-inline {
  margin: 0 -30px 0;
  font-size: 0; }
  .stm-players-inline .stm-list-single-player {
    position: relative;
    opacity: 1;
    max-width: 33%; }

.sp-team-details {
  margin-top: 5px; }
  .sp-team-details dt {
    margin-bottom: 5px; }
  .sp-team-details dd {
    margin-bottom: 15px; }

.vc_tta-container .vc_tta.vc_general .vc_tta-tab {
  margin-right: 55px;
  padding-left: 0; }
  .vc_tta-container .vc_tta.vc_general .vc_tta-tab:last-child {
    margin-right: 0; }
  .vc_tta-container .vc_tta.vc_general .vc_tta-tab:before {
    display: none; }
  .vc_tta-container .vc_tta.vc_general .vc_tta-tab.vc_active > a {
    color: #41c648;
    border-bottom-color: #41c648 !important; }
  .vc_tta-container .vc_tta.vc_general .vc_tta-tab > a {
    display: block;
    padding: 0;
    padding-bottom: 5px;
    border: 0;
    color: #404040;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid transparent; }
    .vc_tta-container .vc_tta.vc_general .vc_tta-tab > a .vc_tta-icon {
      position: relative;
      top: -2px; }

.vc_tta-container .vc_tta.vc_general .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 38px 0 20px 0; }

.vc_tta-container h2 {
  line-height: 30px; }

.vc_general.vc_btn3 {
  border-bottom: 0; }

.sticky {
  visibility: visible; }

.stm-bb-prod-cont-right table.variations td {
  vertical-align: middle;
  padding: 0;
  line-height: 55px; }
  .stm-bb-prod-cont-right table.variations td.st-label label {
    margin: 3px 0 0; }

.stm-bb-prod-cont-right .single_variation_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .stm-bb-prod-cont-right .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .stm-bb-prod-cont-right .single_variation_wrap .woocommerce-variation-add-to-cart .stm-quantity-label {
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      margin-right: 18px; }
    .stm-bb-prod-cont-right .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-right: 20px; }
      .stm-bb-prod-cont-right .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input[type='number'] {
        height: 45px !important; }
    .stm-bb-prod-cont-right .single_variation_wrap .woocommerce-variation-add-to-cart button {
      margin-top: 0; }

table.variations td.st-label label {
  margin: 3px 0 0; }

.stm-donation-procent {
  overflow: hidden;
  margin-top: 7px; }
  .stm-donation-procent .stm-label {
    margin-bottom: 3px; }
    .stm-donation-procent .stm-label .left {
      float: left;
      width: 50%;
      padding-right: 15px;
      font-weight: 700;
      color: #303132;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 0.8px; }
    .stm-donation-procent .stm-label .right {
      float: right;
      width: 50%;
      padding-left: 15px;
      text-align: right;
      color: #41c648;
      font-size: 14px;
      font-weight: 700; }
  .stm-donation-procent .stm-donation-outer-bar {
    position: relative;
    width: 100%;
    height: 11px;
    background-color: #e6e6e6; }
    .stm-donation-procent .stm-donation-outer-bar .stm-dontaion-inner-bar {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #41c648; }

.stm-team-staff-list {
  background-color: #303132; }
  .stm-team-staff-list .stm-team-staff-list-inner {
    padding: 33px 20px 15px 40px;
    margin: 0 -15px 55px; }
  .stm-team-staff-list .stm-single-staff {
    float: left;
    width: 25%;
    margin-bottom: 15px; }
    .stm-team-staff-list .stm-single-staff:nth-child(4n+1) {
      clear: both; }
    .stm-team-staff-list .stm-single-staff .inner {
      padding: 0 15px; }
    .stm-team-staff-list .stm-single-staff .stm-red {
      margin-bottom: 1px;
      font-size: 15px;
      font-weight: 700; }
    .stm-team-staff-list .stm-single-staff .sp-staff-name {
      margin-bottom: -3px;
      text-transform: uppercase;
      color: #fff;
      font-size: 16px;
      letter-spacing: 1px; }
    .stm-team-staff-list .stm-single-staff .nationality {
      color: #aaa;
      font-size: 13px; }

.stm-single-sp_team .sp-table-caption {
  margin-bottom: 23px;
  text-transform: uppercase; }

.stm-single-sp_team .stm-players-inline {
  margin-bottom: 34px; }

.stm-single-sp_team .stm-title-box-unit {
  padding-bottom: 24px; }

.dp-in {
  display: inline-block;
  vertical-align: top;
  max-width: 100%; }

.stm-single-comment-title {
  position: relative;
  padding-right: 100px; }
  .stm-single-comment-title .stm-add-review {
    position: absolute;
    right: 0;
    top: 16px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.8px; }
    .stm-single-comment-title .stm-add-review a {
      text-decoration: none !important;
      font-weight: 700; }
      .stm-single-comment-title .stm-add-review a:focus, .stm-single-comment-title .stm-add-review a:hover {
        color: #41c648; }
      .stm-single-comment-title .stm-add-review a i {
        font-size: 16px;
        margin-right: 3px;
        color: #41c648; }

.stm-no-decor,
.stm-no-decoration {
  text-decoration: none !important; }

table.sp-league-table.sp-data-table td {
  background-color: #f2f2f2 !important; }

table.sp-league-table.sp-data-table tr:nth-child(even) td {
  background-color: #e8e8e8 !important; }

.stm-header .logo-main {
  max-width: 70%; }

.stm-header .logo-main .blogname {
  text-decoration: none !important; }

.widget_recent_entries.no-date ul li {
  padding-top: 0;
  margin-bottom: 15px; }

.stm-sticky-no-image {
  position: static;
  display: inline-block;
  margin-bottom: 15px; }

.stm_post_comments .comment-respond .logged-in-as a:nth-child(2) {
  float: right; }

tbody tr th {
  border-bottom: 1px solid #d8d8d8; }

.single table {
  margin-bottom: 20px; }

.page-links {
  margin-bottom: 30px; }

.page-links .page-links-title {
  display: none !important; }

.page-links span:not(.screen-reader-text) {
  display: inline-block;
  margin-right: 10px;
  min-width: 45px;
  min-height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  border: 2px solid #41c648;
  background-color: #41c648;
  color: #fff; }

.page-links a span:not(.screen-reader-text) {
  border: 2px solid #bfbfbf;
  background-color: transparent;
  color: #bfbfbf; }

.page-links span > span.screen-reader-text,
.page-links a:hover span:not(.screen-reader-text) {
  border-color: #41c648;
  background-color: #41c648;
  color: #fff; }

.post-password-form input {
  margin-top: 10px; }

.post-password-form input[type="submit"] {
  margin: 34px 0 0 15px; }

.post-content {
  margin-bottom: 10px; }

.stm-post-meta-bottom .stm_post_tags {
  max-width: 80%; }
  .stm-post-meta-bottom .stm_post_tags a {
    display: inline-block;
    max-width: 100%;
    vertical-align: top; }

.stm-post-meta-bottom .stm_post_tags a {
  display: inline-block;
  max-width: 100%;
  vertical-align: top; }

ol li:before {
  background-color: transparent; }

ul {
  counter-reset: section; }

.stm-header .stm-main-menu .stm-main-menu-unit .header-menu ul.sub-menu li.menu-item-has-children > a:after {
  position: absolute;
  content: '';
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "\f105";
  right: 18px;
  top: 14px;
  font-size: 19px;
  z-index: 25; }

.stm_post_comments .comment-respond {
  background-color: #303132; }

.stm_post_comments .comment-respond .comment-form {
  padding: 0 0 15px; }

.stm_post_comments .comment-reply-title {
  color: #fff; }

.stm-header.stm-header-fixed.stm-transparent-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit,
.stm-header.stm-header-fixed.stm-transparent-header .stm-main-menu .stm-main-menu-unit:after,
.stm-header.stm-header-fixed.stm-transparent-header .stm-main-menu .stm-main-menu-unit {
  background: transparent !important; }

.stm-header.stm-header-fixed.stm-transparent-header .search-submit.activated:before {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important; }

.sp-league-table .has-logo img {
  width: 1.8em;
  margin-right: 0.5em; }

.sp-league-table .has-logo .team-logo {
  width: inherit !important;
  margin-right: 0 !important; }

.stm-single-block-event-list .stm-single-block-unit .stm-team-logo .team-logo img {
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.stm-cart-totals table tr th,
.stm-cart-totals table tr th {
  border-bottom: 0; }

.stm-cart-totals table {
  margin-bottom: 20px; }

.shop_table .shipping td {
  padding-right: 20px !important; }

.woocommerce-MyAccount-navigation-link.is-active a {
  color: #41c648; }

.sp-player-details .st-label {
  font-weight: 400; }

.stm-single-product-images .woocommerce-main-image {
  position: relative; }
  .stm-single-product-images .woocommerce-main-image .stm-image-preview-shop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 5; }
    .stm-single-product-images .woocommerce-main-image .stm-image-preview-shop.hovered {
      opacity: 1;
      visibility: visible; }

.woocommerce-variation {
  width: 100%;
  float: right !important; }

.woocommerce-variation-add-to-cart {
  float: right !important; }

form.login label[for="rememberme"] {
  margin: 10px 0 0 10px; }

form.login label[for="rememberme"] input#rememberme {
  margin-right: 4px; }

.addtoany_share_save_container {
  display: none; }

.stm-share-this-wrapp {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .stm-share-this-wrapp.dropdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    cursor: pointer; }
    .stm-share-this-wrapp.dropdown:hover .stm-share-btn-wrapp {
      opacity: 1; }
    .stm-share-this-wrapp.dropdown > span:first-child {
      display: block;
      overflow: hidden;
      border: 1px solid #d9d9d9;
      text-align: right;
      background: #f6f6f6;
      padding: 8px 12px 6px 50px;
      position: relative;
      color: #151618;
      font-size: 12px; }
      .stm-share-this-wrapp.dropdown > span:first-child:before {
        content: '\e91f';
        display: block;
        font-family: "stm-splash-icons";
        position: absolute;
        left: 17%;
        top: 15%;
        -webkit-transform: translateX(-15%);
                transform: translateX(-15%);
        font-size: 18px;
        color: #151618; }
      .stm-share-this-wrapp.dropdown > span:first-child:after {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 40%;
        top: 0;
        background: #d9d9d9; }
    .stm-share-this-wrapp.dropdown > span.stm-share-btn-wrapp {
      opacity: 0;
      border-left: 1px solid #d9d9d9;
      border-right: 1px solid #d9d9d9;
      border-bottom: 1px solid #d9d9d9;
      background: #fff;
      position: absolute;
      top: 100%;
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out;
      z-index: 100; }
      .stm-share-this-wrapp.dropdown > span.stm-share-btn-wrapp .addtoany_share_save_container .addtoany_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .stm-share-this-wrapp.dropdown > span.stm-share-btn-wrapp .addtoany_share_save_container .addtoany_list a {
          padding: 10px 7px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          border-bottom: 1px solid #d9d9d9;
          text-decoration: none; }
          .stm-share-this-wrapp.dropdown > span.stm-share-btn-wrapp .addtoany_share_save_container .addtoany_list a:last-child {
            border-bottom: 0; }
          .stm-share-this-wrapp.dropdown > span.stm-share-btn-wrapp .addtoany_share_save_container .addtoany_list a .a2a_label {
            display: inline-block;
            overflow: hidden;
            position: relative !important;
            width: auto !important;
            font-size: 14px;
            font-weight: 500;
            color: #414141;
            padding-left: 7px;
            line-height: 20px !important; }
  .stm-share-this-wrapp.list_fade {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    cursor: pointer;
    position: relative;
    width: 107px; }
    .stm-share-this-wrapp.list_fade:hover .stm-share-btn-wrapp {
      opacity: 1; }
    .stm-share-this-wrapp.list_fade > span:first-child {
      display: block;
      overflow: hidden;
      border: 1px solid #d9d9d9;
      text-align: right;
      background: #fff;
      padding: 8px 12px 6px 53px;
      position: relative;
      color: #151618;
      font-size: 12px; }
      .stm-share-this-wrapp.list_fade > span:first-child:before {
        content: '\e91f';
        display: block;
        font-family: "stm-splash-icons";
        position: absolute;
        left: 17%;
        top: 15%;
        -webkit-transform: translateX(-15%);
                transform: translateX(-15%);
        font-size: 18px;
        color: #151618; }
      .stm-share-this-wrapp.list_fade > span:first-child:after {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 40%;
        top: 0;
        background: #d9d9d9; }
      .stm-share-this-wrapp.list_fade > span:first-child:hover {
        background: #f6f6f6; }
    .stm-share-this-wrapp.list_fade > span.stm-share-btn-wrapp {
      opacity: 0;
      border: 1px solid #d9d9d9;
      background: #fff;
      position: absolute;
      top: 0;
      left: 100%;
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out;
      z-index: 100; }
      .stm-share-this-wrapp.list_fade > span.stm-share-btn-wrapp .addtoany_share_save_container .addtoany_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .stm-share-this-wrapp.list_fade > span.stm-share-btn-wrapp .addtoany_share_save_container .addtoany_list a {
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          border-bottom: 0;
          text-decoration: none;
          border-radius: 0;
          margin-right: 1px; }
          .stm-share-this-wrapp.list_fade > span.stm-share-btn-wrapp .addtoany_share_save_container .addtoany_list a:last-child {
            margin: 0; }
          .stm-share-this-wrapp.list_fade > span.stm-share-btn-wrapp .addtoany_share_save_container .addtoany_list a .a2a_svg {
            width: 38px !important;
            height: 38px !important;
            border-radius: 0 !important; }
            .stm-share-this-wrapp.list_fade > span.stm-share-btn-wrapp .addtoany_share_save_container .addtoany_list a .a2a_svg svg {
              border-radius: 0; }
  .stm-share-this-wrapp > span {
    vertical-align: middle;
    margin: 0; }
    .stm-share-this-wrapp > span:first-child {
      font-size: 13px;
      color: #999999;
      text-transform: uppercase; }
  .stm-share-this-wrapp .stm-share-btn-wrapp .addtoany_share_save_container {
    display: block;
    margin: 0;
    line-height: 0; }
    .stm-share-this-wrapp .stm-share-btn-wrapp .addtoany_share_save_container .addtoany_list {
      line-height: 0 !important; }
      .stm-share-this-wrapp .stm-share-btn-wrapp .addtoany_share_save_container .addtoany_list a span {
        width: 20px !important;
        height: 20px !important; }

/*=====================================        STM BLOCKQUOTE         =======================================*/
.stm-block-quote-wrapper {
  display: block;
  overflow: hidden; }
  .stm-block-quote-wrapper.style_1 {
    padding: 32px 25px 25px;
    margin: 10px 0 0 0;
    background: #f0f0f0; }
    .stm-block-quote-wrapper.style_1 .stm-block-quote-icon {
      display: block;
      overflow: hidden;
      position: relative;
      text-align: center;
      margin-bottom: 7px; }
      .stm-block-quote-wrapper.style_1 .stm-block-quote-icon:before {
        content: '';
        display: block;
        width: 38%;
        height: 1px;
        background: #d8d8d8;
        position: absolute;
        left: 0;
        top: 12px; }
      .stm-block-quote-wrapper.style_1 .stm-block-quote-icon:after {
        content: '';
        display: block;
        width: 38%;
        height: 1px;
        background: #d8d8d8;
        position: absolute;
        right: 0;
        top: 12px; }
      .stm-block-quote-wrapper.style_1 .stm-block-quote-icon i:before {
        display: block;
        color: #d8d8d8;
        font-size: 25px; }
    .stm-block-quote-wrapper.style_1 .stm-block-quote {
      font-family: 'Roboto';
      font-weight: 400;
      font-size: 18px;
      font-style: italic;
      color: #404040;
      text-align: center;
      line-height: 30px;
      padding: 5px 0;
      letter-spacing: 0; }
  .stm-block-quote-wrapper.style_2 .stm-block-quote-icon {
    display: none; }
  .stm-block-quote-wrapper.style_2 .stm-block-quote {
    border-left: 5px solid #00aaff;
    padding: 5px 5px 5px 25px;
    color: #868686;
    font-size: 14px;
    font-style: italic; }

/*=====================================        STM BLOCKQUOTE         =======================================*/
/*======================================            REVIEW CAROUSEL     =============================*/
.review_style_two {
  padding-bottom: 75px; }
  .review_style_two .clearfix {
    margin-top: 34px; }
  .review_style_two .stm-title-left {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
    .review_style_two .stm-title-left h2 {
      font-weight: 400;
      color: #fff;
      margin: 0; }
  .review_style_two .stm-reviews-controls {
    display: none; }
  .review_style_two .stm-reviews-carosel-wrapper {
    margin-left: 0; }
    .review_style_two .stm-reviews-carosel-wrapper #carousel {
      display: block;
      overflow: visible !important;
      width: 100%;
      max-width: 100%;
      min-height: 440px;
      overflow: visible !important; }
      .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single {
        display: block;
        overflow: visible;
        position: relative;
        opacity: 1;
        background: #fff;
        -webkit-transition: none;
        transition: none;
        max-width: 550px;
        min-height: 325px;
        margin-top: 30px; }
        .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container {
          display: block;
          overflow: visible;
          max-width: 550px;
          padding: 82px 15px 70px 15px;
          cursor: pointer;
          background: #fff !important; }
          .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .icon {
            top: 37px;
            font-size: 23px; }
            .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .icon .stm-icon-quote:before {
              content: "\e909"; }
          .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .content {
            margin: 0;
            font-weight: 400;
            font-size: 24px;
            color: #404040;
            padding: 0 60px;
            line-height: 35px;
            max-height: 140px;
            overflow: hidden;
            letter-spacing: -0.2px; }
            .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .content p {
              margin-bottom: 35px; }
          .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .title {
            font-weight: 400;
            font-size: 20px;
            color: #000000;
            margin-top: 35px;
            text-transform: none;
            margin-bottom: 6px; }
          .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .sub-title {
            font-weight: 400;
            font-size: 14px;
            color: #808080; }
          .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .avatar {
            position: absolute;
            z-index: 20;
            margin: 0 auto;
            bottom: -48px;
            left: 41.5%;
            max-width: 96px; }
            .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .avatar img {
              display: block;
              width: 100%; }

.review_style_three .stm-title-left .stm-main-title-unit {
  font-size: 28px !important;
  letter-spacing: 0.8px; }

.review_style_three .stm-reviews-carosel-wrapper {
  margin: 0; }
  .review_style_three .stm-reviews-carosel-wrapper .stm-reviews {
    max-width: 100%;
    width: 100%;
    margin: 0; }
    .review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single {
      width: 100%; }
      .review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        width: 100%;
        height: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
        background: transparent;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .icon {
          display: block;
          width: 50px;
          position: absolute;
          left: 29%;
          top: 0;
          z-index: 1;
          opacity: 1;
          padding-top: 24px; }
          .review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .icon i {
            color: #00aaff;
            font-size: 35px; }
            .review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .icon i:before {
              content: '\e91e'; }
        .review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_author_img {
          display: block;
          overflow: hidden;
          width: 53%;
          height: 100%; }
          .review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_author_img img {
            display: block;
            width: 100%; }
        .review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_data {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          overflow: hidden;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          background: #fff;
          padding: 33px 20px 34px 40px; }
          .review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_data .title {
            display: block;
            overflow: hidden;
            color: #151618;
            text-transform: none;
            margin-bottom: 14px;
            line-height: 20px; }
          .review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_data .content {
            display: block;
            overflow: hidden;
            margin: 0; }
            .review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_data .content p {
              margin: 0;
              line-height: 20px;
              font-style: italic;
              text-align: left;
              max-height: 80px; }

/*======================================            REVIEW CAROUSEL     =============================*/
.woocommerce-product-gallery__trigger {
  display: none; }

/*1.5 American Football Layout styles*/
.stm-custom-row {
  margin-left: -15px;
  margin-right: -15px; }
  .stm-custom-row .col-10, .stm-custom-row .col-15, .stm-custom-row .col-25, .stm-custom-row .col-20, .stm-custom-row .col-30, .stm-custom-row .col-35, .stm-custom-row .col-40, .stm-custom-row .col-43, .stm-custom-row .col-50, .stm-custom-row .col-57, .stm-custom-row .col-60, .stm-custom-row .col-70, .stm-custom-row .col-100 {
    display: block;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .stm-custom-row .col-10 {
    width: 10%; }
  .stm-custom-row .col-15 {
    width: 15%; }
  .stm-custom-row .col-25 {
    width: 25%; }
  .stm-custom-row .col-20 {
    width: 20%; }
  .stm-custom-row .col-30 {
    width: 30%; }
  .stm-custom-row .col-35 {
    width: 35%; }
  .stm-custom-row .col-40 {
    width: 40%; }
  .stm-custom-row .col-43 {
    width: 43%; }
  .stm-custom-row .col-50 {
    width: 50%; }
  .stm-custom-row .col-57 {
    width: 57%; }
  .stm-custom-row .col-60 {
    width: 60%; }
  .stm-custom-row .col-70 {
    width: 70%; }
  .stm-custom-row .col-100 {
    width: 100%; }

/*===========================  MOBILE BLOCKS HIDE  ===========================*/
.stm-mobile-teams-name, .stm-mobile-show {
  display: none; }

.stm-mobile-hide {
  display: inline-block; }

.stm-latest-results-units .stm-mobile-hide {
  display: block; }

/*===========================  MOBILE BLOCKS HIDE  ===========================*/
.stm-header.stm-header-second .stm-header-inner {
  padding: 0; }
  .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit {
    background: transparent !important;
    width: 100%;
    text-align: left;
    padding: 0px; }
    .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit:after {
      background: transparent !important; }
    .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-list-duty {
      margin-top: 0px; }
    .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu {
      display: inline-block;
      vertical-align: middle;
      font-family: "Oswald"; }
      .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li:first-child a {
        padding: 0 29px 0 0; }
      .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li:first-child > .sub-menu {
        left: 0; }
      .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu:nth-of-type(2) > li:first-child > a {
        padding: 0 29px !important; }
      .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu:nth-of-type(2) > li:first-child > .sub-menu {
        left: 28px; }
      .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li.current-menu-item > a span, .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li.current_page_item > a span {
        padding-bottom: 1px;
        border-bottom: solid 2px #da9a29; }
      .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li a {
        font-size: 16px;
        padding: 1px 29px 0;
        background: transparent; }
        .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li a:before {
          display: none; }
        .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li a:hover span {
          border-bottom: solid 2px #da9a29; }
      .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu {
        margin-left: -10px;
        left: 28px; }
        .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu li {
          display: block;
          border-radius: 0;
          padding-left: 10px;
          font-weight: 700;
          font-size: 14px;
          color: #da9a29;
          background: transparent !important;
          -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
          transition: all 0.5s cubic-bezier(0, 0, 0.58, 1); }
          .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu li:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 100%;
            height: 100%;
            width: 0;
            background-color: #da9a29;
            -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
            transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
            opacity: 0;
            z-index: -1; }
          .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu li:hover:active {
            color: #06083b !important; }
            .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu li:hover:active > a {
              color: #06083b !important; }
              .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu li:hover:active > a span {
                border: 0; }
          .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu li:hover {
            background: #da9a29 !important;
            color: #fff; }
            .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu li:hover:after {
              color: #da9a29;
              width: 100%;
              right: 0%;
              background: #da9a29;
              opacity: 1; }
            .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu li:hover a {
              color: #fff; }
              .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu li:hover a span {
                border: 0; }
        .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu > li {
          padding-left: 10px; }
          .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu > li > a {
            font-size: 15px;
            padding: 0; }
          .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu > li > .sub-menu li a {
            font-size: 15px; }
            .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu > li > .sub-menu li a:hover:active {
              color: #06083b !important; }
    .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-logo {
      display: inline-block;
      width: 127px;
      vertical-align: middle;
      float: inherit !important;
      margin: 14px 22px 17px 22px !important; }
      .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-logo .bloglogo {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease; }
      .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-logo .logoHide {
        visibility: hidden;
        opacity: 0; }
    .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search {
      width: 100%;
      height: auto !important;
      top: 50%;
      margin-top: -36px; }
      .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-submit {
        position: absolute;
        top: 0;
        right: 0;
        background: transparent !important;
        padding: 9px 0 10px;
        text-align: right; }
        .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-submit:before {
          background: transparent; }
        .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-submit:hover {
          background: transparent; }
          .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-submit:hover:before {
            background: transparent; }
        .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-submit .fa-search {
          margin-right: 0;
          -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease; }
          .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-submit .fa-search:before {
            display: block;
            overflow: hidden;
            content: "\e915" !important;
            font-family: 'stm-splash-icons' !important;
            color: #fff;
            background: transparent;
            width: 20px;
            height: 20px;
            font-size: 16px; }
      .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-submit.activated {
        background: #da9a29 !important; }
        .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-submit.activated .fa-search {
          margin-right: 25px; }
          .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-submit.activated .fa-search:before {
            color: #06083b; }
      .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-input {
        position: absolute;
        top: 0;
        right: 0;
        width: 0px;
        padding: 0px;
        height: 70px;
        border: 0;
        border-radius: 0;
        font-size: 14px;
        background-color: #151515;
        box-shadow: none;
        color: #fff;
        visibility: hidden; }
        .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-input.active {
          visibility: visible;
          width: 100%;
          max-width: 1140px;
          padding: 20px 15px; }
        .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-input::-webkit-input-placeholder {
          color: #fff; }

.splashAmericanFootball {
  /*===============      WIDGET STYLE         =====================*/
  /*SPORTSPRESS WIGETS*/
  /*LATEST RESULT BLOCK*/
  /*.stm_af_latest_results_wrapper{
        display: block;
        overflow: hidden;
        padding-top: 73px;

        h2{
            font-family: "Oswald";
            font-weight: 400;
            color: #000000;
            text-transform: uppercase;
            text-align: center;
            margin-bottom: 37px;
        }

        h3{
            font-family: "Oswald";
            font-weight: 400;
            color: $theme-dark-blue;
            text-align: center;
            text-transform: uppercase;
            margin-bottom: 23px;
        }

        .stm-latest-results-units{

            .col-20{
                width: 21%;
            }

            .col-60{
                width: 58%;
                padding: 0 32px;
            }
            .col-15{
                padding: 0 10px;
            }

            .stmLeftHelmsWrapp{
                display: block;
                overflow: hidden;
                max-width: 215px;
                position: relative;
                padding-top: 7px;

                .stm-team-logo-left{
                    display: block;
                    overflow: hidden;
                    max-width: 76px;
                    position: absolute;
                    top: 23%;
                    left: 13%;
                }
            }
            .stmRightHelmsWrapp{
                display: block;
                overflow: hidden;
                max-width: 215px;
                position: relative;
                padding-top: 7px;

                img.stm-helm{
                    -moz-transform: scaleX(-1);
                    -o-transform: scaleX(-1);
                    -webkit-transform: scaleX(-1);
                    transform: scaleX(-1);
                    filter: FlipH;
                    -ms-filter: "FlipH";
                }

                .stm-team-logo-right{
                    display: block;
                    overflow: hidden;
                    max-width: 76px;
                    position: absolute;
                    top: 22%;
                    right: 12%;
                }
            }

            .teamNameLeftWrapper {
                display: block;
                overflow: hidden;
                text-align: right;

                .teamHome {
                    color: $theme-brown;
                    font-size: 16px;
                    font-family: "Oswald";
                    font-weight: 700;
                    line-height: 30px;
                    text-transform: uppercase;
                }
                .stm-latest-result-team {
                    line-height: 42px;

                    a{
                        color: $theme-dark-blue;
                        font-size: 42px;
                        font-family: "Oswald";
                        font-weight: 400;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        text-transform: uppercase;
                    }
                }
            }

            .teamNameRightWrapper {
                display: block;
                overflow: hidden;
                text-align: left;

                .teamHome {
                    color: $theme-brown;
                    fnt-size: 16px;
                    font-family: "Oswald";
                    font-weight: 700;
                    line-height: 30px;
                    text-transform: uppercase;
                }
                .stm-latest-result-team {
                    line-height: 42px;

                    a{
                        color: $theme-dark-blue;
                        font-size: 42px;
                        font-family: "Oswald";
                        font-weight: 400;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        text-transform: uppercase;
                    }
                }
            }

            .stmPointsWrapp{
                .stmPointWin{
                    display: block;
                    overflow: hidden;
                    width: 100%;
                    max-width: 76px;
                    padding: 17px 16px;
                    background: $theme-brown;
                    color: $white;
                    font-family: Oswald;
                    font-weight: 700;
                    font-size: 42px;
                    line-height: 42px;
                    text-align: center;
                }
                .stmPointLose{
                    display: block;
                    overflow: hidden;
                    width: 100%;
                    max-width: 76px;
                    padding: 17px 16px;
                    background: #999999;
                    color: $white;
                    font-family: Oswald;
                    font-weight: 700;
                    font-size: 42px;
                    line-height: 42px;
                    text-align: center;
                }
                .stm-latest-result-win-label, .stm-latest-result-lose-label{
                    display: block;
                    overflow: hidden;
                    text-align: center;
                    text-transform: uppercase;
                    font-family: "Oswald";
                    font-weight: 700;
                    font-size: 14px;
                    line-height: 27px;
                }

                .stm-latest-result-win-label{
                    color: $theme-brown;
                }

                .stm-latest-result-lose-label{
                    color: #999999;
                }
            }

            .stmOrangeDivider{
                display: block;
                width: 100%;
                height: 2px;
                background: $theme-brown;
            }

            .stmTopWrapper{
                display: block;
                overflow: hidden;
                padding-top: 23px;

                .stmTopTitle{
                    display: block;
                    overflow: hidden;
                    color: $theme-dark-blue;
                    font-family: "Oswald";
                    font-weight: 400;
                    font-size: 16px;
                }
                .stmFirstTopPlayer{
                    display: block;
                    overflow: hidden;
                    color: #999999;
                    font-family: "Roboto";
                    font-weight: 400;
                    font-size: 13px;
                    padding-top: 5px;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }
                .stmSecondTopPlayer{
                    display: block;
                    overflow: hidden;
                    color: #999999;
                    font-family: "Roboto";
                    font-weight: 400;
                    font-size: 13px;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }
            }
        }
    }*/
  /*.stm-next-match{
        display: block;
        overflow: hidden;
        position: relative;

        .stm-next-match-header {
            display: block;
            overflow: hidden;

            h3 {
                display: inline-block;
                overflow: hidden;
                vertical-align: bottom;
                width: auto;
                font-family: "Oswald";
                font-weight: 400;
                text-transform: uppercase;
                color: $white;
                float: inherit;
                margin-bottom: 0;
                line-height: 29px;
                letter-spacing: 0;
                margin-right: 55px;
            }

            .stm-next-match-upcoming{
                display: inline-block;
                overflow: hidden;
                vertical-align: bottom;
                font-family: "Oswald";
                font-weight: 400;
                font-size: 14px;
                text-transform: uppercase;
                border-bottom: solid 2px $theme-brown;
                letter-spacing: 0.8px;

                a{
                    color: $white;
                    text-decoration: none;
                }
            }
        }
        .stm-next-match-units{
            display: block;
            float: left;
            clear: both;
            margin-top: 29px;

            .stm-next-match-unit{
                display: block;
                width: 100%;
                position: relative;
                opacity: 1;
                background: rgba(0, 0, 0, 0.35);
                margin-bottom: 26px;

                .stm-next-match-main-meta{
                    min-height: 160px;
                    padding: 0;
                    border-top: solid 3px $theme-brown;

                    .stm-next-match-opponents-units{
                        padding: 5px 0;

                        .stm-next-match-opponents{

                            .stm-command{
                                text-align: right;
                                overflow: hidden;

                                .stm-command-logo{
                                    padding-top: 20px;
                                }

                                .stm-command-title{

                                    h5{
                                        font-family: 'Oswald';
                                        font-weight: 400;
                                        font-size: 12px;
                                        color: $theme-brown;
                                        text-transform: uppercase;
                                        line-height: 17px;
                                        margin-bottom: 0;
                                        padding-top: 5px;
                                        letter-spacing: 0.6px;
                                    }
                                    h4{
                                        font-family: 'Oswald';
                                        font-weight: 400;
                                        font-size: 20px;
                                        color: $white;
                                        text-transform: uppercase;
                                        margin-bottom: 0;
                                    }
                                }


                            }

                            .stm-command-vs{
                                span{
                                    width: 56px;
                                    height: 56px;
                                    font-family: 'Oswald';
                                    font-weight: 400;
                                    font-size: 22px;
                                    background: $theme-brown;
                                    line-height: 58px;
                                }
                            }

                            .stm-command-right{
                                text-align: left !important;
                                overflow: hidden;
                            }
                        }
                    }

                    .stm-next-match-info-wrapp{
                        display: block;
                        overflow: hidden;
                        background: #44455b;

                        .stm-next-match-info {
                            display: block;
                            padding: 10px 0 7px 20px;
                            text-align: left;
                            float: left;
                            margin-bottom: 0;
                            font-family: 'Roboto';
                            font-size: 14px;
                            font-weight: 400;
                            color: $white;
                            text-transform: none;
                            letter-spacing: 0;

                            .vertical-divider{
                                display: inline-block;
                                overflow: hidden;
                                height: 12px;
                                border-left: solid 1px rgba(255, 255, 255, 0.3);
                                margin: -3px 7px 0;
                                line-height: 15px;
                                vertical-align: middle;
                            }
                        }

                        .stm-next-match-preview {
                            display: block;
                            overflow: hidden;
                            float: right;
                            padding: 0;
                            font-family: 'Oswald';
                            font-size: 14px;
                            font-weight: 700;
                            text-transform: uppercase;
                            letter-spacing: 0.6px;

                            a{
                                &:hover{
                                    background: $theme-brown;
                                }

                                display: inline-block;
                                overflow: hidden;
                                vertical-align: middle;
                                color: $white;
                                padding: 10px 15px 7px;
                                text-decoration: none;

                                img{
                                    display: inline-block;
                                    overflow: hidden;
                                    vertical-align: middle;
                                    margin-top: -3px;
                                    margin-right: 5px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }*/
  /*REVOLUTION SLIDER*/
  /*=============================     NEWS      ============================*/ }
  .splashAmericanFootball .heading-font {
    color: inherit; }
  .splashAmericanFootball h1, .splashAmericanFootball h2, .splashAmericanFootball h3, .splashAmericanFootball h3, .splashAmericanFootball h4, .splashAmericanFootball h5, .splashAmericanFootball h6, .splashAmericanFootball .h1, .splashAmericanFootball .h2, .splashAmericanFootball .h3, .splashAmericanFootball .h4, .splashAmericanFootball .h5, .splashAmericanFootball .h6 {
    font-weight: 400;
    text-transform: uppercase; }
  .splashAmericanFootball .no-uppercase h1, .splashAmericanFootball .no-uppercase h2, .splashAmericanFootball .no-uppercase h3, .splashAmericanFootball .no-uppercase h3, .splashAmericanFootball .no-uppercase h4, .splashAmericanFootball .no-uppercase h5, .splashAmericanFootball .no-uppercase h6, .splashAmericanFootball .no-uppercase .h1, .splashAmericanFootball .no-uppercase .h2, .splashAmericanFootball .no-uppercase .h3, .splashAmericanFootball .no-uppercase .h4, .splashAmericanFootball .no-uppercase .h5, .splashAmericanFootball .no-uppercase .h6 {
    text-transform: none !important; }
  .splashAmericanFootball .stm-ipad-none {
    display: none; }
  .splashAmericanFootball .stm-ipad-block {
    display: block; }
  .splashAmericanFootball .fa-check-square:before {
    color: #da9a29; }
  .splashAmericanFootball .modal-header {
    background-color: #da9a29;
    border: 1px solid #da9a29; }
  .splashAmericanFootball ol li:before {
    color: #da9a29; }
  .splashAmericanFootball ul.stm-list-icon li:before {
    display: none;
    color: #da9a29; }
  .splashAmericanFootball ul.stm-list-icon li i:before {
    color: #da9a29; }
  .splashAmericanFootball ul li:before {
    color: #da9a29;
    background-color: #da9a29; }
  .splashAmericanFootball blockquote {
    border-color: #da9a29; }
  .splashAmericanFootball blockquote.style_2:before {
    content: "\e909";
    font-family: 'stm-splash-icons';
    color: #da9a29;
    font-size: 40px; }
  .splashAmericanFootball .stm-red {
    color: #da9a29 !important; }
  .splashAmericanFootball .highlight {
    background-color: #da9a29; }
  .splashAmericanFootball .fa.fa-check {
    color: #da9a29; }
  .splashAmericanFootball .wpb_text_column p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #404040; }
  .splashAmericanFootball .stm-af-left {
    float: left; }
  .splashAmericanFootball .stm-af-right {
    float: right; }
  .splashAmericanFootball input[type='submit'] {
    letter-spacing: 0.6px !important; }
  .splashAmericanFootball .button {
    border: solid 2px #da9a29;
    overflow: hidden;
    border-radius: 0;
    font-weight: 700;
    font-size: 14px;
    color: #da9a29;
    padding: 12px 35px;
    background: transparent !important;
    margin-top: 40px;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
    letter-spacing: 0.6px !important; }
    .splashAmericanFootball .button:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #da9a29;
      -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
      transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
      opacity: 0; }
    .splashAmericanFootball .button:hover:active {
      color: #06083b !important; }
      .splashAmericanFootball .button:hover:active span {
        color: #06083b !important; }
      .splashAmericanFootball .button:hover:active input[type='submit'] {
        color: #06083b !important; }
    .splashAmericanFootball .button:hover {
      border: solid 2px #da9a29;
      background: #da9a29 !important;
      color: #fff; }
      .splashAmericanFootball .button:hover:before {
        color: #da9a29;
        width: 100%;
        left: 100%;
        background: #da9a29;
        opacity: 1; }
      .splashAmericanFootball .button:hover span {
        color: #fff; }
      .splashAmericanFootball .button:hover input[type='submit'] {
        color: #fff !important; }
  .splashAmericanFootball .button.btn-md, .splashAmericanFootball .button.checkout-button {
    border: solid 2px #da9a29;
    overflow: hidden;
    border-radius: 0;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    padding: 12px 35px;
    background: #da9a29 !important;
    margin-top: 40px;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1) !important;
    transition: all 0.5s cubic-bezier(0, 0, 0.58, 1) !important;
    letter-spacing: 0.6px !important; }
    .splashAmericanFootball .button.btn-md:before, .splashAmericanFootball .button.checkout-button:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #06083b !important;
      -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1) !important;
      transition: all 0.5s cubic-bezier(0, 0, 0.58, 1) !important;
      opacity: 0; }
    .splashAmericanFootball .button.btn-md:hover:active, .splashAmericanFootball .button.checkout-button:hover:active {
      color: #da9a29 !important; }
      .splashAmericanFootball .button.btn-md:hover:active input[type='submit'], .splashAmericanFootball .button.checkout-button:hover:active input[type='submit'] {
        color: #da9a29 !important; }
    .splashAmericanFootball .button.btn-md:hover, .splashAmericanFootball .button.checkout-button:hover {
      border: solid 2px #06083b;
      background: #06083b !important;
      color: #fff !important; }
      .splashAmericanFootball .button.btn-md:hover:before, .splashAmericanFootball .button.checkout-button:hover:before {
        width: 100%;
        left: 100%;
        background: #06083b !important;
        opacity: 1; }
      .splashAmericanFootball .button.btn-md:hover span, .splashAmericanFootball .button.checkout-button:hover span {
        color: #fff; }
      .splashAmericanFootball .button.btn-md:hover input[type='submit'], .splashAmericanFootball .button.checkout-button:hover input[type='submit'] {
        color: #fff; }
        .splashAmericanFootball .button.btn-md:hover input[type='submit']:disabled:hover:active, .splashAmericanFootball .button.checkout-button:hover input[type='submit']:disabled:hover:active {
          color: #fff !important; }
  .splashAmericanFootball .button.btn-secondary.btn-style-4 {
    border: 0;
    overflow: hidden;
    border-radius: 0;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    padding: 14px 35px;
    background: #da9a29 !important;
    margin-top: 40px;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1) !important;
    transition: all 0.5s cubic-bezier(0, 0, 0.58, 1) !important;
    letter-spacing: 0.6px !important; }
    .splashAmericanFootball .button.btn-secondary.btn-style-4:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #06083b !important;
      -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1) !important;
      transition: all 0.5s cubic-bezier(0, 0, 0.58, 1) !important;
      opacity: 0; }
    .splashAmericanFootball .button.btn-secondary.btn-style-4:hover:active {
      color: #da9a29 !important; }
      .splashAmericanFootball .button.btn-secondary.btn-style-4:hover:active span, .splashAmericanFootball .button.btn-secondary.btn-style-4:hover:active .add_to_cart_button {
        color: #da9a29 !important; }
        .splashAmericanFootball .button.btn-secondary.btn-style-4:hover:active span:before, .splashAmericanFootball .button.btn-secondary.btn-style-4:hover:active .add_to_cart_button:before {
          color: #da9a29 !important; }
      .splashAmericanFootball .button.btn-secondary.btn-style-4:hover:active input[type='submit'] {
        color: #da9a29 !important; }
    .splashAmericanFootball .button.btn-secondary.btn-style-4:hover {
      border: 0;
      background: #06083b !important;
      color: #fff !important; }
      .splashAmericanFootball .button.btn-secondary.btn-style-4:hover:before {
        width: 100%;
        left: 100%;
        background: #06083b !important;
        opacity: 1; }
      .splashAmericanFootball .button.btn-secondary.btn-style-4:hover span {
        color: #fff !important; }
      .splashAmericanFootball .button.btn-secondary.btn-style-4:hover input[type='submit'] {
        color: #fff; }
        .splashAmericanFootball .button.btn-secondary.btn-style-4:hover input[type='submit']:disabled:hover:active {
          color: #fff !important; }
  .splashAmericanFootball .button.btn-secondary.btn-style-2 {
    border: solid 2px #da9a29;
    overflow: hidden;
    border-radius: 0;
    font-weight: 700;
    font-size: 14px;
    color: #06083b;
    padding: 14px 35px;
    background: transparent !important;
    margin-top: 40px;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1) !important;
    transition: all 0.5s cubic-bezier(0, 0, 0.58, 1) !important;
    letter-spacing: 0.6px !important; }
    .splashAmericanFootball .button.btn-secondary.btn-style-2:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #da9a29 !important;
      -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1) !important;
      transition: all 0.5s cubic-bezier(0, 0, 0.58, 1) !important;
      opacity: 0; }
    .splashAmericanFootball .button.btn-secondary.btn-style-2:hover:active {
      color: #da9a29 !important; }
      .splashAmericanFootball .button.btn-secondary.btn-style-2:hover:active span, .splashAmericanFootball .button.btn-secondary.btn-style-2:hover:active .add_to_cart_button {
        color: #da9a29 !important; }
        .splashAmericanFootball .button.btn-secondary.btn-style-2:hover:active span:before, .splashAmericanFootball .button.btn-secondary.btn-style-2:hover:active .add_to_cart_button:before {
          color: #da9a29 !important; }
      .splashAmericanFootball .button.btn-secondary.btn-style-2:hover:active input[type='submit'] {
        color: #da9a29 !important; }
    .splashAmericanFootball .button.btn-secondary.btn-style-2:hover {
      border: solid 2px #06083b;
      background: #06083b !important;
      color: #fff !important; }
      .splashAmericanFootball .button.btn-secondary.btn-style-2:hover:before {
        width: 100%;
        left: 100%;
        background: #06083b !important;
        opacity: 1; }
      .splashAmericanFootball .button.btn-secondary.btn-style-2:hover span {
        color: #fff !important; }
      .splashAmericanFootball .button.btn-secondary.btn-style-2:hover input[type='submit'] {
        color: #fff; }
        .splashAmericanFootball .button.btn-secondary.btn-style-2:hover input[type='submit']:disabled:hover:active {
          color: #fff !important; }
  .splashAmericanFootball .stm-fs-16 {
    text-decoration: none !important;
    font-size: 14px !important;
    padding: 15px 35px 12px;
    letter-spacing: 0.6px; }
    .splashAmericanFootball .stm-fs-16:hover {
      text-decoration: none !important; }
  .splashAmericanFootball .tp-caption .button.btn-md {
    border: 0 !important; }
  .splashAmericanFootball .tp-caption .button.btn-md:hover {
    border-color: #06083b !important;
    color: #fff !important; }
  .splashAmericanFootball .tp-caption .button.btn-md:hover:active {
    border-color: #06083b !important;
    color: #da9a29 !important; }
  .splashAmericanFootball .wpcf7-submit {
    background: #da9a29 !important;
    border-color: #da9a29;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .splashAmericanFootball .wpcf7-submit:hover {
      background: #06083b !important;
      border-color: #06083b;
      color: #fff !important; }
      .splashAmericanFootball .wpcf7-submit:hover:active {
        border-color: #06083b !important;
        color: #da9a29 !important; }
  .splashAmericanFootball .tp-bullets.ares {
    display: block;
    top: 93% !important;
    position: relative;
    height: 22px !important;
    padding: 0;
    width: 100%;
    text-align: inherit;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    -webkit-transform: matrix(1, 0, 0, 1, -30, -50) !important;
            transform: matrix(1, 0, 0, 1, -30, -50) !important; }
    .splashAmericanFootball .tp-bullets.ares .tp-bullet {
      position: inherit;
      display: inline-block;
      border-radius: 0;
      background: #f0f0f0 !important;
      width: 8px;
      height: 8px;
      border: 0 !important;
      vertical-align: middle; }
    .splashAmericanFootball .tp-bullets.ares .tp-bullet.selected {
      background: #da9a29 !important;
      width: 8px;
      height: 8px;
      margin-top: -1px;
      border: solid 3px #da9a29 !important; }
  .splashAmericanFootball .stm-header.stm-header-first .stm-header-container, .splashAmericanFootball .stm-header.stm-header-third .stm-header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .splashAmericanFootball .stm-header.stm-header-first .stm-header-container .logo-main, .splashAmericanFootball .stm-header.stm-header-third .stm-header-container .logo-main {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
    .splashAmericanFootball .stm-header.stm-header-first .stm-header-container .stm-main-menu, .splashAmericanFootball .stm-header.stm-header-third .stm-header-container .stm-main-menu {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .splashAmericanFootball .stm-title-left .stm-main-title-unit {
    font-weight: 400;
    color: #000000;
    letter-spacing: 0;
    margin-right: 55px;
    margin-bottom: 49px; }
  .splashAmericanFootball .stm-default-page {
    padding: 10px 0 0; }
  .splashAmericanFootball .af-margin-88 {
    margin-top: 88px; }
  .splashAmericanFootball .af-margin-0 {
    margin-top: 0; }
  .splashAmericanFootball .brown {
    color: #da9a29; }
  .splashAmericanFootball .american_football_title h2, .splashAmericanFootball .american_football_title h3 {
    font-weight: 400;
    letter-spacing: 0; }
  .splashAmericanFootball table {
    border-collapse: collapse; }
    .splashAmericanFootball table thead tr th {
      background: #da9a29;
      color: #06083b;
      font-weight: 700;
      font-size: 16px;
      text-transform: uppercase;
      padding: 16px 0 16px 13px; }
      .splashAmericanFootball table thead tr th:nth-child(1) {
        text-align: center; }
    .splashAmericanFootball table tbody tr {
      background: transparent !important; }
      .splashAmericanFootball table tbody tr:nth-child(odd) td {
        background: #f0f0f0; }
      .splashAmericanFootball table tbody tr td {
        color: #06083b;
        font-size: 16px;
        padding: 17px 0 17px 15px;
        border-bottom: 0; }
  .splashAmericanFootball .paging_simple_numbers {
    border-top: solid 1px #d8d8d8;
    padding-top: 30px; }
    .splashAmericanFootball .paging_simple_numbers .previous, .splashAmericanFootball .paging_simple_numbers .next {
      display: none !important; }
    .splashAmericanFootball .paging_simple_numbers span a {
      background: transparent;
      border: 0;
      border-radius: 0;
      margin: 0 !important;
      opacity: 1;
      color: #06083b !important;
      line-height: 45px; }
      .splashAmericanFootball .paging_simple_numbers span a:hover {
        background: #da9a29;
        color: #fff !important; }
      .splashAmericanFootball .paging_simple_numbers span a.current {
        background: #f0f0f0;
        color: #06083b !important; }
  .splashAmericanFootball .stm-title-box-unit {
    padding-top: 54px; }
    .splashAmericanFootball .stm-title-box-unit .navxtBreads {
      font-size: 13px;
      margin-top: 0;
      margin-bottom: 45px;
      color: #999999; }
      .splashAmericanFootball .stm-title-box-unit .navxtBreads a, .splashAmericanFootball .stm-title-box-unit .navxtBreads span {
        font-weight: 400;
        font-size: 13px;
        color: #999999;
        text-transform: none;
        letter-spacing: 0; }
        .splashAmericanFootball .stm-title-box-unit .navxtBreads a:hover, .splashAmericanFootball .stm-title-box-unit .navxtBreads span:hover {
          text-decoration: none;
          color: #da9a29 !important; }
    .splashAmericanFootball .stm-title-box-unit .stm-page-title h3 {
      margin-bottom: 2px;
      letter-spacing: 0; }
  .splashAmericanFootball .heading-font {
    font-weight: 400 !important; }
  .splashAmericanFootball .stm-brown {
    color: #da9a29; }
  .splashAmericanFootball .af-ul-wrap ul li {
    margin-bottom: 12px; }
    .splashAmericanFootball .af-ul-wrap ul li i {
      color: #da9a29 !important; }
  .splashAmericanFootball input[type='submit'] {
    border-radius: 0; }
  .splashAmericanFootball .style-2 {
    background: #fff !important;
    border-radius: 0 !important; }
  .splashAmericanFootball .stm-af-carousel .stm-slider-control-prev {
    background: #da9a29;
    width: 60px;
    height: 70px;
    line-height: 70px;
    display: block !important;
    position: absolute; }
    .splashAmericanFootball .stm-af-carousel .stm-slider-control-prev:hover i:before {
      color: #06083b; }
    .splashAmericanFootball .stm-af-carousel .stm-slider-control-prev i:before {
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .splashAmericanFootball .stm-af-carousel .stm-slider-control-prev:before {
      background: #da9a29;
      padding: 11px 27px 11px 17px;
      margin: 0;
      color: white;
      font-size: 48px; }
    .splashAmericanFootball .stm-af-carousel .stm-slider-control-prev:after {
      position: absolute;
      content: '';
      display: block;
      top: 0px;
      right: -10px;
      min-height: 70px;
      width: 32px;
      background: #da9a29;
      -webkit-transform: skew(-14deg, 0deg);
              transform: skew(-14deg, 0deg);
      z-index: 5; }
  .splashAmericanFootball .stm-af-carousel .stm-slider-control-next {
    background: #da9a29;
    width: 60px;
    height: 70px;
    line-height: 70px;
    display: block !important;
    position: absolute; }
    .splashAmericanFootball .stm-af-carousel .stm-slider-control-next:hover i:before {
      color: #06083b; }
    .splashAmericanFootball .stm-af-carousel .stm-slider-control-next i:before {
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .splashAmericanFootball .stm-af-carousel .stm-slider-control-next:before {
      background: #da9a29;
      padding: 11px 17px 11px 27px;
      margin: 0;
      color: white;
      font-size: 48px; }
    .splashAmericanFootball .stm-af-carousel .stm-slider-control-next:after {
      position: absolute;
      content: '';
      display: block;
      top: 0px;
      left: -10px;
      min-height: 70px;
      width: 32px;
      background: #da9a29;
      -webkit-transform: skew(-14deg, 0deg);
              transform: skew(-14deg, 0deg);
      z-index: 5; }
  .splashAmericanFootball .stm-donation-procent {
    display: block;
    overflow: hidden;
    margin-top: 0;
    clear: both; }
    .splashAmericanFootball .stm-donation-procent .stm-range-wrapp {
      display: block;
      overflow: hidden;
      padding-top: 6px;
      position: relative;
      height: 16px; }
      .splashAmericanFootball .stm-donation-procent .stm-range-wrapp .stm-donation-outer-bar {
        position: relative;
        width: 100%;
        height: 4px;
        background-color: #e6e6e6; }
        .splashAmericanFootball .stm-donation-procent .stm-range-wrapp .stm-donation-outer-bar .stm-dontaion-inner-bar {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #06083b; }
      .splashAmericanFootball .stm-donation-procent .stm-range-wrapp .stm-range-control {
        display: block;
        width: 4px;
        height: 16px;
        position: absolute;
        background: #da9a29;
        top: 0; }
  .splashAmericanFootball .container {
    max-width: 1140px; }
  .splashAmericanFootball .vc_tta-container h2 {
    letter-spacing: 0;
    margin-bottom: 22px; }
  .splashAmericanFootball .vc_tta-container .vc_tta.vc_general .vc_active .vc_tta-panel-heading {
    margin-bottom: 3px; }
  .splashAmericanFootball .vc_tta-container .vc_tta.vc_general .vc_tta-panel-heading {
    margin-bottom: 7px; }
    .splashAmericanFootball .vc_tta-container .vc_tta.vc_general .vc_tta-panel-heading .vc_tta-panel-title a {
      color: #43445c;
      text-transform: none;
      font-weight: 500;
      font-size: 16px; }
      .splashAmericanFootball .vc_tta-container .vc_tta.vc_general .vc_tta-panel-heading .vc_tta-panel-title a:hover {
        color: #06083b; }
      .splashAmericanFootball .vc_tta-container .vc_tta.vc_general .vc_tta-panel-heading .vc_tta-panel-title a:before {
        display: block;
        overflow: hidden;
        content: "\e90a";
        font-family: 'stm-splash-icons' !important;
        font-size: 10px;
        width: 10px;
        height: 10px;
        color: #da9a29;
        position: absolute;
        top: 9px; }
  .splashAmericanFootball .vc_tta-container .vc_tta.vc_general .stm-shortcode-tab-bottom-margin {
    margin-top: 20px; }
    .splashAmericanFootball .vc_tta-container .vc_tta.vc_general .stm-shortcode-tab-bottom-margin .vc_tta-panel-body {
      padding-left: 0 !important; }
  .splashAmericanFootball .vc_tta-container .vc_tta.vc_general .vc_tta-panel-body {
    padding: 0px 0 10px 22px !important; }
    .splashAmericanFootball .vc_tta-container .vc_tta.vc_general .vc_tta-panel-body p {
      line-height: 30px; }
  .splashAmericanFootball .vc_tta-container .vc_tta.vc_general .vc_tta-tab > a {
    font-family: 'Oswald'; }
  .splashAmericanFootball .vc_tta-container .vc_tta.vc_general .vc_active > a {
    color: #da9a29;
    border-color: #da9a29 !important; }
  .splashAmericanFootball .stm-form-bg {
    display: block;
    overflow: hidden;
    position: relative;
    background: #f0f0f0; }
    .splashAmericanFootball .stm-form-bg h4.stm-white {
      color: #000000;
      text-align: left;
      font-size: 30px;
      margin-bottom: 20px; }
    .splashAmericanFootball .stm-form-bg h5 {
      font-family: 'Roboto';
      font-weight: 400;
      font-size: 16px;
      color: #404040;
      margin-bottom: 15px;
      text-transform: none; }
    .splashAmericanFootball .stm-form-bg p {
      display: block;
      overflow: hidden;
      width: 49%;
      background: #f0f0f0;
      padding: 20px 20px 20px 0;
      margin: 0; }
      .splashAmericanFootball .stm-form-bg p:nth-of-type(1) {
        float: left;
        padding-top: 0; }
      .splashAmericanFootball .stm-form-bg p:nth-of-type(2) {
        float: right;
        padding: 0 20px 0 0; }
      .splashAmericanFootball .stm-form-bg p:nth-of-type(3) {
        float: right; }
      .splashAmericanFootball .stm-form-bg p:nth-of-type(4) {
        float: left;
        padding: 0 20px 25px 0;
        clear: both; }
      .splashAmericanFootball .stm-form-bg p input {
        border-radius: 0;
        border: 0;
        font-family: 'Roboto'; }
      .splashAmericanFootball .stm-form-bg p textarea {
        border-radius: 0;
        border: 0;
        max-height: 130px; }
      .splashAmericanFootball .stm-form-bg p .button {
        margin-top: 0;
        padding: 5px 20px 5px;
        text-align: center; }
        .splashAmericanFootball .stm-form-bg p .button input[type='submit'] {
          font-family: 'Oswald';
          background: transparent !important;
          text-align: center; }
          .splashAmericanFootball .stm-form-bg p .button input[type='submit']:hover {
            background: transparent !important; }
            .splashAmericanFootball .stm-form-bg p .button input[type='submit']:hover:active {
              background: transparent !important; }
        .splashAmericanFootball .stm-form-bg p .button .ajax-loader {
          display: none !important; }
  .splashAmericanFootball .wpcf7-mail-sent-ok {
    border-top: solid 3px #398f14;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 29px 29px 26px;
    margin: 30px 0;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;
    text-transform: none;
    vertical-align: top;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.18);
    letter-spacing: 0;
    color: #595959; }
  .splashAmericanFootball #stm-top-bar {
    min-height: 39px;
    background: #06083b; }
    .splashAmericanFootball #stm-top-bar .stm-top-bar_left .stm-top-switcher-holder {
      display: inline-block;
      line-height: 38px;
      vertical-align: middle; }
    .splashAmericanFootball #stm-top-bar .stm-top-bar_left .language-switcher-unit {
      position: relative;
      vertical-align: top;
      cursor: pointer; }
      .splashAmericanFootball #stm-top-bar .stm-top-bar_left .language-switcher-unit .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        padding: 5px 0;
        margin-top: -1px;
        margin-left: -5px;
        max-width: 100%;
        min-width: 100%;
        background-color: #06083b;
        border-radius: 0;
        border: 0;
        box-shadow: none;
        z-index: 1000000; }
        .splashAmericanFootball #stm-top-bar .stm-top-bar_left .language-switcher-unit .dropdown-menu > li {
          margin-bottom: 0; }
          .splashAmericanFootball #stm-top-bar .stm-top-bar_left .language-switcher-unit .dropdown-menu > li > a {
            background-color: #06083b !important;
            padding-top: 2px;
            padding-bottom: 2px;
            padding-left: 5px; }
            .splashAmericanFootball #stm-top-bar .stm-top-bar_left .language-switcher-unit .dropdown-menu > li > a .stm-language-flag {
              box-shadow: 0; }
            .splashAmericanFootball #stm-top-bar .stm-top-bar_left .language-switcher-unit .dropdown-menu > li > a .stm-language-code {
              top: 0;
              vertical-align: middle; }
      .splashAmericanFootball #stm-top-bar .stm-top-bar_left .language-switcher-unit:hover .stm-switcher-open {
        opacity: 1; }
      .splashAmericanFootball #stm-top-bar .stm-top-bar_left .language-switcher-unit.open .dropdown-menu {
        opacity: 1;
        visibility: visible; }
      .splashAmericanFootball #stm-top-bar .stm-top-bar_left .language-switcher-unit.open .stm-switcher-open {
        border-top: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #fff; }
      .splashAmericanFootball #stm-top-bar .stm-top-bar_left .language-switcher-unit .stm-switcher-open {
        position: absolute;
        top: 18px;
        right: 10px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        opacity: 0.8; }
      .splashAmericanFootball #stm-top-bar .stm-top-bar_left .language-switcher-unit .stm-language-flag {
        margin-right: 10px; }
        .splashAmericanFootball #stm-top-bar .stm-top-bar_left .language-switcher-unit .stm-language-flag img {
          vertical-align: middle; }
      .splashAmericanFootball #stm-top-bar .stm-top-bar_left .language-switcher-unit .stm-language-code {
        position: relative;
        top: 3px;
        vertical-align: top;
        text-transform: capitalize;
        font-weight: 500;
        font-size: 13px;
        color: #fff; }
      .splashAmericanFootball #stm-top-bar .stm-top-bar_left .language-switcher-unit .stm-current-language {
        padding-right: 35px; }
    .splashAmericanFootball #stm-top-bar .stm-top-bar_left .stm-head-ticket {
      display: inline-block;
      position: relative;
      overflow: hidden;
      line-height: 38px;
      vertical-align: middle;
      margin-left: 50px; }
      .splashAmericanFootball #stm-top-bar .stm-top-bar_left .stm-head-ticket .stm-ticket-icon {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }
      .splashAmericanFootball #stm-top-bar .stm-top-bar_left .stm-head-ticket ul {
        display: inline-block;
        vertical-align: middle;
        list-style: none;
        margin: 0;
        padding: 0; }
        .splashAmericanFootball #stm-top-bar .stm-top-bar_left .stm-head-ticket ul li {
          display: inline-block;
          vertical-align: middle;
          margin: 0;
          padding: 0; }
          .splashAmericanFootball #stm-top-bar .stm-top-bar_left .stm-head-ticket ul li:before {
            display: none; }
          .splashAmericanFootball #stm-top-bar .stm-top-bar_left .stm-head-ticket ul li:nth-child(2) {
            padding: 0 10px; }
            .splashAmericanFootball #stm-top-bar .stm-top-bar_left .stm-head-ticket ul li:nth-child(2) .stm-divider {
              display: block;
              height: 11px;
              width: 1px;
              background: rgba(255, 255, 255, 0.3);
              line-height: 20px; }
          .splashAmericanFootball #stm-top-bar .stm-top-bar_left .stm-head-ticket ul li .stm-ticket-text {
            font-size: 12px;
            text-transform: uppercase;
            color: #fff; }
            .splashAmericanFootball #stm-top-bar .stm-top-bar_left .stm-head-ticket ul li .stm-ticket-text a {
              text-decoration: none; }
              .splashAmericanFootball #stm-top-bar .stm-top-bar_left .stm-head-ticket ul li .stm-ticket-text a:hover {
                color: #da9a29; }
    .splashAmericanFootball #stm-top-bar .stm-top-bar_right {
      width: 100%; }
      .splashAmericanFootball #stm-top-bar .stm-top-bar_right .stm-top-ticker-holder {
        display: block;
        text-align: left;
        width: auto;
        overflow: hidden; }
        .splashAmericanFootball #stm-top-bar .stm-top-bar_right .stm-top-ticker-holder .stm-ticker-title {
          line-height: 34px;
          margin-right: 15px; }
          .splashAmericanFootball #stm-top-bar .stm-top-bar_right .stm-top-ticker-holder .stm-ticker-title .stm-red {
            background: #41c648;
            color: #fff !important;
            font-family: "Roboto";
            font-weight: 700;
            font-size: 11px;
            padding: 2px 4px 1px; }
        .splashAmericanFootball #stm-top-bar .stm-top-bar_right .stm-top-ticker-holder .stm-ticker {
          height: 40px; }
          .splashAmericanFootball #stm-top-bar .stm-top-bar_right .stm-top-ticker-holder .stm-ticker li {
            line-height: 41px;
            font-size: 13px;
            letter-spacing: 0;
            font-weight: 400; }
      .splashAmericanFootball #stm-top-bar .stm-top-bar_right .stm-top-cart-holder {
        line-height: 38px;
        float: right;
        display: block;
        margin-left: 30px; }
        .splashAmericanFootball #stm-top-bar .stm-top-bar_right .stm-top-cart-holder .help-bar-shop.stm-cart-af a {
          height: 38px;
          padding: 0; }
          .splashAmericanFootball #stm-top-bar .stm-top-bar_right .stm-top-cart-holder .help-bar-shop.stm-cart-af a:hover {
            background: transparent; }
          .splashAmericanFootball #stm-top-bar .stm-top-bar_right .stm-top-cart-holder .help-bar-shop.stm-cart-af a .fa {
            float: right;
            top: 11px;
            right: 9px;
            margin-right: 0; }
          .splashAmericanFootball #stm-top-bar .stm-top-bar_right .stm-top-cart-holder .help-bar-shop.stm-cart-af a .fa-shopping-cart:before {
            content: "\e914" !important;
            font-family: "stm-splash-icons" !important;
            font-size: 19px; }
          .splashAmericanFootball #stm-top-bar .stm-top-bar_right .stm-top-cart-holder .help-bar-shop.stm-cart-af a .list-label {
            float: left;
            text-transform: uppercase;
            font-family: "Roboto";
            font-weight: 700;
            font-size: 12px;
            display: none; }
          .splashAmericanFootball #stm-top-bar .stm-top-bar_right .stm-top-cart-holder .help-bar-shop.stm-cart-af a .list-badge {
            vertical-align: top;
            margin-top: 2px;
            z-index: 10;
            position: relative;
            font-family: 'Roboto';
            font-weight: 700;
            font-size: 10px;
            left: 17px;
            min-width: 16px;
            min-height: 16px;
            line-height: 16px; }
      .splashAmericanFootball #stm-top-bar .stm-top-bar_right .stm-top-profile-holder {
        line-height: 38px !important;
        float: right;
        display: block;
        margin-left: 20px !important; }
        .splashAmericanFootball #stm-top-bar .stm-top-bar_right .stm-top-profile-holder .stm-profile-wrapp .stm-profile-img {
          display: inline-block;
          max-width: 20px;
          vertical-align: middle;
          margin-right: 5px; }
          .splashAmericanFootball #stm-top-bar .stm-top-bar_right .stm-top-profile-holder .stm-profile-wrapp .stm-profile-img img {
            display: block;
            width: 100%; }
        .splashAmericanFootball #stm-top-bar .stm-top-bar_right .stm-top-profile-holder .stm-profile-wrapp a {
          display: inline-block;
          overflow: hidden;
          font-family: 'Roboto';
          font-weight: 400;
          font-size: 12px;
          vertical-align: middle;
          color: #fff;
          text-decoration: none;
          text-transform: uppercase; }
          .splashAmericanFootball #stm-top-bar .stm-top-bar_right .stm-top-profile-holder .stm-profile-wrapp a:hover {
            color: #da9a29; }
        .splashAmericanFootball #stm-top-bar .stm-top-bar_right .stm-top-profile-holder .stm-profile-wrapp .vertical-divider {
          display: inline-block;
          overflow: hidden;
          height: 12px;
          border-left: solid 1px rgba(255, 255, 255, 0.3);
          margin: -3px 12px 0 14px;
          line-height: 15px;
          vertical-align: middle; }
  .splashAmericanFootball .widget_search .search-input {
    background: #f5f5f5 !important;
    border-color: #f5f5f5;
    margin-bottom: 15px;
    height: 50px;
    border-radius: 0;
    font-family: 'Roboto'; }
  .splashAmericanFootball .widget_search button.search-submit {
    border: 0;
    border-radius: 0;
    min-height: 50px;
    padding: 11px 15px 9px; }
    .splashAmericanFootball .widget_search button.search-submit:before {
      background: #f5f5f5 !important; }
    .splashAmericanFootball .widget_search button.search-submit i {
      color: #7d7e98;
      font-size: 18px; }
  .splashAmericanFootball aside.widget {
    margin-bottom: 30px; }
    .splashAmericanFootball aside.widget .widget-title, .splashAmericanFootball aside.widget .widget_title {
      background: #06083b;
      margin-bottom: 20px; }
      .splashAmericanFootball aside.widget .widget-title h6, .splashAmericanFootball aside.widget .widget-title h4, .splashAmericanFootball aside.widget .widget-title h3, .splashAmericanFootball aside.widget .widget_title h6, .splashAmericanFootball aside.widget .widget_title h4, .splashAmericanFootball aside.widget .widget_title h3 {
        font-weight: 400;
        color: #fff;
        font-size: 18px;
        padding: 6px 0 4px 14px;
        line-height: 30px !important;
        margin-bottom: 20px; }
    .splashAmericanFootball aside.widget a {
      color: #cccccc; }
    .splashAmericanFootball aside.widget .stm-post-content .h5 {
      text-transform: uppercase; }
    .splashAmericanFootball aside.widget ul li {
      padding: 10px 0 10px 40px;
      border-bottom: solid 1px #d8d8d8;
      margin-bottom: 0; }
      .splashAmericanFootball aside.widget ul li:last-child {
        border-bottom: 0; }
      .splashAmericanFootball aside.widget ul li:before {
        display: block;
        overflow: hidden;
        content: "\e90a";
        font-family: 'stm-splash-icons';
        color: #da9a29;
        background: transparent;
        width: 12px;
        height: 20px;
        font-size: 6px;
        top: 9px;
        left: 20px; }
      .splashAmericanFootball aside.widget ul li a {
        font-weight: 400;
        font-size: 15px;
        color: #06083b; }
  .splashAmericanFootball .widget_stm_recent_posts a:hover {
    text-decoration: none; }
    .splashAmericanFootball .widget_stm_recent_posts a:hover .h5 {
      color: #da9a29 !important; }
  .splashAmericanFootball .widget_stm_recent_posts a .stm-post-content .date {
    font-weight: 400;
    font-size: 12px;
    color: #da9a29;
    line-height: 15px;
    margin-top: 3px; }
  .splashAmericanFootball .widget_stm_recent_posts a .stm-post-content .h5 {
    font-weight: 400;
    font-size: 18px;
    color: #06083b;
    text-transform: none; }
  .splashAmericanFootball .widget_recent_comments ul li {
    font-size: 14px; }
    .splashAmericanFootball .widget_recent_comments ul li .comment-author-link {
      color: #808080;
      font-weight: 700; }
    .splashAmericanFootball .widget_recent_comments ul li a:hover {
      color: #da9a29; }
  .splashAmericanFootball .widget_tag_cloud .tagcloud {
    padding-top: 0; }
    .splashAmericanFootball .widget_tag_cloud .tagcloud a {
      font-weight: 400;
      font-size: 13px !important;
      border: solid 1px #cccccc;
      padding: 2px 8px 3px;
      margin-bottom: 7px;
      margin-right: 2px;
      color: #404040; }
      .splashAmericanFootball .widget_tag_cloud .tagcloud a:hover {
        border-color: #da9a29;
        background: #da9a29;
        color: #fff;
        text-decoration: none; }
  .splashAmericanFootball .widget_categories ul li a {
    font-weight: 400;
    font-size: 15px;
    color: #06083b !important;
    background: transparent;
    text-transform: none;
    padding: 0; }
    .splashAmericanFootball .widget_categories ul li a:before {
      display: none; }
    .splashAmericanFootball .widget_categories ul li a:after {
      display: none; }
  .splashAmericanFootball .widget_text .textwidget p {
    font-weight: 400;
    font-size: 13px;
    color: #404040; }
  .splashAmericanFootball .widget_shopping_cart {
    position: relative; }
    .splashAmericanFootball .widget_shopping_cart .product_list_widget li {
      display: block;
      overflow: hidden;
      padding: 10px 0;
      margin-bottom: 5px !important; }
      .splashAmericanFootball .widget_shopping_cart .product_list_widget li.empty {
        padding: 0 0 10px !important; }
      .splashAmericanFootball .widget_shopping_cart .product_list_widget li:last-child {
        border-bottom: solid 1px #d8d8d8; }
      .splashAmericanFootball .widget_shopping_cart .product_list_widget li .remove {
        vertical-align: top;
        color: #999999;
        font-size: 20px; }
      .splashAmericanFootball .widget_shopping_cart .product_list_widget li a:nth-child(2) {
        font-family: 'Oswald';
        font-weight: 400;
        font-size: 15px;
        color: #000000; }
        .splashAmericanFootball .widget_shopping_cart .product_list_widget li a:nth-child(2) img {
          margin: 0 10px 0 0;
          max-width: 60px; }
      .splashAmericanFootball .widget_shopping_cart .product_list_widget li .quantity {
        color: #999999;
        font-weight: 400;
        font-size: 15px; }
        .splashAmericanFootball .widget_shopping_cart .product_list_widget li .quantity .woocommerce-Price-amount {
          margin-top: 0;
          font-weight: 400;
          font-size: 15px; }
      .splashAmericanFootball .widget_shopping_cart .product_list_widget li .variation {
        display: none;
        overflow: hidden;
        border: 0;
        padding: 0;
        margin: 0; }
        .splashAmericanFootball .widget_shopping_cart .product_list_widget li .variation dd {
          margin: 0; }
    .splashAmericanFootball .widget_shopping_cart .total {
      background: #da9a29;
      padding: 3px 10px 0;
      line-height: 40px; }
      .splashAmericanFootball .widget_shopping_cart .total strong {
        display: none; }
    .splashAmericanFootball .widget_shopping_cart .buttons a:first-child {
      position: absolute;
      top: 9px;
      right: 10px;
      border: 0;
      padding: 0;
      color: #da9a29;
      margin-top: 0; }
      .splashAmericanFootball .widget_shopping_cart .buttons a:first-child:hover {
        background: transparent !important; }
    .splashAmericanFootball .widget_shopping_cart .buttons a:last-child {
      display: block;
      position: absolute;
      bottom: 11px;
      right: 30px;
      border: 0;
      padding: 0;
      color: #fff;
      margin-top: 0;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      box-sizing: border-box; }
      .splashAmericanFootball .widget_shopping_cart .buttons a:last-child:after {
        content: "\f105";
        font-family: 'FontAwesome';
        position: absolute;
        right: -20px;
        top: 1px;
        font-size: 20px; }
  .splashAmericanFootball .widget_products .product_list_widget li {
    display: block;
    overflow: hidden;
    padding: 5px 0 !important;
    margin-bottom: 5px !important; }
    .splashAmericanFootball .widget_products .product_list_widget li:last-child {
      border-bottom: solid 1px #d8d8d8; }
    .splashAmericanFootball .widget_products .product_list_widget li img {
      margin: 0 10px 0 0;
      max-width: 60px; }
    .splashAmericanFootball .widget_products .product_list_widget li .product-title {
      font-family: 'Oswald';
      font-weight: 400;
      font-size: 15px;
      color: #000000;
      margin-bottom: 0; }
    .splashAmericanFootball .widget_products .product_list_widget li del {
      display: inline-block;
      color: #808080 !important; }
      .splashAmericanFootball .widget_products .product_list_widget li del .woocommerce-Price-amount {
        color: #808080 !important;
        font-weight: 400;
        font-size: 14px; }
      .splashAmericanFootball .widget_products .product_list_widget li del span {
        color: #808080 !important; }
    .splashAmericanFootball .widget_products .product_list_widget li ins {
      display: inline-block;
      color: #da9a29;
      border-bottom: 0;
      padding-left: 5px;
      font-weight: 400;
      font-size: 15px;
      text-decoration: none; }
    .splashAmericanFootball .widget_products .product_list_widget li .woocommerce-Price-amount {
      margin-top: 0;
      color: #da9a29;
      font-weight: 400;
      font-size: 15px; }
  .splashAmericanFootball .widget_product_categories ul li a {
    font-weight: 400;
    font-size: 15px;
    color: #06083b !important;
    background: transparent;
    text-transform: none;
    padding: 0; }
    .splashAmericanFootball .widget_product_categories ul li a:before {
      display: none; }
    .splashAmericanFootball .widget_product_categories ul li a:after {
      display: none; }
  .splashAmericanFootball .widget_product_categories ul li .children {
    padding-left: 0; }
    .splashAmericanFootball .widget_product_categories ul li .children li {
      padding-left: 20px; }
      .splashAmericanFootball .widget_product_categories ul li .children li:before {
        left: 0; }
  .splashAmericanFootball .widget_price_filter .price_slider_wrapper .price_slider {
    margin: 0 5px 0 0;
    background: #f0f0f0; }
    .splashAmericanFootball .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
      background: #06083b; }
    .splashAmericanFootball .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
      width: 4px;
      height: 16px;
      background: #da9a29;
      margin: 0;
      border-radius: 0; }
  .splashAmericanFootball .widget_price_filter .price_slider_wrapper .price_slider_amount {
    display: block;
    position: relative;
    overflow: hidden; }
    .splashAmericanFootball .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
      display: block;
      overflow: hidden;
      float: left;
      text-transform: none;
      font-weight: 400;
      font-size: 13px;
      color: #999999;
      padding-top: 3px; }
      .splashAmericanFootball .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .from, .splashAmericanFootball .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .to {
        font-font: 'Roboto';
        font-weight: 700;
        font-size: 13px;
        color: #595959; }
    .splashAmericanFootball .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
      display: block;
      float: right;
      margin: 0;
      color: #06083b;
      font-size: 14px;
      height: 36px;
      padding: 5px 25px 6px; }
      .splashAmericanFootball .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
        color: #fff; }
  .splashAmericanFootball .widget_top_rated_products .product_list_widget li {
    display: block;
    overflow: hidden;
    padding: 5px 0 !important;
    margin-bottom: 5px !important; }
    .splashAmericanFootball .widget_top_rated_products .product_list_widget li:last-child {
      border-bottom: 0; }
    .splashAmericanFootball .widget_top_rated_products .product_list_widget li .product-title {
      font-family: 'Oswald';
      font-weight: 400;
      font-size: 15px;
      color: #000000;
      margin-bottom: 0; }
    .splashAmericanFootball .widget_top_rated_products .product_list_widget li img {
      margin: 0 10px 0 0;
      max-width: 60px; }
    .splashAmericanFootball .widget_top_rated_products .product_list_widget li del {
      display: inline-block;
      color: #808080 !important; }
      .splashAmericanFootball .widget_top_rated_products .product_list_widget li del .woocommerce-Price-amount {
        color: #808080 !important;
        font-size: 14px;
        font-weight: 400; }
      .splashAmericanFootball .widget_top_rated_products .product_list_widget li del span {
        color: #808080 !important; }
    .splashAmericanFootball .widget_top_rated_products .product_list_widget li ins {
      display: inline-block;
      color: #da9a29;
      border-bottom: 0;
      padding-left: 5px;
      font-family: 'Oswald';
      font-weight: 400;
      font-size: 15px;
      text-decoration: none; }
    .splashAmericanFootball .widget_top_rated_products .product_list_widget li .woocommerce-Price-amount {
      margin-top: 0;
      color: #da9a29;
      font-family: 'Oswald';
      font-weight: 400;
      font-size: 15px; }
  .splashAmericanFootball #sb_instagram.sbi_col_1 #sbi_images .sbi_item {
    width: 237px !important;
    height: 237px !important; }
    .splashAmericanFootball #sb_instagram.sbi_col_1 #sbi_images .sbi_item .sbi_photo {
      max-height: 100%; }
      .splashAmericanFootball #sb_instagram.sbi_col_1 #sbi_images .sbi_item .sbi_photo:before {
        position: absolute;
        content: '';
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        content: "\f16d";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #06083b;
        opacity: 0;
        line-height: 237px;
        font-size: 36px;
        color: #fff;
        text-align: center;
        -webkit-transition: opacity 0.7s;
        transition: opacity 0.7s;
        z-index: 90; }
      .splashAmericanFootball #sb_instagram.sbi_col_1 #sbi_images .sbi_item .sbi_photo:hover:before {
        opacity: 0.9; }
  .splashAmericanFootball .stm-sportspress-sidebar {
    margin-top: 98px; }
    .splashAmericanFootball .stm-sportspress-sidebar h4.sp-table-caption {
      font-size: 16px;
      line-height: 16px; }
    .splashAmericanFootball .stm-sportspress-sidebar .sp-stm-template-event-blocks-publish .stm-single-block-unit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .splashAmericanFootball .stm-sportspress-sidebar .sp-stm-template-event-blocks-future {
      background: #040526; }
      .splashAmericanFootball .stm-sportspress-sidebar .sp-stm-template-event-blocks-future .stm-single-block-unit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .splashAmericanFootball .stm-sportspress-sidebar .sp-stm-template-event-blocks-future .stm-single-block-unit .stm-team-logo .stm-team-l-h-wrapp .stm-team-helm {
          display: block; }
        .splashAmericanFootball .stm-sportspress-sidebar .sp-stm-template-event-blocks-future .stm-single-block-unit .stm-teams-info .stm-title-team {
          color: #fff !important; }
          .splashAmericanFootball .stm-sportspress-sidebar .sp-stm-template-event-blocks-future .stm-single-block-unit .stm-teams-info .stm-title-team .stm-team-city {
            display: none !important; }
        .splashAmericanFootball .stm-sportspress-sidebar .sp-stm-template-event-blocks-future .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result {
          display: inline-block;
          overflow: hidden;
          background: #da9a29;
          margin: 0 auto !important;
          max-width: 45px;
          text-align: center;
          padding: 5px 0; }
      .splashAmericanFootball .stm-sportspress-sidebar .sp-stm-template-event-blocks-future .stm-single-block-event-list-top .stm-future-event-list-time {
        display: inline-block;
        overflow: hidden;
        vertical-align: top;
        line-height: 22px !important;
        margin: 0; }
        .splashAmericanFootball .stm-sportspress-sidebar .sp-stm-template-event-blocks-future .stm-single-block-event-list-top .stm-future-event-list-time .time {
          margin-left: 10px; }
          .splashAmericanFootball .stm-sportspress-sidebar .sp-stm-template-event-blocks-future .stm-single-block-event-list-top .stm-future-event-list-time .time:after {
            display: none; }
        .splashAmericanFootball .stm-sportspress-sidebar .sp-stm-template-event-blocks-future .stm-single-block-event-list-top .stm-future-event-list-time time {
          display: none; }
    .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list {
      margin-bottom: 20px; }
      .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-event-list-top {
        background: #43445c;
        padding: 10px 0 10px 35px; }
        .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-event-list-top .time {
          color: #fff;
          font-weight: 400;
          font-size: 14px;
          opacity: 1;
          text-transform: none; }
        .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-event-list-top .venue {
          display: none; }
        .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-event-list-top .stm-link-wrapp {
          display: none; }
      .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-unit {
        position: relative;
        margin-bottom: 0;
        padding: 58px 15px 11px; }
        .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-unit .stm-team-logo {
          display: inline-block;
          width: 25%;
          padding: 0;
          position: relative;
          vertical-align: top;
          padding: 0; }
          .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-unit .stm-team-logo .stm-team-l-h-wrapp .stm-team-helm {
            display: block; }
            .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-unit .stm-team-logo .stm-team-l-h-wrapp .stm-team-helm > img {
              display: none; }
            .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-unit .stm-team-logo .stm-team-l-h-wrapp .stm-team-helm .team-logo img {
              width: auto;
              max-height: 50px; }
        .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-unit .stm-teams-info {
          display: inline-block;
          overflow: hidden;
          width: 50%;
          vertical-align: top; }
          .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-title-team {
            position: absolute;
            top: 14px;
            left: 15px;
            text-align: left;
            font-weight: 400;
            font-size: 20px;
            color: #06083b;
            width: 50%;
            text-transform: uppercase; }
            .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-title-team .stm-team-city {
              display: none; }
          .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-title-team.opponent {
            left: inherit;
            right: 15px;
            text-align: right; }
          .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer {
            display: block;
            overflow: hidden; }
            .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result {
              display: block;
              position: relative;
              overflow: hidden;
              margin: 0 8px;
              color: #fff; }
              .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-win-label, .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-lose-label {
                width: auto;
                min-width: inherit;
                padding: 0;
                font-weight: 300;
                font-size: 11px;
                background: transparent; }
              .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-win-label {
                color: #da9a29; }
              .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-lose-label {
                color: #999999; }
              .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-win {
                display: block;
                overflow: hidden;
                width: 100%;
                background: #da9a29;
                text-align: center;
                color: #fff;
                padding: 6px 0;
                margin-bottom: 2px; }
              .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-lose {
                display: block;
                overflow: hidden;
                width: 100%;
                background: #999999;
                text-align: center;
                color: #fff;
                padding: 6px 0;
                margin-bottom: 2px; }
              .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-res-left {
                display: block;
                width: 50%;
                float: left; }
              .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-res-right {
                display: block;
                width: 50%;
                float: right; }
      .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-event-list-top {
        padding: 10px 0;
        text-align: center !important; }
        .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-event-list-top div {
          display: inline-block;
          vertical-align: middle !important;
          float: inherit; }
          .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-event-list-top div span.time {
            margin-left: 0 !important;
            line-height: 15px; }
    .splashAmericanFootball .stm-sportspress-sidebar .widget_sp_event_calendar .widget-title {
      display: none; }
    .splashAmericanFootball .stm-sportspress-sidebar .widget_sp_event_calendar .sp-template-event-calendar .sp-calendar-wrapper .sp-event-calendar caption {
      font-weight: 400;
      color: #fff;
      font-size: 18px;
      padding: 6px 0 4px 14px;
      line-height: 30px !important;
      background: #06083b;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .splashAmericanFootball .stm-sportspress-sidebar .widget_sp_event_calendar .sp-template-event-calendar .sp-calendar-wrapper .sp-event-calendar thead {
      background: #da9a29; }
      .splashAmericanFootball .stm-sportspress-sidebar .widget_sp_event_calendar .sp-template-event-calendar .sp-calendar-wrapper .sp-event-calendar thead tr th {
        font-weight: 700;
        font-size: 13px;
        color: #06083b;
        padding: 10px 0 9px 13px; }
    .splashAmericanFootball .stm-sportspress-sidebar .widget_sp_event_calendar .sp-template-event-calendar .sp-calendar-wrapper .sp-event-calendar tbody {
      background: #f0f0f0; }
      .splashAmericanFootball .stm-sportspress-sidebar .widget_sp_event_calendar .sp-template-event-calendar .sp-calendar-wrapper .sp-event-calendar tbody tr:first-child td {
        padding-top: 10px; }
      .splashAmericanFootball .stm-sportspress-sidebar .widget_sp_event_calendar .sp-template-event-calendar .sp-calendar-wrapper .sp-event-calendar tbody tr:last-child td {
        padding-bottom: 10px; }
      .splashAmericanFootball .stm-sportspress-sidebar .widget_sp_event_calendar .sp-template-event-calendar .sp-calendar-wrapper .sp-event-calendar tbody tr td {
        border-bottom: 0;
        font-weight: 700;
        font-size: 14px;
        color: #06083b;
        padding: 5px; }
        .splashAmericanFootball .stm-sportspress-sidebar .widget_sp_event_calendar .sp-template-event-calendar .sp-calendar-wrapper .sp-event-calendar tbody tr td a {
          color: #da9a29; }
    .splashAmericanFootball .stm-sportspress-sidebar .widget_sp_event_calendar .sp-template-event-calendar .sp-calendar-wrapper .sp-event-calendar tfoot {
      background: #f0f0f0; }
      .splashAmericanFootball .stm-sportspress-sidebar .widget_sp_event_calendar .sp-template-event-calendar .sp-calendar-wrapper .sp-event-calendar tfoot tr td {
        padding: 10px;
        border-top: solid 1px #d8d8d8; }
        .splashAmericanFootball .stm-sportspress-sidebar .widget_sp_event_calendar .sp-template-event-calendar .sp-calendar-wrapper .sp-event-calendar tfoot tr td a {
          font-weight: 700;
          font-size: 13px;
          color: #da9a29; }
    .splashAmericanFootball .stm-sportspress-sidebar .widget_stm_event_list .stm-upcoming-events_list ul li {
      padding: 0;
      margin: 0 0 20px 0;
      border-bottom: 0;
      border-top: solid 2px #da9a29;
      min-height: inherit; }
      .splashAmericanFootball .stm-sportspress-sidebar .widget_stm_event_list .stm-upcoming-events_list ul li:before {
        display: none; }
      .splashAmericanFootball .stm-sportspress-sidebar .widget_stm_event_list .stm-upcoming-events_list ul li a {
        display: block;
        overflow: hidden;
        width: 100%; }
        .splashAmericanFootball .stm-sportspress-sidebar .widget_stm_event_list .stm-upcoming-events_list ul li a:hover {
          text-decoration: none; }
        .splashAmericanFootball .stm-sportspress-sidebar .widget_stm_event_list .stm-upcoming-events_list ul li a .commands {
          display: block;
          overflow: hidden;
          width: 100%;
          background: #06083b;
          margin: 0;
          float: inherit;
          vertical-align: top;
          padding: 15px 0 13px; }
          .splashAmericanFootball .stm-sportspress-sidebar .widget_stm_event_list .stm-upcoming-events_list ul li a .commands h3 {
            text-align: center; }
            .splashAmericanFootball .stm-sportspress-sidebar .widget_stm_event_list .stm-upcoming-events_list ul li a .commands h3 span {
              font-family: 'Oswald';
              font-weight: 400;
              font-size: 18px;
              text-transform: uppercase;
              color: #fff; }
            .splashAmericanFootball .stm-sportspress-sidebar .widget_stm_event_list .stm-upcoming-events_list ul li a .commands h3 .stm-red {
              color: #da9a29 !important; }
        .splashAmericanFootball .stm-sportspress-sidebar .widget_stm_event_list .stm-upcoming-events_list ul li a .stm-event_date {
          display: block;
          overflow: hidden;
          position: relative;
          bottom: 0;
          width: 100%;
          background: #43445c;
          text-align: center;
          padding: 5px 0 8px; }
          .splashAmericanFootball .stm-sportspress-sidebar .widget_stm_event_list .stm-upcoming-events_list ul li a .stm-event_date .date .stm-middle {
            font-family: 'Roboto';
            font-weight: 400;
            font-size: 13px;
            color: #fff; }
          .splashAmericanFootball .stm-sportspress-sidebar .widget_stm_event_list .stm-upcoming-events_list ul li a .stm-event_date .stm-el-venue .stadium {
            font-family: 'Roboto';
            font-weight: 400;
            font-size: 13px;
            color: #da9a29;
            line-height: 14px; }
    .splashAmericanFootball .stm-sportspress-sidebar .widget_sp_countdown .sp-template-countdown .sp-countdown-wrapper .event-name {
      background: #f0f0f0;
      text-align: center;
      padding: 10px 0;
      margin: 0; }
      .splashAmericanFootball .stm-sportspress-sidebar .widget_sp_countdown .sp-template-countdown .sp-countdown-wrapper .event-name a {
        font-family: 'Oswald';
        font-weight: 400;
        font-size: 20px;
        color: #06083b; }
    .splashAmericanFootball .stm-sportspress-sidebar .widget_sp_countdown .sp-template-countdown .sp-countdown-wrapper .sp-countdown {
      background: #43445c;
      color: #fff;
      font-family: 'Roboto';
      font-weight: 400;
      font-size: 14px;
      text-align: center;
      padding: 7px 0; }
    .splashAmericanFootball .stm-sportspress-sidebar .widget_sp_player_gallery .sp-player-gallery-wrapper .gallery-item a {
      display: block;
      overflow: hidden;
      width: 100%;
      background: #06083b; }
      .splashAmericanFootball .stm-sportspress-sidebar .widget_sp_player_gallery .sp-player-gallery-wrapper .gallery-item a dd {
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 13px;
        color: #fff;
        margin: 0; }
    .splashAmericanFootball .stm-sportspress-sidebar .widget_sp_player_list .stm-players-inline .stm-list-single-player .stm-list-single-player-info {
      background: #06083b; }
    .splashAmericanFootball .stm-sportspress-sidebar .widget_sp_staff h4 {
      font-size: 20px; }
    .splashAmericanFootball .stm-sportspress-sidebar .widget_sp_staff .sp-template-details .sp-list-wrapper .sp-staff-details .single-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      position: relative;
      clear: both;
      width: 100%; }
      .splashAmericanFootball .stm-sportspress-sidebar .widget_sp_staff .sp-template-details .sp-list-wrapper .sp-staff-details .single-info .st-label {
        display: block;
        overflow: hidden;
        font-family: 'Roboto';
        font-weight: 400;
        color: #000000; }
      .splashAmericanFootball .stm-sportspress-sidebar .widget_sp_staff .sp-template-details .sp-list-wrapper .sp-staff-details .single-info .st-value {
        display: block;
        overflow: hidden;
        font-family: 'Roboto';
        font-weight: 400;
        color: #999999; }
  .splashAmericanFootball .stm-single-league {
    display: block;
    overflow: hidden;
    padding: 0; }
    .splashAmericanFootball .stm-single-league .stm-single-league-title_box h4 {
      display: inline-block;
      overflow: hidden;
      vertical-align: bottom;
      width: auto;
      font-family: "Oswald";
      font-weight: 400;
      font-size: 30px;
      text-transform: uppercase;
      color: #fff;
      float: inherit;
      margin-bottom: 0;
      margin-right: 60px;
      line-height: 30px;
      letter-spacing: 0; }
    .splashAmericanFootball .stm-single-league .stm-single-league-title_box a {
      display: inline-block;
      overflow: hidden;
      vertical-align: bottom;
      font-family: "Oswald";
      font-weight: 400;
      font-size: 14px;
      text-transform: uppercase;
      border-bottom: solid 2px #da9a29;
      color: #fff;
      text-decoration: none;
      float: inherit;
      line-height: 25px;
      margin-top: 0;
      margin-bottom: 1px; }
    .splashAmericanFootball .stm-single-league .sp-table-wrapper {
      margin-top: 28px; }
      .splashAmericanFootball .stm-single-league .sp-table-wrapper .dataTables_wrapper thead {
        background: #da9a29; }
        .splashAmericanFootball .stm-single-league .sp-table-wrapper .dataTables_wrapper thead tr th {
          font-family: "Roboto";
          font-weight: 700;
          font-size: 13px;
          padding: 11px 7px 10px;
          color: #06083b; }
      .splashAmericanFootball .stm-single-league .sp-table-wrapper .dataTables_wrapper tbody tr.odd {
        background: rgba(62, 64, 103, 0.5) !important; }
      .splashAmericanFootball .stm-single-league .sp-table-wrapper .dataTables_wrapper tbody tr.even {
        background: rgba(6, 9, 53, 0.5) !important; }
      .splashAmericanFootball .stm-single-league .sp-table-wrapper .dataTables_wrapper tbody tr td {
        background: transparent !important;
        font-family: "Roboto";
        font-weight: 400;
        font-size: 14px;
        text-transform: uppercase;
        padding: 16px 5px 16px;
        color: #fff;
        border: 0; }
        .splashAmericanFootball .stm-single-league .sp-table-wrapper .dataTables_wrapper tbody tr td.data-rank {
          font-weight: 300;
          opacity: 0.75; }
        .splashAmericanFootball .stm-single-league .sp-table-wrapper .dataTables_wrapper tbody tr td.data-name {
          font-family: 'Oswald'; }
        .splashAmericanFootball .stm-single-league .sp-table-wrapper .dataTables_wrapper tbody tr td a {
          color: #fff !important; }
      .splashAmericanFootball .stm-single-league .sp-table-wrapper .dataTables_wrapper tbody tr .has-logo a img {
        margin-right: 1.4em; }
  .splashAmericanFootball .stm-stats-wrapp {
    display: block;
    overflow: hidden;
    position: relative; }
    .splashAmericanFootball .stm-stats-wrapp img {
      display: inline-block;
      overflow: hidden;
      vertical-align: middle;
      max-width: 90px;
      margin-right: 10px; }
    .splashAmericanFootball .stm-stats-wrapp .stm-stat-info-wrapp {
      display: inline-block;
      overflow: hidden;
      vertical-align: middle; }
      .splashAmericanFootball .stm-stats-wrapp .stm-stat-info-wrapp .stm-stat-points {
        display: block;
        text-align: left;
        font-weight: 400;
        font-size: 42px;
        color: #06083b;
        line-height: 42px;
        margin-bottom: 11px;
        margin-top: 3px; }
      .splashAmericanFootball .stm-stats-wrapp .stm-stat-info-wrapp .stm-stat-title {
        display: block;
        text-align: left;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        color: #06083b; }
  .splashAmericanFootball .stm-news-grid .stm-title-left .stm-main-title-unit {
    margin-top: -6px;
    margin-right: 55px;
    margin-bottom: 44px; }
  .splashAmericanFootball .stm-news-grid .stm-media-tabs-nav {
    margin-top: 9px !important; }
    .splashAmericanFootball .stm-news-grid .stm-media-tabs-nav ul li.active a span {
      padding-bottom: 2px;
      border-bottom: solid 2px #da9a29; }
    .splashAmericanFootball .stm-news-grid .stm-media-tabs-nav ul li:last-child a {
      padding-right: 0 !important; }
    .splashAmericanFootball .stm-news-grid .stm-media-tabs-nav ul li a {
      font-weight: 700;
      font-size: 14px;
      color: #06083b;
      letter-spacing: 0.6px;
      padding: 0 20px; }
      .splashAmericanFootball .stm-news-grid .stm-media-tabs-nav ul li a span {
        border: 0; }
  .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single {
    display: block;
    overflow: hidden;
    width: 53.5%;
    float: left;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 29px; }
    .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:last-child {
      border: 0; }
    .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) {
      width: 42%;
      margin-right: 30px;
      border: 0; }
      .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .image {
        display: block;
        width: 100%;
        max-width: 100%;
        float: inherit; }
        .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .image:before {
          margin: 10px 0 0 10px; }
      .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .date {
        margin-top: 15px; }
      .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .title {
        font-size: 24px !important;
        line-height: 30px !important;
        margin: 13px 0 25px !important; }
    .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-single-post-loop {
      margin-bottom: 0; }
    .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .image {
      display: block;
      overflow: hidden;
      max-width: 134px;
      float: left;
      margin-right: 15px;
      margin-bottom: 29px; }
      .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .image:before {
        content: "\e906";
        font-family: "stm-splash-icons" !important;
        background: #da9a29;
        display: block;
        opacity: 1;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 30px;
        height: 30px;
        padding: 4px 0 0 0;
        z-index: 10;
        color: #fff;
        -webkit-transform: none;
                transform: none;
        text-align: center; }
    .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .image.video:before {
      content: "\e904" !important;
      font-size: 12px; }
    .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .image.audio:before {
      content: "\e905" !important; }
    .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp {
      display: block;
      overflow: hidden; }
      .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp .date {
        display: block;
        font-family: "Roboto";
        font-weight: 400;
        color: #da9a29;
        font-size: 12px;
        margin-bottom: 0;
        margin-top: 0;
        line-height: 12px; }
      .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp a {
        color: #06083b; }
        .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp a:hover {
          color: #da9a29; }
        .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp a .title {
          display: block;
          overflow: hidden;
          font-family: "Oswald";
          font-weight: 400;
          font-size: 18px;
          text-transform: none;
          margin: 10px 0;
          letter-spacing: 0; }
      .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp .post-meta {
        display: block;
        position: relative; }
        .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp .post-meta .news-category {
          display: inline-block;
          font-weight: 400;
          font-size: 13px;
          color: #bfbfbf;
          margin-right: 31px; }
          .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp .post-meta .news-category i {
            color: #bfbfbf;
            font-size: 15px;
            margin-right: 5px; }
        .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp .post-meta .comments-number i {
          color: #bfbfbf;
          font-size: 15px;
          margin-right: 5px; }
        .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp .post-meta .comments-number a {
          font-weight: 400;
          font-size: 13px;
          color: #bfbfbf; }
  .splashAmericanFootball .stm-statistic-tabs {
    display: block; }
    .splashAmericanFootball .stm-statistic-tabs .stm-title-left h2 {
      display: inline-block;
      overflow: hidden;
      vertical-align: bottom;
      width: auto;
      font-family: "Oswald";
      font-weight: 400;
      text-transform: uppercase;
      color: #fff !important;
      float: inherit;
      line-height: 42px;
      letter-spacing: 0;
      margin-bottom: 44px; }
    .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .stm-single-player-vc_stats {
      padding: 0; }
      .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta {
        padding: 0; }
        .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .player-meta-name_number {
          padding: 0; }
          .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .player-meta-name_number .title {
            display: block;
            overflow: hidden;
            font-weight: 400;
            font-size: 30px;
            border-bottom: solid 1px #444668;
            margin-bottom: 15px;
            padding-bottom: 10px;
            margin-right: 10px;
            text-transform: none;
            letter-spacing: 0; }
            .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .player-meta-name_number .title a {
              color: #fff; }
        .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .number_position_wrapp {
          display: block;
          overflow: hidden;
          margin-bottom: 30px; }
          .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .number_position_wrapp .number {
            display: inline-block;
            overflow: hidden;
            font-weight: 400;
            font-size: 30px;
            color: #fff !important;
            vertical-align: middle;
            margin-right: 10px;
            line-height: 26px; }
          .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .number_position_wrapp .position {
            display: inline-block;
            overflow: hidden;
            font-weight: 300;
            font-size: 16px;
            color: #fff;
            vertical-align: middle;
            margin: 0;
            letter-spacing: 1px;
            opacity: 1; }
        .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .stm-metric-wrapp {
          display: block;
          overflow: hidden;
          padding-right: 10px; }
          .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .stm-metric-wrapp .stm-metric tr {
            padding-right: 10px; }
            .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .stm-metric-wrapp .stm-metric tr.odd td {
              background: rgba(62, 64, 103, 0.5) !important; }
            .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .stm-metric-wrapp .stm-metric tr.even td {
              background: rgba(6, 9, 53, 0.5) !important; }
            .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .stm-metric-wrapp .stm-metric tr td {
              padding: 8px 10px 7px 16px;
              border: 0; }
              .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .stm-metric-wrapp .stm-metric tr td:first-child {
                width: 34%; }
              .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .stm-metric-wrapp .stm-metric tr td:last-child {
                width: 66%;
                text-transform: none; }
              .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .stm-metric-wrapp .stm-metric tr td .stm-metric-title {
                font-weight: 300;
                font-size: 13px;
                color: #fff;
                text-transform: uppercase; }
              .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .stm-metric-wrapp .stm-metric tr td .stm-metric-data {
                font-weight: 700;
                font-size: 16px;
                color: #fff; }
        .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .stm-quick-sts {
          font-weight: 400;
          font-size: 14px;
          color: #da9a29;
          text-transform: uppercase;
          letter-spacing: 1.4px;
          margin-top: 17px;
          margin-bottom: 15px; }
    .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .button {
      color: #fff; }
    .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .owl-nav {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1000; }
      .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .owl-nav .owl-prev {
        display: block !important;
        position: absolute; }
        .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .owl-nav .owl-prev:hover:before {
          color: #06083b; }
        .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .owl-nav .owl-prev:before {
          background: #da9a29;
          padding: 11px 27px 11px 17px;
          margin: 0;
          color: white;
          font-size: 48px;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
        .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .owl-nav .owl-prev:after {
          position: absolute;
          content: '';
          display: block;
          top: -11px;
          right: -10px;
          min-height: 70px;
          width: 32px;
          background: #da9a29;
          -webkit-transform: skew(-14deg, 0deg);
                  transform: skew(-14deg, 0deg);
          z-index: 5; }
      .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .owl-nav .owl-next {
        display: block !important;
        position: absolute; }
        .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .owl-nav .owl-next:hover:before {
          color: #06083b; }
        .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .owl-nav .owl-next:before {
          background: #da9a29;
          padding: 11px 17px 11px 27px;
          margin: 0;
          color: white;
          font-size: 48px;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
        .splashAmericanFootball .stm-statistic-tabs .stm-player-statistic-unit .owl-nav .owl-next:after {
          position: absolute;
          content: '';
          display: block;
          top: -11px;
          left: -10px;
          min-height: 70px;
          width: 32px;
          background: #da9a29;
          -webkit-transform: skew(-14deg, 0deg);
                  transform: skew(-14deg, 0deg);
          z-index: 5; }
    .splashAmericanFootball .stm-statistic-tabs .image {
      position: relative;
      max-width: 445px;
      margin: 0; }
  .splashAmericanFootball .stm-media-tabs .stm-title-left h2 {
    font-family: "Oswald";
    font-weight: 400;
    color: #000000;
    margin-bottom: 44px; }
  .splashAmericanFootball .stm-media-tabs .stm-media-tabs-nav {
    text-align: right;
    margin-top: 14px; }
    .splashAmericanFootball .stm-media-tabs .stm-media-tabs-nav ul li.active a span {
      color: #06083b;
      border-color: #da9a29; }
    .splashAmericanFootball .stm-media-tabs .stm-media-tabs-nav ul li:last-child a {
      padding-right: 0 !important; }
    .splashAmericanFootball .stm-media-tabs .stm-media-tabs-nav ul li a {
      font-weight: 700;
      font-size: 14px;
      color: #06083b;
      letter-spacing: 0.6px;
      padding: 0 20px; }
      .splashAmericanFootball .stm-media-tabs .stm-media-tabs-nav ul li a span {
        color: #06083b;
        padding-bottom: 2px; }
  .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit {
    float: left;
    width: 33%;
    padding: 0 7.5px 15px; }
    .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit.stm-735-240 {
      width: 66%; }
    .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview {
      position: relative;
      z-index: 15; }
      .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview .icon {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 30px;
        height: 30px;
        background-color: #da9a29;
        text-align: center; }
        .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview .icon:after {
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0);
          line-height: 30px;
          content: "\e906";
          font-family: "stm-splash-icons";
          display: inline-block;
          vertical-align: top;
          color: #fff; }
      .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview .title {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px 20px;
        background: rgba(0, 0, 0, 0.4);
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff; }
      .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview a {
        display: inline-block;
        overflow: hidden;
        position: relative;
        z-index: 10;
        vertical-align: top; }
        .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview a:before {
          display: none; }
        .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview a:after {
          display: none; }
        .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview a:hover:before {
          display: none; }
        .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview a:hover:after {
          display: none; }
        .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview a:hover img {
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
        .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview a img {
          -webkit-transform: scale(1);
          transform: scale(1);
          -webkit-transition: -webkit-transform 0.4s;
          transition: -webkit-transform 0.4s;
          transition: transform 0.4s;
          transition: transform 0.4s, -webkit-transform 0.4s; }
      .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview:hover .title {
        background: transparent; }
      .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview:hover a:before {
        opacity: 0.8; }
      .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
    .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit.stm-media-single-unit-audio .icon:after {
      content: "\e905";
      font-family: "stm-splash-icons"; }
    .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit.stm-media-single-unit-audio .stm-media-preview a:after {
      content: "\e905";
      font-family: "stm-splash-icons"; }
    .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit.stm-media-single-unit-video .icon:after {
      content: "\e904";
      font-family: "stm-splash-icons"; }
    .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit.stm-media-single-unit-video .stm-media-preview a:after {
      content: "\e904";
      font-family: "stm-splash-icons"; }
  .splashAmericanFootball .stm-carousel-nav-af {
    display: none; }
  .splashAmericanFootball .stm-products-carousel-unit-wrapper {
    width: 100%; }
    .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel {
      border: solid 1px #d8d8d8;
      max-width: 100%;
      background: #fff;
      padding-bottom: 11px;
      margin-bottom: 26px; }
      .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel:hover {
        border: solid 1px #da9a29;
        box-shadow: 0 0 0 1px #da9a29 inset; }
      .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a {
        text-decoration: none !important; }
        .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a:hover .title {
          color: #000000; }
        .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a:hover .image:before {
          display: none; }
        .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a:hover .stm-add-to-cart {
          opacity: 1; }
        .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a .image {
          padding: 30px 10px 0px;
          margin-bottom: 13px; }
          .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a .image img {
            width: auto;
            max-height: 240px;
            margin: 0 auto; }
          .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a .image .stm-add-to-cart {
            margin-left: -10px;
            top: 40%; }
            .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a .image .stm-add-to-cart .button.btn-secondary.btn-style-4 {
              /*margin-top: 16px;*/
              padding: 0 !important;
              height: 50px;
              line-height: 26px; }
              .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a .image .stm-add-to-cart .button.btn-secondary.btn-style-4 span.add_to_cart_button {
                display: block;
                background: transparent !important;
                border: 0;
                padding: 12px 33px 15px 64px; }
                .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a .image .stm-add-to-cart .button.btn-secondary.btn-style-4 span.add_to_cart_button:before {
                  display: block;
                  overflow: hidden;
                  font: normal normal normal 14px/1 FontAwesome;
                  font-size: inherit;
                  text-rendering: auto;
                  -webkit-font-smoothing: antialiased;
                  -moz-osx-font-smoothing: grayscale;
                  -webkit-transform: translate(0, 0);
                          transform: translate(0, 0);
                  content: "\e907";
                  font-family: 'stm-splash-icons';
                  width: 30px;
                  height: 20px;
                  color: #fff;
                  position: absolute;
                  top: 15px;
                  left: 25px;
                  opacity: 1;
                  background: transparent;
                  font-size: 19px;
                  letter-spacing: 1px;
                  padding: 0; }
              .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a .image .stm-add-to-cart .button.btn-secondary.btn-style-4 .add_to_cart_button.added {
                display: none !important; }
              .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a .image .stm-add-to-cart .button.btn-secondary.btn-style-4 .added_to_cart {
                padding: 12px 30px 13px;
                text-overflow: ellipsis;
                white-space: pre;
                z-index: 1;
                margin: 0;
                text-decoration: none;
                text-align: center; }
                .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a .image .stm-add-to-cart .button.btn-secondary.btn-style-4 .added_to_cart:hover {
                  text-decoration: none !important; }
                  .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a .image .stm-add-to-cart .button.btn-secondary.btn-style-4 .added_to_cart:hover:active {
                    text-decoration: none; }
        .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a .stm-product-meta {
          display: block;
          overflow: hidden;
          margin-top: 0px; }
          .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a .stm-product-meta .title {
            display: block;
            overflow: hidden;
            width: 100%;
            text-align: center;
            float: inherit;
            padding: 0 20px;
            font-weight: 400;
            font-size: 16px;
            color: #000000;
            text-transform: none;
            margin-bottom: 12px;
            line-height: 23px;
            min-height: 45px; }
          .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a .stm-product-meta .price {
            display: block;
            overflow: hidden;
            width: 100%;
            text-align: center;
            float: inherit;
            font-weight: 400;
            font-size: 18px;
            color: #da9a29; }
      .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .content {
        display: none; }
    .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .owl-controls {
      text-align: center;
      padding-top: 4px; }
      .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .owl-controls .owl-nav {
        display: none; }
      .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .owl-controls .owl-dots {
        display: block; }
        .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .owl-controls .owl-dots .owl-dot {
          display: inline-block;
          overflow: hidden;
          vertical-align: middle;
          margin: 0 15px; }
          .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .owl-controls .owl-dots .owl-dot.active span {
            width: 14px;
            height: 14px;
            background: #da9a29; }
          .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .owl-controls .owl-dots .owl-dot span {
            display: block;
            width: 8px;
            height: 8px;
            background: #7b7c95; }
  .splashAmericanFootball .review_style_two {
    padding-bottom: 75px; }
    .splashAmericanFootball .review_style_two .clearfix {
      margin-top: 34px; }
    .splashAmericanFootball .review_style_two .stm-title-left {
      width: 100%;
      text-align: center;
      margin-bottom: 30px; }
      .splashAmericanFootball .review_style_two .stm-title-left h2 {
        font-family: "Oswald";
        font-weight: 400;
        color: #fff;
        margin: 0; }
    .splashAmericanFootball .review_style_two .stm-reviews-controls {
      display: none; }
    .splashAmericanFootball .review_style_two .stm-reviews-carosel-wrapper {
      margin-left: 0; }
      .splashAmericanFootball .review_style_two .stm-reviews-carosel-wrapper #carousel {
        display: block;
        overflow: visible !important;
        width: 100%;
        max-width: 100%;
        min-height: 440px;
        overflow: visible !important; }
        .splashAmericanFootball .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single {
          display: block;
          overflow: visible;
          position: relative;
          opacity: 1;
          background: #fff;
          -webkit-transition: none;
          transition: none;
          max-width: 550px;
          min-height: 325px;
          margin-top: 30px; }
          .splashAmericanFootball .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container {
            display: block;
            overflow: visible;
            max-width: 550px;
            padding: 82px 15px 70px 15px;
            cursor: pointer;
            background: #fff !important; }
            .splashAmericanFootball .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .icon {
              top: 37px;
              font-size: 23px; }
              .splashAmericanFootball .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .icon .stm-icon-quote:before {
                content: "\e909"; }
            .splashAmericanFootball .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .content {
              margin: 0;
              font-weight: 400;
              font-size: 24px;
              color: #404040;
              padding: 0 60px;
              line-height: 35px;
              max-height: 140px;
              overflow: hidden;
              letter-spacing: -0.2px; }
              .splashAmericanFootball .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .content p {
                margin-bottom: 35px; }
            .splashAmericanFootball .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .title {
              font-weight: 400;
              font-size: 20px;
              color: #000000;
              margin-top: 35px;
              text-transform: none;
              margin-bottom: 6px; }
            .splashAmericanFootball .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .sub-title {
              font-weight: 400;
              font-size: 14px;
              color: #808080; }
            .splashAmericanFootball .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .avatar {
              position: absolute;
              z-index: 20;
              margin: 0 auto;
              bottom: -48px;
              left: 41.5%;
              max-width: 96px; }
              .splashAmericanFootball .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .avatar img {
                display: block;
                width: 100%; }
  .splashAmericanFootball.home .stm-footer-image .heading-font .stm-text:before {
    top: 10px !important; }
  .splashAmericanFootball .stm-footer-image .text-right .heading-font {
    text-align: right; }
    .splashAmericanFootball .stm-footer-image .text-right .heading-font span {
      display: block;
      float: left;
      text-align: left; }
  .splashAmericanFootball .stm-footer-image .text-right .stm-btn-text-wrapper {
    float: right;
    text-align: left; }
  .splashAmericanFootball .stm-footer-image .text-center .heading-font {
    text-align: center; }
    .splashAmericanFootball .stm-footer-image .text-center .heading-font span {
      display: inline-block;
      float: inherit;
      text-align: center; }
  .splashAmericanFootball .stm-footer-image .text-center .stm-btn-text-wrapper {
    float: inherit;
    text-align: center;
    margin: 0 auto; }
  .splashAmericanFootball .stm-footer-image .text-left .heading-font {
    text-align: left; }
    .splashAmericanFootball .stm-footer-image .text-left .heading-font span {
      display: inline-block;
      float: inherit;
      text-align: center; }
  .splashAmericanFootball .stm-footer-image .text-left .stm-btn-text-wrapper {
    float: inherit;
    text-align: left;
    margin: 25px 0; }
  .splashAmericanFootball .stm-footer-image .heading-font {
    display: block;
    overflow: hidden;
    font-size: 48px;
    clear: both;
    margin: 0;
    padding-top: 37px; }
    .splashAmericanFootball .stm-footer-image .heading-font span {
      overflow: hidden;
      padding: 14px; }
    .splashAmericanFootball .stm-footer-image .heading-font .stm-red {
      color: #da9a29 !important;
      background: #06083b; }
    .splashAmericanFootball .stm-footer-image .heading-font .stm-text {
      margin-top: -11px;
      padding-top: 5px;
      position: relative; }
      .splashAmericanFootball .stm-footer-image .heading-font .stm-text:before {
        content: '';
        display: block;
        width: 100%;
        height: 60px;
        background: #06083b;
        position: absolute;
        top: 9px;
        left: 0;
        z-index: -1; }
  .splashAmericanFootball .stm-footer-image .stm-btn-text-wrapper {
    display: block;
    overflow: hidden;
    max-width: 540px;
    min-width: 540px; }
    .splashAmericanFootball .stm-footer-image .stm-btn-text-wrapper .button {
      display: inline-block;
      overflow: hidden;
      border: 0 !important;
      margin-top: 6px;
      padding: 14px 50px 15px;
      letter-spacing: 0.7px;
      clear: both; }
    .splashAmericanFootball .stm-footer-image .stm-btn-text-wrapper .stm-after-btn-text {
      display: block;
      overflow: hidden;
      clear: both;
      font-family: "Roboto";
      font-weight: 400;
      font-size: 11px;
      color: #fff;
      text-transform: uppercase;
      margin-top: 17px; }
  .splashAmericanFootball .footer-widgets-wrapper {
    padding-top: 30px;
    background: #06083b; }
    .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 {
      margin: 0 -15px;
      border-bottom: solid 1px rgba(255, 255, 255, 0.25); }
      .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 aside {
        display: block;
        float: left;
        width: 33%;
        margin-bottom: 30px; }
        .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 aside:nth-child(4n+1) {
          clear: both; }
        .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 aside .widget-wrapper {
          padding: 0 15px; }
          .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 aside .widget-wrapper .widget-title {
            margin-top: 37px; }
            .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 aside .widget-wrapper .widget-title h6 {
              padding-top: 0;
              padding-left: 0; }
          .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 aside .widget-wrapper .sp-template {
            margin-bottom: 30px; }
      .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_contacts .footer-logo-wrapp {
        display: block;
        overflow: hidden;
        max-width: 103px;
        margin-top: 40px; }
      .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_contacts table {
        margin-top: 12px; }
        .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_contacts table tr {
          border: 0; }
          .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_contacts table tr td {
            border: 0;
            color: #fff;
            padding: 11px 0 0 8px;
            background: transparent !important;
            line-height: 25px; }
            .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_contacts table tr td .fa {
              font-family: 'stm-splash-icons' !important; }
            .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_contacts table tr td .fa-map-marker:before {
              content: '\e913' !important;
              font-size: 14px; }
            .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_contacts table tr td .fa-phone:before {
              content: '\e90d' !important;
              font-size: 14px; }
            .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_contacts table tr td .fa-fax:before {
              content: '\e90b' !important;
              font-size: 14px; }
            .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_contacts table tr td .fa-envelope:before {
              content: '\e90c' !important;
              font-size: 10px; }
            .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_contacts table tr td .fa-clock-o:before {
              content: '\e917' !important;
              font-size: 14px; }
            .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_contacts table tr td div {
              display: inline-block;
              overflow: hidden;
              vertical-align: middle; }
            .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_contacts table tr td .icon {
              font-size: 13px;
              margin-right: 7px;
              color: rgba(255, 255, 255, 0.4); }
            .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_contacts table tr td .text {
              font-weight: 400;
              font-size: 13px;
              line-height: 13px;
              color: rgba(255, 255, 255, 0.5); }
      .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_nav_menu {
        padding-left: 9px; }
        .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_nav_menu h6 {
          font-weight: 400;
          font-size: 18px;
          color: #fff;
          margin-bottom: 19px;
          letter-spacing: 0; }
        .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_nav_menu .menu-widget-menu-container {
          padding-top: 0; }
        .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_nav_menu ul {
          list-style: none; }
          .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_nav_menu ul li {
            border-bottom: 0;
            padding: 0 0 0 20px;
            line-height: 30px; }
            .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_nav_menu ul li:before {
              display: block;
              overflow: hidden;
              content: "\e90a";
              font-family: 'stm-splash-icons';
              color: #da9a29;
              background: transparent;
              width: 8px;
              height: 20px;
              font-size: 6px;
              top: 0;
              left: 0; }
            .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_nav_menu ul li a {
              font-weight: 400;
              font-size: 15px;
              color: #fff; }
      .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_mc4wp_form_widget h6 {
        font-weight: 400;
        font-size: 18px;
        color: #fff;
        letter-spacing: 0; }
      .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_mc4wp_form_widget p {
        width: 100%;
        margin-bottom: 8px; }
        .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_mc4wp_form_widget p label {
          display: block;
          overflow: hidden;
          font-weight: 400;
          font-size: 15px;
          color: rgba(255, 255, 255, 0.5);
          line-height: 17px; }
      .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_mc4wp_form_widget .subscribe-wrapp {
        display: block;
        overflow: hidden;
        position: relative;
        width: 100%; }
        .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_mc4wp_form_widget .subscribe-wrapp input[type='email'] {
          display: inline-block;
          border-radius: 0;
          width: 70%;
          margin: 0;
          font-weight: 400;
          font-size: 16px;
          color: #595959;
          height: 52px;
          background: #f5f5f5; }
        .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_mc4wp_form_widget .subscribe-wrapp span {
          display: inline-block;
          width: 30%;
          height: 52px;
          margin: 0 0 0 -5px;
          padding: 0; }
          .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_mc4wp_form_widget .subscribe-wrapp span:hover {
            border: solid 2px #da9a29 !important; }
          .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_mc4wp_form_widget .subscribe-wrapp span input[type='submit'] {
            display: block;
            border-radius: 0;
            width: 100%;
            height: 52px;
            padding: 7px 10px 10px;
            border: 0;
            letter-spacing: 0.6px;
            font-weight: 700;
            color: #fff;
            font-size: 14px;
            background: transparent !important;
            margin: 0; }
  .splashAmericanFootball #stm-footer-bottom {
    background: #06083b; }
    .splashAmericanFootball #stm-footer-bottom .stm-white {
      color: #fff !important; }
    .splashAmericanFootball #stm-footer-bottom .footer-bottom-left .footer-bottom-left-text {
      font-weight: 400;
      font-size: 13px;
      color: rgba(255, 255, 255, 0.5); }
    .splashAmericanFootball #stm-footer-bottom .footer-bottom-right .footer-bottom-right-text {
      font-weight: 400;
      font-size: 13px;
      color: rgba(255, 255, 255, 0.5); }
    .splashAmericanFootball #stm-footer-bottom .footer-bottom-right .footer-socials-unit .footer-socials-title {
      display: none; }
    .splashAmericanFootball #stm-footer-bottom .footer-bottom-right .footer-socials-unit ul li {
      margin: 0; }
      .splashAmericanFootball #stm-footer-bottom .footer-bottom-right .footer-socials-unit ul li a {
        color: rgba(255, 255, 255, 0.5);
        background: transparent; }
        .splashAmericanFootball #stm-footer-bottom .footer-bottom-right .footer-socials-unit ul li a i {
          font-size: 17px; }
        .splashAmericanFootball #stm-footer-bottom .footer-bottom-right .footer-socials-unit ul li a:before {
          display: none; }
        .splashAmericanFootball #stm-footer-bottom .footer-bottom-right .footer-socials-unit ul li a:hover {
          color: #fff;
          background: transparent; }
  .splashAmericanFootball .wpb_revslider_element {
    margin-bottom: 0 !important; }
  .splashAmericanFootball .rev_slider .slider-date {
    display: block;
    font-weight: 400;
    padding: 6px 10px !important;
    background: #da9a29;
    color: #06083b !important;
    clear: both; }
  .splashAmericanFootball .rev_slider .slider-title {
    display: block;
    overflow: hidden;
    line-height: 63px !important; }
    .splashAmericanFootball .rev_slider .slider-title .first_text {
      color: #da9a29;
      font-size: 48px !important;
      letter-spacing: 0px !important;
      line-height: 48px !important;
      padding: 11px 11px 5px !important;
      display: inline-block; }
    .splashAmericanFootball .rev_slider .slider-title .second_text {
      font-size: 48px !important;
      letter-spacing: 0px !important;
      line-height: 47px !important;
      padding: 5px 11px 11px 15px !important;
      display: inline-block;
      margin-top: -35px !important; }
    .splashAmericanFootball .rev_slider .slider-title span {
      display: block;
      overflow: hidden;
      background: rgba(6, 8, 52, 0.5);
      padding: 10px !important;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0; }
  .splashAmericanFootball .rev_slider .slider-description {
    -webkit-transition: none;
    transition: none;
    text-align: inherit;
    line-height: 30px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px; }
  .splashAmericanFootball .rev_slider .stm-slider-overlay {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), transparent);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), transparent) !important;
    background: linear-gradient(rgba(0, 0, 0, 0.7), transparent) !important;
    opacity: 1 !important;
    visibility: visible !important; }
  .splashAmericanFootball .rev_slider .tp-leftarrow {
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important; }
    .splashAmericanFootball .rev_slider .tp-leftarrow:hover:before {
      background: #da9a29;
      color: #06083b; }
    .splashAmericanFootball .rev_slider .tp-leftarrow:before {
      display: block;
      overflow: hidden;
      content: "\f104" !important;
      font-family: 'FontAwesome';
      background: #da9a29;
      padding: 21px 10px 11px 17px;
      height: 70px;
      margin: 0;
      color: white;
      font-size: 48px;
      position: absolute;
      top: 0;
      left: 0;
      line-height: 26px !important;
      z-index: 10; }
    .splashAmericanFootball .rev_slider .tp-leftarrow:after {
      position: absolute;
      content: '';
      display: block;
      top: 0;
      right: 18px;
      min-height: 70px;
      width: 32px;
      background: #da9a29;
      -webkit-transform: skew(-14deg, 0deg);
              transform: skew(-14deg, 0deg);
      z-index: 5; }
    .splashAmericanFootball .rev_slider .tp-leftarrow .tp-arr-allwrapper {
      opacity: 0 !important;
      visibility: hidden !important;
      background: transparent !important; }
  .splashAmericanFootball .rev_slider .tp-rightarrow {
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important; }
    .splashAmericanFootball .rev_slider .tp-rightarrow:hover:before {
      background: #da9a29;
      color: #06083b; }
    .splashAmericanFootball .rev_slider .tp-rightarrow:before {
      display: block;
      overflow: hidden;
      content: "\f105" !important;
      font-family: 'FontAwesome' !important;
      background: #da9a29;
      height: 70px;
      padding: 21px 17px 18px 10px;
      margin: 0 0 0 13px;
      color: white;
      font-size: 48px;
      position: absolute;
      top: 0;
      right: 0;
      line-height: 26px !important;
      z-index: 10; }
    .splashAmericanFootball .rev_slider .tp-rightarrow:after {
      position: absolute;
      content: '';
      display: block;
      top: 0px;
      left: 18px;
      min-height: 70px;
      width: 32px;
      background: #da9a29;
      -webkit-transform: skew(-14deg, 0deg);
              transform: skew(-14deg, 0deg);
      z-index: 5; }
    .splashAmericanFootball .rev_slider .tp-rightarrow .tp-arr-allwrapper {
      opacity: 0 !important;
      visibility: hidden !important;
      background: transparent !important; }
  .splashAmericanFootball .stm-coach-excerption-wrapp .stm-title-wrapp h3 {
    color: #000000;
    margin-bottom: 43px;
    text-transform: uppercase; }
  .splashAmericanFootball .stm-coach-excerption-wrapp .stm-data-wrapp .stm-photo-wrapp {
    display: inline-block;
    overflow: hidden;
    padding-right: 58px;
    width: 43%;
    vertical-align: top;
    position: relative; }
    .splashAmericanFootball .stm-coach-excerption-wrapp .stm-data-wrapp .stm-photo-wrapp:before {
      content: "\e909";
      font-family: "stm-splash-icons";
      font-size: 47px;
      display: block;
      position: absolute;
      top: 40px;
      right: 24px;
      color: #bfbfbf; }
    .splashAmericanFootball .stm-coach-excerption-wrapp .stm-data-wrapp .stm-photo-wrapp img {
      display: block;
      overflow: hidden;
      width: 100%; }
  .splashAmericanFootball .stm-coach-excerption-wrapp .stm-data-wrapp .stm-excerption-wrapp {
    display: inline-block;
    overflow: hidden;
    width: 56%;
    vertical-align: top; }
    .splashAmericanFootball .stm-coach-excerption-wrapp .stm-data-wrapp .stm-excerption-wrapp .stm-excerption {
      display: block;
      overflow: hidden;
      width: 100%;
      padding-top: 41px;
      padding-right: 30px;
      font-weight: 400;
      font-style: italic;
      font-size: 16px;
      letter-spacing: 0px;
      line-height: 30px;
      margin-bottom: 10px; }
    .splashAmericanFootball .stm-coach-excerption-wrapp .stm-data-wrapp .stm-excerption-wrapp .stm-name-sign-wrapp {
      display: block;
      overflow: hidden; }
      .splashAmericanFootball .stm-coach-excerption-wrapp .stm-data-wrapp .stm-excerption-wrapp .stm-name-sign-wrapp .stm-coach-name {
        display: inline-block;
        overflow: hidden;
        font-weight: 400;
        font-size: 20px;
        vertical-align: middle;
        margin-bottom: 30px; }
      .splashAmericanFootball .stm-coach-excerption-wrapp .stm-data-wrapp .stm-excerption-wrapp .stm-name-sign-wrapp .stm-img-wrapp {
        display: inline-block;
        overflow: hidden;
        vertical-align: middle; }
        .splashAmericanFootball .stm-coach-excerption-wrapp .stm-data-wrapp .stm-excerption-wrapp .stm-name-sign-wrapp .stm-img-wrapp img {
          display: block;
          width: 100%; }
  .splashAmericanFootball .stm-gray-bg {
    display: block;
    overflow: hidden;
    padding: 7px 15px; }
    .splashAmericanFootball .stm-gray-bg .vc_column-inner {
      display: block;
      overflow: hidden;
      padding: 38px 45px 11px !important;
      background: #f0f0f0; }
      .splashAmericanFootball .stm-gray-bg .vc_column-inner .wpb_wrapper h3 {
        text-transform: uppercase; }
      .splashAmericanFootball .stm-gray-bg .vc_column-inner .wpb_wrapper ul li:before {
        display: block;
        overflow: hidden;
        content: "\e90a";
        font-family: 'stm-splash-icons';
        color: #da9a29;
        background: transparent;
        width: 8px;
        height: 20px;
        font-size: 6px;
        top: 0; }
  .splashAmericanFootball .stm-trophy-carousel .stm-thophies-controls {
    display: none; }
  .splashAmericanFootball .stm-trophy-carousel h2 {
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 36px; }
  .splashAmericanFootball .stm-trophy-carousel .stm-trophy-carousel-init-unit .stm-single-trophy {
    padding: 43px 20px 0; }
    .splashAmericanFootball .stm-trophy-carousel .stm-trophy-carousel-init-unit .stm-single-trophy .h6, .splashAmericanFootball .stm-trophy-carousel .stm-trophy-carousel-init-unit .stm-single-trophy .stm-title {
      font-family: 'Oswald';
      font-weight: 400;
      font-size: 15px;
      letter-spacing: 0; }
      .splashAmericanFootball .stm-trophy-carousel .stm-trophy-carousel-init-unit .stm-single-trophy .h6.h6, .splashAmericanFootball .stm-trophy-carousel .stm-trophy-carousel-init-unit .stm-single-trophy .stm-title.h6 {
        font-size: 16px;
        font-weight: 700; }
    .splashAmericanFootball .stm-trophy-carousel .stm-trophy-carousel-init-unit .stm-single-trophy .stm-border {
      background-color: #da9a29; }
  .splashAmericanFootball .stm-trophy-carousel .stm-trophy-carousel-init-unit .owl-nav {
    display: block !important;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000; }
    .splashAmericanFootball .stm-trophy-carousel .stm-trophy-carousel-init-unit .owl-nav .owl-prev {
      display: block !important;
      position: absolute;
      z-index: 1000; }
      .splashAmericanFootball .stm-trophy-carousel .stm-trophy-carousel-init-unit .owl-nav .owl-prev:hover:before {
        color: #06083b; }
      .splashAmericanFootball .stm-trophy-carousel .stm-trophy-carousel-init-unit .owl-nav .owl-prev:before {
        content: "\f104";
        font-family: 'FontAwesome';
        background: #da9a29;
        padding: 11px 27px 11px 17px;
        height: 70px;
        margin: 0;
        color: white;
        font-size: 48px;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .splashAmericanFootball .stm-trophy-carousel .stm-trophy-carousel-init-unit .owl-nav .owl-prev:after {
        position: absolute;
        content: '';
        display: block;
        top: -23px;
        right: -10px;
        min-height: 70px;
        width: 32px;
        background: #da9a29;
        -webkit-transform: skew(-14deg, 0deg);
                transform: skew(-14deg, 0deg);
        z-index: 5; }
    .splashAmericanFootball .stm-trophy-carousel .stm-trophy-carousel-init-unit .owl-nav .owl-next {
      display: block !important;
      position: absolute; }
      .splashAmericanFootball .stm-trophy-carousel .stm-trophy-carousel-init-unit .owl-nav .owl-next:hover:before {
        color: #06083b; }
      .splashAmericanFootball .stm-trophy-carousel .stm-trophy-carousel-init-unit .owl-nav .owl-next:before {
        content: "\f105";
        font-family: 'FontAwesome';
        background: #da9a29;
        height: 70px;
        padding: 22px 17px 18px 27px;
        margin: 0 0 0 13px;
        color: white;
        font-size: 48px;
        display: block;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .splashAmericanFootball .stm-trophy-carousel .stm-trophy-carousel-init-unit .owl-nav .owl-next:after {
        position: absolute;
        content: '';
        display: block;
        top: 0px;
        left: 0px;
        min-height: 70px;
        width: 32px;
        background: #da9a29;
        -webkit-transform: skew(-14deg, 0deg);
                transform: skew(-14deg, 0deg);
        z-index: 5; }
  .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp {
    display: block;
    overflow: hidden;
    position: relative; }
    .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls .owl-nav {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls .owl-nav .owl-prev {
          display: block;
          position: absolute;
          top: 50% !important;
          -webkit-transform: translateY(-50%) !important;
                  transform: translateY(-50%) !important;
          display: block !important;
          position: absolute; }
          .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls .owl-nav .owl-prev:hover:before {
            color: #06083b; }
          .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls .owl-nav .owl-prev:before {
            content: "\f104";
            font-family: 'FontAwesome';
            background: #da9a29;
            padding: 11px 27px 11px 17px;
            height: 70px;
            margin: 0;
            color: white;
            font-size: 48px;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
          .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls .owl-nav .owl-prev:after {
            position: absolute;
            content: '';
            display: block;
            top: -23px;
            right: -10px;
            min-height: 70px;
            width: 32px;
            background: #da9a29;
            -webkit-transform: skew(-14deg, 0deg);
                    transform: skew(-14deg, 0deg);
            z-index: 5; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls .owl-nav .owl-next {
          display: block;
          position: absolute;
          top: 50% !important;
          -webkit-transform: translateY(-50%) !important;
                  transform: translateY(-50%) !important;
          display: block !important;
          position: absolute; }
          .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls .owl-nav .owl-next:hover:before {
            color: #06083b; }
          .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls .owl-nav .owl-next:before {
            content: "\f105";
            font-family: 'FontAwesome';
            background: #da9a29;
            height: 70px;
            padding: 22px 17px 18px 27px;
            margin: 0 0 0 13px;
            color: white;
            font-size: 48px;
            display: block;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
          .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls .owl-nav .owl-next:after {
            position: absolute;
            content: '';
            display: block;
            top: 0px;
            left: 0px;
            min-height: 70px;
            width: 32px;
            background: #da9a29;
            -webkit-transform: skew(-14deg, 0deg);
                    transform: skew(-14deg, 0deg);
            z-index: 5; }
  .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp {
    display: block;
    overflow: hidden;
    padding: 25px 35px;
    background: #f0f0f0;
    position: relative;
    clear: both; }
    .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row {
      display: block;
      overflow: hidden;
      float: left; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(1) {
        width: 40%; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(1) table tr td:first-child {
          padding: 12px 0 17px 15px; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(2) {
        width: 30%;
        padding-left: 24px;
        padding-right: 30px; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(2) table tr:nth-child(1) td {
          border-bottom: solid 1px #d8d8d8; }
          .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(2) table tr:nth-child(1) td:nth-child(1) {
            padding: 10px 0px; }
          .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(2) table tr:nth-child(1) td:nth-child(2) {
            padding: 10px 0 12px 7px; }
          .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(2) table tr:nth-child(1) td:nth-child(3) {
            padding: 10px 0px;
            color: #404040; }
          .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(2) table tr:nth-child(1) td i {
            font-size: 14px; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(2) table tr:nth-child(2) td:nth-child(1) {
          padding: 11px 0px; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(2) table tr:nth-child(2) td:nth-child(2) {
          padding: 11px 0 11px 7px; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(2) table tr:nth-child(2) td:nth-child(3) {
          padding: 11px 0px;
          color: #404040; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(2) table tr:nth-child(2) td i {
          font-size: 16px; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(3) {
        width: 30%;
        padding-left: 53px; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(3) table tr:nth-child(1) td {
          border-bottom: solid 1px #d8d8d8; }
          .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(3) table tr:nth-child(1) td:nth-child(1) {
            padding: 12px 0px 10px 0; }
          .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(3) table tr:nth-child(1) td:nth-child(2) {
            padding: 10px 0 10px 10px; }
          .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(3) table tr:nth-child(1) td:nth-child(3) {
            padding: 10px 0px; }
          .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(3) table tr:nth-child(1) td i {
            font-size: 16px; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(3) table tr:nth-child(2) td:nth-child(1) {
          padding: 11px 0px; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(3) table tr:nth-child(2) td:nth-child(2) {
          padding: 11px 0 11px 10px; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(3) table tr:nth-child(2) td:nth-child(3) {
          padding: 11px 0px; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(3) table tr:nth-child(2) td i {
          font-size: 12px; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row table tr td {
        border: 0;
        font-family: 'Roboto';
        font-size: 16px;
        color: #000000;
        vertical-align: top; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row table tr td:nth-child(2) {
          padding: 10px 10px; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row table tr td:nth-child(3) {
          padding: 10px 13px; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row table tr td i {
          color: #da9a29;
          font-size: 17px; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row table tr td .stm-cwd-title {
          font-weight: 700; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row table tr td .stm-data-content {
          display: block;
          overflow: hidden;
          clear: both;
          color: #404040; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row table tr td .location_on_map {
          display: inline-block;
          clear: both;
          font-size: 14px;
          color: #da9a29;
          border-bottom: solid 1px #da9a29;
          line-height: 15px; }
          .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row table tr td .location_on_map:hover {
            text-decoration: none; }
  .splashAmericanFootball .stm-team-history .stm-team-history-single {
    padding-left: 90px;
    padding-bottom: 37px; }
    .splashAmericanFootball .stm-team-history .stm-team-history-single .year {
      font-family: 'Oswald';
      font-size: 24px;
      color: #06083b;
      letter-spacing: -0.4px; }
    .splashAmericanFootball .stm-team-history .stm-team-history-single .stm-team-history-linked {
      width: 6.1%; }
      .splashAmericanFootball .stm-team-history .stm-team-history-single .stm-team-history-linked:after {
        left: 19px;
        top: 20px;
        width: 1px;
        background: #d8d8d8; }
      .splashAmericanFootball .stm-team-history .stm-team-history-single .stm-team-history-linked span {
        box-shadow: none;
        top: 5px;
        left: 11px;
        width: 16px;
        height: 16px; }
        .splashAmericanFootball .stm-team-history .stm-team-history-single .stm-team-history-linked span:after {
          width: 10px;
          height: 10px;
          background: #da9a29; }
    .splashAmericanFootball .stm-team-history .stm-team-history-single .stm-team-history-content .title {
      font-size: 24px;
      text-transform: none;
      margin-top: 0;
      margin-bottom: 25px;
      letter-spacing: -0.3px; }
    .splashAmericanFootball .stm-team-history .stm-team-history-single .stm-team-history-content .content {
      font-weight: 400;
      font-size: 15px;
      color: #777777;
      line-height: 23px; }
  .splashAmericanFootball .stm-media-archive {
    padding-top: 45px;
    margin-bottom: 7px; }
    .splashAmericanFootball .stm-media-archive .stm-main-title-unit {
      font-size: 42px;
      margin-bottom: 29px; }
    .splashAmericanFootball .stm-media-archive .stm-media-load-more {
      text-align: center; }
      .splashAmericanFootball .stm-media-archive .stm-media-load-more a {
        cursor: pointer;
        margin-top: 25px;
        /*&:hover{
                    color: $theme-dark-blue;
                }*/ }
        .splashAmericanFootball .stm-media-archive .stm-media-load-more a:after {
          position: absolute;
          content: '';
          display: block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0);
          -webkit-animation: fa-spin 2s infinite linear;
                  animation: fa-spin 2s infinite linear;
          content: "\f021";
          top: 50%;
          left: 50%;
          font-size: 18px;
          margin: -9px 0 0 -7px;
          -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s;
          -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
                  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          opacity: 0; }
        .splashAmericanFootball .stm-media-archive .stm-media-load-more a span {
          opacity: 1;
          -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s;
          -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
                  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
        .splashAmericanFootball .stm-media-archive .stm-media-load-more a.loading {
          padding: 11px 0 9px; }
          .splashAmericanFootball .stm-media-archive .stm-media-load-more a.loading span {
            opacity: 0; }
          .splashAmericanFootball .stm-media-archive .stm-media-load-more a.loading:after {
            opacity: 1; }
  .splashAmericanFootball .stm-contact-info .image {
    margin-bottom: 25px; }
  .splashAmericanFootball .stm-contact-info .title {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.6px;
    margin-bottom: 15px; }
  .splashAmericanFootball .stm-contact-info .subtitle {
    margin-bottom: 25px;
    color: #535353;
    font-weight: 700; }
  .splashAmericanFootball .stm-h5 {
    font-family: 'Roboto' !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    letter-spacing: 0 !important; }
  .splashAmericanFootball .stm-contacts .stm-single-contact {
    margin-bottom: 6px; }
    .splashAmericanFootball .stm-contacts .stm-single-contact.stm-email {
      margin-top: 2px; }
      .splashAmericanFootball .stm-contacts .stm-single-contact.stm-email i {
        font-size: 12px; }
        .splashAmericanFootball .stm-contacts .stm-single-contact.stm-email i:before {
          content: '\e90c'; }
    .splashAmericanFootball .stm-contacts .stm-single-contact.stm-url {
      margin-top: 4px; }
    .splashAmericanFootball .stm-contacts .stm-single-contact i {
      position: relative;
      top: 0px;
      left: 3px;
      margin-right: 16px;
      font-size: 17px;
      color: #da9a29;
      vertical-align: middle; }
      .splashAmericanFootball .stm-contacts .stm-single-contact i.icon-ico_print:before {
        content: '\e90b'; }
      .splashAmericanFootball .stm-contacts .stm-single-contact i.icon-ico_phone:before {
        content: '\e90d'; }
      .splashAmericanFootball .stm-contacts .stm-single-contact i.icon-ico_pin:before {
        content: '\e913'; }
    .splashAmericanFootball .stm-contacts .stm-single-contact .contact-label {
      display: inline-block;
      margin-right: 11px;
      min-width: 40px;
      vertical-align: middle;
      color: #555555; }
    .splashAmericanFootball .stm-contacts .stm-single-contact .contact-value {
      position: relative;
      top: 0px;
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
      letter-spacing: 0;
      font-family: 'Roboto';
      font-weight: 400;
      font-size: 14px;
      text-transform: none; }
      .splashAmericanFootball .stm-contacts .stm-single-contact .contact-value a {
        font-size: 14px;
        color: #06083b; }
  .splashAmericanFootball .stm-contact-form > div {
    margin-left: 15px; }
    .splashAmericanFootball .stm-contact-form > div input, .splashAmericanFootball .stm-contact-form > div textarea {
      font-family: 'Roboto';
      font-weight: 400;
      font-size: 14px; }
    .splashAmericanFootball .stm-contact-form > div .button {
      padding: 0;
      margin: -5px 0 25px 0; }
      .splashAmericanFootball .stm-contact-form > div .button input[type='submit'] {
        font-family: 'Oswald';
        font-weight: 600;
        font-size: 14px;
        padding: 12px 40px;
        margin: 0;
        border: 0;
        background: transparent !important; }
        .splashAmericanFootball .stm-contact-form > div .button input[type='submit']:hover {
          background: transparent !important; }
      .splashAmericanFootball .stm-contact-form > div .button .ajax-loader {
        display: none; }
  .splashAmericanFootball .stm-af-donations-content {
    margin-bottom: 10px;
    border-bottom: solid 1px #d8d8d8; }
    .splashAmericanFootball .stm-af-donations-content .stm-donation-inner {
      padding: 24px 0 34px 0;
      background-color: #fff;
      border-top: 0; }
      .splashAmericanFootball .stm-af-donations-content .stm-donation-inner .image {
        width: 42.5%;
        float: left;
        margin-top: 6px;
        margin-right: 30px; }
        .splashAmericanFootball .stm-af-donations-content .stm-donation-inner .image a {
          background: transparent;
          position: relative;
          display: block;
          z-index: 10; }
        .splashAmericanFootball .stm-af-donations-content .stm-donation-inner .image img {
          display: block;
          overflow: hidden;
          width: 100%; }
      .splashAmericanFootball .stm-af-donations-content .stm-donation-inner .stm-donation-meta {
        display: block;
        overflow: hidden; }
        .splashAmericanFootball .stm-af-donations-content .stm-donation-inner .stm-donation-meta .title {
          display: block;
          padding: 0 0 10px;
          text-align: center;
          color: #fff;
          font-weight: 700;
          text-transform: uppercase;
          font-size: 18px;
          text-decoration: none !important; }
          .splashAmericanFootball .stm-af-donations-content .stm-donation-inner .stm-donation-meta .title .title-inner {
            display: block;
            overflow: hidden;
            font-family: 'Oswald';
            font-weight: 400;
            font-size: 24px;
            width: 100%;
            text-align: left;
            letter-spacing: 0;
            line-height: 35px;
            color: #06083b;
            margin-bottom: 13px;
            text-transform: none; }
          .splashAmericanFootball .stm-af-donations-content .stm-donation-inner .stm-donation-meta .title .stm-donation-cash {
            display: block;
            overflow: hidden;
            font-weight: 400;
            font-size: 13px;
            width: 100%;
            padding-right: 30px;
            text-align: left;
            color: #999999; }
        .splashAmericanFootball .stm-af-donations-content .stm-donation-inner .stm-donation-meta .content {
          opacity: 0.8; }
          .splashAmericanFootball .stm-af-donations-content .stm-donation-inner .stm-donation-meta .content p {
            margin: 25px 0 18px;
            line-height: 30px; }
        .splashAmericanFootball .stm-af-donations-content .stm-donation-inner .stm-donation-meta a.button {
          border: 0 !important;
          border-radius: 0;
          font-family: "Oswald";
          font-weight: 700;
          font-size: 13px;
          color: #06083b;
          padding: 0;
          background: transparent !important;
          margin-top: 12px;
          line-height: 13px; }
          .splashAmericanFootball .stm-af-donations-content .stm-donation-inner .stm-donation-meta a.button:before {
            display: none; }
          .splashAmericanFootball .stm-af-donations-content .stm-donation-inner .stm-donation-meta a.button i {
            font-size: 13px;
            vertical-align: top;
            margin-left: 5px; }
          .splashAmericanFootball .stm-af-donations-content .stm-donation-inner .stm-donation-meta a.button:hover {
            color: #da9a29; }
  .splashAmericanFootball .stm-single-donation .post-thumbnail {
    margin-top: 30px;
    margin-bottom: 30px; }
  .splashAmericanFootball .stm-single-donation p {
    margin-bottom: 40px; }
  .splashAmericanFootball .stm-single-donation .stm-donation-subtitle {
    margin: 20px 0 31px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700; }
  .splashAmericanFootball .stm-single-donation .stm-donation-intro {
    margin-bottom: 13px;
    opacity: 0.8;
    color: #000; }
  .splashAmericanFootball .stm-single-donation .stm-donation-cash {
    display: block;
    margin-top: 1px;
    width: 77%; }
    .splashAmericanFootball .stm-single-donation .stm-donation-cash .stm-donation-info {
      font-weight: 700;
      font-size: 16px;
      color: #06083b;
      text-transform: uppercase; }
    .splashAmericanFootball .stm-single-donation .stm-donation-cash .heading-font {
      font-family: 'Roboto';
      font-weight: bold !important;
      font-size: 16px;
      color: #06083b;
      margin-left: 45px;
      clear: both; }
      .splashAmericanFootball .stm-single-donation .stm-donation-cash .heading-font:nth-child(3) {
        display: none; }
      .splashAmericanFootball .stm-single-donation .stm-donation-cash .heading-font .stm-red {
        color: #06083b !important; }
      .splashAmericanFootball .stm-single-donation .stm-donation-cash .heading-font:after {
        display: none; }
    .splashAmericanFootball .stm-single-donation .stm-donation-cash .stm-donation-procent {
      margin-top: 35px; }
  .splashAmericanFootball .stm-single-donation .stm-donate {
    display: inline-block;
    overflow: hidden;
    float: right; }
    .splashAmericanFootball .stm-single-donation .stm-donate a {
      margin: 0;
      padding: 11px 38px; }
  .splashAmericanFootball .stm-single-donation .stm-donation-intro {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
    color: #595959;
    margin-top: 33px;
    line-height: 30px; }
  .splashAmericanFootball #donationModal button.button {
    margin-top: 0 !important; }
  .splashAmericanFootball #donationModal .loading {
    display: inline-block; }
    .splashAmericanFootball #donationModal .loading i:before {
      color: #da9a29; }
  .splashAmericanFootball .stm-share-this-wrapp {
    border-top: solid 1px #d8d8d8;
    padding: 15px 0; }
    .splashAmericanFootball .stm-share-this-wrapp > span {
      display: inline-block;
      overflow: hidden; }
  .splashAmericanFootball .stm-default-page-list .row-3 .col-md-12:last-child .stm-single-post-loop-list {
    border: 0 !important; }
  .splashAmericanFootball .stm-single-post-loop-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    clear: both;
    margin-top: 27px;
    padding-bottom: 39px;
    margin-bottom: 12px;
    border-bottom: solid 1px #d8d8d8; }
    .splashAmericanFootball .stm-single-post-loop-list a {
      display: block;
      overflow: hidden;
      float: left; }
      .splashAmericanFootball .stm-single-post-loop-list a:hover .title {
        color: #da9a29; }
      .splashAmericanFootball .stm-single-post-loop-list a:hover .image img {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .splashAmericanFootball .stm-single-post-loop-list a:hover .image:before {
        opacity: 0; }
      .splashAmericanFootball .stm-single-post-loop-list a:hover .stm-plus {
        opacity: 0 !important; }
      .splashAmericanFootball .stm-single-post-loop-list a .image {
        margin-bottom: 0;
        max-height: 380px; }
        .splashAmericanFootball .stm-single-post-loop-list a .image:before {
          display: none !important; }
        .splashAmericanFootball .stm-single-post-loop-list a .image:after {
          content: "\e906";
          font-family: "stm-splash-icons" !important;
          background: #da9a29;
          display: block;
          opacity: 1;
          position: absolute;
          left: 10px;
          top: 10px;
          right: 0;
          bottom: 0;
          width: 32px;
          height: 32px;
          padding: 4px 0 0 0;
          z-index: 10;
          color: #fff;
          -webkit-transform: none;
                  transform: none;
          text-align: center; }
      .splashAmericanFootball .stm-single-post-loop-list a .image.audio:after {
        content: "\e905" !important; }
      .splashAmericanFootball .stm-single-post-loop-list a .image.video:after {
        content: "\e904" !important;
        font-size: 12px; }
    .splashAmericanFootball .stm-single-post-loop-list .stm-sticky-post {
      left: 44px; }
    .splashAmericanFootball .stm-single-post-loop-list .stm-post-content-inner {
      display: block;
      width: 57%;
      overflow: hidden;
      padding: 3px 0 0 31px;
      border: 0;
      background-color: #fff;
      position: relative; }
      .splashAmericanFootball .stm-single-post-loop-list .stm-post-content-inner .date {
        width: 100%;
        float: left;
        margin-top: 0;
        margin-right: 27px;
        color: #da9a29;
        font-size: 12px; }
      .splashAmericanFootball .stm-single-post-loop-list .stm-post-content-inner .title {
        margin-bottom: 14px;
        font-size: 24px;
        letter-spacing: 1px;
        text-transform: none;
        line-height: 29px;
        color: #06083b; }
      .splashAmericanFootball .stm-single-post-loop-list .stm-post-content-inner .content p {
        line-height: 30px; }
      .splashAmericanFootball .stm-single-post-loop-list .stm-post-content-inner .post-meta {
        position: absolute;
        bottom: 0;
        margin-bottom: 5px; }
    .splashAmericanFootball .stm-single-post-loop-list .post-meta .stm-cat-list-wrapp {
      display: inline-block;
      overflow: hidden;
      vertical-align: middle;
      padding-left: 2px;
      line-height: 14px; }
      .splashAmericanFootball .stm-single-post-loop-list .post-meta .stm-cat-list-wrapp i {
        display: inline-block;
        vertical-align: middle;
        color: #999999;
        font-size: 14px; }
      .splashAmericanFootball .stm-single-post-loop-list .post-meta .stm-cat-list-wrapp ul {
        display: inline-block;
        margin: 0 0 0 5px;
        padding: 0;
        list-style: none;
        vertical-align: middle;
        line-height: 14px; }
        .splashAmericanFootball .stm-single-post-loop-list .post-meta .stm-cat-list-wrapp ul li {
          display: inline-block;
          padding: 0;
          margin: 0 5px 0 0; }
          .splashAmericanFootball .stm-single-post-loop-list .post-meta .stm-cat-list-wrapp ul li:before {
            display: none; }
          .splashAmericanFootball .stm-single-post-loop-list .post-meta .stm-cat-list-wrapp ul li a {
            color: #999999;
            font-size: 13px;
            font-weight: 400; }
    .splashAmericanFootball .stm-single-post-loop-list .post-meta .comments-number {
      display: inline-block;
      overflow: hidden;
      vertical-align: middle;
      opacity: 1;
      text-transform: uppercase;
      margin-right: 0;
      margin-left: 20px; }
      .splashAmericanFootball .stm-single-post-loop-list .post-meta .comments-number i {
        color: #999999;
        font-size: 14px; }
      .splashAmericanFootball .stm-single-post-loop-list .post-meta .comments-number a {
        color: #999999;
        font-size: 13px;
        font-weight: 400;
        text-transform: none; }
  .splashAmericanFootball .stm-default-page-grid .stm-small-title-box {
    margin-bottom: 28px; }
  .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop {
    margin-bottom: 33px; }
    .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop a {
      display: block;
      overflow: hidden;
      float: left; }
      .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop a:hover .title {
        color: #da9a29; }
      .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop a:hover .image img {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop a:hover .image:before {
        opacity: 0; }
      .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop a:hover .stm-plus {
        opacity: 0 !important; }
      .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop a .image {
        margin-bottom: 0;
        max-height: 380px; }
        .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop a .image:after {
          content: "\e906";
          font-family: "stm-splash-icons" !important;
          background: #da9a29;
          display: block;
          opacity: 1;
          position: absolute;
          left: 10px;
          top: 10px;
          right: 0;
          bottom: 0;
          width: 32px;
          height: 32px;
          padding: 4px 0 0 0;
          z-index: 10;
          color: #fff;
          -webkit-transform: none;
                  transform: none;
          text-align: center; }
      .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop a .image.audio:after {
        content: "\e905" !important; }
      .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop a .image.video:after {
        content: "\e904" !important;
        font-size: 12px; }
      .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop a .date {
        font-weight: 400;
        font-size: 12px;
        color: #da9a29;
        margin: 13px 0 4px; }
      .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop a .title {
        font-weight: 400;
        font-size: 18px;
        color: #06083b;
        text-transform: none;
        min-height: 50px;
        letter-spacing: 0; }
    .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop .post-meta .stm-cat-list-wrapp {
      display: inline-block;
      overflow: hidden;
      vertical-align: middle;
      padding-left: 2px;
      line-height: 14px; }
      .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop .post-meta .stm-cat-list-wrapp i {
        display: inline-block;
        vertical-align: middle;
        color: #999999;
        font-size: 14px; }
      .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop .post-meta .stm-cat-list-wrapp ul {
        display: inline-block;
        margin: 0 0 0 5px;
        padding: 0;
        list-style: none;
        vertical-align: middle;
        line-height: 14px; }
        .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop .post-meta .stm-cat-list-wrapp ul li {
          display: inline-block;
          padding: 0;
          margin: 0 5px 0 0; }
          .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop .post-meta .stm-cat-list-wrapp ul li:before {
            display: none; }
          .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop .post-meta .stm-cat-list-wrapp ul li a {
            color: #999999;
            font-size: 13px;
            font-weight: 400; }
    .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop .post-meta .comments-number {
      display: inline-block;
      overflow: hidden;
      vertical-align: middle;
      opacity: 1;
      text-transform: uppercase;
      margin-right: 0;
      margin-left: 20px; }
      .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop .post-meta .comments-number i {
        color: #999999;
        font-size: 14px; }
      .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop .post-meta .comments-number a {
        color: #999999;
        font-size: 13px;
        font-weight: 400;
        text-transform: none; }
  .splashAmericanFootball .stm-post-af-wrapp .stm-small-title-box {
    margin-bottom: 28px; }
  .splashAmericanFootball .stm-post-af-wrapp .post-thumbnail {
    margin-bottom: 15px; }
  .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta {
    font-size: 14px;
    color: #999999;
    text-transform: none;
    margin-bottom: 20px; }
    .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta a {
      font-weight: 400; }
    .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta .stm-meta-left-part {
      margin-bottom: 11px; }
      .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta .stm-meta-left-part .stm-date {
        margin-right: 20px; }
    .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta .stm-cat-list-wrapp {
      display: inline-block;
      overflow: hidden;
      vertical-align: middle;
      float: right;
      margin-right: 20px;
      padding-left: 2px; }
      .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta .stm-cat-list-wrapp i {
        display: inline-block;
        vertical-align: middle;
        color: #999999;
        font-size: 14px; }
      .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta .stm-cat-list-wrapp ul {
        display: inline-block;
        margin: 0 0 0 5px;
        padding: 0;
        list-style: none;
        vertical-align: middle;
        line-height: 14px; }
        .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta .stm-cat-list-wrapp ul li {
          display: inline-block;
          padding: 0;
          margin: 0 5px 0 0; }
          .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta .stm-cat-list-wrapp ul li:before {
            display: none; }
          .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta .stm-cat-list-wrapp ul li a {
            color: #999999;
            font-size: 14px;
            font-weight: 400; }
  .splashAmericanFootball .stm-post-af-wrapp .stm-post-meta-bottom {
    border-bottom: 0;
    border-top: solid 1px #d8d8d8;
    padding-top: 20px;
    margin-bottom: 15px; }
    .splashAmericanFootball .stm-post-af-wrapp .stm-post-meta-bottom .stm_post_tags {
      margin-bottom: 0; }
      .splashAmericanFootball .stm-post-af-wrapp .stm-post-meta-bottom .stm_post_tags a {
        font-size: 14px;
        color: #999999;
        text-transform: none;
        line-height: 30px; }
  .splashAmericanFootball .stm-post-af-wrapp .stm-share-this-wrapp {
    float: right;
    width: auto;
    border-top: 0;
    padding: 2px 0; }
    .splashAmericanFootball .stm-post-af-wrapp .stm-share-this-wrapp .stm-share-btn-wrapp .addtoany_share_save_container .addtoany_list a span {
      width: 20px !important;
      height: 20px !important; }
  .splashAmericanFootball .stm-post-af-wrapp .stm_author_box {
    display: block;
    overflow: hidden;
    position: relative;
    border: solid 1px #d8d8d8;
    padding: 26px 30px 28px 67px; }
    .splashAmericanFootball .stm-post-af-wrapp .stm_author_box .stm-author-title-bg {
      position: absolute;
      height: 100%;
      width: 40px;
      bottom: 0;
      left: 0;
      background-color: #06083b; }
      .splashAmericanFootball .stm-post-af-wrapp .stm_author_box .stm-author-title-bg .stm-author-title {
        position: absolute;
        bottom: 0;
        left: 40px;
        height: 40px;
        line-height: 40px;
        padding-left: 26px;
        font-size: 13px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: left bottom 0;
        transform-origin: left bottom 0;
        white-space: nowrap;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0; }
    .splashAmericanFootball .stm-post-af-wrapp .stm_author_box .author_avatar {
      margin-right: 20px;
      margin-top: 1px;
      max-width: 91px; }
    .splashAmericanFootball .stm-post-af-wrapp .stm_author_box .author_info .author_name {
      margin-top: 2px; }
      .splashAmericanFootball .stm-post-af-wrapp .stm_author_box .author_info .author_name h6 {
        margin-bottom: 18px; }
        .splashAmericanFootball .stm-post-af-wrapp .stm_author_box .author_info .author_name h6 .stm-red {
          font-weight: 400;
          font-size: 18px;
          color: #000000 !important;
          text-transform: none; }
    .splashAmericanFootball .stm-post-af-wrapp .stm_author_box .author_info .author_content {
      font-size: 15px;
      color: #595959; }
  .splashAmericanFootball .stm-single-comment-title .stm-add-review a .fa.fa-pencil-square:before {
    color: #da9a29; }
  .splashAmericanFootball .stm-single-comment-title .stm-add-review a:hover {
    color: #da9a29; }
  .splashAmericanFootball .stm_post_comments {
    margin-top: 58px; }
    .splashAmericanFootball .stm_post_comments .comments-area h4 {
      font-weight: 400;
      font-size: 30px;
      color: #000000;
      text-align: left;
      background: transparent;
      border-bottom: solid 1px #d8d8d8;
      padding: 0 0 38px 0;
      margin-bottom: 30px; }
    .splashAmericanFootball .stm_post_comments .comments-area .stm-list-duty {
      background: transparent; }
      .splashAmericanFootball .stm_post_comments .comments-area .stm-list-duty li {
        padding-left: 0;
        padding-right: 0;
        border-bottom: 0;
        margin-bottom: 10px; }
        .splashAmericanFootball .stm_post_comments .comments-area .stm-list-duty li .comment-body {
          border-bottom: solid 1px #d8d8d8;
          padding-bottom: 16px; }
          .splashAmericanFootball .stm_post_comments .comments-area .stm-list-duty li .comment-body:last-child {
            border-bottom: solid 1px #d8d8d8;
            padding-bottom: 16px; }
          .splashAmericanFootball .stm_post_comments .comments-area .stm-list-duty li .comment-body .comment-author-image {
            margin-right: 20px; }
          .splashAmericanFootball .stm_post_comments .comments-area .stm-list-duty li .comment-body .vcard {
            position: relative; }
            .splashAmericanFootball .stm_post_comments .comments-area .stm-list-duty li .comment-body .vcard .heading-font {
              font-size: 18px;
              letter-spacing: 0;
              margin-right: 25px; }
            .splashAmericanFootball .stm_post_comments .comments-area .stm-list-duty li .comment-body .vcard .commentmetadata .date {
              text-transform: none;
              font-size: 13px;
              font-weight: 400; }
            .splashAmericanFootball .stm_post_comments .comments-area .stm-list-duty li .comment-body .vcard .reply {
              position: absolute;
              top: 0;
              right: 0; }
              .splashAmericanFootball .stm_post_comments .comments-area .stm-list-duty li .comment-body .vcard .reply a:hover {
                color: #da9a29; }
            .splashAmericanFootball .stm_post_comments .comments-area .stm-list-duty li .comment-body .vcard p {
              margin-top: 14px;
              line-height: 25px; }
        .splashAmericanFootball .stm_post_comments .comments-area .stm-list-duty li .children {
          margin-top: 30px;
          padding-left: 110px; }
    .splashAmericanFootball .stm_post_comments .comments-area .comment-respond {
      background: transparent;
      padding: 0;
      margin-top: 13px; }
      .splashAmericanFootball .stm_post_comments .comments-area .comment-respond h3 {
        font-family: 'Oswald';
        font-weight: 400;
        font-size: 30px;
        color: #000000; }
      .splashAmericanFootball .stm_post_comments .comments-area .comment-respond form {
        background: #f0f0f0;
        padding: 40px; }
        .splashAmericanFootball .stm_post_comments .comments-area .comment-respond form .logged-in-as a {
          color: #06083b; }
        .splashAmericanFootball .stm_post_comments .comments-area .comment-respond form .comment-form-comment {
          display: inline-block;
          width: 47%;
          margin-right: 40px;
          vertical-align: top; }
          .splashAmericanFootball .stm_post_comments .comments-area .comment-respond form .comment-form-comment textarea {
            height: 180px;
            max-height: 180px; }
        .splashAmericanFootball .stm_post_comments .comments-area .comment-respond form .stm-row-comments {
          display: inline-block;
          width: 47%;
          vertical-align: top;
          margin: 0; }
          .splashAmericanFootball .stm_post_comments .comments-area .comment-respond form .stm-row-comments > div {
            width: 100% !important;
            padding: 0; }
            .splashAmericanFootball .stm_post_comments .comments-area .comment-respond form .stm-row-comments > div input {
              height: 50px; }
        .splashAmericanFootball .stm_post_comments .comments-area .comment-respond form .form-submit span {
          margin-top: 0;
          padding: 0 10px; }
          .splashAmericanFootball .stm_post_comments .comments-area .comment-respond form .form-submit span input[type="submit"] {
            background: transparent !important;
            border: 0; }
  .splashAmericanFootball .stm-single-sp_calendar > .container {
    padding: 0; }
  .splashAmericanFootball .stm-single-sp_calendar .sp-post-content .vc_column_container .wpb_content_element {
    margin-bottom: 37px; }
    .splashAmericanFootball .stm-single-sp_calendar .sp-post-content .vc_column_container .wpb_content_element p {
      font-weight: 400;
      font-size: 18px;
      margin-top: 20px;
      color: #404040; }
  .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-caption {
    display: none; }
  .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-wrapper table thead tr th {
    background: #da9a29;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;
    color: #06083b; }
  .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-wrapper table thead tr th:nth-child(1) {
    width: 10%;
    padding: 15px 20px; }
  .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-wrapper table thead tr th:nth-child(2) {
    width: 60%;
    padding: 15px 5px; }
  .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-wrapper table thead tr th:nth-child(3) {
    width: 20%;
    padding: 15px 0 15px 22px; }
  .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-wrapper table thead tr th:nth-child(4) {
    width: 10%;
    padding: 15px 0 15px 20px; }
  .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-wrapper table tbody tr:last-child td {
    border-bottom: 0; }
  .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-wrapper table tbody tr td {
    background: transparent;
    border-bottom: solid 1px #d8d8d8; }
  .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-wrapper table tbody tr .data-date {
    padding: 10px 0 7px 0; }
    .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-wrapper table tbody tr .data-date .stm-date-event-wrapp {
      display: inline-block;
      overflow: hidden;
      padding: 13px 21px 8px;
      background: #06083b;
      text-align: center;
      width: auto; }
      .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-wrapper table tbody tr .data-date .stm-date-event-wrapp .stm-top {
        font-weight: 400;
        font-size: 24px;
        color: #fff;
        margin-bottom: 1px; }
      .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-wrapper table tbody tr .data-date .stm-date-event-wrapp .stm-middle {
        font-weight: 400;
        font-size: 16px;
        color: #fff; }
  .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-wrapper table tbody tr .data-event {
    padding: 7px 20px 7px 5px; }
    .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-wrapper table tbody tr .data-event a {
      display: block;
      overflow: hidden;
      text-align: center;
      font-weight: 700;
      font-size: 18px;
      text-transform: uppercase;
      line-height: 45px;
      color: #06083b; }
      .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-wrapper table tbody tr .data-event a:hover {
        color: #06083b; }
      .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-wrapper table tbody tr .data-event a img:nth-child(1) {
        display: inline-block;
        float: left;
        min-width: 50px;
        margin-right: 20px; }
      .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-wrapper table tbody tr .data-event a img:nth-child(2) {
        display: inline-block;
        float: right;
        min-width: 50px;
        margin-left: 20px; }
      .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-wrapper table tbody tr .data-event a span {
        color: #da9a29; }
  .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-wrapper table tbody tr .data-time {
    padding: 4px 0 7px;
    font-weight: 400;
    font-size: 16px;
    color: #404040;
    text-align: center;
    text-transform: uppercase; }
    .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-wrapper table tbody tr .data-time a {
      color: #404040; }
      .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-wrapper table tbody tr .data-time a:hover {
        color: #404040; }
  .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-wrapper table tbody tr .data-article {
    text-align: right;
    padding-right: 20px; }
    .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-wrapper table tbody tr .data-article a {
      font-weight: 700;
      font-size: 14px;
      color: #06083b;
      text-transform: uppercase;
      text-align: right;
      letter-spacing: 0.6px; }
      .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-wrapper table tbody tr .data-article a i {
        vertical-align: top;
        margin-top: 4px;
        margin-left: 5px; }
      .splashAmericanFootball .stm-single-sp_calendar .stm-af-template-event-list .sp-table-wrapper table tbody tr .data-article a:hover {
        color: #da9a29; }
  .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list {
    margin-bottom: 30px; }
    .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      overflow: hidden;
      background: #040526;
      margin: 0;
      min-height: 130px; }
      .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-team-logo {
        width: 30%;
        padding: 0;
        max-height: 130px;
        height: 130px; }
      .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .left .stm-team-l-h-wrapp {
        display: block;
        max-width: 215px;
        position: relative;
        padding-top: 7px; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .left .stm-team-l-h-wrapp .stm-team-helm {
          display: block;
          position: absolute;
          top: 50%;
          left: -6%;
          max-width: 158px;
          margin-top: -2%; }
          .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .left .stm-team-l-h-wrapp .stm-team-helm .team-logo {
            position: absolute;
            max-width: 55px;
            top: 25px;
            left: 20px;
            z-index: 10; }
      .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .right .stm-team-l-h-wrapp {
        display: block;
        max-width: 215px;
        position: relative;
        padding-top: 7px; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .right .stm-team-l-h-wrapp .stm-team-helm {
          display: block;
          position: absolute;
          top: 50%;
          right: -6%;
          max-width: 158px;
          margin-top: -2%; }
          .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .right .stm-team-l-h-wrapp .stm-team-helm .team-logo {
            position: absolute;
            max-width: 55px;
            top: 25px;
            right: 20px;
            z-index: 10; }
          .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .right .stm-team-l-h-wrapp .stm-team-helm > img {
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            -webkit-filter: FlipH;
                    filter: FlipH;
            -ms-filter: "FlipH"; }
      .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info {
        width: 100%;
        padding: 30px 0 6px; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-title-team {
          display: inline-block;
          text-align: right;
          vertical-align: top;
          margin-top: 12px;
          max-width: 30%; }
          .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-title-team .stm-team-city {
            display: block;
            font-weight: 700;
            font-size: 14px;
            color: #da9a29;
            text-transform: uppercase;
            line-height: 16px;
            margin-bottom: 5px;
            letter-spacing: 0.6px; }
          .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-title-team .stm-team-name {
            display: block;
            font-weight: 400;
            font-size: 30px;
            color: #fff;
            text-transform: uppercase;
            line-height: 30px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .opponent {
          text-align: left; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer {
          display: inline-block;
          overflow: hidden; }
          .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result {
            display: block;
            position: relative;
            overflow: hidden;
            margin: 0; }
            .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-win-label, .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-lose-label {
              width: auto;
              min-width: inherit;
              padding: 0;
              font-weight: 400;
              font-size: 13px;
              background: transparent;
              margin-top: 3px; }
            .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-win-label {
              color: #da9a29; }
            .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-lose-label {
              color: #999999; }
            .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-win {
              display: block;
              overflow: hidden;
              width: 100%;
              background: #da9a29;
              text-align: center;
              color: #fff;
              padding: 7px 0;
              font-weight: 700;
              font-size: 42px; }
            .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-lose {
              display: block;
              overflow: hidden;
              width: 100%;
              background: #999999;
              text-align: center;
              color: #fff;
              padding: 7px 0;
              font-weight: 700;
              font-size: 42px; }
            .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-res-left {
              display: block;
              margin-right: 5px;
              width: 77px;
              text-align: center;
              float: left; }
            .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-res-right {
              display: block;
              margin-left: 5px;
              width: 77px;
              text-align: center;
              float: right; }
    .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-event-list-top {
      display: block;
      text-align: center;
      padding: 6px 0 10px;
      background: #43445c;
      opacity: 1;
      position: relative; }
      .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-event-list-top .time, .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-event-list-top .stm-future-event-list-time {
        display: inline-block;
        overflow: hidden;
        float: inherit;
        font-weight: 400;
        font-size: 14px;
        text-transform: none;
        color: #fff;
        vertical-align: middle;
        line-height: 17px;
        opacity: 1; }
      .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-event-list-top .stm-future-event-list-time {
        line-height: 17px; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-event-list-top .stm-future-event-list-time .time {
          line-height: 15px; }
      .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-event-list-top .venue {
        display: inline-block;
        overflow: hidden;
        float: inherit;
        font-weight: 400;
        font-size: 14px;
        text-transform: none;
        color: #da9a29;
        vertical-align: middle;
        padding-left: 15px;
        margin-left: 13px;
        border-left: solid 1px rgba(255, 255, 255, 0.3);
        line-height: 17px;
        opacity: 1; }
      .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-event-list-top .stm-link-wrapp {
        display: block;
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-event-list-top .stm-link-wrapp a {
          display: block;
          font-weight: 700;
          font-size: 14px;
          text-transform: uppercase;
          color: #fff;
          letter-spacing: 0.6px;
          text-decoration: none;
          height: 100%;
          padding: 10px 10px 9px;
          border: 0;
          margin: 0; }
          .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-event-list-top .stm-link-wrapp a i {
            font-size: 13px;
            margin-right: 10px;
            font-weight: 300 !important; }
            .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-event-list-top .stm-link-wrapp a i.stm-icon-ico_camera:before {
              content: '\e904';
              font-family: 'stm-splash-icons';
              font-weight: 300 !important; }
  .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .sp-stm-template-event-blocks-publish .stm-single-block-unit {
    background: #f0f0f0; }
    .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .sp-stm-template-event-blocks-publish .stm-single-block-unit .stm-teams-info .stm-title-team .stm-team-name {
      color: #06083b; }
  .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .sp-stm-template-event-blocks-future .stm-single-block-unit .stm-teams-info {
    padding: 30px 0 42px; }
    .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .sp-stm-template-event-blocks-future .stm-single-block-unit .stm-teams-info .stm-title-team {
      width: 39%;
      margin-top: 8px;
      max-width: 40%; }
    .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .sp-stm-template-event-blocks-future .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result {
      background: #da9a29;
      padding: 10px 18px 10px 19px;
      color: #fff;
      font-weight: 400;
      font-size: 38px; }
  .splashAmericanFootball .sp_event .stm-single-sp_event > .container {
    padding: 0; }
  .splashAmericanFootball .sp_event .stm-single-sp_event .stm-title-box-unit .stm-page-title {
    display: none; }
  .splashAmericanFootball .sp_event .stm-single-sp_event h4 {
    font-size: 30px; }
  .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units {
    display: block;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 20px; }
    .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit {
      display: block;
      width: 100%;
      position: relative;
      opacity: 1;
      background: transparent;
      margin-bottom: 26px; }
      .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-time {
        display: none; }
      .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta {
        min-height: 175px;
        padding: 0; }
        .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units {
          display: block;
          overflow: hidden;
          width: 100%;
          padding: 0; }
          .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents {
            display: block;
            width: 100%;
            overflow: hidden;
            text-align: center;
            background: #f0f0f0; }
            .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info {
              display: inline-block;
              width: 60%;
              padding: 30px 0 0;
              text-align: center; }
              .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-left {
                display: inline-block;
                overflow: hidden;
                vertical-align: top;
                margin-top: 8px;
                text-align: right; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-left .stm-team-city {
                  display: block;
                  font-weight: 400;
                  font-size: 14px;
                  letter-spacing: 0.6px;
                  text-transform: uppercase;
                  color: #da9a29;
                  margin-bottom: 3px; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-left h4 a {
                  font-size: 28px;
                  color: #06083b;
                  text-decoration: none; }
              .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-right {
                display: inline-block;
                overflow: hidden;
                vertical-align: top;
                margin-top: 8px;
                text-align: left; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-right .stm-team-city {
                  display: block;
                  font-weight: 400;
                  font-size: 14px;
                  text-transform: uppercase;
                  color: #da9a29;
                  margin-bottom: 3px;
                  letter-spacing: 0.6px; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-right h4 a {
                  font-size: 28px;
                  color: #06083b;
                  text-decoration: none; }
              .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer {
                display: inline-block;
                overflow: hidden;
                margin: 0 10px; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  display: -webkit-flex;
                  position: relative;
                  overflow: hidden;
                  margin: 0; }
                  .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-win-label, .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-lose-label {
                    width: auto;
                    min-width: inherit;
                    padding: 0;
                    font-weight: 400;
                    font-size: 13px;
                    background: transparent;
                    margin-top: 3px; }
                  .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-win-label {
                    color: #da9a29;
                    text-transform: uppercase; }
                  .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-lose-label {
                    color: #999999;
                    text-transform: uppercase; }
                  .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-win {
                    display: block;
                    overflow: hidden;
                    width: 100%;
                    background: #da9a29;
                    text-align: center;
                    color: #fff;
                    padding: 25px 0;
                    font-weight: 700;
                    font-size: 42px; }
                  .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-lose {
                    display: block;
                    overflow: hidden;
                    width: 100%;
                    background: #999999;
                    text-align: center;
                    color: #fff;
                    padding: 25px 0;
                    font-weight: 700;
                    font-size: 42px; }
                  .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-res-left {
                    display: block;
                    margin-right: 5px;
                    width: 77px;
                    text-align: center;
                    float: left; }
                  .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-res-right {
                    display: block;
                    margin-left: 5px;
                    width: 77px;
                    text-align: center;
                    float: right; }
            .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command {
              display: inline-block;
              text-align: left;
              width: 20%;
              padding: 0;
              vertical-align: top; }
              .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command .stm-command-logo {
                display: inline-block;
                width: 100%;
                max-width: 100%;
                padding: 0;
                height: 135px;
                margin: 0 !important;
                vertical-align: middle;
                position: relative;
                left: -11px;
                top: 0; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command .stm-command-logo img:nth-child(1) {
                  display: block;
                  max-width: 158px; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command .stm-command-logo img:nth-child(2) {
                  position: absolute;
                  max-width: 55px;
                  top: 25px;
                  left: 20px;
                  z-index: 10; }
            .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command-right {
              text-align: right; }
              .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command-right .stm-command-logo {
                left: inherit;
                right: -10px; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command-right .stm-command-logo a img:nth-child(1) {
                  -webkit-transform: scaleX(-1);
                  transform: scaleX(-1);
                  -webkit-filter: FlipH;
                          filter: FlipH;
                  -ms-filter: "FlipH"; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command-right .stm-command-logo a img:nth-child(2) {
                  position: absolute;
                  max-width: 55px;
                  top: 25px;
                  right: 25px;
                  z-index: 10;
                  left: inherit; }
            .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command-vs span {
              width: 56px;
              height: 56px;
              font-family: 'Oswald';
              font-weight: 400;
              font-size: 22px;
              background: #da9a29;
              line-height: 58px; }
          .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm_event_future {
            background: #06083b; }
            .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm_event_future .stm-teams-info {
              display: inline-block;
              width: 60%;
              padding: 30px 0 0;
              text-align: center; }
              .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm_event_future .stm-teams-info .stm-command-title-left {
                display: inline-block;
                overflow: hidden;
                vertical-align: top;
                margin-top: 8px;
                text-align: right; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm_event_future .stm-teams-info .stm-command-title-left .stm-team-city {
                  display: block;
                  font-weight: 400;
                  font-size: 14px;
                  text-transform: uppercase;
                  color: #da9a29;
                  margin-bottom: 3px; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm_event_future .stm-teams-info .stm-command-title-left h4 a {
                  font-size: 28px;
                  color: #fff; }
              .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm_event_future .stm-teams-info .stm-command-title-right {
                display: inline-block;
                overflow: hidden;
                vertical-align: top;
                margin-top: 8px;
                text-align: left; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm_event_future .stm-teams-info .stm-command-title-right .stm-team-city {
                  display: block;
                  font-weight: 400;
                  font-size: 14px;
                  text-transform: uppercase;
                  color: #da9a29;
                  margin-bottom: 3px; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm_event_future .stm-teams-info .stm-command-title-right h4 a {
                  font-size: 28px;
                  color: #fff; }
              .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm_event_future .stm-teams-info .stm-team-results-outer {
                display: inline-block;
                overflow: hidden;
                margin: 0 10px; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm_event_future .stm-teams-info .stm-team-results-outer .stm-latest-result_result {
                  display: block;
                  position: relative;
                  overflow: hidden;
                  margin: 0;
                  background: #da9a29;
                  padding: 5px 14px;
                  color: #fff;
                  font-weight: 400;
                  font-size: 36px;
                  padding: 20px 15px;
                  margin: 0 20px; }
        .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp {
          display: block;
          overflow: hidden;
          background: #44455b;
          text-align: center;
          padding: 7px 0 7px 0; }
          .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp .stm-next-match-info {
            display: inline-block;
            overflow: hidden;
            text-align: left;
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 400;
            color: #fff;
            text-transform: none;
            line-height: 15px;
            vertical-align: middle;
            letter-spacing: 0; }
          .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp .stm-next-match-venue {
            display: inline-block;
            overflow: hidden;
            font-size: 14px;
            font-weight: 700;
            text-transform: none;
            color: #da9a29;
            vertical-align: middle;
            border-left: solid 1px rgba(255, 255, 255, 0.5);
            margin-left: 10px;
            padding-left: 10px;
            line-height: 15px; }
  .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units {
    display: block;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 20px; }
    .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit {
      display: block;
      width: 100%;
      position: relative;
      opacity: 1;
      background: transparent;
      margin-bottom: 26px; }
      .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-time {
        display: none; }
      .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta {
        min-height: 175px;
        padding: 0; }
        .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units {
          display: block;
          overflow: hidden;
          width: 100%;
          padding: 0; }
          .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents {
            display: block;
            width: 100%;
            overflow: hidden;
            text-align: center;
            background: #f0f0f0; }
            .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info {
              display: inline-block;
              width: 60%;
              padding: 30px 0 0;
              text-align: center; }
              .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-left {
                display: inline-block;
                overflow: hidden;
                vertical-align: top;
                margin-top: 8px;
                text-align: right; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-left .stm-team-city {
                  display: block;
                  font-weight: 400;
                  font-size: 14px;
                  letter-spacing: 0.6px;
                  text-transform: uppercase;
                  color: #da9a29;
                  margin-bottom: 3px; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-left h4 a {
                  font-size: 28px;
                  color: #06083b;
                  text-decoration: none; }
              .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-right {
                display: inline-block;
                overflow: hidden;
                vertical-align: top;
                margin-top: 8px;
                text-align: left; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-right .stm-team-city {
                  display: block;
                  font-weight: 400;
                  font-size: 14px;
                  text-transform: uppercase;
                  color: #da9a29;
                  margin-bottom: 3px;
                  letter-spacing: 0.6px; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-right h4 a {
                  font-size: 28px;
                  color: #06083b;
                  text-decoration: none; }
              .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer {
                display: inline-block;
                overflow: hidden;
                margin: 0 10px; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  display: -webkit-flex;
                  position: relative;
                  overflow: hidden;
                  margin: 0; }
                  .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-win-label, .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-lose-label {
                    width: auto;
                    min-width: inherit;
                    padding: 0;
                    font-weight: 400;
                    font-size: 13px;
                    background: transparent;
                    margin-top: 3px; }
                  .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-win-label {
                    color: #da9a29;
                    text-transform: uppercase; }
                  .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-lose-label {
                    color: #999999;
                    text-transform: uppercase; }
                  .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-win {
                    display: block;
                    overflow: hidden;
                    width: 100%;
                    background: #da9a29;
                    text-align: center;
                    color: #fff;
                    padding: 25px 0;
                    font-weight: 700;
                    font-size: 42px; }
                  .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-lose {
                    display: block;
                    overflow: hidden;
                    width: 100%;
                    background: #999999;
                    text-align: center;
                    color: #fff;
                    padding: 25px 0;
                    font-weight: 700;
                    font-size: 42px; }
                  .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-res-left {
                    display: block;
                    margin-right: 5px;
                    width: 77px;
                    text-align: center;
                    float: left; }
                  .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-res-right {
                    display: block;
                    margin-left: 5px;
                    width: 77px;
                    text-align: center;
                    float: right; }
            .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command {
              display: inline-block;
              text-align: left;
              width: 20%;
              height: 100%;
              padding: 0;
              vertical-align: top; }
              .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command .stm-command-logo {
                display: inline-block;
                width: 100%;
                max-width: 100%;
                padding: 0;
                height: 135px;
                margin: 0 !important;
                vertical-align: middle;
                position: relative;
                left: -11px;
                top: 0; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command .stm-command-logo img:nth-child(1) {
                  display: block;
                  max-width: 158px; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command .stm-command-logo img:nth-child(2) {
                  position: absolute;
                  max-width: 55px;
                  top: 25px;
                  left: 20px;
                  z-index: 10; }
            .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command-right {
              text-align: right; }
              .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command-right .stm-command-logo {
                left: inherit;
                right: -10px; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command-right .stm-command-logo a img:nth-child(1) {
                  -webkit-transform: scaleX(-1);
                  transform: scaleX(-1);
                  -webkit-filter: FlipH;
                          filter: FlipH;
                  -ms-filter: "FlipH"; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command-right .stm-command-logo a img:nth-child(2) {
                  position: absolute;
                  max-width: 55px;
                  top: 25px;
                  right: 25px;
                  z-index: 10;
                  left: inherit; }
            .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command-vs span {
              width: 56px;
              height: 56px;
              font-family: 'Oswald';
              font-weight: 400;
              font-size: 22px;
              background: #da9a29;
              line-height: 58px; }
          .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm_event_future {
            background: #06083b; }
            .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm_event_future .stm-teams-info {
              display: inline-block;
              width: 60%;
              padding: 30px 0 0;
              text-align: center; }
              .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm_event_future .stm-teams-info .stm-command-title-left {
                display: inline-block;
                overflow: hidden;
                vertical-align: top;
                margin-top: 8px;
                text-align: right; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm_event_future .stm-teams-info .stm-command-title-left .stm-team-city {
                  display: block;
                  font-weight: 400;
                  font-size: 14px;
                  text-transform: uppercase;
                  color: #da9a29;
                  margin-bottom: 3px; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm_event_future .stm-teams-info .stm-command-title-left h4 a {
                  font-size: 28px;
                  color: #fff; }
              .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm_event_future .stm-teams-info .stm-command-title-right {
                display: inline-block;
                overflow: hidden;
                vertical-align: top;
                margin-top: 8px;
                text-align: left; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm_event_future .stm-teams-info .stm-command-title-right .stm-team-city {
                  display: block;
                  font-weight: 400;
                  font-size: 14px;
                  text-transform: uppercase;
                  color: #da9a29;
                  margin-bottom: 3px; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm_event_future .stm-teams-info .stm-command-title-right h4 a {
                  font-size: 28px;
                  color: #fff; }
              .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm_event_future .stm-teams-info .stm-team-results-outer {
                display: inline-block;
                overflow: hidden;
                margin: 0 10px; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm_event_future .stm-teams-info .stm-team-results-outer .stm-latest-result_result {
                  display: block;
                  position: relative;
                  overflow: hidden;
                  margin: 0;
                  background: #da9a29;
                  padding: 5px 14px;
                  color: #fff;
                  font-weight: 400;
                  font-size: 36px;
                  padding: 20px 15px;
                  margin: 0 20px; }
        .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp {
          display: block;
          overflow: hidden;
          background: #44455b;
          text-align: center;
          padding: 7px 0 7px 0; }
          .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp .stm-next-match-info {
            display: inline-block;
            overflow: hidden;
            text-align: left;
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 400;
            color: #fff;
            text-transform: none;
            line-height: 15px;
            vertical-align: middle;
            letter-spacing: 0; }
          .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp .stm-next-match-venue {
            display: inline-block;
            overflow: hidden;
            font-size: 14px;
            font-weight: 700;
            text-transform: none;
            color: #da9a29;
            vertical-align: middle;
            border-left: solid 1px rgba(255, 255, 255, 0.5);
            margin-left: 10px;
            padding-left: 10px;
            line-height: 15px; }
  .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content .sp-table-caption {
    margin-bottom: 28px; }
  .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content table {
    border-collapse: collapse; }
    .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content table thead tr th {
      background-color: #da9a29;
      font-family: 'Roboto';
      font-weight: 600;
      font-size: 16px;
      color: #06083b;
      padding: 15px 0 15px 25px; }
    .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content table tbody tr.odd td, .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content table tfoot tr.odd td {
      background: #f0f0f0; }
    .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content table tbody tr td, .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content table tfoot tr td {
      font-family: 'Roboto';
      font-weight: 400;
      font-size: 16px;
      color: #404040;
      border: 0;
      padding: 18px 5px 18px 25px; }
  .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-content {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-top: 10px; }
    .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-content p {
      margin: 20px 0 0;
      line-height: 30px; }
  .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-video {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    margin-left: 30px;
    margin-top: 10px; }
    .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-video .sp-event-video iframe {
      max-height: 250px; }
  .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-details {
    margin-top: 4px;
    margin-bottom: 10px; }
    .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-details table th {
      text-align: left; }
    .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-details table td {
      text-transform: none; }
  .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-venue {
    margin-top: 28px;
    margin-bottom: 41px; }
    .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-venue .sp-table-caption {
      margin-bottom: 18px; }
    .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-venue .sp-event-venue-address-row {
      font-family: 'Roboto';
      font-weight: 400;
      font-size: 16px;
      color: #404040; }
      .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-venue .sp-event-venue-address-row .stm-icon-pin {
        color: #da9a29;
        opacity: 1; }
        .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-venue .sp-event-venue-address-row .stm-icon-pin:before {
          content: "\e913"; }
      .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-venue .sp-event-venue-address-row td {
        padding: 6px 0 13px !important; }
  .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-results table th {
    text-align: left; }
  .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-results table td:first-child {
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 16px;
    color: #404040; }
  .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-performance table th {
    padding: 15px 10px !important; }
    .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-performance table th:nth-child(2) {
      padding-right: 50px !important; }
  .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-performance table td {
    padding: 15px 10px !important; }
    .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-performance table td:first-child {
      font-family: 'Oswald';
      font-weight: 400;
      font-size: 16px;
      color: #808080; }
    .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-performance table td:nth-child(2) {
      font-family: 'Oswald';
      font-weight: 400;
      font-size: 16px;
      color: #404040; }
  .splashAmericanFootball .stm-single-sp_table-league > .container {
    padding: 0; }
  .splashAmericanFootball .stm-single-sp_table-league h2 {
    margin-bottom: 45px; }
  .splashAmericanFootball .stm-single-sp_table-league .sp-template-league-table table thead th {
    background: #da9a29;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 16px;
    color: #06083b;
    padding: 15px 10px 15px; }
  .splashAmericanFootball .stm-single-sp_table-league .sp-template-league-table table tbody tr.odd td {
    background-color: #fff !important; }
  .splashAmericanFootball .stm-single-sp_table-league .sp-template-league-table table tbody tr.even td {
    background-color: #f0f0f0 !important; }
  .splashAmericanFootball .stm-single-sp_table-league .sp-template-league-table table tbody tr td {
    border: 0;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 18px;
    color: #404040;
    padding: 26px 10px; }
    .splashAmericanFootball .stm-single-sp_table-league .sp-template-league-table table tbody tr td.data-rank {
      font-family: 'Oswald';
      opacity: 1;
      font-weight: 400;
      color: #808080; }
    .splashAmericanFootball .stm-single-sp_table-league .sp-template-league-table table tbody tr td.data-name {
      font-family: 'Oswald';
      font-weight: 600; }
      .splashAmericanFootball .stm-single-sp_table-league .sp-template-league-table table tbody tr td.data-name .team-logo {
        display: inline-block;
        overflow: hidden;
        max-width: 54px;
        margin-right: 20px !important;
        vertical-align: middle; }
  .splashAmericanFootball .type-sp_team .stm-title-box-unit {
    padding-bottom: 22px !important; }
  .splashAmericanFootball .type-sp_team .sp-team-logo {
    display: none; }
  .splashAmericanFootball .type-sp_team .sp-section-content-content p {
    font-weight: 400;
    font-size: 18px;
    color: #404040; }
    .splashAmericanFootball .type-sp_team .sp-section-content-content p em {
      font-style: normal; }
  .splashAmericanFootball .type-sp_team .stm-single-sp_team .sp-table-caption {
    display: none; }
  .splashAmericanFootball .type-sp_team .stm-single-sp_team .stm-team-staff-list {
    background: transparent; }
    .splashAmericanFootball .type-sp_team .stm-single-sp_team .stm-team-staff-list .stm-team-staff-list-inner {
      background: transparent;
      padding: 0;
      margin-bottom: 30px; }
      .splashAmericanFootball .type-sp_team .stm-single-sp_team .stm-team-staff-list .stm-team-staff-list-inner .stm-single-staff {
        display: block;
        overflow: hidden;
        width: 100%;
        margin-bottom: 35px; }
        .splashAmericanFootball .type-sp_team .stm-single-sp_team .stm-team-staff-list .stm-team-staff-list-inner .stm-single-staff .inner .sp-staff-name {
          display: block;
          overflow: hidden;
          width: 100%;
          font-family: 'Oswald';
          font-weight: 400;
          font-size: 24px;
          color: #000000;
          margin-bottom: 27px;
          letter-spacing: 0; }
        .splashAmericanFootball .type-sp_team .stm-single-sp_team .stm-team-staff-list .stm-team-staff-list-inner .stm-single-staff .inner .stm-staff-info-wrapp .stm-staff-img-wrapp {
          display: block;
          overflow: hidden;
          width: 100%; }
        .splashAmericanFootball .type-sp_team .stm-single-sp_team .stm-team-staff-list .stm-team-staff-list-inner .stm-single-staff .inner .stm-staff-info-wrapp .stm-staff-info {
          display: block;
          overflow: hidden;
          width: 100%; }
          .splashAmericanFootball .type-sp_team .stm-single-sp_team .stm-team-staff-list .stm-team-staff-list-inner .stm-single-staff .inner .stm-staff-info-wrapp .stm-staff-info .stm-staff-role {
            display: block;
            overflow: hidden;
            border-bottom: solid 1px #d8d8d8;
            padding-bottom: 19px;
            font-family: 'Oswald';
            font-weight: 300 !important;
            font-size: 16px;
            text-transform: uppercase;
            color: #06083b;
            line-height: 15px;
            letter-spacing: 1.5px; }
          .splashAmericanFootball .type-sp_team .stm-single-sp_team .stm-team-staff-list .stm-team-staff-list-inner .stm-single-staff .inner .stm-staff-info-wrapp .stm-staff-info table {
            margin-top: 10px; }
            .splashAmericanFootball .type-sp_team .stm-single-sp_team .stm-team-staff-list .stm-team-staff-list-inner .stm-single-staff .inner .stm-staff-info-wrapp .stm-staff-info table tr td {
              border: 0;
              padding: 8px 0;
              text-align: left;
              background: transparent !important; }
              .splashAmericanFootball .type-sp_team .stm-single-sp_team .stm-team-staff-list .stm-team-staff-list-inner .stm-single-staff .inner .stm-staff-info-wrapp .stm-staff-info table tr td:first-child {
                font-family: 'Roboto';
                font-weight: 400;
                font-size: 13px;
                color: #6f6d6e;
                text-transform: uppercase;
                letter-spacing: 0.5px;
                width: 20%; }
              .splashAmericanFootball .type-sp_team .stm-single-sp_team .stm-team-staff-list .stm-team-staff-list-inner .stm-single-staff .inner .stm-staff-info-wrapp .stm-staff-info table tr td:last-child {
                font-weight: 400;
                font-size: 16px;
                color: #000000; }
              .splashAmericanFootball .type-sp_team .stm-single-sp_team .stm-team-staff-list .stm-team-staff-list-inner .stm-single-staff .inner .stm-staff-info-wrapp .stm-staff-info table tr td .nationality {
                font-weight: 400;
                font-size: 16px;
                color: #000000; }
                .splashAmericanFootball .type-sp_team .stm-single-sp_team .stm-team-staff-list .stm-team-staff-list-inner .stm-single-staff .inner .stm-staff-info-wrapp .stm-staff-info table tr td .nationality img {
                  display: none;
                  margin-top: -3px;
                  margin-right: 10px; }
  .splashAmericanFootball .type-sp_team .sp-section-content-lists .stm-players-inline .sp-table-caption {
    font-weight: 400;
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 35px;
    text-align: left; }
  .splashAmericanFootball .type-sp_team .sp-section-content-lists .stm-players-inline table tbody tr:nth-child(odd) td {
    background: #f0f0f0; }
  .splashAmericanFootball .type-sp_team .sp-section-content-lists .stm-players-inline table tbody tr td {
    font-weight: 400;
    font-size: 16px;
    color: #404040;
    border: 0;
    text-align: left; }
    .splashAmericanFootball .type-sp_team .sp-section-content-lists .stm-players-inline table tbody tr td:nth-child(1) {
      text-align: center;
      color: #808080 !important;
      font-weight: 400 !important; }
    .splashAmericanFootball .type-sp_team .sp-section-content-lists .stm-players-inline table tbody tr td:nth-child(1), .splashAmericanFootball .type-sp_team .sp-section-content-lists .stm-players-inline table tbody tr td a {
      font-weight: 700;
      font-size: 16px;
      color: #404040;
      text-transform: uppercase; }
  .splashAmericanFootball .type-sp_team .stm-players-inline .sp-table-caption {
    font-weight: 400;
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 35px;
    text-align: left; }
  .splashAmericanFootball .type-sp_team .stm-players-inline table tbody tr:nth-child(odd) td {
    background: #f0f0f0; }
  .splashAmericanFootball .type-sp_team .stm-players-inline table tbody tr td {
    font-weight: 400;
    font-size: 16px;
    color: #404040;
    border: 0;
    text-align: left; }
    .splashAmericanFootball .type-sp_team .stm-players-inline table tbody tr td:nth-child(1) {
      text-align: center;
      color: #808080 !important;
      font-weight: 400 !important; }
    .splashAmericanFootball .type-sp_team .stm-players-inline table tbody tr td:nth-child(1), .splashAmericanFootball .type-sp_team .stm-players-inline table tbody tr td a {
      font-weight: 700;
      font-size: 16px;
      color: #404040;
      text-transform: uppercase; }
  .splashAmericanFootball .type-sp_team .sp-section-content-tables {
    margin-top: 30px; }
    .splashAmericanFootball .type-sp_team .sp-section-content-tables .sp-template-league-table .sp-table-caption {
      font-size: 36px;
      margin-bottom: 35px; }
    .splashAmericanFootball .type-sp_team .sp-section-content-tables .sp-template-league-table table thead th {
      background: #da9a29;
      font-family: 'Roboto';
      font-weight: 600;
      font-size: 16px;
      color: #06083b;
      padding: 15px 10px 15px; }
    .splashAmericanFootball .type-sp_team .sp-section-content-tables .sp-template-league-table table tbody tr.odd td {
      background-color: #fff !important; }
    .splashAmericanFootball .type-sp_team .sp-section-content-tables .sp-template-league-table table tbody tr.even td {
      background-color: #f0f0f0 !important; }
    .splashAmericanFootball .type-sp_team .sp-section-content-tables .sp-template-league-table table tbody tr td {
      border: 0;
      font-family: 'Roboto';
      font-weight: 400;
      font-size: 18px;
      color: #404040;
      padding: 17px 10px; }
      .splashAmericanFootball .type-sp_team .sp-section-content-tables .sp-template-league-table table tbody tr td.data-rank {
        font-family: 'Oswald';
        opacity: 1; }
      .splashAmericanFootball .type-sp_team .sp-section-content-tables .sp-template-league-table table tbody tr td.data-name {
        font-family: 'Oswald';
        font-weight: 600; }
        .splashAmericanFootball .type-sp_team .sp-section-content-tables .sp-template-league-table table tbody tr td.data-name .team-logo {
          display: inline-block;
          overflow: hidden;
          max-width: 54px;
          margin-right: 20px !important;
          vertical-align: middle; }
  .splashAmericanFootball .stm-single-sp_player > .container {
    padding: 0; }
  .splashAmericanFootball .stm-single-sp_player .stm-title-box-unit {
    margin-bottom: 20px; }
    .splashAmericanFootball .stm-single-sp_player .stm-title-box-unit h2 {
      line-height: 52px; }
  .splashAmericanFootball .stm-single-sp_player .sp-template-player-photo {
    display: block;
    overflow: hidden;
    float: left;
    width: 54%; }
    .splashAmericanFootball .stm-single-sp_player .sp-template-player-photo .sp-template-photo {
      margin: 0; }
  .splashAmericanFootball .stm-single-sp_player .sp-section-content-photo {
    display: block;
    overflow: hidden;
    float: left;
    width: 54%; }
    .splashAmericanFootball .stm-single-sp_player .sp-section-content-photo .sp-template-player-photo {
      width: 100% !important; }
      .splashAmericanFootball .stm-single-sp_player .sp-section-content-photo .sp-template-player-photo .sp-template-photo {
        margin: 0; }
  .splashAmericanFootball .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details {
    display: block;
    overflow: hidden;
    float: right;
    width: 41%;
    padding: 8px 0 0 5px; }
    .splashAmericanFootball .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .stm-player-position-number-wrapp {
      display: block;
      overflow: hidden;
      border-top: solid 1px #d8d8d8;
      padding: 13px 0;
      margin-bottom: 14px; }
      .splashAmericanFootball .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .stm-player-position-number-wrapp .stm-player-number {
        display: inline-block;
        overflow: hidden;
        font-weight: 400;
        font-size: 30px;
        line-height: 30px;
        color: #06083b;
        vertical-align: middle;
        margin-right: 10px; }
      .splashAmericanFootball .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .stm-player-position-number-wrapp .stm-player-position {
        display: inline-block;
        overflow: hidden;
        font-weight: 300;
        font-size: 16px;
        color: #06083b;
        vertical-align: middle;
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: 1; }
    .splashAmericanFootball .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info {
      display: block;
      overflow: hidden;
      width: 100%;
      padding: 8px 10px 2px;
      line-height: 26px; }
      .splashAmericanFootball .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info:nth-child(odd) {
        background: #f0f0f0; }
      .splashAmericanFootball .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-label.normal_font {
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 13px;
        color: #404040;
        text-transform: uppercase;
        vertical-align: top;
        line-height: 26px;
        min-width: 115px; }
      .splashAmericanFootball .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-value {
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 16px;
        color: #404040;
        max-width: 64%;
        vertical-align: top; }
        .splashAmericanFootball .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-value img {
          display: none; }
  .splashAmericanFootball .stm-single-sp_player .sp-section-content-details {
    display: block;
    overflow: hidden;
    float: right;
    width: 41%;
    padding: 8px 0 0 5px; }
    .splashAmericanFootball .stm-single-sp_player .sp-section-content-details .sp-template.sp-template-player-details.sp-template-details {
      width: 100%; }
  .splashAmericanFootball .stm-single-sp_player .sp-section-content-excerpt, .splashAmericanFootball .stm-single-sp_player .sp-excerpt {
    display: none;
    clear: both;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    color: #404040; }
  .splashAmericanFootball .stm-single-sp_player .sp-section-content-content {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #404040; }
    .splashAmericanFootball .stm-single-sp_player .sp-section-content-content h3 {
      margin-bottom: 25px; }
  .splashAmericanFootball .stm-single-sp_player .sp-template-player-statistics table th {
    font-weight: 500;
    font-size: 14px; }
  .splashAmericanFootball .stm-single-sp_player .sp-template-player-statistics table th, .splashAmericanFootball .stm-single-sp_player .sp-template-player-statistics table td {
    padding-left: 10px; }
  .splashAmericanFootball .stm-single-sp_player .stm-player-ids {
    display: none; }
  .splashAmericanFootball .player-socials li a {
    background-color: #43445c; }
    .splashAmericanFootball .player-socials li a:hover {
      background-color: #06083b; }
  .splashAmericanFootball .stm-price-plan-unit .stm-price-plan {
    border-radius: 0;
    box-shadow: none;
    border: solid 1px #d8d8d8; }
    .splashAmericanFootball .stm-price-plan-unit .stm-price-plan header {
      border-radius: 0;
      margin: -1px;
      background: #da9a29;
      padding: 27px 0; }
      .splashAmericanFootball .stm-price-plan-unit .stm-price-plan header .title {
        font-family: 'Roboto';
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        margin: 10px 0; }
      .splashAmericanFootball .stm-price-plan-unit .stm-price-plan header .price {
        font-family: 'Oswald';
        font-weight: 600;
        font-size: 42px; }
      .splashAmericanFootball .stm-price-plan-unit .stm-price-plan header .price-label {
        font-family: 'Roboto';
        font-size: 14px;
        color: #fff; }
    .splashAmericanFootball .stm-price-plan-unit .stm-price-plan .button-unit a {
      padding: 12px 20px;
      color: #06083b !important;
      margin-top: 0; }
      .splashAmericanFootball .stm-price-plan-unit .stm-price-plan .button-unit a:hover {
        color: #fff !important;
        border-color: #da9a29 !important; }
    .splashAmericanFootball .stm-price-plan-unit .stm-price-plan .badge {
      right: inherit;
      left: -35px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      background: #41c648;
      color: #fff; }
      .splashAmericanFootball .stm-price-plan-unit .stm-price-plan .badge + header {
        background: #06083b; }
  .splashAmericanFootball.page-template-coming-soon span {
    margin: 30px 0 0;
    padding: 0 20px; }
    .splashAmericanFootball.page-template-coming-soon span input[type='submit'] {
      margin: 0;
      background: transparent !important;
      border: 0;
      height: 45px; }
  .splashAmericanFootball .page-numbers {
    display: inline-block;
    overflow: hidden;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
    border-top: solid 1px #d8d8d8;
    margin-top: 0;
    padding-top: 20px; }
    .splashAmericanFootball .page-numbers li {
      padding: 0;
      margin: 0; }
      .splashAmericanFootball .page-numbers li .page-numbers {
        padding-top: 0; }
      .splashAmericanFootball .page-numbers li a {
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #06083b; }
        .splashAmericanFootball .page-numbers li a:hover {
          color: #fff;
          background: #da9a29; }
      .splashAmericanFootball .page-numbers li a.next, .splashAmericanFootball .page-numbers li a.prev {
        background: transparent;
        color: #06083b;
        border: 0;
        border-radius: 0; }
        .splashAmericanFootball .page-numbers li a.next:hover, .splashAmericanFootball .page-numbers li a.prev:hover {
          color: #fff !important;
          background: #da9a29; }
      .splashAmericanFootball .page-numbers li span {
        background: #f0f0f0 !important;
        color: #06083b !important;
        border: 0;
        border-radius: 0; }
  .splashAmericanFootball .stm-images-grid .stm-images-grid-single {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center; }
    .splashAmericanFootball .stm-images-grid .stm-images-grid-single:before {
      display: none; }
    .splashAmericanFootball .stm-images-grid .stm-images-grid-single .stm-images-grid-zoom {
      display: none; }
    .splashAmericanFootball .stm-images-grid .stm-images-grid-single:hover:before {
      display: none; }
    .splashAmericanFootball .stm-images-grid .stm-images-grid-single:hover .stm-images-grid-zoom {
      opacity: 0; }
    .splashAmericanFootball .stm-images-grid .stm-images-grid-single:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .splashAmericanFootball .stm-images-grid .stm-images-grid-single img {
      display: inline-block;
      max-width: 100%;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s; }
    .splashAmericanFootball .stm-images-grid .stm-images-grid-single.stm-waiting {
      display: none; }

/*===================================     WOOCOMMERCE     =========================*/
.splashAmericanFootball.woocommerce-page.tax-product_cat .stm-title-box-title-wrapper h2 {
  margin-bottom: 44px; }

.splashAmericanFootball.woocommerce-page.tax-product_cat .af-margin-88 {
  margin-top: -95px !important; }

.splashAmericanFootball.woocommerce-page .stm-title-box-unit .woocommerce-breadcrumb {
  max-width: 1140px;
  margin: 4px auto 44px !important;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  color: #999999;
  letter-spacing: 0 !important; }
  .splashAmericanFootball.woocommerce-page .stm-title-box-unit .woocommerce-breadcrumb a {
    color: #999999; }

.splashAmericanFootball.woocommerce-page .page-description > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
  margin-bottom: 44px; }

.splashAmericanFootball.woocommerce-page .stm-products-row {
  overflow: visible; }
  .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner {
    border: solid 1px #d8d8d8;
    max-width: 100%;
    background: #fff;
    padding-bottom: 21px;
    margin-bottom: 31px;
    overflow: visible; }
    .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner:hover {
      border: solid 1px #da9a29;
      box-shadow: 0 0 0 1px #da9a29 inset; }
      .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner:hover .stm-product-content-image .stm-button-inner .button {
        opacity: 1; }
      .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner:hover .title h2 {
        color: #000000 !important; }
    .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner .stm-product-content-image {
      display: block;
      padding: 26px 11px 10px;
      overflow: visible;
      position: relative; }
      .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner .stm-product-content-image .onsale {
        display: block;
        position: absolute;
        top: 9px;
        left: -10px;
        padding: 2px 10px;
        width: 70px;
        background-color: #41c648;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        -webkit-transform: none;
        transform: none;
        font-weight: 700;
        z-index: 90;
        letter-spacing: 0;
        font-size: 14px;
        font-family: 'Oswald'; }
        .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner .stm-product-content-image .onsale:before {
          content: '';
          display: block;
          overflow: hidden;
          width: 10px;
          height: 10px;
          border-right: solid 10px #800000;
          border-top: solid 0 transparent;
          border-bottom: solid 15px transparent;
          position: absolute;
          top: 28px;
          left: 0px;
          opacity: 1;
          background-color: transparent !important;
          -webkit-transform: none;
                  transform: none; }
      .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner .stm-product-content-image:before {
        display: none; }
      .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner .stm-product-content-image img {
        display: block;
        overflow: hidden;
        width: auto;
        max-width: 100%;
        max-height: 225px;
        margin: 0 auto; }
      .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner .stm-product-content-image .stm-button-inner span {
        opacity: 0;
        padding: 0 20px;
        margin-top: 7px; }
        .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner .stm-product-content-image .stm-button-inner span .add_to_cart_button {
          background: transparent !important;
          border: 0;
          color: #fff;
          padding: 15px 0px 15px 40px;
          letter-spacing: 0.5px;
          position: relative;
          margin: 0; }
          .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner .stm-product-content-image .stm-button-inner span .add_to_cart_button:before {
            display: block;
            width: 30px;
            height: 30px;
            content: "\e907";
            font-family: 'stm-splash-icons';
            font-size: 20px;
            color: #fff;
            position: absolute;
            top: 16px;
            left: 0;
            opacity: 1;
            background: transparent;
            -webkit-transform: none;
                    transform: none;
            font-weight: 400; }
        .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner .stm-product-content-image .stm-button-inner span .add_to_cart_button.added {
          display: none !important; }
        .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner .stm-product-content-image .stm-button-inner span .added_to_cart {
          padding: 15px 30px 15px;
          text-overflow: ellipsis;
          white-space: pre;
          z-index: 1;
          margin: 0;
          text-decoration: none;
          text-align: center; }
          .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner .stm-product-content-image .stm-button-inner span .added_to_cart:hover {
            text-decoration: none !important; }
            .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner .stm-product-content-image .stm-button-inner span .added_to_cart:hover:active {
              text-decoration: none; }
    .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner a.woocommerce-LoopProduct-link {
      text-decoration: none !important; }
      .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner a.woocommerce-LoopProduct-link .clearfix {
        margin-top: 5px; }
        .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner a.woocommerce-LoopProduct-link .clearfix .title {
          margin-bottom: 18px; }
          .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner a.woocommerce-LoopProduct-link .clearfix .title h2 {
            display: block;
            overflow: hidden;
            width: 100%;
            text-align: center;
            float: inherit;
            padding: 0 20px !important;
            font-family: 'Oswald';
            font-weight: 400;
            font-size: 16px;
            color: #000000;
            text-transform: none;
            margin-bottom: 0;
            line-height: 22px;
            min-height: 45px; }
          .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner a.woocommerce-LoopProduct-link .clearfix .title p {
            display: none; }
      .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner a.woocommerce-LoopProduct-link .star-rating {
        display: none; }
      .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner a.woocommerce-LoopProduct-link .price {
        text-align: center;
        color: #da9a29; }
        .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner a.woocommerce-LoopProduct-link .price > span {
          display: inline-block;
          width: auto;
          text-align: center; }
        .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner a.woocommerce-LoopProduct-link .price del {
          display: inline-block;
          overflow: hidden;
          text-align: center;
          vertical-align: bottom;
          color: #808080 !important; }
          .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner a.woocommerce-LoopProduct-link .price del span {
            text-decoration: line-through;
            font-size: 14px !important;
            color: #808080 !important; }
        .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner a.woocommerce-LoopProduct-link .price ins {
          display: inline-block !important;
          overflow: hidden;
          text-align: center;
          color: #da9a29;
          margin: 0 !important;
          vertical-align: bottom; }
          .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner a.woocommerce-LoopProduct-link .price ins > span {
            vertical-align: top;
            margin: 0 5px; }
        .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner a.woocommerce-LoopProduct-link .price .woocommerce-Price-amount {
          display: inline-block;
          overflow: hidden;
          float: inherit;
          font-weight: 400;
          font-size: 18px;
          color: #da9a29; }

.splashAmericanFootball.woocommerce-page .woocommerce-pagination {
  text-align: center;
  border-top: solid 1px #d8d8d8; }
  .splashAmericanFootball.woocommerce-page .woocommerce-pagination > .page-numbers {
    display: inline-block;
    overflow: hidden;
    margin-top: 30px !important;
    left: inherit;
    -webkit-transform: none;
    transform: none;
    border-top: 0;
    padding-top: 0; }
    .splashAmericanFootball.woocommerce-page .woocommerce-pagination > .page-numbers li {
      padding: 0;
      margin: 0; }
      .splashAmericanFootball.woocommerce-page .woocommerce-pagination > .page-numbers li a {
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #06083b; }
        .splashAmericanFootball.woocommerce-page .woocommerce-pagination > .page-numbers li a:hover {
          color: #fff;
          background: #da9a29; }
      .splashAmericanFootball.woocommerce-page .woocommerce-pagination > .page-numbers li a.next, .splashAmericanFootball.woocommerce-page .woocommerce-pagination > .page-numbers li a.prev {
        background: transparent;
        color: #06083b;
        border: 0;
        border-radius: 0; }
        .splashAmericanFootball.woocommerce-page .woocommerce-pagination > .page-numbers li a.next:hover, .splashAmericanFootball.woocommerce-page .woocommerce-pagination > .page-numbers li a.prev:hover {
          color: #fff;
          background: #da9a29; }
      .splashAmericanFootball.woocommerce-page .woocommerce-pagination > .page-numbers li span {
        background: #f0f0f0;
        color: #06083b !important;
        border: 0;
        border-radius: 0; }

.splashAmericanFootball.woocommerce-account h2 {
  margin-bottom: 40px; }

.splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-1, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-2 {
  background-color: #f0f0f0 !important; }
  .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-1 h4, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-2 h4 {
    text-align: left;
    color: #000000; }
  .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide input, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide input {
    font-family: 'Roboto';
    background: #fff;
    border: 0;
    border-radius: 0; }
    .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide input:-webkit-autofill, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px white inset; }
  .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide .short, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide .bad, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide .strong, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide small, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide .short, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide .bad, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide .strong, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide small {
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 400;
    color: #06083b;
    letter-spacing: 0;
    margin: 0; }
    .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide .short.short, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide .short.bad, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide .short.strong, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide .bad.short, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide .bad.bad, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide .bad.strong, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide .strong.short, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide .strong.bad, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide .strong.strong, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide small.short, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide small.bad, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide small.strong, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide .short.short, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide .short.bad, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide .short.strong, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide .bad.short, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide .bad.bad, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide .bad.strong, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide .strong.short, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide .strong.bad, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide .strong.strong, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide small.short, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide small.bad, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide small.strong {
      margin-top: 10px;
      margin-bottom: 10px; }
  .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .button.btn-md, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .button.btn-md {
    padding: 0; }
    .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .button.btn-md input[type='submit'], .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .button.btn-md input[type='submit'] {
      background: transparent !important;
      border: 0 !important;
      margin: 0; }
      .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .button.btn-md input[type='submit']:hover, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .button.btn-md input[type='submit']:hover {
        color: inherit; }
        .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .button.btn-md input[type='submit']:hover:active, .splashAmericanFootball.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .button.btn-md input[type='submit']:hover:active {
          color: #da9a29 !important; }

.splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-navigation ul {
  font-size: 0; }
  .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    padding: 0 23px; }
    .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child {
      padding-left: 0; }
    .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-navigation ul li:before {
      display: none; }
    .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
      color: #da9a29 !important; }
      .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a span {
        border-bottom-color: #da9a29; }
    .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
      color: #da9a29 !important;
      border-bottom-color: #da9a29; }
    .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
      padding: 0 0;
      display: block;
      font-family: 'Oswald';
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      color: #06083b;
      text-decoration: none !important;
      border-bottom: 2px solid transparent; }
      .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
        color: #da9a29 !important;
        border-color: #da9a29; }

.splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content p {
  font-size: 14px; }
  .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content p a {
    color: #da9a29; }

.splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead {
  background: transparent !important; }
  .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead tr th {
    background: transparent !important;
    border-top: solid 5px #da9a29;
    text-align: left;
    font-family: 'Roboto';
    font-size: 16px;
    padding: 23px 0; }
    .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead tr th:first-child {
      padding-left: 30px; }

.splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 15px;
  text-transform: none;
  background: transparent !important;
  padding: 18px 0;
  border-top: solid 1px #d8d8d8; }
  .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td:first-child {
    padding-left: 30px; }
  .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td .button {
    margin-top: 0; }
  .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td.order-number a {
    color: #da9a29; }

.splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content header {
  position: relative; }

.splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content h3 {
  margin-bottom: 45px;
  font-size: 36px; }

.splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .edit {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #da9a29; }

.splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper {
  margin-top: 50px;
  margin-bottom: 26px; }
  .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details thead {
    background: transparent !important; }
    .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details thead tr th {
      padding: 18px 0 15px;
      background: transparent !important;
      border-top: solid 5px #da9a29; }
      .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details thead tr th:first-child {
        text-align: left;
        padding-left: 30px; }
      .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details thead tr th:last-child {
        text-align: right;
        padding-right: 30px; }
  .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tbody tr td {
    padding: 12px 0;
    border-top: solid 1px #d8d8d8;
    background: transparent !important; }
    .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tbody tr td.product-name {
      font-family: 'Roboto';
      font-weight: 400;
      font-size: 14px;
      text-transform: none;
      padding-left: 30px; }
      .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tbody tr td.product-name a {
        color: #06083b; }
      .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tbody tr td.product-name strong {
        font-weight: 400; }
      .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap {
        display: inline-block;
        overflow: hidden;
        line-height: 20px;
        vertical-align: middle;
        margin-left: 3px; }
        .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation {
          display: inline-block;
          overflow: hidden;
          position: relative;
          margin-top: 0;
          margin-bottom: 0;
          font-size: 14px;
          vertical-align: middle; }
          .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation dt {
            display: inline-block;
            margin: 0; }
          .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation dd {
            display: inline-block;
            margin: 0; }
            .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation dd p {
              margin-bottom: 0; }
    .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tbody tr td.product-total {
      text-align: right;
      padding-right: 30px; }
      .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tbody tr td.product-total .amount {
        font-size: 14px;
        font-weight: 400; }
  .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tfoot tr th {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 15px;
    text-transform: none;
    color: #06083b;
    border-bottom: 0;
    background: #f0f0f0 !important; }
  .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tfoot tr td {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    color: #06083b;
    padding-left: 0;
    border-bottom: 0;
    text-align: right;
    padding-right: 30px;
    background: #f0f0f0 !important; }
  .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tfoot tr:first-child td .amount {
    font-weight: 400; }
  .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .customer_details {
    border-left: solid 30px #f0f0f0;
    border-right: solid 30px #f0f0f0;
    border-top: solid 16px #f0f0f0;
    border-bottom: solid 16px #f0f0f0; }
    .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .customer_details tbody tr th, .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .customer_details tbody tr td {
      font-family: 'Roboto';
      color: #06083b;
      border-bottom: solid 1px #d8d8d8;
      background: #f0f0f0 !important;
      padding: 18px 0 18px 10px; }
    .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .customer_details tbody tr th {
      font-weight: 400;
      text-transform: none;
      text-align: left;
      width: 30%; }
    .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .customer_details tbody tr td {
      font-weight: 700;
      font-size: 15px; }
    .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .customer_details tbody tr:last-child th, .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .customer_details tbody tr:last-child td {
      border-bottom: 0 !important; }

.splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content address {
  display: block;
  width: 100%;
  float: left;
  padding: 20px 40px;
  line-height: 60px;
  background: #f0f0f0;
  max-width: 49%; }

.splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .col2-set.addresses .col-1, .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .col2-set.addresses .col-2 {
  width: 49%; }
  .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .col2-set.addresses .col-1 address, .splashAmericanFootball.woocommerce-account .woocommerce-MyAccount-content .col2-set.addresses .col-2 address {
    max-width: 100% !important; }

.splashAmericanFootball.woocommerce-account.woocommerce-edit-address h3, .splashAmericanFootball.woocommerce-account.woocommerce-edit-account h3, .splashAmericanFootball.woocommerce-account.woocommerce-edit-address h3 {
  margin-top: 30px;
  margin-bottom: 25px; }

.splashAmericanFootball.woocommerce-account.woocommerce-edit-address legend, .splashAmericanFootball.woocommerce-account.woocommerce-edit-account legend, .splashAmericanFootball.woocommerce-account.woocommerce-edit-address legend {
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-top: 30px;
  display: block;
  overflow: hidden;
  width: 50%;
  border: 0; }

.splashAmericanFootball.woocommerce-account.woocommerce-edit-address form p, .splashAmericanFootball.woocommerce-account.woocommerce-edit-account form p, .splashAmericanFootball.woocommerce-account.woocommerce-edit-address form p {
  max-width: 50%; }
  .splashAmericanFootball.woocommerce-account.woocommerce-edit-address form p label, .splashAmericanFootball.woocommerce-account.woocommerce-edit-account form p label, .splashAmericanFootball.woocommerce-account.woocommerce-edit-address form p label {
    font-weight: 400;
    font-size: 14px;
    color: #06083b; }
  .splashAmericanFootball.woocommerce-account.woocommerce-edit-address form p input, .splashAmericanFootball.woocommerce-account.woocommerce-edit-account form p input, .splashAmericanFootball.woocommerce-account.woocommerce-edit-address form p input {
    background: #f0f0f0;
    border: 0;
    border-radius: 0; }

.splashAmericanFootball.woocommerce-account.woocommerce-edit-address form input[type='submit']:hover:active, .splashAmericanFootball.woocommerce-account.woocommerce-edit-account form input[type='submit']:hover:active, .splashAmericanFootball.woocommerce-account.woocommerce-edit-address form input[type='submit']:hover:active {
  border-color: #da9a29; }

.splashAmericanFootball.woocommerce-account.woocommerce-edit-address form .button > .button, .splashAmericanFootball.woocommerce-account.woocommerce-edit-account form .button > .button, .splashAmericanFootball.woocommerce-account.woocommerce-edit-address form .button > .button {
  padding: 0; }

.splashAmericanFootball.woocommerce-account.woocommerce-edit-address form .button input[type='submit'], .splashAmericanFootball.woocommerce-account.woocommerce-edit-account form .button input[type='submit'], .splashAmericanFootball.woocommerce-account.woocommerce-edit-address form .button input[type='submit'] {
  background: transparent;
  color: inherit;
  margin-top: 0; }
  .splashAmericanFootball.woocommerce-account.woocommerce-edit-address form .button input[type='submit']:hover:active, .splashAmericanFootball.woocommerce-account.woocommerce-edit-account form .button input[type='submit']:hover:active, .splashAmericanFootball.woocommerce-account.woocommerce-edit-address form .button input[type='submit']:hover:active {
    border-color: #da9a29; }

.splashAmericanFootball.woocommerce-account.woocommerce-edit-address form .required, .splashAmericanFootball.woocommerce-account.woocommerce-edit-account form .required, .splashAmericanFootball.woocommerce-account.woocommerce-edit-address form .required {
  border: 0;
  color: #da9a29; }

.splashAmericanFootball.woocommerce-page.single-product .stm-page-title .stm-title-box-title-wrapper {
  display: none !important; }

.splashAmericanFootball.woocommerce-page.single-product .woocommerce-message {
  border-color: #da9a29; }
  .splashAmericanFootball.woocommerce-page.single-product .woocommerce-message .wc-forward {
    margin: 0;
    color: #06083b !important; }
    .splashAmericanFootball.woocommerce-page.single-product .woocommerce-message .wc-forward:hover {
      background: transparent !important;
      border: 0; }

.splashAmericanFootball.woocommerce-page.single-product .af-single-product-title {
  margin-bottom: 24px; }
  .splashAmericanFootball.woocommerce-page.single-product .af-single-product-title h1 {
    font-family: 'Oswald';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 50px; }

.splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right {
  padding-top: 0;
  overflow: hidden; }
  .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right .product_title {
    display: none; }
  .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right > div {
    display: block;
    width: 100%;
    text-align: left; }
  .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right .stm-stock-wrapper {
    margin: 0 0 5px 0; }
    .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right .stm-stock-wrapper .stm-stock {
      font-family: 'Roboto';
      font-size: 16px;
      font-weight: 400;
      color: #009900; }
  .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right .woocommerce-product-rating {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px; }
    .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right .woocommerce-product-rating .star-rating {
      float: left; }
  .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right .price {
    display: block;
    font-family: 'Oswald';
    font-weight: 400;
    margin: 0 0 16px; }
    .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right .price del {
      color: #808080 !important; }
      .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right .price del .woocommerce-Price-amount {
        color: #808080 !important;
        font-weight: 400;
        font-size: 14px; }
      .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right .price del span {
        color: #808080 !important; }
    .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right .price ins {
      display: block;
      color: #da9a29;
      border-bottom: 0;
      font-size: 24px; }
    .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right .price .woocommerce-Price-amount {
      margin-top: 0;
      color: #da9a29; }
  .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right p {
    font-size: 16px;
    color: #404040; }
  .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right div[itemprop='description'] p {
    line-height: 30px; }
  .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right p.stock.in-stock {
    display: none !important; }
  .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .variations {
    margin-bottom: 10px; }
    .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .variations tr td.label {
      display: table-cell;
      vertical-align: middle;
      padding: 0 20px 0 0;
      text-align: left;
      width: 25%;
      background: transparent !important; }
      .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .variations tr td.label label {
        font-weight: 400;
        font-size: 16px;
        color: #404040;
        text-transform: capitalize; }
    .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .variations tr td.value {
      display: table-cell;
      padding: 5px;
      background: transparent !important; }
      .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .variations tr td.value ul {
        display: block;
        padding: 0;
        margin: 0 0 0 -3px; }
        .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .variations tr td.value ul li {
          display: inline-block;
          padding-left: 5px;
          margin: 0; }
          .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .variations tr td.value ul li:before {
            display: none; }
          .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .variations tr td.value ul li label {
            display: block;
            overflow: hidden;
            cursor: pointer;
            margin: 0; }
            .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .variations tr td.value ul li label input[type='radio'] {
              display: none; }
              .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .variations tr td.value ul li label input[type='radio']:checked + span {
                border-color: #da9a29; }
            .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .variations tr td.value ul li label span {
              display: block;
              border: solid 1px #d8d8d8;
              padding: 5px 0;
              width: 40px;
              text-align: center;
              font-size: 16px;
              font-weight: 400;
              color: #404040;
              text-transform: uppercase; }
      .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .variations tr td.value .select2-container .selection .select2-selection {
        border: 0;
        border-radius: 0;
        background: #f0f0f0;
        height: 50px; }
        .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .variations tr td.value .select2-container .selection .select2-selection .select2-selection__rendered {
          height: 50px;
          line-height: 50px; }
        .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .variations tr td.value .select2-container .selection .select2-selection .select2-selection__arrow {
          height: 50px; }
          .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .variations tr td.value .select2-container .selection .select2-selection .select2-selection__arrow b {
            display: block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            background: transparent;
            border: 0;
            position: relative; }
            .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .variations tr td.value .select2-container .selection .select2-selection .select2-selection__arrow b:before {
              content: "\f107";
              font-family: 'FontAwesome';
              position: absolute;
              top: -7px;
              left: -7px;
              font-size: 20px; }
  .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_variation_wrap .woocommerce-variation.single_variation {
    display: none !important; }
  .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_variation_wrap .woocommerce-variation-add-to-cart {
    margin-right: 7px;
    width: 100%;
    text-align: right; }
    .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_variation_wrap .woocommerce-variation-add-to-cart .stm-quantity-label {
      display: block;
      float: left;
      margin-left: 7px;
      margin-right: 38px;
      padding-top: 11px;
      color: #404040; }
    .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
      display: inline-block;
      overflow: hidden;
      max-width: 85px;
      margin-right: 0; }
      .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input {
        font-family: 'Roboto';
        padding: 10px 17px 11px 17px;
        border: 0;
        border-radius: 0;
        background: #f0f0f0;
        height: 50px;
        text-align: left !important; }
    .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
      display: inline-block;
      overflow: hidden;
      margin: 0;
      border: solid 2px #da9a29;
      overflow: hidden;
      border-radius: 0;
      font-family: "Oswald";
      font-weight: 700;
      font-size: 14px;
      color: #fff;
      padding: 12px 35px;
      background: #da9a29 !important;
      -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1) !important;
      transition: all 0.5s cubic-bezier(0, 0, 0.58, 1) !important;
      letter-spacing: 0.6px !important; }
      .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #06083b !important;
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1) !important;
        transition: all 0.5s cubic-bezier(0, 0, 0.58, 1) !important;
        opacity: 0; }
      .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover:active {
        color: #da9a29 !important; }
        .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover:active input[type='submit'] {
          color: #da9a29 !important; }
      .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
        border: solid 2px #06083b;
        background: #06083b !important;
        color: #fff !important; }
        .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover:before {
          width: 100%;
          left: 100%;
          background: #06083b !important;
          opacity: 1; }
        .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover span {
          color: #fff; }
        .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover input[type='submit'] {
          color: #fff; }
          .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover input[type='submit']:disabled:hover:active {
            color: #fff !important; }
  .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .woocommerce-variation.single_variation {
    display: none !important; }
  .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .stm-quantity-label {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 15px;
    padding-top: 11px;
    color: #404040; }
  .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .quantity {
    display: inline-block;
    overflow: hidden;
    max-width: 85px;
    margin-right: 15px; }
    .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .quantity input {
      font-family: 'Roboto';
      padding: 10px 17px 11px 17px;
      border: 0;
      border-radius: 0;
      background: #f0f0f0;
      height: 50px;
      text-align: left !important; }
  .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_add_to_cart_button {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    border: solid 2px #da9a29;
    overflow: hidden;
    border-radius: 0;
    font-family: "Oswald";
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    padding: 12px 35px;
    background: #da9a29 !important;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1) !important;
    transition: all 0.5s cubic-bezier(0, 0, 0.58, 1) !important;
    letter-spacing: 0.6px !important; }
    .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_add_to_cart_button:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #06083b !important;
      -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1) !important;
      transition: all 0.5s cubic-bezier(0, 0, 0.58, 1) !important;
      opacity: 0; }
    .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_add_to_cart_button:hover:active {
      color: #da9a29 !important; }
      .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_add_to_cart_button:hover:active input[type='submit'] {
        color: #da9a29 !important; }
    .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_add_to_cart_button:hover {
      border: solid 2px #06083b;
      background: #06083b !important;
      color: #fff !important; }
      .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_add_to_cart_button:hover:before {
        width: 100%;
        left: 100%;
        background: #06083b !important;
        opacity: 1; }
      .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_add_to_cart_button:hover span {
        color: #fff; }
      .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_add_to_cart_button:hover input[type='submit'] {
        color: #fff; }
        .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_add_to_cart_button:hover input[type='submit']:disabled:hover:active {
          color: #fff !important; }
  .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right .product_meta {
    display: none; }

.splashAmericanFootball.woocommerce-page.single-product .af-margin-88 {
  margin-top: 0; }

.splashAmericanFootball.woocommerce-page.single-product .col-md-7 {
  margin-right: 0;
  padding-right: 35px; }

.splashAmericanFootball.woocommerce-page.single-product .col-md-5 {
  padding-left: 0;
  padding-right: 0;
  margin-left: -8px; }

.splashAmericanFootball.woocommerce-page.single-product .stm-badge-wrapper {
  display: block;
  overflow: visible;
  width: 100%;
  padding: 3px 0 0 3px; }
  .splashAmericanFootball.woocommerce-page.single-product .stm-badge-wrapper.stm-thumb-num-0 {
    margin-left: 9px;
    padding-left: 9px; }
    .splashAmericanFootball.woocommerce-page.single-product .stm-badge-wrapper.stm-thumb-num-0 .onsale {
      left: 0 !important; }
  .splashAmericanFootball.woocommerce-page.single-product .stm-badge-wrapper .woocommerce-product-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: center;
        align-content: center; }
    .splashAmericanFootball.woocommerce-page.single-product .stm-badge-wrapper .woocommerce-product-gallery ol {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-line-pack: justify;
          align-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 5px; }
      .splashAmericanFootball.woocommerce-page.single-product .stm-badge-wrapper .woocommerce-product-gallery ol li {
        width: 100%;
        max-width: 110px;
        max-height: 110px;
        border: 1px solid #dbdbd9;
        padding: 1px;
        overflow: hidden;
        margin-rigth: 5px; }
        .splashAmericanFootball.woocommerce-page.single-product .stm-badge-wrapper .woocommerce-product-gallery ol li:last-child {
          margin-rigth: 0px; }
        .splashAmericanFootball.woocommerce-page.single-product .stm-badge-wrapper .woocommerce-product-gallery ol li:before {
          display: none; }
        .splashAmericanFootball.woocommerce-page.single-product .stm-badge-wrapper .woocommerce-product-gallery ol li:hover {
          border-color: #da9a29;
          box-shadow: 0 0 0 1px #da9a29 inset; }
        .splashAmericanFootball.woocommerce-page.single-product .stm-badge-wrapper .woocommerce-product-gallery ol li img {
          max-width: 100%;
          margin: 0 auto; }
  .splashAmericanFootball.woocommerce-page.single-product .stm-badge-wrapper .onsale {
    display: block;
    position: absolute;
    top: 9px;
    left: -9px;
    padding: 2px 10px;
    width: 70px;
    background-color: #41c648;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    -webkit-transform: none;
    transform: none;
    font-weight: 700;
    z-index: 90;
    letter-spacing: 0;
    font-size: 14px;
    font-family: 'Oswald'; }
    .splashAmericanFootball.woocommerce-page.single-product .stm-badge-wrapper .onsale:before {
      content: '';
      display: block;
      overflow: hidden;
      width: 10px;
      height: 10px;
      border-right: solid 10px #800000;
      border-top: solid 0 transparent;
      border-bottom: solid 15px transparent;
      position: absolute;
      top: 28px;
      left: 0px;
      opacity: 1;
      background-color: transparent !important;
      -webkit-transform: none;
              transform: none; }
  .splashAmericanFootball.woocommerce-page.single-product .stm-badge-wrapper .stm-single-product-images .stm-thumnails-single-product-wrapper {
    width: 70px; }
    .splashAmericanFootball.woocommerce-page.single-product .stm-badge-wrapper .stm-single-product-images .stm-thumnails-single-product-wrapper .stm-vertical-arrows {
      display: none; }
    .splashAmericanFootball.woocommerce-page.single-product .stm-badge-wrapper .stm-single-product-images .stm-thumnails-single-product-wrapper .stm-thumnails-single-product {
      height: auto !important; }
      .splashAmericanFootball.woocommerce-page.single-product .stm-badge-wrapper .stm-single-product-images .stm-thumnails-single-product-wrapper .stm-thumnails-single-product .thumbnails {
        height: auto !important; }
        .splashAmericanFootball.woocommerce-page.single-product .stm-badge-wrapper .stm-single-product-images .stm-thumnails-single-product-wrapper .stm-thumnails-single-product .thumbnails li {
          max-height: 93px;
          margin-bottom: 10px;
          border: 1px solid #dbdbd9;
          padding: 1px; }
          .splashAmericanFootball.woocommerce-page.single-product .stm-badge-wrapper .stm-single-product-images .stm-thumnails-single-product-wrapper .stm-thumnails-single-product .thumbnails li:hover {
            border-color: #da9a29;
            box-shadow: 0 0 0 1px #da9a29 inset; }
          .splashAmericanFootball.woocommerce-page.single-product .stm-badge-wrapper .stm-single-product-images .stm-thumnails-single-product-wrapper .stm-thumnails-single-product .thumbnails li a img {
            max-width: 66px; }
  .splashAmericanFootball.woocommerce-page.single-product .stm-badge-wrapper .stm-single-product-images .woocommerce-main-image img {
    border: solid 1px #d8d8d8; }

.splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs {
  background: transparent;
  padding: 0; }
  .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .container {
    padding: 0; }
  .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs ul li.active a {
    border-bottom-color: #da9a29; }
  .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #06083b; }
  .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content h2 {
    font-weight: 400;
    font-size: 30px;
    color: #000000; }
  .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content p {
    font-weight: 400;
    font-size: 16px;
    color: #404040;
    opacity: 1 !important; }
  .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .shop_attributes th {
    width: 10%;
    font-family: 'Oswald';
    font-weight: 400; }
  .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .shop_attributes td {
    background: transparent;
    border-bottom: solid 1px #d8d8d8;
    font-family: 'Roboto';
    font-weight: 600; }
    .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .shop_attributes td p {
      margin: 0;
      font-weight: 600; }
  .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .commentlist {
    background: transparent; }
    .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .commentlist li {
      padding-left: 0;
      padding-right: 0;
      border-bottom: 0;
      margin-bottom: 0px; }
      .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .commentlist li .comment_container {
        border-bottom: solid 1px #d8d8d8;
        padding: 16px 0; }
        .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .commentlist li .comment_container:last-child {
          border-bottom: solid 1px #d8d8d8;
          padding: 16px 0; }
        .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .commentlist li .comment_container .avatar {
          margin-right: 20px;
          max-width: 90px; }
        .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .commentlist li .comment_container .comment-text {
          position: relative; }
          .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .commentlist li .comment_container .comment-text .heading-font {
            margin: 0; }
            .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .commentlist li .comment_container .comment-text .heading-font strong {
              font-size: 18px;
              letter-spacing: 0;
              margin-right: 25px; }
            .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .commentlist li .comment_container .comment-text .heading-font time {
              text-transform: none;
              font-size: 13px;
              font-weight: 400; }
          .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .commentlist li .comment_container .comment-text .reply {
            position: absolute;
            top: 0;
            right: 0; }
            .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .commentlist li .comment_container .comment-text .reply a:hover {
              color: #da9a29; }
          .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .commentlist li .comment_container .comment-text p {
            margin-top: 14px;
            line-height: 25px; }
        .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .commentlist li .comment_container .star-rating {
          top: 5px; }
      .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .commentlist li .children {
        margin-top: 10px;
        padding-left: 110px; }
  .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond {
    background: transparent;
    padding: 0;
    margin-top: 13px; }
    .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond h3 {
      font-family: 'Oswald';
      font-weight: 400;
      font-size: 30px;
      color: #000000;
      max-width: 75%; }
    .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond form {
      background: #f0f0f0;
      padding: 40px; }
      .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond form .comment-form-rating label {
        font-family: 'Oswald';
        font-weight: 400;
        font-size: 16px; }
      .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond form .comment-form-comment {
        display: inline-block;
        width: 47%;
        margin-right: 40px;
        vertical-align: top; }
        .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond form .comment-form-comment label {
          font-family: 'Roboto';
          font-weight: 400;
          color: #06083b;
          font-size: 14px;
          text-transform: none; }
        .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond form .comment-form-comment textarea {
          height: 180px;
          max-height: 180px; }
      .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond form .row {
        display: inline-block;
        width: 47%;
        vertical-align: top;
        margin: 0; }
        .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond form .row label {
          font-family: 'Roboto';
          font-weight: 400;
          font-size: 14px;
          color: #06083b;
          text-transform: none; }
        .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond form .row > div {
          width: 100% !important;
          padding: 0; }
          .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond form .row > div p {
            margin-bottom: 20px; }
          .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond form .row > div input {
            height: 50px; }
      .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond form .form-submit span {
        margin-top: 0;
        padding: 0 10px; }
        .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond form .form-submit span input[type="submit"] {
          background: transparent !important;
          border: 0;
          /*&:hover {
                                    background: $theme-dark-blue !important;
                                    border-color: $theme-dark-blue;
                                    color: $white !important;

                                    &:active {
                                        color: $theme-brown !important;
                                    }
                                }*/ }

.splashAmericanFootball.woocommerce-page.single-product .stm-fullwidth-row-js .stm-carousel-controls-right {
  display: none; }

.splashAmericanFootball.woocommerce-page.single-product .stm-fullwidth-row-js .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .owl-controls {
  display: none; }

.splashAmericanFootball.woocommerce-page.single-product .stm-footer-image {
  display: none; }

.splashAmericanFootball .woocommerce-error li {
  border-top: solid 3px #41c648;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding: 29px 29px 26px;
  margin: 30px 0;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
  vertical-align: top;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.18);
  letter-spacing: 0;
  color: #595959; }
  .splashAmericanFootball .woocommerce-error li:before {
    display: none; }

.splashAmericanFootball.woocommerce-cart .shop_table thead {
  background: transparent !important; }
  .splashAmericanFootball.woocommerce-cart .shop_table thead th {
    background: transparent !important;
    border-bottom: solid 3px #da9a29;
    padding: 5px 0;
    text-align: left; }
    .splashAmericanFootball.woocommerce-cart .shop_table thead th:first-child {
      padding: 5px 0; }

.splashAmericanFootball.woocommerce-cart .shop_table tbody tr.cart_item .product-thumbnail img {
  border: 0; }

.splashAmericanFootball.woocommerce-cart .shop_table tbody tr.cart_item .product-name a {
  font-family: 'Oswald';
  font-size: 20px;
  font-weight: 400;
  color: #06083b; }

.splashAmericanFootball.woocommerce-cart .shop_table tbody tr.cart_item td {
  background: transparent;
  padding: 10px 0;
  text-align: left;
  border-bottom: solid 1px #d8d8d8; }
  .splashAmericanFootball.woocommerce-cart .shop_table tbody tr.cart_item td .woocommerce-Price-amount {
    font-weight: 400;
    color: #da9a29; }

.splashAmericanFootball.woocommerce-cart .shop_table tbody tr.cart_item .product-thumbnail {
  width: 8%; }

.splashAmericanFootball.woocommerce-cart .shop_table tbody tr.cart_item .product-name {
  width: 45%; }
  .splashAmericanFootball.woocommerce-cart .shop_table tbody tr.cart_item .product-name a {
    font-size: 18px;
    text-transform: none;
    color: #000000; }

.splashAmericanFootball.woocommerce-cart .shop_table tbody tr.cart_item .product-price {
  width: 14%; }
  .splashAmericanFootball.woocommerce-cart .shop_table tbody tr.cart_item .product-price .amount {
    font-weight: 400;
    font-size: 18px;
    color: #da9a29; }

.splashAmericanFootball.woocommerce-cart .shop_table tbody tr.cart_item .product-quantity {
  width: 10%; }
  .splashAmericanFootball.woocommerce-cart .shop_table tbody tr.cart_item .product-quantity .quantity {
    margin: 0 0 0 10px; }
    .splashAmericanFootball.woocommerce-cart .shop_table tbody tr.cart_item .product-quantity .quantity input {
      text-align: center;
      background: #f0f0f0;
      border: 0;
      border-radius: 0; }

.splashAmericanFootball.woocommerce-cart .shop_table tbody tr.cart_item .product-subtotal {
  text-align: center;
  width: 18%; }
  .splashAmericanFootball.woocommerce-cart .shop_table tbody tr.cart_item .product-subtotal .amount {
    font-weight: 400;
    font-size: 18px;
    color: #da9a29; }

.splashAmericanFootball.woocommerce-cart .shop_table tbody tr.cart_item .product-remove {
  width: 5%;
  text-align: right;
  padding-right: 20px; }
  .splashAmericanFootball.woocommerce-cart .shop_table tbody tr.cart_item .product-remove a:hover {
    color: #06083b; }
  .splashAmericanFootball.woocommerce-cart .shop_table tbody tr.cart_item .product-remove a i:before {
    content: '\e916';
    font-family: 'stm-splash-icons' !important;
    font-size: 14px; }

.splashAmericanFootball.woocommerce-cart .shop_table tbody tr:last-child td .coupon input[type='text'] {
  font-family: 'Roboto';
  font-weight: 400;
  border-radius: 0;
  border: 0;
  height: 50px;
  top: 0;
  width: 250px;
  margin-right: 0;
  background: #f0f0f0;
  color: #595959; }

.splashAmericanFootball.woocommerce-cart .shop_table tbody tr:last-child td .coupon span {
  margin: 0;
  padding: 0 10px;
  display: inline-block;
  border: 1px solid #da9a29; }
  .splashAmericanFootball.woocommerce-cart .shop_table tbody tr:last-child td .coupon span input[type='submit'] {
    margin: 0;
    background: transparent !important;
    border: 0;
    height: 48px;
    color: #da9a29; }
    .splashAmericanFootball.woocommerce-cart .shop_table tbody tr:last-child td .coupon span input[type='submit']:hover, .splashAmericanFootball.woocommerce-cart .shop_table tbody tr:last-child td .coupon span input[type='submit']:focus {
      color: #151515; }

.splashAmericanFootball.woocommerce-cart .shop_table tbody tr:last-child td .stm-actions-right span {
  margin: 0;
  padding: 0 10px; }
  .splashAmericanFootball.woocommerce-cart .shop_table tbody tr:last-child td .stm-actions-right span input[type='submit'] {
    margin: 0;
    background: transparent !important;
    border: 0;
    height: 45px;
    color: #fff; }

.splashAmericanFootball.woocommerce-cart .shop_table tbody tr:last-child td .stm-actions-right .wc-proceed-to-checkout {
  display: none;
  visibility: hidden;
  margin: 0 !important; }

.splashAmericanFootball.woocommerce-cart .cart-collaterals {
  background: transparent;
  margin-top: 0; }
  .splashAmericanFootball.woocommerce-cart .cart-collaterals .stm-shipping-cart-calc h4 {
    margin-bottom: 25px; }
  .splashAmericanFootball.woocommerce-cart .cart-collaterals .stm-shipping-cart-calc .select2-selection {
    border-radius: 0;
    font-family: 'Roboto'; }
  .splashAmericanFootball.woocommerce-cart .cart-collaterals .stm-shipping-cart-calc input[type='text'] {
    border-radius: 0;
    font-family: 'Roboto';
    background: #fff; }
  .splashAmericanFootball.woocommerce-cart .cart-collaterals .stm-cart-totals h4 {
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #da9a29; }
  .splashAmericanFootball.woocommerce-cart .cart-collaterals .stm-cart-totals .shipping h4 {
    display: none; }
  .splashAmericanFootball.woocommerce-cart .cart-collaterals .stm-cart-totals .shipping button {
    margin-top: 0; }
  .splashAmericanFootball.woocommerce-cart .cart-collaterals .stm-cart-totals .shipping .select2-selection {
    border-radius: 0; }
  .splashAmericanFootball.woocommerce-cart .cart-collaterals .stm-cart-totals .shipping input[type='text'] {
    border-radius: 0; }
  .splashAmericanFootball.woocommerce-cart .cart-collaterals .stm-cart-totals .shipping p {
    margin-bottom: 0; }
  .splashAmericanFootball.woocommerce-cart .cart-collaterals .stm-cart-totals table {
    background: #f0f0f0;
    border: solid 10px #f0f0f0; }
    .splashAmericanFootball.woocommerce-cart .cart-collaterals .stm-cart-totals table tbody tr th {
      font-family: 'Roboto';
      font-size: 15px;
      font-weight: 600;
      color: #06083b;
      width: 30%;
      text-transform: none; }
    .splashAmericanFootball.woocommerce-cart .cart-collaterals .stm-cart-totals table tbody tr td {
      font-family: 'Roboto';
      font-size: 15px;
      text-transform: none;
      padding: 17px 15px; }
      .splashAmericanFootball.woocommerce-cart .cart-collaterals .stm-cart-totals table tbody tr td .amount, .splashAmericanFootball.woocommerce-cart .cart-collaterals .stm-cart-totals table tbody tr td .shipping {
        color: #222222 !important;
        font-weight: 400; }
        .splashAmericanFootball.woocommerce-cart .cart-collaterals .stm-cart-totals table tbody tr td .amount a, .splashAmericanFootball.woocommerce-cart .cart-collaterals .stm-cart-totals table tbody tr td .shipping a {
          color: #222222 !important; }
      .splashAmericanFootball.woocommerce-cart .cart-collaterals .stm-cart-totals table tbody tr td strong .amount {
        font-weight: 600; }

.splashAmericanFootball.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form p {
  margin-bottom: 15px !important; }
  .splashAmericanFootball.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form p:last-child {
    margin-bottom: 0; }

.splashAmericanFootball.woocommerce-checkout .woocommerce-info, .splashAmericanFootball.woocommerce-account .woocommerce-info {
  border-color: #698bcc;
  font-size: 16px;
  font-weight: 700;
  color: #595959;
  text-transform: none;
  letter-spacing: 0; }
  .splashAmericanFootball.woocommerce-checkout .woocommerce-info a, .splashAmericanFootball.woocommerce-account .woocommerce-info a {
    color: #da9a29 !important;
    font-weight: 400; }
    .splashAmericanFootball.woocommerce-checkout .woocommerce-info a.button, .splashAmericanFootball.woocommerce-account .woocommerce-info a.button {
      margin-top: 0;
      letter-spacing: 0; }
      .splashAmericanFootball.woocommerce-checkout .woocommerce-info a.button:hover, .splashAmericanFootball.woocommerce-account .woocommerce-info a.button:hover {
        background: transparent !important;
        border: 0 !important; }
        .splashAmericanFootball.woocommerce-checkout .woocommerce-info a.button:hover:active, .splashAmericanFootball.woocommerce-account .woocommerce-info a.button:hover:active {
          color: #da9a29;
          background: transparent !important;
          border: 0 !important; }

.splashAmericanFootball.woocommerce-checkout #customer_details, .splashAmericanFootball.woocommerce-account #customer_details {
  display: block;
  margin-top: 52px; }
  .splashAmericanFootball.woocommerce-checkout #customer_details h3, .splashAmericanFootball.woocommerce-account #customer_details h3 {
    margin-bottom: 33px; }
  .splashAmericanFootball.woocommerce-checkout #customer_details p, .splashAmericanFootball.woocommerce-account #customer_details p {
    margin-bottom: 30px; }

.splashAmericanFootball.woocommerce-checkout .checkout_coupon input[type='submit'], .splashAmericanFootball.woocommerce-account .checkout_coupon input[type='submit'] {
  border: solid 2px #da9a29;
  overflow: hidden;
  border-radius: 0;
  font-family: "Oswald";
  font-weight: 700;
  font-size: 14px;
  color: #da9a29;
  padding: 12px 35px;
  background: transparent !important;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.58, 1); }
  .splashAmericanFootball.woocommerce-checkout .checkout_coupon input[type='submit']:hover:active, .splashAmericanFootball.woocommerce-account .checkout_coupon input[type='submit']:hover:active {
    color: #06083b !important; }
    .splashAmericanFootball.woocommerce-checkout .checkout_coupon input[type='submit']:hover:active span, .splashAmericanFootball.woocommerce-account .checkout_coupon input[type='submit']:hover:active span {
      color: #06083b !important; }
    .splashAmericanFootball.woocommerce-checkout .checkout_coupon input[type='submit']:hover:active input[type='submit'], .splashAmericanFootball.woocommerce-account .checkout_coupon input[type='submit']:hover:active input[type='submit'] {
      color: #06083b !important; }
  .splashAmericanFootball.woocommerce-checkout .checkout_coupon input[type='submit']:hover, .splashAmericanFootball.woocommerce-account .checkout_coupon input[type='submit']:hover {
    border: solid 2px #da9a29;
    background: #da9a29 !important;
    color: #fff; }
    .splashAmericanFootball.woocommerce-checkout .checkout_coupon input[type='submit']:hover:before, .splashAmericanFootball.woocommerce-account .checkout_coupon input[type='submit']:hover:before {
      color: #da9a29;
      width: 100%;
      left: 100%;
      background: #da9a29;
      opacity: 1; }
    .splashAmericanFootball.woocommerce-checkout .checkout_coupon input[type='submit']:hover span, .splashAmericanFootball.woocommerce-account .checkout_coupon input[type='submit']:hover span {
      color: #fff; }

.splashAmericanFootball.woocommerce-checkout input[type='text'], .splashAmericanFootball.woocommerce-checkout input[type='tel'], .splashAmericanFootball.woocommerce-checkout input[type='email'], .splashAmericanFootball.woocommerce-checkout .select2-selection, .splashAmericanFootball.woocommerce-checkout textarea, .splashAmericanFootball.woocommerce-account input[type='text'], .splashAmericanFootball.woocommerce-account input[type='tel'], .splashAmericanFootball.woocommerce-account input[type='email'], .splashAmericanFootball.woocommerce-account .select2-selection, .splashAmericanFootball.woocommerce-account textarea {
  border-radius: 0;
  font-family: 'Roboto';
  background: #f0f0f0;
  border: 0;
  margin-bottom: 5px;
  height: 50px; }

.splashAmericanFootball.woocommerce-checkout #order_review_heading, .splashAmericanFootball.woocommerce-account #order_review_heading {
  margin: 70px 0 45px; }

.splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-review-order .shipping, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-review-order .shipping {
  width: 49%;
  float: left; }

.splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-review-order .shop_table, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-review-order .shop_table {
  width: 49%;
  float: left; }
  .splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-review-order .shop_table thead, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-review-order .shop_table thead {
    background: transparent; }
    .splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-review-order .shop_table thead tr th:first-child, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-review-order .shop_table thead tr th:first-child {
      text-align: left; }
    .splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-review-order .shop_table thead tr th, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-review-order .shop_table thead tr th {
      background: transparent;
      border-top: solid 5px #da9a29;
      padding: 18px 0 17px 30px;
      border-bottom: solid 1px #d8d8d8;
      font-family: 'Roboto';
      font-weight: 700;
      font-size: 14px;
      color: #06083b; }
  .splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tbody tr:last-child td, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-review-order .shop_table tbody tr:last-child td {
    border-bottom: 0; }
  .splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tbody tr td, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-review-order .shop_table tbody tr td {
    text-transform: none;
    font-weight: 400;
    padding: 13px 0 12px 30px !important;
    border-bottom: solid 1px #d8d8d8;
    background: transparent !important;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    text-transform: none; }
    .splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tbody tr td .amount, .splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tbody tr td .product-quantity, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-review-order .shop_table tbody tr td .amount, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-review-order .shop_table tbody tr td .product-quantity {
      font-weight: 400;
      color: #595959; }
  .splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-review-order .shop_table tfoot {
    background: #f0f0f0; }
    .splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr th, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-review-order .shop_table tfoot tr th {
      font-family: 'Roboto';
      font-weight: 700;
      font-size: 15px;
      color: #06083b;
      text-transform: none;
      padding: 18px 0 18px 30px;
      background: transparent !important;
      border: 0; }
    .splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr td, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-review-order .shop_table tfoot tr td {
      font-family: 'Roboto';
      padding-left: 25px;
      background: transparent !important;
      border: 0; }
      .splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr td .amount, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-review-order .shop_table tfoot tr td .amount {
        font-weight: 400;
        color: #06083b !important; }
      .splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr td strong .amount, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-review-order .shop_table tfoot tr td strong .amount {
        font-weight: 700; }

.splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-payment, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-payment {
  width: 49%;
  float: right;
  margin-top: 0; }
  .splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li input[type='radio'], .splashAmericanFootball.woocommerce-account .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li input[type='radio'] {
    visibility: hidden; }
    .splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li input[type='radio']:checked + label:before, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li input[type='radio']:checked + label:before {
      display: block;
      content: '';
      background: #06083b;
      width: 17px;
      height: 17px;
      border-radius: 50%;
      border: 0;
      position: absolute;
      left: -30px;
      top: 3px; }
    .splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li input[type='radio']:checked + label:after, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li input[type='radio']:checked + label:after {
      display: block;
      content: '';
      width: 5px;
      height: 5px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      left: -24px;
      top: 9px;
      z-index: 10; }
  .splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li label, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li label {
    position: relative;
    width: 90%; }
    .splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li label:before, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li label:before {
      display: block;
      content: '';
      background: transparent;
      width: 17px;
      height: 17px;
      border: solid 1px #d8d8d8;
      border-radius: 50%;
      position: absolute;
      left: -30px;
      top: 3px; }
    .splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li label img, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li label img {
      display: block;
      margin-left: 0;
      max-width: 80%; }
    .splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li label a, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li label a {
      display: block;
      width: 22%;
      position: absolute;
      top: 65%;
      left: 85%;
      -webkit-transform: translateY(-65%) translateX(-85%);
              transform: translateY(-65%) translateX(-85%);
      font-weight: 400;
      font-size: 15px;
      color: #da9a29; }
  .splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li .payment_box p, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li .payment_box p {
    padding-left: 30px;
    font-weight: 400;
    font-size: 13px;
    color: #595959; }
  .splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-payment span.button, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-payment span.button {
    padding: 0;
    border: 0;
    margin-top: 0;
    margin-left: 5px; }
    .splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-payment span.button input[type='submit'], .splashAmericanFootball.woocommerce-account .woocommerce-checkout-payment span.button input[type='submit'] {
      margin: 0;
      color: inherit;
      padding: 12px 60px;
      border: 0;
      background: transparent !important; }
      .splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-payment span.button input[type='submit']:hover, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-payment span.button input[type='submit']:hover {
        border: 0;
        color: inherit;
        background: transparent !important; }
        .splashAmericanFootball.woocommerce-checkout .woocommerce-checkout-payment span.button input[type='submit']:hover:active, .splashAmericanFootball.woocommerce-account .woocommerce-checkout-payment span.button input[type='submit']:hover:active {
          border: 0;
          color: inherit;
          background: transparent !important; }

.splashAmericanFootball.woocommerce-checkout.woocommerce-order-received h2, .splashAmericanFootball.woocommerce-account.woocommerce-order-received h2 {
  margin-bottom: 34px; }

.splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .woocommerce-thankyou-order-received, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .woocommerce-thankyou-order-received {
  letter-spacing: 0;
  font-size: 16px;
  margin-bottom: 26px !important; }

.splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .woocommerce-thankyou-order-details.order_details, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .woocommerce-thankyou-order-details.order_details {
  display: block;
  overflow: hidden;
  width: 100%;
  float: inherit;
  margin-bottom: 14px; }
  .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .woocommerce-thankyou-order-details.order_details li, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .woocommerce-thankyou-order-details.order_details li {
    margin-bottom: 11px;
    padding-left: 28px;
    font-size: 15px;
    line-height: 25px; }
    .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .woocommerce-thankyou-order-details.order_details li:before, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .woocommerce-thankyou-order-details.order_details li:before {
      overflow: hidden;
      content: "\e90a";
      font-family: 'stm-splash-icons';
      color: #da9a29;
      background: transparent;
      width: 12px;
      height: 20px;
      font-size: 8px;
      top: 0;
      left: 0;
      opacity: 1; }

.splashAmericanFootball.woocommerce-checkout.woocommerce-order-received p, .splashAmericanFootball.woocommerce-account.woocommerce-order-received p {
  letter-spacing: 0.5px; }

.splashAmericanFootball.woocommerce-checkout.woocommerce-order-received h3, .splashAmericanFootball.woocommerce-account.woocommerce-order-received h3 {
  margin-bottom: 45px;
  font-size: 36px; }

.splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper {
  margin-top: 50px;
  margin-bottom: 26px; }
  .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details thead, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details thead {
    background: transparent !important; }
    .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details thead tr th, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details thead tr th {
      padding: 18px 0 15px;
      background: transparent !important;
      border-top: solid 5px #da9a29; }
      .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details thead tr th:first-child, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details thead tr th:first-child {
        text-align: left;
        padding-left: 30px; }
      .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details thead tr th:last-child, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details thead tr th:last-child {
        text-align: right;
        padding-right: 30px; }
  .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td {
    padding: 12px 0;
    border-top: solid 1px #d8d8d8;
    background: transparent !important; }
    .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name {
      font-family: 'Roboto';
      font-weight: 400;
      font-size: 14px;
      text-transform: none;
      padding-left: 30px; }
      .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name a, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name a {
        color: #06083b; }
      .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name strong, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name strong {
        font-weight: 400; }
      .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap {
        display: inline-block;
        overflow: hidden;
        line-height: 20px;
        vertical-align: middle;
        margin-left: 3px; }
        .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation {
          display: inline-block;
          overflow: hidden;
          position: relative;
          margin-top: 0;
          margin-bottom: 0;
          font-size: 14px;
          vertical-align: middle; }
          .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation dt, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation dt {
            display: inline-block;
            margin: 0; }
          .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation dd, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation dd {
            display: inline-block;
            margin: 0; }
            .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation dd p, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation dd p {
              margin-bottom: 0; }
    .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-total, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-total {
      text-align: right;
      padding-right: 30px; }
      .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-total .amount, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-total .amount {
        font-size: 14px;
        font-weight: 400; }
  .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tfoot tr th, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tfoot tr th {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 15px;
    text-transform: none;
    color: #06083b;
    border-bottom: 0;
    background: #f0f0f0 !important; }
  .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tfoot tr td, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tfoot tr td {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    color: #06083b;
    padding-left: 0;
    border-bottom: 0;
    text-align: right;
    padding-right: 30px;
    background: #f0f0f0 !important; }
  .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tfoot tr:first-child td .amount, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tfoot tr:first-child td .amount {
    font-weight: 400; }
  .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .customer_details, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .customer_details {
    border-left: solid 30px #f0f0f0;
    border-right: solid 30px #f0f0f0;
    border-top: solid 16px #f0f0f0;
    border-bottom: solid 16px #f0f0f0; }
    .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr th, .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr td, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr th, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr td {
      font-family: 'Roboto';
      color: #06083b;
      border-bottom: solid 1px #d8d8d8;
      background: #f0f0f0 !important;
      padding: 18px 0 18px 10px; }
    .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr th, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr th {
      font-weight: 400;
      text-transform: none;
      text-align: left;
      width: 30%; }
    .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr td, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr td {
      font-weight: 700;
      font-size: 15px; }
    .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr:last-child th, .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr:last-child td, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr:last-child th, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr:last-child td {
      border-bottom: 0 !important; }

.splashAmericanFootball.woocommerce-checkout.woocommerce-order-received address, .splashAmericanFootball.woocommerce-account.woocommerce-order-received address {
  display: block;
  width: 100%;
  float: left;
  padding: 20px 40px;
  line-height: 60px;
  background: #f0f0f0;
  max-width: 49%; }

.splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .col2-set.addresses .col-1, .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .col2-set.addresses .col-2, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .col2-set.addresses .col-1, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .col2-set.addresses .col-2 {
  width: 49%; }
  .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .col2-set.addresses .col-1 address, .splashAmericanFootball.woocommerce-checkout.woocommerce-order-received .col2-set.addresses .col-2 address, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .col2-set.addresses .col-1 address, .splashAmericanFootball.woocommerce-account.woocommerce-order-received .col2-set.addresses .col-2 address {
    max-width: 100% !important; }

.splashAmericanFootball.page-template-coming-soon {
  padding-bottom: 0 !important; }
  .splashAmericanFootball.page-template-coming-soon #wrapper {
    height: 100vh !important;
    overflow: scroll; }
    .splashAmericanFootball.page-template-coming-soon #wrapper #main:before {
      background: transparent !important; }
    .splashAmericanFootball.page-template-coming-soon #wrapper #main .stm-coming-soon-centered {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transform: inherit;
              transform: inherit;
      text-align: center;
      z-index: 10;
      color: #fff;
      margin: 50px auto; }
      .splashAmericanFootball.page-template-coming-soon #wrapper #main .stm-coming-soon-centered .wpb_text_column p {
        color: #fff; }
      .splashAmericanFootball.page-template-coming-soon #wrapper #main .stm-coming-soon-centered .subscribe-wrapp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        width: 100%; }
        .splashAmericanFootball.page-template-coming-soon #wrapper #main .stm-coming-soon-centered .subscribe-wrapp input[type='email'] {
          border-radius: 0;
          font-size: 14px; }
        .splashAmericanFootball.page-template-coming-soon #wrapper #main .stm-coming-soon-centered .subscribe-wrapp .button {
          margin-top: 0;
          padding: 2px 0; }
          .splashAmericanFootball.page-template-coming-soon #wrapper #main .stm-coming-soon-centered .subscribe-wrapp .button input[type='submit'] {
            width: 117px;
            padding: 11px 10px 9px; }
  .splashAmericanFootball.page-template-coming-soon .stm-footer {
    display: none;
    position: absolute;
    z-index: 100; }
    .splashAmericanFootball.page-template-coming-soon .stm-footer #stm-footer-bottom {
      background: transparent !important; }
      .splashAmericanFootball.page-template-coming-soon .stm-footer #stm-footer-bottom .container {
        padding: 20px 0 20px;
        border-top: solid 1px rgba(255, 255, 255, 0.25); }
        .splashAmericanFootball.page-template-coming-soon .stm-footer #stm-footer-bottom .container .stm-white {
          padding: 0; }

.splashAmericanFootball.error404 {
  padding-bottom: 0 !important; }
  .splashAmericanFootball.error404 #stm-top-bar, .splashAmericanFootball.error404 .stm-header, .splashAmericanFootball.error404 .stm-footer-image, .splashAmericanFootball.error404 .stm-footer {
    display: none; }
  .splashAmericanFootball.error404 #wrapper {
    height: 100vh; }
    .splashAmericanFootball.error404 #wrapper #main {
      padding: 0; }
      .splashAmericanFootball.error404 #wrapper #main .stm-default-page-404 {
        width: 100%;
        text-align: center;
        margin-top: 0;
        padding-top: 45px; }
        .splashAmericanFootball.error404 #wrapper #main .stm-default-page-404 .stm-notfound-logo a img {
          display: block;
          margin: 0 auto;
          max-width: 130px; }
        .splashAmericanFootball.error404 #wrapper #main .stm-default-page-404 .stm-404-warning {
          display: block;
          overflow: hidden;
          font-size: 480px;
          color: #fff !important;
          font-weight: 400;
          line-height: 480px; }
        .splashAmericanFootball.error404 #wrapper #main .stm-default-page-404 .h1 {
          font-size: 42px;
          font-weight: 400;
          color: #fff;
          line-height: 30px; }
        .splashAmericanFootball.error404 #wrapper #main .stm-default-page-404 .button {
          margin-top: 15px;
          padding: 12px 70px; }

/*LATEST RESULT BLOCK*/
.stm_af_latest_results_wrapper {
  display: block;
  overflow: hidden;
  padding-top: 73px; }
  .stm_af_latest_results_wrapper h2 {
    font-family: "Oswald";
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 37px; }
  .stm_af_latest_results_wrapper h3 {
    font-family: "Oswald";
    font-weight: 400;
    color: #06083b;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 23px; }
  .stm_af_latest_results_wrapper .stm-latest-results-units a {
    text-decoration: none; }
  .stm_af_latest_results_wrapper .stm-latest-results-units .col-20 {
    width: 21%; }
  .stm_af_latest_results_wrapper .stm-latest-results-units .col-60 {
    width: 58%;
    padding: 0 32px; }
  .stm_af_latest_results_wrapper .stm-latest-results-units .col-15 {
    padding: 0 10px; }
  .stm_af_latest_results_wrapper .stm-latest-results-units .stmLeftHelmsWrapp {
    display: block;
    overflow: hidden;
    max-width: 215px;
    position: relative;
    padding-top: 7px; }
    .stm_af_latest_results_wrapper .stm-latest-results-units .stmLeftHelmsWrapp .stm-team-logo-left {
      display: block;
      overflow: hidden;
      max-width: 76px;
      position: absolute;
      top: 23%;
      left: 13%; }
  .stm_af_latest_results_wrapper .stm-latest-results-units .stmRightHelmsWrapp {
    display: block;
    overflow: hidden;
    max-width: 215px;
    position: relative;
    padding-top: 7px; }
    .stm_af_latest_results_wrapper .stm-latest-results-units .stmRightHelmsWrapp img.stm-helm {
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      -webkit-filter: FlipH;
              filter: FlipH;
      -ms-filter: "FlipH"; }
    .stm_af_latest_results_wrapper .stm-latest-results-units .stmRightHelmsWrapp .stm-team-logo-right {
      display: block;
      overflow: hidden;
      max-width: 76px;
      position: absolute;
      top: 22%;
      right: 12%; }
  .stm_af_latest_results_wrapper .stm-latest-results-units .teamNameLeftWrapper {
    display: block;
    overflow: hidden;
    text-align: right; }
    .stm_af_latest_results_wrapper .stm-latest-results-units .teamNameLeftWrapper .teamHome {
      color: #da9a29;
      font-size: 16px;
      font-weight: 700;
      line-height: 30px;
      text-transform: uppercase;
      letter-spacing: 0.6px; }
    .stm_af_latest_results_wrapper .stm-latest-results-units .teamNameLeftWrapper .stm-latest-result-team {
      line-height: 42px; }
      .stm_af_latest_results_wrapper .stm-latest-results-units .teamNameLeftWrapper .stm-latest-result-team a {
        color: #06083b;
        font-size: 42px;
        font-weight: 400;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-transform: uppercase;
        text-decoration: none; }
  .stm_af_latest_results_wrapper .stm-latest-results-units .teamNameRightWrapper {
    display: block;
    overflow: hidden;
    text-align: left; }
    .stm_af_latest_results_wrapper .stm-latest-results-units .teamNameRightWrapper .teamHome {
      color: #da9a29;
      font-size: 16px;
      font-weight: 700;
      line-height: 30px;
      text-transform: uppercase;
      letter-spacing: 0.6px; }
    .stm_af_latest_results_wrapper .stm-latest-results-units .teamNameRightWrapper .stm-latest-result-team {
      line-height: 42px; }
      .stm_af_latest_results_wrapper .stm-latest-results-units .teamNameRightWrapper .stm-latest-result-team a {
        color: #06083b;
        font-size: 42px;
        font-weight: 400;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-transform: uppercase;
        text-decoration: none; }
  .stm_af_latest_results_wrapper .stm-latest-results-units .stmPointsWrapp .stmPointWin {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 76px;
    padding: 17px 16px;
    background: #da9a29;
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
    text-align: center; }
  .stm_af_latest_results_wrapper .stm-latest-results-units .stmPointsWrapp .stmPointLose {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 76px;
    padding: 17px 16px;
    background: #999999;
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
    text-align: center; }
  .stm_af_latest_results_wrapper .stm-latest-results-units .stmPointsWrapp .stm-latest-result-win-label, .stm_af_latest_results_wrapper .stm-latest-results-units .stmPointsWrapp .stm-latest-result-lose-label {
    display: block;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 27px; }
  .stm_af_latest_results_wrapper .stm-latest-results-units .stmPointsWrapp .stm-latest-result-win-label {
    color: #da9a29; }
  .stm_af_latest_results_wrapper .stm-latest-results-units .stmPointsWrapp .stm-latest-result-lose-label {
    color: #999999; }
  .stm_af_latest_results_wrapper .stm-latest-results-units .stmOrangeDivider {
    display: block;
    width: 100%;
    height: 2px;
    background: #da9a29;
    margin-top: 30px; }
  .stm_af_latest_results_wrapper .stm-latest-results-units .stmTopWrapper {
    display: block;
    overflow: hidden;
    padding-top: 23px; }
    .stm_af_latest_results_wrapper .stm-latest-results-units .stmTopWrapper .stmTopTitle {
      display: block;
      overflow: hidden;
      color: #06083b;
      font-weight: 400;
      font-size: 16px; }
    .stm_af_latest_results_wrapper .stm-latest-results-units .stmTopWrapper .stmFirstTopPlayer {
      display: block;
      overflow: hidden;
      color: #595959;
      font-weight: 400;
      font-size: 13px;
      padding-top: 5px;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .stm_af_latest_results_wrapper .stm-latest-results-units .stmTopWrapper .stmSecondTopPlayer {
      display: block;
      overflow: hidden;
      color: #595959;
      font-weight: 400;
      font-size: 13px;
      text-overflow: ellipsis;
      white-space: nowrap; }

.stm-player-quick-stats table thead {
  background-color: transparent; }
  .stm-player-quick-stats table thead tr th {
    text-align: left !important;
    padding: 18px 0 16px;
    border-top: solid 2px #da9a29;
    background: transparent;
    font-weight: 400;
    font-size: 18px;
    color: #000000; }

.stm-player-quick-stats table tbody tr td {
  font-size: 13px;
  padding: 13px 0 12px 15px;
  text-transform: uppercase;
  line-height: 15px; }
  .stm-player-quick-stats table tbody tr td:nth-child(2) {
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    padding-left: 0;
    width: 17%; }

.stm-countdown-wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center; }
  .stm-countdown-wrapper time {
    display: block;
    overflow: hidden;
    height: 160px;
    line-height: 115px; }
    .stm-countdown-wrapper time span {
      display: inline-block;
      overflow: hidden;
      min-width: 117px;
      height: 100%;
      padding: 0 !important;
      border: solid 2px #da9a29;
      font-weight: 300;
      font-size: 72px;
      color: #fff;
      margin: 0 20px 0 0 !important; }
      .stm-countdown-wrapper time span:last-child {
        margin: 0 !important; }
      .stm-countdown-wrapper time span small {
        display: block;
        overflow: hidden;
        border-top: solid 1px #da9a29;
        padding: 5px 21px 0;
        color: #fff;
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: 300;
        line-height: 30px; }

.stm-players-inline.stm-af-player-info-table {
  font-size: inherit; }
  .stm-players-inline.stm-af-player-info-table .sp-table-caption {
    font-weight: 400;
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 35px;
    text-align: left; }
  .stm-players-inline.stm-af-player-info-table table tbody tr td {
    font-weight: 400;
    font-size: 16px;
    color: #404040;
    text-align: left; }
    .stm-players-inline.stm-af-player-info-table table tbody tr td:nth-child(1) {
      text-align: center;
      color: #808080 !important;
      font-weight: 400 !important; }
    .stm-players-inline.stm-af-player-info-table table tbody tr td:nth-child(1), .stm-players-inline.stm-af-player-info-table table tbody tr td a {
      font-weight: 700;
      font-size: 16px;
      color: #404040; }

.stm-next-match {
  display: block;
  overflow: hidden;
  position: relative; }
  .stm-next-match .stm-next-match-header {
    display: block;
    overflow: hidden; }
    .stm-next-match .stm-next-match-header h3 {
      display: inline-block;
      overflow: hidden;
      vertical-align: bottom;
      width: auto;
      font-family: "Oswald";
      font-weight: 400;
      text-transform: uppercase;
      color: #fff;
      float: inherit;
      margin-bottom: 0;
      line-height: 29px;
      letter-spacing: 0;
      margin-right: 55px; }
    .stm-next-match .stm-next-match-header .stm-next-match-upcoming {
      display: inline-block;
      overflow: hidden;
      vertical-align: bottom;
      font-family: "Oswald";
      font-weight: 400;
      font-size: 14px;
      text-transform: uppercase;
      border-bottom: solid 2px #da9a29;
      letter-spacing: 0.8px; }
      .stm-next-match .stm-next-match-header .stm-next-match-upcoming a {
        color: #fff;
        text-decoration: none; }
  .stm-next-match .stm-next-match-units {
    display: block;
    float: left;
    clear: both;
    margin-top: 29px; }
    .stm-next-match .stm-next-match-units .stm-next-match-unit {
      display: block;
      width: 100%;
      position: relative;
      opacity: 1;
      background: rgba(0, 0, 0, 0.35);
      margin-bottom: 26px; }
      .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta {
        min-height: 160px;
        padding: 0;
        border-top: solid 3px #da9a29; }
        .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units {
          padding: 5px 0; }
          .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command {
            text-align: right;
            overflow: hidden; }
            .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command .stm-command-logo {
              padding-top: 20px; }
            .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command .stm-command-title h5 {
              font-family: 'Oswald';
              font-weight: 400;
              font-size: 12px;
              color: #da9a29;
              text-transform: uppercase;
              line-height: 17px;
              margin-bottom: 0;
              padding-top: 5px;
              letter-spacing: 0.6px; }
            .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command .stm-command-title h4 {
              font-family: 'Oswald';
              font-weight: 400;
              font-size: 20px;
              color: #fff;
              text-transform: uppercase;
              margin-bottom: 0; }
          .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command-vs span {
            width: 56px;
            height: 56px;
            font-family: 'Oswald';
            font-weight: 400;
            font-size: 22px;
            background: #da9a29;
            line-height: 58px; }
          .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command-right {
            text-align: left !important;
            overflow: hidden; }
        .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp {
          display: block;
          overflow: hidden;
          background: #44455b; }
          .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp .stm-next-match-info {
            display: block;
            padding: 10px 0 7px 20px;
            text-align: left;
            float: left;
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 400;
            color: #fff;
            text-transform: none;
            letter-spacing: 0; }
            .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp .stm-next-match-info .vertical-divider {
              display: inline-block;
              overflow: hidden;
              height: 12px;
              border-left: solid 1px rgba(255, 255, 255, 0.3);
              margin: -3px 7px 0;
              line-height: 15px;
              vertical-align: middle; }
          .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp .stm-next-match-preview {
            display: block;
            overflow: hidden;
            float: right;
            padding: 0;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.6px; }
            .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp .stm-next-match-preview a {
              display: inline-block;
              overflow: hidden;
              vertical-align: middle;
              color: #fff;
              padding: 10px 15px 7px;
              text-decoration: none; }
              .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp .stm-next-match-preview a:hover {
                background: #da9a29; }
              .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp .stm-next-match-preview a img {
                display: inline-block;
                overflow: hidden;
                vertical-align: middle;
                margin-top: -3px;
                margin-right: 5px; }

/*LATEST TWEETS*/
.stm-tweets-wrapp h2 {
  display: block;
  font-family: "Oswald";
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center; }

.stm-tweets-wrapp .stm-latest-tweets {
  display: block;
  overflow: hidden;
  margin-top: 37px; }
  .stm-tweets-wrapp .stm-latest-tweets .latest-tweets ul {
    display: block;
    overflow: hidden;
    list-style: none; }
    .stm-tweets-wrapp .stm-latest-tweets .latest-tweets ul li {
      display: inline-block;
      overflow: hidden;
      width: 32%;
      padding-left: 50px;
      vertical-align: top;
      margin-right: 15px; }
      .stm-tweets-wrapp .stm-latest-tweets .latest-tweets ul li:nth-child(3) {
        margin-right: 0; }
      .stm-tweets-wrapp .stm-latest-tweets .latest-tweets ul li:before {
        display: block;
        content: '\e908';
        font-family: 'stm-splash-icons';
        font-size: 26px;
        width: 35px;
        height: auto;
        background: transparent;
        color: #da9a29; }
      .stm-tweets-wrapp .stm-latest-tweets .latest-tweets ul li .tweet-text {
        display: block;
        overflow: hidden;
        font-weight: 400;
        font-size: 18px;
        color: #fff;
        line-height: 30px;
        margin-bottom: 10px; }
        .stm-tweets-wrapp .stm-latest-tweets .latest-tweets ul li .tweet-text a {
          color: #fff; }
      .stm-tweets-wrapp .stm-latest-tweets .latest-tweets ul li .tweet-details a {
        font-weight: 400;
        font-size: 13px;
        color: #da9a29; }

/*1.6 American Football Layout styles*/
/*Ticker posts*/
.stm-no-margin {
  margin: 0 !important; }

.stm-header.stm-header-third .stm-header-inner {
  padding: 0;
  background: rgba(0, 0, 0, 0.85); }
  .stm-header.stm-header-third .stm-header-inner .stm-header-container .logo-main {
    margin-top: 17px; }
  .stm-header.stm-header-third .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit {
    background: transparent; }
    .stm-header.stm-header-third .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit:after {
      display: none; }
    .stm-header.stm-header-third .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > a {
      background: transparent;
      padding: 0 35px; }
      .stm-header.stm-header-third .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > a:hover {
        background: #151618 !important; }
      .stm-header.stm-header-third .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > a:before {
        display: block;
        height: 2px;
        top: inherit;
        bottom: 0; }
    .stm-header.stm-header-third .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li.current-menu-item a {
      background: #151618; }
    .stm-header.stm-header-third .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu li a {
      font-weight: 400;
      font-size: 15px; }
    .stm-header.stm-header-third .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit .stm-header-search input[type='text'] {
      line-height: 20px; }
    .stm-header.stm-header-third .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit .stm-header-search .search-submit {
      background: transparent !important; }
      .stm-header.stm-header-third .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit .stm-header-search .search-submit:before {
        background: #00aaff !important; }
      .stm-header.stm-header-third .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit .stm-header-search .search-submit:hover:before {
        background: #00aaff !important; }

/*==================      SOCCER STYLE START             ===================*/
.splashSoccer {
  font-family: "Arial";
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  /*++++++++++++  PRODUCT CAROUSEL +++++++++++++*/
  /*++++++++++++  PRODUCT CAROUSEL +++++++++++++*/
  /*====================================================       WIDGET       =================================================*/
  /*====================================================       WIDGET       =================================================*/
  /*====================================================       Tabs     ========================================================*/
  /*=====================================================    TROPHY CAROUSEL    ====================================================================================*/
  /*=====================================================    TROPHY CAROUSEL    ====================================================================================*/ }
  .splashSoccer .heading-font {
    color: inherit; }
  .splashSoccer .normal_font, .splashSoccer input[type='text'], .splashSoccer input[type='tel'], .splashSoccer input[type='password'], .splashSoccer input[type='email'], .splashSoccer input[type="number"], .splashSoccer .select2-selection__rendered, .splashSoccer textarea {
    font-family: "Arial"; }
  .splashSoccer .stm-red {
    color: #00aaff !important; }
  .splashSoccer .stm-main-title-unit {
    letter-spacing: 0; }
  .splashSoccer a, .splashSoccer a:focus {
    outline: none; }
  .splashSoccer .tparrows.gyges {
    background-color: transparent;
    width: 42px;
    height: 42px;
    border: solid 1px #b2b2b2; }
    .splashSoccer .tparrows.gyges:before {
      line-height: 42px;
      font-size: 20px; }
    .splashSoccer .tparrows.gyges:hover {
      border-color: #00aaff;
      background-color: #00aaff; }
  .splashSoccer .rev_slider {
    background-color: #000; }
    .splashSoccer .rev_slider .rev_post_title {
      color: #fff;
      background-color: rgba(0, 170, 255, 0.9);
      text-shadow: none;
      font-weight: 500;
      font-size: 60px;
      line-height: 60px;
      text-transform: uppercase;
      padding: 10px;
      text-decoration: none;
      border: none; }
      .splashSoccer .rev_slider .rev_post_title span {
        color: #000000;
        font-size: 60px !important; }
    .splashSoccer .rev_slider .rev_post_except {
      color: #ffffff;
      font-size: 15px;
      text-shadow: 0px 0px 1px black;
      background-color: transparent;
      text-decoration: none;
      line-height: 30px;
      border: none;
      opacity: 0.75;
      white-space: pre-wrap; }
  .splashSoccer .tparrows.hades {
    background-color: #252525;
    width: 60px !important;
    height: 60px !important; }
    .splashSoccer .tparrows.hades:before {
      line-height: 60px !important;
      font-size: 24px; }
    .splashSoccer .tparrows.hades:hover {
      background-color: #00aaff;
      border-color: #00aaff; }
      .splashSoccer .tparrows.hades:hover:before {
        background-color: #00aaff;
        color: #fff; }
    .splashSoccer .tparrows.hades .tp-arr-allwrapper {
      width: 60px !important;
      height: 60px !important; }
  .splashSoccer .tp-bullets .tp-bullet {
    opacity: 0.5; }
    .splashSoccer .tp-bullets .tp-bullet.selected {
      opacity: 1;
      border-color: #00aaff !important; }
      .splashSoccer .tp-bullets .tp-bullet.selected:after {
        background-color: #00aaff !important; }
  .splashSoccerbody {
    color: #252c33;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; }
  .splashSoccerbody.boxed #wrapper {
    max-width: 1200px; }
  .splashSoccer input[type=number]::-webkit-inner-spin-button, .splashSoccer input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .splashSoccer blockquote {
    border-left: 5px solid #00aaff;
    padding: 0 0 0 20px;
    font-size: 14px;
    color: #868686;
    font-style: italic;
    line-height: 22px;
    margin: 0 0 20px; }
  .splashSoccer blockquote.quote, .splashSoccer .quote {
    position: relative;
    border: none;
    padding: 40px 60px 30px 80px;
    color: #252c33;
    background: #fff;
    box-shadow: 1px 1px 0px #cecece; }
  .splashSoccer blockquote.quote:before, .splashSoccer .quote:before {
    content: '\f10d';
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 22px;
    top: 34px;
    color: #00aaff; }
  .splashSoccer blockquote.quote h4, .splashSoccer .quote h4 {
    font-style: normal; }
  .splashSoccer .form-control {
    border: none;
    height: 47px;
    padding: 0 20px;
    border-radius: 0;
    font-size: 13px;
    color: #868686; }
  .splashSoccer .woocommerce form .form-row input.input-text, .splashSoccer .woocommerce-page form .form-row input.input-text {
    border: none;
    height: 47px;
    padding: 0 20px;
    border-radius: 0;
    font-size: 13px;
    color: #868686;
    border: 1px solid #b2b2b2; }
  .splashSoccer .woocommerce form .form-row textarea, .splashSoccer .woocommerce-page form .form-row textarea {
    border: 1px solid #b2b2b2; }
  .splashSoccer textarea.form-control, .splashSoccer .woocommerce form .form-row textarea, .splashSoccer .woocommerce-page form .form-row textarea {
    padding: 15px 20px; }
  .splashSoccer input:focus, .splashSoccer .btn:focus, .splashSoccer .btn:active {
    outline: none !important; }
  .splashSoccer .btn-lg, .splashSoccer .button {
    text-transform: uppercase;
    opacity: 1;
    border-radius: 0;
    background: #00aaff;
    height: 47px;
    line-height: 43px;
    padding: 0;
    font-size: 15px;
    margin-top: 0;
    font-weight: 400; }
    .splashSoccer .btn-lg input[type='submit'], .splashSoccer .button input[type='submit'] {
      display: block;
      overflow: hidden;
      background: transparent;
      margin: 0;
      width: 100%;
      line-height: 43px;
      padding: 0 !important;
      border: 0;
      border-radius: 0;
      height: auto;
      min-height: 45px; }
  .splashSoccer .button-default, .splashSoccer .button.view {
    text-transform: uppercase;
    opacity: 1;
    border-radius: 0;
    border: 0 !important;
    height: 47px !important;
    line-height: 47px !important;
    padding: 0 40px;
    font-size: 15px;
    margin-top: 0;
    font-weight: 400;
    background: #039ce9 !important;
    letter-spacing: 0; }
    .splashSoccer .button-default span, .splashSoccer .button.view span {
      font-weight: 400 !important; }
    .splashSoccer .button-default:before, .splashSoccer .button.view:before {
      text-transform: uppercase;
      opacity: 1;
      border-radius: 0;
      height: 47px;
      line-height: 43px;
      padding: 0 40px;
      font-size: 15px;
      margin-top: 0;
      background: #00aaff !important;
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1); }
    .splashSoccer .button-default:hover, .splashSoccer .button.view:hover {
      color: #fff !important; }
      .splashSoccer .button-default:hover:before, .splashSoccer .button.view:hover:before {
        -webkit-transform: scale3d(0, 1, 1);
                transform: scale3d(0, 1, 1); }
  .splashSoccer .button-default-white {
    text-transform: uppercase;
    opacity: 1;
    border-radius: 0;
    border: 0 !important;
    height: 47px !important;
    line-height: 47px !important;
    padding: 0 40px;
    font-size: 15px;
    margin-top: 0;
    font-weight: 400;
    background: #00aaff !important;
    color: #151618 !important; }
    .splashSoccer .button-default-white:before {
      text-transform: uppercase;
      opacity: 1;
      border-radius: 0;
      height: 47px;
      line-height: 43px;
      padding: 0 40px;
      font-size: 15px;
      margin-top: 0;
      background: #fff !important;
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1); }
    .splashSoccer .button-default-white:hover {
      color: #fff !important; }
      .splashSoccer .button-default-white:hover:before {
        -webkit-transform: scale3d(0, 1, 1);
                transform: scale3d(0, 1, 1); }
  .splashSoccer .checkout-button.button {
    text-transform: uppercase;
    opacity: 1;
    border: solid 2px #00aaff;
    border-radius: 0;
    height: 47px;
    line-height: 43px;
    padding: 0 40px;
    font-size: 15px;
    margin-top: 0; }
    .splashSoccer .checkout-button.button:before {
      background: #00aaff; }
    .splashSoccer .checkout-button.button:hover {
      color: #00aaff; }
  .splashSoccer .button.btn-only-border {
    text-transform: uppercase;
    opacity: 1;
    border-radius: 0;
    background: transparent !important;
    height: 47px;
    line-height: 43px;
    padding: 0 35px;
    font-size: 15px;
    margin-top: 0;
    border: 2px solid #00aaff;
    color: #00aaff; }
    .splashSoccer .button.btn-only-border:before {
      background: transparent;
      -webkit-transform: scale3d(0.7, 1, 1);
      transform: scale3d(0.7, 1, 1); }
    .splashSoccer .button.btn-only-border:hover, .splashSoccer .button.btn-only-border:active {
      color: #fff !important; }
      .splashSoccer .button.btn-only-border:hover:before, .splashSoccer .button.btn-only-border:active:before {
        background: #00aaff;
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
  .splashSoccer .button.btn-input-wrap.btn-only-border {
    text-transform: uppercase;
    opacity: 1;
    border-radius: 0;
    background: transparent !important;
    height: 47px;
    line-height: 43px;
    padding: 0;
    font-size: 15px;
    margin-top: 0;
    border: 2px solid #00aaff;
    color: #00aaff; }
    .splashSoccer .button.btn-input-wrap.btn-only-border:before {
      background: transparent;
      -webkit-transform: scale3d(0.7, 1, 1);
      transform: scale3d(0.7, 1, 1); }
    .splashSoccer .button.btn-input-wrap.btn-only-border:hover:before {
      background: #00aaff;
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    .splashSoccer .button.btn-input-wrap.btn-only-border:hover input[type='submit'] {
      color: #fff !important; }
    .splashSoccer .button.btn-input-wrap.btn-only-border input[type='submit'] {
      display: block;
      overflow: hidden;
      background: transparent !important;
      margin: 0;
      width: 100%;
      line-height: 43px;
      padding: 0 40px !important;
      border: 0;
      border-radius: 0;
      height: auto;
      min-height: 44px;
      color: #00aaff; }
  .splashSoccer button.button-gray.btn-only-border {
    text-transform: uppercase;
    opacity: 1;
    border-radius: 0;
    background: transparent !important;
    height: 47px;
    line-height: 43px;
    padding: 0 32px;
    font-size: 15px;
    margin-top: 0;
    border: 1px solid #b2b2b2;
    color: #282f36;
    font-weight: 400; }
    .splashSoccer button.button-gray.btn-only-border:before {
      background: transparent;
      -webkit-transform: scale3d(0.7, 1, 1);
      transform: scale3d(0.7, 1, 1); }
    .splashSoccer button.button-gray.btn-only-border:hover {
      border-color: #00aaff;
      color: #fff; }
      .splashSoccer button.button-gray.btn-only-border:hover:before {
        background: #00aaff;
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
      .splashSoccer button.button-gray.btn-only-border:hover input[type='submit'] {
        color: #fff !important; }
    .splashSoccer button.button-gray.btn-only-border input[type='submit'] {
      display: block;
      overflow: hidden;
      background: transparent !important;
      margin: 0;
      width: 100%;
      line-height: 43px;
      padding: 0 40px !important;
      border: 0;
      border-radius: 0;
      height: auto;
      min-height: 44px;
      font-weight: 400;
      font-size: 15px; }
  .splashSoccer button.single_add_to_cart_button {
    text-transform: uppercase;
    opacity: 1;
    border-radius: 0;
    border: 0;
    height: 47px !important;
    line-height: 47px !important;
    padding: 0 40px 0 60px;
    font-size: 15px;
    margin-top: 0;
    background: #039ce9 !important;
    letter-spacing: 0; }
    .splashSoccer button.single_add_to_cart_button:before {
      text-transform: uppercase;
      opacity: 1;
      border-radius: 0;
      height: 47px;
      line-height: 43px;
      padding: 0 40px;
      font-size: 15px;
      margin-top: 0;
      background: #00aaff !important;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    .splashSoccer button.single_add_to_cart_button:after {
      content: "\f218";
      font-family: 'FontAwesome';
      color: #fff;
      position: absolute;
      left: 19%;
      top: 49%;
      -webkit-transform: translateY(-49%);
              transform: translateY(-49%);
      font-size: 17px; }
    .splashSoccer button.single_add_to_cart_button:hover {
      color: #fff !important; }
      .splashSoccer button.single_add_to_cart_button:hover:before {
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1); }
  .splashSoccer .button.wc-backward {
    text-transform: uppercase;
    opacity: 1;
    border-radius: 0;
    background: transparent !important;
    height: 47px;
    line-height: 43px;
    padding: 0 10px;
    font-size: 15px;
    margin-top: 0;
    border: 1px solid #b2b2b2;
    color: #282f36; }
    .splashSoccer .button.wc-backward:before {
      background: transparent;
      -webkit-transform: scale3d(0.7, 1, 1);
      transform: scale3d(0.7, 1, 1); }
    .splashSoccer .button.wc-backward:hover {
      border-color: #00aaff;
      color: #fff; }
      .splashSoccer .button.wc-backward:hover:before {
        background: #00aaff;
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
  .splashSoccer .button-gray.btn-only-border {
    text-transform: uppercase;
    opacity: 1;
    border-radius: 0;
    background: transparent !important;
    height: 47px;
    line-height: 43px;
    padding: 0 10px;
    font-size: 15px;
    margin-top: 0;
    border: 1px solid #b2b2b2;
    color: #282f36; }
    .splashSoccer .button-gray.btn-only-border:before {
      background: transparent;
      -webkit-transform: scale3d(0.7, 1, 1);
      transform: scale3d(0.7, 1, 1); }
    .splashSoccer .button-gray.btn-only-border:hover {
      border-color: #00aaff;
      color: #fff; }
      .splashSoccer .button-gray.btn-only-border:hover:before {
        background: #00aaff;
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
      .splashSoccer .button-gray.btn-only-border:hover input[type='submit'] {
        color: #fff !important; }
    .splashSoccer .button-gray.btn-only-border input[type='submit'] {
      display: block;
      overflow: hidden;
      background: transparent !important;
      margin: 0;
      width: 100%;
      line-height: 43px;
      padding: 0 40px !important;
      border: 0;
      border-radius: 0;
      height: auto;
      min-height: 44px;
      color: #fff;
      font-weight: 400;
      font-size: 15px; }
  .splashSoccer .button.button-gray.btn-only-border {
    text-transform: uppercase;
    opacity: 1;
    border-radius: 0;
    background: transparent !important;
    height: 47px;
    line-height: 43px;
    padding: 0 35px;
    font-size: 15px;
    margin-top: 0;
    border: 1px solid #b2b2b2;
    color: #282f36; }
    .splashSoccer .button.button-gray.btn-only-border:before {
      background: transparent;
      -webkit-transform: scale3d(0.7, 1, 1);
      transform: scale3d(0.7, 1, 1); }
    .splashSoccer .button.button-gray.btn-only-border:hover {
      border-color: #00aaff;
      color: #fff; }
      .splashSoccer .button.button-gray.btn-only-border:hover:before {
        background: #00aaff;
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
      .splashSoccer .button.button-gray.btn-only-border:hover input[type='submit'] {
        color: #fff !important; }
    .splashSoccer .button.button-gray.btn-only-border input[type='submit'] {
      display: block;
      overflow: hidden;
      background: transparent !important;
      margin: 0;
      width: 100%;
      line-height: 43px;
      padding: 0 40px !important;
      border: 0;
      border-radius: 0;
      height: auto;
      min-height: 44px;
      color: #fff;
      font-weight: 400;
      font-size: 15px; }
  .splashSoccer .button-input-wrap.button-gray.btn-only-border {
    text-transform: uppercase;
    opacity: 1;
    border-radius: 0;
    background: transparent !important;
    height: 47px;
    line-height: 43px;
    padding: 0;
    font-size: 15px;
    margin-top: 0;
    border: 1px solid #b2b2b2;
    color: #282f36; }
    .splashSoccer .button-input-wrap.button-gray.btn-only-border:before {
      background: transparent;
      -webkit-transform: scale3d(0.7, 1, 1);
      transform: scale3d(0.7, 1, 1); }
    .splashSoccer .button-input-wrap.button-gray.btn-only-border:hover {
      border-color: #00aaff;
      color: #fff; }
      .splashSoccer .button-input-wrap.button-gray.btn-only-border:hover:before {
        background: #00aaff;
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
      .splashSoccer .button-input-wrap.button-gray.btn-only-border:hover input[type='submit'] {
        color: #00aaff !important; }
    .splashSoccer .button-input-wrap.button-gray.btn-only-border input[type='submit'] {
      display: block;
      overflow: hidden;
      background: transparent !important;
      margin: 0;
      width: 100%;
      line-height: 43px;
      padding: 0 40px !important;
      border: 0;
      border-radius: 0;
      height: auto;
      min-height: 44px;
      color: #fff;
      font-weight: 400;
      font-size: 15px; }
  .splashSoccer .button.btn-md {
    padding: 0;
    border: solid 2px #00aaff;
    letter-spacing: 0;
    font-weight: 400; }
    .splashSoccer .button.btn-md:before {
      background-color: #00aaff !important; }
    .splashSoccer .button.btn-md:hover input[type='submit'], .splashSoccer .button.btn-md:active input[type='submit'] {
      color: #00aaff !important; }
    .splashSoccer .button.btn-md input[type='submit'] {
      display: block;
      overflow: hidden;
      background: transparent !important;
      margin: 0;
      width: 100%;
      line-height: 43px;
      padding: 0 35px !important;
      border: 0;
      border-radius: 0;
      height: auto;
      min-height: 44px;
      letter-spacing: 0;
      font-weight: 400; }
  .splashSoccer .button.btn-md.btn-border {
    padding: 0;
    border: 0 !important;
    background: #039ce9 !important; }
    .splashSoccer .button.btn-md.btn-border:before {
      background-color: #00aaff !important;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    .splashSoccer .button.btn-md.btn-border:hover, .splashSoccer .button.btn-md.btn-border:active {
      border: 0 !important; }
      .splashSoccer .button.btn-md.btn-border:hover:before, .splashSoccer .button.btn-md.btn-border:active:before {
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1); }
      .splashSoccer .button.btn-md.btn-border:hover input[type='submit'], .splashSoccer .button.btn-md.btn-border:active input[type='submit'] {
        color: #fff !important; }
    .splashSoccer .button.btn-md.btn-border input[type='submit'] {
      display: block;
      overflow: hidden;
      background: transparent !important;
      margin: 0;
      width: 100%;
      line-height: 47px;
      padding: 0 35px !important;
      border: 0;
      border-radius: 0;
      height: auto;
      min-height: 44px;
      letter-spacing: 0;
      font-weight: 400; }
  .splashSoccer .btn-danger {
    text-transform: uppercase;
    opacity: 1;
    border-radius: 0;
    border-color: #00aaff;
    background: #00aaff;
    height: 47px;
    line-height: 43px;
    padding: 0 40px;
    font-size: 15px;
    margin-top: 0; }
  .splashSoccer .woocommerce #payment #place_order, .splashSoccer .woocommerce-page #payment #place_order {
    border: none;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none; }
  .splashSoccer ul.stm-list-icon li {
    padding-left: 40px;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 12px;
    padding-left: 33px; }
    .splashSoccer ul.stm-list-icon li i:before {
      color: #00aaff; }
  .splashSoccer ul.circle li {
    padding-left: 40px;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 22px; }
    .splashSoccer ul.circle li i.circle:before {
      display: block;
      color: #fff;
      z-index: 1;
      position: relative;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%), translateY(-50%);
              transform: translateX(-50%), translateY(-50%); }
    .splashSoccer ul.circle li i.circle:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      background: #00aaff;
      padding: 100%;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 0; }
  .splashSoccer p {
    font-size: 14px; }
  .splashSoccer h1, .splashSoccer .h1 {
    font-weight: 400;
    margin: 0 0 20px;
    line-height: 80px; }
  .splashSoccer h2, .splashSoccer .h2 {
    font-weight: 400;
    margin: 0 0 20px; }
  .splashSoccer h3, .splashSoccer .h3 {
    font-weight: 400;
    margin: 0 0 20px; }
  .splashSoccer h4, .splashSoccer .h4 {
    font-weight: 400;
    margin: 0 0 20px; }
  .splashSoccer h5, .splashSoccer .h5 {
    font-weight: 400;
    margin: 0 0 20px; }
  .splashSoccer h6, .splashSoccer .h6 {
    font-weight: 400;
    margin: 0 0 20px; }
  .splashSoccer .sp-scrollable-table-wrapper .sp-data-table {
    margin: 0; }
  .splashSoccer .sp-data-table thead th, .splashSoccer .sp-data-table tbody td, .splashSoccer .sp-data-table tfoot td {
    border: none;
    padding: 5px 10px !important;
    height: 40px; }
  .splashSoccer .sp-data-table tbody td.data-p, .splashSoccer .sp-data-table tbody td.data-w, .splashSoccer .sp-data-table tbody td.data-d, .splashSoccer .sp-data-table tbody td.data-l, .splashSoccer .sp-data-table tbody td.data-pts,
  .splashSoccer .sp-data-table tfoot td.data-p, .splashSoccer .sp-data-table tfoot td.data-w, .splashSoccer .sp-data-table tfoot td.data-d, .splashSoccer .sp-data-table tfoot td.data-l, .splashSoccer .sp-data-table tfoot td.data-pts {
    color: #fff !important;
    font-size: 13px !important;
    font-family: inherit; }
  .splashSoccer .sp-data-table tbody tr.red td.data-rank,
  .splashSoccer .sp-data-table tfoot tr.red td.data-rank {
    color: #00aaff; }
  .splashSoccer .vc_league_table .sp-data-table thead th {
    font-family: "Arial";
    padding: 3px 10px 3px 5px;
    height: 34px;
    color: #b2b2b2 !important; }
    .splashSoccer .vc_league_table .sp-data-table thead th.data-rank {
      padding-left: 13px !important; }
  .splashSoccer #wrapper {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    width: 100%;
    margin: 0 auto;
    min-width: 320px;
    background: #ffffff; }
  .splashSoccer #header {
    position: relative;
    z-index: 500;
    width: 100%;
    margin: 0 0 25px; }
  .splashSoccer #main {
    position: relative; }
  .splashSoccer #stm-footer-top #footer-main .footer-widgets-wrapper {
    padding: 13px 0 15px; }
    .splashSoccer #stm-footer-top #footer-main .footer-widgets-wrapper h6 {
      font-size: 20px !important; }
  .splashSoccer #stm-footer-bottom {
    padding: 62px 0; }
    .splashSoccer #stm-footer-bottom .footer-bottom-left .footer-bottom-left-text {
      margin: 0;
      color: #868686;
      letter-spacing: 0; }
    .splashSoccer #stm-footer-bottom .footer-bottom-right .stm-bottom-menu {
      display: block;
      overflow: hidden; }
      .splashSoccer #stm-footer-bottom .footer-bottom-right .stm-bottom-menu .footer-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        -ms-flex-line-pack: distribute;
            align-content: space-around; }
        .splashSoccer #stm-footer-bottom .footer-bottom-right .stm-bottom-menu .footer-menu li {
          margin: 0; }
          .splashSoccer #stm-footer-bottom .footer-bottom-right .stm-bottom-menu .footer-menu li.current-menu-item a {
            color: #00aaff; }
          .splashSoccer #stm-footer-bottom .footer-bottom-right .stm-bottom-menu .footer-menu li a {
            padding: 0 20px;
            font-weight: 400;
            font-size: 15px;
            text-transform: uppercase;
            text-decoration: none; }
            .splashSoccer #stm-footer-bottom .footer-bottom-right .stm-bottom-menu .footer-menu li a:hover {
              color: #00aaff; }
  .splashSoccer.home .stm-title-box-unit {
    display: none; }
  .splashSoccer .stm-revslider-wrap {
    margin-top: 25px; }
  .splashSoccer .stm-main-menu .stm-main-menu-unit .header-menu li a:before {
    background: #00aaff; }
  .splashSoccer .stm-title-box-unit {
    padding-top: 13px;
    padding-bottom: 28px; }
    .splashSoccer .stm-title-box-unit .woocommerce-breadcrumb {
      max-width: 1140px;
      padding: 0 15px !important;
      width: auto;
      margin: 0 auto 53px !important;
      text-transform: none;
      color: #868686;
      letter-spacing: 0;
      line-height: 14px;
      font-size: 13px;
      font-family: "Arial";
      font-weight: 400; }
      .splashSoccer .stm-title-box-unit .woocommerce-breadcrumb a {
        color: #868686; }
    .splashSoccer .stm-title-box-unit .stm-breadcrumbs-unit {
      margin-bottom: 53px; }
      .splashSoccer .stm-title-box-unit .stm-breadcrumbs-unit .navxtBreads {
        font-weight: 400;
        font-size: 13px;
        color: #868686;
        text-transform: none;
        letter-spacing: 0;
        line-height: 14px; }
        .splashSoccer .stm-title-box-unit .stm-breadcrumbs-unit .navxtBreads span[property='itemListElement'] > a {
          color: #868686; }
          .splashSoccer .stm-title-box-unit .stm-breadcrumbs-unit .navxtBreads span[property='itemListElement'] > a:hover {
            color: #868686 !important; }
        .splashSoccer .stm-title-box-unit .stm-breadcrumbs-unit .navxtBreads span[property='itemListElement'] span {
          font-weight: 400;
          font-size: 13px;
          color: #868686;
          text-transform: none;
          letter-spacing: 0;
          line-height: 14px; }
    .splashSoccer .stm-title-box-unit h2 {
      font-size: 36px;
      font-weight: 400;
      text-transform: uppercase;
      line-height: 40px;
      padding-bottom: 20px;
      position: relative;
      margin-bottom: 0; }
      .splashSoccer .stm-title-box-unit h2:after {
        content: " ";
        display: block;
        overflow: hidden;
        width: 32px;
        height: 3px;
        background: #00aaff;
        position: absolute;
        bottom: 0; }
    .splashSoccer .stm-title-box-unit .stm-shop-categories {
      display: none; }
  .splashSoccer .container {
    max-width: 1140px; }
  .splashSoccer .stm-carousel-controls-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .splashSoccer .stm-carousel-controls-right .stm-carousel-control-prev, .splashSoccer .stm-carousel-controls-right .stm-carousel-control-next {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 44px;
      height: 44px;
      border: solid 1px #868686;
      text-align: center;
      padding: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 1px;
      -webkit-transition: all .1s ease-in;
      transition: all .1s ease-in; }
      .splashSoccer .stm-carousel-controls-right .stm-carousel-control-prev i, .splashSoccer .stm-carousel-controls-right .stm-carousel-control-next i {
        color: #868686;
        padding: 0;
        vertical-align: middle;
        height: 26px;
        width: 9px;
        opacity: 0.55;
        -webkit-transition: all .1s ease-in;
        transition: all .1s ease-in; }
      .splashSoccer .stm-carousel-controls-right .stm-carousel-control-prev:hover, .splashSoccer .stm-carousel-controls-right .stm-carousel-control-next:hover {
        border-color: #00aaff;
        background: #00aaff; }
        .splashSoccer .stm-carousel-controls-right .stm-carousel-control-prev:hover i, .splashSoccer .stm-carousel-controls-right .stm-carousel-control-next:hover i {
          color: #fff;
          opacity: 1; }
  .splashSoccer #stm-top-bar {
    min-height: 36px; }
    .splashSoccer #stm-top-bar .stm-top-bar_left .stm-top-switcher-holder {
      float: left; }
      .splashSoccer #stm-top-bar .stm-top-bar_left .stm-top-switcher-holder .language-switcher-unit {
        min-width: 100px; }
        .splashSoccer #stm-top-bar .stm-top-bar_left .stm-top-switcher-holder .language-switcher-unit .stm-current-language {
          line-height: 36px; }
          .splashSoccer #stm-top-bar .stm-top-bar_left .stm-top-switcher-holder .language-switcher-unit .stm-current-language .stm-language-flag {
            display: none; }
          .splashSoccer #stm-top-bar .stm-top-bar_left .stm-top-switcher-holder .language-switcher-unit .stm-current-language .stm-language-code {
            display: inline-block;
            color: #b2b2b2;
            font-size: 11px;
            text-transform: uppercase; }
          .splashSoccer #stm-top-bar .stm-top-bar_left .stm-top-switcher-holder .language-switcher-unit .stm-current-language .stm-switcher-open {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            margin-left: 10px;
            margin-top: -5px; }
            .splashSoccer #stm-top-bar .stm-top-bar_left .stm-top-switcher-holder .language-switcher-unit .stm-current-language .stm-switcher-open:before {
              content: "\f0dd";
              display: block;
              font-family: 'FontAwesome';
              font-size: 14px;
              color: #b2b2b2;
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%); }
        .splashSoccer #stm-top-bar .stm-top-bar_left .stm-top-switcher-holder .language-switcher-unit ul.lang-dropdown-menu {
          z-index: 1000000;
          border-radius: 0;
          border-color: #fff;
          min-width: 100px; }
          .splashSoccer #stm-top-bar .stm-top-bar_left .stm-top-switcher-holder .language-switcher-unit ul.lang-dropdown-menu li {
            margin: 0; }
            .splashSoccer #stm-top-bar .stm-top-bar_left .stm-top-switcher-holder .language-switcher-unit ul.lang-dropdown-menu li a {
              padding: 5px 14px;
              line-height: 20px; }
              .splashSoccer #stm-top-bar .stm-top-bar_left .stm-top-switcher-holder .language-switcher-unit ul.lang-dropdown-menu li a .stm-language-flag {
                display: none; }
              .splashSoccer #stm-top-bar .stm-top-bar_left .stm-top-switcher-holder .language-switcher-unit ul.lang-dropdown-menu li a .stm-language-code {
                font-size: 11px;
                text-transform: uppercase;
                color: #b2b2b2; }
    .splashSoccer #stm-top-bar .stm-top-bar_right .clearfix .stm-top-cart-holder {
      display: block;
      float: right;
      width: auto;
      position: relative; }
      .splashSoccer #stm-top-bar .stm-top-bar_right .clearfix .stm-top-cart-holder .stm-cart-af {
        line-height: 36px !important; }
        .splashSoccer #stm-top-bar .stm-top-bar_right .clearfix .stm-top-cart-holder .stm-cart-af a {
          padding: 0 0 0 60px;
          height: 36px; }
          .splashSoccer #stm-top-bar .stm-top-bar_right .clearfix .stm-top-cart-holder .stm-cart-af a:hover {
            background: transparent; }
          .splashSoccer #stm-top-bar .stm-top-bar_right .clearfix .stm-top-cart-holder .stm-cart-af a i {
            font-size: 20px;
            color: #252c33; }
            .splashSoccer #stm-top-bar .stm-top-bar_right .clearfix .stm-top-cart-holder .stm-cart-af a i:before {
              content: '\e91d';
              font-family: 'stm-splash-icons'; }
          .splashSoccer #stm-top-bar .stm-top-bar_right .clearfix .stm-top-cart-holder .stm-cart-af a .list-label {
            display: none; }
          .splashSoccer #stm-top-bar .stm-top-bar_right .clearfix .stm-top-cart-holder .stm-cart-af a .list-badge {
            display: block;
            position: absolute;
            top: 2px;
            right: 0;
            font-size: 11px;
            color: #fff;
            background: #00aaff; }
    .splashSoccer #stm-top-bar .stm-top-bar_right .clearfix .stm-top-profile-holder {
      display: block;
      width: auto;
      min-width: 34px;
      float: left;
      overflow: hidden;
      height: 36px;
      line-height: 36px;
      position: relative; }
      .splashSoccer #stm-top-bar .stm-top-bar_right .clearfix .stm-top-profile-holder .stm-profile-wrapp a {
        color: #b2b2b2;
        font-size: 11px;
        text-transform: uppercase;
        font-family: "Arial"; }
      .splashSoccer #stm-top-bar .stm-top-bar_right .clearfix .stm-top-profile-holder .stm-profile-wrapp .vertical-divider {
        background-color: #b2b2b2; }
  .splashSoccer .countdown {
    display: block;
    overflow: hidden;
    position: relative; }
    .splashSoccer .countdown span {
      padding: 8px 12px 2px;
      min-width: 65px;
      height: 87px;
      border-bottom: 3px solid #00aaff;
      font-size: 30px;
      color: #fff;
      line-height: 50px;
      text-align: center;
      display: inline-block;
      vertical-align: top;
      background: rgba(53, 62, 70, 0.9);
      margin: 0 3px;
      font-weight: normal; }
    .splashSoccer .countdown small {
      font-family: "Arial";
      font-size: 13px;
      line-height: 19px;
      display: block; }
  .splashSoccer .sp-data-table {
    border-collapse: inherit !important;
    border-spacing: 0; }
  .splashSoccer .sp-data-table thead th {
    padding: 10px;
    background: #4f575e !important;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal; }
  .splashSoccer .sp-data-table tbody td,
  .splashSoccer .sp-data-table tfoot td {
    padding: 5px 10px;
    background: #2a3138 !important;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    border: 0 !important; }
  .splashSoccer .sp-data-table tbody tr:nth-child(even) td,
  .splashSoccer .sp-data-table tfoot tr:nth-child(even) td {
    background: #4f575e !important; }
  .splashSoccer .sp-data-table tbody td a:hover,
  .splashSoccer .sp-data-table tfoot td a:hover {
    color: #00aaff !important; }
  .splashSoccer .sp-data-table tbody td a,
  .splashSoccer .sp-data-table tfoot td a {
    color: #fff !important; }
  .splashSoccer .vc_tta-tabs-container {
    display: block;
    overflow: hidden; }
    .splashSoccer .vc_tta-tabs-container .vc_tta-tabs-list {
      display: block;
      overflow: hidden;
      position: relative;
      padding: 1px 0 0 !important; }
      .splashSoccer .vc_tta-tabs-container .vc_tta-tabs-list li {
        display: block;
        width: 50%;
        float: left;
        margin: 0 !important; }
        .splashSoccer .vc_tta-tabs-container .vc_tta-tabs-list li a {
          display: block;
          overflow: hidden;
          background: #242b31;
          padding: 0 10px !important;
          border: 0 !important;
          margin: 0;
          line-height: 52px;
          font-weight: 400;
          font-size: 17px;
          color: #fff;
          text-align: center; }
          .splashSoccer .vc_tta-tabs-container .vc_tta-tabs-list li a span {
            color: #fff;
            font-weight: 400;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .splashSoccer .vc_tta-tabs-container .vc_tta-tabs-list li a:hover {
            background: #00aaff !important; }
        .splashSoccer .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a {
          background: #00aaff !important;
          line-height: 53px;
          margin-top: -1px; }
  .splashSoccer .stm-title-left h2.stm-main-title-unit {
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 32px; }
  .splashSoccer .stm-products-carousel-init .product, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel {
    width: 100%;
    margin: 0 0 50px;
    padding: 0 5px;
    position: relative; }
    .splashSoccer .stm-products-carousel-init .product a, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel a {
      position: relative;
      display: block; }
      .splashSoccer .stm-products-carousel-init .product a:hover img, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel a:hover img {
        border-color: #00aaff; }
      .splashSoccer .stm-products-carousel-init .product a:hover .product_header h3, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel a:hover .product_header h3 {
        color: #00aaff; }
      .splashSoccer .stm-products-carousel-init .product a .onsale, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel a .onsale {
        width: 71px;
        height: 71px;
        background: url(../images/soccer/product_sale.png) no-repeat 0 0;
        border-radius: 0;
        box-shadow: none;
        text-indent: -5000px;
        left: 0;
        top: 0;
        right: auto;
        bottom: auto;
        margin: -3px 0 0 -3px;
        z-index: 10;
        min-height: 3.236em;
        min-width: 3.236em;
        padding: .202em;
        font-weight: 700;
        position: absolute;
        text-align: center;
        line-height: 3.236; }
      .splashSoccer .stm-products-carousel-init .product a img, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel a img {
        width: 100%;
        height: auto;
        display: block;
        box-shadow: none;
        border: 1px solid #b2b2b2;
        margin: 0 0 14px; }
    .splashSoccer .stm-products-carousel-init .product .product_header, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel .product_header {
      position: relative;
      margin: 0 0 10px; }
      .splashSoccer .stm-products-carousel-init .product .product_header h3, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel .product_header h3 {
        float: left;
        font-size: 17px;
        text-transform: uppercase;
        line-height: 15px;
        margin: 0;
        padding: 0;
        font-weight: 400;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .splashSoccer .stm-products-carousel-init .product .product_header h3 a, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel .product_header h3 a {
          position: relative;
          display: block;
          text-decoration: none;
          color: #151618;
          -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease; }
      .splashSoccer .stm-products-carousel-init .product .product_header .reviews, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel .product_header .reviews {
        position: relative;
        display: block;
        text-decoration: none;
        float: right;
        color: #b2b2b2;
        line-height: 15px;
        font-size: 13px; }
    .splashSoccer .stm-products-carousel-init .product .product_info, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel .product_info {
      position: relative;
      margin: 0 0 10px; }
      .splashSoccer .stm-products-carousel-init .product .product_info a, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel .product_info a {
        position: relative;
        display: block;
        text-decoration: none;
        float: left;
        font-size: 13px;
        color: #868686;
        margin: 0 0 3px; }
      .splashSoccer .stm-products-carousel-init .product .product_info .star-rating, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel .product_info .star-rating {
        display: block;
        overflow: hidden;
        width: 75px;
        height: 15px;
        line-height: 20px;
        float: right;
        margin-top: 4px; }
        .splashSoccer .stm-products-carousel-init .product .product_info .star-rating:before, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel .product_info .star-rating:before {
          color: #00aaff;
          letter-spacing: 1px;
          font-size: 15px; }
        .splashSoccer .stm-products-carousel-init .product .product_info .star-rating span:before, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel .product_info .star-rating span:before {
          color: #00aaff;
          letter-spacing: 1px;
          font-size: 15px; }
    .splashSoccer .stm-products-carousel-init .product .product_footer, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel .product_footer {
      position: relative;
      height: 32px;
      line-height: 32px; }
      .splashSoccer .stm-products-carousel-init .product .product_footer .add_to_cart_button, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel .product_footer .add_to_cart_button {
        display: block;
        font-weight: 400;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0 10px;
        background: #00aaff;
        height: 32px;
        text-align: center;
        font-size: 15px !important;
        color: #fff !important;
        text-decoration: none; }
        .splashSoccer .stm-products-carousel-init .product .product_footer .add_to_cart_button i, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel .product_footer .add_to_cart_button i {
          margin: 0 5px 0 5px;
          font-size: 19px; }
      .splashSoccer .stm-products-carousel-init .product .product_footer .price, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel .product_footer .price {
        position: relative;
        display: block;
        background: #394046;
        display: block;
        color: #fff;
        font-size: 15px;
        padding: 0 12px;
        float: left;
        margin: 0 12px 0 0;
        position: relative;
        min-width: 61%;
        font-size: 18px; }
        .splashSoccer .stm-products-carousel-init .product .product_footer .price:before, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel .product_footer .price:before {
          content: '';
          position: absolute;
          right: -13px;
          top: 0;
          border-bottom: 32px solid #00aaff;
          border-left: 11px solid transparent; }
        .splashSoccer .stm-products-carousel-init .product .product_footer .price:after, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel .product_footer .price:after {
          content: '';
          position: absolute;
          right: -11px;
          top: 0;
          border-top: 32px solid #394046;
          border-right: 11px solid transparent; }
        .splashSoccer .stm-products-carousel-init .product .product_footer .price del, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel .product_footer .price del {
          font-size: 13px;
          color: #d9d9d9 !important;
          display: inline-block;
          opacity: 0.5;
          vertical-align: top; }
          .splashSoccer .stm-products-carousel-init .product .product_footer .price del span, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel .product_footer .price del span {
            color: #d9d9d9 !important; }
        .splashSoccer .stm-products-carousel-init .product .product_footer .price ins, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel .product_footer .price ins {
          text-decoration: none;
          font-weight: normal;
          margin: 0 0 0 10px; }
        .splashSoccer .stm-products-carousel-init .product .product_footer .price .woocommerce-Price-amount.amount, .splashSoccer .stm-products-carousel-init .stm-single-product-carousel .product_footer .price .woocommerce-Price-amount.amount {
          color: #fff;
          font-weight: 400; }
  .splashSoccer .stm-products-carousel-unit-wrapper {
    width: 100%; }
    .splashSoccer .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .product .product_info .star-rating {
      display: block;
      position: relative;
      color: transparent; }
      .splashSoccer .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .product .product_info .star-rating:before {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f006\f006\f006\f006\f006";
        display: block !important;
        color: #00aaff;
        top: 0;
        left: 0;
        position: absolute;
        letter-spacing: 0; }
      .splashSoccer .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .product .product_info .star-rating span {
        overflow: hidden;
        top: 0;
        left: 0;
        position: absolute;
        padding-top: 1.5em; }
        .splashSoccer .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .product .product_info .star-rating span:before {
          position: absolute;
          display: block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
          top: 0;
          left: 0;
          width: 100%;
          height: 21px;
          content: "\f005\f005\f005\f005\f005";
          letter-spacing: 0;
          color: #00aaff; }
  .splashSoccer .stm-media-tabs .stm-media-tabs-nav ul {
    text-align: right; }
    .splashSoccer .stm-media-tabs .stm-media-tabs-nav ul li.active a {
      color: #fff;
      background: #00aaff; }
      .splashSoccer .stm-media-tabs .stm-media-tabs-nav ul li.active a span {
        border-bottom: 0; }
      .splashSoccer .stm-media-tabs .stm-media-tabs-nav ul li.active a:hover span {
        color: #fff !important; }
    .splashSoccer .stm-media-tabs .stm-media-tabs-nav ul li a {
      color: #fff;
      background: #3f4851;
      padding: 10px 20px 9px !important; }
      .splashSoccer .stm-media-tabs .stm-media-tabs-nav ul li a span {
        font-size: 15px;
        font-weight: 400;
        border-bottom: 0; }
      .splashSoccer .stm-media-tabs .stm-media-tabs-nav ul li a:hover span {
        color: #00aaff; }
  .splashSoccer .stm-media-tabs .tab-content {
    margin-top: 13px; }
  .splashSoccer .stm-news-tabs-wrapper .stm-single-post-loop .image {
    margin-bottom: 27px; }
    .splashSoccer .stm-news-tabs-wrapper .stm-single-post-loop .image:before {
      display: none; }
  .splashSoccer .stm-news-tabs-wrapper .stm-single-post-loop .content {
    overflow: hidden;
    max-height: 108px;
    margin-bottom: 17px; }
    .splashSoccer .stm-news-tabs-wrapper .stm-single-post-loop .content a {
      text-decoration: none;
      color: #151618; }
    .splashSoccer .stm-news-tabs-wrapper .stm-single-post-loop .content .title {
      margin-bottom: 10px;
      font-weight: 400;
      color: #151618; }
    .splashSoccer .stm-news-tabs-wrapper .stm-single-post-loop .content p {
      font-size: 14px;
      color: #475058;
      line-height: 22px; }
  .splashSoccer .stm-news-tabs-wrapper .stm-single-post-loop .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ececec;
    padding: 5px 10px; }
    .splashSoccer .stm-news-tabs-wrapper .stm-single-post-loop .post-meta .stm-post-time {
      display: block;
      width: 100%;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      font-size: 14px;
      color: #b2b2b2; }
    .splashSoccer .stm-news-tabs-wrapper .stm-single-post-loop .post-meta .comments-number {
      display: block;
      width: 100%;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-right: 0;
      text-align: right;
      font-weight: 400;
      font-size: 14px; }
      .splashSoccer .stm-news-tabs-wrapper .stm-single-post-loop .post-meta .comments-number a {
        color: #868686; }
        .splashSoccer .stm-news-tabs-wrapper .stm-single-post-loop .post-meta .comments-number a:hover {
          color: #00aaff; }
    .splashSoccer .stm-news-tabs-wrapper .stm-single-post-loop .post-meta .post_list_item_tags {
      display: none; }
  .splashSoccer .footer-widgets-wrapper .stm-cols-4 aside {
    width: 33.3%; }
  .splashSoccer .footer-widgets-wrapper .widget-title h6 {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase; }
  .splashSoccer .footer-widgets-wrapper .textwidget {
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    opacity: 0.5; }
  .splashSoccer .widget_contacts {
    position: relative; }
    .splashSoccer .widget_contacts ul li.widget_contacts_address .icon i:before {
      content: "\f124" !important;
      color: #b2b2b2; }
    .splashSoccer .widget_contacts ul li.widget_contacts_address .text {
      font-size: 14px;
      color: #fff;
      opacity: 0.5; }
    .splashSoccer .widget_contacts ul li.widget_contacts_phone .icon i:before {
      content: "\f095" !important;
      color: #b2b2b2; }
    .splashSoccer .widget_contacts ul li.widget_contacts_phone .text {
      font-size: 14px;
      color: #fff;
      opacity: 0.5;
      font-weight: 400; }
    .splashSoccer .widget_contacts ul li.widget_contacts_skype .icon i:before {
      content: "\f17e" !important;
      color: #b2b2b2; }
    .splashSoccer .widget_contacts ul li.widget_contacts_skype .text {
      font-size: 14px;
      color: #fff; }
    .splashSoccer .widget_contacts ul li.widget_contacts_mail .icon i:before {
      content: "\f2b7";
      font-family: 'FontAwesome';
      color: #b2b2b2; }
    .splashSoccer .widget_contacts ul li.widget_contacts_mail .text a {
      font-size: 14px;
      color: #fff; }
    .splashSoccer .widget_contacts p {
      position: relative;
      color: #fff;
      font-size: 14px;
      margin: 0 0 10px;
      line-height: 14px; }
      .splashSoccer .widget_contacts p:after {
        content: '';
        clear: both;
        display: table; }
      .splashSoccer .widget_contacts p i {
        font-size: 16px;
        width: 30px;
        line-height: 20px;
        float: left;
        color: #a3a4a4; }
      .splashSoccer .widget_contacts p span {
        overflow: hidden;
        line-height: 20px;
        display: block;
        color: #abb1b9; }
      .splashSoccer .widget_contacts p a {
        color: #abb1b9 !important; }
  .splashSoccer .vc_tta-container {
    margin-bottom: 3px; }
  .splashSoccer .vc_tta-tabs-container .vc_tta-tabs-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: hidden !important;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch; }
    .splashSoccer .vc_tta-tabs-container .vc_tta-tabs-list li {
      width: 100%;
      margin-right: 1px !important; }
      .splashSoccer .vc_tta-tabs-container .vc_tta-tabs-list li a {
        width: 100%; }
  .splashSoccer .vc_tta-panels-container .vc_tta-panel-body .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_content_element .wpb_wrapper h3 {
    text-transform: uppercase;
    line-height: 27px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0; }
    .splashSoccer .vc_tta-panels-container .vc_tta-panel-body .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_content_element .wpb_wrapper h3:after {
      content: '';
      display: block;
      width: 32px;
      height: 3px;
      background: #00aaff;
      position: absolute;
      bottom: 0; }
  .splashSoccer .stm-image-slider {
    margin-bottom: 35px; }
    .splashSoccer .stm-image-slider .stm-slider-control-prev, .splashSoccer .stm-image-slider .stm-slider-control-next {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 44px;
      height: 44px;
      border: solid 1px #868686;
      text-align: center;
      padding: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 1px;
      -webkit-transition: all .1s ease-in;
      transition: all .1s ease-in;
      background: transparent;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .splashSoccer .stm-image-slider .stm-slider-control-prev i, .splashSoccer .stm-image-slider .stm-slider-control-next i {
        display: block;
        overflow: hidden;
        position: relative;
        color: #fff;
        padding: 0;
        vertical-align: middle;
        height: 26px;
        width: 10px;
        opacity: 1;
        -webkit-transition: all .1s ease-in;
        transition: all .1s ease-in; }
        .splashSoccer .stm-image-slider .stm-slider-control-prev i:before, .splashSoccer .stm-image-slider .stm-slider-control-next i:before {
          position: absolute;
          height: 100%;
          font-size: 24px;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
      .splashSoccer .stm-image-slider .stm-slider-control-prev:hover, .splashSoccer .stm-image-slider .stm-slider-control-next:hover {
        border-color: #00aaff;
        background: #00aaff; }
        .splashSoccer .stm-image-slider .stm-slider-control-prev:hover i, .splashSoccer .stm-image-slider .stm-slider-control-next:hover i {
          opacity: 1; }
    .splashSoccer .stm-image-slider .stm-slider-control-prev {
      left: 1.7%; }
    .splashSoccer .stm-image-slider .stm-slider-control-next {
      right: 1.7%; }
  .splashSoccer .wpcf7 form p:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .splashSoccer .wpcf7 form p:nth-of-type(2) span {
      margin-right: 30px; }
      .splashSoccer .wpcf7 form p:nth-of-type(2) span:last-child {
        margin-right: 0; }
      .splashSoccer .wpcf7 form p:nth-of-type(2) span input[type='text'], .splashSoccer .wpcf7 form p:nth-of-type(2) span input[type='email'] {
        border-radius: 0;
        height: 47px;
        background: #fff;
        font-size: 14px;
        color: #868686; }
  .splashSoccer .wpcf7 form p textarea {
    border-radius: 0;
    background: #fff;
    font-size: 14px;
    color: #868686;
    padding: 10px 15px; }
  .splashSoccer .wpcf7 form .btn-border {
    display: block;
    width: 160px;
    text-align: center;
    margin-top: 30px; }
    .splashSoccer .wpcf7 form .btn-border input[type="submit"] {
      background: transparent !important;
      border: 0 !important;
      width: 100%;
      height: 50px;
      font-weight: 400;
      font-size: 15px; }
      .splashSoccer .wpcf7 form .btn-border input[type="submit"]:hover {
        color: inherit; }
    .splashSoccer .wpcf7 form .btn-border .ajax-loader {
      display: none;
      position: absolute;
      right: 20%;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .splashSoccer .wpcf7 form div.wpcf7-validation-errors {
    margin-left: 0;
    color: #41c648;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    display: block;
    border: 2px solid #41c648;
    line-height: 36px;
    margin-right: 0; }
  .splashSoccer .wpcf7 form .stm-elements-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .splashSoccer .wpcf7 form .stm-elements-inline > span {
      display: block;
      width: 100%;
      -ms-flex-item-align: start;
          align-self: flex-start;
      margin-right: 20px; }
      .splashSoccer .wpcf7 form .stm-elements-inline > span input {
        border-radius: 0;
        margin-right: 20px;
        height: 47px;
        background: #fff;
        font-size: 14px;
        color: #868686; }
    .splashSoccer .wpcf7 form .stm-elements-inline > div {
      display: inline-block;
      width: 100%;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      margin-top: 0 !important;
      margin-left: 2px; }
      .splashSoccer .wpcf7 form .stm-elements-inline > div input[type="submit"] {
        height: 45px; }
  .splashSoccer .stm-footer-image {
    height: 500px; }
    .splashSoccer .stm-footer-image .inner {
      padding-top: 187px; }
    .splashSoccer .stm-footer-image .heading-font.title {
      font-size: 48px;
      font-weight: 700;
      margin-bottom: 26px; }
      .splashSoccer .stm-footer-image .heading-font.title span {
        display: inline-block;
        overflow: hidden;
        padding: 10px;
        color: #00aaff;
        background: #151618;
        margin: 0;
        vertical-align: top; }
      .splashSoccer .stm-footer-image .heading-font.title .stm-red {
        color: #00aaff; }
      .splashSoccer .stm-footer-image .heading-font.title .stm-text {
        color: #fff; }
    .splashSoccer .stm-footer-image .button.btn-md {
      padding: 0 35px; }
      .splashSoccer .stm-footer-image .button.btn-md:hover {
        border-color: #00aaff;
        color: #fff; }
      .splashSoccer .stm-footer-image .button.btn-md:active {
        color: #fff !important; }
  .splashSoccer .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
    background: #00aaff; }
    .splashSoccer .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
      /*&:before{
								content: "\f063";
							}*/ }
      .splashSoccer .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
  .splashSoccer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
    border-bottom: 0; }
    .splashSoccer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
      background: #545c64;
      font-size: inherit !important; }
      .splashSoccer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 10px 10px 12px 10px;
        line-height: 22px; }
        .splashSoccer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a:before {
          display: none; }
        .splashSoccer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i {
          display: inline-block;
          overflow: hidden;
          color: #fff;
          width: 30px;
          height: 16px;
          padding: 0;
          position: relative;
          font-size: 14px;
          margin-right: 2px; }
          .splashSoccer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i:before {
            display: block;
            position: absolute;
            left: 5px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
        .splashSoccer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text {
          color: #fff;
          vertical-align: middle;
          font-weight: 400;
          font-size: 15px;
          margin-left: 0; }
  .splashSoccer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
    /*padding: 20px 20px 20px 40px !important;
				transform: none !important;
				transition: none !important;*/ }
    .splashSoccer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body p {
      opacity: 1; }
  .splashSoccer .vc_tta-accordion.style_1 .vc_tta-panel-heading {
    border-bottom: 0; }
  .splashSoccer .vc_tta-accordion.style_1 .vc_tta-panel-body {
    background: #394046;
    margin: 0 3px; }
    .splashSoccer .vc_tta-accordion.style_1 .vc_tta-panel-body p {
      color: #fff; }
  .splashSoccer .vc_tta-container .vc_tta.vc_general.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    padding: 20px 20px 20px 40px; }
  .splashSoccer .stm-price-plan-unit {
    margin-left: -2px;
    margin-right: -2px;
    padding: 2px 2px 55px;
    overflow: hidden; }
  .splashSoccer .stm-price-plan {
    position: relative;
    padding-bottom: 0;
    background-color: #fff;
    text-align: center;
    border-radius: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
    .splashSoccer .stm-price-plan .badge {
      position: absolute;
      top: 15px;
      left: -35px;
      width: 130px;
      padding: 8px 20px;
      background-color: #00aaff;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      border-radius: 0;
      color: #fff;
      text-transform: uppercase;
      font-size: 14px; }
    .splashSoccer .stm-price-plan header {
      padding: 0 0 15px;
      background-color: #394046;
      border-radius: 0;
      color: #fff;
      min-height: 178px; }
      .splashSoccer .stm-price-plan header .title {
        margin: 0 0 22px;
        padding: 15px 0;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0;
        color: #fff;
        font-weight: 400;
        background: #252c33; }
      .splashSoccer .stm-price-plan header .price {
        margin-bottom: 7px;
        font-weight: 700;
        font-size: 60px;
        line-height: 1; }
      .splashSoccer .stm-price-plan header .price-label {
        color: #b2b2b2;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 0; }
    .splashSoccer .stm-price-plan .body {
      padding: 0; }
      .splashSoccer .stm-price-plan .body .single-feature {
        font-weight: 400;
        font-size: 15px;
        padding: 8px 0;
        color: #151618;
        margin-bottom: 0; }
        .splashSoccer .stm-price-plan .body .single-feature:nth-child(odd) {
          background: #f5f5f5; }
    .splashSoccer .stm-price-plan .button-unit {
      padding: 20px 50px;
      background: #f5f5f5; }
      .splashSoccer .stm-price-plan .button-unit .button {
        width: 100%;
        border-radius: 0;
        font-weight: 400;
        color: #fff !important;
        line-height: 47px;
        letter-spacing: 0;
        border: 0;
        background: #039ce9 !important; }
        .splashSoccer .stm-price-plan .button-unit .button:before {
          background-color: #00aaff !important;
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }
        .splashSoccer .stm-price-plan .button-unit .button:hover {
          border: 0 !important;
          color: #fff !important; }
          .splashSoccer .stm-price-plan .button-unit .button:hover:before {
            -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1); }
    .splashSoccer .stm-price-plan:hover header .title {
      background-color: #00aaff; }
  .splashSoccer .stm-default-page-grid {
    padding-top: 10px; }
    .splashSoccer .stm-default-page-grid .stm-single-post-loop .image {
      margin-bottom: 27px; }
      .splashSoccer .stm-default-page-grid .stm-single-post-loop .image:before {
        display: none; }
    .splashSoccer .stm-default-page-grid .stm-single-post-loop > a:hover + .content a {
      color: #00aaff; }
    .splashSoccer .stm-default-page-grid .stm-single-post-loop .content {
      overflow: hidden;
      max-height: 108px;
      margin-bottom: 17px; }
      .splashSoccer .stm-default-page-grid .stm-single-post-loop .content a {
        text-decoration: none;
        color: #151618; }
        .splashSoccer .stm-default-page-grid .stm-single-post-loop .content a:hover {
          color: #00aaff; }
      .splashSoccer .stm-default-page-grid .stm-single-post-loop .content .title {
        min-height: 48px;
        margin-bottom: 10px;
        font-weight: 400;
        color: #151618; }
      .splashSoccer .stm-default-page-grid .stm-single-post-loop .content p {
        font-size: 14px;
        color: #475058;
        line-height: 22px; }
    .splashSoccer .stm-default-page-grid .stm-single-post-loop .post-meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #ececec;
      padding: 5px 10px; }
      .splashSoccer .stm-default-page-grid .stm-single-post-loop .post-meta .stm-post-time {
        display: block;
        width: 100%;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        font-size: 14px;
        color: #b2b2b2; }
      .splashSoccer .stm-default-page-grid .stm-single-post-loop .post-meta .comments-number {
        display: block;
        width: 100%;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        margin-right: 0;
        text-align: right;
        font-weight: 400;
        font-size: 14px; }
        .splashSoccer .stm-default-page-grid .stm-single-post-loop .post-meta .comments-number:hover {
          cursor: default; }
          .splashSoccer .stm-default-page-grid .stm-single-post-loop .post-meta .comments-number:hover a {
            color: #868686; }
        .splashSoccer .stm-default-page-grid .stm-single-post-loop .post-meta .comments-number a:hover {
          color: #00aaff; }
      .splashSoccer .stm-default-page-grid .stm-single-post-loop .post-meta .post_list_item_tags {
        display: none; }
    .splashSoccer .stm-default-page-grid .container .row .col-md-9 .row-3 .col-md-3 {
      width: 33%; }
    .splashSoccer .stm-default-page-grid .container .row .col-md-3.hidden-sm.hidden-xs {
      margin-top: 88px; }
  .splashSoccer .stm-default-page-list {
    padding-top: 8px; }
    .splashSoccer .stm-default-page-list .stm-small-title-box .stm-title-box-unit {
      padding-bottom: 10px; }
    .splashSoccer .stm-default-page-list .stm-single-post-loop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      clear: both;
      margin-top: 25px;
      margin-bottom: 4px;
      border: solid 1px #d8d8d8;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .splashSoccer .stm-default-page-list .stm-single-post-loop:hover .title {
        color: #00aaff; }
      .splashSoccer .stm-default-page-list .stm-single-post-loop:hover .image img {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .splashSoccer .stm-default-page-list .stm-single-post-loop:hover .image:before {
        opacity: 0; }
      .splashSoccer .stm-default-page-list .stm-single-post-loop:hover .stm-plus {
        opacity: 0 !important; }
      .splashSoccer .stm-default-page-list .stm-single-post-loop > a {
        display: block;
        overflow: hidden;
        width: 100%;
        max-width: 255px;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
        .splashSoccer .stm-default-page-list .stm-single-post-loop > a .image {
          display: block;
          max-width: 255px;
          margin-bottom: 0;
          max-height: 380px; }
          .splashSoccer .stm-default-page-list .stm-single-post-loop > a .image:before {
            display: none !important; }
          .splashSoccer .stm-default-page-list .stm-single-post-loop > a .image:after {
            display: none; }
        .splashSoccer .stm-default-page-list .stm-single-post-loop > a .image.audio:after {
          content: "\e905" !important; }
        .splashSoccer .stm-default-page-list .stm-single-post-loop > a .image.video:after {
          content: "\e904" !important;
          font-size: 12px; }
      .splashSoccer .stm-default-page-list .stm-single-post-loop .stm-sticky-post {
        left: 44px; }
      .splashSoccer .stm-default-page-list .stm-single-post-loop .stm-post-content-inner {
        display: block;
        width: 100%;
        overflow: hidden;
        padding: 0 20px 0 28px;
        border: 0;
        background-color: #fff;
        position: relative;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
        .splashSoccer .stm-default-page-list .stm-single-post-loop .stm-post-content-inner .date {
          width: 100%;
          float: left;
          margin: 0 0 10px;
          color: #868686;
          font-size: 13px;
          font-weight: 400;
          text-transform: none;
          letter-spacing: 0px; }
        .splashSoccer .stm-default-page-list .stm-single-post-loop .stm-post-content-inner .title {
          letter-spacing: 0;
          text-transform: none;
          line-height: 20px;
          font-size: 18px;
          font-weight: 400;
          margin-bottom: 15px;
          text-transform: uppercase; }
          .splashSoccer .stm-default-page-list .stm-single-post-loop .stm-post-content-inner .title:hover {
            color: #00aaff; }
        .splashSoccer .stm-default-page-list .stm-single-post-loop .stm-post-content-inner .content p {
          line-height: 20px; }
      .splashSoccer .stm-default-page-list .stm-single-post-loop .post-meta .stm-cat-list-wrapp {
        display: inline-block;
        overflow: hidden;
        vertical-align: middle;
        padding-left: 2px;
        line-height: 14px; }
        .splashSoccer .stm-default-page-list .stm-single-post-loop .post-meta .stm-cat-list-wrapp i {
          display: inline-block;
          vertical-align: middle;
          color: #999999;
          font-size: 14px; }
        .splashSoccer .stm-default-page-list .stm-single-post-loop .post-meta .stm-cat-list-wrapp ul {
          display: inline-block;
          margin: 0 0 0 5px;
          padding: 0;
          list-style: none;
          vertical-align: middle;
          line-height: 14px; }
          .splashSoccer .stm-default-page-list .stm-single-post-loop .post-meta .stm-cat-list-wrapp ul li {
            display: inline-block;
            padding: 0;
            margin: 0 5px 0 0; }
            .splashSoccer .stm-default-page-list .stm-single-post-loop .post-meta .stm-cat-list-wrapp ul li:before {
              display: none; }
            .splashSoccer .stm-default-page-list .stm-single-post-loop .post-meta .stm-cat-list-wrapp ul li a {
              color: #999999;
              font-size: 13px;
              font-weight: 400; }
      .splashSoccer .stm-default-page-list .stm-single-post-loop .post-meta .comments-number {
        display: inline-block;
        overflow: hidden;
        vertical-align: middle;
        opacity: 1;
        text-transform: uppercase;
        margin-right: 0;
        margin-left: 20px; }
        .splashSoccer .stm-default-page-list .stm-single-post-loop .post-meta .comments-number i {
          color: #868686;
          font-size: 14px; }
        .splashSoccer .stm-default-page-list .stm-single-post-loop .post-meta .comments-number a {
          color: #868686;
          font-size: 13px;
          font-weight: 400;
          text-transform: none; }
  .splashSoccer .stm-single-post {
    padding-top: 10px; }
    .splashSoccer .stm-single-post .container .row .col-md-9 .row-3 .col-md-3 {
      width: 33%; }
    .splashSoccer .stm-single-post .container .row .col-md-9 .post-thumbnail {
      margin-bottom: 0; }
    .splashSoccer .stm-single-post .container .row .col-md-9 .stm-single-post-meta {
      background: #394046;
      padding: 15px 15px 13px; }
      .splashSoccer .stm-single-post .container .row .col-md-9 .stm-single-post-meta .stm-meta-left-part {
        margin-bottom: 0;
        line-height: 13px; }
        .splashSoccer .stm-single-post .container .row .col-md-9 .stm-single-post-meta .stm-meta-left-part .stm-date {
          font-size: 13px;
          font-weight: 400;
          text-transform: none;
          color: #d9dadb; }
        .splashSoccer .stm-single-post .container .row .col-md-9 .stm-single-post-meta .stm-meta-left-part .stm-author {
          font-size: 13px;
          font-weight: 400;
          text-transform: none;
          color: #d9dadb; }
      .splashSoccer .stm-single-post .container .row .col-md-9 .stm-single-post-meta .stm-comments-num {
        letter-spacing: 0;
        line-height: 0; }
        .splashSoccer .stm-single-post .container .row .col-md-9 .stm-single-post-meta .stm-comments-num a {
          font-size: 13px;
          font-weight: 400;
          text-transform: none;
          color: #fff; }
          .splashSoccer .stm-single-post .container .row .col-md-9 .stm-single-post-meta .stm-comments-num a i {
            font-size: 15px; }
            .splashSoccer .stm-single-post .container .row .col-md-9 .stm-single-post-meta .stm-comments-num a i:before {
              content: "\f0e6" !important; }
    .splashSoccer .stm-single-post .container .row .col-md-9 .stm-post-meta-bottom {
      border-bottom: 0; }
      .splashSoccer .stm-single-post .container .row .col-md-9 .stm-post-meta-bottom .stm_post_tags {
        color: transparent;
        margin: 6px 0 0; }
        .splashSoccer .stm-single-post .container .row .col-md-9 .stm-post-meta-bottom .stm_post_tags i {
          display: none; }
        .splashSoccer .stm-single-post .container .row .col-md-9 .stm-post-meta-bottom .stm_post_tags a {
          background: #868686;
          color: #fff;
          font-size: 13px;
          font-weight: 400;
          text-transform: none;
          padding: 2px 8px;
          margin: 0 5px 0 0;
          line-height: 20px; }
          .splashSoccer .stm-single-post .container .row .col-md-9 .stm-post-meta-bottom .stm_post_tags a:hover {
            background: #00aaff;
            color: #fff !important; }
      .splashSoccer .stm-single-post .container .row .col-md-9 .stm-post-meta-bottom .stm-share-this-wrapp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        float: right; }
        .splashSoccer .stm-single-post .container .row .col-md-9 .stm-post-meta-bottom .stm-share-this-wrapp .a2a_label {
          text-transform: none; }
    .splashSoccer .stm-single-post .container .row .col-md-9 .stm_author_box .author_name h6 {
      font-size: 20px; }
    .splashSoccer .stm-single-post .container .row .col-md-9 .stm_author_box .author_info-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .splashSoccer .stm-single-post .container .row .col-md-9 .stm_author_box .author_info-wrap .author_avatar {
        display: block;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .splashSoccer .stm-single-post .container .row .col-md-9 .stm_author_box .author_info-wrap .author_avatar img {
          max-width: 80px; }
      .splashSoccer .stm-single-post .container .row .col-md-9 .stm_author_box .author_info-wrap .author_info {
        display: block;
        overflow: hidden; }
    .splashSoccer .stm-single-post .container .row .col-md-9 .stm-single-comment-title .stm-add-review a .fa.fa-pencil-square {
      color: #00aaff; }
    .splashSoccer .stm-single-post .container .row .col-md-9 .stm-single-comment-title .stm-add-review a:hover {
      color: #00aaff; }
    .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments {
      margin-top: 58px; }
      .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area h4 {
        font-weight: 400;
        font-size: 30px;
        color: #000000;
        text-align: left;
        background: transparent;
        border-bottom: 0;
        padding: 0 0 38px 0;
        margin-bottom: 30px; }
      .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .stm-list-duty {
        background: transparent; }
        .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .stm-list-duty li {
          padding-left: 0;
          padding-right: 0;
          border-bottom: 0;
          margin-bottom: 10px; }
          .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .stm-list-duty li .comment-body {
            padding-left: 16px;
            padding-bottom: 16px;
            border-bottom: solid 1px #b2b2b2; }
            .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .stm-list-duty li .comment-body:last-child {
              padding-bottom: 16px; }
            .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .stm-list-duty li .comment-body .comment-author-image {
              margin-right: 25px; }
              .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .stm-list-duty li .comment-body .comment-author-image img {
                max-width: 60px; }
            .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .stm-list-duty li .comment-body .vcard {
              position: relative; }
              .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .stm-list-duty li .comment-body .vcard .heading-font {
                font-size: 16px;
                letter-spacing: 0;
                margin-right: 25px;
                font-weight: 400;
                vertical-align: top;
                line-height: 16px; }
              .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .stm-list-duty li .comment-body .vcard .commentmetadata {
                display: inline-block;
                line-height: 20px;
                vertical-align: top; }
                .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .stm-list-duty li .comment-body .vcard .commentmetadata .date {
                  text-transform: none;
                  font-size: 13px;
                  font-weight: 400;
                  line-height: 18px; }
              .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .stm-list-duty li .comment-body .vcard .reply {
                display: block;
                overflow: hidden;
                position: absolute;
                top: 0;
                right: 0;
                background: #b2b2b2;
                padding: 0 10px; }
                .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .stm-list-duty li .comment-body .vcard .reply i {
                  display: none; }
                .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .stm-list-duty li .comment-body .vcard .reply a {
                  color: #fff; }
                  .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .stm-list-duty li .comment-body .vcard .reply a:hover {
                    color: #fff; }
              .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .stm-list-duty li .comment-body .vcard p {
                margin-top: 4px;
                line-height: 20px;
                font-style: italic; }
          .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .stm-list-duty li .children {
            margin-top: 30px;
            padding-left: 55px; }
      .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .comment-respond {
        display: block;
        overflow: hidden;
        background: #3a4147;
        padding: 0;
        margin-top: 13px; }
        .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .comment-respond h3 {
          display: block;
          font-weight: 400;
          font-size: 30px !important;
          color: #fff;
          margin: 30px 45px 0 40px;
          padding-left: 50px;
          position: relative; }
          .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .comment-respond h3:before {
            display: block;
            content: "\f0e6";
            font-family: 'FontAwesome';
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
          .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .comment-respond h3 small a {
            display: inline-block;
            overflow: hidden;
            background: #b2b2b2;
            color: #fff;
            font-family: 'Arial';
            font-size: 13px;
            letter-spacing: 0;
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            padding: 5px 10px;
            text-transform: none; }
        .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .comment-respond form {
          background: transparent;
          padding: 40px; }
          .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .comment-respond form .logged-in-as a {
            color: #b2b2b2;
            font-size: 13px;
            font-style: italic; }
          .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .comment-respond form .comment-form-comment {
            display: inline-block;
            width: 100%;
            margin-right: 40px;
            vertical-align: top; }
            .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .comment-respond form .comment-form-comment textarea {
              height: 180px;
              max-height: 180px;
              border-radius: 0; }
          .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .comment-respond form .stm-row-comments {
            display: block;
            overflow: hidden; }
            .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .comment-respond form .stm-row-comments > div input {
              height: 50px;
              border-radius: 0; }
          .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .comment-respond form .form-submit span {
            margin-top: 0;
            padding: 0 10px;
            line-height: 18px; }
            .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .comment-respond form .form-submit span input[type="submit"] {
              background: transparent !important;
              border: 0;
              border-radius: 0;
              min-height: 44px; }
              .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .comment-respond form .form-submit span input[type="submit"]:hover {
                color: #fff !important; }
                .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .comment-respond form .form-submit span input[type="submit"]:hover:active {
                  color: #fff !important; }
    .splashSoccer .stm-single-post .container .row .col-md-3.hidden-sm.hidden-xs {
      margin-top: 88px; }
  .splashSoccer input[type='text'], .splashSoccer input[type='email'], .splashSoccer input[type='password'], .splashSoccer textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .splashSoccer aside.widget {
    margin-bottom: 48px; }
    .splashSoccer aside.widget .widget-title h4, .splashSoccer aside.widget .widget-title h6 {
      font-weight: 400;
      font-size: 30px !important; }
    .splashSoccer aside.widget.widget_stm_recent_posts .widget_media {
      border-bottom: solid 1px #d9d9d9;
      padding-bottom: 15px; }
    .splashSoccer aside.widget.widget_stm_recent_posts a .image {
      display: block;
      overflow: hidden;
      max-width: 80px;
      max-height: 65px;
      margin-top: 0;
      margin-right: 15px; }
    .splashSoccer aside.widget.widget_stm_recent_posts a:hover {
      text-decoration: none; }
      .splashSoccer aside.widget.widget_stm_recent_posts a:hover .h5 {
        color: #00aaff !important; }
    .splashSoccer aside.widget.widget_stm_recent_posts a .stm-post-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .splashSoccer aside.widget.widget_stm_recent_posts a .stm-post-content .date {
        font-weight: 400;
        font-size: 12px;
        color: #b2b2b2;
        line-height: 15px;
        margin-top: 3px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        text-transform: none; }
      .splashSoccer aside.widget.widget_stm_recent_posts a .stm-post-content .h5 {
        font-weight: 400;
        font-size: 15px;
        color: #06083b;
        text-transform: uppercase;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 5px; }
    .splashSoccer aside.widget.widget_search input[type="text"] {
      background: #fff !important;
      border-color: #d9d9d9;
      margin-bottom: 15px;
      height: 47px;
      border-radius: 0 !important;
      font-size: 14px;
      color: #868686;
      box-shadow: none;
      outline: inherit; }
    .splashSoccer aside.widget.widget_search button.search-submit {
      border: 0;
      border-radius: 0;
      min-height: 47px;
      padding: 11px 15px 9px; }
      .splashSoccer aside.widget.widget_search button.search-submit:before {
        background: #00aaff !important;
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1); }
      .splashSoccer aside.widget.widget_search button.search-submit i {
        color: #fff;
        font-size: 15px; }
      .splashSoccer aside.widget.widget_search button.search-submit:hover i {
        color: #00aaff; }
      .splashSoccer aside.widget.widget_search button.search-submit:hover:before {
        -webkit-transform: scale3d(0, 1, 1);
                transform: scale3d(0, 1, 1); }
    .splashSoccer aside.widget.widget_categories ul li {
      margin: 0 0 6px 0; }
      .splashSoccer aside.widget.widget_categories ul li a {
        font-size: 14px;
        text-transform: none;
        font-weight: 400;
        padding: 10px 30px 10px 37px;
        background-color: rgba(37, 44, 51, 0.9); }
        .splashSoccer aside.widget.widget_categories ul li a:after {
          display: none; }
        .splashSoccer aside.widget.widget_categories ul li a:before {
          background-color: #00aaff; }
        .splashSoccer aside.widget.widget_categories ul li a:hover:before {
          background-color: #00aaff; }
        .splashSoccer aside.widget.widget_categories ul li a span {
          position: relative; }
          .splashSoccer aside.widget.widget_categories ul li a span:before {
            content: '\f105';
            display: block;
            font-family: 'FontAwesome';
            font-size: 14px;
            color: #fff;
            position: absolute;
            top: -4px;
            left: -21px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            z-index: 10; }
    .splashSoccer aside.widget.widget_archive .select2 .select2-selection {
      border-radius: 0;
      height: 47px; }
      .splashSoccer aside.widget.widget_archive .select2 .select2-selection .select2-selection__rendered {
        line-height: 47px;
        padding: 0 35px 0 15px;
        color: #868686;
        font-size: 14px; }
    .splashSoccer aside.widget.widget_archive .select2 .select2-selection__arrow {
      height: 46px; }
      .splashSoccer aside.widget.widget_archive .select2 .select2-selection__arrow b {
        display: block;
        position: relative;
        background: transparent !important;
        padding: 10px;
        border: 0;
        left: inherit;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        margin: 0; }
        .splashSoccer aside.widget.widget_archive .select2 .select2-selection__arrow b:before {
          content: '\f107';
          display: block;
          font-family: 'FontAwesome';
          font-size: 18px;
          color: #595959;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
                  transform: translateY(-50%) translateX(-50%);
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          z-index: 10; }
    .splashSoccer aside.widget.widget_sp_event_calendar .sp-template-event-calendar .sp-calendar-wrapper .sp-event-calendar caption {
      font-weight: 400;
      color: #151618;
      font-size: 16px;
      padding: 6px 0 4px 0;
      line-height: 30px !important;
      background: transparent;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .splashSoccer aside.widget.widget_sp_event_calendar .sp-template-event-calendar .sp-calendar-wrapper .sp-event-calendar thead tr th {
      font-weight: 700;
      font-size: 13px;
      color: #fff;
      padding: 10px 0 9px 13px; }
    .splashSoccer aside.widget.widget_sp_event_calendar .sp-template-event-calendar .sp-calendar-wrapper .sp-event-calendar tbody tr:first-child td {
      padding-top: 10px; }
    .splashSoccer aside.widget.widget_sp_event_calendar .sp-template-event-calendar .sp-calendar-wrapper .sp-event-calendar tbody tr:last-child td {
      padding-bottom: 10px; }
    .splashSoccer aside.widget.widget_sp_event_calendar .sp-template-event-calendar .sp-calendar-wrapper .sp-event-calendar tbody tr td {
      border-bottom: 0;
      font-weight: 700;
      font-size: 14px;
      color: #fff;
      padding: 5px; }
      .splashSoccer aside.widget.widget_sp_event_calendar .sp-template-event-calendar .sp-calendar-wrapper .sp-event-calendar tbody tr td a {
        color: #00aaff !important; }
    .splashSoccer aside.widget.widget_sp_event_calendar .sp-template-event-calendar .sp-calendar-wrapper .sp-event-calendar tfoot {
      background: #f0f0f0; }
      .splashSoccer aside.widget.widget_sp_event_calendar .sp-template-event-calendar .sp-calendar-wrapper .sp-event-calendar tfoot tr td {
        padding: 10px;
        border-top: solid 1px #d8d8d8; }
        .splashSoccer aside.widget.widget_sp_event_calendar .sp-template-event-calendar .sp-calendar-wrapper .sp-event-calendar tfoot tr td a {
          font-weight: 700;
          font-size: 13px;
          color: #00aaff; }
    .splashSoccer aside.widget.widget_mc4wp_form_widget .mc4wp-form-fields {
      display: block;
      overflow: hidden; }
      .splashSoccer aside.widget.widget_mc4wp_form_widget .mc4wp-form-fields p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .splashSoccer aside.widget.widget_mc4wp_form_widget .mc4wp-form-fields p input[type="email"] {
          display: block;
          width: 82%;
          border-radius: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          height: 47px;
          padding: 13px 15px 10px;
          color: #868686;
          font-size: 14px;
          opacity: 1;
          border-right: 0; }
        .splashSoccer aside.widget.widget_mc4wp_form_widget .mc4wp-form-fields p span {
          position: relative;
          display: block; }
          .splashSoccer aside.widget.widget_mc4wp_form_widget .mc4wp-form-fields p span:before {
            display: block;
            content: '\f1d8';
            font-family: 'FontAwesome';
            font-size: 18px;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
                    transform: translateY(-50%) translateX(-50%);
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            z-index: 10;
            -webkit-transition: all .2s ease-in;
            transition: all .2s ease-in; }
          .splashSoccer aside.widget.widget_mc4wp_form_widget .mc4wp-form-fields p span:after {
            content: '';
            display: block;
            width: 43px;
            height: 47px;
            background: #00aaff;
            -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
            transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 1; }
          .splashSoccer aside.widget.widget_mc4wp_form_widget .mc4wp-form-fields p span:hover:before {
            color: #00aaff; }
          .splashSoccer aside.widget.widget_mc4wp_form_widget .mc4wp-form-fields p span:hover:after {
            -webkit-transform: scale3d(0, 1, 1);
                    transform: scale3d(0, 1, 1);
            opacity: 0; }
          .splashSoccer aside.widget.widget_mc4wp_form_widget .mc4wp-form-fields p span:hover input[type="submit"] {
            background-color: transparent !important;
            border-color: rgba(215, 215, 214, 0.7) !important; }
        .splashSoccer aside.widget.widget_mc4wp_form_widget .mc4wp-form-fields p input[type="submit"] {
          color: transparent !important;
          max-width: 40px;
          height: 47px;
          border-radius: 0;
          padding: 11px 21px 9px;
          border-top: 1px solid rgba(215, 215, 214, 0.7);
          border-right: 1px solid rgba(215, 215, 214, 0.7);
          border-bottom: 1px solid rgba(215, 215, 214, 0.7);
          border-left: 0;
          background-color: transparent !important; }
    .splashSoccer aside.widget.widget_tag_cloud .tagcloud a {
      background: #868686;
      color: #fff;
      font-size: 13px !important;
      font-weight: 400;
      text-transform: none;
      padding: 2px 8px;
      margin: 0 5px 5px 0;
      text-decoration: none; }
      .splashSoccer aside.widget.widget_tag_cloud .tagcloud a:hover {
        background: #00aaff;
        color: #fff !important; }
    .splashSoccer aside.widget.widget_price_filter .price_slider_wrapper .price_slider {
      margin: 0 5px 0 0;
      background: #f0f0f0; }
      .splashSoccer aside.widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
        background: #00aaff; }
      .splashSoccer aside.widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
        width: 4px;
        height: 16px;
        background: #394046;
        margin: 0;
        border-radius: 0; }
    .splashSoccer aside.widget.widget_price_filter .price_slider_wrapper .price_slider_amount {
      display: block;
      position: relative;
      overflow: hidden; }
      .splashSoccer aside.widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
        display: block;
        overflow: hidden;
        float: left;
        text-transform: none;
        font-font: 'Arial';
        font-weight: 400;
        font-size: 13px;
        color: #999999;
        padding-top: 3px; }
        .splashSoccer aside.widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .from, .splashSoccer aside.widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label .to {
          font-font: 'Arial';
          font-weight: 700;
          font-size: 13px;
          color: #151618; }
      .splashSoccer aside.widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
        display: block;
        float: right;
        margin: 0;
        color: #151618;
        font-size: 14px;
        height: 36px;
        line-height: 28px;
        padding: 5px 25px 6px;
        border-radius: 0;
        border: 0;
        background-color: #00aaff !important;
        font-weight: 600; }
        .splashSoccer aside.widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button:before {
          background: #ededed;
          -webkit-transform: scale3d(1, 1, 1);
                  transform: scale3d(1, 1, 1); }
        .splashSoccer aside.widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
          color: #fff; }
          .splashSoccer aside.widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover:before {
            opacity: 1;
            -webkit-transform: scale3d(0, 1, 1);
                    transform: scale3d(0, 1, 1); }
    .splashSoccer aside.widget.widget_top_rated_products .product_list_widget li {
      display: block;
      overflow: hidden;
      padding: 5px 0 !important;
      margin-bottom: 5px !important; }
      .splashSoccer aside.widget.widget_top_rated_products .product_list_widget li:last-child {
        border-bottom: 0; }
      .splashSoccer aside.widget.widget_top_rated_products .product_list_widget li .product-title {
        font-family: 'Oswald';
        font-weight: 400;
        font-size: 15px;
        color: #000000;
        margin-bottom: 0;
        text-transform: uppercase; }
      .splashSoccer aside.widget.widget_top_rated_products .product_list_widget li .star-rating:before {
        color: #00aaff !important;
        letter-spacing: 1px;
        font-size: 15px; }
      .splashSoccer aside.widget.widget_top_rated_products .product_list_widget li .star-rating span:before {
        color: #00aaff !important;
        letter-spacing: 1px;
        font-size: 15px; }
      .splashSoccer aside.widget.widget_top_rated_products .product_list_widget li img {
        margin: 0 10px 0 0;
        max-width: 60px; }
      .splashSoccer aside.widget.widget_top_rated_products .product_list_widget li del {
        display: inline-block;
        color: #808080 !important; }
        .splashSoccer aside.widget.widget_top_rated_products .product_list_widget li del .woocommerce-Price-amount {
          color: #808080 !important;
          font-size: 14px;
          font-weight: 400; }
        .splashSoccer aside.widget.widget_top_rated_products .product_list_widget li del span {
          color: #808080 !important; }
      .splashSoccer aside.widget.widget_top_rated_products .product_list_widget li ins {
        display: inline-block;
        color: #00aaff;
        border-bottom: 0;
        padding-left: 5px;
        font-family: 'Oswald';
        font-weight: 400;
        font-size: 15px;
        text-decoration: none; }
      .splashSoccer aside.widget.widget_top_rated_products .product_list_widget li .woocommerce-Price-amount {
        margin-top: 0;
        color: #00aaff;
        font-family: 'Oswald';
        font-weight: 400;
        font-size: 15px; }
    .splashSoccer aside.widget.widget_product_categories .product-categories > li > a {
      background-color: rgba(37, 44, 51, 0.9); }
      .splashSoccer aside.widget.widget_product_categories .product-categories > li > a:after {
        display: none !important; }
      .splashSoccer aside.widget.widget_product_categories .product-categories > li > a:hover {
        background: #00aaff; }
    .splashSoccer aside.widget.widget_product_categories .product-categories > li .children li a {
      display: block;
      position: relative;
      line-height: 0;
      margin: 3px 0;
      background: transparent;
      color: #151618 !important;
      text-transform: none;
      font-weight: 400; }
      .splashSoccer aside.widget.widget_product_categories .product-categories > li .children li a:after {
        display: block;
        content: "\f111";
        background: transparent;
        font-family: 'FontAwesome';
        font-size: 5px;
        color: #151618;
        position: absolute;
        top: 50% !important;
        left: 8%;
        -webkit-transform: translateX(-50%) !important;
                transform: translateX(-50%) !important;
        width: 5px; }
      .splashSoccer aside.widget.widget_product_categories .product-categories > li .children li a:hover {
        color: #00aaff !important; }
        .splashSoccer aside.widget.widget_product_categories .product-categories > li .children li a:hover:after {
          width: 5px;
          color: #00aaff !important; }
  .splashSoccer .select2-results__option--highlighted {
    background-color: #00aaff !important; }
  .splashSoccer form[data-name="NEWSLETTER"] .mc4wp-form-fields {
    display: block;
    overflow: hidden; }
    .splashSoccer form[data-name="NEWSLETTER"] .mc4wp-form-fields p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .splashSoccer form[data-name="NEWSLETTER"] .mc4wp-form-fields p input[type="email"] {
        display: block;
        width: 82%;
        border-radius: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        height: 47px;
        padding: 13px 15px 10px;
        color: #868686;
        font-size: 14px;
        opacity: 1; }
      .splashSoccer form[data-name="NEWSLETTER"] .mc4wp-form-fields p span {
        position: relative;
        display: block; }
        .splashSoccer form[data-name="NEWSLETTER"] .mc4wp-form-fields p span:before {
          display: block;
          content: '\f1d8';
          font-family: 'FontAwesome';
          font-size: 18px;
          color: #fff;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
                  transform: translateY(-50%) translateX(-50%);
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          z-index: 10;
          -webkit-transition: all .2s ease-in;
          transition: all .2s ease-in; }
        .splashSoccer form[data-name="NEWSLETTER"] .mc4wp-form-fields p span:hover:before {
          color: #00aaff; }
        .splashSoccer form[data-name="NEWSLETTER"] .mc4wp-form-fields p span:hover input[type="submit"] {
          background-color: transparent !important;
          border-color: #00aaff; }
      .splashSoccer form[data-name="NEWSLETTER"] .mc4wp-form-fields p input[type="submit"] {
        color: transparent !important;
        max-width: 40px;
        height: 47px;
        border-radius: 0;
        padding: 11px 21px 9px;
        border-color: #00aaff !important;
        background-color: #00aaff !important; }
  .splashSoccer ul.page-numbers {
    margin: 20px auto 0;
    text-align: center;
    border-top: solid 1px #cccccc;
    padding: 30px 0; }
    .splashSoccer ul.page-numbers li {
      margin: 0 3px; }
      .splashSoccer ul.page-numbers li span, .splashSoccer ul.page-numbers li a {
        font-family: "Oswald";
        font-weight: 700;
        font-size: 14px;
        color: #151618 !important;
        border: 0;
        border-radius: 0;
        width: 50px;
        height: 50px;
        line-height: 50px; }
      .splashSoccer ul.page-numbers li span {
        background: #ededed; }
      .splashSoccer ul.page-numbers li a:hover {
        background-color: #00aaff; }
  .splashSoccer .stm-single-product-loop .stm-product-content-loop-inner:hover h3 {
    color: #00aaff !important; }
  .splashSoccer .stm-product-content-loop-inner .product {
    width: 100%;
    margin: 0 0 0;
    padding: 3px 3px 0;
    position: relative; }
    .splashSoccer .stm-product-content-loop-inner .product a {
      position: relative;
      display: block; }
      .splashSoccer .stm-product-content-loop-inner .product a:hover img {
        border-color: #00aaff; }
      .splashSoccer .stm-product-content-loop-inner .product a:hover .product_header h3 {
        color: #00aaff; }
      .splashSoccer .stm-product-content-loop-inner .product a .onsale {
        width: 71px;
        height: 71px;
        background: url(../images/soccer/product_sale.png) no-repeat 0 0;
        border-radius: 0;
        box-shadow: none;
        text-indent: -5000px;
        left: 0;
        top: 0;
        right: auto;
        bottom: auto;
        margin: -3px 0 0 -3px;
        z-index: 10;
        min-height: 3.236em;
        min-width: 3.236em;
        padding: .202em;
        font-weight: 700;
        position: absolute;
        text-align: center;
        line-height: 3.236; }
      .splashSoccer .stm-product-content-loop-inner .product a img {
        width: 100%;
        height: auto;
        display: block;
        box-shadow: none;
        border: 1px solid #b2b2b2;
        margin: 0 0 14px; }
    .splashSoccer .stm-product-content-loop-inner .product .product_header {
      position: relative;
      margin: 0 0 10px; }
      .splashSoccer .stm-product-content-loop-inner .product .product_header h3 {
        float: left;
        font-size: 17px;
        text-transform: uppercase;
        line-height: 15px;
        margin: 0;
        padding: 0;
        font-weight: 400;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .splashSoccer .stm-product-content-loop-inner .product .product_header h3 a {
          position: relative;
          display: block;
          text-decoration: none;
          color: #151618;
          -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease; }
      .splashSoccer .stm-product-content-loop-inner .product .product_header .reviews {
        position: relative;
        display: block;
        text-decoration: none;
        float: right;
        color: #b2b2b2;
        line-height: 15px;
        font-size: 13px; }
    .splashSoccer .stm-product-content-loop-inner .product .product_info {
      position: relative;
      margin: 0 0 10px; }
      .splashSoccer .stm-product-content-loop-inner .product .product_info a {
        position: relative;
        display: block;
        text-decoration: none;
        float: left;
        font-size: 13px;
        color: #868686;
        margin: 0 0 3px; }
      .splashSoccer .stm-product-content-loop-inner .product .product_info .star-rating {
        font-size: .857em;
        color: #00aaff !important;
        float: right;
        margin-top: 4px; }
        .splashSoccer .stm-product-content-loop-inner .product .product_info .star-rating:before {
          color: #00aaff;
          letter-spacing: 1px;
          font-size: 15px; }
        .splashSoccer .stm-product-content-loop-inner .product .product_info .star-rating span:before {
          color: #00aaff;
          letter-spacing: 1px;
          font-size: 15px; }
    .splashSoccer .stm-product-content-loop-inner .product .product_footer {
      position: relative;
      height: 32px;
      line-height: 31px; }
      .splashSoccer .stm-product-content-loop-inner .product .product_footer .add_to_cart_button {
        display: block;
        font-weight: 400;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0 10px;
        background: #394046;
        height: 32px;
        text-align: right;
        font-size: 15px !important;
        color: #fff !important;
        text-decoration: none; }
        .splashSoccer .stm-product-content-loop-inner .product .product_footer .add_to_cart_button i {
          margin: 0 5px 0 5px;
          font-size: 19px; }
      .splashSoccer .stm-product-content-loop-inner .product .product_footer .price {
        position: relative;
        display: block;
        background: #00aaff;
        display: block;
        padding: 0 12px;
        float: left;
        margin: 0 12px 0 0;
        position: relative;
        min-width: 160px;
        font-weight: 400;
        font-size: 18px; }
        .splashSoccer .stm-product-content-loop-inner .product .product_footer .price:before {
          content: '';
          position: absolute;
          right: -13px;
          top: 0;
          border-bottom: 32px solid #394046;
          border-left: 11px solid transparent; }
        .splashSoccer .stm-product-content-loop-inner .product .product_footer .price:after {
          content: '';
          position: absolute;
          right: -11px;
          top: 0;
          border-top: 32px solid #00aaff;
          border-right: 11px solid transparent; }
        .splashSoccer .stm-product-content-loop-inner .product .product_footer .price .amount {
          color: #fff;
          font-size: 15px; }
        .splashSoccer .stm-product-content-loop-inner .product .product_footer .price del {
          font-size: 13px;
          color: #b2b2b2 !important;
          display: inline-block;
          opacity: 0.5;
          line-height: 26px;
          vertical-align: middle; }
        .splashSoccer .stm-product-content-loop-inner .product .product_footer .price ins {
          text-decoration: none;
          font-weight: normal;
          margin: 0 0 0 10px; }
  .splashSoccer.single-product .stm-title-box-unit {
    padding-top: 26px; }
  .splashSoccer.single-product .product {
    margin-top: 7px; }
    .splashSoccer.single-product .product .row .col-md-4 .stm-badge-wrapper {
      display: block;
      overflow: hidden;
      width: 100%;
      padding: 3px 0 0 3px; }
      .splashSoccer.single-product .product .row .col-md-4 .stm-badge-wrapper .onsale {
        width: 71px;
        height: 71px;
        background: url(../images/soccer/product_sale.png) no-repeat 0 0;
        border-radius: 0;
        box-shadow: none;
        text-indent: -5000px;
        left: 3px;
        top: 3px;
        right: auto;
        bottom: auto;
        margin: -3px 0 0 -3px;
        z-index: 10;
        min-height: 3.236em;
        min-width: 3.236em;
        padding: .202em;
        font-weight: 700;
        position: absolute;
        text-align: center;
        line-height: 3.236;
        -webkit-transform: rotate(0);
        transform: rotate(0); }
      .splashSoccer.single-product .product .row .col-md-4 .stm-badge-wrapper .woocommerce-product-gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-line-pack: center;
            align-content: center; }
        .splashSoccer.single-product .product .row .col-md-4 .stm-badge-wrapper .woocommerce-product-gallery ol {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -ms-flex-line-pack: justify;
              align-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-top: 5px; }
          .splashSoccer.single-product .product .row .col-md-4 .stm-badge-wrapper .woocommerce-product-gallery ol li {
            display: block;
            border: solid 1px #b2b2b2;
            max-width: 112px;
            max-height: 112px;
            width: 100%; }
            .splashSoccer.single-product .product .row .col-md-4 .stm-badge-wrapper .woocommerce-product-gallery ol li:before {
              display: none; }
            .splashSoccer.single-product .product .row .col-md-4 .stm-badge-wrapper .woocommerce-product-gallery ol li a img {
              display: block;
              width: 100%; }
            .splashSoccer.single-product .product .row .col-md-4 .stm-badge-wrapper .woocommerce-product-gallery ol li:hover {
              border-color: #00aaff; }
      .splashSoccer.single-product .product .row .col-md-4 .stm-badge-wrapper .stm-single-product-images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-line-pack: center;
            align-content: center; }
        .splashSoccer.single-product .product .row .col-md-4 .stm-badge-wrapper .stm-single-product-images .stm-thumnails-single-product-wrapper {
          display: block;
          width: 100%;
          max-height: 113px;
          margin: 0 0 0; }
          .splashSoccer.single-product .product .row .col-md-4 .stm-badge-wrapper .stm-single-product-images .stm-thumnails-single-product-wrapper .stm-thumnails-single-product {
            width: 100%; }
            .splashSoccer.single-product .product .row .col-md-4 .stm-badge-wrapper .stm-single-product-images .stm-thumnails-single-product-wrapper .stm-thumnails-single-product ul {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              width: 100%;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; }
              .splashSoccer.single-product .product .row .col-md-4 .stm-badge-wrapper .stm-single-product-images .stm-thumnails-single-product-wrapper .stm-thumnails-single-product ul li {
                display: block;
                border: solid 1px #b2b2b2;
                max-width: 112px;
                max-height: 112px; }
                .splashSoccer.single-product .product .row .col-md-4 .stm-badge-wrapper .stm-single-product-images .stm-thumnails-single-product-wrapper .stm-thumnails-single-product ul li a img {
                  display: block;
                  width: 100%; }
                .splashSoccer.single-product .product .row .col-md-4 .stm-badge-wrapper .stm-single-product-images .stm-thumnails-single-product-wrapper .stm-thumnails-single-product ul li:hover {
                  border-color: #00aaff; }
          .splashSoccer.single-product .product .row .col-md-4 .stm-badge-wrapper .stm-single-product-images .stm-thumnails-single-product-wrapper .stm-vertical-arrows {
            display: none; }
        .splashSoccer.single-product .product .row .col-md-4 .stm-badge-wrapper .stm-single-product-images > a {
          display: block;
          overflow: hidden;
          margin-bottom: 5px;
          background: #ededed;
          border: solid 1px #b2b2b2; }
          .splashSoccer.single-product .product .row .col-md-4 .stm-badge-wrapper .stm-single-product-images > a img {
            display: block;
            margin: 0 auto; }
    .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right {
      padding-top: 0; }
      .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .stm-stock-wrapper {
        margin-bottom: 7px; }
        .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .stm-stock-wrapper .stm-stock {
          font-size: 14px;
          color: #53a600;
          line-height: 11px; }
      .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-product-rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        position: relative;
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-product-rating .star-rating {
          display: block;
          overflow: hidden;
          width: 75px;
          height: 15px;
          line-height: 20px;
          margin-right: 15px; }
          .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-product-rating .star-rating:before {
            color: #00aaff;
            letter-spacing: 1px;
            font-size: 15px; }
          .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-product-rating .star-rating span:before {
            color: #00aaff;
            letter-spacing: 1px;
            font-size: 15px; }
        .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-product-rating .woocommerce-review-link {
          display: block;
          width: auto;
          font-size: 14px;
          color: #b2b2b2; }
      .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right div[itemprop="offers"] .price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        margin-bottom: 13px;
        margin-top: 13px; }
        .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right div[itemprop="offers"] .price del {
          margin-right: 15px;
          color: #b2b2b2 !important; }
          .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right div[itemprop="offers"] .price del span {
            font-weight: 400;
            font-size: 20px;
            color: #b2b2b2 !important; }
        .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right div[itemprop="offers"] .price ins > span {
          font-weight: 400;
          font-size: 30px;
          color: #00aaff; }
        .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right div[itemprop="offers"] .price > .woocommerce-Price-amount.amount {
          font-weight: 400;
          font-size: 30px;
          color: #00aaff; }
      .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right div[itemprop='description'] p {
        font-size: 14px;
        color: #475058;
        line-height: 24px;
        margin-bottom: 23px; }
      .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .cart .quantity {
        margin-right: 20px; }
        .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .cart .quantity input[type='number'] {
          padding: 9px 5px;
          height: 47px;
          border-radius: 0; }
      .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .product_meta {
        display: block;
        overflow: hidden;
        position: relative;
        padding-left: 20px; }
        .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .product_meta:before {
          display: block;
          content: "\f02b";
          font-family: 'FontAwesome';
          font-size: 16px;
          position: absolute;
          top: 50%;
          left: 0;
          color: #999999;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .product_meta span {
          font-size: 14px;
          color: #868686; }
          .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .product_meta span a {
            color: #00aaff; }
      .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-tabs {
        margin: 29px 0 20px 0 !important;
        padding: 0;
        background: transparent; }
        .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-tabs .container {
          padding: 0; }
          .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-tabs .container ul {
            margin: 0;
            letter-spacing: 0; }
            .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-tabs .container ul li {
              padding: 0;
              margin: 0 1px 0 0; }
              .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-tabs .container ul li a {
                background: #394046;
                color: #fff;
                width: 100%;
                padding: 14px 40px;
                border: 0;
                font-weight: 400;
                font-size: 16px;
                margin: 0; }
              .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-tabs .container ul li.active a {
                background: #00aaff; }
          .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-tabs .container .entry-content {
            border: solid 1px #b2b2b2;
            padding: 13px 23px 2px 23px; }
            .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-tabs .container .entry-content h2 {
              font-size: 16px;
              margin-bottom: 1px; }
            .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-tabs .container .entry-content p {
              line-height: 24px;
              font-size: 14px;
              color: #475058; }
            .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-tabs .container .entry-content#tab-reviews #reviews #comments .stm-single-comment-title h2 {
              font-size: 30px; }
            .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-tabs .container .entry-content#tab-reviews #reviews #comments .stm-single-comment-title .stm-add-review a {
              font-size: 14px;
              font-weight: 400;
              color: #868686;
              text-transform: none;
              letter-spacing: 0; }
              .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-tabs .container .entry-content#tab-reviews #reviews #comments .stm-single-comment-title .stm-add-review a i {
                color: #00aaff; }
            .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-tabs .container .entry-content#tab-reviews #reviews #comments .commentlist li .comment_container .comment-text .star-rating {
              display: block;
              overflow: hidden;
              width: 75px;
              height: 15px;
              line-height: 20px;
              margin-right: 15px; }
              .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-tabs .container .entry-content#tab-reviews #reviews #comments .commentlist li .comment_container .comment-text .star-rating:before {
                color: #00aaff;
                letter-spacing: 1px;
                font-size: 15px; }
              .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-tabs .container .entry-content#tab-reviews #reviews #comments .commentlist li .comment_container .comment-text .star-rating span:before {
                color: #00aaff;
                letter-spacing: 1px;
                font-size: 15px; }
            .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-tabs .container .entry-content#tab-reviews #reviews #comments .commentlist li .comment_container .comment-text .heading-font time {
              font-size: 13px;
              color: #868686;
              font-weight: 400;
              letter-spacing: 0;
              text-transform: none; }
            .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-tabs .container .entry-content#tab-reviews #reviews #review_form_wrapper #review_form #respond #commentform .comment-form-rating label {
              display: inline-block;
              vertical-align: top;
              font-size: 14px;
              font-weight: 400;
              color: #151618;
              letter-spacing: 0;
              line-height: 18px; }
            .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-tabs .container .entry-content#tab-reviews #reviews #review_form_wrapper #review_form #respond #commentform .comment-form-rating .stars {
              display: inline-block;
              vertical-align: top; }
              .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-tabs .container .entry-content#tab-reviews #reviews #review_form_wrapper #review_form #respond #commentform .comment-form-rating .stars span a:after {
                color: #00aaff;
                font-size: 16px; }
            .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-tabs .container .entry-content#tab-reviews #reviews #review_form_wrapper #review_form #respond #commentform .comment-form-comment label {
              font-size: 16px;
              font-weight: 400; }
            .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-tabs .container .entry-content#tab-reviews #reviews #review_form_wrapper #review_form #respond #commentform .comment-form-comment textarea {
              border-radius: 0; }
            .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-tabs .container .entry-content#tab-reviews #reviews #review_form_wrapper #review_form #respond #commentform > .row .col-md-6 p label {
              font-size: 16px;
              font-weight: 400; }
            .splashSoccer.single-product .product .row .col-md-8 .stm-single-product-content-right .woocommerce-tabs .container .entry-content#tab-reviews #reviews #review_form_wrapper #review_form #respond #commentform > .row .col-md-6 p input {
              border-radius: 0; }
    .splashSoccer.single-product .product .stm-fullwidth-row-js {
      display: block;
      width: 100%;
      margin: 31px 0 !important; }
      .splashSoccer.single-product .product .stm-fullwidth-row-js .container:first-child {
        padding: 0; }
      .splashSoccer.single-product .product .stm-fullwidth-row-js .container .stm-title-left h3 {
        font-weight: 400;
        font-size: 32px;
        letter-spacing: 0; }
  .splashSoccer .stm-block-quote-wrapper.style_1 .stm-block-quote {
    font-family: 'Arial'; }
  .splashSoccer .woocommerce-message {
    border-color: #00aaff !important; }
    .splashSoccer .woocommerce-message .dp-in a {
      line-height: 22px;
      height: 22px;
      color: #00aaff !important; }
      .splashSoccer .woocommerce-message .dp-in a:after {
        color: #00aaff !important; }
  .splashSoccer .woocommerce .sp-scrollable-table-wrapper .shop_table {
    margin-top: 6px; }
    .splashSoccer .woocommerce .sp-scrollable-table-wrapper .shop_table thead {
      background: #394046; }
      .splashSoccer .woocommerce .sp-scrollable-table-wrapper .shop_table thead tr th {
        font-size: 17px;
        font-weight: 400; }
    .splashSoccer .woocommerce .sp-scrollable-table-wrapper .shop_table tbody tr.cart_item:nth-of-type(odd) td {
      background: #fff; }
    .splashSoccer .woocommerce .sp-scrollable-table-wrapper .shop_table tbody tr.cart_item:nth-of-type(even) td {
      background: #f5f5f5; }
    .splashSoccer .woocommerce .sp-scrollable-table-wrapper .shop_table tbody tr.cart_item td {
      padding: 19px 5px; }
      .splashSoccer .woocommerce .sp-scrollable-table-wrapper .shop_table tbody tr.cart_item td.product-remove a i:before {
        content: '\e916';
        font-family: 'stm-splash-icons';
        font-size: 14px;
        color: #a7abaf; }
      .splashSoccer .woocommerce .sp-scrollable-table-wrapper .shop_table tbody tr.cart_item td.product-remove a:hover i:before {
        color: #00aaff; }
      .splashSoccer .woocommerce .sp-scrollable-table-wrapper .shop_table tbody tr.cart_item td.product-thumbnail a img {
        max-width: 96px;
        border: 1px solid #b2b2b2; }
      .splashSoccer .woocommerce .sp-scrollable-table-wrapper .shop_table tbody tr.cart_item td.product-name a {
        font-weight: 400;
        font-size: 17px; }
      .splashSoccer .woocommerce .sp-scrollable-table-wrapper .shop_table tbody tr.cart_item td.product-price {
        font-weight: 400;
        font-size: 17px; }
      .splashSoccer .woocommerce .sp-scrollable-table-wrapper .shop_table tbody tr.cart_item td.product-quantity .quantity input[type="number"] {
        padding: 0;
        font-size: 14px;
        border-radius: 0; }
      .splashSoccer .woocommerce .sp-scrollable-table-wrapper .shop_table tbody tr.cart_item td.product-subtotal {
        font-weight: 400;
        font-size: 17px; }
        .splashSoccer .woocommerce .sp-scrollable-table-wrapper .shop_table tbody tr.cart_item td.product-subtotal .amount {
          color: #00aaff; }
    .splashSoccer .woocommerce .sp-scrollable-table-wrapper .shop_table tbody tr:last-child {
      background: #394046; }
      .splashSoccer .woocommerce .sp-scrollable-table-wrapper .shop_table tbody tr:last-child td {
        padding: 10px 30px; }
        .splashSoccer .woocommerce .sp-scrollable-table-wrapper .shop_table tbody tr:last-child td .coupon {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .splashSoccer .woocommerce .sp-scrollable-table-wrapper .shop_table tbody tr:last-child td .coupon input[type="text"] {
            height: 47px;
            position: relative;
            top: inherit;
            border-radius: 0;
            background: #fff;
            font-size: 14px;
            min-width: 210px;
            margin-right: 10px; }
  .splashSoccer .woocommerce .cart-collaterals {
    margin: 10px -9999px 30px;
    background: #fff; }
    .splashSoccer .woocommerce .cart-collaterals .cart_totals .row .col-md-6 .stm-shipping-cart-calc .shipping h4, .splashSoccer .woocommerce .cart-collaterals .calculated_shipping .row .col-md-6 .stm-shipping-cart-calc .shipping h4 {
      font-size: 30px;
      margin-bottom: 28px; }
    .splashSoccer .woocommerce .cart-collaterals .cart_totals .row .col-md-6 .stm-shipping-cart-calc .shipping > div, .splashSoccer .woocommerce .cart-collaterals .calculated_shipping .row .col-md-6 .stm-shipping-cart-calc .shipping > div {
      display: block;
      overflow: hidden;
      background: #ededed;
      padding: 40px; }
      .splashSoccer .woocommerce .cart-collaterals .cart_totals .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section .select2 .select2-selection, .splashSoccer .woocommerce .cart-collaterals .calculated_shipping .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section .select2 .select2-selection {
        border-radius: 0;
        height: 47px;
        line-height: 47px;
        border: solid 1px #b2b2b2; }
        .splashSoccer .woocommerce .cart-collaterals .cart_totals .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section .select2 .select2-selection .select2-selection__rendered, .splashSoccer .woocommerce .cart-collaterals .calculated_shipping .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section .select2 .select2-selection .select2-selection__rendered {
          line-height: 47px; }
        .splashSoccer .woocommerce .cart-collaterals .cart_totals .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section .select2 .select2-selection .select2-selection__arrow, .splashSoccer .woocommerce .cart-collaterals .calculated_shipping .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section .select2 .select2-selection .select2-selection__arrow {
          height: 47px;
          line-height: 47px; }
          .splashSoccer .woocommerce .cart-collaterals .cart_totals .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section .select2 .select2-selection .select2-selection__arrow b, .splashSoccer .woocommerce .cart-collaterals .calculated_shipping .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section .select2 .select2-selection .select2-selection__arrow b {
            display: block;
            position: relative;
            background: transparent !important;
            padding: 10px;
            border: 0;
            left: inherit;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            margin: 0; }
            .splashSoccer .woocommerce .cart-collaterals .cart_totals .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section .select2 .select2-selection .select2-selection__arrow b:before, .splashSoccer .woocommerce .cart-collaterals .calculated_shipping .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section .select2 .select2-selection .select2-selection__arrow b:before {
              content: '\f107';
              display: block;
              font-family: 'FontAwesome';
              font-size: 16px;
              color: #595959;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translateY(-50%) translateX(-50%);
                      transform: translateY(-50%) translateX(-50%);
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              z-index: 10; }
      .splashSoccer .woocommerce .cart-collaterals .cart_totals .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section input[type="text"], .splashSoccer .woocommerce .cart-collaterals .calculated_shipping .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section input[type="text"] {
        font-size: 14px;
        background: #fff; }
      .splashSoccer .woocommerce .cart-collaterals .cart_totals .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section p:nth-of-type(4), .splashSoccer .woocommerce .cart-collaterals .calculated_shipping .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section p:nth-of-type(4) {
        text-align: right !important;
        margin-bottom: 0; }
    .splashSoccer .woocommerce .cart-collaterals .cart_totals .row .col-md-6 .stm-cart-totals h4, .splashSoccer .woocommerce .cart-collaterals .calculated_shipping .row .col-md-6 .stm-cart-totals h4 {
      font-size: 30px;
      margin-bottom: 28px; }
    .splashSoccer .woocommerce .cart-collaterals .cart_totals .row .col-md-6 .stm-cart-totals .shop_table tbody tr th, .splashSoccer .woocommerce .cart-collaterals .calculated_shipping .row .col-md-6 .stm-cart-totals .shop_table tbody tr th {
      padding: 17px 0 17px 20px;
      font-family: "Arial";
      font-weight: 400; }
    .splashSoccer .woocommerce .cart-collaterals .cart_totals .row .col-md-6 .stm-cart-totals .shop_table tbody tr td, .splashSoccer .woocommerce .cart-collaterals .calculated_shipping .row .col-md-6 .stm-cart-totals .shop_table tbody tr td {
      text-align: right;
      padding: 17px 20px;
      font-family: "Arial";
      font-weight: 400;
      text-transform: none; }
      .splashSoccer .woocommerce .cart-collaterals .cart_totals .row .col-md-6 .stm-cart-totals .shop_table tbody tr td .amount, .splashSoccer .woocommerce .cart-collaterals .calculated_shipping .row .col-md-6 .stm-cart-totals .shop_table tbody tr td .amount {
        font-family: 'Oswald';
        font-weight: 700;
        color: #00aaff !important; }
    .splashSoccer .woocommerce .cart-collaterals .cart_totals .row .col-md-6 .stm-cart-totals .shop_table tbody tr.order-total th, .splashSoccer .woocommerce .cart-collaterals .cart_totals .row .col-md-6 .stm-cart-totals .shop_table tbody tr.order-total td, .splashSoccer .woocommerce .cart-collaterals .calculated_shipping .row .col-md-6 .stm-cart-totals .shop_table tbody tr.order-total th, .splashSoccer .woocommerce .cart-collaterals .calculated_shipping .row .col-md-6 .stm-cart-totals .shop_table tbody tr.order-total td {
      font-weight: 700; }
    .splashSoccer .woocommerce .cart-collaterals .cart_totals .row .col-md-6 .stm-cart-totals .wc-proceed-to-checkout, .splashSoccer .woocommerce .cart-collaterals .calculated_shipping .row .col-md-6 .stm-cart-totals .wc-proceed-to-checkout {
      display: block;
      text-align: right;
      padding-top: 20px; }
  .splashSoccer.woocommerce-checkout .woocommerce, .splashSoccer.woocommerce-account .woocommerce {
    display: block;
    overflow: hidden;
    padding-bottom: 40px; }
    .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-info, .splashSoccer.woocommerce-account .woocommerce .woocommerce-info {
      border: 0;
      font-size: 15px;
      font-weight: 700;
      color: #595959;
      text-transform: none;
      letter-spacing: 0;
      padding: 29px 20px 26px 50px; }
      .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-info:before, .splashSoccer.woocommerce-account .woocommerce .woocommerce-info:before {
        display: block;
        content: "\f05a";
        font-family: "FontAwesome";
        color: #00aaff;
        font-size: 16px;
        position: absolute;
        left: 2%;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-info a, .splashSoccer.woocommerce-account .woocommerce .woocommerce-info a {
        color: #428bca !important;
        font-weight: 400; }
        .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-info a.button, .splashSoccer.woocommerce-account .woocommerce .woocommerce-info a.button {
          margin-top: 0;
          letter-spacing: 0;
          height: 24px;
          line-height: 24px; }
          .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-info a.button:hover, .splashSoccer.woocommerce-account .woocommerce .woocommerce-info a.button:hover {
            background: transparent !important;
            border: 0 !important; }
            .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-info a.button:hover:active, .splashSoccer.woocommerce-account .woocommerce .woocommerce-info a.button:hover:active {
              color: #428bca;
              background: transparent !important;
              border: 0 !important; }
    .splashSoccer.woocommerce-checkout .woocommerce #customer_details, .splashSoccer.woocommerce-account .woocommerce #customer_details {
      display: block;
      margin-top: 52px; }
      .splashSoccer.woocommerce-checkout .woocommerce #customer_details h3, .splashSoccer.woocommerce-account .woocommerce #customer_details h3 {
        margin-bottom: 33px;
        font-size: 30px; }
      .splashSoccer.woocommerce-checkout .woocommerce #customer_details p, .splashSoccer.woocommerce-account .woocommerce #customer_details p {
        margin-bottom: 30px; }
    .splashSoccer.woocommerce-checkout .woocommerce .checkout_coupon input[type='submit'], .splashSoccer.woocommerce-account .woocommerce .checkout_coupon input[type='submit'] {
      border: solid 2px #00aaff;
      overflow: hidden;
      border-radius: 0;
      font-weight: 700;
      font-size: 14px;
      color: #00aaff;
      padding: 12px 35px;
      background: transparent !important;
      -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
      transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
      line-height: 22px !important; }
      .splashSoccer.woocommerce-checkout .woocommerce .checkout_coupon input[type='submit']:hover:active, .splashSoccer.woocommerce-account .woocommerce .checkout_coupon input[type='submit']:hover:active {
        color: #06083b !important; }
        .splashSoccer.woocommerce-checkout .woocommerce .checkout_coupon input[type='submit']:hover:active span, .splashSoccer.woocommerce-account .woocommerce .checkout_coupon input[type='submit']:hover:active span {
          color: #06083b !important; }
        .splashSoccer.woocommerce-checkout .woocommerce .checkout_coupon input[type='submit']:hover:active input[type='submit'], .splashSoccer.woocommerce-account .woocommerce .checkout_coupon input[type='submit']:hover:active input[type='submit'] {
          color: #06083b !important; }
      .splashSoccer.woocommerce-checkout .woocommerce .checkout_coupon input[type='submit']:hover, .splashSoccer.woocommerce-account .woocommerce .checkout_coupon input[type='submit']:hover {
        border: solid 2px #00aaff;
        background: #00aaff !important;
        color: #fff; }
        .splashSoccer.woocommerce-checkout .woocommerce .checkout_coupon input[type='submit']:hover:before, .splashSoccer.woocommerce-account .woocommerce .checkout_coupon input[type='submit']:hover:before {
          color: #00aaff;
          width: 100%;
          left: 100%;
          background: #00aaff;
          opacity: 1; }
        .splashSoccer.woocommerce-checkout .woocommerce .checkout_coupon input[type='submit']:hover span, .splashSoccer.woocommerce-account .woocommerce .checkout_coupon input[type='submit']:hover span {
          color: #fff; }
    .splashSoccer.woocommerce-checkout .woocommerce label, .splashSoccer.woocommerce-account .woocommerce label {
      display: none; }
    .splashSoccer.woocommerce-checkout .woocommerce input[type='text'], .splashSoccer.woocommerce-checkout .woocommerce input[type='tel'], .splashSoccer.woocommerce-checkout .woocommerce input[type='password'], .splashSoccer.woocommerce-checkout .woocommerce input[type='email'], .splashSoccer.woocommerce-checkout .woocommerce .select2-selection__rendered, .splashSoccer.woocommerce-checkout .woocommerce textarea, .splashSoccer.woocommerce-account .woocommerce input[type='text'], .splashSoccer.woocommerce-account .woocommerce input[type='tel'], .splashSoccer.woocommerce-account .woocommerce input[type='password'], .splashSoccer.woocommerce-account .woocommerce input[type='email'], .splashSoccer.woocommerce-account .woocommerce .select2-selection__rendered, .splashSoccer.woocommerce-account .woocommerce textarea {
      border-radius: 0;
      background: #fff;
      border: 0;
      margin-bottom: 5px;
      height: 50px;
      font-size: 14px; }
    .splashSoccer.woocommerce-checkout .woocommerce input[name="shipping_postcode"], .splashSoccer.woocommerce-checkout .woocommerce input[name="shipping_state"], .splashSoccer.woocommerce-account .woocommerce input[name="shipping_postcode"], .splashSoccer.woocommerce-account .woocommerce input[name="shipping_state"] {
      margin-bottom: 0; }
    .splashSoccer.woocommerce-checkout .woocommerce textarea[name="order_comments"], .splashSoccer.woocommerce-account .woocommerce textarea[name="order_comments"] {
      height: 124px !important; }
    .splashSoccer.woocommerce-checkout .woocommerce .select2-selection, .splashSoccer.woocommerce-account .woocommerce .select2-selection {
      height: 47px;
      border-color: #b2b2b2;
      border-radius: 0; }
      .splashSoccer.woocommerce-checkout .woocommerce .select2-selection .select2-selection__rendered, .splashSoccer.woocommerce-account .woocommerce .select2-selection .select2-selection__rendered {
        height: 45px;
        line-height: 46px;
        margin-bottom: 0;
        font-size: 14px;
        color: #868686; }
      .splashSoccer.woocommerce-checkout .woocommerce .select2-selection .select2-selection__arrow, .splashSoccer.woocommerce-account .woocommerce .select2-selection .select2-selection__arrow {
        height: 46px; }
        .splashSoccer.woocommerce-checkout .woocommerce .select2-selection .select2-selection__arrow b, .splashSoccer.woocommerce-account .woocommerce .select2-selection .select2-selection__arrow b {
          display: block;
          position: relative;
          background: transparent !important;
          padding: 10px;
          border: 0;
          left: inherit;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          margin: 0; }
          .splashSoccer.woocommerce-checkout .woocommerce .select2-selection .select2-selection__arrow b:before, .splashSoccer.woocommerce-account .woocommerce .select2-selection .select2-selection__arrow b:before {
            content: '\f107';
            display: block;
            font-family: 'FontAwesome';
            font-size: 18px;
            color: #595959;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
                    transform: translateY(-50%) translateX(-50%);
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            z-index: 10; }
    .splashSoccer.woocommerce-checkout .woocommerce #order_review_heading, .splashSoccer.woocommerce-account .woocommerce #order_review_heading {
      font-size: 30px;
      margin: 70px 0 45px; }
    .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shipping, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-review-order .shipping {
      width: 49%;
      float: left; }
    .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-review-order .shop_table {
      width: 49%;
      float: left; }
      .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table thead, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-review-order .shop_table thead {
        background: transparent; }
        .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table thead tr, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-review-order .shop_table thead tr {
          background: #394046; }
          .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table thead tr th:first-child, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-review-order .shop_table thead tr th:first-child {
            text-align: left; }
          .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table thead tr th, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-review-order .shop_table thead tr th {
            background: transparent;
            border-top: 0;
            padding: 18px 0 17px 30px;
            border-bottom: solid 1px #d8d8d8;
            font-weight: 400;
            font-size: 17px;
            color: #fff; }
      .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table tbody tr:last-child td, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-review-order .shop_table tbody tr:last-child td {
        border-bottom: 0; }
      .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table tbody tr td, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-review-order .shop_table tbody tr td {
        text-transform: none;
        font-weight: 400;
        padding: 13px 0 12px 30px !important;
        border-bottom: solid 1px #d8d8d8;
        background: transparent !important;
        font-family: 'Arial';
        font-weight: 400;
        font-size: 15px;
        text-transform: none;
        color: #151618; }
        .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table tbody tr td .amount, .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table tbody tr td .product-quantity, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-review-order .shop_table tbody tr td .amount, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-review-order .shop_table tbody tr td .product-quantity {
          font-family: "Oswald";
          font-weight: 400;
          color: #475058; }
      .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table tfoot, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-review-order .shop_table tfoot {
        background: #f0f0f0; }
        .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table tfoot tr th, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-review-order .shop_table tfoot tr th {
          font-family: 'Arial';
          font-weight: 400;
          font-size: 15px;
          color: #fff;
          text-transform: uppercase;
          padding: 18px 0 18px 30px;
          background: #394046 !important;
          border: 0; }
        .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table tfoot tr td, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-review-order .shop_table tfoot tr td {
          font-family: 'Arial';
          padding-left: 25px;
          background: #394046 !important;
          border: 0; }
          .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table tfoot tr td .amount, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-review-order .shop_table tfoot tr td .amount {
            font-weight: 400;
            color: #fff !important; }
          .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table tfoot tr td strong .amount, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-review-order .shop_table tfoot tr td strong .amount {
            font-weight: 700; }
    .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-payment, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-payment {
      width: 49%;
      float: right;
      margin-top: 0; }
      .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li input[type='radio'], .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li input[type='radio'] {
        visibility: hidden; }
        .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li input[type='radio']:checked + label:before, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li input[type='radio']:checked + label:before {
          display: block;
          content: '';
          background: #06083b;
          width: 17px;
          height: 17px;
          border-radius: 50%;
          border: 0;
          position: absolute;
          left: 0;
          top: 3px; }
        .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li input[type='radio']:checked + label:after, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li input[type='radio']:checked + label:after {
          display: block;
          content: '';
          width: 5px;
          height: 5px;
          background: #00aaff;
          border-radius: 50%;
          position: absolute;
          left: 6px;
          top: 9px;
          z-index: 10; }
      .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li label, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li label {
        display: block;
        position: relative;
        width: 90%;
        padding-left: 30px; }
        .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li label:before, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li label:before {
          display: block;
          content: '';
          background: transparent;
          width: 17px;
          height: 17px;
          border: solid 1px #d8d8d8;
          border-radius: 50%;
          position: absolute;
          left: 0;
          top: 3px; }
        .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li label img, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li label img {
          display: block;
          margin-left: 0;
          max-width: 80%; }
        .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li label a, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li label a {
          display: block;
          width: 22%;
          position: absolute;
          top: 65%;
          left: 100%;
          -webkit-transform: translateY(-65%) translateX(-100%);
                  transform: translateY(-65%) translateX(-100%);
          font-weight: 400;
          font-size: 15px;
          color: #00aaff; }
      .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li .payment_box p, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li .payment_box p {
        padding-left: 30px;
        font-weight: 400;
        font-size: 13px;
        color: #595959; }
      .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-payment span.button, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-payment span.button {
        padding: 0;
        border: 0;
        margin-top: 0;
        margin-left: 5px; }
        .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-payment span.button input[type='submit'], .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-payment span.button input[type='submit'] {
          margin: 0;
          color: inherit;
          padding: 12px 60px;
          border: 0;
          background: transparent !important; }
          .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-payment span.button input[type='submit']:hover, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-payment span.button input[type='submit']:hover {
            border: 0;
            color: inherit;
            background: transparent !important; }
            .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-payment span.button input[type='submit']:hover:active, .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-payment span.button input[type='submit']:hover:active {
              border: 0;
              color: inherit;
              background: transparent !important; }
  .splashSoccer.woocommerce-checkout.woocommerce-order-received h2, .splashSoccer.woocommerce-account.woocommerce-order-received h2 {
    margin-bottom: 34px; }
  .splashSoccer.woocommerce-checkout.woocommerce-order-received .woocommerce-thankyou-order-received, .splashSoccer.woocommerce-account.woocommerce-order-received .woocommerce-thankyou-order-received {
    letter-spacing: 0;
    font-size: 16px;
    margin-bottom: 26px !important; }
  .splashSoccer.woocommerce-checkout.woocommerce-order-received .woocommerce-thankyou-order-details.order_details, .splashSoccer.woocommerce-account.woocommerce-order-received .woocommerce-thankyou-order-details.order_details {
    display: block;
    overflow: hidden;
    width: 100%;
    float: inherit;
    margin-bottom: 14px; }
    .splashSoccer.woocommerce-checkout.woocommerce-order-received .woocommerce-thankyou-order-details.order_details li, .splashSoccer.woocommerce-account.woocommerce-order-received .woocommerce-thankyou-order-details.order_details li {
      margin-bottom: 11px;
      padding-left: 28px;
      font-size: 15px;
      line-height: 25px; }
      .splashSoccer.woocommerce-checkout.woocommerce-order-received .woocommerce-thankyou-order-details.order_details li:before, .splashSoccer.woocommerce-account.woocommerce-order-received .woocommerce-thankyou-order-details.order_details li:before {
        overflow: hidden;
        content: '\f105';
        font-family: 'FontAwesome';
        color: #da9a29;
        background: transparent;
        width: 12px;
        height: 20px;
        font-size: 18px;
        top: 0;
        left: 0;
        opacity: 1; }
  .splashSoccer.woocommerce-checkout.woocommerce-order-received p, .splashSoccer.woocommerce-account.woocommerce-order-received p {
    letter-spacing: 0.5px; }
  .splashSoccer.woocommerce-checkout.woocommerce-order-received h3, .splashSoccer.woocommerce-account.woocommerce-order-received h3 {
    margin-bottom: 45px;
    font-size: 30px;
    text-transform: uppercase; }
  .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper {
    margin-top: 50px;
    margin-bottom: 26px; }
    .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details thead, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details thead {
      background: #394046 !important; }
      .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details thead tr th, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details thead tr th {
        padding: 18px 0 15px;
        background: transparent !important;
        border-top: 0;
        font-size: 17px;
        font-weight: 400;
        text-transform: uppercase; }
        .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details thead tr th:first-child, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details thead tr th:first-child {
          text-align: left;
          padding-left: 30px; }
        .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details thead tr th:last-child, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details thead tr th:last-child {
          text-align: right;
          padding-right: 30px; }
    .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td {
      padding: 12px 0;
      border-top: solid 1px #d8d8d8;
      background: transparent !important; }
      .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name {
        font-family: 'Arial';
        font-weight: 400;
        font-size: 15px;
        text-transform: none;
        padding-left: 30px; }
        .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name a, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name a {
          color: #06083b; }
        .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name strong, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name strong {
          font-weight: 400; }
        .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap {
          display: inline-block;
          overflow: hidden;
          line-height: 20px;
          vertical-align: middle;
          margin-left: 3px; }
          .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation {
            display: inline-block;
            overflow: hidden;
            position: relative;
            margin-top: 0;
            margin-bottom: 0;
            font-size: 14px;
            vertical-align: middle; }
            .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation dt, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation dt {
              display: inline-block;
              margin: 0; }
            .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation dd, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation dd {
              display: inline-block;
              margin: 0; }
              .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation dd p, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation dd p {
                margin-bottom: 0; }
      .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-total, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-total {
        text-align: right;
        padding-right: 30px; }
        .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-total .amount, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-total .amount {
          font-size: 15px;
          font-weight: 400;
          color: #475058; }
    .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tfoot tr th, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tfoot tr th {
      font-family: 'Arial';
      font-weight: 400;
      font-size: 15px;
      color: #fff;
      border-bottom: 0;
      background: #394046 !important;
      text-transform: uppercase; }
    .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tfoot tr td, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tfoot tr td {
      font-family: 'Arial';
      font-weight: 400;
      font-size: 15px;
      color: #fff;
      padding-left: 0;
      border-bottom: 0;
      text-align: right;
      padding-right: 30px;
      background: #394046 !important;
      text-transform: uppercase; }
    .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .order_details tfoot tr:first-child td .amount, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .order_details tfoot tr:first-child td .amount {
      font-weight: 400; }
    .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .customer_details, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .customer_details {
      border-left: solid 30px #f0f0f0;
      border-right: solid 30px #f0f0f0;
      border-top: solid 16px #f0f0f0;
      border-bottom: solid 16px #f0f0f0; }
      .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr th, .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr td, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr th, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr td {
        font-family: 'Arial';
        color: #06083b;
        border-bottom: solid 1px #d8d8d8;
        background: #f0f0f0 !important;
        padding: 18px 0 18px 10px; }
      .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr th, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr th {
        font-weight: 400;
        text-transform: none;
        text-align: left;
        width: 30%; }
      .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr td, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr td {
        font-weight: 700;
        font-size: 15px; }
      .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr:last-child th, .splashSoccer.woocommerce-checkout.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr:last-child td, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr:last-child th, .splashSoccer.woocommerce-account.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr:last-child td {
        border-bottom: 0 !important; }
  .splashSoccer.woocommerce-checkout.woocommerce-order-received address, .splashSoccer.woocommerce-account.woocommerce-order-received address {
    display: block;
    width: 100%;
    float: left;
    padding: 20px 40px;
    line-height: 60px;
    background: #f0f0f0;
    max-width: 49%; }
  .splashSoccer.woocommerce-checkout.woocommerce-order-received .col2-set.addresses .col-1, .splashSoccer.woocommerce-checkout.woocommerce-order-received .col2-set.addresses .col-2, .splashSoccer.woocommerce-account.woocommerce-order-received .col2-set.addresses .col-1, .splashSoccer.woocommerce-account.woocommerce-order-received .col2-set.addresses .col-2 {
    width: 49%; }
    .splashSoccer.woocommerce-checkout.woocommerce-order-received .col2-set.addresses .col-1 address, .splashSoccer.woocommerce-checkout.woocommerce-order-received .col2-set.addresses .col-2 address, .splashSoccer.woocommerce-account.woocommerce-order-received .col2-set.addresses .col-1 address, .splashSoccer.woocommerce-account.woocommerce-order-received .col2-set.addresses .col-2 address {
      max-width: 100% !important; }
  .splashSoccer .stm-single-sp_table-league {
    padding-bottom: 40px; }
    .splashSoccer .stm-single-sp_table-league h2 {
      margin-bottom: 45px; }
    .splashSoccer .stm-single-sp_table-league .sp-template-league-table table thead th {
      font-family: 'Arial';
      font-weight: 400;
      font-size: 15px;
      color: #fff;
      padding: 15px 10px 15px; }
      .splashSoccer .stm-single-sp_table-league .sp-template-league-table table thead th.data-rank {
        text-indent: 0; }
      .splashSoccer .stm-single-sp_table-league .sp-template-league-table table thead th:last-child {
        text-indent: 0; }
    .splashSoccer .stm-single-sp_table-league .sp-template-league-table table tbody tr td {
      border: 0;
      font-family: 'Oswald';
      font-weight: 400 !important;
      font-size: 12px !important;
      color: #fff;
      padding: 17px 10px !important;
      vertical-align: middle; }
      .splashSoccer .stm-single-sp_table-league .sp-template-league-table table tbody tr td.data-rank {
        font-family: 'Oswald';
        opacity: 1;
        font-weight: 400;
        font-size: 16px !important;
        color: #fff;
        text-align: center; }
      .splashSoccer .stm-single-sp_table-league .sp-template-league-table table tbody tr td.data-name {
        font-family: 'Oswald';
        font-weight: 400;
        font-size: 16px !important;
        color: #fff; }
        .splashSoccer .stm-single-sp_table-league .sp-template-league-table table tbody tr td.data-name .team-logo {
          display: inline-block;
          overflow: hidden;
          max-width: 32px;
          margin-right: 20px !important;
          vertical-align: middle; }
  .splashSoccer .stm-sportspress-sidebar-right .stm-sportspress-sidebar, .splashSoccer .stm-sportspress-sidebar-left .stm-sportspress-sidebar {
    margin-top: 101px; }
  .splashSoccer .stm-sportspress-sidebar-right .stm-single-sp_table-league > .container, .splashSoccer .stm-sportspress-sidebar-left .stm-single-sp_table-league > .container {
    padding: 0; }
    .splashSoccer .stm-sportspress-sidebar-right .stm-single-sp_table-league > .container .stm-title-box-unit .stm-page-title h2, .splashSoccer .stm-sportspress-sidebar-left .stm-single-sp_table-league > .container .stm-title-box-unit .stm-page-title h2 {
      margin-bottom: 0; }
    .splashSoccer .stm-sportspress-sidebar-right .stm-single-sp_table-league > .container .sp-section-content-content, .splashSoccer .stm-sportspress-sidebar-left .stm-single-sp_table-league > .container .sp-section-content-content {
      margin-bottom: 55px; }
  .splashSoccer .stm-sportspress-sidebar-right h2, .splashSoccer .stm-sportspress-sidebar-right h4, .splashSoccer .stm-sportspress-sidebar-left h2, .splashSoccer .stm-sportspress-sidebar-left h4 {
    font-size: 30px !important;
    font-weight: 400;
    text-transform: uppercase; }
  .splashSoccer .stm-sportspress-sidebar-right table tr th, .splashSoccer .stm-sportspress-sidebar-left table tr th {
    font-family: 'Arial';
    font-size: 13px; }
  .splashSoccer .stm-sportspress-sidebar-right table tr td, .splashSoccer .stm-sportspress-sidebar-left table tr td {
    font-family: 'Arial';
    font-size: 13px;
    font-weight: 400;
    padding: 5px 10px;
    height: 40px; }
    .splashSoccer .stm-sportspress-sidebar-right table tr td.data-name, .splashSoccer .stm-sportspress-sidebar-left table tr td.data-name {
      font-family: 'Oswald';
      font-size: 15px; }
  .splashSoccer .stm-sportspress-sidebar-right .sp-section-content-statistics, .splashSoccer .stm-sportspress-sidebar-left .sp-section-content-statistics {
    clear: both; }
  .splashSoccer .stm-sportspress-sidebar-right .sp-section-content-venue h4, .splashSoccer .stm-sportspress-sidebar-left .sp-section-content-venue h4 {
    margin-top: 40px; }
  .splashSoccer .stm-sportspress-sidebar-right .sp-section-content-venue > div, .splashSoccer .stm-sportspress-sidebar-left .sp-section-content-venue > div {
    margin-bottom: 0; }
    .splashSoccer .stm-sportspress-sidebar-right .sp-section-content-venue > div .sp-event-venue-address-row td, .splashSoccer .stm-sportspress-sidebar-left .sp-section-content-venue > div .sp-event-venue-address-row td {
      color: #fff;
      padding: 13px 10px !important;
      font-size: 13px; }
      .splashSoccer .stm-sportspress-sidebar-right .sp-section-content-venue > div .sp-event-venue-address-row td i, .splashSoccer .stm-sportspress-sidebar-left .sp-section-content-venue > div .sp-event-venue-address-row td i {
        color: #00aaff;
        vertical-align: middle;
        opacity: 1;
        margin-top: -4px; }
  .splashSoccer .stm-sportspress-sidebar-right .sp-section-content-results h4, .splashSoccer .stm-sportspress-sidebar-left .sp-section-content-results h4 {
    margin-top: 40px; }
  .splashSoccer .stm-sportspress-sidebar-right .sp-section-content-results > div, .splashSoccer .stm-sportspress-sidebar-left .sp-section-content-results > div {
    margin-bottom: 0; }
  .splashSoccer .stm-sportspress-sidebar-right .sp-section-content-performance, .splashSoccer .stm-sportspress-sidebar-left .sp-section-content-performance {
    margin-bottom: 40px; }
    .splashSoccer .stm-sportspress-sidebar-right .sp-section-content-performance h4, .splashSoccer .stm-sportspress-sidebar-left .sp-section-content-performance h4 {
      margin-top: 40px; }
    .splashSoccer .stm-sportspress-sidebar-right .sp-section-content-performance > div, .splashSoccer .stm-sportspress-sidebar-left .sp-section-content-performance > div {
      margin-bottom: 0; }
    .splashSoccer .stm-sportspress-sidebar-right .sp-section-content-performance .sp-template-event-staff, .splashSoccer .stm-sportspress-sidebar-left .sp-section-content-performance .sp-template-event-staff {
      display: none; }
  .splashSoccer .stm-sccr-template-event-list h4 {
    display: none; }
  .splashSoccer .stm-sccr-template-event-list ul {
    margin-top: 43px; }
    .splashSoccer .stm-sccr-template-event-list ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #3a4147;
      -ms-flex-line-pack: center;
          align-content: center;
      padding: 0;
      margin-bottom: 20px;
      min-height: 110px; }
      .splashSoccer .stm-sccr-template-event-list ul li:hover .event_date {
        background: #00aaff; }
        .splashSoccer .stm-sccr-template-event-list ul li:hover .event_date .date .stm-top .date-month {
          border-color: #fff; }
      .splashSoccer .stm-sccr-template-event-list ul li .event_date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
        width: 16%;
        padding: 0;
        background: #3f4851; }
        .splashSoccer .stm-sccr-template-event-list ul li .event_date .date {
          display: block;
          position: relative;
          top: inherit;
          left: inherit;
          right: inherit;
          bottom: inherit;
          -webkit-transform: none;
                  transform: none; }
          .splashSoccer .stm-sccr-template-event-list ul li .event_date .date .stm-top {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .splashSoccer .stm-sccr-template-event-list ul li .event_date .date .stm-top .date-day-num {
              font-size: 30px;
              font-weight: 400;
              color: #fff;
              margin-top: 9px;
              margin-bottom: 6px; }
            .splashSoccer .stm-sccr-template-event-list ul li .event_date .date .stm-top .date-month {
              font-weight: 400;
              font-size: 13px;
              color: #fff;
              padding: 0 6px 4px;
              border-bottom: solid 3px #00aaff; }
      .splashSoccer .stm-sccr-template-event-list ul li .clearfix {
        display: block;
        width: 100%; }
        .splashSoccer .stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          height: 100%;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 0 30px; }
          .splashSoccer .stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .commands {
            display: block;
            width: 70%; }
            .splashSoccer .stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .commands h3 {
              font-weight: 400;
              font-size: 20px;
              color: #fff;
              text-transform: uppercase;
              margin-bottom: 3px; }
              .splashSoccer .stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .commands h3 .event-vs {
                color: #00aaff; }
            .splashSoccer .stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .commands .stm-event-bottom-info {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: start;
                  -ms-flex-pack: start;
                      justify-content: flex-start;
              -ms-flex-line-pack: start;
                  align-content: flex-start;
              -webkit-box-align: baseline;
                  -ms-flex-align: baseline;
                      align-items: baseline; }
              .splashSoccer .stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .commands .stm-event-bottom-info .date-time {
                font-size: 13px;
                color: #fff;
                margin-right: 30px; }
                .splashSoccer .stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .commands .stm-event-bottom-info .date-time i {
                  color: #00aaff; }
              .splashSoccer .stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .commands .stm-event-bottom-info .stadium {
                font-size: 13px;
                color: #fff; }
                .splashSoccer .stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .commands .stm-event-bottom-info .stadium i {
                  color: #00aaff;
                  opacity: 1; }
          .splashSoccer .stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .stm-event-result {
            display: block;
            width: 15%;
            -ms-flex-negative: 1;
                flex-shrink: 1;
            font-weight: 400;
            font-size: 18px;
            color: #fff; }
          .splashSoccer .stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .read_more {
            display: block;
            width: 25%;
            -ms-flex-negative: 1;
                flex-shrink: 1;
            margin: 0;
            text-align: right; }
            .splashSoccer .stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .read_more a {
              color: #fff;
              padding: 0 33px;
              text-overflow: ellipsis;
              white-space: nowrap;
              font-weight: 400; }
  .splashSoccer .sp-stm-template-event-blocks {
    margin-top: 42px; }
    .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list {
      margin-bottom: 30px; }
      .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 16px 0;
        background: #ededed; }
        .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail.stm-event-feature {
          background: #282f36; }
          .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail.stm-event-feature .logo {
            margin: 0 !important; }
          .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail.stm-event-feature .goals h2 a {
            color: #fff !important; }
        .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_left {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 50%;
          overflow: hidden; }
          .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_left .command_info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_left .command_info .logo {
              position: relative;
              top: inherit;
              bottom: inherit;
              left: inherit;
              right: inherit;
              -webkit-box-ordinal-group: 2;
                  -ms-flex-order: 1;
                      order: 1;
              margin-right: -29px; }
            .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_left .command_info.future {
              margin: 0 30px 0 0; }
            .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_left .command_info .score {
              -webkit-box-ordinal-group: 3;
                  -ms-flex-order: 2;
                      order: 2;
              width: 100px;
              height: 76px;
              background: #00aaff;
              text-align: right;
              padding: 0 20px 0 0;
              font-size: 60px;
              color: #fff;
              line-height: 70px;
              font-weight: bold; }
              .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_left .command_info .score:after {
                content: '';
                position: absolute;
                right: -11px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                border-top: 38px solid transparent;
                border-left: 11px solid #00aaff;
                border-bottom: 38px solid transparent; }
          .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_left .goals {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            margin: 0 27px 0 0; }
            .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_left .goals h2 {
              padding: 3px 0 13px 0;
              margin-bottom: 13px;
              margin-left: 20px; }
              .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_left .goals h2 a {
                font-weight: 400;
                font-size: 20px;
                color: #151618; }
            .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_left .goals .heading-font {
              font-size: 17px;
              font-weight: 400;
              color: #00aaff;
              text-transform: uppercase; }
        .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .stm-event-vs {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 15%;
          font-weight: 700;
          font-size: 48px;
          color: #00aaff;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-transform: uppercase; }
        .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_right {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 50%;
          overflow: hidden;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_right .command_info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_right .command_info.future {
              margin: 0 0 0 30px; }
            .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_right .command_info .logo {
              position: relative;
              top: inherit;
              bottom: inherit;
              left: inherit;
              right: inherit;
              -webkit-box-ordinal-group: 3;
                  -ms-flex-order: 2;
                      order: 2;
              margin-left: -29px; }
            .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_right .command_info .score {
              width: 100px;
              -webkit-box-ordinal-group: 2;
                  -ms-flex-order: 1;
                      order: 1;
              text-align: left;
              padding: 0 0 0 20px; }
              .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_right .command_info .score:after {
                left: -11px;
                right: auto;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                border-top: 38px solid transparent;
                border-right: 11px solid #00aaff;
                border-left: transparent;
                border-bottom: 38px solid transparent; }
          .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_right .goals {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            margin: 0 0 0 27px; }
            .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_right .goals h2 {
              padding: 3px 0 13px 0;
              margin-bottom: 13px;
              margin-right: 20px;
              margin-left: 0; }
              .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_right .goals h2 a {
                font-weight: 400;
                font-size: 20px;
                color: #151618; }
            .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_right .goals .heading-font {
              font-size: 17px;
              font-weight: 400;
              color: #00aaff;
              text-transform: uppercase; }
      .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_info {
        position: relative;
        font-size: 13px;
        line-height: 40px;
        clear: both;
        padding: 2px 0 0 0;
        background: #3f4851;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_info .venue {
          font-size: 13px;
          color: #fff;
          margin: 0; }
          .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_info .venue i {
            margin-right: 15px;
            font-size: 15px; }
        .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_info .date {
          font-size: 13px;
          color: #fff; }
          .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_info .date i {
            margin-right: 15px;
            font-size: 15px; }
        .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_info .time {
          font-size: 13px;
          color: #fff;
          margin: 0 30px; }
          .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_info .time i {
            margin-right: 15px;
            font-size: 15px; }
        .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_info .button-gray.btn-only-border {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 14px;
          color: #fff;
          border: 0;
          padding: 0 20px;
          margin-top: -2px;
          position: absolute;
          right: 0;
          height: 42px;
          line-height: 42px;
          border: 0;
          letter-spacing: 0;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_info .button-gray.btn-only-border i {
            margin-right: 5px;
            font-size: 15px; }
  .splashSoccer .stm-event-results-as-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    max-height: 705px;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .splashSoccer .stm-event-results-as-header .stm-event-header-bg {
      display: block;
      width: 100%;
      height: 100vh;
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover;
      z-index: -1; }
    .splashSoccer .stm-event-results-as-header .container {
      width: 100%;
      height: 100%;
      margin: 100px auto; }
      .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper {
        display: block;
        width: 100%; }
        .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper > h2 {
          display: block;
          overflow: hidden;
          color: #151618;
          font-size: 36px;
          opacity: 1;
          visibility: visible;
          z-index: 1;
          text-align: center;
          text-transform: uppercase;
          padding-bottom: 20px;
          position: relative;
          margin-top: 30px;
          margin-bottom: 20px; }
          .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper > h2:after {
            content: '';
            display: block;
            width: 30px;
            height: 3px;
            background: #00aaff;
            position: absolute;
            bottom: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); }
        .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper > h4 {
          display: block;
          overflow: hidden;
          color: #00aaff;
          font-size: 20px;
          opacity: 1;
          visibility: visible;
          z-index: 1;
          text-align: center;
          text-transform: uppercase;
          padding-top: 10px;
          margin-bottom: 30px; }
        .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper.stm-event-feature > h2 {
          margin-top: 35px; }
        .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper.stm-event-feature > h4 {
          margin-bottom: 25px; }
        .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper.stm-event-feature .fixture_detail {
          -webkit-box-align: center !important;
              -ms-flex-align: center !important;
                  align-items: center !important; }
          .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper.stm-event-feature .fixture_detail .command_left, .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper.stm-event-feature .fixture_detail .command_right {
            -webkit-box-align: center !important;
                -ms-flex-align: center !important;
                    align-items: center !important; }
          .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper.stm-event-feature .fixture_detail .logo {
            margin: 0 !important; }
          .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper.stm-event-feature .fixture_detail .goals h2 a {
            color: #151618 !important; }
        .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          padding: 0 0 16px; }
          .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            width: 50%;
            overflow: hidden; }
            .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .command_info {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-ordinal-group: 3;
                  -ms-flex-order: 2;
                      order: 2;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
              .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .command_info .logo {
                position: relative;
                top: inherit;
                bottom: inherit;
                left: inherit;
                right: inherit;
                -webkit-box-ordinal-group: 2;
                    -ms-flex-order: 1;
                        order: 1;
                margin-right: -29px; }
              .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .command_info .score {
                -webkit-box-ordinal-group: 3;
                    -ms-flex-order: 2;
                        order: 2;
                width: 100px;
                height: 76px;
                background: #00aaff;
                text-align: right;
                padding: 0 20px 0 0;
                font-size: 60px;
                color: #fff;
                line-height: 70px;
                font-weight: bold; }
                .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .command_info .score:after {
                  content: '';
                  position: absolute;
                  right: -11px;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
                  border-top: 38px solid transparent;
                  border-left: 11px solid #00aaff;
                  border-bottom: 38px solid transparent; }
            .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .goals {
              -webkit-box-ordinal-group: 2;
                  -ms-flex-order: 1;
                      order: 1;
              margin: 10px 27px 0 0; }
              .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .goals h2 {
                padding: 3px 0 13px 0;
                margin-bottom: 13px; }
                .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .goals h2 a {
                  font-weight: 400;
                  font-size: 20px;
                  color: #151618; }
              .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .goals .heading-font {
                font-size: 17px;
                font-weight: 400;
                color: #00aaff;
                text-transform: uppercase;
                margin-bottom: 15px; }
              .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .goals .players li:before {
                display: none; }
          .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .stm-event-vs {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 15%;
            font-weight: 700;
            font-size: 48px;
            color: #00aaff;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            text-transform: uppercase; }
          .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 50%;
            overflow: hidden;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start; }
            .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .command_info {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-ordinal-group: 2;
                  -ms-flex-order: 1;
                      order: 1;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
              .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .command_info .logo {
                position: relative;
                top: inherit;
                bottom: inherit;
                left: inherit;
                right: inherit;
                -webkit-box-ordinal-group: 3;
                    -ms-flex-order: 2;
                        order: 2;
                margin-left: -29px; }
              .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .command_info .score {
                width: 100px;
                -webkit-box-ordinal-group: 2;
                    -ms-flex-order: 1;
                        order: 1;
                text-align: left;
                padding: 0 0 0 20px; }
                .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .command_info .score:after {
                  left: -11px;
                  right: auto;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
                  border-top: 38px solid transparent;
                  border-right: 11px solid #00aaff;
                  border-left: transparent;
                  border-bottom: 38px solid transparent; }
            .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .goals {
              -webkit-box-ordinal-group: 3;
                  -ms-flex-order: 2;
                      order: 2;
              margin: 10px 0 0 27px; }
              .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .goals h2 {
                padding: 3px 0 13px 0;
                margin-bottom: 13px; }
                .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .goals h2 a {
                  font-weight: 400;
                  font-size: 20px;
                  color: #151618; }
              .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .goals .heading-font {
                font-size: 17px;
                font-weight: 400;
                color: #00aaff;
                text-transform: uppercase;
                margin-bottom: 15px; }
              .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .goals .players li:before {
                display: none; }
        .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_info_publish {
          position: relative;
          top: 0;
          font-size: 13px;
          line-height: 40px;
          clear: both;
          padding: 2px 0 0 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: baseline;
              -ms-flex-align: baseline;
                  align-items: baseline;
          -ms-flex-line-pack: center;
              align-content: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; }
          .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_info_publish .stm-event-as-header-date-publish-wrapp {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_info_publish .stm-event-as-header-date-publish-wrapp .date {
              display: block;
              font-size: 13px;
              color: #151618;
              text-align: center;
              line-height: 20px; }
            .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_info_publish .stm-event-as-header-date-publish-wrapp .venue {
              display: block;
              text-align: center;
              font-size: 13px;
              color: #00aaff;
              margin: 0;
              line-height: 20px; }
        .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_info_future {
          position: relative;
          font-size: 13px;
          line-height: 40px;
          clear: both;
          padding: 2px 0 0 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-line-pack: center;
              align-content: center; }
          .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_info_future .stm-event-as-header-date-future-wrapp {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            overflow: hidden;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-bottom: 10px; }
            .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_info_future .stm-event-as-header-date-future-wrapp .venue {
              font-size: 13px;
              color: #151618;
              margin: 0; }
              .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_info_future .stm-event-as-header-date-future-wrapp .venue i {
                color: #00aaff;
                margin-right: 15px;
                font-size: 15px; }
            .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_info_future .stm-event-as-header-date-future-wrapp .date {
              font-size: 13px;
              color: #151618; }
              .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_info_future .stm-event-as-header-date-future-wrapp .date i {
                color: #00aaff;
                margin-right: 15px;
                font-size: 15px; }
            .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_info_future .stm-event-as-header-date-future-wrapp .time {
              font-size: 13px;
              color: #151618;
              margin: 0 30px; }
              .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_info_future .stm-event-as-header-date-future-wrapp .time i {
                color: #00aaff;
                margin-right: 15px;
                font-size: 15px; }
          .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_info_future .stm-countdown-wrapper {
            display: block;
            overflow: hidden;
            width: 100%;
            text-align: center;
            margin-bottom: 30px; }
            .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_info_future .stm-countdown-wrapper time {
              display: block;
              overflow: hidden;
              height: 86px;
              line-height: 40px; }
              .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_info_future .stm-countdown-wrapper time span {
                display: inline-block;
                overflow: hidden;
                min-width: 77px;
                height: 100%;
                padding: 10px 0 0 !important;
                border-bottom: solid 3px #00aaff;
                border-top: 0;
                border-left: 0;
                border-right: 0;
                font-weight: 400;
                font-size: 30px;
                color: #fff;
                margin: 0 10px 0 0 !important;
                background: rgba(53, 62, 70, 0.9); }
                .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_info_future .stm-countdown-wrapper time span:last-child {
                  margin: 0 !important; }
                .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_info_future .stm-countdown-wrapper time span small {
                  display: block;
                  overflow: hidden;
                  border-top: 0;
                  padding: 5px 21px 0;
                  color: #fff;
                  font-family: 'Arial';
                  font-size: 13px;
                  font-weight: 300;
                  line-height: 16px; }
          .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_info_future .btn-md {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 14px;
            color: #fff;
            padding: 0 20px;
            height: 42px;
            line-height: 42px;
            letter-spacing: 0;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -ms-flex-line-pack: center;
                align-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_info_future .btn-md i {
              margin-right: 5px;
              font-size: 15px; }
  .splashSoccer .sp_event.type-sp_event .stm-page-title {
    display: none; }
  .splashSoccer .sp_event.type-sp_event .container {
    width: 100%;
    height: 100%;
    margin: 0 auto; }
    .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper {
      display: block;
      width: 100%; }
      .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper.stm-event-feature .fixture_detail {
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important; }
        .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper.stm-event-feature .fixture_detail .command_left, .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper.stm-event-feature .fixture_detail .command_right {
          -webkit-box-align: center !important;
              -ms-flex-align: center !important;
                  align-items: center !important; }
        .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper.stm-event-feature .fixture_detail .logo {
          margin: 0 !important; }
        .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper.stm-event-feature .fixture_detail .goals h2 a {
          color: #151618 !important; }
      .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 0 0 16px; }
        .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_left {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          width: 50%;
          overflow: hidden; }
          .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .command_info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .command_info .logo {
              position: relative;
              top: inherit;
              bottom: inherit;
              left: inherit;
              right: inherit;
              -webkit-box-ordinal-group: 2;
                  -ms-flex-order: 1;
                      order: 1;
              margin-right: -29px; }
            .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .command_info .score {
              -webkit-box-ordinal-group: 3;
                  -ms-flex-order: 2;
                      order: 2;
              width: 100px;
              height: 76px;
              background: #00aaff;
              text-align: right;
              padding: 0 20px 0 0;
              font-size: 60px;
              color: #fff;
              line-height: 70px;
              font-weight: bold; }
              .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .command_info .score:after {
                content: '';
                position: absolute;
                right: -11px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                border-top: 38px solid transparent;
                border-left: 11px solid #00aaff;
                border-bottom: 38px solid transparent; }
          .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .goals {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            margin: 10px 27px 0 0; }
            .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .goals h2 {
              padding: 3px 0 13px 0;
              margin-bottom: 13px; }
              .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .goals h2 a {
                font-weight: 400;
                font-size: 18px;
                color: #151618; }
            .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .goals .heading-font {
              font-size: 17px;
              font-weight: 400;
              color: #00aaff;
              text-transform: uppercase;
              margin-bottom: 15px; }
            .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .goals .players li:before {
              display: none; }
        .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .stm-event-vs {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 15%;
          font-weight: 700;
          font-size: 48px;
          color: #00aaff;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-transform: uppercase; }
        .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_right {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 50%;
          overflow: hidden;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .command_info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .command_info .logo {
              position: relative;
              top: inherit;
              bottom: inherit;
              left: inherit;
              right: inherit;
              -webkit-box-ordinal-group: 3;
                  -ms-flex-order: 2;
                      order: 2;
              margin-left: -29px; }
            .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .command_info .score {
              width: 100px;
              -webkit-box-ordinal-group: 2;
                  -ms-flex-order: 1;
                      order: 1;
              text-align: left;
              padding: 0 0 0 20px; }
              .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .command_info .score:after {
                left: -11px;
                right: auto;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                border-top: 38px solid transparent;
                border-right: 11px solid #00aaff;
                border-left: transparent;
                border-bottom: 38px solid transparent; }
          .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .goals {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            margin: 10px 0 0 27px; }
            .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .goals h2 {
              padding: 3px 0 13px 0;
              margin-bottom: 13px; }
              .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .goals h2 a {
                font-weight: 400;
                font-size: 20px;
                color: #151618; }
            .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .goals .heading-font {
              font-size: 17px;
              font-weight: 400;
              color: #00aaff;
              text-transform: uppercase;
              margin-bottom: 15px; }
            .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .goals .players li:before {
              display: none; }
      .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_info_publish {
        position: relative;
        top: 0;
        font-size: 13px;
        line-height: 40px;
        clear: both;
        padding: 2px 0 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_info_publish .stm-event-as-header-date-publish-wrapp {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          overflow: hidden;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_info_publish .stm-event-as-header-date-publish-wrapp .date {
            display: block;
            font-size: 13px;
            color: #151618;
            text-align: center;
            line-height: 20px; }
          .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_info_publish .stm-event-as-header-date-publish-wrapp .venue {
            display: block;
            text-align: center;
            font-size: 13px;
            color: #00aaff;
            margin: 0;
            line-height: 20px; }
  .splashSoccer .stm-single-sp_team .sp-section-content-lists {
    display: block;
    overflow: hidden; }
    .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .nav-tabs {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important;
      border-bottom: 0;
      padding: 1px 0 0; }
      .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .nav-tabs li a {
        padding: 16px 40px; }
      .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .nav-tabs li.active a {
        padding: 17px 40px 16px;
        margin-top: -1px; }
    .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .stm-af-player-info-table {
      margin: 0; }
      .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .stm-af-player-info-table .sp-table-caption {
        display: none; }
      .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .stm-af-player-info-table .sp-scrollable-table-wrapper.soccer-players-table {
        margin: 40px 0; }
        .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .stm-af-player-info-table .sp-scrollable-table-wrapper.soccer-players-table table thead tr th {
          font-family: 'Arial';
          font-size: 13px;
          color: #151618;
          text-overflow: ellipsis;
          white-space: nowrap;
          background: #00aaff !important; }
        .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .stm-af-player-info-table .sp-scrollable-table-wrapper.soccer-players-table table tbody tr td {
          text-overflow: ellipsis;
          white-space: nowrap;
          color: #fff !important;
          font-family: 'Arial';
          font-size: 13px;
          font-weight: 400;
          line-height: 40px; }
          .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .stm-af-player-info-table .sp-scrollable-table-wrapper.soccer-players-table table tbody tr td.data-name a {
            font-family: 'Oswald' !important;
            font-size: 15px;
            font-weight: 400; }
    .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player-gallery-group-name {
      text-transform: uppercase;
      margin-bottom: 25px;
      margin-top: 40px; }
    .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery {
      list-style: none;
      padding: 0;
      margin: 0 -10px 40px; }
      .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery:last-child {
        margin-bottom: 0; }
      .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery li {
        float: left;
        width: 33%;
        padding: 0 10px;
        margin: 0 0 20px; }
        .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery li:before {
          display: none; }
        .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery li:hover a {
          color: #00aaff !important; }
          .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery li:hover a img {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); }
      .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .player_image {
        position: relative;
        margin: 0 0 10px; }
        .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .player_image > a {
          position: relative;
          display: block;
          overflow: hidden; }
          .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .player_image > a:after {
            display: none; }
        .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .player_image img {
          display: block;
          max-width: 100%;
          height: auto;
          transition: transform 0.4s, -webkit-transform 0.4s; }
      .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .stm-player-title-wrap {
        display: block;
        overflow: hidden;
        position: relative; }
        .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .stm-player-title-wrap h4 {
          float: left;
          text-align: left;
          text-transform: uppercase;
          line-height: 20px;
          margin-bottom: 17px; }
          .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .stm-player-title-wrap h4 a {
            font-size: 17px;
            color: #151618; }
            .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .stm-player-title-wrap h4 a:hover {
              color: #00aaff;
              text-decoration: none; }
        .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .stm-player-title-wrap .player_like {
          float: right;
          padding: 3px 2px 3px 0;
          background: transparent;
          position: relative;
          top: inherit;
          left: inherit; }
          .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .stm-player-title-wrap .player_like .fa {
            color: #b2b2b2; }
            .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .stm-player-title-wrap .player_like .fa:before {
              -webkit-transition: all .2s ease-in;
              transition: all .2s ease-in; }
          .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .stm-player-title-wrap .player_like span {
            margin-left: 5px;
            color: #151618;
            -webkit-transition: all .1s ease-in;
            transition: all .1s ease-in; }
          .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .stm-player-title-wrap .player_like .like_button:hover {
            color: #00aaff;
            text-decoration: none; }
            .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .stm-player-title-wrap .player_like .like_button:hover span {
              color: #00aaff; }
            .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .stm-player-title-wrap .player_like .like_button:hover .fa:before {
              content: "\f004";
              color: #00aaff; }
        .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .stm-player-title-wrap .like_button.disabled span {
          color: #00aaff !important; }
        .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .stm-player-title-wrap .like_button.disabled .fa:before {
          content: "\f004";
          color: #00aaff; }
      .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .player_info {
        position: relative;
        height: 32px;
        line-height: 32px; }
        .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .player_info.position-full-width .number {
          display: none !important; }
        .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .player_info .number {
          position: relative;
          float: right;
          background: #00aaff;
          font-size: 15px;
          color: #fff;
          padding: 0 10px;
          font-weight: normal;
          margin: 0 0 0 13px; }
          .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .player_info .number:before {
            content: '';
            position: absolute;
            left: -13px;
            top: 0;
            border-top: 32px solid #3f4851;
            border-right: 11px solid transparent; }
          .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .player_info .number:after {
            content: '';
            position: absolute;
            left: -11px;
            top: 0;
            border-bottom: 32px solid #00aaff;
            border-left: 11px solid transparent; }
        .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .player_info .position {
          position: relative;
          overflow: hidden;
          font-size: 15px;
          line-height: 30px;
          height: 32px;
          background: #3f4851;
          color: #fff;
          text-transform: uppercase;
          padding: 0 10px;
          text-align: left;
          letter-spacing: 0.4px; }
      .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .player_like {
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
        padding: 8px 14px 8px 8px; }
        .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .player_like.disabled {
          color: #fff; }
          .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery .player_like.disabled .fa {
            color: #00aaff; }
    .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery.players_carousel h4 a {
      color: #fff; }
    .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .player_gallery.players_carousel h4 a:hover {
      color: #00aaff; }
    .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .sp-template.sp-template-player-gallery {
      margin-bottom: 0; }
    .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .sp-template.sp-template-player-gallery .gallery {
      margin-bottom: 0 !important; }
    .splashSoccer .stm-single-sp_team .sp-section-content-lists .stm-team-tabs-wrap .tab-content .sp_team.type-sp_team .entry-content {
      margin-bottom: 0; }
  .splashSoccer .stm-single-sp_team .sp-section-content-tables {
    display: block;
    overflow: hidden; }
    .splashSoccer .stm-single-sp_team .sp-section-content-tables .sp-template-league-table {
      display: block;
      overflow: hidden;
      margin-top: 40px; }
      .splashSoccer .stm-single-sp_team .sp-section-content-tables .sp-template-league-table table tbody tr td {
        line-height: 40px; }
  .splashSoccer .stm-single-sp_player {
    padding-bottom: 40px; }
    .splashSoccer .stm-single-sp_player .list_fade {
      margin-top: 10px; }
    .splashSoccer .stm-single-sp_player > .container {
      padding: 0; }
    .splashSoccer .stm-single-sp_player .stm-title-box-unit {
      padding-bottom: 34px; }
      .splashSoccer .stm-single-sp_player .stm-title-box-unit h2 {
        font-size: 36px !important;
        line-height: 36px; }
    .splashSoccer .stm-single-sp_player .sp-template-player-photo {
      display: block;
      overflow: hidden;
      position: relative;
      float: left;
      width: 46%; }
      .splashSoccer .stm-single-sp_player .sp-template-player-photo.sp-template-photo {
        padding-top: 0;
        margin: 0;
        vertical-align: top; }
      .splashSoccer .stm-single-sp_player .sp-template-player-photo .number {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #fff;
        position: absolute;
        top: 20px;
        left: 0;
        letter-spacing: 5px;
        padding: 4px 5px 2px 10px;
        background: #00aaff;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .splashSoccer .stm-single-sp_player .sp-template-player-photo .number i {
          margin-top: -1px; }
        .splashSoccer .stm-single-sp_player .sp-template-player-photo .number:before {
          content: '';
          position: absolute;
          right: -11px;
          top: 0;
          border-top: 30px solid #00aaff;
          border-right: 11px solid transparent; }
    .splashSoccer .stm-single-sp_player .sp-section-content-photo {
      display: block;
      overflow: hidden;
      float: left;
      width: 46%; }
      .splashSoccer .stm-single-sp_player .sp-section-content-photo .sp-template-player-photo {
        width: 100% !important;
        height: 448px; }
        .splashSoccer .stm-single-sp_player .sp-section-content-photo .sp-template-player-photo.sp-template-photo {
          padding-top: 0;
          margin: 0;
          vertical-align: top; }
    .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details {
      display: block;
      overflow: hidden;
      float: right;
      width: 54%;
      padding: 35px 35px;
      margin-bottom: 0; }
      .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .stm-player-position-number-wrapp {
        display: block;
        overflow: hidden;
        border-top: solid 1px #d8d8d8;
        padding: 13px 0;
        margin-bottom: 14px; }
        .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .stm-player-position-number-wrapp .stm-player-number {
          display: inline-block;
          overflow: hidden;
          font-family: 'Oswald';
          font-weight: 400;
          font-size: 30px;
          line-height: 30px;
          color: #06083b;
          vertical-align: middle;
          margin-right: 10px; }
        .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .stm-player-position-number-wrapp .stm-player-position {
          display: inline-block;
          overflow: hidden;
          font-family: 'Oswald';
          font-weight: 300;
          font-size: 16px;
          color: #06083b;
          vertical-align: middle;
          text-transform: uppercase;
          letter-spacing: 1px;
          opacity: 1; }
      .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        width: 100%;
        padding: 0 10px 7px;
        line-height: 26px; }
        .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-label.normal_font {
          font-family: 'Oswald';
          font-weight: 300;
          font-size: 15px;
          color: #b2b2b2;
          text-transform: uppercase;
          vertical-align: top;
          line-height: 26px;
          min-width: 40%; }
          .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-label.normal_font .player_like {
            float: left;
            margin-left: 3px;
            padding: 3px 2px 3px 0; }
            .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-label.normal_font .player_like .fa {
              color: #b2b2b2; }
              .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-label.normal_font .player_like .fa:before {
                -webkit-transition: all .2s ease-in;
                transition: all .2s ease-in; }
            .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-label.normal_font .player_like span {
              margin-left: 5px;
              color: #fff;
              -webkit-transition: all .2s ease-in;
              transition: all .2s ease-in; }
            .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-label.normal_font .player_like .like_button:hover {
              color: #00aaff;
              text-decoration: none; }
              .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-label.normal_font .player_like .like_button:hover span {
                color: #00aaff; }
              .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-label.normal_font .player_like .like_button:hover .fa:before {
                content: "\f004";
                color: #00aaff; }
        .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-value {
          font-family: 'Oswald';
          font-weight: 400;
          font-size: 16px;
          color: #fff;
          max-width: 64%;
          vertical-align: top;
          text-transform: uppercase; }
          .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-value img {
            display: none; }
    .splashSoccer .stm-single-sp_player .sp-section-content-details {
      display: block;
      overflow: hidden;
      float: right;
      width: 54%;
      padding: 0;
      background: url("../images/soccer/about_block_bg.png");
      min-height: 380px; }
      .splashSoccer .stm-single-sp_player .sp-section-content-details .sp-template.sp-template-player-details.sp-template-details {
        width: 100%; }
    .splashSoccer .stm-single-sp_player .sp-section-content-excerpt, .splashSoccer .stm-single-sp_player .sp-excerpt {
      display: none;
      clear: both;
      font-weight: 400;
      font-size: 16px;
      color: #404040; }
    .splashSoccer .stm-single-sp_player .sp-section-content-content {
      display: block;
      font-weight: 400;
      font-size: 14px;
      color: #404040; }
      .splashSoccer .stm-single-sp_player .sp-section-content-content h3 {
        margin-bottom: 25px;
        font-size: 30px;
        text-transform: uppercase; }
      .splashSoccer .stm-single-sp_player .sp-section-content-content .stm-player-quick-stats table thead {
        background-color: transparent; }
        .splashSoccer .stm-single-sp_player .sp-section-content-content .stm-player-quick-stats table thead tr th {
          text-align: left !important;
          padding: 18px 15px 16px;
          border-top: 0;
          background: #545c64;
          font-family: 'Oswald';
          font-weight: 400;
          font-size: 18px;
          color: #fff; }
      .splashSoccer .stm-single-sp_player .sp-section-content-content .stm-player-quick-stats table tbody tr:nth-of-type(odd) td {
        background: #2a3138; }
      .splashSoccer .stm-single-sp_player .sp-section-content-content .stm-player-quick-stats table tbody tr:nth-of-type(even) td {
        background: #545c64; }
      .splashSoccer .stm-single-sp_player .sp-section-content-content .stm-player-quick-stats table tbody tr td {
        color: #fff;
        font-family: 'Oswald';
        font-size: 15px;
        padding: 13px 0 12px 15px;
        text-transform: uppercase;
        line-height: 15px;
        border: 0; }
        .splashSoccer .stm-single-sp_player .sp-section-content-content .stm-player-quick-stats table tbody tr td:nth-child(2) {
          font-weight: 400;
          font-family: 'Oswald';
          font-size: 15px;
          line-height: 14px;
          padding-left: 0;
          width: 17%; }
    .splashSoccer .stm-single-sp_player .sp-template-player-statistics {
      clear: both; }
      .splashSoccer .stm-single-sp_player .sp-template-player-statistics table th {
        font-weight: 500;
        font-size: 14px; }
      .splashSoccer .stm-single-sp_player .sp-template-player-statistics table th, .splashSoccer .stm-single-sp_player .sp-template-player-statistics table td {
        padding-left: 10px; }
    .splashSoccer .stm-single-sp_player .stm-player-ids {
      display: none; }
  .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-1, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-2 {
    background-color: #f0f0f0 !important; }
    .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-1 h4, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-2 h4 {
      text-align: left;
      color: #000000; }
    .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide input, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide input {
      background: #fff;
      border: 0;
      border-radius: 0; }
      .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide input:-webkit-autofill, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px white inset; }
    .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide .short, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide .bad, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide .strong, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide small, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide .short, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide .bad, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide .strong, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide small {
      font-family: 'Arial';
      font-size: 13px;
      font-weight: 400;
      color: #06083b;
      letter-spacing: 0;
      margin: 0; }
      .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide .short.short, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide .short.bad, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide .short.strong, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide .bad.short, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide .bad.bad, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide .bad.strong, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide .strong.short, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide .strong.bad, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide .strong.strong, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide small.short, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide small.bad, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .form-row-wide small.strong, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide .short.short, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide .short.bad, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide .short.strong, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide .bad.short, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide .bad.bad, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide .bad.strong, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide .strong.short, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide .strong.bad, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide .strong.strong, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide small.short, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide small.bad, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .form-row-wide small.strong {
        margin-top: 10px;
        margin-bottom: 10px; }
    .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .button.btn-md, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .button.btn-md {
      padding: 0; }
      .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .button.btn-md input[type='submit'], .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .button.btn-md input[type='submit'] {
        background: transparent !important;
        border: 0 !important;
        margin: 0; }
        .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .button.btn-md input[type='submit']:hover, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .button.btn-md input[type='submit']:hover {
          color: inherit; }
          .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-1 .button.btn-md input[type='submit']:hover:active, .splashSoccer.woocommerce-account .woocommerce #customer_login.col2-set .col-2 .button.btn-md input[type='submit']:hover:active {
            color: #00aaff !important; }
  .splashSoccer.woocommerce-account .woocommerce-MyAccount-navigation ul {
    font-size: 0; }
    .splashSoccer.woocommerce-account .woocommerce-MyAccount-navigation ul li {
      display: inline-block;
      padding: 0 23px; }
      .splashSoccer.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child {
        padding-left: 0; }
      .splashSoccer.woocommerce-account .woocommerce-MyAccount-navigation ul li:before {
        display: none; }
      .splashSoccer.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
        color: #00aaff !important; }
        .splashSoccer.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a span {
          border-bottom-color: #00aaff; }
      .splashSoccer.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
        color: #00aaff !important;
        border-bottom-color: #00aaff; }
      .splashSoccer.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        padding: 0 0;
        display: block;
        font-family: 'Oswald';
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #06083b;
        text-decoration: none !important;
        border-bottom: 2px solid transparent; }
        .splashSoccer.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
          color: #00aaff !important;
          border-color: #00aaff; }
  .splashSoccer.woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 14px; }
    .splashSoccer.woocommerce-account .woocommerce-MyAccount-content p a {
      color: #00aaff; }
    .splashSoccer.woocommerce-account .woocommerce-MyAccount-content p input[type='submit'] {
      padding: 0 40px;
      border: solid 2px #00aaff;
      background-color: #00aaff !important;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      letter-spacing: 0; }
      .splashSoccer.woocommerce-account .woocommerce-MyAccount-content p input[type='submit']:hover, .splashSoccer.woocommerce-account .woocommerce-MyAccount-content p input[type='submit']:active {
        background-color: #fff !important;
        color: #00aaff !important; }
  .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead {
    background: transparent !important; }
    .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead tr th {
      background: transparent !important;
      border-top: solid 5px #00aaff;
      text-align: left;
      font-family: 'Arial';
      font-size: 16px;
      padding: 23px 0;
      color: #151618; }
      .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead tr th:first-child {
        padding-left: 30px; }
  .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td {
    font-family: 'Arial';
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
    background: transparent !important;
    padding: 18px 0;
    border-top: solid 1px #d8d8d8; }
    .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td:first-child {
      padding-left: 30px; }
    .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td .button {
      margin-top: 0; }
    .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td.order-number a {
      color: #00aaff; }
  .splashSoccer.woocommerce-account .woocommerce-MyAccount-content header {
    position: relative; }
  .splashSoccer.woocommerce-account .woocommerce-MyAccount-content h3 {
    margin-bottom: 45px;
    font-size: 36px; }
  .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .edit {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #00aaff; }
  .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper {
    margin-top: 50px;
    margin-bottom: 26px; }
    .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details thead {
      background: transparent !important; }
      .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details thead tr th {
        padding: 18px 0 15px;
        background: transparent !important;
        border-top: solid 5px #00aaff;
        color: #151618;
        font-family: "Arial"; }
        .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details thead tr th:first-child {
          text-align: left;
          padding-left: 30px; }
        .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details thead tr th:last-child {
          text-align: right;
          padding-right: 30px; }
    .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tbody tr td {
      padding: 12px 0;
      border-top: solid 1px #d8d8d8;
      background: transparent !important; }
      .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tbody tr td.product-name {
        font-family: 'Arial';
        font-weight: 400;
        font-size: 14px;
        text-transform: none;
        padding-left: 30px; }
        .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tbody tr td.product-name a {
          color: #06083b; }
        .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tbody tr td.product-name strong {
          font-weight: 400; }
        .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap {
          display: inline-block;
          overflow: hidden;
          line-height: 20px;
          vertical-align: middle;
          margin-left: 3px; }
          .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation {
            display: inline-block;
            overflow: hidden;
            position: relative;
            margin-top: 0;
            margin-bottom: 0;
            font-size: 14px;
            vertical-align: middle; }
            .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation dt {
              display: inline-block;
              margin: 0; }
            .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation dd {
              display: inline-block;
              margin: 0; }
              .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation dd p {
                margin-bottom: 0; }
      .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tbody tr td.product-total {
        text-align: right;
        padding-right: 30px; }
        .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tbody tr td.product-total .amount {
          font-size: 14px;
          font-weight: 400; }
    .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tfoot tr th {
      font-family: 'Arial';
      font-weight: 700;
      font-size: 15px;
      text-transform: none;
      color: #06083b;
      border-bottom: 0;
      background: #f0f0f0 !important; }
    .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tfoot tr td {
      font-family: 'Arial';
      font-weight: 400;
      font-size: 15px;
      color: #06083b;
      padding-left: 0;
      border-bottom: 0;
      text-align: right;
      padding-right: 30px;
      background: #f0f0f0 !important; }
    .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .order_details tfoot tr:first-child td .amount {
      font-weight: 400; }
    .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .customer_details {
      border-left: solid 30px #f0f0f0;
      border-right: solid 30px #f0f0f0;
      border-top: solid 16px #f0f0f0;
      border-bottom: solid 16px #f0f0f0; }
      .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .customer_details tbody tr th, .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .customer_details tbody tr td {
        font-family: 'Arial';
        color: #06083b;
        border-bottom: solid 1px #d8d8d8;
        background: #f0f0f0 !important;
        padding: 18px 0 18px 10px; }
      .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .customer_details tbody tr th {
        font-weight: 400;
        text-transform: none;
        text-align: left;
        width: 30%; }
      .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .customer_details tbody tr td {
        font-weight: 700;
        font-size: 15px; }
      .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .customer_details tbody tr:last-child th, .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .stm-thankyou-wrapper .customer_details tbody tr:last-child td {
        border-bottom: 0 !important; }
  .splashSoccer.woocommerce-account .woocommerce-MyAccount-content address {
    display: block;
    width: 100%;
    float: left;
    padding: 20px 40px;
    line-height: 60px;
    background: #f0f0f0;
    max-width: 49%; }
  .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .col2-set.addresses .col-1, .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .col2-set.addresses .col-2 {
    width: 49%; }
    .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .col2-set.addresses .col-1 address, .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .col2-set.addresses .col-2 address {
      max-width: 100% !important; }
  .splashSoccer.woocommerce-account.woocommerce-edit-address h3, .splashSoccer.woocommerce-account.woocommerce-edit-account h3, .splashSoccer.woocommerce-account.woocommerce-edit-address h3 {
    margin-top: 30px;
    margin-bottom: 25px; }
  .splashSoccer.woocommerce-account.woocommerce-edit-address legend, .splashSoccer.woocommerce-account.woocommerce-edit-account legend, .splashSoccer.woocommerce-account.woocommerce-edit-address legend {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-top: 30px;
    display: block;
    overflow: hidden;
    width: 50%;
    border: 0; }
  .splashSoccer.woocommerce-account.woocommerce-edit-address form p, .splashSoccer.woocommerce-account.woocommerce-edit-account form p, .splashSoccer.woocommerce-account.woocommerce-edit-address form p {
    max-width: 50%; }
    .splashSoccer.woocommerce-account.woocommerce-edit-address form p label, .splashSoccer.woocommerce-account.woocommerce-edit-account form p label, .splashSoccer.woocommerce-account.woocommerce-edit-address form p label {
      font-family: 'Arial';
      font-weight: 400;
      font-size: 14px;
      color: #06083b; }
    .splashSoccer.woocommerce-account.woocommerce-edit-address form p input, .splashSoccer.woocommerce-account.woocommerce-edit-account form p input, .splashSoccer.woocommerce-account.woocommerce-edit-address form p input {
      background: #f0f0f0;
      border: 0;
      border-radius: 0; }
  .splashSoccer.woocommerce-account.woocommerce-edit-address form input[type='submit']:hover:active, .splashSoccer.woocommerce-account.woocommerce-edit-account form input[type='submit']:hover:active, .splashSoccer.woocommerce-account.woocommerce-edit-address form input[type='submit']:hover:active {
    border-color: #00aaff; }
  .splashSoccer.woocommerce-account.woocommerce-edit-address form .button > .button, .splashSoccer.woocommerce-account.woocommerce-edit-account form .button > .button, .splashSoccer.woocommerce-account.woocommerce-edit-address form .button > .button {
    padding: 0; }
  .splashSoccer.woocommerce-account.woocommerce-edit-address form .button input[type='submit'], .splashSoccer.woocommerce-account.woocommerce-edit-account form .button input[type='submit'], .splashSoccer.woocommerce-account.woocommerce-edit-address form .button input[type='submit'] {
    background: transparent;
    color: inherit;
    margin-top: 0; }
    .splashSoccer.woocommerce-account.woocommerce-edit-address form .button input[type='submit']:hover:active, .splashSoccer.woocommerce-account.woocommerce-edit-account form .button input[type='submit']:hover:active, .splashSoccer.woocommerce-account.woocommerce-edit-address form .button input[type='submit']:hover:active {
      border-color: #00aaff; }
  .splashSoccer.woocommerce-account.woocommerce-edit-address form .required, .splashSoccer.woocommerce-account.woocommerce-edit-account form .required, .splashSoccer.woocommerce-account.woocommerce-edit-address form .required {
    border: 0;
    color: #00aaff; }
  .splashSoccer #sb_instagram {
    width: 100% !important;
    max-width: 100% !important;
    /*Col 3*/ }
    .splashSoccer #sb_instagram.sbi_col_1 #sbi_images {
      float: none;
      white-space: nowrap; }
      .splashSoccer #sb_instagram.sbi_col_1 #sbi_images .sbi_item {
        display: inline-block;
        vertical-align: top;
        width: 160px !important;
        height: 160px !important; }
        .splashSoccer #sb_instagram.sbi_col_1 #sbi_images .sbi_item .sbi_photo_wrap {
          max-height: 100%;
          height: 100% !important; }
        .splashSoccer #sb_instagram.sbi_col_1 #sbi_images .sbi_item .sbi_photo {
          max-height: 100%; }
          .splashSoccer #sb_instagram.sbi_col_1 #sbi_images .sbi_item .sbi_photo:before {
            position: absolute;
            content: '';
            display: block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
            content: "\f16d";
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #00aaff;
            opacity: 0;
            line-height: 160px;
            font-size: 36px;
            color: #fff;
            text-align: center;
            -webkit-transition: opacity 0.7s;
            transition: opacity 0.7s;
            z-index: 90; }
          .splashSoccer #sb_instagram.sbi_col_1 #sbi_images .sbi_item .sbi_photo:hover:before {
            opacity: 0.9; }
    .splashSoccer #sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo {
      position: relative; }
      .splashSoccer #sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo:before {
        position: absolute;
        content: '';
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        content: "\f16d";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #00aaff;
        opacity: 0;
        line-height: 80px;
        font-size: 30px;
        color: #fff;
        text-align: center;
        -webkit-transition: opacity 0.7s;
        transition: opacity 0.7s;
        z-index: 99; }
      .splashSoccer #sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo:hover:before {
        opacity: 0.9; }
  .splashSoccer #sb_instagram #sbi_load {
    padding-top: 0 !important; }
  .splashSoccer .af-margin-88 {
    padding-top: 90px; }
  .splashSoccer.stm-shop-sidebar.woocommerce-page .af-margin-88 {
    padding-top: 0 !important; }
  .splashSoccer.stm-shop-sidebar.search .af-margin-88 {
    padding-top: 90px !important; }
  .splashSoccer.search #wrapper #main {
    padding-bottom: 60px; }
  .splashSoccer .stm-plus {
    display: none !important; }
  .splashSoccer .stm-image-carousel .stm-image-carousel-init-unit .stm-image-carousel-init .owl-item {
    opacity: 0.6; }
    .splashSoccer .stm-image-carousel .stm-image-carousel-init-unit .stm-image-carousel-init .owl-item .stm-single-image-carousel {
      padding: 0; }
      .splashSoccer .stm-image-carousel .stm-image-carousel-init-unit .stm-image-carousel-init .owl-item .stm-single-image-carousel img {
        max-width: 60%; }
    .splashSoccer .stm-image-carousel .stm-image-carousel-init-unit .stm-image-carousel-init .owl-item:hover {
      opacity: 1; }
  .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    clear: both;
    margin-top: 25px;
    margin-bottom: 4px;
    border: solid 1px #d8d8d8;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop:hover .title {
      color: #00aaff; }
    .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop:hover .image img {
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop:hover .image:before {
      opacity: 0; }
    .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop:hover .stm-plus {
      opacity: 0 !important; }
    .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop > a {
      display: block;
      overflow: hidden;
      width: 100%;
      max-width: 255px;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
      .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop > a .image {
        display: block;
        max-width: 255px;
        margin-bottom: 0;
        max-height: 380px; }
        .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop > a .image:before {
          display: none !important; }
        .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop > a .image:after {
          display: none; }
        .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop > a .image img {
          width: inherit !important;
          height: 100%; }
      .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop > a .image.audio:after {
        content: "\e905" !important; }
      .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop > a .image.video:after {
        content: "\e904" !important;
        font-size: 12px; }
    .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop .stm-sticky-post {
      left: 44px; }
    .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop .stm-post-content-inner {
      display: block;
      width: 100%;
      overflow: hidden;
      padding: 20px 20px 20px 28px;
      border: 0;
      background-color: #fff;
      position: relative;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
      .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop .stm-post-content-inner .date {
        width: 100%;
        float: left;
        margin: 0 0 10px;
        color: #868686;
        font-size: 13px;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0px; }
      .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop .stm-post-content-inner .title {
        letter-spacing: 0;
        text-transform: none;
        line-height: 20px;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 15px;
        text-transform: uppercase; }
        .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop .stm-post-content-inner .title:hover {
          color: #00aaff; }
      .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop .stm-post-content-inner .content p {
        line-height: 20px; }
    .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop .post-meta .stm-cat-list-wrapp {
      display: inline-block;
      overflow: hidden;
      vertical-align: middle;
      padding-left: 2px;
      line-height: 14px;
      margin-right: 20px; }
      .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop .post-meta .stm-cat-list-wrapp i {
        display: inline-block;
        vertical-align: middle;
        color: #999999;
        font-size: 14px; }
      .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop .post-meta .stm-cat-list-wrapp ul {
        display: inline-block;
        margin: 0 0 0 5px;
        padding: 0;
        list-style: none;
        vertical-align: middle;
        line-height: 14px; }
        .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop .post-meta .stm-cat-list-wrapp ul li {
          display: inline-block;
          padding: 0;
          margin: 0 5px 0 0; }
          .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop .post-meta .stm-cat-list-wrapp ul li:before {
            display: none; }
          .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop .post-meta .stm-cat-list-wrapp ul li a {
            color: #999999;
            font-size: 13px;
            font-weight: 400; }
    .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop .post-meta .comments-number {
      display: inline-block;
      overflow: hidden;
      vertical-align: middle;
      opacity: 1;
      text-transform: uppercase;
      margin-right: 0;
      margin-left: 0; }
      .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop .post-meta .comments-number i {
        color: #868686;
        font-size: 14px; }
      .splashSoccer.search-results #main .stm-default-page-list .stm-single-post-loop .post-meta .comments-number a {
        color: #868686;
        font-size: 13px;
        font-weight: 400;
        text-transform: none; }
  .splashSoccer .stm-sc-btns-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .splashSoccer .stm-sc-btns-wrap a {
      margin-right: 20px; }
  .splashSoccer .stm-trophy-carousel .stm-title-left h2 {
    margin-bottom: 0 !important; }
  .splashSoccer .stm-trophy-carousel .stm-trophy-carousel-init-unit .stm-trophy-carousel-init .stm-single-trophy {
    padding: 0 20px; }
    .splashSoccer .stm-trophy-carousel .stm-trophy-carousel-init-unit .stm-trophy-carousel-init .stm-single-trophy:hover .stm-title {
      color: #00aaff; }
    .splashSoccer .stm-trophy-carousel .stm-trophy-carousel-init-unit .stm-trophy-carousel-init .stm-single-trophy .image {
      margin-bottom: 16px; }
    .splashSoccer .stm-trophy-carousel .stm-trophy-carousel-init-unit .stm-trophy-carousel-init .stm-single-trophy .stm-border {
      height: 3px;
      margin-bottom: 15px;
      background: #00aaff; }
    .splashSoccer .stm-trophy-carousel .stm-trophy-carousel-init-unit .stm-trophy-carousel-init .stm-single-trophy .stm-title {
      font-weight: 400;
      font-size: 15px;
      color: #151618;
      letter-spacing: 0; }

/*========================       SOCCER STYLE END    (soccerend)    ================================*/
/*Ticker posts*/
.stmTickerWrapper {
  display: block;
  position: relative;
  overflow: hidden; }
  .stmTickerWrapper .container .stmTickerContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .stmTickerWrapper .container .stmTickerContent .stmTickerTitle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 17px;
      font-weight: 400; }
      .stmTickerWrapper .container .stmTickerContent .stmTickerTitle span {
        margin-right: 3px; }
      .stmTickerWrapper .container .stmTickerContent .stmTickerTitle.left {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .stmTickerWrapper .container .stmTickerContent .stmTickerTitle.right {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
    .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper {
      display: block;
      overflow: hidden;
      width: 100%; }
      .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsListTop {
        position: absolute;
        top: 0; }
      .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsListBottom {
        position: absolute;
        bottom: 0; }
      .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0; }
        .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem {
          display: block;
          overflow: hidden;
          padding: 15px 0 15px;
          margin: 0; }
          .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem:before {
            display: none; }
          .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post {
            text-transform: none;
            font-style: italic;
            font-size: 13px; }
            .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post i {
              display: inline-block;
              font-size: 16px;
              color: #00aaff; }
            .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post a {
              text-transform: none;
              text-decoration: none; }
              .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post a:hover span {
                color: #00aaff; }
              .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post a span {
                color: #fff;
                text-transform: none;
                padding: 0 10px; }
            .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post .ticker-post-divider {
              margin: 0 10px 0 20px; }
            .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post span {
              color: #00aaff; }

/*=========================================================     Latest results    =========================================================*/
.fixture_detail {
  position: relative;
  text-align: center; }

.latest_result > .fixture_detail > h2, .vc_latest_result .fixture_detail > h2 {
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 54px;
  font-size: 36px;
  padding: 0 0 12px;
  margin-bottom: 10px; }

.fixture_detail h3 {
  position: relative;
  text-transform: uppercase;
  padding: 0 0 20px;
  margin: 0 0 35px; }

.latest_result h3, .vc_latest_result h3 {
  color: #00aaff;
  padding: 0;
  margin: 0 0 35px; }

.latest_result h3:after, .vc_latest_result h3:after {
  display: none; }

.fixture_detail h3:after, .latest_result > .fixture_detail > h2:after, .vc_latest_result .fixture_detail > h2:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 30px;
  height: 3px;
  background: #00aaff;
  margin: 0 0 0 -15px; }

.fixture_detail .command_left {
  float: left;
  width: 50%; }

.fixture_detail .command_right {
  width: 50%;
  float: right;
  text-align: left; }

.fixture_detail h4 {
  color: #00aaff;
  text-transform: uppercase;
  margin: 0 0 13px; }

.fixture_detail .players {
  position: relative;
  padding: 0;
  list-style: none;
  margin: 0; }
  .fixture_detail .players li {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0;
    padding: 0; }
    .fixture_detail .players li span {
      color: #00aaff; }

.fixture_detail .command_info {
  position: relative;
  float: right;
  margin: 0 19px 0 0; }
  .fixture_detail .command_info .score {
    width: 120px;
    height: 76px;
    background: #00aaff;
    text-align: right;
    padding: 0 20px 0 0;
    font-size: 60px;
    color: #fff;
    line-height: 70px;
    font-weight: bold; }
    .fixture_detail .command_info .score:after {
      content: '';
      position: absolute;
      right: -11px;
      top: 0;
      border-top: 38px solid transparent;
      border-left: 11px solid #00aaff;
      border-bottom: 38px solid transparent; }
  .fixture_detail .command_info .logo {
    position: absolute;
    left: -52px;
    top: -10px;
    width: 98px;
    height: 98px;
    overflow: hidden; }
    .fixture_detail .command_info .logo img {
      max-width: 100%;
      height: auto; }

.fixture_detail .goals {
  float: right;
  text-align: right;
  margin: 0 90px 0 0; }
  .fixture_detail .goals h2 {
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 0 13px 20px;
    border-bottom: 3px solid #00aaff;
    display: inline-block;
    margin: 0 0 9px;
    line-height: 20px;
    font-weight: 400; }
    .fixture_detail .goals h2 a {
      color: #252c33; }
      .fixture_detail .goals h2 a:hover {
        color: #00aaff;
        text-decoration: none; }

.fixture_detail .command_right .command_info {
  float: left;
  margin: 0 0 0 19px; }
  .fixture_detail .command_right .command_info .logo {
    left: auto;
    right: -52px; }
  .fixture_detail .command_right .command_info .score {
    text-align: left;
    padding: 0 0 0 20px; }
    .fixture_detail .command_right .command_info .score:after {
      left: -11px;
      right: auto;
      border-top: 38px solid transparent;
      border-right: 11px solid #00aaff;
      border-left: transparent;
      border-bottom: 38px solid transparent; }

.fixture_detail .command_right .goals {
  float: left;
  text-align: left;
  margin: 0 0 0 90px; }
  .fixture_detail .command_right .goals h2 {
    padding: 0 20px 14px 0; }
    .fixture_detail .command_right .goals h2 a {
      color: #252c33; }
      .fixture_detail .command_right .goals h2 a:hover {
        color: #00aaff;
        text-decoration: none; }

.fixture_detail .fixture_info {
  position: relative;
  text-align: center;
  font-size: 13px;
  line-height: 21px;
  clear: both;
  padding: 10px 0 0; }
  .fixture_detail .fixture_info .venue {
    color: #00aaff; }

.vc_latest_result .fixture_detail .players li {
  color: #151618; }
  .vc_latest_result .fixture_detail .players li:before {
    display: none; }

.latest_result .venue, .vc_latest_result .venue {
  margin: 0 0 33px; }

.vc_latest_result .date_time {
  color: #151618; }

/*=========================================================     Latest results    =========================================================*/
/*=====================================================     Next Match    ====================================================================================*/
.vc_next_match {
  position: relative;
  margin: 0 0 30px; }
  .vc_next_match .title {
    padding: 17px 10px;
    background: #00aaff;
    text-align: center;
    margin: 0 0 10px; }
    .vc_next_match .title h4 {
      color: #fff;
      margin: 0;
      text-transform: uppercase;
      font-weight: 400;
      line-height: 1.1; }
  .vc_next_match .countdown {
    text-align: center;
    width: 100%;
    margin: 0 0 13px !important; }
    .vc_next_match .countdown time span {
      width: 22%;
      display: block;
      float: left;
      min-width: inherit;
      margin-left: 4%;
      margin-right: 0; }
      .vc_next_match .countdown time span:first-child {
        margin-left: 0; }
  .vc_next_match .commands {
    background: #252b32;
    padding: 15px 10px 15px;
    border-bottom: 3px solid #00aaff;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%; }
  .vc_next_match .command {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0 15px;
    width: 40%; }
    .vc_next_match .command h5 {
      margin: 0;
      color: #fff;
      text-transform: uppercase;
      font-weight: normal;
      line-height: 20px; }
      .vc_next_match .command h5 a {
        color: #fff; }
        .vc_next_match .command h5 a:hover {
          text-decoration: none;
          color: #00aaff; }
    .vc_next_match .command .logo {
      margin: 0 0 10px; }
      .vc_next_match .command .logo img {
        max-height: 50px;
        width: auto; }
  .vc_next_match .command_vs {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 20px;
    width: 20%;
    line-height: 41px; }
  .vc_next_match .command_vs span {
    line-height: 34px;
    display: inline-block;
    vertical-align: top; }
  .vc_next_match a {
    text-decoration: none; }
    .vc_next_match a .match_info {
      background: #394149;
      color: #fff;
      text-align: center;
      font-size: 13px;
      line-height: 21px;
      padding: 20px 10px 14px;
      margin: 0 0 30px; }

/*=====================================================     Next Match    ====================================================================================*/
/*=====================================================    Upcoming fixtures    ====================================================================================*/
.vc_upcoming_fixtures {
  position: relative;
  margin: 0 0 30px; }
  .vc_upcoming_fixtures .title {
    padding: 17px 10px;
    background: #00aaff;
    text-align: center;
    margin: 0 0 10px; }
    .vc_upcoming_fixtures .title h4 {
      color: #fff;
      margin: 0;
      text-transform: uppercase;
      font-weight: 400;
      line-height: 1.1; }
  .vc_upcoming_fixtures .commands {
    background: #242a31;
    border-bottom: 3px solid #00aaff;
    padding: 15px 10px;
    text-align: center;
    display: table;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    color: #fff; }
    .vc_upcoming_fixtures .commands .command {
      display: table-cell;
      vertical-align: middle;
      text-align: right;
      height: 60px;
      width: 40%; }
      .vc_upcoming_fixtures .commands .command:last-child {
        text-align: left; }
      .vc_upcoming_fixtures .commands .command h5 {
        margin: 0;
        color: #fff;
        text-transform: uppercase;
        font-weight: normal;
        line-height: 22px;
        padding-top: 5px; }
        .vc_upcoming_fixtures .commands .command h5 a {
          color: #fff; }
          .vc_upcoming_fixtures .commands .command h5 a:hover {
            color: #00aaff;
            text-decoration: none; }
    .vc_upcoming_fixtures .commands .command_vs {
      display: table-cell;
      vertical-align: middle;
      font-size: 20px;
      text-transform: uppercase;
      color: #fff;
      height: 59px;
      width: 20%; }
      .vc_upcoming_fixtures .commands .command_vs span {
        line-height: 23px;
        display: inline-block;
        vertical-align: top; }
  .vc_upcoming_fixtures a {
    text-decoration: none; }
    .vc_upcoming_fixtures a .match_info {
      background: #394149;
      color: #fff;
      text-align: center;
      font-size: 13px;
      line-height: 21px;
      padding: 21px 10px 14px;
      margin: 0 0 11px; }

/*=====================================================    Upcoming fixtures    ====================================================================================*/
/*=====================================================    League table     ====================================================================================*/
.stm-soccer-tabs .vc_tta-panel-body {
  padding-top: 10px !important; }

.vc_league_table {
  overflow: hidden; }
  .vc_league_table .sp-league-table th.data-name {
    font-weight: 400;
    text-align: left;
    padding-left: 2px !important; }
  .vc_league_table .sp-league-table td {
    text-align: center;
    font-weight: 400; }
    .vc_league_table .sp-league-table td.data-name {
      font-weight: 400;
      text-align: left;
      padding-left: 2px !important; }
  .vc_league_table .dataTables_paginate {
    display: none !important; }
  .vc_league_table .sp-view-all-link {
    display: block;
    text-align: center;
    padding: 15px 10px;
    background: #3d464e;
    font-size: 15px;
    color: #b2b2b2;
    text-transform: uppercase;
    margin: 0; }
  .vc_league_table .sp-view-all-link:hover {
    text-decoration: none;
    color: #00aaff; }

/*=====================================================    League table     ====================================================================================*/
/*=====================================================    Popular Video carousel     ====================================================================================*/
.stm-videos-carousel {
  display: block;
  overflow: hidden;
  position: relative; }
  .stm-videos-carousel .stm-videos-top {
    display: block;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 10; }
    .stm-videos-carousel .stm-videos-top .stm-view-switcher {
      display: block;
      overflow: hidden;
      float: left; }
      .stm-videos-carousel .stm-videos-top .stm-view-switcher span {
        display: inline-block;
        width: 44px;
        height: 44px;
        border: solid 1px #868686;
        opacity: 0.5;
        -webkit-transition: all .1s ease-out;
        transition: all .1s ease-out; }
        .stm-videos-carousel .stm-videos-top .stm-view-switcher span.active {
          border-color: #00aaff;
          background: #00aaff;
          opacity: 1; }
        .stm-videos-carousel .stm-videos-top .stm-view-switcher span:hover {
          cursor: pointer;
          border-color: #00aaff;
          background: #00aaff;
          opacity: 1; }
        .stm-videos-carousel .stm-videos-top .stm-view-switcher span.stm-block-view:before {
          content: "";
          display: block;
          width: 49%;
          height: 43%;
          background: url("../images/soccer/icon_view_block.svg") no-repeat;
          background-size: 100%;
          margin-top: 52%;
          margin-left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
                  transform: translateY(-50%) translateX(-50%); }
        .stm-videos-carousel .stm-videos-top .stm-view-switcher span.stm-grid-view:before {
          content: "";
          display: block;
          width: 49%;
          height: 42%;
          background: url("../images/soccer/icon_view_grid.svg") no-repeat;
          background-size: 100%;
          margin-top: 52%;
          margin-left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
                  transform: translateY(-50%) translateX(-50%); }
    .stm-videos-carousel .stm-videos-top .stm-videos-controls {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      float: right; }
      .stm-videos-carousel .stm-videos-top .stm-videos-controls .stm-carousel-control-prev, .stm-videos-carousel .stm-videos-top .stm-videos-controls .stm-carousel-control-next {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 44px;
        height: 44px;
        border: solid 1px #868686;
        text-align: center;
        padding: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 1px;
        -webkit-transition: all .1s ease-in;
        transition: all .1s ease-in; }
        .stm-videos-carousel .stm-videos-top .stm-videos-controls .stm-carousel-control-prev i, .stm-videos-carousel .stm-videos-top .stm-videos-controls .stm-carousel-control-next i {
          color: #fff;
          padding: 0;
          vertical-align: middle;
          height: 26px;
          width: 9px;
          opacity: 0.55;
          -webkit-transition: all .1s ease-in;
          transition: all .1s ease-in; }
        .stm-videos-carousel .stm-videos-top .stm-videos-controls .stm-carousel-control-prev:hover, .stm-videos-carousel .stm-videos-top .stm-videos-controls .stm-carousel-control-next:hover {
          border-color: #00aaff;
          background: #00aaff; }
          .stm-videos-carousel .stm-videos-top .stm-videos-controls .stm-carousel-control-prev:hover i, .stm-videos-carousel .stm-videos-top .stm-videos-controls .stm-carousel-control-next:hover i {
            opacity: 1; }
  .stm-videos-carousel .stm-title {
    display: none; }
    .stm-videos-carousel .stm-title h2 {
      display: block;
      text-align: center;
      font-size: 36px;
      padding-bottom: 20px;
      margin-bottom: 25px;
      color: #fff;
      font-weight: 400;
      text-transform: uppercase;
      position: relative; }
      .stm-videos-carousel .stm-title h2:after {
        content: '';
        display: block;
        width: 30px;
        height: 2px;
        background: #00aaff;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
  .stm-videos-carousel .stm-videos-carousel-init-unit {
    margin-bottom: 20px; }
    .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-transition: all .2s ease-in;
      transition: all .2s ease-in; }
      .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper .stm-video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        width: 51%;
        height: 370px;
        margin: 0 auto;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        -webkit-transition: all .5s ease-out;
        transition: all .5s ease-out; }
        .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper .stm-video .stm-video-wrapp {
          display: block;
          overflow: hidden;
          width: 100%;
          height: 100%; }
          .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper .stm-video .stm-video-wrapp:before {
            content: '';
            display: block;
            -webkit-transition: all .1s ease-in;
            transition: all .1s ease-in;
            width: 100%;
            height: 100%;
            background: #151618;
            z-index: 1;
            position: absolute;
            opacity: 0; }
          .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper .stm-video .stm-video-wrapp:after {
            content: '\f144';
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 50px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
            -webkit-transition: all .1s ease-in;
            transition: all .1s ease-in;
            opacity: 0;
            z-index: 2; }
          .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper .stm-video .stm-video-wrapp:hover {
            cursor: pointer; }
            .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper .stm-video .stm-video-wrapp:hover:before {
              opacity: 0.8; }
            .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper .stm-video .stm-video-wrapp:hover:after {
              opacity: 0.55; }
        .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper .stm-video img {
          display: block;
          vertical-align: top;
          width: 100%;
          z-index: 0;
          -webkit-transform: translateZ(0);
          transform: translateZ(0); }
      .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper .stm-grid-title {
        display: none; }
      .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper h3, .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper h4 {
        display: block;
        overflow: hidden;
        text-align: center;
        position: relative;
        margin: 0; }
      .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper h3 {
        font-size: 36px;
        padding-bottom: 20px;
        margin-bottom: 25px;
        color: #fff;
        font-weight: 400;
        text-transform: uppercase; }
        .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper h3:after {
          content: '';
          display: block;
          width: 30px;
          height: 2px;
          background: #00aaff;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
      .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper h4 {
        font-size: 20px;
        font-weight: 400;
        color: #00aaff;
        margin-bottom: 20px;
        text-transform: uppercase; }
    .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      margin: 10px -15px 0; }
      .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 25%;
        padding: 0 15px;
        margin: 2px 0; }
        .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper:nth-of-type(1), .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper:nth-of-type(2), .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper:nth-of-type(3), .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper:nth-of-type(4) {
          margin-bottom: 20px; }
        .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper .stm-video {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          height: 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper .stm-video:hover h4 {
            color: #00aaff; }
          .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper .stm-video .stm-video-wrapp {
            max-height: 135px; }
            .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper .stm-video .stm-video-wrapp:before {
              top: 0;
              height: 66.3%; }
            .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper .stm-video .stm-video-wrapp:after {
              top: 30%;
              left: 50%;
              -webkit-transform: translateY(-30%) translateX(-50%);
              transform: translateY(-30%) translateX(-50%); }
            .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper .stm-video .stm-video-wrapp .stm-video-holder {
              width: 100%; }
          .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper .stm-video h4 {
            display: block;
            color: #fff;
            margin: 15px 0 25px 2px;
            font-size: 15px;
            font-weight: 400;
            text-align: left;
            -webkit-transition: all .1s ease-in;
            transition: all .1s ease-in; }

/*=====================================================    Popular Video carousel     ====================================================================================*/
/*=====================================================    Players carousel     ====================================================================================*/
.stm-player-ids .stm-title-left {
  margin-bottom: 5px; }
  .stm-player-ids .stm-title-left h2 {
    color: #fff; }

.stm-player-ids .stm-player-wrapp {
  display: block;
  overflow: hidden;
  margin: 0 15px; }
  .stm-player-ids .stm-player-wrapp:hover a {
    color: #00aaff !important; }
    .stm-player-ids .stm-player-wrapp:hover a img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .stm-player-ids .stm-player-wrapp .player_image {
    position: relative;
    margin: 0 0 15px; }
    .stm-player-ids .stm-player-wrapp .player_image > a {
      position: relative;
      display: block;
      overflow: hidden; }
      .stm-player-ids .stm-player-wrapp .player_image > a:after {
        display: none; }
    .stm-player-ids .stm-player-wrapp .player_image img {
      display: block;
      max-width: 100%;
      height: auto;
      transition: transform 0.4s, -webkit-transform 0.4s; }
  .stm-player-ids .stm-player-wrapp .stm-player-title-wrap {
    display: block;
    overflow: hidden;
    position: relative; }
    .stm-player-ids .stm-player-wrapp .stm-player-title-wrap h4 {
      display: block;
      float: left;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 11px; }
      .stm-player-ids .stm-player-wrapp .stm-player-title-wrap h4 a {
        color: #fff; }
        .stm-player-ids .stm-player-wrapp .stm-player-title-wrap h4 a:hover {
          color: #00aaff;
          text-decoration: none; }
    .stm-player-ids .stm-player-wrapp .stm-player-title-wrap .player_like {
      float: right;
      padding: 3px 2px 3px 0; }
      .stm-player-ids .stm-player-wrapp .stm-player-title-wrap .player_like .fa {
        color: #b2b2b2; }
        .stm-player-ids .stm-player-wrapp .stm-player-title-wrap .player_like .fa:before {
          -webkit-transition: all .2s ease-in;
          transition: all .2s ease-in; }
      .stm-player-ids .stm-player-wrapp .stm-player-title-wrap .player_like span {
        margin-left: 5px;
        color: #fff;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in; }
      .stm-player-ids .stm-player-wrapp .stm-player-title-wrap .player_like .like_button:hover {
        color: #00aaff;
        text-decoration: none; }
        .stm-player-ids .stm-player-wrapp .stm-player-title-wrap .player_like .like_button:hover span {
          color: #00aaff; }
        .stm-player-ids .stm-player-wrapp .stm-player-title-wrap .player_like .like_button:hover .fa:before {
          content: "\f004";
          color: #00aaff; }
    .stm-player-ids .stm-player-wrapp .stm-player-title-wrap .like_button.disabled {
      color: #fff; }
      .stm-player-ids .stm-player-wrapp .stm-player-title-wrap .like_button.disabled .fa {
        color: #fff; }
  .stm-player-ids .stm-player-wrapp .player_info {
    position: relative;
    height: 32px;
    line-height: 32px; }
    .stm-player-ids .stm-player-wrapp .player_info.position-full-width .number {
      display: none !important; }
    .stm-player-ids .stm-player-wrapp .player_info .number {
      position: relative;
      float: right;
      background: #00aaff;
      font-size: 15px;
      color: #fff;
      padding: 0 12px;
      font-weight: normal;
      margin: 0 0 0 13px; }
      .stm-player-ids .stm-player-wrapp .player_info .number i {
        margin-right: 8px; }
      .stm-player-ids .stm-player-wrapp .player_info .number:before {
        content: '';
        position: absolute;
        left: -13px;
        top: 0;
        border-top: 32px solid #3f4851;
        border-right: 11px solid transparent; }
      .stm-player-ids .stm-player-wrapp .player_info .number:after {
        content: '';
        position: absolute;
        left: -11px;
        top: 0;
        border-bottom: 32px solid #00aaff;
        border-left: 11px solid transparent; }
    .stm-player-ids .stm-player-wrapp .player_info .position {
      display: block;
      position: relative;
      overflow: hidden;
      font-weight: 400;
      font-size: 15px;
      height: 32px;
      background: #3f4851;
      color: #fff;
      text-transform: uppercase;
      padding: 0 10px; }

/*=====================================================    Players carousel     ====================================================================================*/
/*=====================================================     Widget follow us    ====================================================================================*/
.widget_follow_us ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0; }
  .widget_follow_us ul li {
    float: left;
    padding: 0;
    margin: 0 10px 10px 0; }
    .widget_follow_us ul li:before {
      display: none; }
    .widget_follow_us ul li a, .widget_follow_us ul li .social_button {
      color: #fff;
      font-size: 20px;
      display: block;
      width: 51px;
      height: 51px;
      text-align: center;
      line-height: 51px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.social_btns_wrap .social_button {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  width: 51px;
  height: 51px;
  text-align: center;
  line-height: 51px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.social_button {
  margin: 0 10px 10px 0;
  display: inline-block;
  vertical-align: top; }
  .social_button b {
    display: none; }
  .social_button.mini {
    width: auto;
    height: auto;
    color: #aaaaaa;
    margin: 0 15px 15px 0;
    font-size: 22px;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    line-height: 22px; }
    .social_button.mini:hover {
      color: #ed265a;
      opacity: 1; }
      .social_button.mini:hover i.fa-facebook-square, .social_button.mini:hover .post_share .st_facebook .stButton:hover {
        color: #3b5998 !important; }
      .social_button.mini:hover i.fa-twitter-square, .social_button.mini:hover .post_share .st_twitter .stButton:hover {
        color: #00a0d1 !important; }
      .social_button.mini:hover i.fa-linkedin-square {
        color: #0e76a8 !important; }
      .social_button.mini:hover i.fa-instagram-square, .social_button.mini:hover .post_share .st_instagram .stButton:hover {
        color: #825c48 !important; }
      .social_button.mini:hover i.fa-google-plus-square, .social_button.mini:hover .post_share .st_googleplus .stButton:hover {
        color: #b21f1f !important; }
      .social_button.mini:hover i.fa-vimeo-square {
        color: #32B6EF !important; }
      .social_button.mini:hover i.fa-pinterest-square, .social_button.mini:hover .post_share .st_pinterest .stButton:hover {
        color: #d73532 !important; }
      .social_button.mini:hover i.fa-dribbble {
        color: #ea73a0 !important; }
      .social_button.mini:hover i.fa-rss-square {
        color: #e98c14 !important; }
      .social_button.mini:hover i.fa-youtube-play-square {
        color: #cc181e !important; }
        .social_button.mini:hover i.fa-youtube-play-square:before {
          content: "\f16a" !important;
          font-family: 'FontAwesome'; }
      .social_button.mini:hover i.fa-dropbox {
        color: #1081DE !important; }
    .social_button.mini i.fa-youtube-play-square:before {
      content: "\f16a" !important;
      font-family: 'FontAwesome'; }

.widget_follow_us li a:hover, .social_button:hover {
  opacity: 0.5;
  color: #fff; }

.widget_follow_us li.facebook a, .social_button.facebook {
  background-color: #3b5998; }

.widget_follow_us li.twitter a, .social_button.twitter {
  background-color: #00a0d1; }

.widget_follow_us li.linkedin a, .social_button.linkedin {
  background-color: #0e76a8; }

.widget_follow_us li.instagram a, .social_button.instagram {
  background-color: #825c48; }

.widget_follow_us li.rss a, .social_button.rss {
  background-color: #e98c14; }

.widget_follow_us li.youtube-play a, .social_button.youtube-play {
  background-color: #c4302b; }

.widget_follow_us li.pinterest-p a, .social_button.pinterest-p {
  background-color: #a30834; }

.widget_follow_us li.dribbble a, .social_button.dribbble {
  background-color: #f077a4; }

.widget_follow_us li.google-plus a, .social_button.google {
  background-color: #b21f1f; }

.widget_follow_us li.skype a, .social_button.skype {
  background-color: #00b0f6; }

/*=====================================================     Widget follow us    ====================================================================================*/
/*=====================================================    Features Block     ====================================================================================*/
.stm-features-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 20px 26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .stm-features-wrapp .stm-features-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    -ms-grid-column-align: center;
        justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .stm-features-wrapp .stm-features-icon img {
      display: block;
      width: 100%;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
  .stm-features-wrapp .stm-feature-title {
    display: block;
    overflow: hidden;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-top: 13px;
    text-transform: uppercase; }
  .stm-features-wrapp .stm-feature-content {
    font-size: 13px;
    color: #b2b2b2;
    text-align: center;
    margin-top: 12px;
    line-height: 21px; }

/*=====================================================    Features Block     ====================================================================================*/
/*=====================================================    Addvertisment Block     ====================================================================================*/
.addvert_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: cover;
  padding: 15px; }
  .addvert_wrapp .addvert_logo {
    display: block;
    overflow: hidden;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .addvert_wrapp .addvert_logo img {
      display: block;
      width: 44%; }
  .addvert_wrapp .addvert_info_wrapp {
    display: block;
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .addvert_wrapp .addvert_info_wrapp .addvert_title {
      display: block;
      overflow: hidden;
      text-align: center;
      padding: 20px 40px 10px; }
      .addvert_wrapp .addvert_info_wrapp .addvert_title span {
        display: block;
        overflow: hidden;
        font-weight: 400;
        font-size: 46px;
        color: #fff;
        line-height: 50px;
        text-transform: uppercase;
        margin-top: 50px; }
    .addvert_wrapp .addvert_info_wrapp .addvert_sub_title {
      display: block;
      overflow: hidden;
      text-align: center;
      padding: 0 40px 15px; }
      .addvert_wrapp .addvert_info_wrapp .addvert_sub_title span {
        display: block;
        font-size: 17px;
        color: #fff;
        font-weight: 700; }
    .addvert_wrapp .addvert_info_wrapp .addvert_btn {
      display: block;
      overflow: hidden;
      text-align: center; }

/*=====================================================    Addvertisment Block     ====================================================================================*/
/*=====================================================    Tabs    ====================================================================================*/
.stm-tabs-wrap {
  display: block;
  overflow: hidden;
  width: 100%; }
  .stm-tabs-wrap .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 1px 0 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .stm-tabs-wrap .nav-tabs li {
      padding: 0;
      margin: 0 1px 0 0;
      border-radius: 0;
      border: 0; }
      .stm-tabs-wrap .nav-tabs li:before {
        display: none; }
      .stm-tabs-wrap .nav-tabs li.active a {
        background: #00aaff;
        border: 0;
        color: #fff;
        padding: 17px 16px 16px;
        margin-top: -1px; }
        .stm-tabs-wrap .nav-tabs li.active a:hover {
          border: 0;
          color: #fff; }
      .stm-tabs-wrap .nav-tabs li a {
        background: #3f4851;
        color: #fff;
        border-radius: 0;
        border: 0;
        margin: 0;
        min-width: 132px;
        padding: 16px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 400;
        text-align: center; }
        .stm-tabs-wrap .nav-tabs li a:hover {
          text-decoration: none;
          border: 0;
          color: #00aaff; }
  .stm-tabs-wrap .tab-content-wrapp {
    display: block;
    overflow: hidden;
    border-top: 0;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    margin: 0;
    width: 100%;
    position: relative; }
    .stm-tabs-wrap .tab-content-wrapp .tab-pane {
      padding: 23px 28px 29px; }
      .stm-tabs-wrap .tab-content-wrapp .tab-pane.in.active {
        display: block; }
      .stm-tabs-wrap .tab-content-wrapp .tab-pane .tab-content {
        font-weight: 400;
        font-style: italic;
        font-size: 14px;
        color: #868686; }

/*=====================================================    Tabs    ====================================================================================*/
/*=====================================================     STM INFO TABLE    ====================================================================================*/
.stm-info-table-wrapp {
  display: block;
  overflow: hidden;
  padding-right: 10px; }
  .stm-info-table-wrapp .stm-info-table tr td {
    border: 0;
    padding: 0 0 30px 30px;
    border-right: 1px solid #d9d9d9;
    max-width: 120px; }
    .stm-info-table-wrapp .stm-info-table tr td:last-child {
      border: 0; }
    .stm-info-table-wrapp .stm-info-table tr td:first-child {
      padding-left: 0; }
      .stm-info-table-wrapp .stm-info-table tr td:first-child span {
        padding-left: 0; }
    .stm-info-table-wrapp .stm-info-table tr td span {
      display: block;
      overflow: hidden; }
    .stm-info-table-wrapp .stm-info-table tr td .title {
      font-size: 17px;
      font-weight: 400;
      color: #151618; }
    .stm-info-table-wrapp .stm-info-table tr td .desc {
      font-size: 14px;
      font-weight: 400;
      color: #404040; }
      .stm-info-table-wrapp .stm-info-table tr td .desc a {
        display: inline-block;
        color: #00aaff;
        text-decoration: underline; }
  .stm-info-table-wrapp .stm-info-table tr:last-child td {
    padding: 0 0 0 30px;
    vertical-align: top; }
    .stm-info-table-wrapp .stm-info-table tr:last-child td:first-child {
      padding: 0; }

/*=====================================================     STM INFO TABLE    ====================================================================================*/
/*=====================================================    STM TICKETS     ====================================================================================*/
.stm-tickets-wrapp {
  display: block;
  overflow: hidden;
  width: 100%; }
  .stm-tickets-wrapp h3 {
    line-height: 30px;
    text-transform: uppercase; }
  .stm-tickets-wrapp .stm-tickets-teams {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    background: #3a4147;
    padding: 20px 20px 10px;
    border-bottom: 3px solid #00aaff; }
    .stm-tickets-wrapp .stm-tickets-teams .stm-left-team {
      display: block;
      overflow: hidden;
      width: 100%;
      -ms-flex-item-align: baseline;
          align-self: baseline; }
      .stm-tickets-wrapp .stm-tickets-teams .stm-left-team .stm-team-img {
        display: block;
        width: 100%;
        max-width: 50px;
        margin: 0 auto 5px; }
        .stm-tickets-wrapp .stm-tickets-teams .stm-left-team .stm-team-img img {
          display: block;
          width: 100%; }
      .stm-tickets-wrapp .stm-tickets-teams .stm-left-team .stm-team-name {
        display: block;
        overflow: hidden;
        width: 100%;
        text-align: center; }
        .stm-tickets-wrapp .stm-tickets-teams .stm-left-team .stm-team-name span {
          font-size: 15px;
          font-weight: 400;
          color: #fff;
          text-transform: uppercase; }
    .stm-tickets-wrapp .stm-tickets-teams .stm-team-vs {
      display: block;
      width: 100%;
      text-align: center; }
      .stm-tickets-wrapp .stm-tickets-teams .stm-team-vs span {
        font-size: 30px;
        text-transform: uppercase;
        color: #b2b2b2;
        position: relative; }
        .stm-tickets-wrapp .stm-tickets-teams .stm-team-vs span:before {
          content: '';
          display: block;
          width: 6px;
          height: 3px;
          background: #b2b2b2;
          position: absolute;
          left: -50%;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        .stm-tickets-wrapp .stm-tickets-teams .stm-team-vs span:after {
          content: '';
          display: block;
          width: 6px;
          height: 3px;
          background: #b2b2b2;
          position: absolute;
          right: -50%;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
    .stm-tickets-wrapp .stm-tickets-teams .stm-right-team {
      display: block;
      overflow: hidden;
      width: 100%; }
      .stm-tickets-wrapp .stm-tickets-teams .stm-right-team .stm-team-img {
        display: block;
        width: 100%;
        max-width: 50px;
        margin: 0 auto 5px; }
        .stm-tickets-wrapp .stm-tickets-teams .stm-right-team .stm-team-img img {
          display: block;
          width: 100%; }
      .stm-tickets-wrapp .stm-tickets-teams .stm-right-team .stm-team-name {
        display: block;
        overflow: hidden;
        width: 100%;
        text-align: center; }
        .stm-tickets-wrapp .stm-tickets-teams .stm-right-team .stm-team-name span {
          font-size: 15px;
          font-weight: 400;
          color: #fff;
          text-transform: uppercase; }
  .stm-tickets-wrapp .stm-tickets-btn {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 10px; }
    .stm-tickets-wrapp .stm-tickets-btn a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      height: 50px;
      line-height: 50px;
      color: #fff;
      font-weight: 400;
      font-size: 15px;
      text-transform: uppercase;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none; }
      .stm-tickets-wrapp .stm-tickets-btn a i {
        color: #fff;
        margin-right: 15px;
        margin-left: -7px; }

/*=====================================================    STM TICKETS     ====================================================================================*/
/*=====================================================     CAROUSEL IMAGE TITLE    ====================================================================================*/
.stm-it-main-wrapper .stm-title-left h2.stm-main-title-unit {
  font-size: 30px;
  letter-spacing: 0; }

.stm-it-main-wrapper .stm-image-title-carousel-wrapper .stm-image-title-wrap .stm-image-title .stm-img {
  display: block;
  overflow: hidden;
  max-height: 180px; }
  .stm-it-main-wrapper .stm-image-title-carousel-wrapper .stm-image-title-wrap .stm-image-title .stm-img img {
    display: block;
    width: 100%; }

.stm-it-main-wrapper .stm-image-title-carousel-wrapper .stm-image-title-wrap .stm-image-title .stm-title {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 3px; }
  .stm-it-main-wrapper .stm-image-title-carousel-wrapper .stm-image-title-wrap .stm-image-title .stm-title span {
    font-size: 15px;
    font-weight: 400;
    color: #151618; }

/*=====================================================     CAROUSEL IMAGE TITLE    ====================================================================================*/
/*=====================================================     Google map with info blocks    ====================================================================================*/
.stm-gmap-wrap {
  display: block;
  overflow: hidden;
  position: relative; }
  .stm-gmap-wrap .stm-gmap-info-blocks-wrap {
    display: block;
    width: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 0;
    padding: 53px 0 30px; }
    .stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      width: 100%;
      margin: 0 -15px; }
      .stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks .stm-info-block-wrap {
        display: block;
        overflow: hidden;
        width: 100%;
        padding: 0 15px; }
        .stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks .stm-info-block-wrap .stm-ib-title h4 {
          font-size: 17px;
          text-transform: uppercase;
          margin-bottom: 15px; }
        .stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks .stm-info-block-wrap .stm-ib-list ul li {
          padding: 0;
          margin-bottom: 5px; }
          .stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks .stm-info-block-wrap .stm-ib-list ul li:before {
            display: none; }
          .stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks .stm-info-block-wrap .stm-ib-list ul li .stm-ib-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: baseline;
                -ms-flex-align: baseline;
                    align-items: baseline; }
            .stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks .stm-info-block-wrap .stm-ib-list ul li .stm-ib-item i {
              display: block;
              color: #00aaff;
              margin-right: 10px;
              vertical-align: middle;
              min-width: 20px; }
              .stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks .stm-info-block-wrap .stm-ib-list ul li .stm-ib-item i.fa-envelope-o {
                content: ''; }
            .stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks .stm-info-block-wrap .stm-ib-list ul li .stm-ib-item .stm-ib-text {
              display: block;
              overflow: hidden;
              font-size: 14px;
              color: #475058; }

/*=====================================================     Google map with info blocks    ====================================================================================*/
/*=====================================================    STM TITLE WITH ICON    ====================================================================================*/
.stm-icon-title-wrap .stm-icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 14px; }
  .stm-icon-title-wrap .stm-icon-title i {
    color: #00aaff;
    margin-right: 15px;
    font-size: 32px; }
  .stm-icon-title-wrap .stm-icon-title h4 {
    font-size: 20px;
    color: #151618;
    margin: 0; }

.stm-icon-title-wrap .stm-content {
  font-size: 14px;
  color: #151618; }

/*=====================================================    STM TITLE WITH ICON    ====================================================================================*/
/*=====================================================         ====================================================================================*/
/*=====================================================         ====================================================================================*/
/*=====================================================         ====================================================================================*/
/*=====================================================         ====================================================================================*/
/*=====================================================         ====================================================================================*/
/*SECTION 2*/
/*2.1 Widgets*/
.stm-sportspress-sidebar,
aside.widget {
  margin-bottom: 63px; }
  .stm-sportspress-sidebar .widget_title,
  .stm-sportspress-sidebar .widget-title,
  aside.widget .widget_title,
  aside.widget .widget-title {
    margin-bottom: 27px; }
    .stm-sportspress-sidebar .widget_title h3,
    .stm-sportspress-sidebar .widget_title h4,
    .stm-sportspress-sidebar .widget-title h3,
    .stm-sportspress-sidebar .widget-title h4,
    aside.widget .widget_title h3,
    aside.widget .widget_title h4,
    aside.widget .widget-title h3,
    aside.widget .widget-title h4 {
      font-size: 24px;
      text-transform: uppercase; }
  .stm-sportspress-sidebar:last-child,
  aside.widget:last-child {
    margin-bottom: 0; }

.stm-sportspress-sidebar .widget-title h6 {
  font-size: 24px;
  color: #151515;
  text-transform: uppercase; }

.calendar_wrap table {
  text-align: center; }
  .calendar_wrap table th {
    text-align: center; }
  .calendar_wrap table #prev {
    text-align: left; }
  .calendar_wrap table #next {
    text-align: right; }
  .calendar_wrap table #prev,
  .calendar_wrap table #next {
    padding: 15px 0; }

.tagcloud {
  padding-top: 10px; }
  .tagcloud a {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px; }

.product-categories .children,
.widget_categories .children {
  margin-top: 0;
  padding: 0;
  padding-left: 15px; }

.product-categories li,
.widget_categories li {
  padding: 0;
  margin: 0;
  width: 100%; }
  .product-categories li .sub-menu,
  .widget_categories li .sub-menu {
    padding: 0;
    padding-left: 10px;
    margin: 0; }
  .product-categories li.current-cat a:before,
  .widget_categories li.current-cat a:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10; }
  .product-categories li:before,
  .widget_categories li:before {
    display: none; }
  .product-categories li a,
  .widget_categories li a {
    position: relative;
    display: block;
    padding: 12px 30px;
    text-transform: uppercase;
    background-color: #303132;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    border-bottom: 1px solid #fff; }
    .product-categories li a span,
    .widget_categories li a span {
      position: relative;
      z-index: 20; }
    .product-categories li a:before,
    .widget_categories li a:before {
      position: absolute;
      content: '';
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #41c648;
      opacity: 0;
      -webkit-transform: scale3d(0.7, 1, 1);
      transform: scale3d(0.7, 1, 1);
      -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
      -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
      transition: opacity 0.4s, -webkit-transform 0.4s;
      transition: transform 0.4s, opacity 0.4s;
      transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
    .product-categories li a:after,
    .widget_categories li a:after {
      position: absolute;
      content: '';
      display: block;
      top: 0;
      bottom: 0;
      right: 0;
      width: 5px;
      background-color: #41c648;
      -webkit-transition: width 0.4s;
      transition: width 0.4s; }
    .product-categories li a:hover:before,
    .widget_categories li a:hover:before {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      z-index: 10; }
    .product-categories li a:hover:after,
    .widget_categories li a:hover:after {
      width: 0px; }

.product-categories a:before {
  display: none !important; }

div.widget_nav_menu ul.menu li,
.stm-widget-menu ul.menu li {
  padding: 0;
  margin: 0;
  width: 100%; }
  div.widget_nav_menu ul.menu li .sub-menu,
  .stm-widget-menu ul.menu li .sub-menu {
    padding: 0;
    padding-left: 10px;
    margin: 0; }
  div.widget_nav_menu ul.menu li.current_page_item a:before,
  .stm-widget-menu ul.menu li.current_page_item a:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10; }
  div.widget_nav_menu ul.menu li:before,
  .stm-widget-menu ul.menu li:before {
    display: none; }
  div.widget_nav_menu ul.menu li a,
  .stm-widget-menu ul.menu li a {
    position: relative;
    display: block;
    padding: 12px 30px;
    text-transform: uppercase;
    background-color: #303132;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    border-bottom: 1px solid #fff; }
    div.widget_nav_menu ul.menu li a span,
    .stm-widget-menu ul.menu li a span {
      position: relative;
      z-index: 20; }
    div.widget_nav_menu ul.menu li a:before,
    .stm-widget-menu ul.menu li a:before {
      position: absolute;
      content: '';
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #41c648;
      opacity: 0;
      -webkit-transform: scale3d(0.7, 1, 1);
      transform: scale3d(0.7, 1, 1);
      -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
      -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
      transition: opacity 0.4s, -webkit-transform 0.4s;
      transition: transform 0.4s, opacity 0.4s;
      transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
    div.widget_nav_menu ul.menu li a:after,
    .stm-widget-menu ul.menu li a:after {
      position: absolute;
      content: '';
      display: block;
      top: 0;
      bottom: 0;
      right: 0;
      width: 5px;
      background-color: #41c648;
      -webkit-transition: width 0.4s;
      transition: width 0.4s; }
    div.widget_nav_menu ul.menu li a:hover:before,
    .stm-widget-menu ul.menu li a:hover:before {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      z-index: 10; }
    div.widget_nav_menu ul.menu li a:hover:after,
    .stm-widget-menu ul.menu li a:hover:after {
      width: 0px; }

div.widget.widget_nav_menu ul.menu li a:before {
  display: none; }

div.widget.widget_nav_menu ul.menu li.current_page_item a {
  background-color: #41c648; }

div.widget.stm-widget-menu ul.menu li a:before {
  display: block; }

.footer-widgets-wrapper aside.widget .widget-title {
  margin-bottom: 0; }

.widget.widget_stm_recent_posts {
  margin-bottom: 40px; }
  .widget.widget_stm_recent_posts .widget_media {
    margin-bottom: 24px; }
  .widget.widget_stm_recent_posts a {
    text-decoration: none !important; }
    .widget.widget_stm_recent_posts a:hover .h5 {
      color: #41c648; }
  .widget.widget_stm_recent_posts .image {
    float: left;
    margin-top: 6px;
    max-width: 100px;
    margin-right: 18px; }
  .widget.widget_stm_recent_posts .date {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #a4a4a4; }
  .widget.widget_stm_recent_posts .h5 {
    color: #404040;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700; }
  .widget.widget_stm_recent_posts .stm-post-content {
    overflow: hidden; }

#sb_instagram #sbi_images {
  float: none; }

#sb_instagram.sbi_col_3 .sbi_photo_wrap .sbi_photo {
  margin-bottom: 9px;
  width: 80px !important;
  height: 80px !important; }

body:not(.stm-macintosh) .widget.widget_stm_recent_posts .h5 {
  line-height: 22px; }

.widget_search {
  position: relative; }
  .widget_search .search-input {
    padding-right: 80px; }
  .widget_search .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 3px;
    min-height: 55px; }

.footer-widgets-wrapper .widget_search .search-input::-webkit-input-placeholder {
  color: #151515; }

.footer-widgets-wrapper .widget_search .search-submit {
  right: 15px; }

/*2.2 Animations*/
.stm-title-box-title-wrapper .stm-shop-categories .stm-shop-category .name,
.stm-player-stats .stm-player-stat,
.stm-upcoming-events_list ul li:after,
.stm-upcoming-events_list ul li .event_date,
.stm-upcoming-events_list ul li,
.stm-image-slider .stm-slider-control-prev,
.stm-image-slider .stm-slider-control-next,
.stm-price-plan header,
.stm-single-trophy .image img,
.stm-image-carousel-init-unit .stm-single-image-carousel img,
.stm-single-trophy,
.stm-animated,
.stm-post-meta-bottom .stm_post_share .stm-share,
.donation-popup-form .loading,
.modal-header .close,
.stm-single-post-loop a .image .stm-plus,
.widget_stm_recent_posts .h5,
.tparrows.gyges,
.widget_contacts ul li.widget_contacts_address .text,
.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .image .stm-add-to-cart,
.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .content p,
.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .title,
.stm-single-post-loop a .title,
.stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview a:after,
.stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview .title,
.stm-media-tabs .stm-media-tabs-nav ul li a span,
.stm-reviews-main-wrapper .stm-review-dots .owl-dot,
.stm-next-match-controls .stm-next-match-prev, .stm-next-match-controls .stm-next-match-next,
input[type="submit"],
.stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-input,
.stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit,
.stm-header .stm-main-menu .header-menu .sub-menu,
#stm-top-bar .stm-top-bar_right .language-switcher-unit .dropdown-menu,
a {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.stm-header.stm-transparent-header,
.stm-transparent-header .stm-header-inner,
.stm-transparent-header .stm-header-inner .bloglogo img,
.stm-header.stm-transparent-header .stm-header-background {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.stm-non-transparent-header .stm-header-inner {
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease; }

textarea:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="password"]:focus {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; }

/*SECTION 3*/
/*3.1 Woocommerce*/
.woocommerce-breadcrumb {
  max-width: 1200px;
  padding: 0 15px !important;
  width: auto;
  margin: 13px auto 0 !important;
  font-weight: 700;
  text-transform: uppercase;
  color: #404040;
  letter-spacing: 0.7px;
  font-size: 14px; }
  .woocommerce-breadcrumb a {
    color: #41c648; }

/**
* Price filter widget
*/
.widget_price_filter .price_slider {
  margin-bottom: 1em; }

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em; }
  .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em; }
  .widget_price_filter .price_slider_amount .button {
    float: left; }

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em; }

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #41c648;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -5px;
  margin-left: -.5em; }

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #41c648; }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #9e0000;
  border: 0; }

.widget_price_filter .ui-slider-horizontal {
  height: 4px; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px; }

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
  list-style: none;
  padding: 0;
  margin: 0; }

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  list-style: none; }

.woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before {
  content: " ";
  display: table; }

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700; }

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  float: left;
  margin-right: 20px;
  width: 60px;
  height: auto;
  box-shadow: none; }

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1); }

.woocommerce ul.cart_list li dl:after, .woocommerce ul.cart_list li dl:before, .woocommerce ul.product_list_widget li dl:after, .woocommerce ul.product_list_widget li dl:before {
  content: " ";
  display: table; }

.woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
  display: inline-block;
  float: left;
  margin-bottom: 1em; }

.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 .25em;
  margin: 0 4px 0 0;
  clear: left; }

.woocommerce .order_details:after, .woocommerce .widget_layered_nav ul li:after, .woocommerce .widget_shopping_cart .buttons:after, .woocommerce-account .addresses .title:after, .woocommerce-cart .wc-proceed-to-checkout:after, .woocommerce.widget_shopping_cart .buttons:after {
  clear: both; }

.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 .25em; }

.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0; }

.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
  float: none; }

ul.products li,
.product_list_widget li {
  padding-left: 0; }
  ul.products li:before,
  .product_list_widget li:before {
    opacity: 0;
    display: none; }

.product_list_widget li,
.widget_shopping_cart li {
  padding-right: 15px !important;
  margin-bottom: 25px !important;
  clear: both;
  color: #151515;
  font-weight: 700; }
  .product_list_widget li:hover a,
  .widget_shopping_cart li:hover a {
    color: #41c648; }
  .product_list_widget li a,
  .widget_shopping_cart li a {
    color: #151515;
    text-decoration: none !important; }
  .product_list_widget li .remove,
  .widget_shopping_cart li .remove {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    color: #41c648;
    font-size: 24px; }

.product_list_widget .checkout,
.widget_shopping_cart .checkout {
  display: none; }

.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em; }

.woocommerce .star-rating:before {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f005\f005\f005\f005\f005";
  color: #41c648;
  top: 0;
  left: 0;
  position: absolute; }

.woocommerce .star-rating span {
  overflow: hidden;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em; }

.woocommerce ul.product_list_widget .product-title {
  display: block;
  margin-bottom: 10px; }

.woocommerce ul.product_list_widget .amount {
  display: inline-block;
  margin-top: 10px; }

.woocommerce ul.product_list_widget del .amount {
  text-decoration: line-through; }

.woocommerce ul.product_list_widget li img {
  width: 90px; }

.widget_price_filter .price_slider_amount {
  padding-top: 25px; }

.widget_price_filter .price_label {
  padding-top: 13px;
  font-weight: 700;
  text-transform: uppercase; }

.widget_shopping_cart_content .total {
  padding-top: 20px;
  clear: both; }

.widget_product_categories a:hover {
  background-color: #41c648; }

.stm-title-box-title-wrapper h3 {
  float: left;
  margin-right: 100px; }

.stm-title-box-title-wrapper .stm-shop-categories {
  padding-top: 8px; }
  .stm-title-box-title-wrapper .stm-shop-categories .stm-shop-category {
    display: inline-block;
    margin-right: 55px;
    text-transform: uppercase;
    font-weight: 700; }
    .stm-title-box-title-wrapper .stm-shop-categories .stm-shop-category a {
      text-decoration: none !important; }
      .stm-title-box-title-wrapper .stm-shop-categories .stm-shop-category a.active .name, .stm-title-box-title-wrapper .stm-shop-categories .stm-shop-category a:hover .name {
        color: #41c648;
        border-color: #41c648; }
    .stm-title-box-title-wrapper .stm-shop-categories .stm-shop-category:last-child {
      margin-right: 0; }
    .stm-title-box-title-wrapper .stm-shop-categories .stm-shop-category .name {
      padding-bottom: 7px;
      color: #404040;
      border-bottom: 2px solid transparent; }
    .stm-title-box-title-wrapper .stm-shop-categories .stm-shop-category .count {
      margin-left: 2px;
      color: #a5a5a5; }

.stm-single-product-loop.sale .stm-product-content-loop-inner .clearfix .meta .price ins {
  margin-top: 2px;
  display: block; }

.stm-single-product-loop .stm-product-content-loop-inner {
  display: block;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden; }
  .stm-single-product-loop .stm-product-content-loop-inner > a:first-child {
    display: block;
    text-decoration: none !important; }
  .stm-single-product-loop .stm-product-content-loop-inner:hover .stm-product-content-image:before {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s; }
  .stm-single-product-loop .stm-product-content-loop-inner:hover .stm-product-content-image .stm-button-inner a {
    opacity: 1; }
  .stm-single-product-loop .stm-product-content-loop-inner:hover h3 {
    color: #41c648 !important; }
  .stm-single-product-loop .stm-product-content-loop-inner .stm-product-content-image {
    position: relative; }
    .stm-single-product-loop .stm-product-content-loop-inner .stm-product-content-image:before {
      position: absolute;
      content: '';
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #41c648 !important;
      opacity: 0;
      -webkit-transform: scale3d(0.7, 1, 1);
              transform: scale3d(0.7, 1, 1);
      -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
      transition: opacity 0.4s, -webkit-transform 0.4s;
      transition: transform 0.4s, opacity 0.4s;
      transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
              transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      z-index: 20; }
    .stm-single-product-loop .stm-product-content-loop-inner .stm-product-content-image .stm-button-inner {
      position: absolute;
      top: 50%;
      margin-top: -27px;
      width: 100%;
      left: 0;
      text-align: center;
      z-index: 999; }
      .stm-single-product-loop .stm-product-content-loop-inner .stm-product-content-image .stm-button-inner a {
        position: relative;
        display: inline-block;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s;
        opacity: 0; }
        .stm-single-product-loop .stm-product-content-loop-inner .stm-product-content-image .stm-button-inner a:after {
          position: absolute;
          content: '';
          display: block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0);
          display: inline-block;
          position: relative;
          top: 2px;
          margin-left: 5px;
          vertical-align: top;
          content: "";
          font-size: 16px; }
        .stm-single-product-loop .stm-product-content-loop-inner .stm-product-content-image .stm-button-inner a.loading:after {
          width: 1.28571429em;
          content: "\f021";
          -webkit-animation: fa-spin 1s infinite steps(60);
          animation: fa-spin 1s infinite steps(60); }
        .stm-single-product-loop .stm-product-content-loop-inner .stm-product-content-image .stm-button-inner a.added:after {
          width: 1.28571429em;
          content: "\f00c"; }
      .stm-single-product-loop .stm-product-content-loop-inner .stm-product-content-image .stm-button-inner a.added_to_cart {
        display: block;
        margin: 15px auto 0;
        color: #fff; }
        .stm-single-product-loop .stm-product-content-loop-inner .stm-product-content-image .stm-button-inner a.added_to_cart:hover {
          text-decoration: underline !important; }
  .stm-single-product-loop .stm-product-content-loop-inner .clearfix {
    position: relative;
    margin-top: 15px; }
    .stm-single-product-loop .stm-product-content-loop-inner .clearfix .title {
      float: left;
      width: 67%; }
      .stm-single-product-loop .stm-product-content-loop-inner .clearfix .title h3 {
        margin-bottom: 1px;
        font-size: 16px;
        color: #404040;
        text-transform: uppercase; }
      .stm-single-product-loop .stm-product-content-loop-inner .clearfix .title p {
        color: #000;
        font-size: 15px;
        line-height: 20px;
        opacity: 0.8; }
    .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta {
      float: right;
      margin-top: 10px;
      padding-left: 30px;
      width: 32%;
      text-align: right; }
      .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta .star-rating {
        display: inline-block;
        float: none; }
      .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta .price {
        position: static;
        right: 0;
        top: 0;
        margin-top: 8px;
        display: block;
        clear: both;
        font-weight: 700;
        font-size: 24px;
        color: #41c648; }
        .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta .price ins {
          text-decoration: none !important; }
        .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta .price .amount {
          color: #41c648; }

.stm-badge-wrapper {
  position: relative;
  overflow: hidden; }
  .stm-badge-wrapper .onsale {
    position: absolute;
    top: 20px;
    right: -60px;
    padding: 5px 10px;
    width: 200px;
    background-color: #41c648;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    font-weight: 700;
    z-index: 90; }
  .stm-badge-wrapper .woocommerce-product-gallery .flex-viewport figure div a img {
    margin: 0 auto; }

.splashBasketball .stm-badge-wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 3px 0 0 3px; }
  .splashBasketball .stm-badge-wrapper .woocommerce-product-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: center;
        align-content: center; }
    .splashBasketball .stm-badge-wrapper .woocommerce-product-gallery ol {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-line-pack: justify;
          align-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 5px; }
      .splashBasketball .stm-badge-wrapper .woocommerce-product-gallery ol li {
        width: 100%;
        max-width: 112px;
        max-height: 112px;
        overflow: hidden;
        border: 2px solid #dbdbd9;
        padding-left: 0;
        margin-right: 5px; }
        .splashBasketball .stm-badge-wrapper .woocommerce-product-gallery ol li:last-child {
          margin-right: 0; }
        .splashBasketball .stm-badge-wrapper .woocommerce-product-gallery ol li:before {
          display: none; }
        .splashBasketball .stm-badge-wrapper .woocommerce-product-gallery ol li img {
          max-width: 100%;
          margin: 0 auto; }
    .splashBasketball .stm-badge-wrapper .woocommerce-product-gallery .flex-viewport figure {
      overflow: hidden;
      position: relative;
      z-index: 0; }

.row-2 .col-md-6:nth-child(2n+1) {
  clear: both; }

.woocommerce .star-rating {
  width: 96px;
  font-size: 16px; }
  .woocommerce .star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    letter-spacing: 5px;
    color: #ffc600; }
  .woocommerce .star-rating span:before {
    position: absolute;
    content: '';
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    top: 0;
    left: 0;
    width: 100%;
    height: 21px;
    content: "\f005\f005\f005\f005\f005";
    letter-spacing: 5px;
    color: #ffc600; }

.stm-single-product-images {
  position: relative; }
  .stm-single-product-images .woocommerce-main-image {
    display: block;
    overflow: hidden; }

.stm-thumnails-single-product-wrapper {
  position: relative;
  float: left;
  width: 100px;
  margin-right: 30px; }
  .stm-thumnails-single-product-wrapper .stm-vertical-arrows {
    position: absolute;
    left: 0;
    bottom: -72px;
    width: 100px;
    margin-top: 4px;
    font-size: 24px;
    text-align: center; }
    .stm-thumnails-single-product-wrapper .stm-vertical-arrows .slick-arrow {
      padding: 5px 20px;
      cursor: pointer;
      color: #41c648; }
      .stm-thumnails-single-product-wrapper .stm-vertical-arrows .slick-arrow.inactive {
        opacity: 0.2; }

.stm-thumnails-single-product {
  position: relative;
  height: 370px;
  overflow: hidden; }
  .stm-thumnails-single-product .thumbnails {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 20000em;
    list-style: none;
    margin: 0;
    padding: 0; }
    .stm-thumnails-single-product .thumbnails li {
      margin-bottom: 0;
      padding-left: 0;
      max-height: 85px;
      overflow: hidden; }
      .stm-thumnails-single-product .thumbnails li:before {
        display: none; }
      .stm-thumnails-single-product .thumbnails li:last-child {
        margin-bottom: 0 !important; }
    .stm-thumnails-single-product .thumbnails .stm-thumb-item {
      margin-bottom: 8px;
      border: 2px solid #dbdbd9;
      font-size: 0; }
      .stm-thumnails-single-product .thumbnails .stm-thumb-item a {
        vertical-align: top; }
      .stm-thumnails-single-product .thumbnails .stm-thumb-item:hover {
        border-color: #41c648; }

.stm-single-product-content-right {
  position: relative;
  padding-top: 30px; }
  .stm-single-product-content-right .product_meta {
    display: none; }
  .stm-single-product-content-right .woocommerce-review-link {
    display: none; }
  .stm-single-product-content-right .product_title {
    margin-bottom: 17px;
    font-size: 30px;
    color: #404040;
    text-transform: uppercase; }
  .stm-single-product-content-right .woocommerce-product-rating {
    position: absolute;
    top: 0;
    left: 0; }
  .stm-single-product-content-right .price {
    margin: 0 0 20px; }
  .stm-single-product-content-right form {
    margin-bottom: 20px; }
    .stm-single-product-content-right form .quantity {
      max-width: 60px;
      float: left;
      margin-right: 40px; }
      .stm-single-product-content-right form .quantity input {
        padding: 10px 5px 11px;
        padding-left: 17px;
        text-align: center; }

.woocommerce .price {
  font-weight: 700;
  font-size: 24px;
  color: #41c648; }
  .woocommerce .price ins {
    text-decoration: none !important; }
  .woocommerce .price .amount {
    color: #41c648; }

.woocommerce-tabs {
  padding: 50px 0 20px;
  margin: 62px -9999px 60px;
  width: auto;
  background-color: #f0f0f0; }
  .woocommerce-tabs h2 {
    font-size: 24px;
    text-transform: uppercase; }
  .woocommerce-tabs .wc-tabs {
    margin-bottom: 20px; }
    .woocommerce-tabs .wc-tabs li {
      display: inline-block;
      margin-right: 40px;
      padding: 0; }
      .woocommerce-tabs .wc-tabs li:last-child {
        margin-right: 0; }
      .woocommerce-tabs .wc-tabs li:before {
        display: none; }
      .woocommerce-tabs .wc-tabs li.active a {
        border-color: #41c648; }
      .woocommerce-tabs .wc-tabs li a {
        text-transform: uppercase;
        color: #41c648;
        font-size: 14px;
        font-weight: 700;
        padding-bottom: 7px;
        border-bottom: 2px solid transparent;
        text-decoration: none !important; }
  .woocommerce-tabs #tab-description p {
    opacity: 0.8; }
  .woocommerce-tabs .commentlist li {
    margin-bottom: 24px; }
    .woocommerce-tabs .commentlist li .comment_container {
      position: relative;
      padding: 25px 140px 30px 30px;
      background-color: #fff; }
      .woocommerce-tabs .commentlist li .comment_container .star-rating {
        position: absolute;
        right: 0;
        top: 30px; }
      .woocommerce-tabs .commentlist li .comment_container .meta strong {
        margin-right: 10px;
        font-size: 16px;
        font-weight: 700;
        color: #404040; }
      .woocommerce-tabs .commentlist li .comment_container .meta time {
        font-weight: 700;
        color: #a4a4a4;
        text-transform: uppercase; }
    .woocommerce-tabs .commentlist li:before {
      display: none; }
    .woocommerce-tabs .commentlist li img {
      padding-top: 5px;
      float: left;
      max-width: 70px;
      margin-right: 30px; }
    .woocommerce-tabs .commentlist li .comment-text {
      overflow: hidden; }
      .woocommerce-tabs .commentlist li .comment-text .description {
        margin-top: 9px;
        opacity: 0.8; }
        .woocommerce-tabs .commentlist li .comment-text .description p {
          margin-bottom: 10px; }
    .woocommerce-tabs .commentlist li .star-rating {
      float: none;
      font-size: 15px;
      margin-bottom: 5px; }
    .woocommerce-tabs .commentlist li .meta {
      margin-bottom: 0; }

.comment-respond {
  padding-bottom: 40px;
  position: relative;
  margin-top: 61px; }
  .comment-respond .comment-reply-title {
    margin-bottom: 31px;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px; }
  .comment-respond .comment-form {
    padding: 23px 30px 30px 30px;
    background-color: #303132; }
    .comment-respond .comment-form label {
      margin-bottom: 13px;
      color: #fff;
      text-transform: uppercase;
      font-size: 14px; }
    .comment-respond .comment-form .form-submit {
      margin-bottom: 0; }
    .comment-respond .comment-form input,
    .comment-respond .comment-form textarea {
      background-color: #fff; }
    .comment-respond .comment-form p {
      margin-bottom: 39px; }
    .comment-respond .comment-form .comment-form-comment {
      margin-bottom: 15px; }
    .comment-respond .comment-form textarea {
      max-height: 135px;
      margin-bottom: 0px; }
    .comment-respond .comment-form input[type="submit"] {
      min-height: 55px;
      min-width: 170px; }
  .comment-respond .comment-form-rating {
    position: absolute;
    top: 7px;
    right: 0;
    vertical-align: top; }
    .comment-respond .comment-form-rating label {
      display: inline-block;
      margin-right: 18px;
      color: #151515 !important;
      text-transform: none;
      font-size: 16px; }
    .comment-respond .comment-form-rating p.stars {
      display: inline-block; }

.woocommerce p.stars a {
  display: inline-block;
  font-weight: 700;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
  border-bottom: 0 !important;
  outline: 0; }

.woocommerce p.stars a:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "\f006";
  text-indent: 0;
  position: absolute;
  top: 1px;
  left: 0;
  color: #ffc600;
  letter-spacing: 5px;
  font-size: 20px; }

.woocommerce p.stars.selected a:not(.active):after {
  content: "\f005"; }

.woocommerce p.stars.selected a.active ~ a:after {
  content: "\f006"; }

.woocommerce p.stars a:hover ~ a:after {
  content: "\f006"; }

.woocommerce p.stars:hover a:after {
  content: "\f005"; }

.woocommerce p.stars a {
  margin-right: 0;
  width: 20px !important; }
  .woocommerce p.stars a.active:after, .woocommerce p.stars a:hover:after {
    content: "\f005"; }

.woocommerce .comment-form-rating .select2 {
  display: none; }

.comment-form-rating label {
  display: none; }

.woocommerce-variation {
  width: 100% !important;
  padding-top: 16px;
  float: left;
  margin-bottom: 20px;
  margin-right: 15px;
  text-align: right;
  min-height: 43px; }

table.variations {
  margin-bottom: 20px; }
  table.variations label {
    color: #151515;
    font-size: 100%; }
  table.variations td {
    border: 0; }
    table.variations td.st-label label {
      font-size: 16px;
      text-transform: uppercase; }
    table.variations td .reset_variations {
      display: none !important; }

.woocommerce-info,
.woocommerce-message {
  position: relative;
  padding: 29px 29px 26px;
  margin-bottom: 30px;
  border-top: 3px solid #41c648;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  vertical-align: top;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.18);
  letter-spacing: 0.8px; }
  .woocommerce-info a,
  .woocommerce-message a {
    color: #41c648; }
  .woocommerce-info .button,
  .woocommerce-message .button {
    position: relative;
    top: 1px;
    display: block;
    float: right;
    padding: 0;
    background-color: transparent !important;
    border: 0;
    color: #41c648 !important;
    font-size: 16px;
    vertical-align: top; }
    .woocommerce-info .button.wc-forward,
    .woocommerce-message .button.wc-forward {
      position: relative;
      padding-left: 34px; }
      .woocommerce-info .button.wc-forward:after,
      .woocommerce-message .button.wc-forward:after {
        position: absolute;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        content: "\f07a";
        display: block;
        left: 12px;
        top: 1px; }
    .woocommerce-info .button:before,
    .woocommerce-message .button:before {
      display: none; }

.woocommerce-checkout-review-order-table .quantity,
.shop_table_responsive.cart .quantity {
  max-width: 60px;
  width: auto;
  margin: 0 auto; }
  .woocommerce-checkout-review-order-table .quantity input,
  .shop_table_responsive.cart .quantity input {
    padding-left: 13px;
    padding-right: 3px;
    text-align: center; }

.woocommerce-checkout-review-order-table th,
.shop_table_responsive.cart th {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }
  .woocommerce-checkout-review-order-table th.product-thumbnail,
  .shop_table_responsive.cart th.product-thumbnail {
    width: 150px; }
  .woocommerce-checkout-review-order-table th.product-name,
  .shop_table_responsive.cart th.product-name {
    width: 400px;
    text-align: left; }
  .woocommerce-checkout-review-order-table th.product-price,
  .shop_table_responsive.cart th.product-price {
    width: 170px; }
  .woocommerce-checkout-review-order-table th.product-quantity,
  .shop_table_responsive.cart th.product-quantity {
    width: 170px; }
  .woocommerce-checkout-review-order-table th.product-subtotal,
  .shop_table_responsive.cart th.product-subtotal {
    width: 150px; }
  .woocommerce-checkout-review-order-table th.product-remove,
  .shop_table_responsive.cart th.product-remove {
    width: 65px; }

.woocommerce-checkout-review-order-table tr td,
.shop_table_responsive.cart tr td {
  background-color: #e8e8e8; }

.woocommerce-checkout-review-order-table tr:nth-child(odd) td,
.shop_table_responsive.cart tr:nth-child(odd) td {
  background-color: #f0f0f0; }

.woocommerce-checkout-review-order-table td,
.shop_table_responsive.cart td {
  text-align: center;
  border: 0; }
  .woocommerce-checkout-review-order-table td.actions,
  .shop_table_responsive.cart td.actions {
    background-color: transparent !important; }
  .woocommerce-checkout-review-order-table td.product-name,
  .shop_table_responsive.cart td.product-name {
    text-align: left; }
    .woocommerce-checkout-review-order-table td.product-name a,
    .shop_table_responsive.cart td.product-name a {
      color: #151515;
      text-decoration: none !important;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 700; }
    .woocommerce-checkout-review-order-table td.product-name .variation,
    .shop_table_responsive.cart td.product-name .variation {
      display: none;
      margin-top: 5px; }
      .woocommerce-checkout-review-order-table td.product-name .variation p,
      .shop_table_responsive.cart td.product-name .variation p {
        margin-bottom: 0; }
  .woocommerce-checkout-review-order-table td.product-price,
  .shop_table_responsive.cart td.product-price {
    font-size: 18px;
    font-weight: 700; }
  .woocommerce-checkout-review-order-table td.product-subtotal,
  .shop_table_responsive.cart td.product-subtotal {
    font-size: 18px;
    font-weight: 700;
    color: #41c648; }
  .woocommerce-checkout-review-order-table td .remove,
  .shop_table_responsive.cart td .remove {
    font-size: 20px;
    color: #bbbbbb; }
    .woocommerce-checkout-review-order-table td .remove:hover,
    .shop_table_responsive.cart td .remove:hover {
      color: #41c648; }
  .woocommerce-checkout-review-order-table td img,
  .shop_table_responsive.cart td img {
    border: 2px solid #dbdbd9; }
  .woocommerce-checkout-review-order-table td.actions,
  .shop_table_responsive.cart td.actions {
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0; }
    .woocommerce-checkout-review-order-table td.actions .coupon,
    .shop_table_responsive.cart td.actions .coupon {
      float: left;
      text-align: left; }
      .woocommerce-checkout-review-order-table td.actions .coupon label,
      .shop_table_responsive.cart td.actions .coupon label {
        display: none; }
      .woocommerce-checkout-review-order-table td.actions .coupon .input-text,
      .shop_table_responsive.cart td.actions .coupon .input-text {
        float: left;
        width: 170px;
        margin-right: 30px; }
    .woocommerce-checkout-review-order-table td.actions .stm-actions-right,
    .shop_table_responsive.cart td.actions .stm-actions-right {
      width: 50%;
      float: right;
      text-align: right; }
      .woocommerce-checkout-review-order-table td.actions .stm-actions-right input[name="update_cart"],
      .shop_table_responsive.cart td.actions .stm-actions-right input[name="update_cart"] {
        display: inline-block; }
      .woocommerce-checkout-review-order-table td.actions .stm-actions-right .wc-proceed-to-checkout,
      .shop_table_responsive.cart td.actions .stm-actions-right .wc-proceed-to-checkout {
        margin-left: 28px;
        display: inline-block; }

.cart-collaterals {
  padding: 70px 0 70px;
  margin: 95px -9999px -100px;
  background-color: #f0f0f0; }

.shipping-calculator-button {
  display: block; }

.shipping-calculator-form {
  display: none; }

.stm-cart-totals h4 {
  margin-bottom: 25px;
  text-transform: uppercase; }

.stm-cart-totals table {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700; }
  .stm-cart-totals table tr {
    background-color: #8d8d8d; }
    .stm-cart-totals table tr th {
      padding-top: 14px;
      padding-bottom: 14px;
      padding-left: 20px; }
    .stm-cart-totals table tr td {
      border: 0; }
    .stm-cart-totals table tr:nth-child(even) {
      background-color: #595959; }
  .stm-cart-totals table .order-total .amount {
    color: #41c648; }

.stm-shipping-cart-calc h4 {
  margin-bottom: 23px;
  text-transform: uppercase; }

.stm-shipping-cart-calc p {
  margin-bottom: 20px; }

.stm-shipping-cart-calc button[type="submit"] {
  margin-top: 10px; }

#shipping_method li {
  padding-left: 0; }
  #shipping_method li:before {
    display: none; }
  #shipping_method li label {
    position: relative;
    top: 1px;
    padding: 0 0 0 10px; }

#order_review .shipping {
  display: none; }

.col2-set .col-1 {
  width: 49%;
  float: left; }

.col2-set .col-2 {
  float: right;
  width: 49%; }

.col2-set:after {
  display: table;
  content: "";
  clear: both; }

.stm-clear-shipping-to h3 {
  float: left; }

.stm-clear-shipping-to #ship-to-different-address {
  float: right; }

.woocommerce-shipping-fields .woocommerce-invalid input,
.woocommerce-billing-fields .woocommerce-invalid input {
  border-color: #41c648; }

.woocommerce-shipping-fields #billing_state_field,
.woocommerce-shipping-fields #billing_postcode_field,
.woocommerce-shipping-fields #shipping_state_field,
.woocommerce-shipping-fields #shipping_postcode_field,
.woocommerce-billing-fields #billing_state_field,
.woocommerce-billing-fields #billing_postcode_field,
.woocommerce-billing-fields #shipping_state_field,
.woocommerce-billing-fields #shipping_postcode_field {
  width: 48%; }

.woocommerce-shipping-fields #billing_state_field,
.woocommerce-shipping-fields #shipping_state_field,
.woocommerce-billing-fields #billing_state_field,
.woocommerce-billing-fields #shipping_state_field {
  float: left; }

.woocommerce-shipping-fields #billing_postcode_field,
.woocommerce-shipping-fields #shipping_postcode_field,
.woocommerce-billing-fields #billing_postcode_field,
.woocommerce-billing-fields #shipping_postcode_field {
  float: right; }

.woocommerce-shipping-fields #order_comments,
.woocommerce-billing-fields #order_comments {
  height: 135px;
  max-height: 135px; }

.woocommerce-shipping-fields .create-account,
.woocommerce-billing-fields .create-account {
  clear: both;
  padding-bottom: 10px; }
  .woocommerce-shipping-fields .create-account input,
  .woocommerce-billing-fields .create-account input {
    position: relative;
    top: -1px;
    margin-right: 10px; }
  .woocommerce-shipping-fields .create-account label,
  .woocommerce-billing-fields .create-account label {
    display: inline-block !important; }

.customer_details .product-name,
.order_details .product-name,
.woocommerce-checkout-review-order-table .product-name {
  padding-left: 30px;
  text-transform: uppercase;
  font-weight: 700; }

.customer_details .amount,
.order_details .amount,
.woocommerce-checkout-review-order-table .amount {
  font-weight: 700; }

.customer_details .order-total .amount,
.order_details .order-total .amount,
.woocommerce-checkout-review-order-table .order-total .amount {
  color: #41c648; }

.customer_details tr td,
.order_details tr td,
.woocommerce-checkout-review-order-table tr td {
  background-color: #e8e8e8 !important;
  border-bottom: 1px solid #dfdfdf; }

.customer_details tfoot,
.order_details tfoot,
.woocommerce-checkout-review-order-table tfoot {
  text-align: left !important; }
  .customer_details tfoot th,
  .order_details tfoot th,
  .woocommerce-checkout-review-order-table tfoot th {
    text-align: left;
    padding: 15px 30px;
    border-bottom: 1px solid #dfdfdf;
    background-color: #e8e8e8 !important; }

.woocommerce-checkout-payment {
  margin-top: 30px; }

#order_review_heading {
  margin: 30px 0; }

.wc_payment_methods li {
  padding-left: 0; }
  .wc_payment_methods li:before {
    display: none; }
  .wc_payment_methods li input[type="radio"] {
    position: relative;
    top: -1px;
    margin-right: 15px; }
  .wc_payment_methods li.payment_method_paypal img {
    margin: 0 15px; }

.order_details {
  margin-bottom: 30px; }

.customer_details {
  margin-bottom: 30px; }
  .customer_details th {
    padding-left: 30px;
    background-color: #e8e8e8 !important;
    border-bottom: 1px solid #dfdfdf !important; }

.col2-set.addresses .title {
  margin-bottom: 20px; }

.col2-set.addresses address {
  line-height: 30px; }

.my_account_orders {
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase; }
  .my_account_orders .order-number {
    padding-left: 30px; }
  .my_account_orders .order-actions {
    padding-right: 30px;
    text-align: right; }
  .my_account_orders td {
    background-color: #e8e8e8 !important; }

#customer_login .col-2,
#customer_login .col-1 {
  padding: 30px;
  padding-bottom: 0;
  background-color: #41c648; }
  #customer_login .col-2 h4,
  #customer_login .col-1 h4 {
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase; }
  #customer_login .col-2 input[type="text"], #customer_login .col-2 input[type="number"], #customer_login .col-2 input[type="tel"], #customer_login .col-2 input[type="email"], #customer_login .col-2 input[type="search"], #customer_login .col-2 input[type="date"], #customer_login .col-2 input[type="password"],
  #customer_login .col-1 input[type="text"],
  #customer_login .col-1 input[type="number"],
  #customer_login .col-1 input[type="tel"],
  #customer_login .col-1 input[type="email"],
  #customer_login .col-1 input[type="search"],
  #customer_login .col-1 input[type="date"],
  #customer_login .col-1 input[type="password"] {
    background-color: #fff;
    color: #151515; }
  #customer_login .col-2 label[for="rememberme"],
  #customer_login .col-1 label[for="rememberme"] {
    display: none; }
  #customer_login .col-2 input[type="submit"],
  #customer_login .col-1 input[type="submit"] {
    width: 100%;
    background-color: #1a1a1a !important;
    color: #fff !important; }
  #customer_login .col-2 .lost_password,
  #customer_login .col-1 .lost_password {
    display: none; }
  #customer_login .col-2 .woocommerce-password-hint,
  #customer_login .col-1 .woocommerce-password-hint {
    color: #fff; }
  #customer_login .col-2 .woocommerce-password-strength,
  #customer_login .col-1 .woocommerce-password-strength {
    margin: 15px 0;
    color: #fff; }

.upsells h2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px; }

.single_add_to_cart_button,
.woocommerce-variation-add-to-cart {
  margin-top: 4px; }

.woocommerce-checkout-review-order-table td.actions .coupon .input-text, .shop_table_responsive.cart td.actions .coupon .input-text {
  position: relative;
  top: -5px; }

.stm-menu-toggle {
  margin-top: 0px; }

.woocommerce-variation-price del {
  font-size: 20px; }

.stm-products-row .woocommerce-LoopProduct-link {
  text-decoration: none !important; }

.stm-products-row.row-3 .stm-single-product-loop .stm-product-content-loop-inner .clearfix .title, .stm-products-row.row-4 .stm-single-product-loop .stm-product-content-loop-inner .clearfix .title {
  width: 100%; }
  .stm-products-row.row-3 .stm-single-product-loop .stm-product-content-loop-inner .clearfix .title h3, .stm-products-row.row-4 .stm-single-product-loop .stm-product-content-loop-inner .clearfix .title h3 {
    padding-right: 100px; }
  .stm-products-row.row-3 .stm-single-product-loop .stm-product-content-loop-inner .clearfix .title p, .stm-products-row.row-4 .stm-single-product-loop .stm-product-content-loop-inner .clearfix .title p {
    margin-bottom: 15px; }

.stm-products-row.row-3 .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta, .stm-products-row.row-4 .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta {
  width: 100%;
  float: none;
  padding: 0;
  text-align: left; }
  .stm-products-row.row-3 .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta .price, .stm-products-row.row-4 .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta .price {
    position: static; }
    .stm-products-row.row-3 .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta .price del, .stm-products-row.row-4 .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta .price del {
      font-size: 20px; }
    .stm-products-row.row-3 .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta .price ins, .stm-products-row.row-4 .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta .price ins {
      display: inline;
      margin-left: 10px;
      vertical-align: top; }
  .stm-products-row.row-3 .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta .star-rating, .stm-products-row.row-4 .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta .star-rating {
    position: absolute;
    top: 11px;
    right: 0; }

.stm-products-row.row-2 .col-sm-6:nth-child(2n+1) {
  clear: both; }

.stm-products-row.row-3 .col-sm-6:nth-child(3n+1) {
  clear: both; }

.stm-products-row.row-4 .col-sm-6:nth-child(4n+1) {
  clear: both; }

.price del {
  font-size: 20px;
  color: #151515 !important;
  font-weight: 400; }
  .price del span {
    color: #151515 !important; }

/*SECTION 4*/
/*4.1 Responsive*/
/* lg and md cells */
@media (min-width: 992px) {
  .lg-md-text-center {
    text-align: center; }
  .lg-md-text-left {
    text-align: left; }
  .lg-md-text-right {
    text-align: right; }
  .lg-md-dp-in {
    display: inline-block;
    max-width: 100%;
    vertical-align: top; } }

/* lg cells */
@media (min-width: 1200px) {
  .lg-text-center {
    text-align: center; }
  .lg-text-left {
    text-align: left; }
  .lg-text-right {
    text-align: right; }
  .lg-dp-in {
    display: inline-block;
    max-width: 100%;
    vertical-align: top; } }

/* md cells */
@media (max-width: 1199px) and (min-width: 992px) {
  .md-text-center {
    text-align: center; }
  .md-text-left {
    text-align: left; }
  .md-text-right {
    text-align: right; }
  .md-dp-in {
    display: inline-block;
    max-width: 100%;
    vertical-align: top; } }

/* sm and xs cells */
@media (max-width: 991px) {
  .sm-xs-text-center {
    text-align: center !important; }
  .sm-xs-text-left {
    text-align: left !important; }
  .sm-xs-text-right {
    text-align: right !important; }
  .sm-xs-dp-in {
    display: inline-block;
    max-width: 100%;
    vertical-align: top; } }

/* sm cells */
@media (max-width: 991px) and (min-width: 768px) {
  .sm-text-center {
    text-align: center; }
  .sm-text-left {
    text-align: left; }
  .sm-text-right {
    text-align: right; }
  .sm-dp-in {
    display: inline-block;
    max-width: 100%;
    vertical-align: top; } }

/* xs cells */
@media (max-width: 767px) {
  .xs-text-center {
    text-align: center; }
  .xs-text-left {
    text-align: left; }
  .xs-text-right {
    text-align: right; }
  .xs-dp-in {
    display: inline-block;
    max-width: 100%;
    vertical-align: top; } }

.stm-players {
  text-align: left; }

@media (max-width: 1350px) {
  .tp-arrow.tp-arr-allwrapper {
    display: none; }
  .tparrows.hades {
    width: 30px; }
  .stm-players {
    text-align: center; } }

@media (max-width: 1250px) {
  .tparrows.hades {
    display: none; } }

@media (max-width: 1200px) {
  .cart-collaterals,
  .woocommerce-tabs {
    margin: 62px -15px 60px; }
  .cart-collaterals {
    margin-bottom: -100px; } }

@media (max-width: 1100px) {
  .stm-single-player-vc_stats {
    padding-left: 350px; }
    .stm-single-player-vc_stats .image {
      max-width: 320px;
      left: 0; }
  .stm-single-player-vc_stats .stm-statistic-meta {
    min-height: inherit; }
  .stm-player-statistic-unit .owl-nav {
    left: 350px; }
  .menu-widget-menu-container li {
    padding-right: 5px; }
  .stm-single-league table.sp-league-table tbody tr td:last-child {
    padding-right: 15px; }
  #sb_instagram.sbi_col_3 .sbi_photo_wrap .sbi_photo {
    width: 50px !important;
    height: 50px !important; } }

/*laptops*/
@media (max-width: 1100px) and (min-width: 992px) {
  .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer > div {
    display: none; }
  .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-latest-result_result {
    display: inline-block !important; } }

@media (max-width: 1030px) {
  .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a {
    padding: 0 20px;
    font-size: 14px; }
  .review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .icon {
    left: 32% !important; }
  .review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_author_img {
    width: 64.5% !important; }
  .addvert_wrapp .addvert_info_wrapp .addvert_title {
    padding: 20px 30px 10px; } }

@media (max-width: 1000px) {
  .stm-latest-results-units .stm-latest-results-info .stm-latest-result .stm-latest-result-win-label {
    display: none; }
  .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a {
    padding: 0 15px;
    font-size: 14px; } }

@media (max-width: 992px) {
  .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a {
    padding: 0 15px;
    font-size: 13px; }
  .stm-statistic-tabs .sub-title {
    margin-bottom: 10px !important; }
  .stm-statistic-tabs .stm-media-tabs-nav {
    clear: both;
    margin-bottom: 35px; }
  .footer-widgets-wrapper .stm-cols-4 aside {
    width: 50%; }
    .footer-widgets-wrapper .stm-cols-4 aside:nth-child(2n+1) {
      clear: both; }
  body {
    padding-bottom: 0 !important; }
  .stm-footer {
    position: static; }
  .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer > div {
    display: none; }
  .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-latest-result_result {
    display: inline-block !important; } }

@media (max-width: 920px) {
  .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a {
    padding: 0 10px;
    font-size: 13px; }
  #stm-top-bar .stm-top-socials-holder {
    margin-right: 5px; }
  #stm-top-bar .stm-top-bar_right .language-switcher-unit .stm-switcher-open {
    right: 0; }
  #stm-top-bar .stm-top-bar_right .language-switcher-unit .stm-current-language {
    padding-right: 25px; } }

@media (max-width: 787px) {
  .stm-products-row.row-2 .col-sm-6:nth-child(2n+1) {
    clear: none; }
  .stm-products-row.row-3 .col-sm-6:nth-child(3n+1) {
    clear: none; }
  .stm-products-row.row-4 .col-sm-6:nth-child(4n+1) {
    clear: none; }
  .stm-products-row .col-sm-6:nth-child(2n+1) {
    clear: both; }
  .stm-products-row .stm-single-product-loop .stm-product-content-loop-inner .clearfix .title {
    width: 100%; }
  .stm-products-row .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta {
    width: 100%;
    float: none;
    padding: 0;
    text-align: left; }
    .stm-products-row .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta .price {
      position: static; }
      .stm-products-row .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta .price del {
        font-size: 20px; }
  .stm-single-player-vc_stats .stm-statistic-meta {
    min-height: 357px;
    padding-bottom: 21px; }
  .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview .title {
    font-size: 12px;
    line-height: 16px; }
  .stm-call-to-action {
    position: relative;
    padding-bottom: 100px;
    text-align: center; }
    .stm-call-to-action .button {
      position: absolute;
      bottom: 25px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      float: none;
      margin: 0;
      white-space: nowrap; }
  .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command {
    padding: 0;
    padding-top: 120px; }
    .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command .stm-command-logo {
      top: 0;
      left: 50%;
      margin: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command .stm-command-logo img {
        max-height: 100px;
        width: auto; }
    .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command.stm-command-right {
      padding-right: 0; }
      .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command.stm-command-right .stm-command-logo {
        margin: 0;
        right: 50%;
        -webkit-transform: translateX(50%);
                transform: translateX(50%); }
  .stm-next-match-title {
    margin-right: 20px; }
  .stm-reviews-main-wrapper .stm-review-image {
    display: none; }
  .stm-images-grid .col-md-3 {
    text-align: center; }
    .stm-images-grid .col-md-3 .stm-images-grid-single {
      display: inline-block; }
      .stm-images-grid .col-md-3 .stm-images-grid-single.stm-waiting {
        display: none; }
  .stm-image-slider .stm-slider-control-prev,
  .stm-image-slider .stm-slider-control-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    margin-top: -20px; }
  .stm-single-trophy .image {
    width: 30%;
    margin: 0 auto 20px;
    min-height: 100px !important; }
    .stm-single-trophy .image img {
      max-height: 100px !important; }
  .stm-sportspress-sidebar {
    display: none; }
  .stm-sportspress-sidebar-left .col-md-9 .sp-template-league-table,
  .stm-sportspress-sidebar-right .col-md-9 .sp-template-league-table {
    margin: 0 -15px; }
  .stm-sportspress-sidebar-left .stm-single-sp_table-league .stm-title-box-unit,
  .stm-sportspress-sidebar-right .stm-single-sp_table-league .stm-title-box-unit {
    margin: 0 -30px; }
  .sp-template-logo, .sp-template-photo {
    float: none; }
  .stm-player-details-right .stm-player-team-logo {
    margin-top: 25px; }
    .stm-player-details-right .stm-player-team-logo img {
      width: 10px; }
  .stm-player-stats {
    margin-top: 15px; }
    .stm-player-stats .stm-player-stat {
      padding: 17px 15px 10px;
      width: 80px;
      height: 80px;
      margin-bottom: 10px; }
  .row-sm-2 .col-sm-6:nth-child(3n+1) {
    clear: none; }
  .row-sm-2 .col-sm-6:nth-child(2n+1) {
    clear: both; }
  .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta {
    padding-left: 20px; }
  .woocommerce-checkout-review-order-table td.actions .coupon, .shop_table_responsive.cart td.actions .coupon {
    margin-bottom: 35px;
    float: none; }
  .woocommerce-checkout-review-order-table td.actions .stm-actions-right, .shop_table_responsive.cart td.actions .stm-actions-right {
    float: none;
    width: 100%;
    text-align: left; }
  .cart-collaterals, .woocommerce-tabs {
    margin-top: 30px; }
  .stm-team-staff-list .stm-single-staff {
    width: 50%; }
    .stm-team-staff-list .stm-single-staff:nth-child(2n+1) {
      clear: both; } }

@media (max-width: 650px) {
  .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit {
    width: 100% !important; }
    .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit img {
      width: 100%; }
  .stm-team-history .stm-team-history-single .stm-team-history-linked {
    width: 10%; }
  .stm-team-history .stm-team-history-single .year {
    width: 12%; }
  .stm-team-history .stm-team-history-single .stm-team-history-content {
    float: right !important;
    width: 75%; }
  .stm-single-sp_table-league .sp-league-table .data-name .team-logo {
    display: none; }
  .stm-single-sp_table-league .sp-league-table .data-name {
    line-height: 20px; }
  .stm-single-block-event-list .stm-single-block-event-list-top .venue,
  .stm-single-block-event-list .stm-single-block-event-list-top .time {
    float: none;
    margin-top: 15px;
    text-align: center; }
  .stm-future-event-list-time {
    margin-top: 15px;
    margin-bottom: 15px; }
    .stm-future-event-list-time span {
      display: block; }
      .stm-future-event-list-time span:after {
        display: none; }
  .stm-single-block-event-list .stm-single-block-unit .stm-team-logo {
    display: none; }
  .stm-single-block-event-list .stm-single-block-unit .stm-teams-info {
    width: 100%;
    display: block; }
  .stm-single-block-event-list .stm-single-block-unit .stm-teams-info > div {
    display: block;
    text-align: center;
    margin: 10px 0; }
  .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta {
    float: none;
    padding-left: 0;
    text-align: left; }
    .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta .price {
      right: inherit;
      left: 0; }
  .stm-single-product-loop .stm-product-content-loop-inner .clearfix .title {
    float: none;
    width: 100%; }
  .stm-single-product-content-right {
    margin-top: 20px; }
  .woocommerce-tabs {
    margin: 30px -15px; }
  .stm-fullwidth-row-js {
    margin: 0 -15px !important; }
  .woocommerce-tabs .commentlist li img {
    float: none;
    margin: 0 0 15px; }
  .woocommerce p.stars a {
    display: block;
    border: 0 !important; }
  .woocommerce-info, .woocommerce-message {
    padding: 15px; }
  .woocommerce-info .button, .woocommerce-message .button {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: inherit;
    margin-bottom: 15px;
    text-align: center; }
  .woocommerce-checkout-review-order-table td.product-name a, .shop_table_responsive.cart td.product-name a {
    font-size: 16px; }
  .col2-set .col-2,
  .col2-set .col-1 {
    width: 100%; }
  .customer_details tr td, .order_details tr td.product-total, .woocommerce-checkout-review-order-table tr td.product-total {
    padding-right: 15px; }
  .myaccount_user, .myaccount_address {
    padding-right: 0; }
  .my_account_orders tr {
    display: block; }
  .my_account_orders td {
    padding: 15px !important;
    width: 100%;
    display: block; }
    .my_account_orders td.order-actions {
      text-align: left; }
  .stm-team-staff-list .stm-single-staff {
    width: 100%; }
  .stm-single-player-vc_stats .image {
    position: static;
    margin: 15px 0 0 -15px; }
  .stm-single-player-vc_stats {
    padding-left: 15px; }
    .stm-single-player-vc_stats .stm-statistic-meta {
      min-height: inherit;
      padding-bottom: 40px;
      padding-top: 20px; }
      .stm-single-player-vc_stats .stm-statistic-meta .stat {
        position: static; } }

@media (max-width: 500px) {
  .stm-team-history .stm-team-history-single .stm-team-history-linked {
    display: none; }
  .stm-team-history .stm-team-history-single .clearfix > div {
    margin-top: 15px;
    width: 100%;
    float: none; }
  .stm-media-tabs-nav {
    margin-bottom: 20px;
    clear: both; }
  .stm-main-title-unit {
    margin-bottom: 20px; }
  .stm-single-player-vc_stats {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px; }
    .stm-single-player-vc_stats .image {
      max-height: 240px;
      width: 100%;
      position: static !important;
      -webkit-transform: none !important;
              transform: none !important;
      overflow: hidden; }
    .stm-single-player-vc_stats .stm-statistic-meta {
      padding-top: 30px;
      padding-bottom: 30px; }
  .stm-player-statistic-unit .owl-nav {
    position: static;
    margin-left: 15px;
    padding-bottom: 30px; }
  .footer-widgets-wrapper .stm-cols-4 aside {
    width: 100% !important; }
  aside.widget .widget_title,
  aside.widget .widget-title {
    margin-top: 0; }
  #stm-footer-bottom .footer-bottom-left {
    float: none;
    width: 100%;
    text-align: center; }
  #stm-footer-bottom .footer-bottom-right .footer-bottom-right-text {
    margin-bottom: 15px;
    float: none;
    width: 100%;
    text-align: center; }
  #stm-footer-bottom .footer-bottom-right .footer-socials-title {
    margin-right: 0 !important;
    position: static !important;
    text-align: center;
    display: block !important; }
  .menu-widget-menu-container li {
    width: 100%; }
  .stm-footer-image {
    height: 230px; }
  .stm-footer-image .inner {
    padding-top: 30px; }
  .stm-reviews .stm-review-container .content {
    margin: 0; }
  .stm-media-tabs .stm-media-tabs-nav ul li a {
    padding-top: 5px;
    padding-left: 0; }
  .stm-single-league .data-rank {
    display: none; }
  .stm-single-league .data-name {
    padding-left: 15px; }
  .stm-title-left {
    float: none; }
  .stm-main-title-unit {
    margin-bottom: 10px !important; }
  .stm-reviews-controls {
    padding-left: 0;
    margin-bottom: 20px; }
  .stm-reviews-carosel-wrapper {
    margin-left: 0; }
  .stm-next-match-units .stm-next-match-unit .stm-next-match-time .heading-font span:after {
    display: none; }
  .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents {
    display: block; }
  .stm-next-match-units .stm-next-match-unit .stm-next-match-time .heading-font span {
    display: block; }
  .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command {
    display: block;
    margin-bottom: 50px;
    width: 100%; }
    .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command.stm-command-right {
      padding-left: 0; }
  .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command-vs {
    display: block;
    margin-bottom: 20px;
    width: 100%; }
  .stm-next-match-title {
    float: none; }
  .stm-carousel-controls-right {
    margin-bottom: 20px;
    margin-left: -6px;
    text-align: left; }
  .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit {
    width: 100% !important; }
    .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit img {
      width: 100%; }
  .stm-title-box-unit {
    padding-top: 30px;
    padding-bottom: 30px; }
  .stm-demo-typography .wpb_content_element .wpb_wrapper {
    padding-left: 50px; }
  #main {
    padding-bottom: 20px; }
  .mc4wp-form .mc4wp-form-fields p {
    float: none; }
    .mc4wp-form .mc4wp-form-fields p:first-child {
      width: 100%; }
    .mc4wp-form .mc4wp-form-fields p:nth-child(2) {
      width: 100%; }
  body.page-template-coming-soon #wrapper {
    height: 900px !important; }
  .stm-single-sp_calendar {
    margin: 0 -15px; }
  .stm-upcoming-events_list ul li .event_date {
    position: static;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px; }
    .stm-upcoming-events_list ul li .event_date .date {
      position: static;
      -webkit-transform: none;
              transform: none; }
  .stm-upcoming-events_list ul li {
    padding: 0;
    padding-bottom: 25px; }
    .stm-upcoming-events_list ul li .clearfix {
      padding: 0 15px;
      text-align: center; }
  .stm-upcoming-events_list ul li .commands {
    float: none; }
  .stm-upcoming-events_list ul li .read_more {
    margin: 15px 0 0;
    float: none; }
  .stm-upcoming-events_list ul li .commands h3 .stm-red {
    display: block; }
  .stm-single-sp_event {
    margin: 0 -15px; }
  .stm-next-match-main-meta {
    padding: 0 15px; }
  .stm-single-sp_event table.sp-data-table th:first-child, .stm-single-sp_event table.sp-data-table td:first-child {
    padding-left: 10px; }
  .stm_author_box .author_avatar {
    float: none;
    margin-bottom: 15px; }
  .stm_post_comments .comment-list li.comment .comment-author-image {
    float: none;
    margin: 15px 0; }
  .stm_post_comments .comment-list li .children {
    padding-left: 0; }
  .stm-donations-content .stm-donation-inner .image {
    float: none;
    margin-bottom: 30px; }
  .stm-single-donation .stm-donation-cash {
    float: none;
    margin-bottom: 20px; }
  .stm-single-donation .stm-donate {
    text-align: left; }
  .stm-single-donation .stm-donation-cash .heading-font {
    display: block;
    margin-bottom: 5px; }
    .stm-single-donation .stm-donation-cash .heading-font:after {
      display: none; }
  .stm-title-box-title-wrapper h3 {
    float: none; }
  .stm-title-box-title-wrapper .stm-shop-categories .stm-shop-category {
    display: block;
    margin-right: 0; }
  ul.page-numbers {
    margin: 20px -5px 20px; }
  .stm-thumnails-single-product-wrapper {
    display: none; }
  .woocommerce-variation {
    float: none;
    text-align: left; }
  .woocommerce-checkout-review-order-table th.product-thumbnail, .shop_table_responsive.cart th.product-thumbnail {
    display: none; }
  .cart_item .product-thumbnail {
    display: none; }
  .woocommerce-checkout-review-order-table td.product-name, .shop_table_responsive.cart td.product-name,
  .woocommerce-checkout-review-order-table th.product-name, .shop_table_responsive.cart th.product-name {
    padding-left: 15px; }
  .woocommerce-checkout-review-order-table td.actions .stm-actions-right .wc-proceed-to-checkout, .shop_table_responsive.cart td.actions .stm-actions-right .wc-proceed-to-checkout {
    margin-left: 0;
    margin-top: 15px; }
  .woocommerce-checkout-review-order-table td.actions .coupon .input-text, .shop_table_responsive.cart td.actions .coupon .input-text {
    top: 0;
    margin-bottom: 15px; }
  .woocommerce-checkout-review-order-table td.actions .coupon, .shop_table_responsive.cart td.actions .coupon {
    margin-bottom: 15px; }
  .stm-cart-totals {
    padding-bottom: 30px; } }

@media (max-width: 320px) {
  .stm-donation-cash .heading-font {
    display: block; }
    .stm-donation-cash .heading-font:after {
      display: none; } }

/*Header Mobile*/
.stm-transparent-header .stm-header-mobile {
  background-color: rgba(21, 21, 21, 0.8); }

.stm-header-mobile {
  position: relative;
  display: none;
  padding: 15px 40px 15px;
  background-color: #151515; }
  .stm-header-mobile .bloglogo img {
    max-width: 100%; }
  .stm-header-mobile .stm-mobile-right {
    float: right;
    margin-top: 22px;
    vertical-align: middle; }
  .stm-header-mobile .help-bar-shop {
    float: right;
    margin-top: 17px; }
    .stm-header-mobile .help-bar-shop a {
      color: #fff; }
    .stm-header-mobile .help-bar-shop .list-label {
      display: none; }
    .stm-header-mobile .help-bar-shop i {
      position: relative;
      top: 2px;
      font-size: 20px; }
    .stm-header-mobile .help-bar-shop .stm-current-items-in-cart {
      display: inline-block;
      margin-left: 6px;
      min-width: 21px;
      height: 21px;
      line-height: 21px;
      background-color: #41c648;
      text-align: center;
      padding: 0 2px;
      border-radius: 50%;
      font-size: 13px; }

/* Menu toggle */
.stm-menu-toggle {
  float: right;
  width: 64px;
  height: 60px;
  margin-left: 18px;
  cursor: pointer;
  background: rgba(48, 49, 50, 0.8);
  border-radius: 3px; }

.stm-menu-toggle span {
  display: block;
  width: 31px;
  height: 4px;
  background: #fff;
  margin: 0 auto 6px;
  border-radius: 2px; }

.stm-menu-toggle span:first-child {
  position: relative;
  margin-top: 18px;
  top: 0;
  -webkit-transition: top 0.3s 0.3s, transform 0.3s 0s;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: top 0.3s 0.3s, transform 0.3s 0s;
  transition: top 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s; }

.stm-menu-toggle span:nth-child(2) {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.stm-menu-toggle span:last-child {
  margin-bottom: 0;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s 0.3s, transform 0.3s 0s;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: top 0.3s 0.3s, transform 0.3s 0s;
  transition: top 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s; }

.stm-menu-toggle.opened span {
  background: #fff; }

.stm-menu-toggle.opened span:first-child {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.3s 0s, transform 0.3s 0.3s, color 0.3s 0.3s;
  -webkit-transition: top 0.3s 0s, color 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s 0s, color 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s 0s, transform 0.3s 0.3s, color 0.3s 0.3s;
  transition: top 0.3s 0s, transform 0.3s 0.3s, color 0.3s 0.3s, -webkit-transform 0.3s 0.3s; }

.stm-menu-toggle.opened span:nth-child(2) {
  opacity: 0; }

.stm-menu-toggle.opened span:last-child {
  top: -10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s 0s, transform 0.3s 0.3s;
  -webkit-transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s 0s, transform 0.3s 0.3s;
  transition: top 0.3s 0s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s; }

.stm-mobile-menu-unit {
  display: none;
  position: absolute;
  top: 100%;
  right: 40px;
  width: 388px;
  border-top: 5px solid #41c648; }
  .stm-mobile-menu-unit .inner .stm-top {
    padding: 22px 25px 10px;
    position: relative;
    background-color: #303132; }
    .stm-mobile-menu-unit .inner .stm-top .stm-top-right {
      overflow: hidden;
      padding-right: 40px; }
      .stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-search .search-input {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        border-radius: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s 0s;
        transition: all 0.3s 0s;
        font-size: 24px;
        color: #151515;
        outline: none !important;
        z-index: 20; }
        .stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-search .search-input.active {
          opacity: 1;
          visibility: visible;
          background: #fff; }
      .stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-search .search-submit {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 70px;
        border: 0;
        padding: 0;
        color: #b6b6b6;
        background-color: transparent;
        font-size: 18px;
        z-index: 25;
        -webkit-transition: background-color 0.3s 0s;
        transition: background-color 0.3s 0s;
        border-radius: 0; }
        .stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-search .search-submit:before {
          display: none; }
        .stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-search .search-submit.activated {
          background-color: #41c648 !important;
          color: #fff !important; }
      .stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-socials .top-bar-socials {
        text-align: center; }
        .stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-socials .top-bar-socials li {
          display: inline-block;
          margin-right: 27px;
          font-size: 18px; }
          .stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-socials .top-bar-socials li:last-child {
            margin-right: 0; }
    .stm-mobile-menu-unit .inner .stm-top .language-switcher-unit {
      position: relative;
      padding-right: 22px; }
      .stm-mobile-menu-unit .inner .stm-top .language-switcher-unit .stm-language-code {
        margin-left: 5px;
        position: relative;
        top: 1px;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1px; }
      .stm-mobile-menu-unit .inner .stm-top .language-switcher-unit .stm-switcher-open {
        position: absolute;
        top: 10px !important;
        right: 0 !important;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        opacity: 0.2; }
      .stm-mobile-menu-unit .inner .stm-top .language-switcher-unit .dropdown-menu {
        min-width: 100%;
        background-color: transparent;
        box-shadow: none;
        border: 0; }
        .stm-mobile-menu-unit .inner .stm-top .language-switcher-unit .dropdown-menu li a {
          padding-left: 0; }

.stm-mobile-menu-list {
  padding: 10px 0;
  background: rgba(21, 21, 21, 0.95); }
  .stm-mobile-menu-list li {
    padding-left: 0;
    margin: 0; }
    .stm-mobile-menu-list li:before {
      display: none; }
    .stm-mobile-menu-list li a {
      display: block;
      padding: 18px 15px;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 22px;
      text-decoration: none !important; }
      .stm-mobile-menu-list li a:active {
        background-color: #41c648; }
    .stm-mobile-menu-list li ul {
      display: none;
      padding: 0;
      margin: 0;
      opacity: 0.5; }
      .stm-mobile-menu-list li ul li a {
        font-size: 20px; }

@media (max-width: 787px) {
  .stm-header-mobile {
    display: block; }
  #stm-top-bar {
    display: none; }
  .stm-header-inner {
    display: none; }
  /*Transparent header*/
  .stm-transparent-header .stm-header-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  div.stm-header {
    min-height: initial !important; } }

@media (max-width: 480px) {
  .stm-transparent-header .stm-header-mobile {
    padding-right: 15px;
    padding-left: 15px; }
  .stm-mobile-menu-unit {
    right: 15px;
    left: 15px;
    width: auto; }
    .stm-mobile-menu-unit .inner .stm-top {
      padding-left: 25px;
      padding-right: 10px; }
  .tp-bullets {
    display: none; }
  .stm-header-mobile .bloglogo img {
    max-width: 100%; }
  .stm-header-mobile .stm-mobile-right {
    margin-top: 12px; }
  .slider-title.h1 {
    font-size: 40px; }
  .slider-date {
    font-size: 20px; }
  .stm-footer-image .inner .heading-font {
    font-size: 32px;
    line-height: 36px; } }

@media (max-width: 350px) {
  .stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-socials .top-bar-socials li {
    margin-right: 10px; } }

@media (min-width: 300px) and (max-width: 1350px) {
  .stm-mobile-teams-name, .stm-mobile-show {
    display: block; }
  .stm-mobile-hide {
    display: none; } }

.splashAmericanFootball {
  /*================================================================  1350px  ================================================================*/
  /*================================================================  1250px  ================================================================*/
  /*================================================================  1200px  ================================================================*/
  /*================================================================  1100px  ================================================================*/
  /*laptops*/
  /*================================================================  >992px <1100px  ================================================================*/
  /*================================================================  1030px  ================================================================*/
  /*================================================================  1024px  ================================================================*/
  /*================================================================  1000px  ================================================================*/
  /*================================================================  992px  ================================================================*/
  /*================================================================  920px  ================================================================*/
  /*================================================================  787px  ================================================================*/
  /*================================================================  650px  ================================================================*/
  /*================================================================  500px  ================================================================*/
  /*================================================================  320px  ================================================================*/
  /*Header Mobile*/
  /* Menu toggle */
  /*================================================================  787px  ================================================================*/
  /*================================================================  480px  ================================================================*/
  /*================================================================  350px  ================================================================*/ }
  .splashAmericanFootball .stm-players {
    text-align: left; }
  @media (max-width: 1350px) {
    .splashAmericanFootball .stm-ipad-none {
      display: none; }
    .splashAmericanFootball .stm-ipad-block {
      display: block; }
    .splashAmericanFootball .stm-mobile-teams-name, .splashAmericanFootball .stm-mobile-show {
      display: none; }
    .splashAmericanFootball .stm-mobile-hide {
      display: block; }
    .splashAmericanFootball .tp-arrow.tp-arr-allwrapper {
      display: none; }
    .splashAmericanFootball .tparrows.hades {
      width: 30px; }
    .splashAmericanFootball .stm-players {
      text-align: center; }
    .splashAmericanFootball .stm-statistic-meta .stm-custom-row .col-57 .button {
      display: inline-block; }
    .splashAmericanFootball.page-template-coming-soon .stm-footer {
      display: none; }
    .splashAmericanFootball.error404 .stm-404-warning {
      font-size: 300px !important;
      line-height: 340px !important; } }
  @media (max-width: 1250px) {
    .splashAmericanFootball .tparrows.hades {
      display: none; } }
  @media (max-width: 1200px) {
    .splashAmericanFootball .cart-collaterals,
    .splashAmericanFootball .woocommerce-tabs {
      margin: 62px -15px 60px; }
    .splashAmericanFootball .cart-collaterals {
      margin-bottom: -100px; } }
  @media (max-width: 1100px) {
    .splashAmericanFootball {
      /*LATEST RESULT BLOCK*/ }
      .splashAmericanFootball .stm-single-league .sp-table-wrapper {
        margin-top: 28px; }
        .splashAmericanFootball .stm-single-league .sp-table-wrapper .dataTables_wrapper thead {
          background: #da9a29 !important; }
          .splashAmericanFootball .stm-single-league .sp-table-wrapper .dataTables_wrapper thead tr th {
            color: #06083b !important; }
        .splashAmericanFootball .stm-single-league .sp-table-wrapper .dataTables_wrapper tbody tr.odd {
          background: rgba(62, 64, 103, 0.5) !important; }
        .splashAmericanFootball .stm-single-league .sp-table-wrapper .dataTables_wrapper tbody tr.even {
          background: rgba(6, 9, 53, 0.5) !important; }
        .splashAmericanFootball .stm-single-league .sp-table-wrapper .dataTables_wrapper tbody tr td {
          background: transparent !important; }
          .splashAmericanFootball .stm-single-league .sp-table-wrapper .dataTables_wrapper tbody tr td.data-rank {
            font-weight: 300 !important;
            opacity: 0.75 !important; }
          .splashAmericanFootball .stm-single-league .sp-table-wrapper .dataTables_wrapper tbody tr td.data-name {
            font-family: 'Oswald'; }
          .splashAmericanFootball .stm-single-league .sp-table-wrapper .dataTables_wrapper tbody tr td a {
            color: #fff !important; }
        .splashAmericanFootball .stm-single-league .sp-table-wrapper .dataTables_wrapper tbody tr .has-logo a img {
          margin-right: 1.4em; }
      .splashAmericanFootball .stm-cart-af .fa-shopping-cart:before {
        content: "\e914" !important;
        font-family: "stm-splash-icons" !important;
        font-size: 19px; }
      .splashAmericanFootball .tp-bullets {
        display: none !important; }
      .splashAmericanFootball .owl-dots {
        display: none !important; }
      .splashAmericanFootball .stm-single-player-vc_stats {
        padding-left: 350px; }
        .splashAmericanFootball .stm-single-player-vc_stats .image {
          max-width: 400px;
          left: 0; }
      .splashAmericanFootball .stm-single-player-vc_stats .stm-statistic-meta {
        min-height: inherit; }
      .splashAmericanFootball .stm-player-statistic-unit .owl-nav {
        left: 350px; }
      .splashAmericanFootball .menu-widget-menu-container li {
        padding-right: 5px; }
      .splashAmericanFootball .stm-single-league table.sp-league-table tbody tr td:last-child {
        padding-right: 15px; }
      .splashAmericanFootball #sb_instagram.sbi_col_3 .sbi_photo_wrap .sbi_photo {
        width: 50px !important;
        height: 50px !important; }
      .splashAmericanFootball .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a {
        padding: 0 20px;
        font-size: 14px !important; }
      .splashAmericanFootball .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit {
        text-align: center; }
        .splashAmericanFootball .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li a {
          padding: 1px 20px 0; }
      .splashAmericanFootball .stm_af_latest_results_wrapper {
        display: block;
        overflow: hidden;
        padding-top: 73px; }
        .splashAmericanFootball .stm_af_latest_results_wrapper h2 {
          font-family: "Oswald";
          font-weight: 400;
          color: #000000;
          text-transform: uppercase;
          text-align: center;
          margin-bottom: 37px; }
        .splashAmericanFootball .stm_af_latest_results_wrapper h3 {
          font-family: "Oswald";
          font-weight: 400;
          color: #06083b;
          text-align: center;
          text-transform: uppercase;
          margin-bottom: 23px; }
        .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row {
          display: block;
          overflow: hidden; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-20 {
            width: 21%; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-60 {
            width: 58%;
            padding: 0 32px; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-15 {
            padding: 0 10px; }
        .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stmLeftHelmsWrapp {
          display: block;
          overflow: hidden;
          max-width: 215px;
          position: relative;
          padding-top: 7px; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stmLeftHelmsWrapp .stm-team-logo-left {
            display: block;
            overflow: hidden;
            max-width: 76px;
            position: absolute;
            top: 23%;
            left: 13%; }
        .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stmRightHelmsWrapp {
          display: block;
          overflow: hidden;
          max-width: 215px;
          position: relative;
          padding-top: 7px; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stmRightHelmsWrapp img.stm-helm {
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            -webkit-filter: FlipH;
                    filter: FlipH;
            -ms-filter: "FlipH"; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stmRightHelmsWrapp .stm-team-logo-right {
            display: block;
            overflow: hidden;
            max-width: 76px;
            position: absolute;
            top: 22%;
            right: 12%; }
        .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .teamNameLeftWrapper {
          display: block;
          overflow: hidden;
          text-align: right; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .teamNameLeftWrapper .teamHome {
            color: #da9a29;
            font-size: 16px;
            font-family: "Oswald";
            font-weight: 700;
            line-height: 30px;
            text-transform: uppercase; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .teamNameLeftWrapper .stm-latest-result-team {
            line-height: 42px;
            text-overflow: ellipsis;
            white-space: nowrap; }
            .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .teamNameLeftWrapper .stm-latest-result-team a {
              color: #06083b;
              font-size: 32px;
              font-family: "Oswald";
              font-weight: 400;
              text-overflow: ellipsis;
              white-space: nowrap;
              text-transform: uppercase; }
        .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .teamNameRightWrapper {
          display: block;
          overflow: hidden;
          text-align: left; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .teamNameRightWrapper .teamHome {
            color: #da9a29;
            fnt-size: 16px;
            font-family: "Oswald";
            font-weight: 700;
            line-height: 30px;
            text-transform: uppercase; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .teamNameRightWrapper .stm-latest-result-team {
            line-height: 42px;
            text-overflow: ellipsis;
            white-space: nowrap; }
            .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .teamNameRightWrapper .stm-latest-result-team a {
              color: #06083b;
              font-size: 32px;
              font-family: "Oswald";
              font-weight: 400;
              text-overflow: ellipsis;
              white-space: nowrap;
              text-transform: uppercase; }
        .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stmPointsWrapp .stmPointWin {
          display: block;
          overflow: hidden;
          width: 100%;
          max-width: 76px;
          padding: 17px 13px;
          background: #da9a29;
          color: #fff;
          font-family: Oswald;
          font-weight: 700;
          font-size: 36px;
          line-height: 36px;
          text-align: center;
          margin: 0 auto; }
        .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stmPointsWrapp .stmPointLose {
          display: block;
          overflow: hidden;
          width: 100%;
          max-width: 76px;
          padding: 17px 13px;
          background: #999999;
          color: #fff;
          font-family: Oswald;
          font-weight: 700;
          font-size: 36px;
          line-height: 36px;
          text-align: center;
          margin: 0 auto; }
        .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stmPointsWrapp .stm-latest-result-win-label, .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stmPointsWrapp .stm-latest-result-lose-label {
          display: block;
          overflow: hidden;
          text-align: center;
          text-transform: uppercase;
          font-family: "Oswald";
          font-weight: 700;
          font-size: 14px;
          line-height: 27px; }
      .splashAmericanFootball .stm-news-grid .stm-media-tabs-nav ul li a {
        padding: 0 13px !important; }
      .splashAmericanFootball .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container {
        max-width: 350px;
        padding: 82px 15px 50px; }
        .splashAmericanFootball .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .content {
          padding: 0;
          font-size: 20px; }
        .splashAmericanFootball .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .avatar {
          left: 36.5%; }
      .splashAmericanFootball .stm-tweets-wrapp .stm-latest-tweets .latest-tweets ul li .tweet-text {
        font-size: 16px; }
      .splashAmericanFootball .stm-single-sp_player .sp-section-content-details .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-label.normal_font {
        padding-right: 0; }
      .splashAmericanFootball .stm-single-sp_player .sp-section-content-details .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-value {
        width: 58%; }
      .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer {
        text-align: center; }
        .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result {
          margin: 0;
          width: 100%; }
      .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-team-logo {
        width: 25%;
        padding: 0;
        max-height: 130px;
        height: 130px; }
      .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .left .stm-team-l-h-wrapp {
        display: block;
        max-width: 215px;
        position: relative;
        padding-top: 7px; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .left .stm-team-l-h-wrapp .stm-team-helm {
          display: block;
          position: absolute;
          top: 50%;
          left: -6%;
          max-width: 158px;
          margin-top: -2%; }
          .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .left .stm-team-l-h-wrapp .stm-team-helm .team-logo {
            position: absolute;
            max-width: 45px;
            top: 18px;
            left: 14px;
            z-index: 10; }
      .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .right .stm-team-l-h-wrapp {
        display: block;
        max-width: 215px;
        position: relative;
        padding-top: 7px; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .right .stm-team-l-h-wrapp .stm-team-helm {
          display: block;
          position: absolute;
          top: 50%;
          right: -6%;
          max-width: 158px;
          margin-top: -2%; }
          .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .right .stm-team-l-h-wrapp .stm-team-helm .team-logo {
            position: absolute;
            max-width: 45px;
            top: 18px;
            right: 14px;
            z-index: 10; }
          .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .right .stm-team-l-h-wrapp .stm-team-helm > img {
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            -webkit-filter: FlipH;
                    filter: FlipH;
            -ms-filter: "FlipH"; }
      .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info {
        width: 100%;
        padding: 30px 0 6px; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-title-team {
          display: inline-block;
          min-width: 165px;
          text-align: right;
          vertical-align: top;
          margin-top: 12px; }
          .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-title-team .stm-team-city {
            display: block;
            font-family: 'Oswald';
            font-weight: 700;
            font-size: 14px;
            color: #da9a29;
            text-transform: uppercase;
            line-height: 16px;
            margin-bottom: 5px; }
          .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-title-team .stm-team-name {
            display: block;
            font-family: 'Oswald';
            font-weight: 400;
            font-size: 26px;
            color: #fff;
            text-transform: uppercase;
            line-height: 30px; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .opponent {
          text-align: left; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer {
          display: inline-block;
          overflow: hidden; }
          .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result {
            display: block;
            position: relative;
            overflow: hidden;
            margin: 0; }
            .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-win-label, .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-lose-label {
              width: auto;
              min-width: inherit;
              padding: 0;
              font-family: 'Oswald';
              font-weight: 400;
              font-size: 13px;
              background: transparent;
              margin-top: 3px; }
            .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-win-label {
              color: #da9a29; }
            .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-lose-label {
              color: #999999; }
            .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-win {
              display: block;
              overflow: hidden;
              width: 100%;
              background: #da9a29;
              text-align: center;
              color: #fff;
              padding: 7px 0;
              font-family: 'Oswald';
              font-weight: 700;
              font-size: 36px; }
            .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-lose {
              display: block;
              overflow: hidden;
              width: 100%;
              background: #999999;
              text-align: center;
              color: #fff;
              padding: 7px 0;
              font-family: 'Oswald';
              font-weight: 700;
              font-size: 36px; }
            .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-res-left {
              display: block;
              margin-right: 5px;
              width: 67px;
              text-align: center;
              float: left; }
            .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-res-right {
              display: block;
              margin-left: 5px;
              width: 67px;
              text-align: center;
              float: right; }
      .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .sp-stm-template-event-blocks-publish .stm-single-block-unit {
        background: #f0f0f0; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .sp-stm-template-event-blocks-publish .stm-single-block-unit .stm-teams-info .stm-title-team .stm-team-name {
          color: #06083b; }
      .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .sp-stm-template-event-blocks-future .stm-single-block-unit .stm-teams-info {
        padding: 30px 0 42px; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .sp-stm-template-event-blocks-future .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result_result {
          background: #da9a29;
          padding: 5px 14px;
          color: #fff;
          font-family: 'Oswald';
          font-weight: 400;
          font-size: 36px; }
      .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-video {
        margin-left: 29px; }
      .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop .post-meta .stm-cat-list-wrapp {
        width: 54%; }
      .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop .post-meta .comments-number {
        margin-left: 0;
        width: 44%; }
      .splashAmericanFootball .stm-single-product-content-right form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
        margin-right: 25px !important; }
        .splashAmericanFootball .stm-single-product-content-right form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input {
          height: 49px; }
      .splashAmericanFootball .stm-single-comment-title .stm-add-review a {
        color: #06083b; }
        .splashAmericanFootball .stm-single-comment-title .stm-add-review a i:before {
          color: #06083b; }
        .splashAmericanFootball .stm-single-comment-title .stm-add-review a:hover, .splashAmericanFootball .stm-single-comment-title .stm-add-review a :focus {
          color: #da9a29; }
          .splashAmericanFootball .stm-single-comment-title .stm-add-review a:hover i:before, .splashAmericanFootball .stm-single-comment-title .stm-add-review a :focus i:before {
            color: #da9a29; }
      .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-event-list-top {
        padding: 10px 0 10px 15px; }
      .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_contacts table tr td {
        padding: 11px 0 0 4px; }
      .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond h3 {
        max-width: 70%; }
      .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond form .comment-form-comment {
        width: 100%;
        margin-right: 0; }
      .splashAmericanFootball .stm-thumnails-single-product .thumbnails .stm-thumb-item {
        border: solid 1px #dbdbd9 !important; } }
  @media (max-width: 1100px) and (min-width: 992px) {
    .splashAmericanFootball .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer > div {
      display: none; }
    .splashAmericanFootball .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-latest-result_result {
      display: inline-block !important; } }
  @media (max-width: 1030px) {
    .splashAmericanFootball .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a {
      padding: 0 20px;
      font-size: 14px; } }
  @media (width: 1024px) {
    .splashAmericanFootball .stm-statistics-wrapper .vc_col-sm-6 {
      width: 25%; }
    .splashAmericanFootball #contacts-2 .widget-wrapper {
      padding-right: 0; }
    .splashAmericanFootball .stm-sportspress-sidebar .stm-single-block-event-list .stm-single-block-unit .stm-team-logo {
      width: 20%; }
    .splashAmericanFootball .stm-single-sp_player .sp-section-content-details .sp-template.sp-template-player-details.sp-template-details .stm-player-position-number-wrapp {
      text-align: left; }
    .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list.sp-stm-template-event-blocks-future .stm-single-block-unit .stm-teams-info .stm-title-team {
      min-width: 180px;
      padding-right: 10px; }
      .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list.sp-stm-template-event-blocks-future .stm-single-block-unit .stm-teams-info .stm-title-team.opponent {
        padding-right: 0;
        padding-left: 10px; }
    .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-team-logo {
      width: 21%; }
    .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list.sp-stm-template-event-blocks-publish .stm-single-block-unit .stm-teams-info .stm-title-team {
      min-width: 180px;
      padding-right: 10px; }
      .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list.sp-stm-template-event-blocks-publish .stm-single-block-unit .stm-teams-info .stm-title-team.opponent {
        padding-right: 0;
        padding-left: 10px; }
    .splashAmericanFootball.woocommerce-page .stm-products-row .stm-product-content-loop-inner .stm-product-content-image img {
      max-width: 100%; }
    .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_variation_wrap .woocommerce-variation-add-to-cart .stm-quantity-label {
      margin-right: 28px; }
    .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
      max-width: 64px;
      margin-right: 0 !important; }
    .splashAmericanFootball .stm-contacts .stm-single-contact .contact-value {
      max-width: 89%; } }
  @media (max-width: 1000px) {
    .splashAmericanFootball .stm-latest-results-units .stm-latest-results-info .stm-latest-result .stm-latest-result-win-label {
      display: none; }
    .splashAmericanFootball .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a {
      padding: 0 15px;
      font-size: 14px; }
    .splashAmericanFootball .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command {
      text-align: center; }
      .splashAmericanFootball .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command.stm-command-right {
        text-align: center !important; }
    .splashAmericanFootball .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp .stm-next-match-preview a {
      line-height: 13px;
      padding-top: 16px !important; }
    .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(2), .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(3), .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(4) {
      float: right; }
    .splashAmericanFootball .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .title {
      margin-bottom: 10px !important; }
    .splashAmericanFootball .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .avatar {
      max-width: 80px; }
    .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_contacts table tr td {
      display: block; }
      .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_contacts table tr td .text {
        max-width: 190px; }
    .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 {
      border-bottom: 0; } }
  @media (max-width: 992px) {
    .splashAmericanFootball .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a {
      padding: 0 15px;
      font-size: 13px; }
    .splashAmericanFootball .stm-statistic-tabs .sub-title {
      margin-bottom: 10px !important; }
    .splashAmericanFootball .stm-statistic-tabs .stm-media-tabs-nav {
      clear: both;
      margin-bottom: 35px; }
    .splashAmericanFootball .footer-widgets-wrapper .stm-cols-4 aside {
      width: 50%; }
      .splashAmericanFootball .footer-widgets-wrapper .stm-cols-4 aside:nth-child(2n+1) {
        clear: both; }
    .splashAmericanFootball body {
      padding-bottom: 0 !important; }
    .splashAmericanFootball .stm-footer {
      position: static; }
    .splashAmericanFootball .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer > div {
      display: none; }
    .splashAmericanFootball .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-latest-result_result {
      display: inline-block !important; } }
  @media (max-width: 920px) {
    .splashAmericanFootball .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a {
      padding: 0 10px;
      font-size: 13px; }
    .splashAmericanFootball #stm-top-bar .stm-top-socials-holder {
      margin-right: 5px; }
    .splashAmericanFootball #stm-top-bar .stm-top-bar_right .language-switcher-unit .stm-switcher-open {
      right: 0; }
    .splashAmericanFootball #stm-top-bar .stm-top-bar_right .language-switcher-unit .stm-current-language {
      padding-right: 25px; } }
  @media (max-width: 787px) {
    .splashAmericanFootball .stm-single-sp_team .sp-section-content-lists .stm-players-inline .sp-table-caption {
      text-align: left; }
    .splashAmericanFootball .stm-products-row.row-2 .col-sm-6:nth-child(2n+1) {
      clear: none; }
    .splashAmericanFootball .stm-products-row.row-3 .col-sm-6:nth-child(3n+1) {
      clear: none; }
    .splashAmericanFootball .stm-products-row.row-4 .col-sm-6:nth-child(4n+1) {
      clear: none; }
    .splashAmericanFootball .stm-products-row .col-sm-6:nth-child(2n+1) {
      clear: both; }
    .splashAmericanFootball .stm-products-row .stm-product-content-loop-inner .stm-product-content-image img {
      width: auto !important; }
    .splashAmericanFootball .stm-products-row .stm-single-product-loop .stm-product-content-loop-inner .clearfix .title {
      width: 100%; }
    .splashAmericanFootball .stm-products-row .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta {
      width: 100%;
      float: none;
      padding: 0;
      text-align: left; }
      .splashAmericanFootball .stm-products-row .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta .price {
        position: static; }
        .splashAmericanFootball .stm-products-row .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta .price del {
          font-size: 20px; }
    .splashAmericanFootball .stm-single-player-vc_stats .stm-statistic-meta {
      min-height: 357px;
      padding-bottom: 21px; }
    .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview .title {
      font-size: 12px;
      line-height: 16px; }
    .splashAmericanFootball .stm-call-to-action {
      position: relative;
      padding-bottom: 100px;
      text-align: center; }
      .splashAmericanFootball .stm-call-to-action .button {
        position: absolute;
        bottom: 25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        float: none;
        margin: 0;
        white-space: nowrap; }
    .splashAmericanFootball .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command {
      padding: 0;
      padding-top: 120px; }
      .splashAmericanFootball .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command .stm-command-logo {
        top: 0;
        left: 50%;
        margin: 0;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
        .splashAmericanFootball .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command .stm-command-logo img {
          max-height: 100px;
          width: 90%; }
      .splashAmericanFootball .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command.stm-command-right {
        padding-right: 0; }
        .splashAmericanFootball .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command.stm-command-right .stm-command-logo {
          margin: 0;
          right: 50%;
          -webkit-transform: translateX(50%);
                  transform: translateX(50%); }
    .splashAmericanFootball .stm-next-match-title {
      margin-right: 20px; }
    .splashAmericanFootball .stm-reviews-main-wrapper .stm-review-image {
      display: none; }
    .splashAmericanFootball .stm-images-grid .col-md-3 {
      text-align: center; }
      .splashAmericanFootball .stm-images-grid .col-md-3 .stm-images-grid-single {
        display: inline-block; }
        .splashAmericanFootball .stm-images-grid .col-md-3 .stm-images-grid-single.stm-waiting {
          display: none; }
    .splashAmericanFootball .stm-image-slider .stm-slider-control-prev {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 25px; }
      .splashAmericanFootball .stm-image-slider .stm-slider-control-prev:after {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        right: -5px;
        min-height: 40px;
        width: 10px;
        background: #da9a29;
        -webkit-transform: skew(-14deg, 0deg);
        transform: skew(-14deg, 0deg);
        z-index: 0; }
    .splashAmericanFootball .stm-image-slider .stm-slider-control-next {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 25px;
      right: -1px; }
      .splashAmericanFootball .stm-image-slider .stm-slider-control-next:after {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        right: 0;
        left: -5px;
        min-height: 40px;
        width: 10px;
        background: #da9a29;
        -webkit-transform: skew(-14deg, 0deg);
        transform: skew(-14deg, 0deg);
        z-index: 0; }
    .splashAmericanFootball .owl-controls {
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 100%;
      height: 40px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .splashAmericanFootball .owl-controls .owl-nav {
        display: block;
        width: 100%;
        position: relative;
        top: 0;
        left: 0; }
        .splashAmericanFootball .owl-controls .owl-nav .owl-prev {
          top: 1px !important;
          left: -2% !important; }
          .splashAmericanFootball .owl-controls .owl-nav .owl-prev:before {
            content: "\f104";
            display: block;
            font-family: 'FontAwesome';
            background: #da9a29;
            padding: 5px 7px 2px 7px !important;
            height: 40px !important;
            margin: 0;
            color: white;
            font-size: 30px !important;
            z-index: 1; }
          .splashAmericanFootball .owl-controls .owl-nav .owl-prev:after {
            position: absolute;
            content: '';
            display: block;
            top: 0 !important;
            right: -5px !important;
            min-height: 40px !important;
            width: 10px !important;
            background: #da9a29;
            -webkit-transform: skew(-14deg, 0deg);
            transform: skew(-14deg, 0deg);
            z-index: 0; }
        .splashAmericanFootball .owl-controls .owl-nav .owl-next {
          left: 98.8% !important;
          right: inherit !important;
          top: 0 !important;
          width: 25px !important; }
          .splashAmericanFootball .owl-controls .owl-nav .owl-next:before {
            content: "\f105";
            font-family: 'FontAwesome';
            background: #da9a29;
            height: 40px !important;
            padding: 6px 7px 0 7px !important;
            margin: 0 !important;
            color: white;
            font-size: 30px !important;
            display: block; }
          .splashAmericanFootball .owl-controls .owl-nav .owl-next:after {
            position: absolute;
            content: '';
            display: block;
            top: 0 !important;
            right: 0;
            left: -5px !important;
            min-height: 40px !important;
            width: 10px !important;
            background: #da9a29;
            -webkit-transform: skew(-14deg, 0deg);
            transform: skew(-14deg, 0deg);
            z-index: 0; }
    .splashAmericanFootball .stm-single-trophy .image {
      width: 30%;
      margin: 0 auto 20px;
      min-height: 100px !important; }
      .splashAmericanFootball .stm-single-trophy .image img {
        max-height: 100px !important; }
    .splashAmericanFootball .stm-sportspress-sidebar {
      display: none; }
    .splashAmericanFootball .stm-sportspress-sidebar-left .col-md-9 .sp-template-league-table,
    .splashAmericanFootball .stm-sportspress-sidebar-right .col-md-9 .sp-template-league-table {
      margin: 0; }
    .splashAmericanFootball .stm-sportspress-sidebar-left .stm-single-sp_table-league .stm-title-box-unit,
    .splashAmericanFootball .stm-sportspress-sidebar-right .stm-single-sp_table-league .stm-title-box-unit {
      margin: 0 -15px; }
    .splashAmericanFootball .sp-template-logo, .splashAmericanFootball .sp-template-photo {
      float: none; }
    .splashAmericanFootball .stm-player-details-right .stm-player-team-logo {
      margin-top: 25px; }
      .splashAmericanFootball .stm-player-details-right .stm-player-team-logo img {
        width: 10px; }
    .splashAmericanFootball .stm-player-stats {
      margin-top: 15px; }
      .splashAmericanFootball .stm-player-stats .stm-player-stat {
        padding: 17px 15px 10px;
        width: 80px;
        height: 80px;
        margin-bottom: 10px; }
    .splashAmericanFootball .row-sm-2 .col-sm-6:nth-child(3n+1) {
      clear: none; }
    .splashAmericanFootball .row-sm-2 .col-sm-6:nth-child(2n+1) {
      clear: both; }
    .splashAmericanFootball .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta {
      padding-left: 20px; }
    .splashAmericanFootball .woocommerce-checkout-review-order-table td.actions .coupon, .splashAmericanFootball .shop_table_responsive.cart td.actions .coupon {
      margin-bottom: 35px;
      float: none; }
    .splashAmericanFootball .woocommerce-checkout-review-order-table td.actions .stm-actions-right, .splashAmericanFootball .shop_table_responsive.cart td.actions .stm-actions-right {
      float: none;
      width: 100%;
      text-align: left; }
    .splashAmericanFootball .cart-collaterals, .splashAmericanFootball .woocommerce-tabs {
      margin-top: 30px; }
    .splashAmericanFootball .stm-team-staff-list {
      background-color: transparent !important; }
      .splashAmericanFootball .stm-team-staff-list .stm-single-staff {
        width: 50%; }
        .splashAmericanFootball .stm-team-staff-list .stm-single-staff:nth-child(2n+1) {
          clear: both; }
    .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units > .stm-custom-row {
      display: block;
      overflow: hidden; }
    .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .col-20 {
      width: 14% !important; }
      .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .col-20 .stmLeftHelmsWrapp img:first-child {
        display: none; }
      .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .col-20 .stmLeftHelmsWrapp img:last-child {
        position: relative;
        left: 0;
        min-width: 70px; }
      .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .col-20 .stmRightHelmsWrapp img:first-child {
        display: none; }
      .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .col-20 .stmRightHelmsWrapp img:last-child {
        position: relative;
        right: 0;
        min-width: 70px; }
    .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .col-60 {
      width: 72% !important;
      padding: 0 5px !important; }
      .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .col-60 .row:last-child {
        text-align: center; }
    .splashAmericanFootball .stm-next-match .stm-next-match-header {
      display: block;
      overflow: hidden;
      position: relative;
      clear: both; }
      .splashAmericanFootball .stm-next-match .stm-next-match-header h3 {
        display: block;
        width: 65%;
        margin-right: 0; }
      .splashAmericanFootball .stm-next-match .stm-next-match-header .stm-next-match-upcoming {
        display: block;
        overflow: hidden;
        max-width: 35%;
        width: auto;
        position: absolute;
        right: 0;
        bottom: 0; }
    .splashAmericanFootball .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command {
      padding-top: 100px; }
      .splashAmericanFootball .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command .stm-command-title h5 {
        display: none; }
    .splashAmericanFootball .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command-right .stm-command-logo {
      left: 0;
      right: 50%; }
    .splashAmericanFootball .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp .stm-next-match-preview a {
      display: block;
      overflow: hidden;
      max-width: 20px;
      font-size: 0;
      padding: 10px 0 0;
      margin-right: 10px; }
    .splashAmericanFootball .stm-single-league .stm-single-league-title_box {
      display: block;
      overflow: hidden;
      position: relative;
      clear: both; }
      .splashAmericanFootball .stm-single-league .stm-single-league-title_box h4 {
        width: 70%;
        line-height: 40px;
        margin-right: 0; }
      .splashAmericanFootball .stm-single-league .stm-single-league-title_box a {
        max-width: 30%;
        width: auto;
        position: absolute;
        right: 0;
        bottom: 0; }
    .splashAmericanFootball .stm-single-league .sp-table-wrapper {
      margin-top: 20px; }
      .splashAmericanFootball .stm-single-league .sp-table-wrapper .dataTables_wrapper tbody tr td a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .splashAmericanFootball .stm-stats-wrapp {
      margin: 10px 0;
      text-align: center; }
      .splashAmericanFootball .stm-stats-wrapp img {
        margin: 0; }
      .splashAmericanFootball .stm-stats-wrapp .stm-stat-info-wrapp {
        text-align: left; }
        .splashAmericanFootball .stm-stats-wrapp .stm-stat-info-wrapp span {
          text-align: left !important; }
    .splashAmericanFootball .stm-news-grid .stm-title-left {
      float: left;
      display: block;
      width: 100%; }
      .splashAmericanFootball .stm-news-grid .stm-title-left .stm-main-title-unit {
        margin-bottom: 10px; }
    .splashAmericanFootball .stm-news-grid .stm-media-tabs-nav {
      display: block;
      overflow: hidden;
      width: 100%;
      text-align: left;
      margin-bottom: 10px; }
      .splashAmericanFootball .stm-news-grid .stm-media-tabs-nav ul li:first-child a {
        padding-left: 0 !important; }
    .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) {
      margin-right: 20px; }
    .splashAmericanFootball .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp .post-meta .news-category {
      margin-right: 10px; }
    .splashAmericanFootball .stm-statistic-tabs .stm-single-player-vc_stats .stm-statistic-meta .number_position_wrapp .number {
      line-height: 28px !important; }
    .splashAmericanFootball .stm-statistic-tabs .stm-single-player-vc_stats .image {
      margin-top: 50%;
      -webkit-transform: translateY(-38%);
              transform: translateY(-38%); }
    .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a .image .stm-add-to-cart .button.btn-secondary.btn-style-4 span.add_to_cart_button:before {
      top: 14px;
      left: 10px; }
    .splashAmericanFootball .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single {
      min-height: 300px; }
      .splashAmericanFootball .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container {
        max-width: 310px;
        padding: 75px 15px 35px; }
        .splashAmericanFootball .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .content {
          font-size: 15px; }
        .splashAmericanFootball .review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .title {
          margin-top: 25px;
          margin-bottom: 30px; }
    .splashAmericanFootball .stm-tweets-wrapp .stm-latest-tweets .latest-tweets ul li {
      width: 31.5%; }
      .splashAmericanFootball .stm-tweets-wrapp .stm-latest-tweets .latest-tweets ul li p {
        font-size: 14px !important; }
    .splashAmericanFootball .stm-coach-excerption-wrapp .stm-data-wrapp .stm-photo-wrapp {
      padding-right: 30px;
      overflow: inherit; }
      .splashAmericanFootball .stm-coach-excerption-wrapp .stm-data-wrapp .stm-photo-wrapp:before {
        font-size: 35px;
        top: 20px;
        right: 5px; }
    .splashAmericanFootball .stm-coach-excerption-wrapp .stm-data-wrapp .stm-excerption-wrapp {
      margin-top: 10px; }
      .splashAmericanFootball .stm-coach-excerption-wrapp .stm-data-wrapp .stm-excerption-wrapp .stm-excerption {
        padding-top: 0; }
    .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp {
      padding: 25px 15px; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row table tbody td {
        padding: 10px 0 !important;
        font-size: 14px; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(1) table tbody td:first-child {
        padding: 3px 5px 0 0 !important;
        font-size: 14px; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(1) table tbody td:nth-of-type(2) {
        padding-top: 0 !important; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(1) table tbody td:last-child {
        padding: 0 0 0 5px !important;
        font-size: 14px; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(2) {
        padding: 0 15px; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(2) table tbody td:first-child {
          padding: 11px 5px 0 0 !important;
          font-size: 14px; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(3) {
        padding-left: 15px; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(3) table tbody td:first-child {
          padding: 11px 5px 0 0 !important;
          font-size: 14px; }
    .splashAmericanFootball .stm-team-history .stm-team-history-single .year {
      width: 7%; }
    .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta {
      min-height: 120px; }
      .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command .stm-command-logo {
        left: 50%;
        height: 120px; }
        .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command .stm-command-logo a img:first-child {
          max-height: 120px; }
        .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command .stm-command-logo a img:last-child {
          max-width: 50px;
          top: 20px;
          left: 20px; }
      .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info {
        padding-top: 20px; }
        .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-res-left {
          width: 70px; }
          .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-res-left .stm-win, .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-res-left .stm-lose {
            padding: 23px 0; }
        .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-res-right {
          width: 70px; }
          .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-res-right .stm-win, .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-res-right .stm-lose {
            padding: 23px 0; }
      .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command-right .stm-command-logo {
        left: inherit;
        right: 15%;
        -webkit-transform: translateX(13%);
        transform: translateX(13%); }
        .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command-right .stm-command-logo a img:last-child {
          max-width: 50px;
          top: 20px;
          left: inherit;
          right: 20px; }
    .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview .icon {
      width: 28px;
      height: 28px; }
      .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview .icon:after {
        font-size: 13px; }
    .splashAmericanFootball .stm-contact-form > div {
      margin-left: 0;
      padding-top: 20px;
      padding-left: 20px !important;
      padding-right: 20px !important;
      width: 95%; }
      .splashAmericanFootball .stm-contact-form > div input[type="submit"].btn-md {
        padding: 16px 55px 14px !important; }
    .splashAmericanFootball .stm-single-sp_team .sp-section-content-staff .stm-team-staff-list .stm-team-staff-list-inner .stm-single-staff .inner .stm-staff-info-wrapp .col-sm-12:first-child {
      width: 40%; }
    .splashAmericanFootball .stm-single-sp_team .sp-section-content-staff .stm-team-staff-list .stm-team-staff-list-inner .stm-single-staff .inner .stm-staff-info-wrapp .col-sm-12:last-child {
      width: 60%; }
    .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list.sp-stm-template-event-blocks-future .stm-single-block-unit .stm-teams-info .stm-title-team {
      min-width: 180px;
      padding-right: 10px; }
      .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list.sp-stm-template-event-blocks-future .stm-single-block-unit .stm-teams-info .stm-title-team.opponent {
        padding-right: 0;
        padding-left: 10px; }
    .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-team-logo {
      width: 21%; }
    .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .left .stm-team-l-h-wrapp .stm-team-helm .team-logo {
      top: 25px;
      left: 20px; }
    .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .right .stm-team-l-h-wrapp .stm-team-helm .team-logo {
      top: 25px;
      right: 20px; }
    .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list.sp-stm-template-event-blocks-publish .stm-single-block-unit .stm-teams-info {
      padding: 30px 0 13px; }
      .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list.sp-stm-template-event-blocks-publish .stm-single-block-unit .stm-teams-info .stm-title-team {
        min-width: 170px;
        padding-right: 10px; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list.sp-stm-template-event-blocks-publish .stm-single-block-unit .stm-teams-info .stm-title-team.opponent {
          padding-right: 0;
          padding-left: 10px; }
    .splashAmericanFootball .stm-contacts .stm-single-contact .contact-value {
      max-width: 190px;
      line-height: 20px; }
    .splashAmericanFootball .stm-footer-image .heading-font .stm-text {
      margin-top: -11px; } }
  @media (max-width: 650px) {
    .splashAmericanFootball {
      /*REVOLUTION SLIDER*/ }
      .splashAmericanFootball .vc_tta-container h2 {
        font-size: 22px; }
      .splashAmericanFootball .rev_slider .slider-date {
        display: block;
        font-weight: 400;
        padding: 6px 10px !important;
        background: #da9a29;
        color: #06083b !important;
        clear: both; }
      .splashAmericanFootball .rev_slider .slider-title {
        display: block;
        overflow: hidden;
        line-height: 63px !important; }
        .splashAmericanFootball .rev_slider .slider-title .first_text {
          color: #da9a29;
          font-size: 30px !important;
          letter-spacing: 0px !important;
          line-height: 35px !important;
          padding: 11px 11px 5px !important;
          display: inline-block; }
        .splashAmericanFootball .rev_slider .slider-title .second_text {
          font-size: 30px !important;
          letter-spacing: 0px !important;
          line-height: 34px !important;
          padding: 5px 11px 11px 15px !important;
          display: inline-block;
          margin-top: -35px !important; }
        .splashAmericanFootball .rev_slider .slider-title span {
          display: block;
          overflow: hidden;
          background: rgba(6, 8, 52, 0.5);
          padding: 10px !important;
          font-weight: 400;
          text-transform: uppercase;
          letter-spacing: 0; }
      .splashAmericanFootball .rev_slider .slider-description {
        -webkit-transition: none;
        transition: none;
        text-align: inherit;
        line-height: 30px;
        border-width: 0px;
        margin: 0px;
        padding: 0px;
        letter-spacing: 1px;
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 16px; }
      .splashAmericanFootball .rev_slider .stm-slider-overlay {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), transparent);
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), transparent) !important;
        background: linear-gradient(rgba(0, 0, 0, 0.7), transparent) !important;
        opacity: 1 !important;
        visibility: visible !important; }
      .splashAmericanFootball .rev_slider .tp-leftarrow {
        opacity: 1 !important;
        visibility: visible !important;
        background: transparent !important; }
        .splashAmericanFootball .rev_slider .tp-leftarrow:hover:before {
          background: #da9a29;
          color: #06083b; }
        .splashAmericanFootball .rev_slider .tp-leftarrow:before {
          display: block;
          overflow: hidden;
          content: "\f104" !important;
          font-family: 'FontAwesome';
          background: #da9a29;
          padding: 21px 10px 11px 17px;
          height: 70px;
          margin: 0;
          color: white;
          font-size: 48px;
          position: absolute;
          top: 0;
          left: 0;
          line-height: 26px !important;
          z-index: 10; }
        .splashAmericanFootball .rev_slider .tp-leftarrow:after {
          position: absolute;
          content: '';
          display: block;
          top: 0;
          right: 18px;
          min-height: 70px;
          width: 32px;
          background: #da9a29;
          -webkit-transform: skew(-14deg, 0deg);
                  transform: skew(-14deg, 0deg);
          z-index: 5; }
        .splashAmericanFootball .rev_slider .tp-leftarrow .tp-arr-allwrapper {
          opacity: 0 !important;
          visibility: hidden !important;
          background: transparent !important; }
      .splashAmericanFootball .rev_slider .tp-rightarrow {
        opacity: 1 !important;
        visibility: visible !important;
        background: transparent !important; }
        .splashAmericanFootball .rev_slider .tp-rightarrow:hover:before {
          background: #da9a29;
          color: #06083b; }
        .splashAmericanFootball .rev_slider .tp-rightarrow:before {
          display: block;
          overflow: hidden;
          content: "\f105" !important;
          font-family: 'FontAwesome' !important;
          background: #da9a29;
          height: 70px;
          padding: 21px 17px 18px 10px;
          margin: 0 0 0 13px;
          color: white;
          font-size: 48px;
          position: absolute;
          top: 0;
          right: 0;
          line-height: 26px !important;
          z-index: 10; }
        .splashAmericanFootball .rev_slider .tp-rightarrow:after {
          position: absolute;
          content: '';
          display: block;
          top: 0px;
          left: 18px;
          min-height: 70px;
          width: 32px;
          background: #da9a29;
          -webkit-transform: skew(-14deg, 0deg);
                  transform: skew(-14deg, 0deg);
          z-index: 5; }
        .splashAmericanFootball .rev_slider .tp-rightarrow .tp-arr-allwrapper {
          opacity: 0 !important;
          visibility: hidden !important;
          background: transparent !important; }
      .splashAmericanFootball .stm-coach-excerption-wrapp .stm-data-wrapp .stm-photo-wrapp {
        padding-right: 30px;
        overflow: inherit; }
        .splashAmericanFootball .stm-coach-excerption-wrapp .stm-data-wrapp .stm-photo-wrapp:before {
          font-size: 35px;
          top: 97%;
          left: 0; }
      .splashAmericanFootball .stm-coach-excerption-wrapp .stm-data-wrapp .stm-excerption-wrapp {
        margin-top: 10px; }
        .splashAmericanFootball .stm-coach-excerption-wrapp .stm-data-wrapp .stm-excerption-wrapp .stm-excerption {
          padding-top: 0; }
      .splashAmericanFootball .stm-contact-form > div {
        margin-left: 9px; }
      .splashAmericanFootball.page-template-coming-soon #wrapper {
        height: 100vh !important; }
        .splashAmericanFootball.page-template-coming-soon #wrapper .wpb_single_image:first-child {
          margin-bottom: 10px !important; }
        .splashAmericanFootball.page-template-coming-soon #wrapper .wpb_text_column:first-child {
          margin-bottom: 30px; }
      .splashAmericanFootball.page-template-coming-soon .wpb_single_image {
        margin-bottom: 10px; }
        .splashAmericanFootball.page-template-coming-soon .wpb_single_image figure a img {
          max-width: 50% !important; }
      .splashAmericanFootball.page-template-coming-soon h2 {
        font-size: 20px; }
      .splashAmericanFootball.page-template-coming-soon .stm-footer {
        display: none; }
      .splashAmericanFootball.error404 #wrapper #main .stm-default-page-404 .stm-404-warning {
        font-size: 170px;
        line-height: 200px; }
      .splashAmericanFootball .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command {
        padding-top: 80px !important;
        margin-bottom: 10px !important; }
      .splashAmericanFootball .stm-countdown-wrapper {
        display: block;
        overflow: hidden;
        width: 100%;
        text-align: center; }
        .splashAmericanFootball .stm-countdown-wrapper time {
          display: block;
          overflow: hidden;
          height: 100px;
          line-height: 55px; }
          .splashAmericanFootball .stm-countdown-wrapper time span {
            display: inline-block;
            overflow: hidden;
            min-width: 60px;
            height: 100%;
            padding: 0 !important;
            border: solid 2px #da9a29;
            font-family: 'Oswald' !important;
            font-weight: 300;
            font-size: 28px;
            color: #fff;
            margin: 0 10px 0 0 !important; }
            .splashAmericanFootball .stm-countdown-wrapper time span:last-child {
              margin: 0 !important; }
            .splashAmericanFootball .stm-countdown-wrapper time span small {
              display: block;
              overflow: hidden;
              border-top: solid 1px #da9a29;
              padding: 5px 5px 0;
              color: #fff;
              font-family: 'Roboto';
              font-size: 16px;
              font-weight: 300;
              line-height: 30px; }
      .splashAmericanFootball .stm-form-bg p {
        width: 100%; }
      .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview a {
        width: 100%; }
      .splashAmericanFootball .shop_attributes tbody tr th, .splashAmericanFootball .shop_attributes tbody tr td {
        background: transparent !important;
        padding-left: 5px;
        border-bottom: solid 1px #d8d8d8 !important; }
      .splashAmericanFootball .stm-ipad-none {
        display: block !important; }
      .splashAmericanFootball .stm-ipad-block {
        display: none !important; }
      .splashAmericanFootball h1 {
        font-size: 42px; }
      .splashAmericanFootball h2 {
        font-size: 30px;
        margin-bottom: 0;
        line-height: 35px; }
      .splashAmericanFootball h3 {
        font-size: 24px; }
      .splashAmericanFootball h4 {
        font-size: 18px; }
      .splashAmericanFootball h5 {
        font-size: 14px; }
      .splashAmericanFootball h6 {
        font-size: 12px; }
      .splashAmericanFootball .stm-cart-af .fa-shopping-cart:before {
        content: "\e914" !important;
        font-family: "stm-splash-icons" !important;
        font-size: 19px; }
      .splashAmericanFootball .stm-cart-af .list-badge {
        position: relative;
        top: -10px;
        left: -13px; }
        .splashAmericanFootball .stm-cart-af .list-badge .stm-current-items-in-cart {
          margin-left: 0 !important; }
      .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit {
        width: 100% !important; }
        .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit img {
          width: 100%; }
      .splashAmericanFootball .stm-team-history .stm-team-history-single .stm-team-history-linked {
        width: 10%; }
      .splashAmericanFootball .stm-team-history .stm-team-history-single .year {
        width: 12%; }
      .splashAmericanFootball .stm-team-history .stm-team-history-single .stm-team-history-content {
        float: right !important;
        width: 75%; }
      .splashAmericanFootball .stm-single-sp_table-league .sp-league-table .data-name .team-logo {
        display: none; }
      .splashAmericanFootball .stm-single-sp_table-league .sp-league-table .data-name {
        line-height: 20px; }
      .splashAmericanFootball .stm-single-block-event-list .stm-single-block-event-list-top .venue,
      .splashAmericanFootball .stm-single-block-event-list .stm-single-block-event-list-top .time {
        float: none;
        margin-top: 15px;
        text-align: center; }
      .splashAmericanFootball .stm-future-event-list-time {
        margin-top: 15px;
        margin-bottom: 15px; }
        .splashAmericanFootball .stm-future-event-list-time span {
          display: block; }
          .splashAmericanFootball .stm-future-event-list-time span:after {
            display: none; }
      .splashAmericanFootball .stm-single-block-event-list .stm-single-block-unit .stm-team-logo {
        display: none; }
      .splashAmericanFootball .stm-single-block-event-list .stm-single-block-unit .stm-teams-info {
        width: 100%;
        display: block; }
      .splashAmericanFootball .stm-single-block-event-list .stm-single-block-unit .stm-teams-info > div {
        display: block;
        text-align: center;
        margin: 10px 0; }
      .splashAmericanFootball .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta {
        float: none;
        padding-left: 0;
        text-align: left; }
        .splashAmericanFootball .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta .price {
          right: inherit;
          left: 0; }
      .splashAmericanFootball .stm-single-product-loop .stm-product-content-loop-inner .clearfix .title {
        float: none;
        width: 100%; }
      .splashAmericanFootball .stm-single-product-content-right {
        margin-top: 20px; }
      .splashAmericanFootball .woocommerce-tabs {
        margin: 30px -15px; }
      .splashAmericanFootball .stm-fullwidth-row-js {
        margin: 0 -15px !important; }
      .splashAmericanFootball .woocommerce-tabs .commentlist li img {
        float: none;
        margin: 0 0 15px; }
      .splashAmericanFootball .woocommerce p.stars a {
        display: block;
        border: 0 !important; }
      .splashAmericanFootball .woocommerce-info, .splashAmericanFootball .woocommerce-message {
        padding: 15px; }
      .splashAmericanFootball .woocommerce-info .button, .splashAmericanFootball .woocommerce-message .button {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        right: inherit;
        margin-bottom: 15px;
        text-align: center; }
      .splashAmericanFootball .woocommerce-checkout-review-order-table td.product-name a, .splashAmericanFootball .shop_table_responsive.cart td.product-name a {
        font-size: 16px; }
      .splashAmericanFootball .col2-set .col-2,
      .splashAmericanFootball .col2-set .col-1 {
        width: 100%; }
      .splashAmericanFootball .customer_details tr td, .splashAmericanFootball .order_details tr td.product-total, .splashAmericanFootball .woocommerce-checkout-review-order-table tr td.product-total {
        padding-right: 15px; }
      .splashAmericanFootball .myaccount_user, .splashAmericanFootball .myaccount_address {
        padding-right: 0; }
      .splashAmericanFootball .my_account_orders tr {
        display: table-row; }
      .splashAmericanFootball .my_account_orders td, .splashAmericanFootball .my_account_orders th {
        padding: 15px !important;
        width: 100%;
        display: table-cell; }
        .splashAmericanFootball .my_account_orders td.order-actions, .splashAmericanFootball .my_account_orders th.order-actions {
          text-align: left; }
      .splashAmericanFootball .stm-team-staff-list .stm-single-staff {
        width: 100%; }
        .splashAmericanFootball .stm-team-staff-list .stm-single-staff .stm-staff-info-wrapp .col-sm-12 {
          width: 100% !important; }
        .splashAmericanFootball .stm-team-staff-list .stm-single-staff .stm-staff-info-wrapp .stm-staff-img-wrapp {
          margin-bottom: 20px; }
          .splashAmericanFootball .stm-team-staff-list .stm-single-staff .stm-staff-info-wrapp .stm-staff-img-wrapp img {
            display: block;
            overflow: hidden;
            margin: 0 auto; }
      .splashAmericanFootball .stm-single-player-vc_stats .image {
        position: static;
        margin: 15px 0 0 -15px; }
      .splashAmericanFootball .stm-single-player-vc_stats {
        padding-left: 15px; }
        .splashAmericanFootball .stm-single-player-vc_stats .stm-statistic-meta {
          min-height: inherit;
          padding-bottom: 40px;
          padding-top: 20px; }
          .splashAmericanFootball .stm-single-player-vc_stats .stm-statistic-meta .stat {
            position: static; }
      .splashAmericanFootball .stm_af_latest_results_wrapper h2 {
        margin-bottom: 15px; }
      .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units {
        padding-top: 10px; }
        .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-mobile-teams-name {
          padding-bottom: 5px; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-mobile-teams-name .row .col-xs-6:first-child {
            padding: 0 5px 0 15px; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-mobile-teams-name .row .col-xs-6:last-child {
            padding: 0 15px 0 5px; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-mobile-teams-name .row .col-xs-6 .teamNameLeftWrapper {
            text-align: left; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-mobile-teams-name .row .col-xs-6 .teamNameRightWrapper {
            text-align: right; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-mobile-teams-name .row .col-xs-6 .teamHome {
            font-size: 14px;
            font-weight: 400; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-mobile-teams-name .row .col-xs-6 .stm-latest-result-team {
            line-height: 30px; }
            .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-mobile-teams-name .row .col-xs-6 .stm-latest-result-team a {
              font-size: 22px;
              text-overflow: ellipsis;
              white-space: nowrap; }
        .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row {
          position: relative;
          margin: 0; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-20 {
            width: 23% !important;
            padding: 0; }
            .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-20:first-child .stmLeftHelmsWrapp {
              max-height: 65px;
              float: right; }
              .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-20:first-child .stmLeftHelmsWrapp img:last-child {
                display: block;
                overflow: hidden;
                width: 100%; }
            .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-20:last-child .stmRightHelmsWrapp {
              max-width: 64px; }
              .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-20:last-child .stmRightHelmsWrapp img:last-child {
                display: block;
                overflow: hidden;
                width: 100%; }
            .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-20 .stmLeftHelmsWrapp, .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-20 .stmRightHelmsWrapp {
              padding-top: 0; }
            .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-20 .stmLeftHelmsWrapp img:first-child {
              display: none; }
            .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-20 .stmLeftHelmsWrapp img:last-child {
              position: relative;
              left: 0;
              min-width: 60px; }
            .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-20 .stmRightHelmsWrapp img:first-child {
              display: none; }
            .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-20 .stmRightHelmsWrapp img:last-child {
              position: relative;
              right: 0;
              min-width: 60px; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-60 {
            display: inline-block;
            width: 54% !important; }
            .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-60 .stm-custom-row {
              margin-bottom: 15px;
              text-align: center; }
              .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-60 .stm-custom-row .col-35 {
                display: none !important; }
              .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-60 .stm-custom-row .col-15 {
                display: inline-block;
                width: 40%;
                padding: 0;
                float: inherit; }
                .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-60 .stm-custom-row .col-15 .stmPointsWrapp .stmPointWin, .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-60 .stm-custom-row .col-15 .stmPointsWrapp .stmPointLose {
                  padding: 13px;
                  font-size: 30px;
                  line-height: 30px; }
            .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-60 .teamHome {
              display: none; }
        .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stmTopWrapper {
          text-align: center; }
      .splashAmericanFootball .stm-next-match .stm-next-match-header h3 {
        max-width: 59%; }
      .splashAmericanFootball .stm-next-match .stm-next-match-header .stm-next-match-upcoming {
        display: inline-block;
        max-width: 42%;
        line-height: 20px; }
      .splashAmericanFootball .stm-next-match .stm-next-match-units {
        width: 100%; }
        .splashAmericanFootball .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .splashAmericanFootball .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command .stm-command-logo {
            display: block;
            overflow: hidden;
            width: 100%; }
            .splashAmericanFootball .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command .stm-command-logo img {
              width: 60%; }
          .splashAmericanFootball .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command-right .stm-command-logo {
            display: block;
            overflow: hidden;
            width: 100%;
            right: inherit; }
          .splashAmericanFootball .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command-vs {
            padding-top: 30px; }
      .splashAmericanFootball .stm-single-league .stm-single-league-title_box h4 {
        width: 60%; }
      .splashAmericanFootball .stm-single-league .stm-single-league-title_box a {
        max-width: 40%; }
      .splashAmericanFootball .stm-news-grid .stm-media-tabs-nav ul {
        display: block;
        overflow: scroll;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap; }
        .splashAmericanFootball .stm-news-grid .stm-media-tabs-nav ul li {
          display: inline-block; }
      .splashAmericanFootball .stm-news-grid .tab-content .stm-latest-news-wrapp .stm-latest-news-single {
        width: 100% !important; }
      .splashAmericanFootball .stm-player-statistic-unit .stm-single-player-vc_stats .col-sm-7 {
        width: 100%; }
        .splashAmericanFootball .stm-player-statistic-unit .stm-single-player-vc_stats .col-sm-7 .stm-statistic-meta .stm-custom-row .col-57 {
          width: 100%; }
          .splashAmericanFootball .stm-player-statistic-unit .stm-single-player-vc_stats .col-sm-7 .stm-statistic-meta .stm-custom-row .col-57 a {
            display: none; }
        .splashAmericanFootball .stm-player-statistic-unit .stm-single-player-vc_stats .col-sm-7 .stm-statistic-meta .stm-custom-row .col-43 {
          width: 100%; }
          .splashAmericanFootball .stm-player-statistic-unit .stm-single-player-vc_stats .col-sm-7 .stm-statistic-meta .stm-custom-row .col-43 a {
            display: inline-block !important; }
      .splashAmericanFootball .stm-player-statistic-unit .stm-single-player-vc_stats .col-sm-5 {
        display: none; }
      .splashAmericanFootball .stm-player-statistic-unit .owl-controls {
        display: none; }
      .splashAmericanFootball .stm-media-tabs .stm-media-tabs-nav {
        text-align: left; }
      .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .owl-controls {
        top: 99% !important; }
        .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .owl-controls .owl-dots .owl-dot {
          margin: 0 8px; }
      .splashAmericanFootball .stm-tweets-wrapp .stm-latest-tweets .latest-tweets ul li {
        display: block;
        width: 100%;
        overflow: hidden; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row {
        width: 100% !important;
        text-align: left;
        padding: 0 !important; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row table tr td {
          border: 0 !important; }
      .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 aside {
        width: 100%; }
      .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_contacts table tr td {
        display: block; }
      .splashAmericanFootball .owl-controls {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        overflow: visible;
        width: 100%;
        height: 40px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        .splashAmericanFootball .owl-controls .owl-nav {
          display: block;
          width: 100%;
          position: relative;
          top: 0;
          left: 0; }
          .splashAmericanFootball .owl-controls .owl-nav .owl-prev {
            top: 0 !important;
            left: -15px !important; }
            .splashAmericanFootball .owl-controls .owl-nav .owl-prev:before {
              content: "\f104";
              display: block;
              font-family: 'FontAwesome';
              background: #da9a29;
              padding: 1px 7px 2px 7px !important;
              height: 30px !important;
              margin: 0;
              color: white;
              font-size: 30px !important;
              z-index: 1; }
            .splashAmericanFootball .owl-controls .owl-nav .owl-prev:after {
              position: absolute;
              content: '';
              display: block;
              top: 0 !important;
              right: -6px !important;
              min-height: 30px !important;
              width: 10px !important;
              background: #da9a29;
              -webkit-transform: skew(-14deg, 0deg);
              transform: skew(-14deg, 0deg);
              z-index: 0; }
          .splashAmericanFootball .owl-controls .owl-nav .owl-next {
            left: 96.6% !important;
            right: inherit !important;
            top: 0 !important;
            width: 25px !important; }
            .splashAmericanFootball .owl-controls .owl-nav .owl-next:before {
              content: "\f105";
              font-family: 'FontAwesome';
              background: #da9a29;
              height: 30px !important;
              padding: 2px 7px 0 7px !important;
              margin: 0 !important;
              color: white;
              font-size: 30px !important;
              display: block; }
            .splashAmericanFootball .owl-controls .owl-nav .owl-next:after {
              position: absolute;
              content: '';
              display: block;
              top: 0;
              right: 0;
              left: -6px !important;
              min-height: 30px !important;
              width: 10px !important;
              background: #da9a29;
              -webkit-transform: skew(-14deg, 0deg);
              transform: skew(-14deg, 0deg);
              z-index: 0; }
      .splashAmericanFootball .stm-trophy-carousel-init.owl-carousel .owl-nav .owl-next {
        left: 98.6% !important; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls {
        height: 30px !important; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls .owl-nav {
          display: block;
          width: 100%;
          position: relative;
          top: 0;
          left: 0; }
          .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls .owl-nav .owl-prev {
            top: 0 !important;
            left: 0 !important;
            -webkit-transform: inherit !important;
                    transform: inherit !important; }
            .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls .owl-nav .owl-prev:before {
              content: "\f104";
              display: block;
              font-family: 'FontAwesome';
              background: #da9a29;
              padding: 1px 7px 2px 7px !important;
              height: 30px !important;
              margin: 0;
              color: white;
              font-size: 30px !important;
              z-index: 1; }
            .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls .owl-nav .owl-prev:after {
              position: absolute;
              content: '';
              display: block;
              top: 0 !important;
              right: -6px !important;
              min-height: 30px !important;
              width: 10px !important;
              background: #da9a29;
              -webkit-transform: skew(-14deg, 0deg);
              transform: skew(-14deg, 0deg);
              z-index: 0; }
          .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls .owl-nav .owl-next {
            left: 95.6% !important;
            right: inherit !important;
            top: 0 !important;
            width: 25px !important;
            -webkit-transform: inherit !important;
                    transform: inherit !important; }
            .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls .owl-nav .owl-next:before {
              content: "\f105";
              font-family: 'FontAwesome';
              background: #da9a29;
              height: 30px !important;
              padding: 2px 7px 0 7px !important;
              margin: 0 !important;
              color: white;
              font-size: 30px !important;
              display: block; }
            .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls .owl-nav .owl-next:after {
              position: absolute;
              content: '';
              display: block;
              top: 0;
              right: 0;
              left: -6px !important;
              min-height: 30px !important;
              width: 10px !important;
              background: #da9a29;
              -webkit-transform: skew(-14deg, 0deg);
              transform: skew(-14deg, 0deg);
              z-index: 0; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(1) table tr td:nth-child(1) {
        width: 6%;
        padding: 3px 0 0 0; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(1) table tr td:nth-child(2) {
        width: 16%; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(1) table tr td:nth-child(3) {
        width: 73%;
        padding-left: 0 !important; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(2) table tr td:nth-child(1) {
        width: 6%;
        padding: 3px 0 0 0; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(2) table tr td:nth-child(2) {
        width: 16%; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(2) table tr td:nth-child(3) {
        width: 73%; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(3) table tr td:nth-child(1) {
        width: 6%;
        padding: 3px 0 0 0; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(3) table tr td:nth-child(2) {
        width: 16%; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(3) table tr td:nth-child(3) {
        width: 73%; }
      .splashAmericanFootball .stm-trophy-carousel .owl-nav .owl-prev:before {
        content: "\f104";
        font-family: 'FontAwesome';
        background: #da9a29;
        padding: 0 7px 2px 7px;
        height: 70px;
        margin: 0;
        color: white;
        font-size: 30px;
        z-index: 1; }
      .splashAmericanFootball .stm-trophy-carousel .owl-nav .owl-prev:after {
        position: absolute;
        content: '';
        display: block;
        top: -3px;
        right: -6px;
        min-height: 32px;
        width: 10px;
        background: #da9a29;
        -webkit-transform: skew(-14deg, 0deg);
        transform: skew(-14deg, 0deg);
        z-index: 0; }
      .splashAmericanFootball .stm-trophy-carousel .owl-nav .owl-next:before {
        content: "\f105";
        font-family: 'FontAwesome';
        background: #da9a29;
        height: 32px;
        padding: 3px 7px 0 7px;
        margin: 0 0 0 13px;
        color: white;
        font-size: 30px;
        display: block; }
      .splashAmericanFootball .stm-trophy-carousel .owl-nav .owl-next:after {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        right: 0;
        left: 7px;
        min-height: 32px;
        width: 10px;
        background: #da9a29;
        -webkit-transform: skew(-14deg, 0deg);
        transform: skew(-14deg, 0deg);
        z-index: 0; }
      .splashAmericanFootball .stm-image-slider .stm-slider-control-prev {
        width: 27px;
        height: 30px;
        line-height: 30px; }
        .splashAmericanFootball .stm-image-slider .stm-slider-control-prev:after {
          position: absolute;
          content: '';
          display: block;
          top: 0;
          right: -5px;
          min-height: 30px;
          width: 10px;
          background: #da9a29;
          -webkit-transform: skew(-14deg, 0deg);
          transform: skew(-14deg, 0deg);
          z-index: 0; }
      .splashAmericanFootball .stm-image-slider .stm-slider-control-next {
        width: 27px;
        height: 30px;
        line-height: 30px; }
        .splashAmericanFootball .stm-image-slider .stm-slider-control-next:after {
          position: absolute;
          content: '';
          display: block;
          top: 0;
          right: 0;
          left: -5px;
          min-height: 30px;
          width: 10px;
          background: #da9a29;
          -webkit-transform: skew(-14deg, 0deg);
          transform: skew(-14deg, 0deg);
          z-index: 0; }
      .splashAmericanFootball .stm-team-history .stm-team-history-single {
        padding-left: 0; }
      .splashAmericanFootball .stm-single-sp_team .sp-section-content-lists .stm-players-inline .sp-table-caption {
        text-align: left; }
      .splashAmericanFootball .stm-single-sp_team .sp-section-content-lists .stm-players-inline table thead tr th {
        font-size: 14px;
        padding: 12px 0 10px 13px; }
      .splashAmericanFootball .stm-single-sp_team .sp-section-content-lists .stm-players-inline table tbody tr td {
        font-size: 14px !important;
        padding: 10px 0 10px 15px; }
        .splashAmericanFootball .stm-single-sp_team .sp-section-content-lists .stm-players-inline table tbody tr td a {
          font-size: 14px !important; }
      .splashAmericanFootball .stm-single-sp_team .sp-section-content-tables .sp-table-caption {
        text-align: left; }
      .splashAmericanFootball .stm-single-sp_team .sp-section-content-tables .sp-template-league-table table thead tr th {
        font-size: 14px;
        padding: 12px 0 10px 13px; }
      .splashAmericanFootball .stm-single-sp_team .sp-section-content-tables .sp-template-league-table table tbody tr td {
        font-size: 14px !important;
        padding: 10px 0 10px 15px; }
      .splashAmericanFootball .stm-single-sp_player .sp-section-content-photo {
        width: 100%; }
      .splashAmericanFootball .stm-single-sp_player .sp-section-content-details {
        width: 100%;
        float: inherit;
        text-align: left; }
        .splashAmericanFootball .stm-single-sp_player .sp-section-content-details .sp-template-player-details .sp-player-details .single-info .st-value {
          width: 57% !important; }
      .splashAmericanFootball .stm-player-quick-stats {
        margin-bottom: 40px; }
      .splashAmericanFootball .sp-player-statistics.sp-data-table.sp-scrollable-table tr th, .splashAmericanFootball .sp-player-statistics.sp-data-table.sp-scrollable-table tr td {
        font-size: 14px !important;
        padding: 12px 10px 9px 15px; }
      .splashAmericanFootball .stm-media-archive {
        padding-top: 0 !important; }
      .splashAmericanFootball .stm-default-page-grid .row-3 .col-md-4 {
        clear: inherit; }
      .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop a {
        width: 100%; }
        .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop a img {
          width: 100%; }
        .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop a .title {
          text-overflow: ellipsis;
          word-wrap: break-word;
          line-height: 28px;
          max-height: 32px; }
      .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop .post-meta .stm-cat-list-wrapp {
        display: inline-block;
        width: auto; }
      .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop .post-meta .comments-number {
        display: inline-block;
        width: auto;
        margin-left: 10px; }
      .splashAmericanFootball .stm-single-sp_table-league .sp-league-table tr th, .splashAmericanFootball .stm-single-sp_table-league .sp-league-table tr td {
        font-size: 14px !important;
        padding: 12px 10px 9px 15px !important; }
      .splashAmericanFootball .stm-single-sp_table-league .sp-league-table tr td.data-name .team-logo {
        max-width: 33px;
        height: auto; }
      .splashAmericanFootball .stm-players .stm-list-single-player .stm-list-single-player-info {
        background: #06083b; }
        .splashAmericanFootball .stm-players .stm-list-single-player .stm-list-single-player-info .inner {
          padding-left: 10px; }
          .splashAmericanFootball .stm-players .stm-list-single-player .stm-list-single-player-info .inner .player-number {
            margin-right: 10px; }
          .splashAmericanFootball .stm-players .stm-list-single-player .stm-list-single-player-info .inner .player-title {
            margin-right: 10px; }
      .splashAmericanFootball .sp-event-list.sp-data-table tr th {
        display: none; }
      .splashAmericanFootball .sp-event-list.sp-data-table tr td {
        display: block; }
      .splashAmericanFootball .stm-calendar-page {
        margin: 0 !important; }
      .splashAmericanFootball .stm-upcoming-events_list ul li .event_date {
        position: static;
        width: 100%;
        padding: 15px;
        margin-bottom: 15px;
        background: #43445c; }
        .splashAmericanFootball .stm-upcoming-events_list ul li .event_date .date {
          position: static;
          -webkit-transform: none;
                  transform: none; }
      .splashAmericanFootball .stm-upcoming-events_list ul li {
        padding: 0;
        padding-bottom: 25px;
        background: #f0f0f0;
        margin-bottom: 20px; }
        .splashAmericanFootball .stm-upcoming-events_list ul li .clearfix {
          padding: 0 15px;
          text-align: center; }
      .splashAmericanFootball .stm-upcoming-events_list ul li .commands {
        float: none; }
        .splashAmericanFootball .stm-upcoming-events_list ul li .commands .stadium {
          font-size: 14px; }
          .splashAmericanFootball .stm-upcoming-events_list ul li .commands .stadium .stm-icon-pin {
            opacity: 1; }
            .splashAmericanFootball .stm-upcoming-events_list ul li .commands .stadium .stm-icon-pin:before {
              content: "\e913";
              color: #da9a29;
              font-size: 16px; }
        .splashAmericanFootball .stm-upcoming-events_list ul li .commands .league {
          font-size: 14px; }
          .splashAmericanFootball .stm-upcoming-events_list ul li .commands .league .stm-icon-trophy {
            opacity: 1; }
            .splashAmericanFootball .stm-upcoming-events_list ul li .commands .league .stm-icon-trophy:before {
              content: "\e902";
              color: #da9a29;
              font-size: 16px; }
      .splashAmericanFootball .stm-upcoming-events_list ul li .read_more {
        margin: 0;
        float: none; }
        .splashAmericanFootball .stm-upcoming-events_list ul li .read_more a {
          margin-top: 20px; }
      .splashAmericanFootball .stm-upcoming-events_list ul li .commands h3 .stm-red {
        display: block; }
      .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-team-logo {
        display: none; }
      .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info {
        padding: 10px 0; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-title-team {
          text-align: center !important;
          width: 100%;
          max-width: 100% !important;
          padding: 0 !important; }
          .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-title-team .stm-team-city {
            display: none; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .opponent {
          margin-top: 0; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer {
          text-align: center;
          margin: 5px 0 15px;
          width: 100%; }
          .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result-win-label, .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result-lose-label {
            display: none; }
      .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-event-list-top {
        text-align: left;
        padding: 10px; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-event-list-top div {
          margin: 0;
          font-size: 12px !important; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-event-list-top .venue {
          padding-left: 10px;
          margin-left: 10px;
          line-height: 16px; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-event-list-top .stm-future-event-list-time {
          line-height: 16px; }
          .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-event-list-top .stm-future-event-list-time .time {
            margin-top: 0; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-event-list-top .stm-link-wrapp {
          display: block; }
      .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command {
        display: none;
        visibility: hidden; }
      .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info {
        width: 100%;
        padding-top: 10px; }
        .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-left, .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-right {
          display: block;
          width: 100%;
          text-align: center; }
          .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-left .stm-team-city, .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-right .stm-team-city {
            display: none; }
        .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer {
          display: block;
          width: 100%;
          text-align: center;
          margin: 5px 0 10px; }
          .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result {
            display: inline-block; }
            .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-lose-label, .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-win-label {
              display: none; }
      .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp {
        padding: 10px; }
        .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp .stm-next-match-info {
          display: block;
          text-align: center; }
        .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp .stm-next-match-venue {
          display: block;
          margin: 5px 0 0;
          padding: 0;
          text-align: center;
          border: 0; }
      .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit {
        display: block;
        width: 100%;
        position: relative;
        opacity: 1;
        background: #f0f0f0;
        margin-bottom: 26px; }
        .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta {
          padding-bottom: 0;
          min-height: 240px; }
          .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units {
            padding: 0 !important; }
            .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-matches_bg {
              display: none; }
            .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command {
              display: none;
              visibility: hidden; }
            .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info {
              display: inline-block;
              width: 60%;
              padding: 30px 0 0;
              text-align: center; }
              .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-left {
                display: inline-block;
                overflow: hidden;
                vertical-align: top;
                margin-top: 8px;
                text-align: right; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-left .stm-team-city {
                  display: block;
                  font-family: 'Oswald';
                  font-weight: 400;
                  font-size: 14px;
                  letter-spacing: 0.6px;
                  text-transform: uppercase;
                  color: #da9a29;
                  margin-bottom: 3px; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-left h4 a {
                  font-family: 'Oswald';
                  font-size: 28px;
                  color: #06083b;
                  text-decoration: none; }
              .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-right {
                display: inline-block;
                overflow: hidden;
                vertical-align: top;
                margin-top: 8px;
                text-align: left; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-right .stm-team-city {
                  display: block;
                  font-family: 'Oswald';
                  font-weight: 400;
                  font-size: 14px;
                  text-transform: uppercase;
                  color: #da9a29;
                  margin-bottom: 3px;
                  letter-spacing: 0.6px; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-right h4 a {
                  font-family: 'Oswald';
                  font-size: 28px;
                  color: #06083b;
                  text-decoration: none; }
              .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer {
                display: inline-block;
                overflow: hidden;
                margin: 0 10px; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  display: -webkit-flex;
                  position: relative;
                  overflow: hidden;
                  margin: 0; }
                  .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-win-label, .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-lose-label {
                    width: auto;
                    min-width: inherit;
                    padding: 0;
                    font-family: 'Oswald';
                    font-weight: 400;
                    font-size: 13px;
                    background: transparent;
                    margin-top: 3px; }
                  .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-win-label {
                    color: #da9a29;
                    text-transform: uppercase; }
                  .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-lose-label {
                    color: #999999;
                    text-transform: uppercase; }
                  .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-win {
                    display: block;
                    overflow: hidden;
                    width: 100%;
                    background: #da9a29;
                    text-align: center;
                    color: #fff;
                    padding: 25px 0;
                    font-family: 'Oswald';
                    font-weight: 700;
                    font-size: 42px; }
                  .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-lose {
                    display: block;
                    overflow: hidden;
                    width: 100%;
                    background: #999999;
                    text-align: center;
                    color: #fff;
                    padding: 25px 0;
                    font-family: 'Oswald';
                    font-weight: 700;
                    font-size: 42px; }
                  .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-res-left {
                    display: block;
                    margin-right: 5px;
                    width: 77px;
                    text-align: center;
                    float: left; }
                  .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-res-right {
                    display: block;
                    margin-left: 5px;
                    width: 77px;
                    text-align: center;
                    float: right; }
            .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info {
              width: 100%;
              padding-top: 10px; }
              .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-left, .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-right {
                display: block;
                width: 100%;
                text-align: center; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-left .stm-team-city, .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-right .stm-team-city {
                  display: none; }
              .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer {
                display: block;
                width: 100%;
                text-align: center;
                margin: 5px 0 10px; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result {
                  display: inline-block; }
                  .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-lose-label, .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-win-label {
                    display: none; }
          .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp {
            display: block;
            overflow: hidden;
            background: #44455b; }
            .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp .stm-next-match-info {
              display: block;
              padding: 10px 0 7px 20px;
              text-align: left;
              float: left;
              margin-bottom: 0;
              font-family: 'Roboto';
              font-size: 14px;
              font-weight: 400;
              color: #fff;
              text-transform: none;
              letter-spacing: 0; }
              .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp .stm-next-match-info .vertical-divider {
                display: inline-block;
                overflow: hidden;
                height: 12px;
                border-left: solid 1px rgba(255, 255, 255, 0.3);
                margin: -3px 7px 0;
                line-height: 15px;
                vertical-align: middle; }
            .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp .stm-next-match-preview {
              display: block;
              overflow: hidden;
              float: right;
              padding: 0;
              font-family: 'Oswald';
              font-size: 14px;
              font-weight: 700;
              text-transform: uppercase;
              letter-spacing: 0.6px; }
              .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp .stm-next-match-preview a {
                display: inline-block;
                overflow: hidden;
                vertical-align: middle;
                color: #fff;
                padding: 10px 15px 7px;
                text-decoration: none; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp .stm-next-match-preview a:hover {
                  background: #da9a29; }
                .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp .stm-next-match-preview a img {
                  display: inline-block;
                  overflow: hidden;
                  vertical-align: middle;
                  margin-top: -3px;
                  margin-right: 5px; }
          .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp {
            padding: 10px; }
            .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp .stm-next-match-info {
              display: block;
              text-align: center; }
            .splashAmericanFootball .sp_event .stm-single-sp_event .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp .stm-next-match-venue {
              display: inline-block;
              overflow: hidden;
              font-family: 'Roboto';
              font-size: 14px;
              font-weight: 700;
              text-transform: none;
              color: #da9a29;
              vertical-align: middle;
              border-left: solid 1px rgba(255, 255, 255, 0.5);
              margin: 14px 0 0 10px;
              padding-left: 10px;
              line-height: 15px; }
      .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content {
        padding: 0 15px; }
      .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-content {
        float: inherit;
        width: 100%;
        padding: 0 15px; }
      .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-video {
        width: 100%;
        margin: 0;
        padding: 15px; }
      .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta {
        letter-spacing: 0; }
        .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta .stm-meta-left-part {
          display: block;
          width: 50%;
          float: left; }
          .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta .stm-meta-left-part .stm-author {
            display: block;
            line-height: 15px; }
            .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta .stm-meta-left-part .stm-author .fa {
              margin-right: 2px; }
        .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta .stm-comments-num {
          display: block;
          width: 50%;
          float: right; }
        .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta .stm-cat-list-wrapp {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 50%;
          float: right;
          margin: 0;
          padding: 0; }
          .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta .stm-cat-list-wrapp ul {
            margin-left: 3px; }
            .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta .stm-cat-list-wrapp ul li {
              margin: 0 3px 0 0; }
      .splashAmericanFootball .stm-post-af-wrapp .wpb_content_element {
        margin-bottom: 30px; }
      .splashAmericanFootball .stm-post-af-wrapp .stm-block-quote-wrapper {
        margin: 0 0 30px; }
      .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond h3 {
        font-family: 'Roboto';
        font-size: 16px;
        letter-spacing: 0;
        line-height: 20px;
        text-transform: none;
        max-width: 100%;
        margin-bottom: 15px; }
      .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond .comment-form-rating {
        position: inherit;
        margin-bottom: 0; }
        .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond .comment-form-rating .stars {
          margin-bottom: 0; }
          .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond .comment-form-rating .stars span a {
            display: inline-block !important; }
      .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond form .comment-form-comment {
        width: 100%;
        margin-right: 0; }
      .splashAmericanFootball .stm_post_comments .comments-area .comment-author.vcard .reply {
        position: relative !important;
        top: inherit !important;
        right: inherit !important; }
      .splashAmericanFootball .stm_post_comments .comments-area .children {
        padding-left: 30px !important; }
      .splashAmericanFootball .stm_post_comments .comment-respond .comment-form-comment {
        width: 100% !important; }
      .splashAmericanFootball .stm_post_comments .comment-respond .stm-row-comments {
        width: 100% !important; }
      .splashAmericanFootball .stm_post_comments .comment-respond .btn-md {
        width: 100%;
        text-align: center;
        margin-top: 25px; }
      .splashAmericanFootball .woocommerce-MyAccount-navigation {
        display: block;
        overflow: hidden;
        width: 100%;
        margin-bottom: 20px; }
        .splashAmericanFootball .woocommerce-MyAccount-navigation ul {
          font-size: 0; }
          .splashAmericanFootball .woocommerce-MyAccount-navigation ul li {
            float: left;
            display: block;
            padding: 0 !important;
            margin: 0 0 10px 0;
            clear: both; }
            .splashAmericanFootball .woocommerce-MyAccount-navigation ul li:first-child {
              padding-left: 0; }
            .splashAmericanFootball .woocommerce-MyAccount-navigation ul li:before {
              display: none; }
            .splashAmericanFootball .woocommerce-MyAccount-navigation ul li:hover a {
              color: #da9a29 !important; }
              .splashAmericanFootball .woocommerce-MyAccount-navigation ul li:hover a span {
                border-bottom-color: #da9a29; }
            .splashAmericanFootball .woocommerce-MyAccount-navigation ul li.is-active a {
              color: #da9a29 !important;
              border-bottom-color: #da9a29; }
            .splashAmericanFootball .woocommerce-MyAccount-navigation ul li a {
              padding: 0;
              display: block;
              font-family: 'Oswald';
              font-size: 14px;
              font-weight: 700;
              text-transform: uppercase;
              color: #06083b;
              text-decoration: none !important;
              border-bottom: 2px solid transparent; }
              .splashAmericanFootball .woocommerce-MyAccount-navigation ul li a:hover {
                color: #da9a29 !important;
                border-color: #da9a29; }
      .splashAmericanFootball .woocommerce-MyAccount-content address {
        max-width: 100% !important; }
      .splashAmericanFootball .woocommerce-MyAccount-content .col2-set .col-1, .splashAmericanFootball .woocommerce-MyAccount-content .col2-set .col-2 {
        width: 100% !important; }
        .splashAmericanFootball .woocommerce-MyAccount-content .col2-set .col-1 a, .splashAmericanFootball .woocommerce-MyAccount-content .col2-set .col-2 a {
          position: relative; }
      .splashAmericanFootball .woocommerce-MyAccount-content form p {
        max-width: 100% !important; }
      .splashAmericanFootball .woocommerce-MyAccount-content form legend {
        width: 100% !important; }
      .splashAmericanFootball .shop_table.shop_table_responsive.cart tr th {
        padding: 5px 20px 5px 0 !important;
        text-align: left; }
      .splashAmericanFootball .shop_table.shop_table_responsive.cart tr td {
        width: 100% !important;
        padding: 5px 20px 5px 0 !important; }
        .splashAmericanFootball .shop_table.shop_table_responsive.cart tr td:first-child {
          width: 30% !important; }
        .splashAmericanFootball .shop_table.shop_table_responsive.cart tr td .coupon {
          display: block;
          overflow: hidden;
          width: 100%; }
          .splashAmericanFootball .shop_table.shop_table_responsive.cart tr td .coupon input[type='text'] {
            width: 60% !important; }
      .splashAmericanFootball form.checkout.woocommerce-checkout #order_review_heading {
        margin-top: 30px !important;
        margin-bottom: 30px; }
      .splashAmericanFootball form.checkout.woocommerce-checkout .woocommerce-checkout-review-order-table {
        width: 100%; }
        .splashAmericanFootball form.checkout.woocommerce-checkout .woocommerce-checkout-review-order-table tr th:last-child, .splashAmericanFootball form.checkout.woocommerce-checkout .woocommerce-checkout-review-order-table tr td:last-child {
          padding-left: 0 !important;
          padding-right: 30px !important; }
      .splashAmericanFootball form.checkout.woocommerce-checkout .woocommerce-checkout-payment {
        width: 100%;
        padding-left: 0;
        margin-top: 20px; }
        .splashAmericanFootball form.checkout.woocommerce-checkout .woocommerce-checkout-payment ul li .about_paypal {
          width: 100% !important;
          position: relative !important;
          left: 1% !important;
          top: inherit !important;
          bottom: 0;
          -webkit-transform: translateX(-1%) !important;
          transform: translateX(-1%) !important;
          right: inherit; }
        .splashAmericanFootball form.checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_box.payment_method_paypal p, .splashAmericanFootball form.checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_box.payment_method_cheque p {
          padding-left: 0 !important; }
        .splashAmericanFootball form.checkout.woocommerce-checkout .woocommerce-checkout-payment .button.btn-md {
          margin-left: 0 !important; }
      .splashAmericanFootball.woocommerce-order-received h3 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        font-size: 28px !important; }
      .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper {
        margin-top: 50px;
        margin-bottom: 26px; }
        .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details thead {
          background: transparent !important; }
          .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details thead tr th {
            padding: 18px 0 15px;
            background: transparent !important;
            border-top: solid 5px #da9a29; }
            .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details thead tr th:first-child {
              text-align: left;
              padding-left: 30px; }
            .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details thead tr th:last-child {
              text-align: right;
              padding-right: 30px; }
        .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td {
          padding: 12px 0;
          border-top: solid 1px #d8d8d8;
          background: transparent !important; }
          .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name {
            font-family: 'Roboto';
            font-weight: 400;
            font-size: 14px;
            text-transform: none;
            padding-left: 30px; }
            .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name a {
              color: #06083b; }
            .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name strong {
              font-weight: 400; }
            .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap {
              display: inline-block;
              overflow: hidden;
              line-height: 20px;
              vertical-align: middle;
              margin-left: 3px; }
              .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation {
                display: inline-block;
                overflow: hidden;
                position: relative;
                margin-top: 0;
                margin-bottom: 0;
                font-size: 14px;
                vertical-align: middle; }
                .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation dt {
                  display: inline-block;
                  margin: 0; }
                .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation dd {
                  display: inline-block;
                  margin: 0; }
                  .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation dd p {
                    margin-bottom: 0; }
          .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-total {
            text-align: right;
            padding-right: 30px; }
            .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-total .amount {
              font-size: 14px;
              font-weight: 400; }
        .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tfoot tr th {
          font-family: 'Roboto';
          font-weight: 700;
          font-size: 15px;
          text-transform: none;
          color: #06083b;
          border-bottom: 0;
          background: #f0f0f0 !important; }
        .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tfoot tr td {
          font-family: 'Roboto';
          font-weight: 400;
          font-size: 15px;
          color: #06083b;
          padding-left: 0;
          border-bottom: 0;
          text-align: right;
          padding-right: 30px;
          background: #f0f0f0 !important; }
        .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tfoot tr:first-child td .amount {
          font-weight: 400; }
        .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .customer_details {
          border-left: solid 30px #f0f0f0;
          border-right: solid 30px #f0f0f0;
          border-top: solid 16px #f0f0f0;
          border-bottom: solid 16px #f0f0f0; }
          .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr th, .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr td {
            font-family: 'Roboto';
            color: #06083b;
            border-bottom: solid 1px #d8d8d8;
            background: #f0f0f0 !important;
            padding: 18px 0 18px 10px; }
          .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr th {
            font-weight: 400;
            text-transform: none;
            text-align: left;
            width: 30%; }
          .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr td {
            font-weight: 700;
            font-size: 15px; }
          .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr:last-child th, .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr:last-child td {
            border-bottom: 0 !important; }
      .splashAmericanFootball.woocommerce-order-received address {
        display: block;
        width: 100%;
        float: left;
        padding: 20px 40px;
        line-height: 60px;
        background: #f0f0f0;
        max-width: 100% !important; }
      .splashAmericanFootball.woocommerce-order-received .col2-set.addresses .col-1, .splashAmericanFootball.woocommerce-order-received .col2-set.addresses .col-2 {
        width: 100% !important; }
        .splashAmericanFootball.woocommerce-order-received .col2-set.addresses .col-1 address, .splashAmericanFootball.woocommerce-order-received .col2-set.addresses .col-2 address {
          max-width: 100% !important; }
      .splashAmericanFootball .stm-footer-image .text-center, .splashAmericanFootball .text-left, .splashAmericanFootball .text-right .heading-font span {
        font-size: 26px !important; }
        .splashAmericanFootball .stm-footer-image .text-center.stm-text, .splashAmericanFootball .text-left.stm-text, .splashAmericanFootball .text-right .heading-font span.stm-text {
          margin-top: -15px !important; }
      .splashAmericanFootball .stm-single-post-loop-list {
        display: block; }
        .splashAmericanFootball .stm-single-post-loop-list > a {
          display: block !important;
          width: 100% !important;
          float: inherit !important; }
        .splashAmericanFootball .stm-single-post-loop-list .stm-post-content-inner {
          display: block;
          width: 100% !important;
          float: inherit;
          padding: 20px 0 0 0; }
          .splashAmericanFootball .stm-single-post-loop-list .stm-post-content-inner .post-meta {
            position: relative; }
      .splashAmericanFootball.woocommerce-page.single-product .stm-badge-wrapper.stm-thumb-num-0 {
        margin-left: 9px;
        padding-left: 9px; }
        .splashAmericanFootball.woocommerce-page.single-product .stm-badge-wrapper.stm-thumb-num-0 .onsale {
          left: 0 !important; }
      .splashAmericanFootball.woocommerce-page.single-product .stm-badge-wrapper .onsale {
        position: absolute;
        top: 9px;
        left: 130px; }
      .splashAmericanFootball .stm-footer-image .inner .heading-font {
        font-size: 29px !important;
        line-height: 30px !important; }
        .splashAmericanFootball .stm-footer-image .inner .heading-font span {
          float: left;
          clear: both; }
      .splashAmericanFootball .stm-footer-image .text-center .stm-btn-text-wrapper {
        float: inherit !important;
        min-width: inherit; }
      .splashAmericanFootball .stm-footer-image .text-left .stm-btn-text-wrapper {
        float: inherit !important; }
      .splashAmericanFootball .stm-footer-image .text-right .stm-btn-text-wrapper {
        float: inherit !important; }
      .splashAmericanFootball #stm-footer-bottom .footer-bottom-left {
        float: inherit !important;
        text-align: center;
        width: 100%; }
        .splashAmericanFootball #stm-footer-bottom .footer-bottom-left .footer-bottom-left-text {
          display: block;
          width: auto;
          float: inherit !important;
          margin: 0 auto; }
      .splashAmericanFootball #stm-footer-bottom .footer-bottom-right {
        display: block;
        width: 100%;
        float: left;
        text-align: center; }
        .splashAmericanFootball #stm-footer-bottom .footer-bottom-right .footer-bottom-right-text {
          display: inline-block;
          width: auto;
          float: inherit !important;
          margin: 10px auto; }
        .splashAmericanFootball #stm-footer-bottom .footer-bottom-right .footer-socials-unit {
          display: block;
          clear: both;
          float: inherit !important;
          margin: 0 auto; } }
  @media (max-width: 500px) {
    .splashAmericanFootball .stm-team-history .stm-team-history-single .stm-team-history-linked {
      display: none; }
    .splashAmericanFootball .stm-team-history .stm-team-history-single .clearfix > div {
      margin-top: 15px;
      width: 100%;
      float: none; }
    .splashAmericanFootball .stm-media-tabs-nav {
      margin-bottom: 20px;
      clear: both; }
    .splashAmericanFootball .stm-main-title-unit {
      margin-bottom: 20px; }
    .splashAmericanFootball .stm-single-player-vc_stats {
      padding-right: 15px;
      padding-left: 15px;
      padding-top: 15px; }
      .splashAmericanFootball .stm-single-player-vc_stats .image {
        max-height: 240px;
        width: 100%;
        position: static !important;
        -webkit-transform: none !important;
                transform: none !important;
        overflow: hidden; }
      .splashAmericanFootball .stm-single-player-vc_stats .stm-statistic-meta {
        padding-top: 30px;
        padding-bottom: 30px; }
    .splashAmericanFootball .stm-player-statistic-unit .owl-nav {
      position: static;
      margin-left: 15px;
      padding-bottom: 30px; }
    .splashAmericanFootball .footer-widgets-wrapper .stm-cols-4 aside {
      width: 100% !important; }
    .splashAmericanFootball aside.widget .widget_title,
    .splashAmericanFootball aside.widget .widget-title {
      margin-top: 0; }
    .splashAmericanFootball #stm-footer-bottom .footer-bottom-left {
      float: none;
      width: 100%;
      text-align: center; }
    .splashAmericanFootball #stm-footer-bottom .footer-bottom-right .footer-bottom-right-text {
      margin-bottom: 15px;
      float: none;
      width: 100%;
      text-align: center; }
    .splashAmericanFootball #stm-footer-bottom .footer-bottom-right .footer-socials-title {
      margin-right: 0 !important;
      position: static !important;
      text-align: center;
      display: block !important; }
    .splashAmericanFootball .menu-widget-menu-container li {
      width: 100%; }
    .splashAmericanFootball .stm-footer-image {
      height: 230px; }
    .splashAmericanFootball .stm-footer-image .inner {
      padding-top: 30px; }
    .splashAmericanFootball .stm-reviews .stm-review-container .content {
      margin: 0; }
    .splashAmericanFootball .stm-media-tabs .stm-media-tabs-nav ul li a {
      padding-top: 5px;
      padding-left: 0; }
    .splashAmericanFootball .stm-single-league .data-rank {
      display: none; }
    .splashAmericanFootball .stm-single-league .data-name {
      padding-left: 15px; }
    .splashAmericanFootball .stm-title-left {
      float: none; }
    .splashAmericanFootball .stm-main-title-unit {
      margin-bottom: 10px !important; }
    .splashAmericanFootball .stm-reviews-controls {
      padding-left: 0;
      margin-bottom: 20px; }
    .splashAmericanFootball .stm-reviews-carosel-wrapper {
      margin-left: 0; }
    .splashAmericanFootball .stm-next-match-units .stm-next-match-unit .stm-next-match-time .heading-font span:after {
      display: none; }
    .splashAmericanFootball .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents {
      display: block; }
    .splashAmericanFootball .stm-next-match-units .stm-next-match-unit .stm-next-match-time .heading-font span {
      display: block; }
    .splashAmericanFootball .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command {
      display: block;
      margin-bottom: 50px;
      width: 100%; }
      .splashAmericanFootball .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command.stm-command-right {
        padding-left: 0; }
    .splashAmericanFootball .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command-vs {
      display: block;
      margin-bottom: 20px;
      width: 100%; }
    .splashAmericanFootball .stm-next-match-title {
      float: none; }
    .splashAmericanFootball .stm-carousel-controls-right {
      margin-bottom: 20px;
      margin-left: -6px;
      text-align: left; }
    .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit {
      width: 100% !important; }
      .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit img {
        width: 100%; }
    .splashAmericanFootball .stm-title-box-unit {
      padding-top: 30px;
      padding-bottom: 30px; }
    .splashAmericanFootball .stm-demo-typography .wpb_content_element .wpb_wrapper {
      padding-left: 50px; }
    .splashAmericanFootball #main {
      padding-bottom: 20px; }
    .splashAmericanFootball .mc4wp-form .mc4wp-form-fields p {
      float: none; }
      .splashAmericanFootball .mc4wp-form .mc4wp-form-fields p:first-child {
        width: 100%; }
      .splashAmericanFootball .mc4wp-form .mc4wp-form-fields p:nth-child(2) {
        width: 100%; }
    .splashAmericanFootball .stm-single-sp_calendar {
      margin: 0 -15px; }
    .splashAmericanFootball .stm-single-sp_event {
      margin: 0 -15px; }
    .splashAmericanFootball .stm-next-match-main-meta {
      padding: 0 15px; }
    .splashAmericanFootball .stm-single-sp_event table.sp-data-table th:first-child, .splashAmericanFootball .stm-single-sp_event table.sp-data-table td:first-child {
      padding-left: 10px; }
    .splashAmericanFootball .stm_author_box .author_avatar {
      float: none;
      margin-bottom: 15px; }
    .splashAmericanFootball .stm_post_comments .comment-list li.comment .comment-author-image {
      float: none;
      margin: 15px 0; }
    .splashAmericanFootball .stm_post_comments .comment-list li .children {
      padding-left: 0; }
    .splashAmericanFootball .stm-donations-content .stm-donation-inner .image {
      float: none;
      margin-bottom: 30px; }
    .splashAmericanFootball .stm-single-donation .stm-donation-cash {
      float: none;
      margin-bottom: 20px; }
    .splashAmericanFootball .stm-single-donation .stm-donate {
      text-align: left; }
    .splashAmericanFootball .stm-single-donation .stm-donation-cash .heading-font {
      display: block;
      margin-bottom: 5px; }
      .splashAmericanFootball .stm-single-donation .stm-donation-cash .heading-font:after {
        display: none; }
    .splashAmericanFootball .stm-title-box-title-wrapper h3 {
      float: none; }
    .splashAmericanFootball .stm-title-box-title-wrapper .stm-shop-categories .stm-shop-category {
      display: block;
      margin-right: 0; }
    .splashAmericanFootball ul.page-numbers {
      margin: 20px -5px 20px; }
    .splashAmericanFootball .stm-thumnails-single-product-wrapper {
      display: none; }
    .splashAmericanFootball .woocommerce-variation {
      float: none;
      text-align: left; }
    .splashAmericanFootball .woocommerce-checkout-review-order-table th.product-thumbnail, .splashAmericanFootball .shop_table_responsive.cart th.product-thumbnail {
      display: none; }
    .splashAmericanFootball .cart_item .product-thumbnail {
      display: none; }
    .splashAmericanFootball .woocommerce-checkout-review-order-table td.product-name, .splashAmericanFootball .shop_table_responsive.cart td.product-name,
    .splashAmericanFootball .woocommerce-checkout-review-order-table th.product-name, .splashAmericanFootball .shop_table_responsive.cart th.product-name {
      padding-left: 15px; }
    .splashAmericanFootball .woocommerce-checkout-review-order-table td.actions .stm-actions-right .wc-proceed-to-checkout, .splashAmericanFootball .shop_table_responsive.cart td.actions .stm-actions-right .wc-proceed-to-checkout {
      margin-left: 0;
      margin-top: 15px; }
    .splashAmericanFootball .woocommerce-checkout-review-order-table td.actions .coupon .input-text, .splashAmericanFootball .shop_table_responsive.cart td.actions .coupon .input-text {
      top: 0;
      margin-bottom: 15px; }
    .splashAmericanFootball .woocommerce-checkout-review-order-table td.actions .coupon, .splashAmericanFootball .shop_table_responsive.cart td.actions .coupon {
      margin-bottom: 15px; }
    .splashAmericanFootball .stm-cart-totals {
      padding-bottom: 30px; } }
  @media (max-width: 450px) {
    .splashAmericanFootball {
      /*REVOLUTION SLIDER*/ }
      .splashAmericanFootball .rev_slider .slider-date {
        display: block;
        font-weight: 400;
        padding: 6px 10px !important;
        background: #da9a29;
        color: #06083b !important;
        clear: both; }
      .splashAmericanFootball .rev_slider .slider-title {
        display: block;
        overflow: hidden;
        line-height: 63px !important; }
        .splashAmericanFootball .rev_slider .slider-title .first_text {
          color: #da9a29;
          font-size: 30px !important;
          letter-spacing: 0px !important;
          line-height: 35px !important;
          padding: 11px 11px 5px !important;
          display: inline-block; }
        .splashAmericanFootball .rev_slider .slider-title .second_text {
          font-size: 30px !important;
          letter-spacing: 0px !important;
          line-height: 34px !important;
          padding: 5px 11px 11px 15px !important;
          display: inline-block;
          margin-top: -35px !important; }
        .splashAmericanFootball .rev_slider .slider-title span {
          display: block;
          overflow: hidden;
          background: rgba(6, 8, 52, 0.5);
          padding: 10px !important;
          font-weight: 400;
          text-transform: uppercase;
          letter-spacing: 0; }
      .splashAmericanFootball .rev_slider .slider-description {
        -webkit-transition: none;
        transition: none;
        text-align: inherit;
        line-height: 30px;
        border-width: 0px;
        margin: 0px;
        padding: 0px;
        letter-spacing: 1px;
        font-weight: 400;
        font-size: 16px; }
      .splashAmericanFootball .rev_slider .stm-slider-overlay {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), transparent);
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), transparent) !important;
        background: linear-gradient(rgba(0, 0, 0, 0.7), transparent) !important;
        opacity: 1 !important;
        visibility: visible !important; }
      .splashAmericanFootball .rev_slider .tp-leftarrow {
        opacity: 1 !important;
        visibility: visible !important;
        background: transparent !important; }
        .splashAmericanFootball .rev_slider .tp-leftarrow:hover:before {
          background: #da9a29;
          color: #06083b; }
        .splashAmericanFootball .rev_slider .tp-leftarrow:before {
          display: block;
          overflow: hidden;
          content: "\f104" !important;
          font-family: 'FontAwesome';
          background: #da9a29;
          padding: 21px 10px 11px 17px;
          height: 70px;
          margin: 0;
          color: white;
          font-size: 48px;
          position: absolute;
          top: 0;
          left: 0;
          line-height: 26px !important;
          z-index: 10; }
        .splashAmericanFootball .rev_slider .tp-leftarrow:after {
          position: absolute;
          content: '';
          display: block;
          top: 0;
          right: 18px;
          min-height: 70px;
          width: 32px;
          background: #da9a29;
          -webkit-transform: skew(-14deg, 0deg);
                  transform: skew(-14deg, 0deg);
          z-index: 5; }
        .splashAmericanFootball .rev_slider .tp-leftarrow .tp-arr-allwrapper {
          opacity: 0 !important;
          visibility: hidden !important;
          background: transparent !important; }
      .splashAmericanFootball .rev_slider .tp-rightarrow {
        opacity: 1 !important;
        visibility: visible !important;
        background: transparent !important; }
        .splashAmericanFootball .rev_slider .tp-rightarrow:hover:before {
          background: #da9a29;
          color: #06083b; }
        .splashAmericanFootball .rev_slider .tp-rightarrow:before {
          display: block;
          overflow: hidden;
          content: "\f105" !important;
          font-family: 'FontAwesome' !important;
          background: #da9a29;
          height: 70px;
          padding: 21px 17px 18px 10px;
          margin: 0 0 0 13px;
          color: white;
          font-size: 48px;
          position: absolute;
          top: 0;
          right: 0;
          line-height: 26px !important;
          z-index: 10; }
        .splashAmericanFootball .rev_slider .tp-rightarrow:after {
          position: absolute;
          content: '';
          display: block;
          top: 0px;
          left: 18px;
          min-height: 70px;
          width: 32px;
          background: #da9a29;
          -webkit-transform: skew(-14deg, 0deg);
                  transform: skew(-14deg, 0deg);
          z-index: 5; }
        .splashAmericanFootball .rev_slider .tp-rightarrow .tp-arr-allwrapper {
          opacity: 0 !important;
          visibility: hidden !important;
          background: transparent !important; }
      .splashAmericanFootball .stm-coach-excerption-wrapp .stm-data-wrapp .stm-photo-wrapp {
        padding-right: 30px;
        overflow: inherit; }
        .splashAmericanFootball .stm-coach-excerption-wrapp .stm-data-wrapp .stm-photo-wrapp:before {
          font-size: 35px;
          top: 97%;
          left: 0; }
      .splashAmericanFootball .stm-coach-excerption-wrapp .stm-data-wrapp .stm-excerption-wrapp {
        margin-top: 10px; }
        .splashAmericanFootball .stm-coach-excerption-wrapp .stm-data-wrapp .stm-excerption-wrapp .stm-excerption {
          padding-top: 0; }
      .splashAmericanFootball .stm-contact-form > div {
        margin-left: 9px; }
      .splashAmericanFootball.page-template-coming-soon #wrapper {
        height: 100vh !important; }
        .splashAmericanFootball.page-template-coming-soon #wrapper .wpb_single_image:first-child {
          margin-bottom: 10px !important; }
        .splashAmericanFootball.page-template-coming-soon #wrapper .wpb_text_column:first-child {
          margin-bottom: 30px; }
      .splashAmericanFootball.page-template-coming-soon .wpb_single_image {
        margin-bottom: 10px; }
        .splashAmericanFootball.page-template-coming-soon .wpb_single_image figure a img {
          max-width: 50% !important; }
      .splashAmericanFootball.page-template-coming-soon h2 {
        font-size: 20px; }
      .splashAmericanFootball.page-template-coming-soon .stm-footer {
        display: none; }
      .splashAmericanFootball.error404 #wrapper #main .stm-default-page-404 .stm-404-warning {
        font-size: 170px;
        line-height: 200px; }
      .splashAmericanFootball .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command {
        padding-top: 80px !important;
        margin-bottom: 10px !important; }
      .splashAmericanFootball .stm-countdown-wrapper {
        display: block;
        overflow: hidden;
        width: 100%;
        text-align: center; }
        .splashAmericanFootball .stm-countdown-wrapper time {
          display: block;
          overflow: hidden;
          height: 100px;
          line-height: 55px; }
          .splashAmericanFootball .stm-countdown-wrapper time span {
            display: inline-block;
            overflow: hidden;
            min-width: 60px;
            height: 100%;
            padding: 0 !important;
            border: solid 2px #da9a29;
            font-family: 'Oswald' !important;
            font-weight: 300;
            font-size: 28px;
            color: #fff;
            margin: 0 10px 0 0 !important; }
            .splashAmericanFootball .stm-countdown-wrapper time span:last-child {
              margin: 0 !important; }
            .splashAmericanFootball .stm-countdown-wrapper time span small {
              display: block;
              overflow: hidden;
              border-top: solid 1px #da9a29;
              padding: 5px 5px 0;
              color: #fff;
              font-family: 'Roboto';
              font-size: 16px;
              font-weight: 300;
              line-height: 30px; }
      .splashAmericanFootball .stm-form-bg p {
        width: 100%; }
      .splashAmericanFootball .shop_attributes tbody tr th, .splashAmericanFootball .shop_attributes tbody tr td {
        background: transparent !important;
        padding-left: 5px;
        border-bottom: solid 1px #d8d8d8 !important; }
      .splashAmericanFootball .stm-ipad-none {
        display: block !important; }
      .splashAmericanFootball .stm-ipad-block {
        display: none !important; }
      .splashAmericanFootball h1 {
        font-size: 42px; }
      .splashAmericanFootball h2 {
        font-size: 30px;
        margin-bottom: 0;
        line-height: 35px; }
      .splashAmericanFootball h3 {
        font-size: 24px; }
      .splashAmericanFootball h4 {
        font-size: 18px; }
      .splashAmericanFootball h5 {
        font-size: 14px; }
      .splashAmericanFootball h6 {
        font-size: 12px; }
      .splashAmericanFootball .stm-cart-af .fa-shopping-cart:before {
        content: "\e914" !important;
        font-family: "stm-splash-icons" !important;
        font-size: 19px; }
      .splashAmericanFootball .stm-cart-af .list-badge {
        position: relative;
        top: -10px;
        left: -13px; }
        .splashAmericanFootball .stm-cart-af .list-badge .stm-current-items-in-cart {
          margin-left: 0 !important; }
      .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit {
        width: 100% !important; }
        .splashAmericanFootball .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit img {
          width: 100%; }
      .splashAmericanFootball .stm-team-history .stm-team-history-single .stm-team-history-linked {
        width: 10%; }
      .splashAmericanFootball .stm-team-history .stm-team-history-single .year {
        width: 12%; }
      .splashAmericanFootball .stm-team-history .stm-team-history-single .stm-team-history-content {
        float: right !important;
        width: 75%; }
      .splashAmericanFootball .stm-single-sp_table-league .sp-league-table .data-name .team-logo {
        display: none; }
      .splashAmericanFootball .stm-single-sp_table-league .sp-league-table .data-name {
        line-height: 20px; }
      .splashAmericanFootball .stm-single-block-event-list .stm-single-block-event-list-top .venue,
      .splashAmericanFootball .stm-single-block-event-list .stm-single-block-event-list-top .time {
        float: none;
        margin-top: 15px;
        text-align: center; }
      .splashAmericanFootball .stm-future-event-list-time {
        margin-top: 15px;
        margin-bottom: 15px; }
        .splashAmericanFootball .stm-future-event-list-time span {
          display: block; }
          .splashAmericanFootball .stm-future-event-list-time span:after {
            display: none; }
      .splashAmericanFootball .stm-single-block-event-list .stm-single-block-unit .stm-team-logo {
        display: none; }
      .splashAmericanFootball .stm-single-block-event-list .stm-single-block-unit .stm-teams-info {
        width: 100%;
        display: block; }
      .splashAmericanFootball .stm-single-block-event-list .stm-single-block-unit .stm-teams-info > div {
        display: block;
        text-align: center;
        margin: 10px 0; }
      .splashAmericanFootball .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta {
        float: none;
        padding-left: 0;
        text-align: left; }
        .splashAmericanFootball .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta .price {
          right: inherit;
          left: 0; }
      .splashAmericanFootball .stm-single-product-loop .stm-product-content-loop-inner .clearfix .title {
        float: none;
        width: 100%; }
      .splashAmericanFootball .stm-single-product-content-right {
        margin-top: 20px; }
      .splashAmericanFootball .woocommerce-tabs {
        margin: 30px -15px; }
      .splashAmericanFootball .stm-fullwidth-row-js {
        margin: 0 -15px !important; }
      .splashAmericanFootball .woocommerce-tabs .commentlist li img {
        float: none;
        margin: 0 0 15px; }
      .splashAmericanFootball .woocommerce p.stars a {
        display: block;
        border: 0 !important; }
      .splashAmericanFootball .woocommerce-info, .splashAmericanFootball .woocommerce-message {
        padding: 15px; }
      .splashAmericanFootball .woocommerce-info .button, .splashAmericanFootball .woocommerce-message .button {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        right: inherit;
        margin-bottom: 15px;
        text-align: center; }
      .splashAmericanFootball .woocommerce-checkout-review-order-table td.product-name a, .splashAmericanFootball .shop_table_responsive.cart td.product-name a {
        font-size: 16px; }
      .splashAmericanFootball .col2-set .col-2,
      .splashAmericanFootball .col2-set .col-1 {
        width: 100%; }
      .splashAmericanFootball .customer_details tr td, .splashAmericanFootball .order_details tr td.product-total, .splashAmericanFootball .woocommerce-checkout-review-order-table tr td.product-total {
        padding-right: 15px; }
      .splashAmericanFootball .myaccount_user, .splashAmericanFootball .myaccount_address {
        padding-right: 0; }
      .splashAmericanFootball .my_account_orders tr {
        display: table-row; }
      .splashAmericanFootball .my_account_orders td, .splashAmericanFootball .my_account_orders th {
        padding: 15px !important;
        width: 100%;
        display: table-cell; }
        .splashAmericanFootball .my_account_orders td.order-actions, .splashAmericanFootball .my_account_orders th.order-actions {
          text-align: left; }
      .splashAmericanFootball .stm-team-staff-list .stm-single-staff {
        width: 100%; }
        .splashAmericanFootball .stm-team-staff-list .stm-single-staff .stm-staff-info-wrapp .col-sm-12 {
          width: 100% !important; }
        .splashAmericanFootball .stm-team-staff-list .stm-single-staff .stm-staff-info-wrapp .stm-staff-img-wrapp {
          margin-bottom: 20px; }
          .splashAmericanFootball .stm-team-staff-list .stm-single-staff .stm-staff-info-wrapp .stm-staff-img-wrapp img {
            display: block;
            overflow: hidden;
            margin: 0 auto; }
      .splashAmericanFootball .stm-single-player-vc_stats .image {
        position: static;
        margin: 15px 0 0 -15px; }
      .splashAmericanFootball .stm-single-player-vc_stats {
        padding-left: 15px; }
        .splashAmericanFootball .stm-single-player-vc_stats .stm-statistic-meta {
          min-height: inherit;
          padding-bottom: 40px;
          padding-top: 20px; }
          .splashAmericanFootball .stm-single-player-vc_stats .stm-statistic-meta .stat {
            position: static; }
      .splashAmericanFootball .stm_af_latest_results_wrapper h2 {
        margin-bottom: 15px; }
      .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units {
        padding-top: 10px; }
        .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-mobile-teams-name {
          padding-bottom: 5px; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-mobile-teams-name .row .col-xs-6:first-child {
            padding: 0 5px 0 15px; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-mobile-teams-name .row .col-xs-6:last-child {
            padding: 0 15px 0 5px; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-mobile-teams-name .row .col-xs-6 .teamNameLeftWrapper {
            text-align: left; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-mobile-teams-name .row .col-xs-6 .teamNameRightWrapper {
            text-align: right; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-mobile-teams-name .row .col-xs-6 .teamHome {
            font-size: 14px;
            font-weight: 400; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-mobile-teams-name .row .col-xs-6 .stm-latest-result-team {
            line-height: 30px; }
            .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-mobile-teams-name .row .col-xs-6 .stm-latest-result-team a {
              font-size: 22px;
              text-overflow: ellipsis;
              white-space: nowrap; }
        .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row {
          position: relative;
          margin: 0; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-20 {
            width: 23% !important;
            padding: 0; }
            .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-20:first-child .stmLeftHelmsWrapp {
              max-height: 65px; }
              .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-20:first-child .stmLeftHelmsWrapp img:last-child {
                display: block;
                overflow: hidden;
                width: 100%; }
            .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-20:last-child .stmRightHelmsWrapp {
              max-width: 64px; }
              .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-20:last-child .stmRightHelmsWrapp img:last-child {
                display: block;
                overflow: hidden;
                width: 100%; }
            .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-20 .stmLeftHelmsWrapp, .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-20 .stmRightHelmsWrapp {
              padding-top: 0; }
            .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-20 .stmLeftHelmsWrapp img:first-child {
              display: none; }
            .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-20 .stmLeftHelmsWrapp img:last-child {
              position: relative;
              left: 0;
              min-width: 60px; }
            .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-20 .stmRightHelmsWrapp img:first-child {
              display: none; }
            .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-20 .stmRightHelmsWrapp img:last-child {
              position: relative;
              right: 0;
              min-width: 60px; }
          .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-60 {
            display: inline-block;
            width: 54% !important; }
            .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-60 .stm-custom-row {
              margin-bottom: 15px;
              text-align: center; }
              .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-60 .stm-custom-row .col-35 {
                display: none !important; }
              .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-60 .stm-custom-row .col-15 {
                display: inline-block;
                width: 40%;
                padding: 0;
                float: inherit; }
                .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-60 .stm-custom-row .col-15 .stmPointsWrapp .stmPointWin, .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-60 .stm-custom-row .col-15 .stmPointsWrapp .stmPointLose {
                  padding: 13px;
                  font-size: 30px;
                  line-height: 30px; }
            .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stm-custom-row .col-60 .teamHome {
              display: none; }
        .splashAmericanFootball .stm_af_latest_results_wrapper .stm-latest-results-units .stmTopWrapper {
          text-align: center; }
      .splashAmericanFootball .stm-next-match .stm-next-match-header h3 {
        max-width: 59%; }
      .splashAmericanFootball .stm-next-match .stm-next-match-header .stm-next-match-upcoming {
        display: inline-block;
        max-width: 42%;
        line-height: 20px; }
      .splashAmericanFootball .stm-next-match .stm-next-match-units {
        width: 100%; }
        .splashAmericanFootball .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .splashAmericanFootball .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command .stm-command-logo {
            display: block;
            overflow: hidden;
            width: 100%; }
            .splashAmericanFootball .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command .stm-command-logo img {
              width: 60%; }
          .splashAmericanFootball .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command-right .stm-command-logo {
            display: block;
            overflow: hidden;
            width: 100%;
            left: 0;
            right: inherit;
            -webkit-transform: translateX(0);
            transform: translateX(0); }
          .splashAmericanFootball .stm-next-match .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command-vs {
            padding-top: 30px; }
      .splashAmericanFootball .stm-single-league .stm-single-league-title_box h4 {
        width: 60%; }
      .splashAmericanFootball .stm-single-league .stm-single-league-title_box a {
        max-width: 40%; }
      .splashAmericanFootball .stm-news-grid .stm-media-tabs-nav ul {
        display: block;
        overflow: scroll;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap; }
        .splashAmericanFootball .stm-news-grid .stm-media-tabs-nav ul li {
          display: inline-block; }
      .splashAmericanFootball .stm-news-grid .tab-content .stm-latest-news-wrapp .stm-latest-news-single {
        width: 100% !important; }
      .splashAmericanFootball .stm-player-statistic-unit .stm-single-player-vc_stats .col-sm-7 {
        width: 100%; }
        .splashAmericanFootball .stm-player-statistic-unit .stm-single-player-vc_stats .col-sm-7 .stm-statistic-meta .stm-custom-row .col-57 {
          width: 100%; }
          .splashAmericanFootball .stm-player-statistic-unit .stm-single-player-vc_stats .col-sm-7 .stm-statistic-meta .stm-custom-row .col-57 a {
            display: none; }
        .splashAmericanFootball .stm-player-statistic-unit .stm-single-player-vc_stats .col-sm-7 .stm-statistic-meta .stm-custom-row .col-43 {
          width: 100%; }
          .splashAmericanFootball .stm-player-statistic-unit .stm-single-player-vc_stats .col-sm-7 .stm-statistic-meta .stm-custom-row .col-43 a {
            display: inline-block !important; }
      .splashAmericanFootball .stm-player-statistic-unit .stm-single-player-vc_stats .col-sm-5 {
        display: none; }
      .splashAmericanFootball .stm-player-statistic-unit .owl-controls {
        display: none; }
      .splashAmericanFootball .stm-media-tabs .stm-media-tabs-nav {
        text-align: left; }
      .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .owl-controls {
        top: 99% !important; }
        .splashAmericanFootball .stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .owl-controls .owl-dots .owl-dot {
          margin: 0 8px; }
      .splashAmericanFootball .stm-tweets-wrapp .stm-latest-tweets .latest-tweets ul li {
        display: block;
        width: 100%;
        overflow: hidden; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row {
        width: 100% !important;
        text-align: left;
        padding: 0 !important; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row table tr td {
          border: 0 !important; }
      .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 aside {
        width: 100%; }
      .splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 .widget_contacts table tr td {
        display: block; }
      .splashAmericanFootball .owl-controls {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        overflow: visible;
        width: 100%;
        height: 40px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        .splashAmericanFootball .owl-controls .owl-nav {
          display: block;
          width: 100%;
          position: relative;
          top: 0;
          left: 0; }
          .splashAmericanFootball .owl-controls .owl-nav .owl-prev {
            top: 0 !important;
            left: -15px !important; }
            .splashAmericanFootball .owl-controls .owl-nav .owl-prev:before {
              content: "\f104";
              display: block;
              font-family: 'FontAwesome';
              background: #da9a29;
              padding: 1px 7px 2px 7px !important;
              height: 30px !important;
              margin: 0;
              color: white;
              font-size: 30px !important;
              z-index: 1; }
            .splashAmericanFootball .owl-controls .owl-nav .owl-prev:after {
              position: absolute;
              content: '';
              display: block;
              top: 0 !important;
              right: -6px !important;
              min-height: 30px !important;
              width: 10px !important;
              background: #da9a29;
              -webkit-transform: skew(-14deg, 0deg);
              transform: skew(-14deg, 0deg);
              z-index: 0; }
          .splashAmericanFootball .owl-controls .owl-nav .owl-next {
            left: 96.6% !important;
            right: inherit !important;
            top: 0 !important;
            width: 25px !important; }
            .splashAmericanFootball .owl-controls .owl-nav .owl-next:before {
              content: "\f105";
              font-family: 'FontAwesome';
              background: #da9a29;
              height: 30px !important;
              padding: 2px 7px 0 7px !important;
              margin: 0 !important;
              color: white;
              font-size: 30px !important;
              display: block; }
            .splashAmericanFootball .owl-controls .owl-nav .owl-next:after {
              position: absolute;
              content: '';
              display: block;
              top: 0;
              right: 0;
              left: -6px !important;
              min-height: 30px !important;
              width: 10px !important;
              background: #da9a29;
              -webkit-transform: skew(-14deg, 0deg);
              transform: skew(-14deg, 0deg);
              z-index: 0; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls {
        height: 30px !important; }
        .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls .owl-nav {
          display: block;
          width: 100%;
          position: relative;
          top: 0;
          left: 0; }
          .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls .owl-nav .owl-prev {
            top: 0 !important;
            left: 0 !important;
            -webkit-transform: inherit !important;
                    transform: inherit !important; }
            .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls .owl-nav .owl-prev:before {
              content: "\f104";
              display: block;
              font-family: 'FontAwesome';
              background: #da9a29;
              padding: 1px 7px 2px 7px !important;
              height: 30px !important;
              margin: 0;
              color: white;
              font-size: 30px !important;
              z-index: 1; }
            .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls .owl-nav .owl-prev:after {
              position: absolute;
              content: '';
              display: block;
              top: 0 !important;
              right: -6px !important;
              min-height: 30px !important;
              width: 10px !important;
              background: #da9a29;
              -webkit-transform: skew(-14deg, 0deg);
              transform: skew(-14deg, 0deg);
              z-index: 0; }
          .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls .owl-nav .owl-next {
            left: 91.6% !important;
            right: inherit !important;
            top: 0 !important;
            width: 25px !important;
            -webkit-transform: inherit !important;
                    transform: inherit !important; }
            .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls .owl-nav .owl-next:before {
              content: "\f105";
              font-family: 'FontAwesome';
              background: #da9a29;
              height: 30px !important;
              padding: 2px 7px 0 7px !important;
              margin: 0 !important;
              color: white;
              font-size: 30px !important;
              display: block; }
            .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-carousel-wrapp .owl-controls .owl-nav .owl-next:after {
              position: absolute;
              content: '';
              display: block;
              top: 0;
              right: 0;
              left: -6px !important;
              min-height: 30px !important;
              width: 10px !important;
              background: #da9a29;
              -webkit-transform: skew(-14deg, 0deg);
              transform: skew(-14deg, 0deg);
              z-index: 0; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(1) table tr td:nth-child(1) {
        width: 12%;
        padding: 3px 0 0 0; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(1) table tr td:nth-child(2) {
        width: 34%; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(1) table tr td:nth-child(3) {
        width: 53%; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(2) table tr td:nth-child(1) {
        width: 12%;
        padding: 3px 0 0 0; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(2) table tr td:nth-child(2) {
        width: 34%; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(2) table tr td:nth-child(3) {
        width: 53%; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(3) table tr td:nth-child(1) {
        width: 12%;
        padding: 3px 0 0 0; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(3) table tr td:nth-child(2) {
        width: 34%; }
      .splashAmericanFootball .stm-carousel-with-data-wrapp .stm-cwd-data-wrapp .stm-data-row:nth-child(3) table tr td:nth-child(3) {
        width: 53%; }
      .splashAmericanFootball .stm-trophy-carousel .owl-nav .owl-prev:before {
        content: "\f104";
        font-family: 'FontAwesome';
        background: #da9a29;
        padding: 0 7px 2px 7px;
        height: 70px;
        margin: 0;
        color: white;
        font-size: 30px;
        z-index: 1; }
      .splashAmericanFootball .stm-trophy-carousel .owl-nav .owl-prev:after {
        position: absolute;
        content: '';
        display: block;
        top: -3px;
        right: -6px;
        min-height: 32px;
        width: 10px;
        background: #da9a29;
        -webkit-transform: skew(-14deg, 0deg);
        transform: skew(-14deg, 0deg);
        z-index: 0; }
      .splashAmericanFootball .stm-trophy-carousel .owl-nav .owl-next:before {
        content: "\f105";
        font-family: 'FontAwesome';
        background: #da9a29;
        height: 32px;
        padding: 3px 7px 0 7px;
        margin: 0 0 0 13px;
        color: white;
        font-size: 30px;
        display: block; }
      .splashAmericanFootball .stm-trophy-carousel .owl-nav .owl-next:after {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        right: 0;
        left: 7px;
        min-height: 32px;
        width: 10px;
        background: #da9a29;
        -webkit-transform: skew(-14deg, 0deg);
        transform: skew(-14deg, 0deg);
        z-index: 0; }
      .splashAmericanFootball .stm-image-slider .stm-slider-control-prev {
        width: 27px;
        height: 30px;
        line-height: 30px; }
        .splashAmericanFootball .stm-image-slider .stm-slider-control-prev:after {
          position: absolute;
          content: '';
          display: block;
          top: 0;
          right: -5px;
          min-height: 30px;
          width: 10px;
          background: #da9a29;
          -webkit-transform: skew(-14deg, 0deg);
          transform: skew(-14deg, 0deg);
          z-index: 0; }
      .splashAmericanFootball .stm-image-slider .stm-slider-control-next {
        width: 27px;
        height: 30px;
        line-height: 30px; }
        .splashAmericanFootball .stm-image-slider .stm-slider-control-next:after {
          position: absolute;
          content: '';
          display: block;
          top: 0;
          right: 0;
          left: -5px;
          min-height: 30px;
          width: 10px;
          background: #da9a29;
          -webkit-transform: skew(-14deg, 0deg);
          transform: skew(-14deg, 0deg);
          z-index: 0; }
      .splashAmericanFootball .stm-team-history .stm-team-history-single {
        padding-left: 0; }
      .splashAmericanFootball .stm-single-sp_team .sp-section-content-lists .stm-players-inline .sp-table-caption {
        text-align: left; }
      .splashAmericanFootball .stm-single-sp_team .sp-section-content-lists .stm-players-inline table thead tr th {
        font-size: 14px;
        padding: 12px 0 10px 13px; }
      .splashAmericanFootball .stm-single-sp_team .sp-section-content-lists .stm-players-inline table tbody tr td {
        font-size: 14px !important;
        padding: 10px 0 10px 15px; }
        .splashAmericanFootball .stm-single-sp_team .sp-section-content-lists .stm-players-inline table tbody tr td a {
          font-size: 14px !important; }
      .splashAmericanFootball .stm-single-sp_team .sp-section-content-tables .sp-table-caption {
        text-align: left; }
      .splashAmericanFootball .stm-single-sp_team .sp-section-content-tables .sp-template-league-table table thead tr th {
        font-size: 14px;
        padding: 12px 0 10px 13px; }
      .splashAmericanFootball .stm-single-sp_team .sp-section-content-tables .sp-template-league-table table tbody tr td {
        font-size: 14px !important;
        padding: 10px 0 10px 15px; }
      .splashAmericanFootball .stm-single-sp_player .sp-section-content-photo {
        width: 100%; }
      .splashAmericanFootball .stm-single-sp_player .sp-section-content-details {
        width: 100%;
        float: inherit;
        text-align: left; }
        .splashAmericanFootball .stm-single-sp_player .sp-section-content-details .sp-template-player-details .sp-player-details .single-info .st-value {
          width: 57% !important; }
      .splashAmericanFootball .stm-player-quick-stats {
        margin-bottom: 40px; }
      .splashAmericanFootball .sp-player-statistics.sp-data-table.sp-scrollable-table tr th, .splashAmericanFootball .sp-player-statistics.sp-data-table.sp-scrollable-table tr td {
        font-size: 14px !important;
        padding: 12px 10px 9px 15px; }
      .splashAmericanFootball .stm-media-archive {
        padding-top: 0 !important; }
      .splashAmericanFootball .stm-default-page-grid .row-3 .col-md-4 {
        clear: inherit; }
      .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop a {
        width: 100%; }
        .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop a img {
          width: 100%; }
        .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop a .title {
          text-overflow: ellipsis;
          word-wrap: break-word;
          line-height: 28px;
          max-height: 32px; }
      .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop .post-meta .stm-cat-list-wrapp {
        display: inline-block;
        width: auto; }
      .splashAmericanFootball .stm-default-page-grid .stm-single-post-loop .post-meta .comments-number {
        display: inline-block;
        width: auto;
        margin-left: 10px; }
      .splashAmericanFootball .stm-single-sp_table-league .sp-league-table tr th, .splashAmericanFootball .stm-single-sp_table-league .sp-league-table tr td {
        font-size: 14px !important;
        padding: 12px 10px 9px 15px !important; }
      .splashAmericanFootball .stm-single-sp_table-league .sp-league-table tr td.data-name .team-logo {
        max-width: 33px;
        height: auto; }
      .splashAmericanFootball .stm-players .stm-list-single-player .stm-list-single-player-info {
        background: #06083b; }
        .splashAmericanFootball .stm-players .stm-list-single-player .stm-list-single-player-info .inner {
          padding-left: 10px; }
          .splashAmericanFootball .stm-players .stm-list-single-player .stm-list-single-player-info .inner .player-number {
            margin-right: 10px; }
          .splashAmericanFootball .stm-players .stm-list-single-player .stm-list-single-player-info .inner .player-title {
            margin-right: 10px; }
      .splashAmericanFootball .sp-event-list.sp-data-table tr th {
        display: none; }
      .splashAmericanFootball .sp-event-list.sp-data-table tr td {
        display: block; }
      .splashAmericanFootball .stm-calendar-page {
        margin: 0 !important; }
      .splashAmericanFootball .stm-upcoming-events_list ul li .event_date {
        position: static;
        width: 100%;
        padding: 15px;
        margin-bottom: 15px;
        background: #43445c; }
        .splashAmericanFootball .stm-upcoming-events_list ul li .event_date .date {
          position: static;
          -webkit-transform: none;
                  transform: none; }
      .splashAmericanFootball .stm-upcoming-events_list ul li {
        padding: 0;
        padding-bottom: 25px;
        background: #f0f0f0;
        margin-bottom: 20px; }
        .splashAmericanFootball .stm-upcoming-events_list ul li .clearfix {
          padding: 0 15px;
          text-align: center; }
      .splashAmericanFootball .stm-upcoming-events_list ul li .commands {
        float: none; }
        .splashAmericanFootball .stm-upcoming-events_list ul li .commands .stadium {
          font-size: 14px; }
          .splashAmericanFootball .stm-upcoming-events_list ul li .commands .stadium .stm-icon-pin {
            opacity: 1; }
            .splashAmericanFootball .stm-upcoming-events_list ul li .commands .stadium .stm-icon-pin:before {
              content: "\e913";
              color: #da9a29;
              font-size: 16px; }
        .splashAmericanFootball .stm-upcoming-events_list ul li .commands .league {
          font-size: 14px; }
          .splashAmericanFootball .stm-upcoming-events_list ul li .commands .league .stm-icon-trophy {
            opacity: 1; }
            .splashAmericanFootball .stm-upcoming-events_list ul li .commands .league .stm-icon-trophy:before {
              content: "\e902";
              color: #da9a29;
              font-size: 16px; }
      .splashAmericanFootball .stm-upcoming-events_list ul li .read_more {
        margin: 0;
        float: none; }
        .splashAmericanFootball .stm-upcoming-events_list ul li .read_more a {
          margin-top: 20px; }
      .splashAmericanFootball .stm-upcoming-events_list ul li .commands h3 .stm-red {
        display: block; }
      .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-team-logo {
        display: none; }
      .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info {
        padding: 10px 0; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-title-team {
          text-align: center !important;
          width: 100%;
          max-width: 100% !important;
          padding: 0 !important; }
          .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-title-team .stm-team-city {
            display: none; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .opponent {
          margin-top: 0; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer {
          text-align: center;
          margin: 5px 0 15px;
          width: 100%; }
          .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result-win-label, .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer .stm-latest-result-lose-label {
            display: none; }
      .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-event-list-top {
        text-align: left;
        padding: 10px; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-event-list-top div {
          margin: 0;
          font-size: 12px !important; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-event-list-top .venue {
          padding-left: 10px;
          margin-left: 10px;
          line-height: 16px; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-event-list-top .stm-future-event-list-time {
          line-height: 16px; }
          .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-event-list-top .stm-future-event-list-time .time {
            margin-top: 0; }
        .splashAmericanFootball .stm-single-sp_calendar .sp-stm-template-event-blocks .stm-single-block-event-list .stm-single-block-event-list-top .stm-link-wrapp {
          display: none; }
      .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-command {
        display: none;
        visibility: hidden; }
      .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info {
        width: 100%;
        padding-top: 10px; }
        .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-left, .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-right {
          display: block;
          width: 100%;
          text-align: center; }
          .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-left .stm-team-city, .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-command-title-right .stm-team-city {
            display: none; }
        .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer {
          display: block;
          width: 100%;
          text-align: center;
          margin: 5px 0 10px; }
          .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result {
            display: inline-block; }
            .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-lose-label, .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-opponents-units .stm-next-match-opponents .stm-teams-info .stm-team-results-outer .stm-latest-result_result .stm-latest-result-win-label {
              display: none; }
      .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp {
        padding: 10px; }
        .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp .stm-next-match-info {
          display: block;
          text-align: center; }
        .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-logos .stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-match-info-wrapp .stm-next-match-venue {
          display: block;
          margin: 5px 0 0;
          padding: 0;
          text-align: center;
          border: 0; }
      .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content {
        padding: 0 15px; }
      .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-content {
        float: inherit;
        width: 100%;
        padding: 0 15px; }
      .splashAmericanFootball .sp_event .stm-single-sp_event .sp-section-content-video {
        width: 100%;
        margin: 0;
        padding: 15px; }
      .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta {
        letter-spacing: 0; }
        .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta .stm-meta-left-part {
          display: block;
          width: 50%;
          float: left; }
          .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta .stm-meta-left-part .stm-author {
            line-height: 15px; }
            .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta .stm-meta-left-part .stm-author .fa {
              margin-right: 2px; }
        .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta .stm-comments-num {
          display: block;
          width: 50%;
          float: right; }
        .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta .stm-cat-list-wrapp {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 50%;
          float: right;
          margin: 0;
          padding: 0; }
          .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta .stm-cat-list-wrapp ul {
            margin-left: 3px; }
            .splashAmericanFootball .stm-post-af-wrapp .stm-single-post-meta .stm-cat-list-wrapp ul li {
              margin: 0 3px 0 0; }
      .splashAmericanFootball .stm-post-af-wrapp .wpb_content_element {
        margin-bottom: 30px; }
      .splashAmericanFootball .stm-post-af-wrapp .stm-block-quote-wrapper {
        margin: 0 0 30px; }
      .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond h3 {
        font-family: 'Roboto';
        font-size: 16px;
        letter-spacing: 0;
        line-height: 20px;
        text-transform: none;
        max-width: 100%;
        margin-bottom: 15px; }
      .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond .comment-form-rating {
        position: inherit;
        margin-bottom: 0; }
        .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond .comment-form-rating .stars {
          margin-bottom: 0; }
          .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond .comment-form-rating .stars span a {
            display: inline-block !important; }
      .splashAmericanFootball.woocommerce-page.single-product .woocommerce-tabs .entry-content .comment-respond form .comment-form-comment {
        width: 100%;
        margin-right: 0; }
      .splashAmericanFootball .stm_post_comments .comments-area .comment-author.vcard .reply {
        position: relative !important;
        top: inherit !important;
        right: inherit !important; }
      .splashAmericanFootball .stm_post_comments .comments-area .children {
        padding-left: 30px !important; }
      .splashAmericanFootball .stm_post_comments .comment-respond .comment-form-comment {
        width: 100% !important; }
      .splashAmericanFootball .stm_post_comments .comment-respond .stm-row-comments {
        width: 100% !important; }
      .splashAmericanFootball .stm_post_comments .comment-respond .btn-md {
        width: 100%;
        text-align: center;
        margin-top: 25px; }
      .splashAmericanFootball .woocommerce-MyAccount-navigation {
        display: block;
        overflow: hidden;
        width: 100%;
        margin-bottom: 20px; }
        .splashAmericanFootball .woocommerce-MyAccount-navigation ul {
          font-size: 0; }
          .splashAmericanFootball .woocommerce-MyAccount-navigation ul li {
            float: left;
            display: block;
            padding: 0 !important;
            margin: 0 0 10px 0;
            clear: both; }
            .splashAmericanFootball .woocommerce-MyAccount-navigation ul li:first-child {
              padding-left: 0; }
            .splashAmericanFootball .woocommerce-MyAccount-navigation ul li:before {
              display: none; }
            .splashAmericanFootball .woocommerce-MyAccount-navigation ul li:hover a {
              color: #da9a29 !important; }
              .splashAmericanFootball .woocommerce-MyAccount-navigation ul li:hover a span {
                border-bottom-color: #da9a29; }
            .splashAmericanFootball .woocommerce-MyAccount-navigation ul li.is-active a {
              color: #da9a29 !important;
              border-bottom-color: #da9a29; }
            .splashAmericanFootball .woocommerce-MyAccount-navigation ul li a {
              padding: 0;
              display: block;
              font-family: 'Oswald';
              font-size: 14px;
              font-weight: 700;
              text-transform: uppercase;
              color: #06083b;
              text-decoration: none !important;
              border-bottom: 2px solid transparent; }
              .splashAmericanFootball .woocommerce-MyAccount-navigation ul li a:hover {
                color: #da9a29 !important;
                border-color: #da9a29; }
      .splashAmericanFootball .woocommerce-MyAccount-content address {
        max-width: 100% !important; }
      .splashAmericanFootball .woocommerce-MyAccount-content .col2-set .col-1, .splashAmericanFootball .woocommerce-MyAccount-content .col2-set .col-2 {
        width: 100% !important; }
        .splashAmericanFootball .woocommerce-MyAccount-content .col2-set .col-1 a, .splashAmericanFootball .woocommerce-MyAccount-content .col2-set .col-2 a {
          position: relative; }
      .splashAmericanFootball .woocommerce-MyAccount-content form p {
        max-width: 100% !important; }
      .splashAmericanFootball .woocommerce-MyAccount-content form legend {
        width: 100% !important; }
      .splashAmericanFootball .shop_table.shop_table_responsive.cart tr th {
        padding: 5px 20px 5px 0 !important;
        text-align: left; }
      .splashAmericanFootball .shop_table.shop_table_responsive.cart tr td {
        width: 100% !important;
        padding: 5px 20px 5px 0 !important; }
        .splashAmericanFootball .shop_table.shop_table_responsive.cart tr td .coupon {
          display: block;
          overflow: hidden;
          width: 100%; }
          .splashAmericanFootball .shop_table.shop_table_responsive.cart tr td .coupon input[type='text'] {
            width: 60% !important; }
      .splashAmericanFootball form.checkout.woocommerce-checkout #order_review_heading {
        margin-top: 30px !important;
        margin-bottom: 30px; }
      .splashAmericanFootball form.checkout.woocommerce-checkout .woocommerce-checkout-review-order-table {
        width: 100%; }
        .splashAmericanFootball form.checkout.woocommerce-checkout .woocommerce-checkout-review-order-table tr th:last-child, .splashAmericanFootball form.checkout.woocommerce-checkout .woocommerce-checkout-review-order-table tr td:last-child {
          padding-left: 0 !important;
          padding-right: 30px !important; }
      .splashAmericanFootball form.checkout.woocommerce-checkout .woocommerce-checkout-payment {
        width: 100%;
        padding-left: 30px; }
        .splashAmericanFootball form.checkout.woocommerce-checkout .woocommerce-checkout-payment ul li .about_paypal {
          width: 100% !important;
          position: relative !important;
          left: 1% !important;
          top: inherit !important;
          bottom: 0;
          -webkit-transform: translateX(-1%) !important;
          transform: translateX(-1%) !important;
          right: inherit; }
        .splashAmericanFootball form.checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_box.payment_method_paypal p, .splashAmericanFootball form.checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_box.payment_method_cheque p {
          padding-left: 0 !important; }
        .splashAmericanFootball form.checkout.woocommerce-checkout .woocommerce-checkout-payment .button.btn-md {
          margin-left: 0 !important; }
      .splashAmericanFootball.woocommerce-order-received h3 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        font-size: 28px !important; }
      .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper {
        margin-top: 50px;
        margin-bottom: 26px; }
        .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details thead {
          background: transparent !important; }
          .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details thead tr th {
            padding: 18px 0 15px;
            background: transparent !important;
            border-top: solid 5px #da9a29; }
            .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details thead tr th:first-child {
              text-align: left;
              padding-left: 30px; }
            .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details thead tr th:last-child {
              text-align: right;
              padding-right: 30px; }
        .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td {
          padding: 12px 0;
          border-top: solid 1px #d8d8d8;
          background: transparent !important; }
          .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name {
            font-family: 'Roboto';
            font-weight: 400;
            font-size: 14px;
            text-transform: none;
            padding-left: 30px; }
            .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name a {
              color: #06083b; }
            .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name strong {
              font-weight: 400; }
            .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap {
              display: inline-block;
              overflow: hidden;
              line-height: 20px;
              vertical-align: middle;
              margin-left: 3px; }
              .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation {
                display: inline-block;
                overflow: hidden;
                position: relative;
                margin-top: 0;
                margin-bottom: 0;
                font-size: 14px;
                vertical-align: middle; }
                .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation dt {
                  display: inline-block;
                  margin: 0; }
                .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation dd {
                  display: inline-block;
                  margin: 0; }
                  .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-name .stm-addinfo-wrap .variation dd p {
                    margin-bottom: 0; }
          .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-total {
            text-align: right;
            padding-right: 30px; }
            .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tbody tr td.product-total .amount {
              font-size: 14px;
              font-weight: 400; }
        .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tfoot tr th {
          font-family: 'Roboto';
          font-weight: 700;
          font-size: 15px;
          text-transform: none;
          color: #06083b;
          border-bottom: 0;
          background: #f0f0f0 !important; }
        .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tfoot tr td {
          font-family: 'Roboto';
          font-weight: 400;
          font-size: 15px;
          color: #06083b;
          padding-left: 0;
          border-bottom: 0;
          text-align: right;
          padding-right: 30px;
          background: #f0f0f0 !important; }
        .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .order_details tfoot tr:first-child td .amount {
          font-weight: 400; }
        .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .customer_details {
          border-left: solid 30px #f0f0f0;
          border-right: solid 30px #f0f0f0;
          border-top: solid 16px #f0f0f0;
          border-bottom: solid 16px #f0f0f0; }
          .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr th, .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr td {
            font-family: 'Roboto';
            color: #06083b;
            border-bottom: solid 1px #d8d8d8;
            background: #f0f0f0 !important;
            padding: 18px 0 18px 10px; }
          .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr th {
            font-weight: 400;
            text-transform: none;
            text-align: left;
            width: 30%; }
          .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr td {
            font-weight: 700;
            font-size: 15px; }
          .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr:last-child th, .splashAmericanFootball.woocommerce-order-received .stm-thankyou-wrapper .customer_details tbody tr:last-child td {
            border-bottom: 0 !important; }
      .splashAmericanFootball.woocommerce-order-received address {
        display: block;
        width: 100%;
        float: left;
        padding: 20px 40px;
        line-height: 60px;
        background: #f0f0f0;
        max-width: 100% !important; }
      .splashAmericanFootball.woocommerce-order-received .col2-set.addresses .col-1, .splashAmericanFootball.woocommerce-order-received .col2-set.addresses .col-2 {
        width: 100% !important; }
        .splashAmericanFootball.woocommerce-order-received .col2-set.addresses .col-1 address, .splashAmericanFootball.woocommerce-order-received .col2-set.addresses .col-2 address {
          max-width: 100% !important; }
      .splashAmericanFootball .stm-footer-image .text-center, .splashAmericanFootball .text-left, .splashAmericanFootball .text-right .heading-font span {
        font-size: 26px !important; }
        .splashAmericanFootball .stm-footer-image .text-center.stm-text, .splashAmericanFootball .text-left.stm-text, .splashAmericanFootball .text-right .heading-font span.stm-text {
          margin-top: -15px !important; }
      .splashAmericanFootball .stm-single-post-loop-list {
        display: block; }
        .splashAmericanFootball .stm-single-post-loop-list > a {
          display: block !important;
          width: 100% !important;
          float: inherit !important; }
        .splashAmericanFootball .stm-single-post-loop-list .stm-post-content-inner {
          display: block;
          width: 100% !important;
          float: inherit;
          padding: 20px 0 0 0; }
          .splashAmericanFootball .stm-single-post-loop-list .stm-post-content-inner .post-meta {
            position: relative; }
      .splashAmericanFootball.woocommerce-page.single-product .stm-badge-wrapper .onsale {
        position: absolute;
        top: 9px;
        left: -11px; }
      .splashAmericanFootball .stm-footer-image .inner .heading-font {
        font-size: 29px !important;
        line-height: 30px !important; }
      .splashAmericanFootball .stm-footer-image .text-center .stm-btn-text-wrapper {
        float: inherit !important;
        min-width: inherit; }
      .splashAmericanFootball .stm-footer-image .text-left .stm-btn-text-wrapper {
        float: inherit !important; }
      .splashAmericanFootball .stm-footer-image .text-right .stm-btn-text-wrapper {
        float: inherit !important; } }
  @media (max-width: 320px) {
    .splashAmericanFootball .stm-donation-cash .heading-font {
      display: block; }
      .splashAmericanFootball .stm-donation-cash .heading-font:after {
        display: none; } }
  .splashAmericanFootball .logo-main {
    margin: 0 !important; }
  .splashAmericanFootball .stm-transparent-header .stm-header-mobile {
    background-color: rgba(21, 21, 21, 0.8); }
  .splashAmericanFootball .stm-header-mobile {
    position: relative;
    display: none;
    padding: 15px 15px 15px;
    background-color: #151515; }
    .splashAmericanFootball .stm-header-mobile .bloglogo img {
      max-width: 105px; }
    .splashAmericanFootball .stm-header-mobile .stm-mobile-right {
      float: right;
      margin-top: 22px;
      vertical-align: middle; }
    .splashAmericanFootball .stm-header-mobile .help-bar-shop {
      float: right;
      margin-top: 17px; }
      .splashAmericanFootball .stm-header-mobile .help-bar-shop a {
        color: #fff; }
      .splashAmericanFootball .stm-header-mobile .help-bar-shop .list-label {
        display: none; }
      .splashAmericanFootball .stm-header-mobile .help-bar-shop i {
        position: relative;
        top: 2px;
        font-size: 20px; }
      .splashAmericanFootball .stm-header-mobile .help-bar-shop .stm-current-items-in-cart {
        display: inline-block;
        margin-left: 6px;
        min-width: 21px;
        height: 21px;
        line-height: 21px;
        background-color: #41c648;
        text-align: center;
        padding: 0 2px;
        border-radius: 50%;
        font-size: 13px; }
  .splashAmericanFootball .stm-menu-toggle {
    float: right;
    width: 48px;
    height: 48px;
    margin-left: 0;
    cursor: pointer;
    background: transparent;
    border-radius: 3px; }
  .splashAmericanFootball .stm-menu-toggle span {
    display: block;
    width: 21px;
    height: 2px;
    background: #fff;
    margin: 0 auto 6px;
    border-radius: 0; }
  .splashAmericanFootball .stm-menu-toggle span:first-child {
    position: relative;
    margin-top: 18px;
    top: 0;
    -webkit-transition: top 0.3s 0.3s, transform 0.3s 0s;
    -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
    transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
    transition: top 0.3s 0.3s, transform 0.3s 0s;
    transition: top 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s; }
  .splashAmericanFootball .stm-menu-toggle span:nth-child(2) {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .splashAmericanFootball .stm-menu-toggle span:last-child {
    margin-bottom: 0;
    position: relative;
    top: 0;
    -webkit-transition: top 0.3s 0.3s, transform 0.3s 0s;
    -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
    transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
    transition: top 0.3s 0.3s, transform 0.3s 0s;
    transition: top 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s; }
  .splashAmericanFootball .stm-menu-toggle.opened span {
    background: #fff; }
  .splashAmericanFootball .stm-menu-toggle.opened span:first-child {
    top: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 0.3s 0s, transform 0.3s 0.3s, color 0.3s 0.3s;
    -webkit-transition: top 0.3s 0s, color 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    transition: top 0.3s 0s, color 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    transition: top 0.3s 0s, transform 0.3s 0.3s, color 0.3s 0.3s;
    transition: top 0.3s 0s, transform 0.3s 0.3s, color 0.3s 0.3s, -webkit-transform 0.3s 0.3s; }
  .splashAmericanFootball .stm-menu-toggle.opened span:nth-child(2) {
    opacity: 0; }
  .splashAmericanFootball .stm-menu-toggle.opened span:last-child {
    top: -9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 0.3s 0s, transform 0.3s 0.3s;
    -webkit-transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
    transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
    transition: top 0.3s 0s, transform 0.3s 0.3s;
    transition: top 0.3s 0s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s; }
  .splashAmericanFootball .stm-mobile-menu-unit {
    display: none;
    position: absolute;
    top: 100%;
    right: 40px;
    width: 388px;
    border-top: 5px solid #da9a29; }
    .splashAmericanFootball .stm-mobile-menu-unit .inner .stm-top {
      padding: 22px 25px 10px;
      position: relative;
      background-color: #303132; }
      .splashAmericanFootball .stm-mobile-menu-unit .inner .stm-top .stm-top-right {
        overflow: hidden;
        padding-right: 40px; }
        .splashAmericanFootball .stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-search .search-input {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          height: 100%;
          border-radius: 0;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all 0.3s 0s;
          transition: all 0.3s 0s;
          font-size: 24px;
          color: #151515;
          outline: none !important;
          z-index: 20; }
          .splashAmericanFootball .stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-search .search-input.active {
            opacity: 1;
            visibility: visible;
            background: #fff; }
        .splashAmericanFootball .stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-search .search-submit {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          width: 70px;
          border: 0;
          padding: 0;
          color: #b6b6b6;
          background-color: transparent;
          font-size: 18px;
          z-index: 25;
          -webkit-transition: background-color 0.3s 0s;
          transition: background-color 0.3s 0s;
          border-radius: 0; }
          .splashAmericanFootball .stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-search .search-submit:before {
            display: none; }
          .splashAmericanFootball .stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-search .search-submit:hover:active i {
            color: #da9a29; }
          .splashAmericanFootball .stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-search .search-submit.activated {
            background-color: #da9a29 !important;
            color: #fff !important; }
        .splashAmericanFootball .stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-socials .top-bar-socials {
          text-align: center; }
          .splashAmericanFootball .stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-socials .top-bar-socials li {
            display: inline-block;
            margin-right: 27px;
            font-size: 18px; }
            .splashAmericanFootball .stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-socials .top-bar-socials li:last-child {
              margin-right: 0; }
      .splashAmericanFootball .stm-mobile-menu-unit .inner .stm-top .language-switcher-unit {
        position: relative;
        padding-right: 22px; }
        .splashAmericanFootball .stm-mobile-menu-unit .inner .stm-top .language-switcher-unit .stm-language-code {
          margin-left: 5px;
          position: relative;
          top: 1px;
          text-transform: uppercase;
          font-weight: 700;
          color: #fff;
          letter-spacing: 1px; }
        .splashAmericanFootball .stm-mobile-menu-unit .inner .stm-top .language-switcher-unit .stm-switcher-open {
          position: absolute;
          top: 10px !important;
          right: 0 !important;
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 5px solid #fff;
          opacity: 0.2; }
        .splashAmericanFootball .stm-mobile-menu-unit .inner .stm-top .language-switcher-unit .dropdown-menu {
          min-width: 100%;
          background-color: transparent;
          box-shadow: none;
          border: 0; }
          .splashAmericanFootball .stm-mobile-menu-unit .inner .stm-top .language-switcher-unit .dropdown-menu li a {
            padding-left: 0; }
  .splashAmericanFootball .stm-mobile-menu-list {
    padding: 10px 0;
    background: rgba(21, 21, 21, 0.95); }
    .splashAmericanFootball .stm-mobile-menu-list li {
      padding-left: 0;
      margin: 0; }
      .splashAmericanFootball .stm-mobile-menu-list li:before {
        display: none; }
      .splashAmericanFootball .stm-mobile-menu-list li a {
        display: block;
        padding: 18px 15px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 22px;
        text-decoration: none !important; }
        .splashAmericanFootball .stm-mobile-menu-list li a:active {
          background-color: #da9a29;
          color: #06083b; }
      .splashAmericanFootball .stm-mobile-menu-list li ul {
        display: none;
        padding: 0;
        margin: 0;
        opacity: 0.5; }
        .splashAmericanFootball .stm-mobile-menu-list li ul li a {
          font-size: 20px; }
  @media (max-width: 787px) {
    .splashAmericanFootball {
      /*Transparent header*/ }
      .splashAmericanFootball .stm-header-mobile {
        display: block; }
      .splashAmericanFootball #stm-top-bar {
        display: none; }
      .splashAmericanFootball .stm-header-inner {
        display: none; }
      .splashAmericanFootball .stm-transparent-header .stm-header-mobile {
        position: absolute;
        top: 0;
        left: 0;
        right: 0; }
      .splashAmericanFootball div.stm-header {
        min-height: initial !important; } }
  @media (max-width: 480px) {
    .splashAmericanFootball .stm-transparent-header .stm-header-mobile {
      padding-right: 15px;
      padding-left: 15px; }
    .splashAmericanFootball .stm-mobile-menu-unit {
      right: 15px;
      left: 15px;
      width: auto; }
      .splashAmericanFootball .stm-mobile-menu-unit .inner .stm-top {
        padding-left: 25px;
        padding-right: 10px; }
    .splashAmericanFootball .tp-bullets {
      display: none; }
    .splashAmericanFootball .stm-header-mobile .bloglogo img {
      max-width: 80px; }
    .splashAmericanFootball .stm-header-mobile .stm-mobile-right {
      margin-top: 12px; }
    .splashAmericanFootball .slider-title.h1 {
      font-size: 40px; }
    .splashAmericanFootball .slider-date {
      font-size: 20px; }
    .splashAmericanFootball .stm-footer-image .inner .heading-font {
      font-size: 32px;
      line-height: 36px; } }
  @media (max-width: 350px) {
    .splashAmericanFootball .stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-socials .top-bar-socials li {
      margin-right: 10px; } }
  @media (max-width: 650px) and (orientation: landscape) {
    .splashAmericanFootball.page-template-coming-soon {
      padding-bottom: 0 !important; }
      .splashAmericanFootball.page-template-coming-soon #wrapper {
        display: block;
        overflow: scroll;
        height: 100vh !important; }
        .splashAmericanFootball.page-template-coming-soon #wrapper #main:before {
          background: transparent !important; }
        .splashAmericanFootball.page-template-coming-soon #wrapper #main .stm-coming-soon-centered {
          position: relative;
          top: 0;
          left: 0;
          width: 100%;
          -webkit-transform: inherit;
          transform: inherit;
          text-align: center;
          z-index: 10;
          color: #fff; }
          .splashAmericanFootball.page-template-coming-soon #wrapper #main .stm-coming-soon-centered .wpb_text_column p {
            color: #fff; }
          .splashAmericanFootball.page-template-coming-soon #wrapper #main .stm-coming-soon-centered .subscribe-wrapp {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            overflow: hidden;
            width: 100%; }
            .splashAmericanFootball.page-template-coming-soon #wrapper #main .stm-coming-soon-centered .subscribe-wrapp input[type='email'] {
              border-radius: 0;
              font-family: 'Roboto';
              font-size: 14px; }
            .splashAmericanFootball.page-template-coming-soon #wrapper #main .stm-coming-soon-centered .subscribe-wrapp .button {
              margin-top: 0;
              padding: 2px 0; }
              .splashAmericanFootball.page-template-coming-soon #wrapper #main .stm-coming-soon-centered .subscribe-wrapp .button input[type='submit'] {
                width: 117px;
                padding: 11px 10px 9px; }
      .splashAmericanFootball.page-template-coming-soon .stm-footer {
        position: absolute;
        z-index: 100; }
        .splashAmericanFootball.page-template-coming-soon .stm-footer #stm-footer-bottom {
          background: transparent !important; }
          .splashAmericanFootball.page-template-coming-soon .stm-footer #stm-footer-bottom .container {
            padding: 20px 0 20px;
            border-top: solid 1px rgba(255, 255, 255, 0.25); }
            .splashAmericanFootball.page-template-coming-soon .stm-footer #stm-footer-bottom .container .stm-white {
              padding: 0; }
    .splashAmericanFootball.error404 {
      padding-bottom: 0 !important; }
      .splashAmericanFootball.error404 #stm-top-bar, .splashAmericanFootball.error404 .stm-header, .splashAmericanFootball.error404 .stm-footer-image, .splashAmericanFootball.error404 .stm-footer {
        display: none; }
      .splashAmericanFootball.error404 #wrapper {
        display: block;
        overflow: scroll;
        height: 100vh; }
        .splashAmericanFootball.error404 #wrapper #main {
          padding: 0; }
          .splashAmericanFootball.error404 #wrapper #main .stm-default-page-404 {
            width: 100%;
            text-align: center;
            margin-top: 0;
            padding-top: 45px; }
            .splashAmericanFootball.error404 #wrapper #main .stm-default-page-404 .stm-404-warning {
              display: block;
              overflow: hidden;
              font-family: 'Oswald';
              font-size: 480px;
              color: #fff !important;
              font-weight: 400;
              line-height: 480px; }
            .splashAmericanFootball.error404 #wrapper #main .stm-default-page-404 .h1 {
              font-family: 'Oswald';
              font-size: 42px;
              font-weight: 400;
              color: #fff;
              line-height: 30px; }
            .splashAmericanFootball.error404 #wrapper #main .stm-default-page-404 .button {
              margin-top: 15px;
              padding: 12px 70px; } }

@media (max-width: 650px) {
  .stm-statistics-wrapper .vc_col-sm-6 {
    margin-bottom: 20px; }
    .stm-statistics-wrapper .vc_col-sm-6:nth-child(1), .stm-statistics-wrapper .vc_col-sm-6:nth-child(2) {
      margin-bottom: 20px; }
    .stm-statistics-wrapper .vc_col-sm-6 .stm-stats-wrapp {
      display: block;
      overflow: hidden;
      width: 100%;
      text-align: center; }
      .stm-statistics-wrapper .vc_col-sm-6 .stm-stats-wrapp img {
        display: block;
        overflow: hidden;
        margin: 0 auto; }
      .stm-statistics-wrapper .vc_col-sm-6 .stm-stats-wrapp .stm-stat-info-wrapp {
        display: block !important;
        overflow: hidden !important; }
        .stm-statistics-wrapper .vc_col-sm-6 .stm-stats-wrapp .stm-stat-info-wrapp span {
          text-align: center !important; }
  .stm-coach-excerption-wrapp .stm-data-wrapp .stm-photo-wrapp {
    width: 100% !important;
    margin-bottom: 20px; }
  .stm-coach-excerption-wrapp .stm-data-wrapp .stm-excerption-wrapp {
    width: 100% !important;
    margin-bottom: 20px; } }

.splashAmericanFootball.woocommerce-page.tax-product_cat .stm-title-box-title-wrapper h2 {
  margin-bottom: 20px; }

@media (max-width: 787px) {
  .splashAmericanFootball.woocommerce-page .shop_attributes tbody tr th, .splashAmericanFootball.woocommerce-page .shop_attributes tbody tr td {
    padding-left: 5px; }
  .splashAmericanFootball.woocommerce-page .shop_attributes tbody tr:nth-child(odd) th, .splashAmericanFootball.woocommerce-page .shop_attributes tbody tr:nth-child(odd) td {
    background: #f0f0f0;
    border: 0; }
  .splashAmericanFootball.woocommerce-page .shop_attributes tbody tr:nth-child(even) th, .splashAmericanFootball.woocommerce-page .shop_attributes tbody tr:nth-child(even) td {
    background: #fff;
    border: 0; }
  .splashAmericanFootball.woocommerce-page.stm-shop-sidebar .stm-title-box-title-wrapper h2 {
    display: inline-block;
    overflow: hidden;
    width: auto; }
  .splashAmericanFootball.woocommerce-page.stm-shop-sidebar .stm-title-box-title-wrapper .stm-shop-categories {
    display: block;
    float: right; }
    .splashAmericanFootball.woocommerce-page.stm-shop-sidebar .stm-title-box-title-wrapper .stm-shop-categories .stm-shop-category a {
      color: #da9a29 !important; }
  .splashAmericanFootball.woocommerce-page .stm-single-product-content-right form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
    margin-right: 27px !important; }
  .splashAmericanFootball.woocommerce-page .stm-single-product-content-right form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    padding: 12px 60px; } }

@media (max-width: 650px) {
  .splashAmericanFootball.woocommerce-page .col-md-7.col-sm-6 {
    padding-right: 15px; }
    .splashAmericanFootball.woocommerce-page .col-md-7.col-sm-6 .stm-single-product-images.images a img {
      display: block;
      margin: 0 auto; }
  .splashAmericanFootball.woocommerce-page .col-md-5.col-sm-6 {
    padding: 0 15px;
    margin: 0; }
  .splashAmericanFootball.woocommerce-page .stm-single-product-content-right form .single_variation_wrap .woocommerce-variation-add-to-cart .stm-quantity-label {
    margin-right: 20px !important; }
  .splashAmericanFootball.woocommerce-page .stm-single-product-content-right form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
    max-width: 55px !important;
    margin-right: 0 !important; }
  .splashAmericanFootball.woocommerce-page .stm-single-product-content-right form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    padding: 12px 60px; } }

@media (max-width: 375px) {
  .splashAmericanFootball.woocommerce-page .col-md-7.col-sm-6 {
    padding-right: 15px; }
    .splashAmericanFootball.woocommerce-page .col-md-7.col-sm-6 .stm-single-product-images.images a img {
      display: block;
      margin: 0 auto; }
  .splashAmericanFootball.woocommerce-page .col-md-5.col-sm-6 {
    padding: 0 15px;
    margin: 0; }
    .splashAmericanFootball.woocommerce-page .col-md-5.col-sm-6 .single_variation_wrap .woocommerce-variation.single_variation {
      display: none !important; }
    .splashAmericanFootball.woocommerce-page .col-md-5.col-sm-6 .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
      margin-right: 0 !important; }
    .splashAmericanFootball.woocommerce-page .col-md-5.col-sm-6 .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
      padding: 12px 30px !important; }
  .splashAmericanFootball.woocommerce-page .woocommerce-tabs .tabs li {
    margin-right: 10px; }
  .splashAmericanFootball.woocommerce-page .woocommerce-tabs .entry-content h2 {
    margin-bottom: 20px; } }

@media (max-width: 500px) {
  .home.splashAmericanFootball .stm-title-box-unit {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }

@media (max-width: 1366px) {
  .splashSoccer .stm-mobile-menu-unit .inner .stm-top {
    padding: 15px 25px; }
  .splashSoccer .stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-search .search-submit.activated {
    background-color: #00aaff !important; }
  .splashSoccer .stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-search .search-input.active {
    font-family: 'Arial'; }
  .splashSoccer .stm-mobile-right .stm-cart-af a {
    text-decoration: none; }
    .splashSoccer .stm-mobile-right .stm-cart-af a:hover {
      background: transparent; }
    .splashSoccer .stm-mobile-right .stm-cart-af a i {
      top: 5px;
      font-size: 20px; }
      .splashSoccer .stm-mobile-right .stm-cart-af a i:before {
        content: '\e91d' !important;
        font-family: 'stm-splash-icons' !important; }
  .splashSoccer .stm-default-padding > .vc_column-inner {
    padding: 0 15px !important; }
  .splashSoccer .stm-header-mobile .help-bar-shop .stm-current-items-in-cart {
    background-color: #00aaff; }
  .splashSoccer .stm-mobile-menu-unit {
    border-color: #00aaff; }
  .splashSoccer .stm-mobile-menu-list li a:active {
    background-color: #00aaff; }
  .splashSoccer .woocommerce-tabs {
    margin: 29px 0 20px 0 !important;
    padding: 0;
    background: transparent; }
    .splashSoccer .woocommerce-tabs .container {
      padding: 0; }
      .splashSoccer .woocommerce-tabs .container ul {
        margin: 0;
        letter-spacing: 0; }
        .splashSoccer .woocommerce-tabs .container ul li {
          padding: 0;
          margin: 0 1px 0 0; }
          .splashSoccer .woocommerce-tabs .container ul li a {
            background: #394046;
            color: #fff;
            width: 100%;
            padding: 14px 40px;
            border: 0;
            font-weight: 400;
            font-size: 16px;
            margin: 0; }
          .splashSoccer .woocommerce-tabs .container ul li.active a {
            background: #00aaff; }
      .splashSoccer .woocommerce-tabs .container .entry-content {
        border: solid 1px #868686;
        padding: 13px 23px 2px 23px; }
        .splashSoccer .woocommerce-tabs .container .entry-content h2 {
          font-size: 16px;
          margin-bottom: 1px; }
        .splashSoccer .woocommerce-tabs .container .entry-content p {
          line-height: 24px;
          font-family: 'Arial';
          font-size: 14px;
          color: #868686; }
        .splashSoccer .woocommerce-tabs .container .entry-content#tab-reviews #reviews #comments .stm-single-comment-title h2 {
          font-size: 30px; }
        .splashSoccer .woocommerce-tabs .container .entry-content#tab-reviews #reviews #comments .stm-single-comment-title .stm-add-review a {
          font-family: 'Arial';
          font-size: 14px;
          font-weight: 400;
          color: #868686;
          text-transform: none;
          letter-spacing: 0; }
          .splashSoccer .woocommerce-tabs .container .entry-content#tab-reviews #reviews #comments .stm-single-comment-title .stm-add-review a i {
            color: #00aaff; }
        .splashSoccer .woocommerce-tabs .container .entry-content#tab-reviews #reviews #comments .commentlist li .comment_container .comment-text .star-rating {
          display: block;
          overflow: hidden;
          width: 75px;
          height: 15px;
          line-height: 20px;
          margin-right: 15px; }
          .splashSoccer .woocommerce-tabs .container .entry-content#tab-reviews #reviews #comments .commentlist li .comment_container .comment-text .star-rating:before {
            color: #00aaff;
            letter-spacing: 1px;
            font-size: 15px; }
          .splashSoccer .woocommerce-tabs .container .entry-content#tab-reviews #reviews #comments .commentlist li .comment_container .comment-text .star-rating span:before {
            color: #00aaff;
            letter-spacing: 1px;
            font-size: 15px; }
        .splashSoccer .woocommerce-tabs .container .entry-content#tab-reviews #reviews #comments .commentlist li .comment_container .comment-text .heading-font strong {
          font-family: 'Oswald'; }
        .splashSoccer .woocommerce-tabs .container .entry-content#tab-reviews #reviews #comments .commentlist li .comment_container .comment-text .heading-font time {
          font-family: 'Arial';
          font-size: 13px;
          color: #868686;
          font-weight: 400;
          letter-spacing: 0;
          text-transform: none; }
        .splashSoccer .woocommerce-tabs .container .entry-content#tab-reviews #reviews #review_form_wrapper #review_form #respond #commentform .comment-form-rating label {
          display: inline-block;
          vertical-align: top;
          font-family: 'Arial';
          font-size: 14px;
          font-weight: 400;
          color: #151618;
          letter-spacing: 0;
          line-height: 18px; }
        .splashSoccer .woocommerce-tabs .container .entry-content#tab-reviews #reviews #review_form_wrapper #review_form #respond #commentform .comment-form-rating .stars {
          display: inline-block;
          vertical-align: top; }
          .splashSoccer .woocommerce-tabs .container .entry-content#tab-reviews #reviews #review_form_wrapper #review_form #respond #commentform .comment-form-rating .stars span a:after {
            color: #00aaff;
            font-size: 16px; }
        .splashSoccer .woocommerce-tabs .container .entry-content#tab-reviews #reviews #review_form_wrapper #review_form #respond #commentform .comment-form-comment label {
          font-family: 'Oswald';
          font-size: 16px;
          font-weight: 400; }
        .splashSoccer .woocommerce-tabs .container .entry-content#tab-reviews #reviews #review_form_wrapper #review_form #respond #commentform .comment-form-comment textarea {
          font-family: 'Arial';
          border-radius: 0; }
        .splashSoccer .woocommerce-tabs .container .entry-content#tab-reviews #reviews #review_form_wrapper #review_form #respond #commentform > .row .col-md-6 p label {
          font-family: 'Oswald';
          font-size: 16px;
          font-weight: 400; }
        .splashSoccer .woocommerce-tabs .container .entry-content#tab-reviews #reviews #review_form_wrapper #review_form #respond #commentform > .row .col-md-6 p input {
          font-family: 'Arial';
          border-radius: 0; } }

@media (max-width: 1100px) {
  .splashSoccer #sb_instagram.sbi_col_3 .sbi_photo_wrap .sbi_photo {
    width: 70px !important;
    height: 70px !important;
    margin: 0 5px 5px 0; }
  .splashSoccer .comment-reply-title {
    font-size: 30px !important; }
  .splashSoccer.single-product .product .stm-fullwidth-row-js {
    margin: 0 !important; }
    .splashSoccer.single-product .product .stm-fullwidth-row-js .container:first-child {
      padding: 0; } }

@media (max-width: 1024px) {
  .splashSoccer .rev_slider {
    background-color: #000; }
    .splashSoccer .rev_slider .rev_post_title {
      display: inline-block;
      width: auto;
      color: #fff;
      background-color: rgba(0, 170, 255, 0.9);
      text-shadow: none;
      font-family: Oswald;
      font-weight: 500;
      font-size: 50px !important;
      line-height: 60px;
      text-transform: uppercase;
      padding: 10px;
      text-decoration: none;
      border: none; }
      .splashSoccer .rev_slider .rev_post_title span {
        color: #000000;
        font-size: 50px !important; }
  .splashSoccer .stm-header .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > a {
    padding: 0 25px; }
  .splashSoccer .fixture_detail .fixture_info {
    padding: 0; }
  .splashSoccer .stm-single-post-loop .post-meta .comments-number {
    width: 40% !important; }
  .splashSoccer .stm-player-ids .stm-player-wrapp .player_info .position {
    text-align: left; }
  .splashSoccer .stm-tabs-wrap .nav-tabs li a {
    min-width: 117px; }
  .splashSoccer .stm-single-sp_player .sp-section-content-photo {
    width: 49.5%; }
  .splashSoccer .stm-single-sp_player .sp-section-content-details {
    width: 50.5%; }
  .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details {
    padding: 35px 35px 20px; }
  .splashSoccer aside.widget.widget_mc4wp_form_widget .mc4wp-form-fields p input[type="email"] {
    width: 79%; }
  .splashSoccer .stm-default-page-grid .stm-single-post-loop .post-meta .comments-number {
    width: 50%; }
  .splashSoccer .woocommerce .sp-scrollable-table-wrapper .shop_table tbody tr:last-child td {
    padding: 10px; }
    .splashSoccer .woocommerce .sp-scrollable-table-wrapper .shop_table tbody tr:last-child td .coupon {
      float: left;
      margin: 0; }
    .splashSoccer .woocommerce .sp-scrollable-table-wrapper .shop_table tbody tr:last-child td .stm-actions-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      float: right;
      width: auto; }
  .splashSoccer .woocommerce .cart-collaterals {
    margin: 95px -15px 95px; }
    .splashSoccer .woocommerce .cart-collaterals .cart_totals .row .col-md-6 .stm-shipping-cart-calc .shipping > div {
      padding: 30px; }
  .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li label {
    width: 100%; }
    .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods li label a {
      width: 16%; }
  .splashSoccer #stm-footer-bottom .footer-bottom-left .footer-bottom-left-text {
    white-space: nowrap; }
  .splashSoccer .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper .stm-video {
    height: 205px; } }

@media (max-width: 780px) {
  .splashSoccer .stm-header .stm-header-mobile .logo-main {
    margin-top: 14px !important; }
  .splashSoccer .stm-header .stm-header-mobile .stm-mobile-right {
    margin: 0; }
  .splashSoccer .stm-product-content-loop-inner .product .product_footer .price {
    min-width: 130px !important; }
  .splashSoccer .rev_slider .button.button-default {
    height: 40px !important;
    line-height: 44px !important; }
    .splashSoccer .rev_slider .button.button-default:before {
      height: 40px !important; }
    .splashSoccer .rev_slider .button.button-default span {
      font-size: 14px !important; }
  .splashSoccer .fixture_detail .command_info {
    position: relative;
    float: right;
    margin: 0 19px 0 0; }
    .splashSoccer .fixture_detail .command_info .score {
      width: 85px;
      height: 60px;
      background: #00aaff;
      text-align: right;
      padding: 0 15px 0 0;
      font-family: "Oswald";
      font-size: 40px;
      color: #fff;
      line-height: 58px;
      font-weight: bold; }
      .splashSoccer .fixture_detail .command_info .score:after {
        content: '';
        position: absolute;
        top: -1px;
        right: -11px;
        border-top: 31px solid transparent;
        border-left: 11px solid #00aaff;
        border-bottom: 31px solid transparent; }
    .splashSoccer .fixture_detail .command_info .logo {
      position: absolute;
      left: -45px;
      top: -10px;
      width: 78px;
      height: 78px;
      overflow: hidden; }
      .splashSoccer .fixture_detail .command_info .logo img {
        max-width: 100%;
        height: auto; }
  .splashSoccer .fixture_detail .goals {
    float: right;
    text-align: right;
    margin: 0 50px 0 0; }
  .splashSoccer .fixture_detail .command_right .command_info {
    float: left;
    margin: 0 0 0 19px; }
    .splashSoccer .fixture_detail .command_right .command_info .logo {
      left: auto;
      right: -45px; }
    .splashSoccer .fixture_detail .command_right .command_info .score {
      text-align: left;
      padding: 0 0 0 15px; }
      .splashSoccer .fixture_detail .command_right .command_info .score:after {
        left: -11px;
        right: auto;
        border-top: 31px solid transparent;
        border-right: 11px solid #00aaff;
        border-left: transparent;
        border-bottom: 31px solid transparent; }
  .splashSoccer .fixture_detail .command_right .goals {
    float: left;
    text-align: left;
    margin: 0 0 0 50px; }
  .splashSoccer .fixture_detail .fixture_info {
    position: relative;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
    clear: both;
    padding: 0; }
    .splashSoccer .fixture_detail .fixture_info .venue {
      color: #00aaff; }
  .splashSoccer .vc_next_match .countdown {
    text-align: center;
    width: 100%;
    margin: 0 0 13px !important; }
    .splashSoccer .vc_next_match .countdown time span {
      width: 22%;
      display: block;
      float: left;
      min-width: inherit;
      margin-left: 4%;
      margin-right: 0;
      font-size: 24px;
      padding: 8px 2px 2px; }
      .splashSoccer .vc_next_match .countdown time span:first-child {
        margin-left: 0; }
  .splashSoccer .vc_next_match .commands {
    background: #252b32;
    padding: 0;
    border-bottom: 3px solid #00aaff;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .splashSoccer .vc_next_match .command {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0 15px;
    width: 100%; }
    .splashSoccer .vc_next_match .command h5 {
      margin: 0;
      color: #fff;
      text-transform: uppercase;
      font-weight: normal;
      line-height: 20px; }
      .splashSoccer .vc_next_match .command h5 a {
        color: #fff; }
        .splashSoccer .vc_next_match .command h5 a:hover {
          text-decoration: none;
          color: #00aaff; }
    .splashSoccer .vc_next_match .command .logo {
      margin: 0 0 10px; }
      .splashSoccer .vc_next_match .command .logo img {
        max-height: 50px;
        width: auto; }
  .splashSoccer .vc_next_match .command_vs {
    display: block;
    vertical-align: middle;
    font-family: Oswald;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    line-height: 41px; }
  .splashSoccer .vc_next_match .command_vs span {
    line-height: 34px;
    display: inline-block;
    vertical-align: top; }
  .splashSoccer .sp-data-table tbody td a {
    text-overflow: ellipsis;
    white-space: nowrap; }
  .splashSoccer .stm-news-tabs-wrapper .stm-single-post-loop .post-meta .comments-number {
    width: 40%; }
  .splashSoccer .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper .stm-video {
    height: 251px; }
  .splashSoccer .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper .stm-video {
    height: 175px; }
    .splashSoccer .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper .stm-video .stm-video-wrapp {
      max-height: 108px; }
  .splashSoccer .stm-trophy-carousel .stm-trophy-carousel-init-unit .stm-trophy-carousel-init .stm-single-trophy {
    padding: 30px 20px 0; }
    .splashSoccer .stm-trophy-carousel .stm-trophy-carousel-init-unit .stm-trophy-carousel-init .stm-single-trophy .image {
      width: 50%;
      min-height: 200px !important; }
      .splashSoccer .stm-trophy-carousel .stm-trophy-carousel-init-unit .stm-trophy-carousel-init .stm-single-trophy .image img {
        max-height: 200px !important; }
  .splashSoccer .stm-tabs-wrap {
    display: block;
    overflow: hidden;
    width: 100%; }
    .splashSoccer .stm-tabs-wrap .nav-tabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      padding: 0;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      overflow: scroll; }
  .splashSoccer .addvert_wrapp .addvert_info_wrapp .addvert_title {
    padding: 20px 10px 10px; }
    .splashSoccer .addvert_wrapp .addvert_info_wrapp .addvert_title span {
      font-size: 36px; }
  .splashSoccer .addvert_wrapp .addvert_info_wrapp .addvert_sub_title {
    padding: 0 10px 15px; }
  .splashSoccer .addvert_wrapp .addvert_info_wrapp .addvert_btn a {
    padding: 11px 20px; }
  .splashSoccer .stm-reviews-main-wrapper.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .icon {
    padding-top: 5px;
    left: 30% !important; }
    .splashSoccer .stm-reviews-main-wrapper.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .icon i {
      font-size: 25px !important; }
  .splashSoccer .stm-reviews-main-wrapper.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_author_img {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%; }
  .splashSoccer .stm-reviews-main-wrapper.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_data {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%;
    padding: 20px !important; }
    .splashSoccer .stm-reviews-main-wrapper.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_data .content p {
      max-height: 60px; }
  .splashSoccer .stm-sportspress-sidebar-left .stm-single-sp_table-league .stm-title-box-unit, .splashSoccer .stm-sportspress-sidebar-right .stm-single-sp_table-league .stm-title-box-unit {
    margin: 0; }
  .splashSoccer .stm-sportspress-sidebar-left .col-md-9 .sp-template-league-table, .splashSoccer .stm-sportspress-sidebar-right .col-md-9 .sp-template-league-table {
    margin: 0; }
  .splashSoccer .sp-stm-template-event-blocks {
    margin-top: 42px; }
    .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list {
      margin-bottom: 30px; }
      .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 15px;
        background: #ededed; }
        .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail.stm-event-feature {
          background: #282f36; }
          .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail.stm-event-feature .logo {
            margin: 0 !important; }
          .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail.stm-event-feature .goals h2 a {
            color: #fff !important; }
        .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_left {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 50%;
          overflow: hidden; }
          .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_left .command_info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_left .command_info .logo {
              position: relative;
              top: inherit;
              bottom: inherit;
              left: inherit;
              right: inherit;
              -webkit-box-ordinal-group: 2;
                  -ms-flex-order: 1;
                      order: 1;
              margin-right: -36px; }
            .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_left .command_info .score {
              -webkit-box-ordinal-group: 3;
                  -ms-flex-order: 2;
                      order: 2;
              width: 100px;
              height: 64px;
              background: #00aaff;
              text-align: right;
              padding: 0 20px 0 0;
              font-family: "Oswald";
              font-size: 50px;
              color: #fff;
              line-height: 58px;
              font-weight: bold; }
              .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_left .command_info .score:after {
                content: '';
                position: absolute;
                right: -11px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                border-top: 32px solid transparent;
                border-left: 11px solid #00aaff;
                border-bottom: 32px solid transparent; }
          .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_left .goals {
            display: block;
            overflow: hidden;
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            margin: 0 10px 0 0; }
            .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_left .goals h2 {
              display: block;
              overflow: hidden;
              padding: 3px 0 13px 0;
              margin-bottom: 13px; }
              .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_left .goals h2 a {
                font-family: 'Oswald';
                font-weight: 400;
                font-size: 20px;
                color: #151618;
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
            .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_left .goals .normal-font {
              font-family: 'Oswald';
              font-size: 17px;
              font-weight: 400;
              color: #00aaff;
              text-transform: uppercase; }
        .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .stm-event-vs {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 15%;
          font-family: 'Oswald';
          font-weight: 700;
          font-size: 48px;
          color: #00aaff;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-transform: uppercase; }
        .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_right {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 50%;
          overflow: hidden;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_right .command_info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_right .command_info .logo {
              position: relative;
              top: inherit;
              bottom: inherit;
              left: inherit;
              right: inherit;
              -webkit-box-ordinal-group: 3;
                  -ms-flex-order: 2;
                      order: 2;
              margin-left: -36px; }
            .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_right .command_info .score {
              width: 100px;
              height: 64px;
              -webkit-box-ordinal-group: 2;
                  -ms-flex-order: 1;
                      order: 1;
              text-align: left;
              padding: 0 0 0 20px;
              font-size: 50px;
              line-height: 58px; }
              .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_right .command_info .score:after {
                left: -11px;
                right: auto;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                border-top: 32px solid transparent;
                border-right: 11px solid #00aaff;
                border-left: transparent;
                border-bottom: 32px solid transparent; }
          .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_right .goals {
            display: block;
            overflow: hidden;
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            margin: 0 0 0 10px;
            position: relative; }
            .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_right .goals h2 {
              display: block;
              overflow: hidden;
              padding: 3px 0 13px 0;
              margin-bottom: 13px; }
              .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_right .goals h2 a {
                display: block;
                overflow: hidden;
                font-family: 'Oswald';
                font-weight: 400;
                font-size: 20px;
                color: #151618;
                text-overflow: ellipsis;
                white-space: nowrap; }
            .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_right .goals .normal-font {
              font-family: 'Oswald';
              font-size: 17px;
              font-weight: 400;
              color: #00aaff;
              text-transform: uppercase; }
      .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_info {
        position: relative;
        font-size: 13px;
        line-height: 40px;
        clear: both;
        padding: 2px 0 0 0;
        background: #3f4851;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_info .venue {
          font-family: "Arial";
          font-size: 13px;
          color: #fff;
          margin: 0; }
          .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_info .venue i {
            margin-right: 15px;
            font-size: 15px; }
        .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_info .date {
          font-family: "Arial";
          font-size: 13px;
          color: #fff; }
          .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_info .date i {
            margin-right: 15px;
            font-size: 15px; }
        .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_info .time {
          font-family: "Arial";
          font-size: 13px;
          color: #fff;
          margin: 0 30px; }
          .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_info .time i {
            margin-right: 15px;
            font-size: 15px; }
        .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_info .button-gray.btn-only-border {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-family: "Oswald";
          font-size: 14px;
          color: #fff;
          border: 0;
          padding: 0 20px;
          margin-top: -2px;
          position: absolute;
          right: 0;
          height: 42px;
          line-height: 42px;
          border: 0;
          letter-spacing: 0;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_info .button-gray.btn-only-border i {
            margin-right: 5px;
            font-size: 15px; }
  .splashSoccer .stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .commands h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 5px; }
  .splashSoccer .stm-price-plan-unit {
    margin-left: -2px;
    margin-right: -2px;
    padding: 2px 2px 55px;
    overflow: hidden; }
  .splashSoccer .stm-price-plan {
    position: relative;
    padding-bottom: 0;
    background-color: #fff;
    text-align: center;
    border-radius: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
    .splashSoccer .stm-price-plan .badge {
      position: absolute;
      top: 4px;
      left: -32px;
      width: 100px;
      padding: 8px 20px;
      background-color: #00aaff;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      border-radius: 0;
      color: #fff;
      text-transform: uppercase;
      font-size: 12px; }
    .splashSoccer .stm-price-plan header {
      padding: 0 0 15px;
      background-color: #394046;
      border-radius: 0;
      color: #fff;
      min-height: 165px; }
      .splashSoccer .stm-price-plan header .title {
        margin: 0 0 22px;
        padding: 15px 0;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 1px;
        color: #fff;
        font-weight: 400;
        background: #252c33; }
      .splashSoccer .stm-price-plan header .price {
        margin-bottom: 7px;
        font-family: 'Oswald';
        font-weight: 700;
        font-size: 40px;
        line-height: 1; }
      .splashSoccer .stm-price-plan header .price-label {
        color: #b2b2b2;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 1.5px; }
    .splashSoccer .stm-price-plan .body {
      padding: 0; }
      .splashSoccer .stm-price-plan .body .single-feature {
        font-family: 'Oswald';
        font-weight: 400;
        font-size: 15px;
        padding: 8px 0;
        color: #151618;
        margin-bottom: 0; }
        .splashSoccer .stm-price-plan .body .single-feature:nth-child(odd) {
          background: #f5f5f5; }
    .splashSoccer .stm-price-plan .button-unit {
      padding: 20px;
      background: #f5f5f5; }
      .splashSoccer .stm-price-plan .button-unit .button {
        width: 100%;
        border-radius: 0;
        font-weight: 400;
        border-color: #00aaff !important;
        color: #fff !important; }
        .splashSoccer .stm-price-plan .button-unit .button:before {
          background-color: #00aaff !important; }
        .splashSoccer .stm-price-plan .button-unit .button:hover {
          border-color: #00aaff !important;
          color: #00aaff !important; }
    .splashSoccer .stm-price-plan:hover header .title {
      background-color: #00aaff; }
  .splashSoccer .woocommerce-checkout-review-order-table th.product-name {
    width: 250px; }
  .splashSoccer .footer-widgets-wrapper .stm-cols-4 aside:nth-child(2n+1) {
    clear: inherit; }
  .splashSoccer .widget_follow_us ul li {
    margin: 0 5px 5px 0; }
  .splashSoccer .sp_event.type-sp_event .stm-event-header-bg, .splashSoccer .stm-event-results-as-header .stm-event-header-bg {
    background-position-x: 50% !important; }
  .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail.stm-event-feature, .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail.stm-event-feature {
    background: #282f36; }
    .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail.stm-event-feature .logo, .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail.stm-event-feature .logo {
      margin: 0 !important; }
    .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail.stm-event-feature .goals h2 a, .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail.stm-event-feature .goals h2 a {
      color: #fff !important; }
  .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_left, .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 50%;
    overflow: hidden; }
    .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .command_info, .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .command_info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .command_info .logo, .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .command_info .logo {
        position: relative;
        top: inherit;
        bottom: inherit;
        left: inherit;
        right: inherit;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-right: -36px; }
      .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .command_info .score, .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .command_info .score {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100px;
        height: 64px;
        background: #00aaff;
        text-align: right;
        padding: 0 20px 0 0;
        font-family: "Oswald";
        font-size: 50px;
        color: #fff;
        line-height: 58px;
        font-weight: bold; }
        .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .command_info .score:after, .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .command_info .score:after {
          content: '';
          position: absolute;
          right: -11px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          border-top: 32px solid transparent;
          border-left: 11px solid #00aaff;
          border-bottom: 32px solid transparent; }
    .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .goals, .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .goals {
      display: block;
      overflow: hidden;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin: 0 10px 0 0; }
      .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .goals h2, .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .goals h2 {
        display: block;
        overflow: hidden;
        padding: 3px 0 13px 0;
        margin-bottom: 13px; }
        .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .goals h2 a, .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .goals h2 a {
          font-family: 'Oswald';
          font-weight: 400;
          font-size: 20px;
          color: #151618;
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
      .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .goals .normal-font, .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .goals .normal-font {
        font-family: 'Oswald';
        font-size: 17px;
        font-weight: 400;
        color: #00aaff;
        text-transform: uppercase; }
  .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .stm-event-vs, .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .stm-event-vs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15%;
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 48px;
    color: #00aaff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase; }
  .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_right, .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    overflow: hidden;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .command_info, .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .command_info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .command_info .logo, .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .command_info .logo {
        position: relative;
        top: inherit;
        bottom: inherit;
        left: inherit;
        right: inherit;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-left: -36px; }
      .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .command_info .score, .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .command_info .score {
        width: 100px;
        height: 64px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        text-align: left;
        padding: 0 0 0 20px;
        font-size: 50px;
        line-height: 58px; }
        .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .command_info .score:after, .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .command_info .score:after {
          left: -11px;
          right: auto;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          border-top: 32px solid transparent;
          border-right: 11px solid #00aaff;
          border-left: transparent;
          border-bottom: 32px solid transparent; }
    .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .goals, .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .goals {
      display: block;
      overflow: hidden;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin: 0 0 0 10px;
      position: relative; }
      .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .goals h2, .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .goals h2 {
        display: block;
        overflow: hidden;
        padding: 3px 0 13px 0;
        margin-bottom: 13px; }
        .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .goals h2 a, .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .goals h2 a {
          display: block;
          overflow: hidden;
          font-family: 'Oswald';
          font-weight: 400;
          font-size: 20px;
          color: #151618;
          text-overflow: ellipsis;
          white-space: nowrap; }
      .splashSoccer .sp_event.type-sp_event .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .goals .normal-font, .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .goals .normal-font {
        font-family: 'Oswald';
        font-size: 17px;
        font-weight: 400;
        color: #00aaff;
        text-transform: uppercase; }
  .splashSoccer .stm-gmap-wrap .stm-gmap-info-blocks-wrap {
    padding: 20px 0; }
    .splashSoccer .stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0; }
      .splashSoccer .stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks .stm-info-block-wrap {
        width: 100%;
        padding: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .splashSoccer .stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks .owl-dots {
        position: absolute;
        bottom: -5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
        .splashSoccer .stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks .owl-dots .owl-dot {
          display: inline-block;
          margin: 0 5px; }
          .splashSoccer .stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks .owl-dots .owl-dot.active span {
            background: #00aaff; }
          .splashSoccer .stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks .owl-dots .owl-dot span {
            display: block;
            background: #414141;
            width: 10px;
            height: 10px;
            border-radius: 50%; }
  .splashSoccer .wpcf7 form p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .splashSoccer .wpcf7 form p span {
      display: block;
      width: 100%; }
  .splashSoccer .wpcf7 form .button {
    width: 100%; }
  .splashSoccer .wpcf7 .stm-elements-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .splashSoccer .wpcf7 .button {
    margin: 0 !important; }
  .splashSoccer h1 {
    line-height: 85px; }
  .splashSoccer #stm-footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .splashSoccer #stm-footer-bottom .footer-bottom-left, .splashSoccer #stm-footer-bottom .footer-bottom-right {
      width: 100%;
      margin-right: 0;
      text-align: center; }
      .splashSoccer #stm-footer-bottom .footer-bottom-left .footer-menu, .splashSoccer #stm-footer-bottom .footer-bottom-right .footer-menu {
        margin-top: 15px;
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important; }
  .splashSoccer .widget_contacts ul li.widget_contacts_address .text {
    padding: 0; } }

@media (max-width: 740px) {
  .splashSoccer .rev_slider {
    background-color: #000; }
    .splashSoccer .rev_slider .rev_post_title {
      display: inline-block;
      width: auto;
      color: #fff;
      background-color: rgba(0, 170, 255, 0.9);
      text-shadow: none;
      font-family: Oswald;
      font-weight: 500;
      font-size: 40px !important;
      line-height: 60px;
      text-transform: uppercase;
      padding: 10px;
      text-decoration: none;
      border: none; }
      .splashSoccer .rev_slider .rev_post_title span {
        color: #000000;
        font-size: 40px !important; }
    .splashSoccer .rev_slider .rev_post_except {
      min-width: 450px;
      font-size: 10px !important; }
  .splashSoccer .fixture_detail .command_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .splashSoccer .fixture_detail .command_left .command_info {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .splashSoccer .fixture_detail .command_left .goals {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  .splashSoccer .fixture_detail .command_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .splashSoccer .fixture_detail .command_right .command_info {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .splashSoccer .fixture_detail .command_right .goals {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
  .splashSoccer .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    display: block; }
  .splashSoccer .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
    display: none; }
  .splashSoccer .stm-carousel-controls-right {
    display: none; }
  .splashSoccer .stm-videos-carousel .stm-videos-top {
    display: none; }
  .splashSoccer .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper .stm-video {
    width: 70%; }
  .splashSoccer .stm-media-tabs.stm-news-tabs-wrapper .tab-content .tab-pane .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .splashSoccer .stm-media-tabs.stm-news-tabs-wrapper .tab-content .tab-pane .row .col-sm-4 {
      width: 50%; }
  .splashSoccer .widget_follow_us ul li a {
    width: 48px;
    height: 48px; }
  .splashSoccer .footer-widgets-wrapper .widgets aside {
    width: 100%; }
  .splashSoccer #stm-footer-bottom .footer-bottom-right .stm-bottom-menu .footer-menu li a {
    padding: 0 15px; }
  .splashSoccer .stm-features-wrapp {
    margin-bottom: 20px; }
  .splashSoccer .addvert_wrapp {
    background-size: cover !important; }
    .splashSoccer .addvert_wrapp .addvert_logo img {
      width: 25%; }
    .splashSoccer .addvert_wrapp .addvert_info_wrapp .addvert_btn a {
      width: 150px;
      line-height: 27px !important; }
  .splashSoccer .vc_tta-panels-container .vc_tta-panel-body .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_single_image {
    text-align: center; }
    .splashSoccer .vc_tta-panels-container .vc_tta-panel-body .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_single_image img {
      width: 160px; }
    .splashSoccer .vc_tta-panels-container .vc_tta-panel-body .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_single_image .vc_figure {
      margin: 0 auto; }
      .splashSoccer .vc_tta-panels-container .vc_tta-panel-body .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_single_image .vc_figure img {
        width: 100%; }
  .splashSoccer .vc_tta-panels-container .vc_tta-panel-body .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_content_element .wpb_wrapper h3 {
    margin-top: 20px; }
  .splashSoccer .stm-image-slider .stm-slider-control-next, .splashSoccer .stm-image-slider .stm-slider-control-prev {
    display: none; }
  .splashSoccer .stm-reviews-main-wrapper.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    background: #fff; }
    .splashSoccer .stm-reviews-main-wrapper.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .icon {
      display: none; }
    .splashSoccer .stm-reviews-main-wrapper.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_author_img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto !important;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .splashSoccer .stm-reviews-main-wrapper.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100% !important;
      padding: 20px !important;
      position: relative;
      overflow: visible; }
      .splashSoccer .stm-reviews-main-wrapper.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_data:before {
        display: block;
        content: '\e91e';
        font-family: 'stm-splash-icons';
        position: absolute;
        top: 10px;
        left: -14px;
        z-index: 1000000;
        color: #00aaff;
        font-size: 24px; }
  .splashSoccer .stm-tickets-wrapp {
    margin-top: 30px; }
  .splashSoccer .wpb_single_image {
    text-align: center !important; }
  .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details {
    padding: 30px 25px 25px; }
    .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info {
      padding: 0 0 10px 0; }
      .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-label.normal_font {
        font-size: 13px;
        margin-bottom: 0; }
      .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-value {
        font-size: 14px;
        margin-bottom: 0; }
  .splashSoccer .stm-single-sp_player .sp-section-content-photo .sp-template-player-photo {
    height: 360px; }
  .splashSoccer .stm-single-sp_table-league .sp-template-league-table table tbody tr td {
    padding: 10px !important; }
    .splashSoccer .stm-single-sp_table-league .sp-template-league-table table tbody tr td.data-name {
      white-space: nowrap; }
  .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_left .command_info {
    margin: 0 11px 0 0; }
    .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_left .command_info .score {
      width: 85px;
      font-size: 44px;
      height: 60px;
      padding: 0 15px 0 0; }
  .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_left .goals h2 {
    margin-left: 0; }
    .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_left .goals h2 a {
      white-space: normal;
      line-height: 24px; }
  .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_right .command_info {
    margin: 0 0 0 11px; }
    .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_right .command_info .score {
      width: 85px;
      font-size: 44px;
      height: 60px;
      padding: 0 0 0 15px; }
  .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_right .goals h2 {
    margin-right: 0; }
    .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_detail .command_right .goals h2 a {
      white-space: normal;
      line-height: 24px; }
  .splashSoccer .sp-stm-template-event-blocks .stm-single-block-event-list .vc_latest_result .fixture_info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 15px; }
  .splashSoccer .stm-event-results-as-header .stm-event-header-bg {
    height: 100%;
    background-size: cover !important; }
  .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_info_publish {
    top: 0; }
  .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .command_info {
    margin: 0 11px 0 0; }
    .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .command_info .score {
      width: 85px;
      font-size: 44px;
      height: 60px;
      padding: 0 15px 0 0; }
      .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .command_info .score:after {
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent; }
  .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .goals h2 {
    margin-left: 0; }
    .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_left .goals h2 a {
      white-space: normal;
      line-height: 24px; }
  .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .command_info {
    margin: 0 0 0 11px; }
    .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .command_info .score {
      width: 85px;
      font-size: 44px;
      height: 60px;
      padding: 0 0 0 15px; }
      .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .command_info .score:after {
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent; }
  .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .goals h2 {
    margin-right: 0; }
    .splashSoccer .stm-event-results-as-header .container .stm-event-results-as-header-wrapper .fixture_detail .command_right .goals h2 a {
      white-space: normal;
      line-height: 24px; }
  .splashSoccer .stm-default-page-list .stm-single-post-loop .stm-post-content-inner .title {
    line-height: 26px; }
  .splashSoccer .stm-default-page-list .stm-single-post-loop .stm-post-content-inner .content p {
    display: none; }
  .splashSoccer .stm-single-post-loop a .image img {
    width: 100%; }
  .splashSoccer .row-3 .col-md-4:nth-child(3n+1) {
    clear: inherit; }
  .splashSoccer .woocommerce-tabs .container .entry-content#tab-reviews #reviews #review_form_wrapper #review_form #respond #commentform .comment-form-rating .stars span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .splashSoccer .vc_grid-item.vc_clearfix.vc_col-sm-3 {
    float: left;
    width: 50%; } }

@media (max-width: 670px) {
  .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details {
    padding: 35px 25px 26px; }
    .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info {
      padding: 0 0 5px 0; }
      .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-label.normal_font {
        font-size: 13px;
        margin-bottom: 0; }
      .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-value {
        font-size: 14px;
        margin-bottom: 0; }
  .splashSoccer .stm-single-sp_player .sp-section-content-photo .sp-template-player-photo {
    height: 340px; } }

@media (max-width: 570px) {
  .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details {
    padding: 21px 15px 15px; }
    .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info {
      padding: 0 0 2px 0; }
      .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-label.normal_font {
        font-size: 13px;
        margin-bottom: 0; }
      .splashSoccer .stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-value {
        font-size: 14px;
        margin-bottom: 0; }
  .splashSoccer .stm-single-sp_player .sp-section-content-photo .sp-template-player-photo {
    height: 280px; }
  .splashSoccer .stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap {
    padding: 0 10px; }
  .splashSoccer .stm-upcoming-events_list ul li .commands h3 {
    font-size: 17px !important; }
  .splashSoccer .stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .stm-event-result {
    font-size: 15px;
    text-align: center; }
  .splashSoccer .stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .read_more a {
    padding: 0 20px; }
  .splashSoccer .stm-sccr-template-event-list ul li .event_date {
    width: 18%; } }

@media (max-width: 414px) {
  .splashSoccer .rev_slider {
    background-color: #000; }
    .splashSoccer .rev_slider .rev_post_title {
      display: inline-block;
      width: 100%;
      color: #fff;
      background-color: rgba(0, 170, 255, 0.9);
      text-shadow: none;
      font-family: Oswald;
      font-weight: 500;
      font-size: 40px !important;
      line-height: 60px;
      text-transform: uppercase;
      padding: 10px;
      text-decoration: none;
      border: none;
      white-space: pre-wrap; }
      .splashSoccer .rev_slider .rev_post_title span {
        color: #000000;
        font-size: 40px !important; }
  .splashSoccer .stm-header-mobile {
    padding: 15px 20px; }
  .splashSoccer .stm-header .stm-header-mobile .logo-main {
    max-width: 45%;
    margin-top: 18px !important; }
  .splashSoccer .fixture_detail h4 {
    color: #00aaff;
    text-transform: uppercase;
    margin: 0 0 13px; }
  .splashSoccer .fixture_detail .players {
    position: relative;
    padding: 0;
    list-style: none;
    margin: 0; }
    .splashSoccer .fixture_detail .players li {
      font-size: 13px;
      line-height: 22px;
      margin-bottom: 0;
      padding: 0; }
      .splashSoccer .fixture_detail .players li span {
        color: #00aaff; }
  .splashSoccer .fixture_detail .command_left, .splashSoccer .fixture_detail .command_right {
    display: block; }
  .splashSoccer .fixture_detail .command_info {
    position: relative;
    float: right;
    margin: 0 19px 0 0; }
    .splashSoccer .fixture_detail .command_info .score {
      width: 85px;
      height: 60px;
      background: #00aaff;
      text-align: right;
      padding: 0 20px 0 0;
      font-family: "Oswald";
      font-size: 40px;
      color: #fff;
      line-height: 60px;
      font-weight: bold; }
      .splashSoccer .fixture_detail .command_info .score:after {
        content: '';
        position: absolute;
        top: -1px;
        right: -11px;
        border-top: 31px solid transparent;
        border-left: 11px solid #00aaff;
        border-bottom: 31px solid transparent; }
    .splashSoccer .fixture_detail .command_info .logo {
      position: absolute;
      left: -52px;
      top: -10px;
      width: 78px;
      height: 78px;
      overflow: hidden; }
      .splashSoccer .fixture_detail .command_info .logo img {
        max-width: 100%;
        height: auto; }
  .splashSoccer .fixture_detail .goals {
    float: right;
    text-align: right;
    margin: 20px 20px 0 0; }
    .splashSoccer .fixture_detail .goals h2 {
      display: block;
      overflow: hidden;
      font-size: 20px;
      text-transform: uppercase;
      padding: 0 0 13px 0;
      border-bottom: 3px solid #00aaff;
      margin: 0 0 9px;
      line-height: 20px;
      font-weight: 400;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .splashSoccer .fixture_detail .goals h2 a {
        color: #252c33; }
        .splashSoccer .fixture_detail .goals h2 a:hover {
          color: #00aaff;
          text-decoration: none; }
  .splashSoccer .fixture_detail .command_right .command_info {
    float: left;
    margin: 0 0 0 19px; }
    .splashSoccer .fixture_detail .command_right .command_info .logo {
      left: auto;
      right: -52px; }
    .splashSoccer .fixture_detail .command_right .command_info .score {
      text-align: left;
      padding: 0 0 0 20px; }
      .splashSoccer .fixture_detail .command_right .command_info .score:after {
        left: -11px;
        right: auto;
        border-top: 31px solid transparent;
        border-right: 11px solid #00aaff;
        border-left: transparent;
        border-bottom: 31px solid transparent; }
  .splashSoccer .fixture_detail .command_right .goals {
    display: block;
    overflow: hidden;
    width: 90%;
    float: left;
    text-align: left;
    margin: 20px 0 0 20px; }
    .splashSoccer .fixture_detail .command_right .goals h2 {
      padding: 0 0 13px 0; }
      .splashSoccer .fixture_detail .command_right .goals h2 a {
        color: #252c33; }
        .splashSoccer .fixture_detail .command_right .goals h2 a:hover {
          color: #00aaff;
          text-decoration: none; }
  .splashSoccer .fixture_detail .fixture_info {
    position: relative;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
    clear: both;
    padding: 30px 0 0; }
    .splashSoccer .fixture_detail .fixture_info .venue {
      color: #00aaff; }
  .splashSoccer .stm-default-page-grid .container .row .col-md-9 .row-3 .col-md-3 {
    width: 50%; }
  .splashSoccer .stm-soccer-tabs .vc_tta-tabs-container {
    display: block !important; }
  .splashSoccer .stm-soccer-tabs .vc_tta-panels-container .vc_tta-panel-heading {
    display: none !important; }
  .splashSoccer .stm-news-tabs-wrapper .stm-single-post-loop .image img {
    width: 100%; }
  .splashSoccer .stm-media-tabs.stm-news-tabs-wrapper .tab-content .tab-pane .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .splashSoccer .stm-media-tabs.stm-news-tabs-wrapper .tab-content .tab-pane .row .col-sm-4 {
      width: 100%; }
  .splashSoccer .stm-carousel-controls-right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 10px;
    padding-left: 5px; }
  .splashSoccer .stm-media-tabs .stm-media-tabs-nav ul {
    text-align: left; }
  .splashSoccer .stm-videos-carousel .stm-videos-top {
    position: relative; }
    .splashSoccer .stm-videos-carousel .stm-videos-top .stm-view-switcher {
      display: none; }
    .splashSoccer .stm-videos-carousel .stm-videos-top .stm-videos-controls {
      float: left;
      padding-top: 5px; }
  .splashSoccer .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper .stm-video {
    width: 100%;
    height: 256px; }
  .splashSoccer .stm-single-trophy .image {
    width: 50%;
    min-height: 160px !important; }
    .splashSoccer .stm-single-trophy .image img {
      max-height: 160px !important; }
  .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerTitle {
    display: none; }
  .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    text-transform: none;
    font-style: italic;
    font-size: 12px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post i {
      display: inline-block;
      font-size: 16px;
      color: #00aaff;
      -ms-flex-item-align: start;
          align-self: flex-start; }
    .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post a {
      display: block;
      white-space: nowrap;
      text-transform: none;
      line-height: 15px; }
      .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post a span {
        color: #fff;
        text-transform: none;
        padding: 0 0 0 5px; }
    .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post .ticker-post-divider {
      margin: 0 10px; }
    .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post > span {
      color: #00aaff; }
      .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post > span:last-child {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap; }
  .splashSoccer #stm-footer-top #footer-main .footer-widgets-wrapper {
    padding: 60px 0; }
  .splashSoccer .stm-features-wrapp {
    margin-bottom: 20px; }
  .splashSoccer .addvert_wrapp {
    background-size: cover !important; }
  .splashSoccer .vc_tta-tabs .vc_tta-tabs-container {
    display: block !important; }
    .splashSoccer .vc_tta-tabs .vc_tta-tabs-container ul {
      overflow: scroll !important; }
  .splashSoccer .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    display: none; }
  .splashSoccer .stm-reviews-main-wrapper.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    background: #fff; }
    .splashSoccer .stm-reviews-main-wrapper.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .icon {
      display: none; }
    .splashSoccer .stm-reviews-main-wrapper.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_author_img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 40% !important;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      position: relative;
      overflow: visible; }
      .splashSoccer .stm-reviews-main-wrapper.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_author_img img {
        height: auto;
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000; }
    .splashSoccer .stm-reviews-main-wrapper.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100% !important;
      padding: 10px 10px 5px !important;
      position: relative;
      overflow: visible; }
      .splashSoccer .stm-reviews-main-wrapper.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_data .title {
        font-size: 12px;
        margin-bottom: 0; }
      .splashSoccer .stm-reviews-main-wrapper.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_data .content p {
        font-size: 11px;
        line-height: 15px;
        max-height: 46px; }
      .splashSoccer .stm-reviews-main-wrapper.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_data:before {
        display: block;
        content: '\e91e';
        font-family: 'stm-splash-icons';
        position: absolute;
        top: 10px;
        left: -14px;
        z-index: 1000000;
        color: #00aaff;
        font-size: 14px; }
  .splashSoccer .vc_tta-panels-container .vc_tta-panel-body .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_content_element .wpb_wrapper h3 {
    display: block;
    overflow: hidden;
    width: 96%;
    margin-top: 20px; }
  .splashSoccer .stm-info-table-wrapp .stm-info-table tr td {
    display: block;
    width: 100%;
    border: 0;
    padding: 10px 0 !important;
    max-width: 100%; }
  .splashSoccer .stm-footer-image .heading-font.title {
    font-size: 36px; }
  .splashSoccer .sp-template-logo {
    max-width: 20%; }
  .splashSoccer .stm-single-sp_team.stm-team-page .sp-section-content .stm-tabs-wrap.stm-team-tabs-wrap ul li a {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .splashSoccer .stm-single-sp_team.stm-team-page .sp-section-content .tab-content .tab-pane .gallery ul li {
    width: 100%;
    max-width: 100%; }
    .splashSoccer .stm-single-sp_team.stm-team-page .sp-section-content .tab-content .tab-pane .gallery ul li .player_image img {
      width: 100%; }
  .splashSoccer .stm-single-sp_table-league .sp-template-league-table table tbody tr td.data-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 17px 10px !important; }
  .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 5px;
    background: #ededed; }
    .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_detail.stm-event-feature {
      background: #282f36; }
      .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_detail.stm-event-feature .logo {
        margin: 0 !important; }
      .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_detail.stm-event-feature .goals {
        display: none; }
    .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_detail .command_left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 50%;
      overflow: hidden; }
      .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_detail .command_left .command_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_detail .command_left .command_info .logo {
          position: relative;
          top: inherit;
          bottom: inherit;
          left: inherit;
          right: inherit;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          margin-right: -36px; }
        .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_detail .command_left .command_info .score {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          width: 87px;
          height: 64px;
          background: #00aaff;
          text-align: right;
          padding: 0 13px 0 0;
          font-family: "Oswald";
          font-size: 50px;
          color: #fff;
          line-height: 58px;
          font-weight: bold; }
          .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_detail .command_left .command_info .score:after {
            content: '';
            position: absolute;
            right: -11px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            border-top: 32px solid transparent;
            border-left: 11px solid #00aaff;
            border-bottom: 32px solid transparent; }
      .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_detail .command_left .goals {
        display: none; }
    .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_detail .stm-event-vs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 15%;
      font-family: 'Oswald';
      font-weight: 700;
      font-size: 48px;
      color: #00aaff;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-transform: uppercase; }
    .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_detail .command_right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      overflow: hidden;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_detail .command_right .command_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_detail .command_right .command_info .logo {
          position: relative;
          top: inherit;
          bottom: inherit;
          left: inherit;
          right: inherit;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          margin-left: -36px; }
        .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_detail .command_right .command_info .score {
          width: 87px;
          height: 64px;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          text-align: left;
          padding: 0 0 0 13px;
          font-size: 50px;
          line-height: 58px; }
          .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_detail .command_right .command_info .score:after {
            left: -11px;
            right: auto;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            border-top: 32px solid transparent;
            border-right: 11px solid #00aaff;
            border-left: transparent;
            border-bottom: 32px solid transparent; }
      .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_detail .command_right .goals {
        display: none; }
  .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_info {
    position: relative;
    font-size: 13px;
    line-height: 40px;
    clear: both;
    padding: 2px 0 0 0;
    background: #3f4851;
    display: block;
    text-align: center; }
    .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_info .venue {
      display: block;
      font-family: "Arial";
      font-size: 13px;
      color: #fff;
      margin: 0;
      line-height: 25px; }
      .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_info .venue i {
        margin-right: 15px;
        font-size: 15px; }
    .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_info .date {
      display: inline-block;
      width: auto;
      font-family: "Arial";
      font-size: 13px;
      color: #fff;
      line-height: 25px; }
      .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_info .date i {
        margin-right: 5px;
        font-size: 15px; }
    .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_info .time {
      display: inline-block;
      font-family: "Arial";
      font-size: 13px;
      color: #fff;
      margin: 0 10px;
      line-height: 25px; }
      .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_info .time i {
        margin-right: 5px;
        font-size: 15px; }
    .splashSoccer .stm-single-sp_calendar.stm-calendar-page .sp-stm-template-event-blocks .stm-single-block-event-list .fixture_info .button-gray.btn-only-border {
      display: block;
      position: relative;
      background: #00aaff !important;
      margin-top: 10px; }
  .splashSoccer .stm-single-sp_calendar.stm-calendar-page .stm-upcoming-events_list .stm-sccr-template.stm-sccr-template-event-list ul li .event_date {
    display: none; }
  .splashSoccer .stm-single-sp_calendar.stm-calendar-page .stm-upcoming-events_list .stm-sccr-template.stm-sccr-template-event-list ul li .clearfix {
    display: block;
    width: 100%;
    padding: 0; }
    .splashSoccer .stm-single-sp_calendar.stm-calendar-page .stm-upcoming-events_list .stm-sccr-template.stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px 0 0 0; }
      .splashSoccer .stm-single-sp_calendar.stm-calendar-page .stm-upcoming-events_list .stm-sccr-template.stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .commands {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%; }
        .splashSoccer .stm-single-sp_calendar.stm-calendar-page .stm-upcoming-events_list .stm-sccr-template.stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .commands h3 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-family: 'Oswald';
          font-weight: 400;
          font-size: 18px;
          color: #fff;
          text-transform: uppercase;
          margin-bottom: 3px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .splashSoccer .stm-single-sp_calendar.stm-calendar-page .stm-upcoming-events_list .stm-sccr-template.stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .commands h3 a {
            line-height: 20px; }
          .splashSoccer .stm-single-sp_calendar.stm-calendar-page .stm-upcoming-events_list .stm-sccr-template.stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .commands h3 .event-vs {
            display: none; }
          .splashSoccer .stm-single-sp_calendar.stm-calendar-page .stm-upcoming-events_list .stm-sccr-template.stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .commands h3 .event-vs-mobile {
            display: block !important;
            color: #00aaff; }
        .splashSoccer .stm-single-sp_calendar.stm-calendar-page .stm-upcoming-events_list .stm-sccr-template.stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .commands .stm-event-bottom-info {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin: 10px 0; }
          .splashSoccer .stm-single-sp_calendar.stm-calendar-page .stm-upcoming-events_list .stm-sccr-template.stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .commands .stm-event-bottom-info .mobile-hide {
            display: none; }
          .splashSoccer .stm-single-sp_calendar.stm-calendar-page .stm-upcoming-events_list .stm-sccr-template.stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .commands .stm-event-bottom-info .mobile-show {
            display: inline-block !important; }
          .splashSoccer .stm-single-sp_calendar.stm-calendar-page .stm-upcoming-events_list .stm-sccr-template.stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .commands .stm-event-bottom-info .date-time {
            font-family: 'Arial';
            font-size: 13px;
            color: #fff;
            margin-right: 0; }
            .splashSoccer .stm-single-sp_calendar.stm-calendar-page .stm-upcoming-events_list .stm-sccr-template.stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .commands .stm-event-bottom-info .date-time i {
              color: #00aaff; }
          .splashSoccer .stm-single-sp_calendar.stm-calendar-page .stm-upcoming-events_list .stm-sccr-template.stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .commands .stm-event-bottom-info .stadium {
            font-family: 'Arial';
            font-size: 13px;
            color: #fff;
            margin-right: 0; }
            .splashSoccer .stm-single-sp_calendar.stm-calendar-page .stm-upcoming-events_list .stm-sccr-template.stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .commands .stm-event-bottom-info .stadium i {
              color: #00aaff;
              opacity: 1; }
      .splashSoccer .stm-single-sp_calendar.stm-calendar-page .stm-upcoming-events_list .stm-sccr-template.stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .stm-event-result {
        display: none; }
      .splashSoccer .stm-single-sp_calendar.stm-calendar-page .stm-upcoming-events_list .stm-sccr-template.stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .read_more {
        display: block;
        width: 100%;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        margin: 0;
        text-align: center; }
        .splashSoccer .stm-single-sp_calendar.stm-calendar-page .stm-upcoming-events_list .stm-sccr-template.stm-sccr-template-event-list ul li .clearfix .stm-event-data-wrap .read_more a {
          color: #fff;
          padding: 0 33px;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-family: 'Oswald';
          font-weight: 400;
          width: 100%;
          border: 0;
          line-height: 44px;
          background: #00aaff !important; }
  .splashSoccer .stm-single-sp_player.stm-player-page .sp-section-content-photo {
    width: 100%; }
    .splashSoccer .stm-single-sp_player.stm-player-page .sp-section-content-photo .sp-template-photo {
      height: 100%; }
  .splashSoccer .stm-single-sp_player.stm-player-page .sp-section-content-details {
    width: 100%;
    margin-bottom: 30px; }
  .splashSoccer .stm-default-page-grid .container .row .col-md-9 .row-3 .col-md-4 {
    width: 100%; }
    .splashSoccer .stm-default-page-grid .container .row .col-md-9 .row-3 .col-md-4 .image {
      margin-bottom: 10px; }
    .splashSoccer .stm-default-page-grid .container .row .col-md-9 .row-3 .col-md-4 img {
      width: 100%; }
    .splashSoccer .stm-default-page-grid .container .row .col-md-9 .row-3 .col-md-4 .content .title {
      margin-bottom: 0;
      min-height: 0; }
    .splashSoccer .stm-default-page-grid .container .row .col-md-9 .row-3 .col-md-4 .content p {
      display: none; }
  .splashSoccer .stm-default-page-list .stm-single-post-loop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 0; }
    .splashSoccer .stm-default-page-list .stm-single-post-loop > a {
      display: block;
      max-width: 100%; }
      .splashSoccer .stm-default-page-list .stm-single-post-loop > a .image {
        width: 100%;
        max-width: 100%; }
        .splashSoccer .stm-default-page-list .stm-single-post-loop > a .image img {
          width: 100%; }
    .splashSoccer .stm-default-page-list .stm-single-post-loop .stm-post-content-inner {
      display: block;
      width: 100%;
      padding: 0; }
      .splashSoccer .stm-default-page-list .stm-single-post-loop .stm-post-content-inner .date {
        margin-top: 10px; }
  .splashSoccer .stm-single-post .container .row .col-md-9 .stm-single-post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .splashSoccer .stm-single-post .container .row .col-md-9 .stm-single-post-meta .stm-date {
      line-height: 20px;
      margin-bottom: 8px; }
    .splashSoccer .stm-single-post .container .row .col-md-9 .stm-single-post-meta .stm-author {
      margin: 10px 0; }
    .splashSoccer .stm-single-post .container .row .col-md-9 .stm-single-post-meta .stm-comments-num a {
      color: #d9dadb; }
      .splashSoccer .stm-single-post .container .row .col-md-9 .stm-single-post-meta .stm-comments-num a i {
        color: #d9dadb; }
  .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .comment-respond h3 {
    margin: 20px 30px 0 30px;
    font-size: 24px; }
    .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .comment-respond h3:before {
      top: 22%; }
  .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .comment-respond form {
    padding: 30px; }
    .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .comment-respond form .stm-row-comments {
      margin-bottom: 0; }
    .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .comment-respond form .button {
      width: 100%; }
  .splashSoccer .stm-single-post .stm-post-meta-bottom .stm_post_tags {
    margin: 0 !important;
    max-width: 60%; }
    .splashSoccer .stm-single-post .stm-post-meta-bottom .stm_post_tags a {
      margin: 0 5px 5px 0 !important; }
  .splashSoccer.woocommerce .tparrows.gyges {
    display: none; }
  .splashSoccer .woocommerce-tabs .container ul li a {
    padding: 14px 30px; }
  .splashSoccer .woocommerce-tabs .entry-content #reviews #comments .stm-single-comment-title {
    padding: 0; }
    .splashSoccer .woocommerce-tabs .entry-content #reviews #comments .stm-single-comment-title h2 {
      display: block;
      width: 100%;
      padding: 0;
      font-size: 20px !important;
      line-height: 25px; }
    .splashSoccer .woocommerce-tabs .entry-content #reviews #comments .stm-single-comment-title .stm-add-review {
      position: relative;
      display: block;
      top: 0; }
  .splashSoccer .woocommerce-tabs .commentlist li .comment_container {
    padding: 0; }
  .splashSoccer .woocommerce-tabs .comment-form {
    padding: 20px; }
    .splashSoccer .woocommerce-tabs .comment-form .comment-form-rating {
      position: relative;
      margin: 0;
      width: 100%; }
      .splashSoccer .woocommerce-tabs .comment-form .comment-form-rating label {
        color: #fff !important;
        margin-right: 10px; }
      .splashSoccer .woocommerce-tabs .comment-form .comment-form-rating p.stars a {
        display: inline-block; }
    .splashSoccer .woocommerce-tabs .comment-form .button {
      width: 100%; }
  .splashSoccer.single-product .product .stm-fullwidth-row-js {
    margin: 0 !important; }
    .splashSoccer.single-product .product .stm-fullwidth-row-js .container {
      padding: 0; }
  .splashSoccer .stm-single-post .container .row .col-md-9 .stm_author_box .author_info-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .splashSoccer .stm-products-carousel-unit-wrapper .owl-carousel .owl-stage-outer {
    overflow: hidden; }
  .splashSoccer .stm-products-carousel-unit-wrapper .stm-products-carousel-unit {
    margin: 0; }
  .splashSoccer .stm-gmap-wrap .stm-gmap-info-blocks-wrap {
    padding: 20px 0; }
    .splashSoccer .stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0; }
      .splashSoccer .stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks .stm-info-block-wrap {
        width: 100%;
        padding: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .splashSoccer .woocommerce .sp-scrollable-table-wrapper .shop_table tbody tr:last-child td .coupon {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .splashSoccer .woocommerce .sp-scrollable-table-wrapper .shop_table tbody tr:last-child td .stm-actions-right {
    float: left; }
  .splashSoccer .woocommerce .cart-collaterals .cart_totals .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section p:nth-of-type(4) .button-gray {
    width: 100%; }
  .splashSoccer .woocommerce .cart-collaterals .cart_totals .row .col-md-6 .stm-cart-totals .wc-proceed-to-checkout .checkout-button.button {
    width: 100%;
    text-align: center; }
  .splashSoccer .woocommerce .woocommerce-checkout-review-order-table th.product-name {
    width: 190px; }
  .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shop_table,
  .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-review-order .shop_table,
  .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-checkout-payment,
  .splashSoccer.woocommerce-account .woocommerce .woocommerce-checkout-payment,
  .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .col2-set.addresses .col-1,
  .splashSoccer.woocommerce-account .woocommerce-MyAccount-content .col2-set.addresses .col-2,
  .splashSoccer.woocommerce-checkout.woocommerce-order-received .col2-set.addresses .col-1,
  .splashSoccer.woocommerce-checkout.woocommerce-order-received .col2-set.addresses .col-2,
  .splashSoccer.woocommerce-account.woocommerce-order-received .col2-set.addresses .col-1,
  .splashSoccer.woocommerce-account.woocommerce-order-received .col2-set.addresses .col-2,
  .splashSoccer.woocommerce-account.woocommerce-edit-address form p,
  .splashSoccer.woocommerce-account.woocommerce-edit-account form p,
  .splashSoccer.woocommerce-account.woocommerce-edit-address form legend,
  .splashSoccer.woocommerce-account.woocommerce-edit-account form legend {
    width: 100%;
    max-width: 100%; }
  .splashSoccer.woocommerce-checkout .woocommerce .woocommerce-MyAccount-navigation ul,
  .splashSoccer.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll; }
  .splashSoccer #stm-footer-bottom .footer-bottom-left {
    display: block;
    width: 60%;
    text-align: center;
    margin: 0 auto; }
  .splashSoccer #stm-footer-bottom .footer-bottom-right {
    display: none; }
  .splashSoccer #stm-footer-bottom .footer-bottom-left .footer-bottom-left-text {
    white-space: normal; }
  .splashSoccer .stm-sc-btns-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .splashSoccer .stm-sc-btns-wrap a {
      margin-bottom: 20px;
      display: inline-block;
      width: auto;
      max-width: 140px;
      text-align: center; }
  .splashSoccer .stm-single-post .container .row .col-md-9 .stm_post_comments .comments-area .comment-respond form .logged-in-as a {
    display: block;
    float: left;
    clear: both;
    margin: 0; }
  .splashSoccer .stm-products-row .col-xs-6 {
    width: 100%; }
  .splashSoccer .stm-product-content-loop-inner .product .product_info .star-rating {
    width: 76px;
    margin-top: 3px; }
  .splashSoccer .stm-product-content-loop-inner .product .product_footer .price del {
    line-height: 27px;
    vertical-align: middle; }
  .splashSoccer .comment-reply-title {
    font-size: 20px !important;
    line-height: 30px; }
  .splashSoccer .vc_tta-panel-heading .vc_tta-panel-title a i {
    width: 40px !important; }
  .splashSoccer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
    padding: 20px 20px 20px 40px !important; }
  .splashSoccer .stm-faq-form {
    padding: 10px 20px 20px !important; }
  .splashSoccer h3, .splashSoccer .h3 {
    line-height: 30px; } }

@media (max-width: 375px) {
  .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerTitle {
    display: none; }
  .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem {
    padding: 8px 0 0; }
    .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      text-transform: none;
      font-style: italic;
      font-size: 12px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-line-pack: center;
          align-content: center; }
      .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post i {
        display: inline-block;
        font-size: 16px;
        color: #00aaff;
        -ms-flex-item-align: start;
            align-self: flex-start; }
      .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post a {
        display: block;
        white-space: nowrap;
        text-transform: none;
        line-height: 15px; }
        .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post a span {
          color: #fff;
          text-transform: none;
          padding: 0 0 0 5px; }
      .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post .ticker-post-divider {
        display: none;
        margin: 0 10px; }
      .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post > span {
        color: #00aaff; }
        .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post > span:last-child {
          display: block;
          padding-left: 25px; }
  .splashSoccer .stm-footer-image .heading-font.title span {
    font-size: 30px; }
    .splashSoccer .stm-footer-image .heading-font.title span.stm-text {
      padding: 5px 10px 10px; } }

@media (max-width: 320px) {
  .splashSoccer .rev_slider {
    background-color: #000; }
    .splashSoccer .rev_slider .rev_post_title {
      display: inline-block;
      width: 100%;
      margin: 0 auto 10px;
      color: #fff;
      background-color: rgba(0, 170, 255, 0.9);
      text-shadow: none;
      font-family: Oswald;
      font-weight: 500;
      font-size: 30px !important;
      line-height: 60px;
      text-transform: uppercase;
      padding: 10px;
      text-decoration: none;
      border: none;
      white-space: nowrap; }
      .splashSoccer .rev_slider .rev_post_title span {
        color: #000000;
        font-size: 30px !important; }
  .splashSoccer .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper .stm-video {
    width: 100%;
    height: 193px; }
  .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerTitle {
    display: none; }
  .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem {
    padding: 8px 0 0; }
    .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      text-transform: none;
      font-style: italic;
      font-size: 12px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-line-pack: center;
          align-content: center;
      width: 99%; }
      .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post i {
        display: inline-block;
        font-size: 16px;
        color: #00aaff;
        margin-bottom: -2px; }
      .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post a {
        text-transform: none;
        line-height: 15px; }
        .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post a span {
          color: #fff;
          text-transform: none;
          padding: 0 0 0 10px; }
      .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post .ticker-post-divider {
        display: none;
        margin: 0 10px; }
      .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post > span {
        color: #00aaff; }
        .splashSoccer .stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post > span:last-child {
          display: block;
          padding-left: 25px; } }
