/*
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

5 Joomsport
*/
/*American football*/
/*Soccer*/
/*Baseball*/
/*magazine*/
/*Soccer News*/
/*Basketball Two*/
/*Hockey*/
/* 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: #e21e22; }
  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: #e21e22; }

.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 #e21e22;
  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: #e21e22;
    z-index: -1;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 0.4s, opacity 0.4s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  input[type="submit"]:hover,
  button:hover,
  .button:hover {
    color: #e21e22;
    border-color: #e21e22; }
    input[type="submit"]:hover:active,
    button:hover:active,
    .button:hover:active {
      color: #e21e22 !important;
      border-color: #e21e22; }
    input[type="submit"]:hover:before,
    button:hover:before,
    .button:hover:before {
      opacity: 0;
      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: #e21e22; }
    input[type="submit"].btn-secondary:before,
    button.btn-secondary:before,
    .button.btn-secondary:before {
      opacity: 0;
      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;
        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: #e21e22; }
        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: #e21e22 !important; }
  input[type="submit"][disabled],
  button[disabled],
  .button[disabled] {
    opacity: 0.5;
    cursor: not-allowed; }

input[type="submit"] {
  background-color: #e21e22 !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: #e21e22; }

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

body.home.blog .sidebar-wrapper > .hidden-sm.hidden-xs {
  display: block !important; }

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: #e21e22; }
    ul li a {
      display: inline-block; }
    ul li.blocks-gallery-item {
      padding-left: 0; }
      ul li.blocks-gallery-item:before {
        display: none; }
  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: #e21e22;
      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: #e21e22;
      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 #e21e22;
  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;
      transform: translate(0, 0);
      left: 0;
      top: -9px;
      color: #e21e22;
      font-size: 45px;
      content: "\f10d"; }

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

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

.page-links {
  clear: both; }

table {
  width: 100%; }
  table thead {
    background-color: #e21e22;
    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 th {
    padding: 13px 7px; }
  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.preloader:before {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99999;
  height: 100vh;
  width: 100vw; }

body.preloader:after {
  content: " ";
  position: fixed;
  top: calc(50vh - 24px);
  left: calc(50vw - 24px);
  display: table;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  animation: dual-ring .5s linear infinite;
  z-index: 99999; }

@keyframes dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.sp-template-event-calendar .sp-event-calendar.sp-data-table a.has-tip {
  position: relative;
  color: #fff !important;
  background-color: #333;
  padding: 2px 5px;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle; }

body.modal-open .stm-footer {
  padding-right: 15px; }

.splashBasketball h1.stm-main-title-unit {
  font-size: 30px !important;
  line-height: 40px; }

.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: #e21e22;
  color: #fff;
  border: 1px solid #e21e22;
  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: #e21e22 !important; }
    .modal-header .close .fa {
      vertical-align: top;
      font-size: 18px;
      text-shadow: none;
      color: #fff; }

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

.stm-red {
  color: #e21e22 !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: #e21e22 !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: #e21e22; }

.stm-simple-gradient {
  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-menu-toggle-baseball {
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    background: #e21e22; }
    #stm-top-bar .stm-menu-toggle-baseball span {
      display: block;
      width: 32px;
      height: 2px;
      margin: 0 auto 5px;
      border-radius: 2px;
      background: #fff; }
      #stm-top-bar .stm-menu-toggle-baseball span:first-child {
        position: relative;
        margin-top: 23px;
        top: 0;
        transition: top 0.3s 0.3s, transform 0.3s 0s; }
      #stm-top-bar .stm-menu-toggle-baseball span:nth-child(2) {
        opacity: 1;
        transition: opacity 0.3s; }
      #stm-top-bar .stm-menu-toggle-baseball span:last-child {
        margin-bottom: 0;
        position: relative;
        top: 0;
        transition: top 0.3s 0.3s, transform 0.3s 0s; }
    #stm-top-bar .stm-menu-toggle-baseball.opened span {
      background: #000000; }
      #stm-top-bar .stm-menu-toggle-baseball.opened span:first-child {
        top: 4px;
        transform: rotate(-45deg);
        transition: top 0.3s 0s, transform 0.3s 0.3s, color 0.3s 0.3s; }
      #stm-top-bar .stm-menu-toggle-baseball.opened span:nth-child(2) {
        opacity: 0; }
      #stm-top-bar .stm-menu-toggle-baseball.opened span:last-child {
        top: -10px;
        transform: rotate(45deg);
        transition: top 0.3s 0s, transform 0.3s 0.3s; }
  #stm-top-bar .stm-menu-toggle-bb {
    width: 50px;
    height: 50px; }
    #stm-top-bar .stm-menu-toggle-bb span:first-child {
      margin-top: 19px; }
  #stm-top-bar .stm-menu-toggle-sccr {
    width: 38px;
    height: 37px;
    background: #00aaff; }
    #stm-top-bar .stm-menu-toggle-sccr.opened span:first-child {
      margin-top: 13px; }
    #stm-top-bar .stm-menu-toggle-sccr span:first-child {
      margin-top: 11px; }
    #stm-top-bar .stm-menu-toggle-sccr span {
      width: 24px; }
  #stm-top-bar .stm-menu-toggle-af {
    width: 40px;
    height: 40px;
    background: #da9a29; }
    #stm-top-bar .stm-menu-toggle-af.opened span:first-child {
      margin-top: 15px; }
    #stm-top-bar .stm-menu-toggle-af span:first-child {
      margin-top: 13px; }
    #stm-top-bar .stm-menu-toggle-af span {
      width: 24px; }
  #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: #e21e22; }
    #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: #e21e22;
        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: #e21e22;
        border-color: #e21e22; }
      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: #e21e22; }
      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; }

.header_1 .stm-header, .header_2 .stm-header, .header_3 .stm-header, .header_magazine_one .stm-header {
  position: relative;
  z-index: 9999;
  /*MENU*/ }
  .header_1 .stm-header .stm-main-menu, .header_2 .stm-header .stm-main-menu, .header_3 .stm-header .stm-main-menu, .header_magazine_one .stm-header .stm-main-menu {
    text-align: right; }
    .header_1 .stm-header .stm-main-menu .stm-main-menu-unit, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit, .header_magazine_one .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); }
      .header_1 .stm-header .stm-main-menu .stm-main-menu-unit:after, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit:after, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit:after, .header_magazine_one .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); }
      .header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit .header-menu {
        font-size: 0; }
        .header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu li a span .fa, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu li a span .fa, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu li a span .fa, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit .header-menu li a span .fa {
          margin-right: 20px; }
        .header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu, .header_magazine_one .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; }
          .header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li {
            position: relative; }
            .header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li.menu-item-has-children:before, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li.menu-item-has-children:before, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li.menu-item-has-children:before, .header_magazine_one .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; }
            .header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li a, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li a, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li a, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li a {
              padding-right: 40px;
              line-height: 50px; }
            .header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu {
              left: 100%;
              top: 0; }
              .header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu li.stm_mega_has_info, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu li.stm_mega_has_info, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu li.stm_mega_has_info, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu li.stm_mega_has_info {
                padding: 20px; }
                .header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu li.stm_mega_has_info a, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu li.stm_mega_has_info a, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu li.stm_mega_has_info a, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu li.stm_mega_has_info a {
                  padding: 0; }
                  .header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu li.stm_mega_has_info a:hover:before, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu li.stm_mega_has_info a:hover:before, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu li.stm_mega_has_info a:hover:before, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu li.stm_mega_has_info a:hover:before {
                    display: none; }
                  .header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu li.stm_mega_has_info a span .stm_mega_textarea, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu li.stm_mega_has_info a span .stm_mega_textarea, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu li.stm_mega_has_info a span .stm_mega_textarea, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu li.stm_mega_has_info a span .stm_mega_textarea {
                    display: block;
                    font-size: 14px;
                    line-height: 24px;
                    font-weight: 400;
                    text-transform: none;
                    margin-top: 20px;
                    margin-bottom: 10px; }
                  .header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu li.stm_mega_has_info a ul.mm-list li, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu li.stm_mega_has_info a ul.mm-list li, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu li.stm_mega_has_info a ul.mm-list li, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu li.stm_mega_has_info a ul.mm-list li {
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-align: baseline;
                        align-items: baseline;
                    font-size: 16px;
                    color: #fff;
                    text-transform: none;
                    font-weight: 400; }
            .header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li.current-menu-item a, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li.current-menu-item a, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li.current-menu-item a, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li.current-menu-item a {
              background-color: #111; }
        .header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu li, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu li, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu li, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit .header-menu li {
          margin-bottom: 0;
          padding-left: 0; }
          .header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu li:before, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu li:before, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu li:before, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit .header-menu li:before {
            display: none; }
          .header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu li:hover > .sub-menu, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu li:hover > .sub-menu, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu li:hover > .sub-menu, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit .header-menu li:hover > .sub-menu {
            visibility: visible;
            opacity: 1;
            z-index: 1; }
        .header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li {
          display: inline-block;
          vertical-align: top;
          max-width: 100%; }
          .header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li.current-menu-item > a, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li.current-menu-item > a, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li.current-menu-item > a, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li.current-menu-item > a {
            background-color: #e21e22; }
            .header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li.current-menu-item > a:before, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li.current-menu-item > a:before, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li.current-menu-item > a:before, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li.current-menu-item > a:before {
              opacity: 1;
              transform: translate3d(0, 0, 0); }
          .header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a, .header_magazine_one .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; }
            .header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a span, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a span, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a span, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a span {
              position: relative;
              z-index: 5; }
            .header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a:before, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a:before, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a:before, .header_magazine_one .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: #e21e22;
              z-index: 1;
              opacity: 0;
              transform: scale3d(0.7, 1, 1);
              transition: transform 0.4s, opacity 0.4s;
              transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
            .header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a:hover:before, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a:hover:before, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a:hover:before, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a:hover:before {
              opacity: 1;
              transform: translate3d(0, 0, 0); }
      .header_1 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled {
        padding-right: 70px; }
        .header_1 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search, .header_magazine_one .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; }
          .header_1 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit, .header_magazine_one .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; }
            .header_1 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit:before, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit:before, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit:before, .header_magazine_one .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: #e21e22;
              z-index: -1;
              opacity: 0;
              transform: scale3d(0.7, 1, 1);
              transition: transform 0.4s, opacity 0.4s;
              transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
            .header_1 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit i, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit i, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit i, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit i {
              position: relative;
              top: -2px; }
            .header_1 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit:hover, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit:hover, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit:hover, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit:hover {
              color: #fff !important; }
              .header_1 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit:hover:before, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit:hover:before, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit:hover:before, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-submit:hover:before {
                opacity: 1;
                transform: translate3d(0, 0, 0); }
          .header_1 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-input, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-input, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-input, .header_magazine_one .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; }
            .header_1 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-input.active, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-input.active, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-input.active, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-input.active {
              width: 330px;
              padding: 20px 15px; }
            .header_1 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-input::-webkit-input-placeholder, .header_2 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-input::-webkit-input-placeholder, .header_3 .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-input::-webkit-input-placeholder, .header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit.stm-search-enabled .stm-header-search .search-input::-webkit-input-placeholder {
              color: #fff; }

.header_magazine_one.soccer_news .stm-header .stm-main-menu .stm-main-menu-unit .header-menu > li a:before {
  background: #e700fc; }

.header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li .sub-menu li.stm_mega_has_info.stm_mega_second_col_width_default a ul.mm-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 10px; }

body.header_2 .stm-header .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu li > ul.sub-menu li.stm_mega_has_info {
  background: transparent !important; }
  body.header_2 .stm-header .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu li > ul.sub-menu li.stm_mega_has_info a span ul.mm-list {
    padding: 0; }
    body.header_2 .stm-header .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu li > ul.sub-menu li.stm_mega_has_info a span ul.mm-list li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: baseline;
          align-items: baseline;
      padding: 0;
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 20px; }

body.header_2 .stm-header .stm-main-menu .stm-main-menu-unit ul.header-menu > li.stm_megamenu.stm_megamenu.stm_megamenu__boxed > ul.sub-menu > li {
  padding-left: 20px; }
  body.header_2 .stm-header .stm-main-menu .stm-main-menu-unit ul.header-menu > li.stm_megamenu.stm_megamenu.stm_megamenu__boxed > ul.sub-menu > li:hover {
    background: transparent !important; }
    body.header_2 .stm-header .stm-main-menu .stm-main-menu-unit ul.header-menu > li.stm_megamenu.stm_megamenu.stm_megamenu__boxed > ul.sub-menu > li:hover:after {
      opacity: 0;
      background: transparent !important; }
  body.header_2 .stm-header .stm-main-menu .stm-main-menu-unit ul.header-menu > li.stm_megamenu.stm_megamenu.stm_megamenu__boxed > ul.sub-menu > li > ul.sub-menu {
    width: 100%; }
    body.header_2 .stm-header .stm-main-menu .stm-main-menu-unit ul.header-menu > li.stm_megamenu.stm_megamenu.stm_megamenu__boxed > ul.sub-menu > li > ul.sub-menu li.stm_mega_has_info {
      padding-left: 0;
      margin-top: 13px; }
      body.header_2 .stm-header .stm-main-menu .stm-main-menu-unit ul.header-menu > li.stm_megamenu.stm_megamenu.stm_megamenu__boxed > ul.sub-menu > li > ul.sub-menu li.stm_mega_has_info:hover {
        background: transparent !important; }
        body.header_2 .stm-header .stm-main-menu .stm-main-menu-unit ul.header-menu > li.stm_megamenu.stm_megamenu.stm_megamenu__boxed > ul.sub-menu > li > ul.sub-menu li.stm_mega_has_info:hover:after {
          opacity: 0;
          background: transparent !important; }
    body.header_2 .stm-header .stm-main-menu .stm-main-menu-unit ul.header-menu > li.stm_megamenu.stm_megamenu.stm_megamenu__boxed > ul.sub-menu > li > ul.sub-menu li a {
      padding-left: 0; }
      body.header_2 .stm-header .stm-main-menu .stm-main-menu-unit ul.header-menu > li.stm_megamenu.stm_megamenu.stm_megamenu__boxed > ul.sub-menu > li > ul.sub-menu li a span {
        padding-left: 0; }
        body.header_2 .stm-header .stm-main-menu .stm-main-menu-unit ul.header-menu > li.stm_megamenu.stm_megamenu.stm_megamenu__boxed > ul.sub-menu > li > ul.sub-menu li a span .mm-list li {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: baseline;
              align-items: baseline;
          padding-left: 0; }
          body.header_2 .stm-header .stm-main-menu .stm-main-menu-unit ul.header-menu > li.stm_megamenu.stm_megamenu.stm_megamenu__boxed > ul.sub-menu > li > ul.sub-menu li a span .mm-list li:hover {
            background: transparent !important; }
            body.header_2 .stm-header .stm-main-menu .stm-main-menu-unit ul.header-menu > li.stm_megamenu.stm_megamenu.stm_megamenu__boxed > ul.sub-menu > li > ul.sub-menu li a span .mm-list li:hover:after {
              opacity: 0;
              background: transparent !important; }

body.header_3 .stm-header .stm-main-menu .stm-main-menu-unit ul.header-menu li > ul.sub-menu li > ul.sub-menu li.stm_mega_has_info a span .mm-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  white-space: normal;
  line-height: 26px;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px; }
  body.header_3 .stm-header .stm-main-menu .stm-main-menu-unit ul.header-menu li > ul.sub-menu li > ul.sub-menu li.stm_mega_has_info a span .mm-list li .fa {
    margin-right: 10px; }

body.header_3 .stm-header .stm-main-menu .stm-main-menu-unit ul.header-menu li.stm_megamenu.stm_megamenu__boxed > ul.sub-menu li > ul.sub-menu {
  width: 100%; }

.stm-header {
  position: relative;
  z-index: 9999; }
  .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-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: #e21e22; }
    .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;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    body .vc_progress_bar .vc_single_bar .vc_bar small {
      position: absolute;
      right: 10px;
      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: #e21e22; }
  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: #e21e22; }

rs-module {
  background-color: #000; }

rs-module .rs-layer i {
  margin-left: 3px !important; }

.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: #e21e22; }
    .tparrows.hades:hover:before {
      background-color: #e21e22;
      color: #fff; }
  .tparrows.hades .tp-arr-allwrapper {
    width: 80px !important;
    height: 80px !important; }

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

.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-center-text {
    text-align: center; }
  #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: #e21e22;
            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: #e21e22; }
  .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 .stm-single-col .widget_nav_menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
    .footer-widgets-wrapper .stm-single-col .widget_nav_menu ul li:before {
      content: none; }
  .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;
        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: #e21e22;
  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-latest-results-title.stm-latest-results-title-baseball {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -0.8px;
  font-style: italic; }

.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: #e21e22;
    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;
    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: #e21e22;
      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 {
            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-results {
        display: table-cell;
        vertical-align: middle;
        width: 10%; }
        .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command-results span {
          display: inline-block;
          padding: 20px 10px;
          background-color: #e21e22;
          font-weight: 700;
          font-size: 36px; }
      .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: #e21e22;
          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;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0.8px; }
    .stm-next-match-units .stm-next-match-unit .stm-next-match-venue {
      text-align: center;
      color: #fff;
      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: #e21e22;
        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; }

.splashBasketball .stm-latest-results-units {
  padding-top: 0; }

.stm-latest-results-units-baseball {
  padding-top: 14px; }
  .stm-latest-results-units-baseball a {
    display: block;
    overflow: hidden;
    margin-top: 16px; }
    .stm-latest-results-units-baseball a:first-child {
      margin-top: 0; }
    .stm-latest-results-units-baseball a .stm-latest-results-info {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -ms-flex-align: center;
          align-items: center;
      background-color: rgba(0, 0, 0, 0.35);
      border-bottom: 2px solid #e21e22;
      padding: 23px 25px 22px; }
      .stm-latest-results-units-baseball a .stm-latest-results-info .stm-latest-result {
        display: -ms-flexbox;
        display: flex;
        width: 40%;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
        .stm-latest-results-units-baseball a .stm-latest-results-info .stm-latest-result.stm-latest-result-right .stm-latest-result-team {
          margin-left: 25px;
          margin-right: 0; }
          .stm-latest-results-units-baseball a .stm-latest-results-info .stm-latest-result.stm-latest-result-right .stm-latest-result-team span {
            text-align: left; }
        .stm-latest-results-units-baseball a .stm-latest-results-info .stm-latest-result .stm-latest-result-team {
          margin-right: 25px; }
          .stm-latest-results-units-baseball a .stm-latest-results-info .stm-latest-result .stm-latest-result-team span {
            display: block;
            width: 100%;
            text-align: right;
            text-transform: uppercase; }
            .stm-latest-results-units-baseball a .stm-latest-results-info .stm-latest-result .stm-latest-result-team span .team_venue {
              font-size: 12px;
              color: #a10a0d;
              margin-top: 2px;
              margin-bottom: 5px; }
            .stm-latest-results-units-baseball a .stm-latest-results-info .stm-latest-result .stm-latest-result-team span .team_name {
              font-size: 20px;
              color: #fff; }
        .stm-latest-results-units-baseball a .stm-latest-results-info .stm-latest-result .stm-latest-result-team-logo {
          display: block;
          max-width: 65px; }
          .stm-latest-results-units-baseball a .stm-latest-results-info .stm-latest-result .stm-latest-result-team-logo img {
            display: block;
            width: 100%; }
      .stm-latest-results-units-baseball a .stm-latest-results-info .stm-latest-result_result {
        display: -ms-flexbox;
        display: flex;
        width: auto;
        min-width: 14%;
        max-width: 18%;
        background: #a10a0d;
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 3px;
        padding: 16px 0 15px;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        margin: 0 12px; }
    .stm-latest-results-units-baseball a .stm-latest-results-meta {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -ms-flex-pack: center;
          justify-content: center;
      background-color: rgba(0, 0, 0, 0.75);
      padding: 8px 0;
      font-weight: 400;
      text-transform: none; }
      .stm-latest-results-units-baseball a .stm-latest-results-meta .date {
        text-align: right;
        font-size: 14px;
        color: #fff;
        margin-right: 5px;
        opacity: 1; }
      .stm-latest-results-units-baseball a .stm-latest-results-meta .venue {
        text-align: left;
        font-size: 14px;
        color: #e21e22;
        opacity: 1; }

.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;
    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 {
      transform: scale(1.08) translateZ(0); }
    .stm-players .stm-list-single-player img {
      transform: scale(1);
      transition: 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;
        transform: rotate(-90deg);
        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;
          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; }

.stm-player-ids.style_2 .stm-title-center {
  text-align: center; }
  .stm-player-ids.style_2 .stm-title-center .stm-main-title-unit {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 74px; }

.stm-player-ids.style_2 .stm-carousel-controls-center {
  width: 100vw;
  display: block;
  left: calc(-1 * (100vw - 100%) / 2);
  position: absolute;
  top: 50%;
  margin-top: -35px; }
  .stm-player-ids.style_2 .stm-carousel-controls-center .stm-carousel-control-prev, .stm-player-ids.style_2 .stm-carousel-controls-center .stm-carousel-control-next {
    position: relative;
    background: #ffba00;
    z-index: 999; }
    .stm-player-ids.style_2 .stm-carousel-controls-center .stm-carousel-control-prev:hover, .stm-player-ids.style_2 .stm-carousel-controls-center .stm-carousel-control-next:hover {
      background: #552085;
      cursor: pointer; }
      .stm-player-ids.style_2 .stm-carousel-controls-center .stm-carousel-control-prev:hover:before, .stm-player-ids.style_2 .stm-carousel-controls-center .stm-carousel-control-prev:hover:after, .stm-player-ids.style_2 .stm-carousel-controls-center .stm-carousel-control-next:hover:before, .stm-player-ids.style_2 .stm-carousel-controls-center .stm-carousel-control-next:hover:after {
        transition: all 0.3s ease-in-out;
        background-color: #552085; }
    .stm-player-ids.style_2 .stm-carousel-controls-center .stm-carousel-control-prev:before, .stm-player-ids.style_2 .stm-carousel-controls-center .stm-carousel-control-next:before {
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 48px; }
    .stm-player-ids.style_2 .stm-carousel-controls-center .stm-carousel-control-prev i, .stm-player-ids.style_2 .stm-carousel-controls-center .stm-carousel-control-next i {
      display: none; }
  .stm-player-ids.style_2 .stm-carousel-controls-center .stm-carousel-control-prev {
    float: left; }
    .stm-player-ids.style_2 .stm-carousel-controls-center .stm-carousel-control-prev:before {
      content: "\f104";
      display: block;
      background-color: #ffba00;
      padding: 8px 25px 14px 25px;
      margin: 0;
      color: white; }
    .stm-player-ids.style_2 .stm-carousel-controls-center .stm-carousel-control-prev:after {
      background-color: #ffba00;
      position: absolute;
      content: '';
      display: block;
      top: 0;
      right: -10px;
      min-height: 70px;
      width: 32px;
      transform: skew(-14deg, 0deg);
      z-index: 5; }
  .stm-player-ids.style_2 .stm-carousel-controls-center .stm-carousel-control-next {
    float: right; }
    .stm-player-ids.style_2 .stm-carousel-controls-center .stm-carousel-control-next:before {
      content: "\f105";
      display: block;
      background-color: #ffba00;
      padding: 8px 25px 14px 25px;
      margin: 0;
      color: white; }
    .stm-player-ids.style_2 .stm-carousel-controls-center .stm-carousel-control-next:after {
      background-color: #ffba00;
      position: absolute;
      content: '';
      display: block;
      top: 0;
      left: -10px;
      min-height: 70px;
      width: 32px;
      transform: skew(-14deg, 0deg);
      z-index: 5; }

.stm-player-ids.style_2 .stm-players .stm-list-single-player .stm-list-single-player-info {
  background-color: #552085;
  transition: all 0.3s ease-in-out; }
  .stm-player-ids.style_2 .stm-players .stm-list-single-player .stm-list-single-player-info .inner {
    padding-left: 20px; }
    .stm-player-ids.style_2 .stm-players .stm-list-single-player .stm-list-single-player-info .inner .player-number, .stm-player-ids.style_2 .stm-players .stm-list-single-player .stm-list-single-player-info .inner .player-title, .stm-player-ids.style_2 .stm-players .stm-list-single-player .stm-list-single-player-info .inner .player-position {
      color: #fff;
      font-weight: 500;
      font-size: 24px;
      line-height: 40px; }
    .stm-player-ids.style_2 .stm-players .stm-list-single-player .stm-list-single-player-info .inner .player-title {
      margin-right: 15px; }

.stm-player-ids.style_2 .stm-players .stm-list-single-player:hover .stm-list-single-player-info {
  background-color: #ffba00; }
  .stm-player-ids.style_2 .stm-players .stm-list-single-player:hover .stm-list-single-player-info .player-number, .stm-player-ids.style_2 .stm-players .stm-list-single-player:hover .stm-list-single-player-info .player-title, .stm-player-ids.style_2 .stm-players .stm-list-single-player:hover .stm-list-single-player-info .player-position {
    color: #000000; }

.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: #e21e22;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .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;
  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: #e21e22; }

.stm-reviews {
  max-width: 430px;
  padding-bottom: 50px; }
  .stm-reviews .stm-review-single {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    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: #e21e22;
      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: #e21e22;
      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;
          transform: translate(0, 0);
          content: "\f16d";
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #e21e22;
          opacity: 0;
          line-height: 160px;
          font-size: 36px;
          color: #fff;
          text-align: center;
          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;
      transform: translate(0, 0);
      content: "\f16d";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #e21e22;
      opacity: 0;
      line-height: 80px;
      font-size: 30px;
      color: #fff;
      text-align: center;
      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-news-tabs-wrapper .stm-single-post-loop {
  margin-bottom: 30px; }

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

.stm-default-page-none .stm-single-post-loop .image:before {
  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 {
        transform: scale(1);
        transition: 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;
        transform: scale3d(0.7, 1, 1);
        transition: transform 0.4s, opacity 0.4s;
        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 {
      transform: scale(1.1); }
    .stm-single-post-loop a:hover .image:before {
      opacity: 0.5;
      transform: translate3d(0, 0, 0);
      z-index: 10; }
    .stm-single-post-loop a:hover .title {
      color: #e21e22; }
    .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: #e21e22; }
      .stm-single-post-loop .post-meta .post_list_item_tags:hover a,
      .stm-single-post-loop .post-meta .comments-number:hover a {
        color: #e21e22; }
  .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 .owl-carousel .owl-stage-outer .owl-stage {
      display: block;
      overflow: hidden; }
  .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;
        transform: translate(0, 0);
        content: "\f110";
        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;
        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: #e21e22; }
          .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;
            transform: translate3d(0, 0, 0);
            transition: transform 0.4s, opacity 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: #e21e22;
            opacity: 0;
            transform: scale3d(0.7, 1, 1);
            transition: transform 0.4s, opacity 0.4s;
            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;
              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";
              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-products-carousel-unit-wrapper.style_1 .stm-products-carousel-unit {
    margin: 0; }
    .stm-products-carousel-unit-wrapper.style_1 .stm-products-carousel-unit .stm-products-carousel-init .product .product_header {
      margin-top: 22px; }
      .stm-products-carousel-unit-wrapper.style_1 .stm-products-carousel-unit .stm-products-carousel-init .product .product_header h3 {
        font-size: 16px !important;
        font-weight: 400;
        line-height: 16px;
        color: #333333;
        text-transform: none;
        margin-bottom: 0; }
    .stm-products-carousel-unit-wrapper.style_1 .stm-products-carousel-unit .stm-products-carousel-init .product .product_info a {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      color: #aaa; }
    .stm-products-carousel-unit-wrapper.style_1 .stm-products-carousel-unit .stm-products-carousel-init .product .product_footer {
      margin-top: 7px; }
      .stm-products-carousel-unit-wrapper.style_1 .stm-products-carousel-unit .stm-products-carousel-init .product .product_footer .price del {
        color: #aaa !important; }
        .stm-products-carousel-unit-wrapper.style_1 .stm-products-carousel-unit .stm-products-carousel-init .product .product_footer .price del .woocommerce-Price-amount {
          font-size: 16px;
          font-weight: 400;
          line-height: 22px;
          color: #aaa !important; }
          .stm-products-carousel-unit-wrapper.style_1 .stm-products-carousel-unit .stm-products-carousel-init .product .product_footer .price del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
            color: #aaa !important; }
      .stm-products-carousel-unit-wrapper.style_1 .stm-products-carousel-unit .stm-products-carousel-init .product .product_footer .price ins {
        text-decoration: none; }
        .stm-products-carousel-unit-wrapper.style_1 .stm-products-carousel-unit .stm-products-carousel-init .product .product_footer .price ins .woocommerce-Price-amount {
          font-size: 16px;
          font-weight: 400;
          line-height: 22px;
          color: #333333 !important; }
          .stm-products-carousel-unit-wrapper.style_1 .stm-products-carousel-unit .stm-products-carousel-init .product .product_footer .price ins .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
            color: #333333 !important; }
      .stm-products-carousel-unit-wrapper.style_1 .stm-products-carousel-unit .stm-products-carousel-init .product .product_footer > a {
        position: absolute;
        right: 0;
        bottom: -20px;
        opacity: 0;
        color: #f53837;
        transition: all ease .3s; }
        .stm-products-carousel-unit-wrapper.style_1 .stm-products-carousel-unit .stm-products-carousel-init .product .product_footer > a.product_type_simple.added {
          display: none; }
    .stm-products-carousel-unit-wrapper.style_1 .stm-products-carousel-unit .stm-products-carousel-init .product:hover .product_footer a {
      opacity: 1;
      bottom: 0; }

.stm-product-carousel_.stm-title-left.style_1 h2 {
  font-weight: 700;
  font-size: 36px;
  margin: 0 0 43px; }

.stm-carousel-controls-right.style_1 .stm-carousel-control-next, .stm-carousel-controls-right.style_1 .stm-carousel-control-prev {
  display: inline-block;
  border: 1px solid #1f3b79;
  width: 37px;
  height: 32px;
  position: relative;
  font-size: 0;
  transition: .3s;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(10deg);
  -o-transform: skew(10deg);
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .stm-carousel-controls-right.style_1 .stm-carousel-control-next:before, .stm-carousel-controls-right.style_1 .stm-carousel-control-prev:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'stm-splash-icons';
    font-size: 16px;
    font-weight: 700;
    color: #1f3b79;
    transition: all ease .2s; }
  .stm-carousel-controls-right.style_1 .stm-carousel-control-next:hover, .stm-carousel-controls-right.style_1 .stm-carousel-control-next:focus, .stm-carousel-controls-right.style_1 .stm-carousel-control-prev:hover, .stm-carousel-controls-right.style_1 .stm-carousel-control-prev:focus {
    background-color: #1f3b79; }
    .stm-carousel-controls-right.style_1 .stm-carousel-control-next:hover:before, .stm-carousel-controls-right.style_1 .stm-carousel-control-next:focus:before, .stm-carousel-controls-right.style_1 .stm-carousel-control-prev:hover:before, .stm-carousel-controls-right.style_1 .stm-carousel-control-prev:focus:before {
      color: #fff; }
  .stm-carousel-controls-right.style_1 .stm-carousel-control-next .fa, .stm-carousel-controls-right.style_1 .stm-carousel-control-prev .fa {
    display: none; }

.stm-carousel-controls-right.style_1 .stm-carousel-control-prev:before {
  content: "\e937"; }

.stm-carousel-controls-right.style_1 .stm-carousel-control-next {
  margin-right: 4px; }
  .stm-carousel-controls-right.style_1 .stm-carousel-control-next:before {
    content: "\e938"; }

.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: #e21e22; }
      .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: 9px; }

.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;
      transform: translate(0, 0);
      font-size: 24px;
      color: #e21e22; }
  .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: #e21e22;
  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, .comments-area {
  margin-top: 60px;
  padding: 0 0 45px; }
  .stm_post_comments .comments-title, .comments-area .comments-title {
    padding: 38px 15px 45px;
    margin-bottom: 0;
    background-color: #f0f0f0;
    text-transform: uppercase;
    text-align: center; }
  .stm_post_comments .comment-list, .comments-area .comment-list {
    background-color: #f0f0f0; }
    .stm_post_comments .comment-list li:not(.comment), .comments-area .comment-list li:not(.comment) {
      padding-left: 20px; }
      .stm_post_comments .comment-list li:not(.comment):before, .comments-area .comment-list li:not(.comment):before {
        display: inline !important; }
    .stm_post_comments .comment-list li.comment, .comments-area .comment-list li.comment {
      padding: 0 30px 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #dfdfdf; }
      .stm_post_comments .comment-list li.comment:before, .comments-area .comment-list li.comment:before {
        display: none; }
      .stm_post_comments .comment-list li.comment .comment-author.vcard, .comments-area .comment-list li.comment .comment-author.vcard {
        overflow: hidden; }
      .stm_post_comments .comment-list li.comment .comment-author-image, .comments-area .comment-list li.comment .comment-author-image {
        float: left;
        margin-right: 30px; }
      .stm_post_comments .comment-list li.comment .comment-author.heading-font, .comments-area .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, .comments-area .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, .comments-area .comment-list li.comment .comment-author.heading-font a:hover {
            color: #e21e22; }
      .stm_post_comments .comment-list li.comment .comment-awaiting-moderation, .comments-area .comment-list li.comment .comment-awaiting-moderation {
        margin-left: 15px; }
      .stm_post_comments .comment-list li.comment #cancel-comment-reply-link, .comments-area .comment-list li.comment #cancel-comment-reply-link {
        margin-left: 15px; }
      .stm_post_comments .comment-list li.comment .commentmetadata .date, .comments-area .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, .comments-area .comment-list li.comment p {
        margin: 10px 0 10px 0;
        opacity: 0.8; }
        .stm_post_comments .comment-list li.comment p br, .comments-area .comment-list li.comment p br {
          display: none; }
      .stm_post_comments .comment-list li.comment .reply, .comments-area .comment-list li.comment .reply {
        font-size: 12px;
        color: #a4a4a4; }
        .stm_post_comments .comment-list li.comment .reply .fa, .comments-area .comment-list li.comment .reply .fa {
          margin-right: 5px; }
        .stm_post_comments .comment-list li.comment .reply a, .comments-area .comment-list li.comment .reply a {
          font-size: 12px;
          color: #a4a4a4; }
          .stm_post_comments .comment-list li.comment .reply a:hover, .comments-area .comment-list li.comment .reply a:hover {
            color: #e21e22; }
    .stm_post_comments .comment-list li .children, .comments-area .comment-list li .children {
      margin-top: 45px;
      padding: 0 0 0 60px; }
      .stm_post_comments .comment-list li .children li.comment, .comments-area .comment-list li .children li.comment {
        padding: 0;
        border-bottom: 0; }
        .stm_post_comments .comment-list li .children li.comment .comment-body, .comments-area .comment-list li .children li.comment .comment-body {
          padding-bottom: 20px;
          margin-bottom: 20px;
          border-bottom: 1px solid #dfdfdf; }
          .stm_post_comments .comment-list li .children li.comment .comment-body:last-child, .comments-area .comment-list li .children li.comment .comment-body:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: 0; }
        .stm_post_comments .comment-list li .children li.comment .children, .comments-area .comment-list li .children li.comment .children {
          margin-top: 30px; }
  .stm_post_comments .comment .comment-respond, .comments-area .comment .comment-respond {
    padding: 20px 0 20px;
    margin-top: 0; }
  .stm_post_comments .comment-respond, .comments-area .comment-respond {
    padding: 20px 30px 20px;
    margin-top: -20px;
    background-color: #f0f0f0; }
    .stm_post_comments .comment-respond > .must-log-in, .comments-area .comment-respond > .must-log-in {
      color: #fff; }
    .stm_post_comments .comment-respond .comment-reply-title, .comments-area .comment-respond .comment-reply-title {
      font-size: 20px;
      text-transform: uppercase; }
    .stm_post_comments .comment-respond .stm-row-comments, .comments-area .comment-respond .stm-row-comments {
      margin-bottom: 20px; }
    .stm_post_comments .comment-respond .logged-in-as, .comments-area .comment-respond .logged-in-as {
      margin-bottom: 20px !important; }
      .stm_post_comments .comment-respond .logged-in-as a, .comments-area .comment-respond .logged-in-as a {
        color: #fff; }
      .stm_post_comments .comment-respond .logged-in-as a:nth-child(2), .comments-area .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%;
  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: #e21e22; }
  .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: #e21e22; }
  .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-meta-left-part .stm-post-views {
      margin-left: 15px; }
  .stm-single-post-meta .stm-comments-num {
    float: right; }

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

.stm-single-post .post-views {
  display: none; }

.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: #e21e22 !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: #e21e22; }

.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%;
      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: #e21e22;
    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;
      filter: gray;
      filter: grayscale(100%);
      transform: translateZ(0); }
    .stm-image-carousel-init-unit .stm-single-image-carousel:hover img {
      filter: gray;
      filter: grayscale(0%); }
  .stm-image-carousel-init-unit.disable_grayscale img {
    filter: none !important; }

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

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

.stm-trophy-carousel.style_1 h2 {
  margin-top: 0;
  font-size: 36px; }

.stm-trophy-carousel.style_1 .stm-carousel-control-next,
.stm-trophy-carousel.style_1 .stm-carousel-control-prev {
  display: inline-block;
  border: 1px solid #1f3b79;
  width: 37px;
  height: 32px;
  position: relative;
  font-size: 0;
  transition: .3s;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(10deg);
  -o-transform: skew(10deg);
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .stm-trophy-carousel.style_1 .stm-carousel-control-next:before,
  .stm-trophy-carousel.style_1 .stm-carousel-control-prev:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'stm-splash-icons';
    font-size: 16px;
    font-weight: 700;
    color: #1f3b79;
    transition: all ease .2s; }
  .stm-trophy-carousel.style_1 .stm-carousel-control-next:hover, .stm-trophy-carousel.style_1 .stm-carousel-control-next:focus,
  .stm-trophy-carousel.style_1 .stm-carousel-control-prev:hover,
  .stm-trophy-carousel.style_1 .stm-carousel-control-prev:focus {
    background-color: #1f3b79; }
    .stm-trophy-carousel.style_1 .stm-carousel-control-next:hover:before, .stm-trophy-carousel.style_1 .stm-carousel-control-next:focus:before,
    .stm-trophy-carousel.style_1 .stm-carousel-control-prev:hover:before,
    .stm-trophy-carousel.style_1 .stm-carousel-control-prev:focus:before {
      color: #fff; }

.stm-trophy-carousel.style_1 .stm-carousel-control-prev:before {
  content: "\e937"; }

.stm-trophy-carousel.style_1 .stm-carousel-control-next {
  margin-right: 4px; }
  .stm-trophy-carousel.style_1 .stm-carousel-control-next:before {
    content: "\e938"; }

.stm-trophy-carousel.style_1 .stm-trophy-carousel-init-unit .stm-single-trophy {
  padding: 66px 20px 0; }
  .stm-trophy-carousel.style_1 .stm-trophy-carousel-init-unit .stm-single-trophy .image {
    margin-bottom: 30px; }
  .stm-trophy-carousel.style_1 .stm-trophy-carousel-init-unit .stm-single-trophy .stm-border {
    width: 50px;
    height: 3px;
    margin-top: 4px;
    margin-bottom: 15px;
    background-color: #1f3b79; }
  .stm-trophy-carousel.style_1 .stm-trophy-carousel-init-unit .stm-single-trophy .h6, .stm-trophy-carousel.style_1 .stm-trophy-carousel-init-unit .stm-single-trophy .stm-title {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0;
    max-width: 230px;
    margin: 0 auto;
    color: #333333; }
    .stm-trophy-carousel.style_1 .stm-trophy-carousel-init-unit .stm-single-trophy .h6.h6, .stm-trophy-carousel.style_1 .stm-trophy-carousel-init-unit .stm-single-trophy .stm-title.h6 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 5px; }
  .stm-trophy-carousel.style_1 .stm-trophy-carousel-init-unit .stm-single-trophy:hover .stm-title {
    color: #1f3b79 !important; }

.stm-trophy-carousel.style_1 .stm-trophy-carousel-init-unit .owl-nav {
  display: none; }

.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;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.4s, opacity 0.4s;
    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;
    transition: opacity 0.4s;
    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 {
    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;
    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: #e21e22 !important;
        color: #e21e22 !important; }
  .stm-price-plan:hover header {
    background-color: #e21e22; }

.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: #e21e22;
        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;
    transition: opacity 0.4s;
    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: #e21e22; }
  .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: -ms-flexbox;
    display: flex;
    width: 312px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    bottom: 3%;
    left: 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;
      -ms-flex-align: center;
          align-items: 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;
        transform: translate(0, 0);
        animation: fa-spin 2s infinite linear;
        content: "\f021";
        top: 50%;
        left: 50%;
        font-size: 18px;
        margin: -9px 0 0 -7px;
        transition: opacity 0.4s;
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        opacity: 0; }
      .stm-media-archive .stm-media-load-more a span {
        opacity: 1;
        transition: opacity 0.4s;
        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: #e21e22; }
  .vc_tta-container .vc_tta.vc_general .vc_tta-panel-title:hover a:before {
    color: #e21e22; }
  .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;
      transform: translate(0, 0);
      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: #e21e22; }
  .vc_tta-container .vc_tta-panel.vc_active .vc_tta-panel-title a:before {
    top: 4px;
    transform: rotate(90deg);
    color: #e21e22; }

.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: #e21e22;
      background-color: #e21e22;
      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: center;
      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: #e21e22;
        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; }

.stm-page-sportspress-sidebar-right .row .page,
.stm-page-sportspress-sidebar-left .row .page {
  margin-top: 50px; }

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

.sp-template-tournament-bracket table {
  border-spacing: 0; }
  .sp-template-tournament-bracket table thead tr th {
    text-align: left; }
  .sp-template-tournament-bracket table tbody tr:first-child td {
    padding-top: 20px !important; }
  .sp-template-tournament-bracket table tbody tr td {
    border: 0 !important;
    background: transparent !important;
    padding: 0 0 0 8px !important; }
    .sp-template-tournament-bracket table tbody tr td.sp-first-round {
      padding-left: 0 !important; }
    .sp-template-tournament-bracket table tbody tr td.sp-team a, .sp-template-tournament-bracket table tbody tr td.sp-team span {
      border: 1px solid #404040; }
      .sp-template-tournament-bracket table tbody tr td.sp-team a:before, .sp-template-tournament-bracket table tbody tr td.sp-team span:before {
        border-left-color: #404040 !important;
        left: -9px; }
    .sp-template-tournament-bracket table tbody tr td.sp-team.sp-team-flip {
      border-right: 0 !important; }
      .sp-template-tournament-bracket table tbody tr td.sp-team.sp-team-flip a, .sp-template-tournament-bracket table tbody tr td.sp-team.sp-team-flip span {
        border: 1px solid #404040; }
        .sp-template-tournament-bracket table tbody tr td.sp-team.sp-team-flip a:before, .sp-template-tournament-bracket table tbody tr td.sp-team.sp-team-flip span:before {
          border-right-color: #404040;
          right: -9px; }
    .sp-template-tournament-bracket table tbody tr td.sp-event {
      border-right: 1px solid #404040 !important; }
      .sp-template-tournament-bracket table tbody tr td.sp-event.sp-event-flip {
        border-right: 0 !important;
        border: 0;
        position: relative;
        overflow: hidden; }
        .sp-template-tournament-bracket 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; }
    .sp-template-tournament-bracket 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: #e21e22; }
  .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%;
        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: #e21e22; }

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: #e21e22;
  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: #e21e22; }
  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: 462px; }
  .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: #e21e22;
        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: #e21e22;
      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 {
    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: #e21e22; }
    .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: #e21e22;
    border-bottom-color: #e21e22 !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: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-direction: column;
      flex-direction: column; }
  .stm-bb-prod-cont-right .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center;
    -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;
      -ms-flex-positive: 0;
          flex-grow: 0;
      margin-right: 18px; }
    .stm-bb-prod-cont-right .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
      -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; }

.stm-woocommerce .page-title {
  margin: 30px 0 30px; }

.stm-woocommerce-single-product {
  padding-top: 60px; }

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: #e21e22;
      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: #e21e22; }

.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: #e21e22; }
      .stm-single-comment-title .stm-add-review a i {
        font-size: 16px;
        margin-right: 3px;
        color: #e21e22; }

.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 #e21e22;
  background-color: #e21e22;
  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: #e21e22;
  background-color: #e21e22;
  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;
  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;
  transform: translate3d(0, 0, 0) !important; }

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

.sp-league-table tbody tr td.has-logo .team-logo {
  width: inherit !important;
  margin-right: 0 !important; }
  .sp-league-table tbody tr td.has-logo .team-logo .stm-league-table-team-logo {
    display: inline-block; }

.stm-single-block-event-list .stm-single-block-unit .stm-team-logo .team-logo img {
  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: #e21e22; }

.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;
    transition: all 0.4s;
    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: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center; }
  .stm-share-this-wrapp.dropdown {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-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%;
        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%;
      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: -ms-flexbox;
        display: flex;
        -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: -ms-flexbox;
          display: flex;
          -ms-flex-pack: start;
              justify-content: flex-start;
          -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 {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-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%;
        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%;
      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: -ms-flexbox;
        display: flex;
        -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: -ms-flexbox;
          display: flex;
          -ms-flex-pack: start;
              justify-content: flex-start;
          -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; }

/*======================================            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;
        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: -ms-flexbox;
        display: flex;
        overflow: hidden;
        width: 100%;
        height: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
        background: transparent;
        -ms-flex-pack: start;
            justify-content: flex-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: -ms-flexbox;
          display: flex;
          width: 100%;
          overflow: hidden;
          -ms-flex-align: start;
              align-items: flex-start;
          -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_style_four .clearfix {
  margin-top: 36px; }
  .review_style_four .clearfix .stm-title-left {
    float: inherit; }
    .review_style_four .clearfix .stm-title-left h2 {
      text-align: center;
      margin-bottom: 40px;
      font-style: italic;
      color: #fff; }

.review_style_four .stm-reviews-carosel-wrapper {
  overflow: visible;
  margin-left: 5.5%; }
  .review_style_four .stm-reviews-carosel-wrapper .owl-item {
    overflow: visible; }
  .review_style_four .stm-reviews-carosel-wrapper .stm-reviews {
    max-width: inherit;
    overflow: visible;
    padding-bottom: 18px; }
    .review_style_four .stm-reviews-carosel-wrapper .stm-reviews .owl-stage-outer {
      overflow: inherit; }
    .review_style_four .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single {
      max-width: 730px;
      min-width: 730px;
      width: 100%; }
      .review_style_four .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container {
        background: none;
        max-width: inherit;
        padding: 0; }
        .review_style_four .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .stm_review_bsb {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-line-pack: start;
              align-content: flex-start;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: start;
              justify-content: flex-start;
          -ms-flex-direction: column;
              flex-direction: column; }
          .review_style_four .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .stm_review_bsb .review_author_img {
            display: block;
            overflow: hidden;
            max-width: 100px; }
            .review_style_four .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .stm_review_bsb .review_author_img img {
              display: block;
              width: 100%;
              border-radius: 50%; }
          .review_style_four .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .stm_review_bsb .review_content_bg {
            display: block;
            overflow: hidden;
            background: #fff;
            margin-top: -50px;
            padding: 70px 80px 25px; }
            .review_style_four .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .stm_review_bsb .review_content_bg .content {
              margin: 0; }
              .review_style_four .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .stm_review_bsb .review_content_bg .content p {
                margin-bottom: 20px;
                font-style: italic;
                font-size: 18px;
                color: #404040; }
          .review_style_four .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .stm_review_bsb .review_divider {
            display: block;
            overflow: hidden;
            margin-bottom: 24px; }
            .review_style_four .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .stm_review_bsb .review_divider:before {
              content: '\e924';
              color: #e21e22;
              font-family: 'stm-splash-icons';
              font-size: 22px; }
          .review_style_four .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .stm_review_bsb .title {
            font-size: 14px;
            color: #232628; }

.review_style_four .review_four_nav {
  text-align: center;
  margin-bottom: 48px; }
  .review_style_four .review_four_nav .stm-reviews-controls {
    display: inline-block;
    padding: 0; }
    .review_style_four .review_four_nav .stm-reviews-controls .stm-carousel-control-next, .review_style_four .review_four_nav .stm-reviews-controls .stm-carousel-control-prev {
      display: none; }
    .review_style_four .review_four_nav .stm-reviews-controls .stm-review-dots .owl-dot {
      margin: 13px 13px 0;
      width: 15px;
      height: auto;
      background: transparent;
      text-align: center; }
      .review_style_four .review_four_nav .stm-reviews-controls .stm-review-dots .owl-dot span {
        background: #8c8c8b;
        width: 10px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 50%; }
      .review_style_four .review_four_nav .stm-reviews-controls .stm-review-dots .owl-dot.active span {
        width: 14px;
        height: 14px;
        display: inline-block;
        background: #a10a0d; }

/*======================================            REVIEW CAROUSEL     =============================*/
/*======================================     BASEBALL NEWS GRID LIST STYLE      ========================*/
.news_style_baseball_grid .stm-title-left .stm-main-title-unit {
  font-weight: 700;
  font-style: italic;
  font-stretch: condensed;
  margin-bottom: 41px;
  letter-spacing: -1px; }

.news_style_baseball_grid .stm-single-post-loop:hover .image a {
  display: block;
  overflow: hidden; }
  .news_style_baseball_grid .stm-single-post-loop:hover .image a img {
    transform: scale(1.1); }

.news_style_baseball_grid .stm-single-post-loop:hover .content .stm-content-wrap .title a {
  color: #e21e22; }

.news_style_baseball_grid .stm-single-post-loop .image {
  display: block;
  position: relative; }
  .news_style_baseball_grid .stm-single-post-loop .image a {
    display: block;
    overflow: hidden; }
    .news_style_baseball_grid .stm-single-post-loop .image a img {
      width: 100%;
      transform: scale(1);
      transition: .4s ease; }
  .news_style_baseball_grid .stm-single-post-loop .image .post-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, #000000);
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    padding: 13px 0 13px 95px; }
    .news_style_baseball_grid .stm-single-post-loop .image .post-meta .stm-cat-list-wrapp {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center;
      margin-right: 20px; }
      .news_style_baseball_grid .stm-single-post-loop .image .post-meta .stm-cat-list-wrapp i {
        margin-right: 10px; }
        .news_style_baseball_grid .stm-single-post-loop .image .post-meta .stm-cat-list-wrapp i:before {
          color: #fff;
          font-family: stm-splash-icons; }
      .news_style_baseball_grid .stm-single-post-loop .image .post-meta .stm-cat-list-wrapp ul {
        list-style: none;
        margin-bottom: 0; }
        .news_style_baseball_grid .stm-single-post-loop .image .post-meta .stm-cat-list-wrapp ul li {
          margin: 0;
          padding: 0; }
          .news_style_baseball_grid .stm-single-post-loop .image .post-meta .stm-cat-list-wrapp ul li:before {
            display: none; }
          .news_style_baseball_grid .stm-single-post-loop .image .post-meta .stm-cat-list-wrapp ul li a {
            color: #fff;
            font-size: 13px; }
    .news_style_baseball_grid .stm-single-post-loop .image .post-meta .comments-number {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center;
      opacity: 1; }
      .news_style_baseball_grid .stm-single-post-loop .image .post-meta .comments-number a {
        color: #fff;
        font-size: 13px; }
        .news_style_baseball_grid .stm-single-post-loop .image .post-meta .comments-number a i:before {
          color: #fff; }
        .news_style_baseball_grid .stm-single-post-loop .image .post-meta .comments-number a span {
          font-weight: 400;
          font-size: 13px; }
  .news_style_baseball_grid .stm-single-post-loop .image .stm-post-format {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    top: 20px;
    left: -10px;
    background: #a10a0d;
    padding: 3px 10px 3px 39px;
    color: #fff;
    text-transform: capitalize;
    font-size: 13px; }
    .news_style_baseball_grid .stm-single-post-loop .image .stm-post-format.stm-post-format-video:before {
      content: '\e904';
      display: block;
      font-family: "stm-splash-icons";
      position: absolute;
      left: 12px;
      font-size: 12px;
      color: #fff; }
    .news_style_baseball_grid .stm-single-post-loop .image .stm-post-format.stm-post-format-audio:before {
      content: '\e905';
      display: block;
      font-family: "stm-splash-icons";
      position: absolute;
      left: 15px;
      font-size: 14px;
      color: #fff; }
    .news_style_baseball_grid .stm-single-post-loop .image .stm-post-format.stm-post-format-image:before {
      content: '\e906';
      display: block;
      font-family: "stm-splash-icons";
      position: absolute;
      left: 12px;
      font-size: 13px;
      color: #fff; }

.news_style_baseball_grid .stm-single-post-loop .content {
  display: -ms-flexbox;
  display: flex;
  opacity: 1; }
  .news_style_baseball_grid .stm-single-post-loop .content .date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 23px 14px 5px 14px;
    background: #e21e22;
    color: #fff;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 73px;
    margin-top: -36px;
    z-index: 10; }
    .news_style_baseball_grid .stm-single-post-loop .content .date .stm-date-day {
      color: #fff;
      font-size: 48px;
      font-weight: 900;
      font-style: italic;
      font-stretch: condensed;
      margin-bottom: 10px; }
    .news_style_baseball_grid .stm-single-post-loop .content .date .stm-date-month {
      font-size: 13px;
      color: #fff; }
  .news_style_baseball_grid .stm-single-post-loop .content .stm-content-wrap {
    padding: 17px 0 10px 17px; }
    .news_style_baseball_grid .stm-single-post-loop .content .stm-content-wrap .title {
      font-weight: 600;
      line-height: 30px;
      text-transform: capitalize;
      margin-bottom: 13px;
      letter-spacing: -0.5px; }
      .news_style_baseball_grid .stm-single-post-loop .content .stm-content-wrap .title a {
        color: #151618; }
        .news_style_baseball_grid .stm-single-post-loop .content .stm-content-wrap .title a:hover {
          color: #e21e22; }
    .news_style_baseball_grid .stm-single-post-loop .content .stm-content-wrap p {
      font-size: 14px;
      line-height: 24px !important;
      color: #404040; }

.news_style_baseball_list .stm-single-post-loop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .news_style_baseball_list .stm-single-post-loop:hover > a .image .stm-plus {
    display: none !important; }
  .news_style_baseball_list .stm-single-post-loop:hover > a .image img {
    transform: scale(1.1); }
  .news_style_baseball_list .stm-single-post-loop:hover .stm-post-content-inner a .title {
    color: #e21e22; }
  .news_style_baseball_list .stm-single-post-loop > a {
    display: block;
    position: relative;
    width: 42.5%; }
    .news_style_baseball_list .stm-single-post-loop > a .image:before {
      display: none; }
    .news_style_baseball_list .stm-single-post-loop > a .image .stm-plus {
      display: none; }
    .news_style_baseball_list .stm-single-post-loop > a .image img {
      display: block;
      width: 100%; }
    .news_style_baseball_list .stm-single-post-loop > a .date {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 23px 14px 5px 14px;
      background: #e21e22;
      color: #fff;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      height: 73px;
      z-index: 10;
      position: absolute;
      top: 0;
      right: 0;
      margin: 0; }
      .news_style_baseball_list .stm-single-post-loop > a .date .stm-date-day {
        color: #fff;
        font-size: 48px;
        font-weight: 900;
        font-style: italic;
        font-stretch: condensed;
        margin-bottom: 0; }
      .news_style_baseball_list .stm-single-post-loop > a .date .stm-date-month {
        font-size: 13px;
        color: #fff;
        text-transform: none;
        font-weight: 400; }
  .news_style_baseball_list .stm-single-post-loop .stm-post-content-inner {
    display: block;
    width: 57.5%;
    border-top: 1px solid #dbdbdb;
    position: relative;
    padding: 29px 27px 0px; }
    .news_style_baseball_list .stm-single-post-loop .stm-post-content-inner .stm-post-format {
      display: -ms-flexbox;
      display: flex;
      width: 85px;
      -ms-flex-pack: center;
          justify-content: center;
      position: relative;
      -ms-flex-align: center;
          align-items: center;
      background: #a10a0d;
      padding: 2px 10px 2px 39px;
      color: #fff;
      text-transform: capitalize;
      margin-bottom: 14px;
      font-size: 13px; }
      .news_style_baseball_list .stm-single-post-loop .stm-post-content-inner .stm-post-format.stm-post-format-video:before {
        content: '\e904';
        display: block;
        font-family: "stm-splash-icons";
        position: absolute;
        left: 12px;
        font-size: 12px;
        color: #fff; }
      .news_style_baseball_list .stm-single-post-loop .stm-post-content-inner .stm-post-format.stm-post-format-audio:before {
        content: '\e905';
        display: block;
        font-family: "stm-splash-icons";
        position: absolute;
        left: 15px;
        font-size: 14px;
        color: #fff; }
      .news_style_baseball_list .stm-single-post-loop .stm-post-content-inner .stm-post-format.stm-post-format-image:before {
        content: '\e906';
        display: block;
        font-family: "stm-splash-icons";
        position: absolute;
        left: 12px;
        font-size: 13px;
        color: #fff; }
    .news_style_baseball_list .stm-single-post-loop .stm-post-content-inner a .title {
      font-size: 24px;
      text-transform: none;
      line-height: 30px;
      margin-bottom: 11px;
      letter-spacing: -0.5px; }
    .news_style_baseball_list .stm-single-post-loop .stm-post-content-inner .content p {
      line-height: 24px;
      margin-bottom: 8px;
      font-size: 14px;
      color: #404040; }
    .news_style_baseball_list .stm-single-post-loop .stm-post-content-inner .post-meta {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center;
      padding: 13px 0 0 0;
      margin-bottom: 0; }
      .news_style_baseball_list .stm-single-post-loop .stm-post-content-inner .post-meta .stm-cat-list-wrapp {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: center;
            align-items: center;
        margin-right: 20px; }
        .news_style_baseball_list .stm-single-post-loop .stm-post-content-inner .post-meta .stm-cat-list-wrapp i {
          margin-right: 10px; }
          .news_style_baseball_list .stm-single-post-loop .stm-post-content-inner .post-meta .stm-cat-list-wrapp i:before {
            content: '\e933';
            color: #e21e22;
            font-family: stm-splash-icons;
            font-size: 14px; }
        .news_style_baseball_list .stm-single-post-loop .stm-post-content-inner .post-meta .stm-cat-list-wrapp ul {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          list-style: none;
          margin-bottom: 0; }
          .news_style_baseball_list .stm-single-post-loop .stm-post-content-inner .post-meta .stm-cat-list-wrapp ul li {
            margin: 0;
            padding: 0; }
            .news_style_baseball_list .stm-single-post-loop .stm-post-content-inner .post-meta .stm-cat-list-wrapp ul li:before {
              display: none; }
            .news_style_baseball_list .stm-single-post-loop .stm-post-content-inner .post-meta .stm-cat-list-wrapp ul li a {
              color: #262626;
              font-size: 13px; }
      .news_style_baseball_list .stm-single-post-loop .stm-post-content-inner .post-meta .comments-number {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: center;
            align-items: center;
        opacity: 1;
        line-height: 14px; }
        .news_style_baseball_list .stm-single-post-loop .stm-post-content-inner .post-meta .comments-number a {
          color: #262626;
          font-size: 13px; }
          .news_style_baseball_list .stm-single-post-loop .stm-post-content-inner .post-meta .comments-number a i:before {
            content: '\e954';
            color: #e21e22;
            font-family: 'stm-splash-icons';
            font-size: 16px; }
          .news_style_baseball_list .stm-single-post-loop .stm-post-content-inner .post-meta .comments-number a span {
            font-weight: 400;
            font-size: 13px;
            vertical-align: top; }

/*======================================     BASEBALL NEWS GRID LIST STYLE      ========================*/
.woocommerce-product-gallery__trigger {
  display: none; }

/*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 > .stm-custom-row > .col-20 {
    width: 21%; }
  .stm_af_latest_results_wrapper .stm-latest-results-units > .stm-custom-row > .col-60 {
    width: 58%;
    padding: 0 32px; }
    .stm_af_latest_results_wrapper .stm-latest-results-units > .stm-custom-row > .col-60 .stm-custom-row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
  .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 {
      transform: scaleX(-1);
      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;
        display: block;
        overflow: hidden; }
  .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;
        display: block;
        overflow: hidden; }
  .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 .stmVSWrapp {
    display: -ms-flexbox;
    display: flex;
    max-width: 80px;
    margin: 0 auto;
    padding: 23px 10px 20px;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: hidden;
    -ms-flex-align: center;
        align-items: center;
    background: #da9a29;
    font-size: 46px;
    color: #fff; }
  .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; }

/*LATEST RESULT CAROUSEL*/
.stm-latest-results-units-carousel {
  padding-top: 0; }
  .stm-latest-results-units-carousel .stm-latest-results-item {
    border: 1px solid #dddddd;
    border-right-width: 0.5px;
    border-left-width: 0.5px;
    transition: all ease-in .25s; }
    .stm-latest-results-units-carousel .stm-latest-results-item:hover {
      background-color: #1f3b79;
      border-color: rgba(255, 255, 255, 0.1); }
      .stm-latest-results-units-carousel .stm-latest-results-item:hover .stm-latest-results-meta > div.venue, .stm-latest-results-units-carousel .stm-latest-results-item:hover .stm-latest-results-meta > div.date {
        color: #fff; }
      .stm-latest-results-units-carousel .stm-latest-results-item:hover .stm-latest-results-info .stm-latest-result .stm-latest-result-team a {
        color: #fff; }
      .stm-latest-results-units-carousel .stm-latest-results-item:hover .stm-latest-results-info .stm-latest-result .info_inline .stm-latest-result_result {
        color: #fff; }
  .stm-latest-results-units-carousel .stm-latest-results-meta {
    text-align: center;
    background-color: transparent;
    padding-top: 10px; }
    .stm-latest-results-units-carousel .stm-latest-results-meta > div {
      display: inline; }
      .stm-latest-results-units-carousel .stm-latest-results-meta > div.venue, .stm-latest-results-units-carousel .stm-latest-results-meta > div.date {
        font-weight: 400;
        text-transform: none;
        color: #333333;
        opacity: 1; }
  .stm-latest-results-units-carousel .stm-latest-results-info {
    background-color: transparent;
    padding: 15px 15px 20px;
    border: none; }
    .stm-latest-results-units-carousel .stm-latest-results-info > div {
      display: inline-block;
      vertical-align: text-top; }
    .stm-latest-results-units-carousel .stm-latest-results-info .stm-latest-result .stm-latest-result-team {
      text-align: center;
      max-width: none; }
      .stm-latest-results-units-carousel .stm-latest-results-info .stm-latest-result .stm-latest-result-team a {
        font-weight: 400;
        margin-bottom: 7px;
        display: block;
        color: #333333; }
        .stm-latest-results-units-carousel .stm-latest-results-info .stm-latest-result .stm-latest-result-team a img {
          max-width: 55px;
          display: inherit;
          margin: 0 auto; }
        .stm-latest-results-units-carousel .stm-latest-results-info .stm-latest-result .stm-latest-result-team a:first-child {
          margin-bottom: 6px; }
      .stm-latest-results-units-carousel .stm-latest-results-info .stm-latest-result .stm-latest-result-team span {
        font-weight: 400;
        margin-bottom: 7px;
        display: block;
        color: #333333; }
    .stm-latest-results-units-carousel .stm-latest-results-info .stm-latest-result .stm-latest-result-win-label {
      font-weight: 700;
      font-size: 12px;
      line-height: 1.2;
      border-radius: 4px;
      padding: 2px 7px; }
    .stm-latest-results-units-carousel .stm-latest-results-info .stm-latest-result .info_inline .stm-latest-result-win-label {
      display: inline-block;
      float: none;
      vertical-align: text-bottom;
      margin-right: 2px !important;
      margin-left: 2px !important;
      line-height: 22px;
      background-color: #f53837; }
    .stm-latest-results-units-carousel .stm-latest-results-info .stm-latest-result .info_inline .stm-latest-result_result {
      width: auto;
      font-size: 24px;
      line-height: 1.2;
      display: inline-block;
      color: #333333;
      transition: ease all .3s; }

.owl-carousel.full-width .owl-stage-outer {
  overflow: visible; }

.stm_bsb_latest_results_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%; }
  .stm_bsb_latest_results_wrapper h2 {
    font-weight: 900;
    font-style: italic;
    font-stretch: condensed;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 23px; }
  .stm_bsb_latest_results_wrapper h4 {
    font-weight: 700;
    font-stretch: condensed;
    color: #a10a0d;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 8px; }
  .stm_bsb_latest_results_wrapper .stm-latest-results-units {
    display: block;
    width: 100%;
    padding: 0 50px;
    margin-top: 15px; }
    .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-line-pack: justify;
          align-content: space-between;
      -ms-flex-pack: center;
          justify-content: center; }
      .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stmLeftLogoWrapp {
        min-width: 144px;
        max-width: 160px;
        margin-right: -20px;
        z-index: 10; }
      .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stmRightLogoWrapp {
        min-width: 144px;
        max-width: 160px;
        margin-left: -20px;
        z-index: 10; }
      .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info {
        display: -ms-flexbox;
        display: flex;
        width: 53%;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
        -ms-flex-align: center;
            align-items: center; }
        .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-event-date {
          display: block;
          padding: 5px 13px 5px;
          background: #e21e22;
          position: relative;
          color: #fff;
          font-size: 12px;
          font-weight: 500;
          letter-spacing: 0;
          text-transform: uppercase; }
          .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-event-date:before {
            content: '';
            display: block;
            background: transparent;
            border-top: 38px solid #e21e22;
            border-left: 14px solid transparent;
            position: absolute;
            top: 0;
            left: -14px;
            z-index: 100;
            height: 100%; }
          .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-event-date:after {
            content: '';
            display: block;
            background: transparent;
            border-top: 38px solid #e21e22;
            border-right: 14px solid transparent;
            position: absolute;
            top: 0;
            right: -14px;
            z-index: 100;
            height: 100%; }
        .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row {
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          background: #fff;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
          -ms-flex-align: center;
              align-items: center; }
          .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-40 .teamNameLeftWrapper, .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-35 .teamNameLeftWrapper {
            text-align: right;
            padding-right: 0; }
          .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-40 .teamNameRightWrapper, .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-35 .teamNameRightWrapper {
            text-align: left;
            padding-left: 0; }
          .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-40 .teamHome, .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-35 .teamHome {
            font-size: 14px;
            font-weight: 600;
            color: #a10a0d;
            text-transform: uppercase; }
          .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-40 .stm-latest-result-team, .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-35 .stm-latest-result-team {
            display: block;
            overflow: hidden; }
            .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-40 .stm-latest-result-team a, .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-35 .stm-latest-result-team a {
              width: 100%;
              display: block;
              overflow: hidden;
              font-size: 30px;
              font-weight: 600;
              color: #262626;
              text-transform: uppercase;
              text-overflow: ellipsis;
              white-space: nowrap; }
              .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-40 .stm-latest-result-team a:hover, .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-35 .stm-latest-result-team a:hover {
                color: #e21e22; }
          .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-20, .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-30 {
            font-size: 42px;
            font-weight: 600;
            font-stretch: condensed;
            text-align: center; }
            .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-20 > div, .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-30 > div {
              display: inline-block;
              position: relative;
              color: #fff;
              padding: 28px 15px;
              text-align: center;
              background: #a10a0d; }
              .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-20 > div:before, .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-30 > div:before {
                content: '';
                display: block;
                background: transparent;
                border-top: 80px solid #a10a0d;
                border-left: 31px solid transparent;
                position: absolute;
                top: 0;
                left: -31px;
                z-index: 100;
                height: 100%; }
              .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-20 > div:after, .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-30 > div:after {
                content: '';
                display: block;
                background: transparent;
                border-top: 80px solid #a10a0d;
                border-right: 31px solid transparent;
                position: absolute;
                top: 0;
                right: -31px;
                z-index: 100;
                height: 100%; }
        .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-event-venue {
          display: block;
          padding: 7px 43px 6px;
          background: #262626;
          position: relative;
          color: #fff;
          font-size: 12px;
          font-weight: 500;
          letter-spacing: 0;
          text-transform: uppercase; }
          .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-event-venue:before {
            content: '';
            display: block;
            background: transparent;
            border-top: 38px solid #262626;
            border-left: 14px solid transparent;
            position: absolute;
            top: 0;
            left: -14px;
            z-index: 100;
            height: 100%; }
          .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-event-venue:after {
            content: '';
            display: block;
            background: transparent;
            border-top: 38px solid #262626;
            border-right: 14px solid transparent;
            position: absolute;
            top: 0;
            right: -14px;
            z-index: 100;
            height: 100%; }

.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-contact-manager-block {
  display: block;
  overflow: hidden; }
  .stm-contact-manager-block h4 {
    margin-bottom: 22px; }
  .stm-contact-manager-block .subtitle {
    line-height: 24px;
    margin-bottom: 25px; }
  .stm-contact-manager-block .stm-cm-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .stm-contact-manager-block .stm-cm-info .image {
      display: block;
      overflow: hidden;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin-right: 15px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .stm-contact-manager-block .stm-cm-info .image img {
        display: block;
        width: 100%; }
    .stm-contact-manager-block .stm-cm-info .stm-cm-data {
      display: block;
      width: 80%; }
      .stm-contact-manager-block .stm-cm-info .stm-cm-data .stm-cm-name {
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0; }
      .stm-contact-manager-block .stm-cm-info .stm-cm-data .stm-cm-position {
        font-size: 14px;
        font-style: italic;
        line-height: 12px; }
      .stm-contact-manager-block .stm-cm-info .stm-cm-data ul {
        position: relative;
        margin-top: 15px;
        margin-bottom: 15px; }
        .stm-contact-manager-block .stm-cm-info .stm-cm-data ul:before {
          content: '\e90d';
          font-family: 'stm-splash-icons';
          font-size: 16px;
          display: block;
          color: #e21e22;
          position: absolute;
          top: 0;
          left: 1px; }
        .stm-contact-manager-block .stm-cm-info .stm-cm-data ul li {
          padding-left: 30px;
          margin-bottom: 0;
          line-height: 24px; }
          .stm-contact-manager-block .stm-cm-info .stm-cm-data ul li:before {
            display: none; }
      .stm-contact-manager-block .stm-cm-info .stm-cm-data .stm-cm-email {
        display: block;
        position: relative;
        font-family: "Open Sans";
        font-size: 15px;
        color: #595959;
        padding-left: 30px;
        line-height: 20px; }
        .stm-contact-manager-block .stm-cm-info .stm-cm-data .stm-cm-email:before {
          content: "\e90c";
          display: block;
          font-family: "stm-splash-icons";
          font-size: 12px;
          color: #e21e22;
          position: absolute;
          top: 2px;
          left: 0; }

.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;
            max-width: 90%;
            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; }

/* ------------------------ Single Video ------------------------------- */
.single_video .stm-videos-top {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 34px; }
  .single_video .stm-videos-top .stm-title h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0; }
  .single_video .stm-videos-top .stm-carousel-controls-right {
    overflow: visible;
    -ms-flex: 1;
        flex: 1; }

.single_video .stm-videos-carousel-init-unit .stm-videos-carousel-init .stm-video-wrapper .stm-video .stm-video-wrapp {
  position: relative;
  margin-bottom: 12px; }
  .single_video .stm-videos-carousel-init-unit .stm-videos-carousel-init .stm-video-wrapper .stm-video .stm-video-wrapp:hover {
    cursor: pointer; }
    .single_video .stm-videos-carousel-init-unit .stm-videos-carousel-init .stm-video-wrapper .stm-video .stm-video-wrapp:hover:before {
      opacity: 0.6; }
  .single_video .stm-videos-carousel-init-unit .stm-videos-carousel-init .stm-video-wrapper .stm-video .stm-video-wrapp:before {
    content: '';
    display: block;
    transition: all .1s ease-in;
    width: 100%;
    height: 100%;
    background: #151618;
    z-index: 1;
    position: absolute;
    opacity: 0; }
  .single_video .stm-videos-carousel-init-unit .stm-videos-carousel-init .stm-video-wrapper .stm-video .stm-video-wrapp:after {
    content: '\f144';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -21.5px;
    margin-left: -21.5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 50px;
    line-height: 43px;
    color: #fff;
    transition: all .1s ease-in;
    z-index: 2;
    border-radius: 50%;
    background-color: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.single_video .stm-videos-carousel-init-unit .stm-videos-carousel-init .stm-video-wrapper .stm-video h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none; }

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

/*Ticker posts*/
.stmTickerWrapper {
  display: block;
  position: relative;
  overflow: hidden; }
  .stmTickerWrapper .container .stmTickerContent {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 50px;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center; }
    .stmTickerWrapper .container .stmTickerContent .stmTickerTitle {
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      width: 100%;
      -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 {
        -ms-flex-pack: start;
            justify-content: flex-start; }
      .stmTickerWrapper .container .stmTickerContent .stmTickerTitle.right {
        -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: 12px 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; }
  .stmTickerWrapper.style_1:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-color: transparent;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-bottom: 56px solid #1f3b79; }
  .stmTickerWrapper.style_1 .container .stmTickerContent {
    min-height: 56px;
    padding: 0 30px; }
    .stmTickerWrapper.style_1 .container .stmTickerContent .stmTickerTitle.left {
      -ms-flex-pack: end;
          justify-content: flex-end; }
    .stmTickerWrapper.style_1 .container .stmTickerContent .stmTickerTitle .stm-ticker-social {
      margin-top: 16px; }
      .stmTickerWrapper.style_1 .container .stmTickerContent .stmTickerTitle .stm-ticker-social ul.top-bar-socials li {
        display: inline-block;
        padding: 0 13px; }
        .stmTickerWrapper.style_1 .container .stmTickerContent .stmTickerTitle .stm-ticker-social ul.top-bar-socials li a {
          color: #fff;
          font-size: 18px; }
          .stmTickerWrapper.style_1 .container .stmTickerContent .stmTickerTitle .stm-ticker-social ul.top-bar-socials li a:hover {
            color: #f53837; }
    .stmTickerWrapper.style_1 .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList {
      top: 4px; }
      .stmTickerWrapper.style_1 .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem {
        overflow: visible; }
        .stmTickerWrapper.style_1 .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post span.life_ {
          color: #f53837;
          font-weight: 700;
          font-size: 16px;
          position: relative;
          margin-left: 20px;
          text-transform: uppercase; }
          .stmTickerWrapper.style_1 .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post span.life_:before {
            content: '';
            height: 10px;
            width: 10px;
            border-radius: 50%;
            background-color: #f53837;
            position: absolute;
            top: 50%;
            left: -15px;
            margin-top: -5px; }
        .stmTickerWrapper.style_1 .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post span {
          font-style: normal;
          font-size: 16px;
          font-weight: 400; }
        .stmTickerWrapper.style_1 .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post a:hover span {
          color: #f53837; }

/*=========================================================     Latest results    =========================================================*/
.fixture_detail {
  position: relative;
  text-align: center; }
  .fixture_detail.stm-soccer-show-vs .command_left, .fixture_detail.stm-soccer-show-vs .command_right {
    width: 43%; }
  .fixture_detail.stm-soccer-show-vs .stm-lr-vs {
    width: 14%;
    margin-bottom: 50px; }
  .fixture_detail.stm-soccer-show-vs .command_left .command_info .score, .fixture_detail.stm-soccer-show-vs .command_right .command_info .score {
    display: none; }
  .fixture_detail .command_left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .fixture_detail .command_right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
  .fixture_detail .command_left .goals h2 a, .fixture_detail .command_right .goals h2 a {
    text-overflow: ellipsis;
    white-space: nowrap; }

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

.w-42 {
  width: 42% !important; }

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

.stm-lr-vs {
  display: block;
  float: left;
  width: 16%;
  font-size: 40px;
  display: block;
  overflow: hidden;
  padding: 10px 0; }

.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;
      min-width: 75px; }

.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    ====================================================================================*/
/*=====================================================    PLAYER STATISTIC CAROUSEL   ====================================================================================*/
.stm-player-statistic-football {
  display: block; }
  .stm-player-statistic-football .stm-title-left h2 {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    width: auto;
    text-transform: uppercase;
    float: inherit;
    margin-bottom: 44px; }
  .stm-player-statistic-football .stm-player-statistic-unit .stm-single-player-vc_stats {
    padding: 0; }
    .stm-player-statistic-football .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta {
      padding: 0;
      overflow: visible; }
      .stm-player-statistic-football .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .player-meta-name_number {
        padding: 0; }
        .stm-player-statistic-football .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; }
          .stm-player-statistic-football .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .player-meta-name_number .title a {
            color: #a10a0d; }
      .stm-player-statistic-football .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .number_position_wrapp {
        display: block;
        overflow: hidden;
        margin-bottom: 30px; }
        .stm-player-statistic-football .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: #a10a0d;
          vertical-align: middle;
          margin-right: 10px;
          line-height: 26px; }
        .stm-player-statistic-football .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: #a10a0d;
          vertical-align: middle;
          margin: 0;
          letter-spacing: 1px;
          opacity: 1; }
      .stm-player-statistic-football .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .stm-metric-wrapp {
        display: block;
        overflow: hidden;
        padding-right: 10px; }
        .stm-player-statistic-football .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .stm-metric-wrapp .stm-metric tr {
          padding-right: 10px; }
          .stm-player-statistic-football .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; }
          .stm-player-statistic-football .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; }
          .stm-player-statistic-football .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; }
            .stm-player-statistic-football .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .stm-metric-wrapp .stm-metric tr td:first-child {
              width: 34%; }
            .stm-player-statistic-football .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; }
            .stm-player-statistic-football .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; }
            .stm-player-statistic-football .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; }
      .stm-player-statistic-football .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .stm-quick-sts {
        font-weight: 400;
        font-size: 14px;
        color: #e21e22;
        text-transform: uppercase;
        letter-spacing: 1.4px;
        margin-top: 17px;
        margin-bottom: 15px; }
      .stm-player-statistic-football .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .btn {
        margin-top: 38px; }
  .stm-player-statistic-football .stm-player-statistic-unit .button {
    color: #fff; }
  .stm-player-statistic-football .stm-player-statistic-unit .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000; }
    .stm-player-statistic-football .stm-player-statistic-unit .owl-nav .owl-prev {
      display: block !important;
      position: absolute; }
      .stm-player-statistic-football .stm-player-statistic-unit .owl-nav .owl-prev:hover:before {
        color: #06083b; }
      .stm-player-statistic-football .stm-player-statistic-unit .owl-nav .owl-prev:before {
        background: #e21e22;
        padding: 11px 27px 11px 17px;
        margin: 0;
        color: white;
        font-size: 48px;
        transition: all 0.5s ease-in-out; }
      .stm-player-statistic-football .stm-player-statistic-unit .owl-nav .owl-prev:after {
        position: absolute;
        content: '';
        display: block;
        top: -11px;
        right: -10px;
        min-height: 70px;
        width: 32px;
        background: #e21e22;
        transform: skew(-14deg, 0deg);
        z-index: 5; }
    .stm-player-statistic-football .stm-player-statistic-unit .owl-nav .owl-next {
      display: block !important;
      position: absolute; }
      .stm-player-statistic-football .stm-player-statistic-unit .owl-nav .owl-next:hover:before {
        color: #06083b; }
      .stm-player-statistic-football .stm-player-statistic-unit .owl-nav .owl-next:before {
        background: #e21e22;
        padding: 11px 17px 11px 27px;
        margin: 0;
        color: white;
        font-size: 48px;
        transition: all 0.5s ease-in-out; }
      .stm-player-statistic-football .stm-player-statistic-unit .owl-nav .owl-next:after {
        position: absolute;
        content: '';
        display: block;
        top: -11px;
        left: -10px;
        min-height: 70px;
        width: 32px;
        background: #e21e22;
        transform: skew(-14deg, 0deg);
        z-index: 5; }
  .stm-player-statistic-football .image {
    position: relative;
    max-width: 445px;
    margin: 0; }
  .stm-player-statistic-football.hockey .stm-title-center {
    text-align: center; }
    .stm-player-statistic-football.hockey .stm-title-center h2 {
      font-size: 32px;
      font-weight: 700;
      line-height: 38px;
      color: #fff;
      margin-bottom: 30px; }
  .stm-player-statistic-football.hockey .image {
    max-width: none;
    margin: 38px 0 0 70px; }
  .stm-player-statistic-football.hockey .stm-player-statistic-unit {
    position: relative; }
    .stm-player-statistic-football.hockey .stm-player-statistic-unit .stm-single-player-vc_stats {
      margin: 0 48px; }
      .stm-player-statistic-football.hockey .stm-player-statistic-unit .stm-single-player-vc_stats > .before_ {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
        transform: skew(-10deg);
        overflow: hidden; }
        .stm-player-statistic-football.hockey .stm-player-statistic-unit .stm-single-player-vc_stats > .before_:before {
          content: '';
          display: block;
          position: absolute;
          bottom: -60px;
          left: -135px;
          width: 200px;
          height: 400px;
          background-color: #d2d8e4;
          transform: rotate(-24deg); }
        .stm-player-statistic-football.hockey .stm-player-statistic-unit .stm-single-player-vc_stats > .before_:after {
          content: '';
          display: block;
          position: absolute;
          top: -60px;
          right: -135px;
          width: 200px;
          height: 400px;
          background-color: #d2d8e4;
          transform: rotate(-24deg); }
      .stm-player-statistic-football.hockey .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .player-meta-name_number {
        padding: 4px 0 0;
        margin-top: 43px; }
        .stm-player-statistic-football.hockey .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .player-meta-name_number .title {
          border: none; }
          .stm-player-statistic-football.hockey .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .player-meta-name_number .title a {
            color: #333333;
            font-size: 24px;
            font-weight: 700;
            line-height: 30px; }
      .stm-player-statistic-football.hockey .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .col-39 {
        width: 39%;
        float: left;
        margin-right: 15px;
        margin-left: 15px; }
      .stm-player-statistic-football.hockey .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .number_position_wrapp {
        margin-bottom: 22px; }
        .stm-player-statistic-football.hockey .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .number_position_wrapp .number {
          color: #fff;
          font-size: 18px;
          font-weight: 700;
          line-height: 24px;
          padding: 1px 17px;
          margin-left: 4px;
          position: relative;
          overflow: visible;
          z-index: 99; }
          .stm-player-statistic-football.hockey .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .number_position_wrapp .number:before {
            content: '';
            display: block;
            position: absolute;
            z-index: -1;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: #e21e22;
            transform: skew(-10deg); }
        .stm-player-statistic-football.hockey .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .number_position_wrapp .position {
          color: #333333;
          font-size: 18px;
          font-weight: 400;
          line-height: 24px; }
      .stm-player-statistic-football.hockey .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .stm-quick-sts {
        color: #333333;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        margin-top: 0;
        margin-bottom: 22px; }
      .stm-player-statistic-football.hockey .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .stm-metric-wrapp .stm-metric tr.odd {
        background-color: #eee !important; }
      .stm-player-statistic-football.hockey .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .stm-metric-wrapp .stm-metric tr.even td, .stm-player-statistic-football.hockey .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .stm-metric-wrapp .stm-metric tr.odd td {
        background-color: transparent !important; }
      .stm-player-statistic-football.hockey .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .stm-metric-wrapp .stm-metric tr td {
        padding: 0 10px; }
        .stm-player-statistic-football.hockey .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .stm-metric-wrapp .stm-metric tr td:first-child {
          width: 70%; }
        .stm-player-statistic-football.hockey .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .stm-metric-wrapp .stm-metric tr td:last-child {
          width: 30%;
          text-align: right; }
        .stm-player-statistic-football.hockey .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .stm-metric-wrapp .stm-metric tr td .stm-metric-title {
          color: #333333;
          font-size: 14px;
          line-height: 36px;
          font-weight: 400; }
        .stm-player-statistic-football.hockey .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .stm-metric-wrapp .stm-metric tr td .stm-metric-data {
          color: #333333;
          font-size: 14px;
          line-height: 36px;
          font-weight: 400; }
    .stm-player-statistic-football.hockey .stm-player-statistic-unit .owl-nav {
      position: inherit; }
      .stm-player-statistic-football.hockey .stm-player-statistic-unit .owl-nav .owl-next:after, .stm-player-statistic-football.hockey .stm-player-statistic-unit .owl-nav .owl-prev:after {
        font-family: 'stm-splash-icons';
        font-size: 16px;
        font-weight: 700;
        color: #1f3b79; }
      .stm-player-statistic-football.hockey .stm-player-statistic-unit .owl-nav .owl-next:hover:before, .stm-player-statistic-football.hockey .stm-player-statistic-unit .owl-nav .owl-prev:hover:before {
        background-color: #f53837; }
      .stm-player-statistic-football.hockey .stm-player-statistic-unit .owl-nav .owl-next {
        top: 50px;
        right: 5px; }
        .stm-player-statistic-football.hockey .stm-player-statistic-unit .owl-nav .owl-next:before {
          position: absolute;
          content: '';
          display: block;
          top: 0;
          right: 12px;
          min-height: 48px;
          width: 50px;
          background: #1f3b79;
          transform: skew(-10deg, 0deg);
          z-index: 0; }
        .stm-player-statistic-football.hockey .stm-player-statistic-unit .owl-nav .owl-next:after {
          content: "\e938";
          color: white;
          background: transparent;
          margin: 0;
          top: 0;
          bottom: 0;
          position: absolute;
          left: auto;
          right: 8px;
          font-size: 24px;
          line-height: 48px;
          transition: all 0.5s ease-in-out;
          z-index: 99;
          min-height: auto; }
      .stm-player-statistic-football.hockey .stm-player-statistic-unit .owl-nav .owl-prev {
        bottom: 100px;
        left: 5px; }
        .stm-player-statistic-football.hockey .stm-player-statistic-unit .owl-nav .owl-prev:before {
          position: absolute;
          content: '';
          display: block;
          top: 0;
          left: 13px;
          min-height: 48px;
          width: 50px;
          background: #1f3b79;
          transform: skew(-10deg, 0deg);
          z-index: 0; }
        .stm-player-statistic-football.hockey .stm-player-statistic-unit .owl-nav .owl-prev:after {
          content: "\e937";
          color: white;
          background: transparent;
          margin: 0;
          top: 0;
          bottom: auto;
          position: absolute;
          right: auto;
          left: 28px;
          font-size: 24px;
          line-height: 48px;
          transition: all 0.5s ease-in-out;
          z-index: 99;
          min-height: auto; }

.white .stm-player-statistic-football.hockey .stm-title-center h2 {
  color: #fff !important; }

.white .stm-player-statistic-football.hockey .stm-player-statistic-unit .stm-single-player-vc_stats .stm-statistic-meta .number_position_wrapp .number {
  color: #fff !important; }

.stm-player-statistic-baseball {
  display: block;
  width: 100%; }
  .stm-player-statistic-baseball .stm-title-float {
    display: block;
    position: absolute;
    top: 12.5%;
    left: 64%;
    transform: translateX(-64%);
    z-index: 2; }
    .stm-player-statistic-baseball .stm-title-float h2 {
      display: inline-block;
      overflow: hidden;
      vertical-align: bottom;
      width: 100%;
      text-transform: uppercase;
      font-style: italic;
      float: inherit;
      margin-bottom: 0;
      white-space: nowrap; }
  .stm-player-statistic-baseball .stm-player-statistic-unit {
    display: block;
    position: relative;
    overflow: visible; }
    .stm-player-statistic-baseball .stm-player-statistic-unit .owl-stage-outer {
      overflow: visible; }
    .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding: 0;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-img {
        display: block;
        width: 52%;
        margin-left: -105px;
        margin-right: 30px;
        min-height: 580px; }
        .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-img .image {
          max-width: 100%; }
      .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat {
        display: -ms-flexbox;
        display: flex;
        width: 60%;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
        .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta {
          width: 100%;
          padding: 0;
          min-height: inherit; }
          .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .player-meta-name_number {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
                flex-direction: row;
            padding: 0;
            margin: 29px 0 0; }
            .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .player-meta-name_number .title {
              display: block;
              overflow: hidden;
              text-transform: uppercase;
              letter-spacing: 0;
              margin-bottom: 0; }
              .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .player-meta-name_number .title a {
                color: #a10a0d; }
            .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .player-meta-name_number .number {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: center;
                  justify-content: center;
              -ms-flex-line-pack: center;
                  align-content: center;
              -ms-flex-align: center;
                  align-items: center;
              margin-left: 10px;
              padding-left: 10px;
              border-left: 1px solid #000000;
              margin-bottom: 0;
              vertical-align: middle; }
          .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .stm-metric-wrapp {
            display: block;
            overflow: hidden;
            padding-right: 10px;
            margin-top: 11px; }
            .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .stm-metric-wrapp ul {
              margin: 0;
              padding: 0;
              text-decoration: none;
              list-style: none;
              line-height: 15px; }
              .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .stm-metric-wrapp ul li {
                float: left;
                padding: 0 0 0 10px;
                border-left: 1px solid #000000;
                margin-left: 10px;
                margin-bottom: 10px; }
                .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .stm-metric-wrapp ul li:first-child {
                  padding-left: 0;
                  margin-left: 0;
                  border: 0; }
                  .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .stm-metric-wrapp ul li:first-child span {
                    font-weight: 700;
                    text-transform: uppercase; }
                .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .stm-metric-wrapp ul li:before {
                  display: none; }
                .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .stm-metric-wrapp ul li span {
                  text-transform: none;
                  font-size: 18px;
                  line-height: 20px;
                  font-weight: 400; }
          .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .stm-stat-table-wrapp {
            display: block;
            overflow: hidden;
            padding-right: 0;
            margin-top: 34px; }
            .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .stm-stat-table-wrapp .stm-metric thead {
              background: transparent;
              border-bottom: 3px solid #e21e22; }
              .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .stm-stat-table-wrapp .stm-metric thead tr td {
                padding: 4px 10px 10px 16px; }
                .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .stm-stat-table-wrapp .stm-metric thead tr td .stm-metric-title {
                  color: #000000;
                  font-weight: 700;
                  font-size: 13px;
                  text-transform: uppercase; }
            .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .stm-stat-table-wrapp .stm-metric tr {
              padding-right: 10px;
              border-bottom: 1px solid #dbdbdb; }
              .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .stm-stat-table-wrapp .stm-metric tr td {
                padding: 8px 10px 7px 16px;
                border: 0; }
                .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .stm-stat-table-wrapp .stm-metric tr td .stm-metric-data {
                  color: #595959; }
                .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .stm-stat-table-wrapp .stm-metric tr td:first-child {
                  width: 34%; }
                .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .stm-stat-table-wrapp .stm-metric tr td:last-child {
                  width: auto;
                  text-transform: none; }
                .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .stm-stat-table-wrapp .stm-metric tr td .stm-metric-data {
                  font-weight: 600;
                  font-size: 14px; }
                .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .stm-stat-table-wrapp .stm-metric tr td .normal_font {
                  font-weight: 400;
                  font-size: 14px; }
          .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .stm-quick-sts {
            font-weight: 400;
            font-size: 14px;
            color: #e21e22;
            text-transform: uppercase;
            letter-spacing: 1.4px;
            margin-top: 17px;
            margin-bottom: 15px; }
    .stm-player-statistic-baseball .stm-player-statistic-unit .button {
      color: #fff; }
    .stm-player-statistic-baseball .stm-player-statistic-unit .owl-nav {
      display: none; }
    .stm-player-statistic-baseball .stm-player-statistic-unit .owl-dots {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      position: absolute;
      right: 0;
      bottom: 133px; }
      .stm-player-statistic-baseball .stm-player-statistic-unit .owl-dots .owl-dot {
        display: block;
        margin: 0 20px; }
        .stm-player-statistic-baseball .stm-player-statistic-unit .owl-dots .owl-dot.active span {
          width: 14px;
          height: 14px;
          background: #a10a0d; }
        .stm-player-statistic-baseball .stm-player-statistic-unit .owl-dots .owl-dot span {
          display: block;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background: #8d8d8d; }
  .stm-player-statistic-baseball .image {
    position: relative;
    max-width: 445px;
    margin: 0; }

/*=====================================================    PLAYER STATISTIC CAROUSEL    ====================================================================================*/
/*=====================================================    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 !important;
    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;
        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%;
          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%;
          transform: translateY(-50%) translateX(-50%); }
    .stm-videos-carousel .stm-videos-top .stm-videos-controls {
      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: -ms-flexbox;
        display: flex;
        width: 44px;
        height: 44px;
        border: solid 1px #868686;
        text-align: center;
        padding: 0;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        margin: 0 1px;
        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;
          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%;
        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: -ms-flexbox;
      display: flex;
      overflow: hidden;
      -ms-flex-direction: column;
          flex-direction: column;
      transition: all .2s ease-in; }
      .stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper .stm-video {
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        width: 51%;
        height: 370px;
        margin: 0 auto;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        position: relative;
        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;
            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%;
            transform: translateY(-50%) translateX(-50%);
            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;
          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%;
          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: -ms-flexbox;
      display: flex;
      overflow: hidden;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -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: -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: -ms-flexbox;
          display: flex;
          width: 100%;
          height: 100%;
          -ms-flex-direction: column;
              flex-direction: column;
          -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%;
              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;
            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 {
      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; }
  .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 {
          transition: all .2s ease-in; }
      .stm-player-ids .stm-player-wrapp .stm-player-title-wrap .player_like span {
        margin-left: 5px;
        color: #fff;
        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;
      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;
  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;
    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: -ms-flexbox;
  display: flex;
  padding: 35px 20px 26px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column; }
  .stm-features-wrapp .stm-features-icon {
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    -ms-grid-column-align: center;
        justify-items: 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 !important;
    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: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 400px;
  -ms-flex-direction: column;
      flex-direction: column;
  background-size: cover;
  padding: 15px; }
  .addvert_wrapp .addvert_logo {
    display: block;
    overflow: hidden;
    -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;
    -ms-flex-align: center;
        align-items: 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: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 1px 0 0;
    -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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: 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%;
          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%;
          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: -ms-flexbox;
      display: flex;
      overflow: hidden;
      height: 50px;
      line-height: 50px;
      color: #fff;
      font-weight: 400;
      font-size: 15px;
      text-transform: uppercase;
      -ms-flex-pack: center;
          justify-content: 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: -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: -ms-flexbox;
            display: flex;
            -ms-flex-pack: start;
                justify-content: flex-start;
            -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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -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    ====================================================================================*/
/*=====================================================  STM COACH EXCERPTION  ==============================================================*/
.stm-coach-excerption-wrapp .stm-title-wrapp h3 {
  color: #000000;
  margin-bottom: 43px;
  text-transform: uppercase; }

.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; }
  .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; }
  .stm-coach-excerption-wrapp .stm-data-wrapp .stm-photo-wrapp img {
    display: block;
    overflow: hidden;
    width: 100%; }

.stm-coach-excerption-wrapp .stm-data-wrapp .stm-excerption-wrapp {
  display: inline-block;
  overflow: hidden;
  width: 56%;
  vertical-align: top; }
  .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; }
  .stm-coach-excerption-wrapp .stm-data-wrapp .stm-excerption-wrapp .stm-name-sign-wrapp {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center; }
    .stm-coach-excerption-wrapp .stm-data-wrapp .stm-excerption-wrapp .stm-name-sign-wrapp .stm-coach-name {
      display: block;
      overflow: hidden;
      font-weight: 400;
      font-size: 20px;
      width: 60%; }
    .stm-coach-excerption-wrapp .stm-data-wrapp .stm-excerption-wrapp .stm-name-sign-wrapp .stm-img-wrapp {
      display: block;
      overflow: hidden; }
      .stm-coach-excerption-wrapp .stm-data-wrapp .stm-excerption-wrapp .stm-name-sign-wrapp .stm-img-wrapp img {
        display: block;
        width: 100%;
        max-width: 300px;
        max-height: 100px; }

/*=====================================================  STM COACH EXCERPTION  ==============================================================*/
/*=====================================================  STM Timeline  ==================================================*/
.tt_tabs_navigation {
  display: table;
  width: 100%; }

.tt_tabs_navigation li {
  float: none;
  display: table-cell;
  vertical-align: top;
  margin: 0 !important;
  font-size: 18px !important;
  padding: 0 2.5px !important;
  transition: all 0.4s; }
  .tt_tabs_navigation li:first-child {
    padding-left: 0 !important; }
  .tt_tabs_navigation li:last-child {
    padding-right: 0 !important; }
  .tt_tabs_navigation li a {
    border: 0 solid transparent !important;
    padding: 19px 34px 17px !important;
    line-height: 18px !important;
    font-weight: 600;
    color: #000000 !important;
    position: relative;
    transition: all 0.4s !important; }
    .tt_tabs_navigation li a:hover {
      color: #fff !important;
      border: 0 !important;
      padding-bottom: 17px !important;
      transition: all 0.4s; }
    .tt_tabs_navigation li a:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #a10a0d;
      transition: height 0.4s;
      z-index: -1; }
    .tt_tabs_navigation li a:hover:before {
      height: 100%; }
  .tt_tabs_navigation li a.selected,
  .tt_tabs_navigation li.ui-tabs-active a {
    border: 0 !important;
    padding-bottom: 17px !important;
    color: #fff !important; }
    .tt_tabs_navigation li a.selected:hover,
    .tt_tabs_navigation li.ui-tabs-active a:hover {
      color: #fff !important; }
    .tt_tabs_navigation li a.selected:before,
    .tt_tabs_navigation li.ui-tabs-active a:before {
      height: 100%; }

.tt_timetable th {
  background: #fff; }

.tt_tabs_navigation {
  margin-bottom: 40px; }

table.tt_timetable {
  background: transparent !important; }

.stm-timeline {
  position: relative; }

.owl-carousel.stm-timeline-images-carousel {
  width: 50%; }
  .owl-carousel.stm-timeline-images-carousel .owl-stage-outer {
    overflow: visible; }

.stm-timeline__image {
  transform: translateZ(0);
  position: relative; }
  .stm-timeline__image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease; }
  .stm-timeline__image img {
    display: block;
    max-width: 100%;
    height: auto;
    filter: grayscale(1);
    transition: all 0.3s ease; }

.owl-item.active .stm-timeline__image:after {
  opacity: 0; }

.owl-item.active .stm-timeline__image img {
  filter: grayscale(0); }

.owl-carousel.stm-timeline-captions-carousel {
  background: #000000;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }
  .owl-carousel.stm-timeline-captions-carousel .owl-stage-outer,
  .owl-carousel.stm-timeline-captions-carousel .owl-stage,
  .owl-carousel.stm-timeline-captions-carousel .owl-item,
  .owl-carousel.stm-timeline-captions-carousel .stm-timeline__caption {
    height: 100%; }
  .owl-carousel.stm-timeline-captions-carousel .stm-timeline__caption {
    display: table;
    height: 100%; }
  .owl-carousel.stm-timeline-captions-carousel .stm-timeline__caption-inner {
    display: table-cell;
    vertical-align: top;
    padding-top: 75px; }
    .owl-carousel.stm-timeline-captions-carousel .stm-timeline__caption-inner h3 {
      margin-bottom: 32px; }

.stm-timeline__caption {
  padding: 0 75px; }

.stm-timeline__caption-title {
  color: #fff; }

.stm-timeline__caption-text p {
  color: #fff;
  line-height: 30px; }

.stm-timeline__nav-bar {
  margin-bottom: 50px;
  margin-left: 14px; }
  .stm-timeline__nav-bar:after {
    content: '';
    display: table;
    clear: both; }
  .stm-timeline__nav-bar .stm-timeline__steps {
    float: left;
    margin-top: 23px; }
  .stm-timeline__nav-bar .stm-timeline__nav {
    float: right; }

.stm-timeline__steps-list {
  list-style: none;
  padding-left: 0;
  position: relative; }
  .stm-timeline__steps-list .stm-timeline__step {
    float: left;
    width: 99px;
    height: 4px;
    margin-right: 1px;
    background: #d9d9d9;
    position: relative;
    padding-left: 0; }
    .stm-timeline__steps-list .stm-timeline__step:before {
      content: "";
      position: absolute;
      left: -1px;
      top: 0;
      height: 10px;
      width: 1px;
      background: #d9d9d9;
      z-index: 1; }
    .stm-timeline__steps-list .stm-timeline__step:last-child {
      width: 0; }
    .stm-timeline__steps-list .stm-timeline__step.active a {
      color: #e21e22; }
    .stm-timeline__steps-list .stm-timeline__step a {
      position: absolute;
      left: 0;
      transform: translateX(-50%);
      top: 14px;
      line-height: 1;
      font-size: 14px;
      color: #262626;
      font-weight: 700; }
      .stm-timeline__steps-list .stm-timeline__step a:hover {
        text-decoration: none; }
  .stm-timeline__steps-list .stm-timeline__steps-progress {
    position: absolute;
    height: 4px;
    width: 0;
    background: #a10a0d;
    z-index: 1;
    padding-left: 0;
    transition: all 0.3s ease; }
    .stm-timeline__steps-list .stm-timeline__steps-progress:before {
      display: none; }

.stm-timeline__nav {
  border: 2px solid #e21e22;
  border-radius: 0; }
  .stm-timeline__nav:after {
    content: '';
    display: table;
    clear: both; }
  .stm-timeline__nav .owl-prev,
  .stm-timeline__nav .owl-next {
    float: left;
    width: 46px;
    line-height: 46px;
    text-align: center;
    color: #000000;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.3s ease; }
    .stm-timeline__nav .owl-prev:hover,
    .stm-timeline__nav .owl-next:hover {
      background: #e21e22;
      color: #fff; }
  .stm-timeline__nav .owl-prev {
    position: relative;
    width: 47px; }
    .stm-timeline__nav .owl-prev:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 2px;
      height: 100%;
      background-color: #e21e22; }

/*=====================================================  STM Timeline End  ==================================================*/
/*===========================  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:not(.stm_menu_item_logo) > a span, .stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li.current_page_item:not(.stm_menu_item_logo) > 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;
          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;
            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;
        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;
          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; }

.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; }
      .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 > ul {
      background: #151618; }
    .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; }

.stm-header.stm-header-four .stm-header-inner .stm-header-container .logo-main {
  display: block;
  margin: 0 auto; }

.stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu {
  display: block;
  width: 260px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -100%;
  background: #fff;
  transition: .5s ease;
  opacity: 0;
  overflow: hidden; }
  .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu.opened {
    opacity: 1;
    overflow: visible;
    left: 0; }
  .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit {
    background: transparent;
    width: 100%;
    padding: 0;
    text-align: left;
    padding-top: 100px;
    margin-top: 0 !important; }
    .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit:after {
      display: none; }
    .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li.current-menu-item > a {
      border-left: 2px solid #e21e22;
      padding-left: 48px; }
    .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li .fa {
      font-size: 18px;
      color: #a10a0d;
      margin-right: 20px; }
    .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li a {
      font-size: 24px;
      font-weight: 700;
      font-stretch: condensed;
      color: #262626;
      text-transform: uppercase;
      border-left: 0; }
      .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li a:before {
        background: #e21e22; }
      .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li a:hover {
        color: #fff; }
        .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li a:hover i {
          color: #fff; }
    .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu {
      background: #fff; }
      .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu li a {
        color: #262626;
        font-size: 18px;
        text-transform: none;
        font-weight: 500; }
        .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu li a:after {
          color: #e21e22;
          right: 30px;
          top: 7px;
          font-size: 21px; }
        .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu li a:hover {
          color: #fff; }
          .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu li a:hover:after {
            color: #fff; }
          .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu li a:hover i {
            color: #fff; }
      .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu li > ul.sub-menu {
        background: #fff !important; }
        .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu li > ul.sub-menu li.stm_mega_has_info a {
          color: #262626; }
          .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu li > ul.sub-menu li.stm_mega_has_info a span img {
            max-height: 100% !important; }
          .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu li > ul.sub-menu li.stm_mega_has_info a span .stm_mega_textarea {
            color: #262626; }
          .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu li > ul.sub-menu li.stm_mega_has_info a:hover {
            color: #a10a0d; }
            .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu li > ul.sub-menu li.stm_mega_has_info a:hover i {
              color: #fff; }
        .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu li > ul.sub-menu li a {
          color: #262626; }
          .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu li > ul.sub-menu li a:after {
            color: #e21e22; }
          .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu li > ul.sub-menu li a:hover {
            color: #fff; }
            .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu li > ul.sub-menu li a:hover .fa {
              color: #fff; }
    .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit .stm-cart-mobile {
      display: none;
      padding: 0 20px;
      line-height: 1.75;
      letter-spacing: -0.2px; }
      .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit .stm-cart-mobile span {
        font-size: 24px;
        font-weight: 700;
        font-stretch: condensed;
        color: #262626;
        text-transform: uppercase;
        border-left: 2px solid transparent; }
  .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-menu-socials {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 14%;
    padding: 0 10px; }
    .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-menu-socials ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: center;
          justify-content: center; }
      .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-menu-socials ul li {
        display: block;
        width: 15%;
        text-align: center; }
        .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-menu-socials ul li a i {
          font-size: 16px;
          color: #262626; }
  .stm-header.stm-header-four .stm-header-inner .stm-header-container .stm-main-menu .stm-menu-footer {
    padding: 0 30px;
    color: #595959;
    font-size: 13px;
    position: absolute;
    bottom: 7%;
    line-height: 20px; }

.stm-header.stm-header-four .stm-header-inner .stm-breadcrumbs-unit {
  display: block;
  position: relative;
  z-index: 2;
  line-height: 36px;
  margin-bottom: 21px; }
  .stm-header.stm-header-four .stm-header-inner .stm-breadcrumbs-unit .navxtBreads {
    display: block;
    overflow: hidden;
    max-width: 40%;
    color: #fff;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 13px;
    text-transform: none;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .stm-header.stm-header-four .stm-header-inner .stm-breadcrumbs-unit .navxtBreads span a {
      color: #fff; }
    .stm-header.stm-header-four .stm-header-inner .stm-breadcrumbs-unit .navxtBreads span span {
      color: #fff; }

.stm-header.stm-header-four .stm-menu-overlay-fullscreen {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.25);
  z-index: -1;
  opacity: 0;
  transition: opacity .3s ease; }
  .stm-header.stm-header-four .stm-menu-overlay-fullscreen.opened {
    width: 100%;
    opacity: 1; }

.stm-news-grid .stm-title-left .stm-main-title-unit {
  margin-top: -6px;
  margin-right: 55px;
  margin-bottom: 44px; }

.stm-news-grid .stm-media-tabs-nav {
  margin-top: 9px !important; }
  .stm-news-grid .stm-media-tabs-nav ul li.active a span {
    padding-bottom: 2px;
    border-bottom: solid 2px #da9a29; }
  .stm-news-grid .stm-media-tabs-nav ul li:last-child a {
    padding-right: 0 !important; }
  .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; }
    .stm-news-grid .stm-media-tabs-nav ul li a span {
      border: 0; }

.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; }
  .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:last-child {
    border: 0; }
  .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; }
    .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; }
      .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; }
    .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .date {
      margin-top: 15px; }
    .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; }
  .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-single-post-loop {
    margin-bottom: 0; }
  .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; }
    .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;
      transform: none;
      text-align: center; }
  .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .image.video:before {
    content: "\e904" !important;
    font-size: 12px; }
  .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .image.audio:before {
    content: "\e905" !important; }
  .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp {
    display: block;
    overflow: hidden; }
    .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; }
    .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp a {
      color: #06083b; }
      .stm-news-grid .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp a:hover {
        color: #da9a29; }
      .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; }
    .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; }
      .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; }
        .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;
          margin-left: 1px; }
      .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; }
      .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; }

.stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single {
  width: 42%; }
  .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:first-child, .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(2) {
    width: 29%;
    padding-right: 26px;
    margin-right: 0;
    border: none; }
    .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:first-child .image, .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(2) .image {
      display: block;
      width: 100%;
      max-width: 100%;
      float: inherit;
      margin-bottom: 22px; }
      .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:first-child .image:before, .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(2) .image:before {
        margin: 10px 0 0 10px; }
    .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:first-child .title, .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(2) .title {
      font-size: 30px;
      line-height: 1;
      font-weight: 500;
      margin: 13px 0 25px; }
  .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp .date {
    line-height: 1;
    font-weight: 500;
    margin-bottom: 14px; }

.stm-news-grid.style_2.stm-media-tabs .stm-title-left h2 {
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 65px;
  position: static; }

.stm-news-grid.style_2.stm-media-tabs .stm-media-tabs-nav ul li a {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  padding: 0 20px; }

.stm-news-grid.style_2 .stm-single-post-loop .title {
  font-size: 24px;
  line-height: 1;
  font-weight: 500; }

.stm-news-grid.style_3 .stm-title-left h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 27px; }

.stm-news-grid.style_3 .stm-media-tabs-nav {
  margin-top: 10px !important; }

.stm-news-grid.style_3 #media_tabs_nav {
  text-align: left; }
  .stm-news-grid.style_3 #media_tabs_nav ul li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
    .stm-news-grid.style_3 #media_tabs_nav ul li a span {
      color: #333333; }
    .stm-news-grid.style_3 #media_tabs_nav ul li a:hover span {
      color: #f53837; }
  .stm-news-grid.style_3 #media_tabs_nav ul li.active span {
    color: #f53837; }

.stm-news-grid.style_3 .tab-content .tab-pane .stm-latest-news-wrapp:after {
  content: '';
  display: block;
  clear: both; }

.stm-news-grid.style_3 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single {
  width: 50%;
  margin: 0;
  border: none;
  padding: 0 15px; }
  .stm-news-grid.style_3 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) {
    width: 50%;
    padding-left: 0; }
    .stm-news-grid.style_3 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .stm-single-post-loop {
      position: relative; }
      .stm-news-grid.style_3 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .stm-single-post-loop .stm-news-data-wrapp {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px 40px 36px 40px; }
        .stm-news-grid.style_3 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .stm-single-post-loop .stm-news-data-wrapp .date {
          color: #fff !important;
          font-size: 14px; }
        .stm-news-grid.style_3 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .stm-single-post-loop .stm-news-data-wrapp .title {
          margin: 7px 0 !important; }
          .stm-news-grid.style_3 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .stm-single-post-loop .stm-news-data-wrapp .title a {
            color: #fff;
            font-size: 24px; }
        .stm-news-grid.style_3 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .stm-single-post-loop .stm-news-data-wrapp .content_ {
          display: none; }
        .stm-news-grid.style_3 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .stm-single-post-loop .stm-news-data-wrapp .post-meta {
          display: block; }
          .stm-news-grid.style_3 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .stm-single-post-loop .stm-news-data-wrapp .post-meta .news-category {
            font-size: 12px;
            font-weight: 400; }
          .stm-news-grid.style_3 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .stm-single-post-loop .stm-news-data-wrapp .post-meta .comments-number a {
            font-size: 12px;
            font-weight: 400; }
    .stm-news-grid.style_3 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .image {
      max-width: 100%; }
      .stm-news-grid.style_3 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .image:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.5), 70%, rgba(0, 0, 0, 0)); }
  .stm-news-grid.style_3 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(2) .title.heading-font {
    margin: 0 0 9px !important; }
  .stm-news-grid.style_3 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp .date.heading-font {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
    color: #333333 !important; }
  .stm-news-grid.style_3 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp .title a {
    text-transform: none;
    font-size: 18px;
    font-weight: 700;
    color: #333333; }
    .stm-news-grid.style_3 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp .title a:hover {
      color: #f53837; }
  .stm-news-grid.style_3 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp .content_ {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400; }
  .stm-news-grid.style_3 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp .post-meta {
    display: none; }
  .stm-news-grid.style_3 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .image {
    max-width: 164px; }
    .stm-news-grid.style_3 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .image:before {
      display: none; }

@media (max-width: 991px) {
  .stm-news-grid.style_4 .stm-media-tabs-nav {
    clear: both;
    margin-bottom: 30px; } }

.stm-news-grid.style_4 .stm-media-tabs-nav .stm-list-duty {
  text-align: right; }
  @media (max-width: 991px) {
    .stm-news-grid.style_4 .stm-media-tabs-nav .stm-list-duty {
      text-align: left; } }
  .stm-news-grid.style_4 .stm-media-tabs-nav .stm-list-duty li a {
    color: #fff; }
  .stm-news-grid.style_4 .stm-media-tabs-nav .stm-list-duty li.active a {
    color: #e21e22; }
    .stm-news-grid.style_4 .stm-media-tabs-nav .stm-list-duty li.active a span {
      border-color: #e21e22; }

.stm-news-grid.style_4 .tab-content .tab-pane .stm-latest-news-wrapp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .stm-news-grid.style_4 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single {
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    margin: 0 0 30px;
    padding: 0 15px;
    border: none; }
    @media (max-width: 991px) {
      .stm-news-grid.style_4 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single {
        width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }
    @media (max-width: 480px) {
      .stm-news-grid.style_4 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single {
        width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }
    .stm-news-grid.style_4 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-single-post-loop {
      background: #1a1d22;
      height: 100%; }
      .stm-news-grid.style_4 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-single-post-loop .image {
        width: 100%;
        margin: 0;
        max-width: 100%;
        float: none; }
        .stm-news-grid.style_4 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-single-post-loop .image img {
          width: 100%; }
        .stm-news-grid.style_4 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-single-post-loop .image:before {
          display: none; }
        .stm-news-grid.style_4 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-single-post-loop .image .date {
          position: absolute;
          color: #fff !important;
          top: 0;
          padding: 5px 15px;
          font-size: 14px;
          background: #e21e22;
          margin: 0;
          transition: .3s; }
          .stm-news-grid.style_4 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-single-post-loop .image .date:before {
            content: '';
            display: block;
            width: 100%;
            height: 10px;
            position: absolute;
            top: calc(100% - 1px);
            left: 0;
            background-color: #e21e22;
            -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
                    clip-path: polygon(0 0, 0% 100%, 100% 0);
            transition: .3s; }
          .stm-news-grid.style_4 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-single-post-loop .image .date:after {
            content: '';
            display: block;
            width: 15px;
            height: 100%;
            position: absolute;
            top: 0;
            left: 100%;
            background-color: #e21e22;
            -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
                    clip-path: polygon(100% 0, 0 0, 0 100%);
            margin-left: -1px;
            margin-top: -1px;
            transition: .3s; }
      .stm-news-grid.style_4 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-single-post-loop .stm-news-data-wrapp {
        padding: 25px 30px; }
        .stm-news-grid.style_4 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-single-post-loop .stm-news-data-wrapp .title {
          margin-top: 0 !important;
          margin-bottom: 15px !important;
          text-transform: none; }
          .stm-news-grid.style_4 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-single-post-loop .stm-news-data-wrapp .title a {
            font-size: 21px;
            font-weight: 400;
            color: #fff; }
        .stm-news-grid.style_4 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-single-post-loop .stm-news-data-wrapp .content_ {
          opacity: .5; }
      .stm-news-grid.style_4 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-single-post-loop:hover .stm-news-data-wrapp .title a {
        color: #ffb400; }
      .stm-news-grid.style_4 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-single-post-loop:hover .date, .stm-news-grid.style_4 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-single-post-loop:hover .date:before, .stm-news-grid.style_4 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-single-post-loop:hover .date:after {
        background-color: #ffb400 !important;
        color: #333333 !important; }

.stm-news-grid.style_5 .stm-title-left h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 27px; }

.stm-news-grid.style_5 .stm-media-tabs-nav {
  margin-top: 5px !important; }

.stm-news-grid.style_5 #media_tabs_nav {
  text-align: left; }
  .stm-news-grid.style_5 #media_tabs_nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .stm-news-grid.style_5 #media_tabs_nav ul li a {
      font-size: 16px;
      line-height: 19px;
      font-weight: 400;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 0;
      margin-right: 30px;
      text-decoration: none; }
      .stm-news-grid.style_5 #media_tabs_nav ul li a span {
        color: #777; }

.stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single {
  width: 100%;
  margin: 0;
  border: none;
  padding: 0;
  -ms-grid-column-span: 12;
  -ms-grid-column: auto;
      grid-column: auto /span 12;
  -ms-grid-row-span: 1;
  -ms-grid-row: auto;
      grid-row: auto /span 1; }
  .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .image {
    max-width: 180px;
    height: 100%;
    float: left; }
    .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .image:before {
      display: none; }
    .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp .date {
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    padding: 0 5px 0 11px;
    position: relative;
    background-color: #d50029;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px; }
    .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp .date:after {
      content: '';
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 11px 5px;
      border-color: #d50029 transparent transparent #d50029;
      position: absolute;
      left: 100%;
      top: 0; }
  .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp .title {
    margin: 0 0 10px !important;
    line-height: 21px !important;
    font-size: 18px !important;
    font-weight: 700;
    letter-spacing: 0; }
    .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp .title a {
      display: inline;
      color: #333333; }
      .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp .title a:hover {
        color: #f53837; }
  .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp .content_ {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400; }
  .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .stm-news-data-wrapp .post-meta {
    display: none; }

@media (min-width: 1024px) {
  .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 165px;
    grid-gap: 30px; }
    .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single {
      -ms-grid-column-span: 6;
      -ms-grid-column: auto;
          grid-column: auto /span 6;
      -ms-grid-row-span: 1;
      -ms-grid-row: auto;
          grid-row: auto /span 1; }
      .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .image {
        max-width: 260px; }
      .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) {
        -ms-grid-column-span: 6;
        -ms-grid-column: auto;
            grid-column: auto /span 6;
        -ms-grid-row-span: 2;
        -ms-grid-row: auto;
            grid-row: auto /span 2; }
        .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .stm-single-post-loop {
          position: relative;
          height: 100%; }
          .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .stm-single-post-loop .stm-news-data-wrapp {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 15px 30px; }
            .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .stm-single-post-loop .stm-news-data-wrapp .date {
              color: #fff !important;
              font-size: 14px; }
            .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .stm-single-post-loop .stm-news-data-wrapp .title {
              margin: 0 !important;
              font-size: 22px !important;
              line-height: 25px !important; }
              .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .stm-single-post-loop .stm-news-data-wrapp .title a {
                color: #fff;
                font-size: 24px; }
            .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .stm-single-post-loop .stm-news-data-wrapp .content_ {
              display: none; }
            .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .stm-single-post-loop .stm-news-data-wrapp .post-meta {
              display: block; }
              .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .stm-single-post-loop .stm-news-data-wrapp .post-meta .news-category {
                font-size: 12px;
                font-weight: 400; }
              .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .stm-single-post-loop .stm-news-data-wrapp .post-meta .comments-number a {
                font-size: 12px;
                font-weight: 400; }
        .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .image {
          max-width: 100%;
          margin: 0; }
          .stm-news-grid.style_5 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .image:after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 266px;
            background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); } }

.stm-footer-socials-top {
  display: block;
  overflow: hidden; }
  .stm-footer-socials-top .stm-list-duty {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center; }
    .stm-footer-socials-top .stm-list-duty li {
      padding: 20px 49px 18px 49px;
      margin: 0;
      transition: .4s ease; }
      .stm-footer-socials-top .stm-list-duty li:hover {
        background: #303030; }
      .stm-footer-socials-top .stm-list-duty li a i:before {
        font-size: 32px; }

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

.stm-media-tabs.stm-news-tabs-wrapper.style_basketball .stm-single-post-loop a > div > img {
  width: 100%; }

.stm-media-tabs.stm-news-tabs-wrapper.style_baseball .stm-title-left .stm-main-title-unit {
  font-weight: 700;
  font-style: italic;
  font-stretch: condensed;
  margin-bottom: 41px;
  letter-spacing: -1px; }

.stm-media-tabs.stm-news-tabs-wrapper.style_baseball .stm-media-tabs-nav {
  margin-top: 13px; }
  .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .stm-media-tabs-nav .stm-list-duty li a span {
    padding-bottom: 2px; }

.stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop:hover .title a {
  color: #e21e22 !important; }

.stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop:hover .image a img {
  transform: scale(1.1); }

.stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image {
  display: block;
  position: relative; }
  .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image a {
    display: block;
    overflow: hidden; }
    .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image a img {
      transition-duration: .2s; }
  .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image .post-meta {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, #000000);
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    padding: 13px 0 13px 97px; }
    .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image .post-meta .stm-cat-list-wrapp {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center;
      margin-right: 20px; }
      .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image .post-meta .stm-cat-list-wrapp i {
        margin-right: 10px; }
        .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image .post-meta .stm-cat-list-wrapp i:before {
          color: #fff;
          font-family: stm-splash-icons; }
      .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image .post-meta .stm-cat-list-wrapp ul {
        list-style: none;
        margin-bottom: 0; }
        .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image .post-meta .stm-cat-list-wrapp ul li {
          margin: 0;
          padding: 0; }
          .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image .post-meta .stm-cat-list-wrapp ul li:before {
            display: none; }
          .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image .post-meta .stm-cat-list-wrapp ul li a {
            color: #fff;
            font-size: 13px; }
    .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image .post-meta .comments-number {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center;
      opacity: 1; }
      .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image .post-meta .comments-number a {
        color: #fff;
        font-size: 13px; }
        .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image .post-meta .comments-number a i:before {
          color: #fff; }
        .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image .post-meta .comments-number a span {
          font-weight: 400;
          font-size: 13px; }
  .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image .stm-post-format {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    top: 20px;
    left: -10px;
    background: #a10a0d;
    padding: 3px 10px 3px 39px;
    color: #fff;
    text-transform: capitalize;
    font-size: 13px; }
    .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image .stm-post-format.stm-post-format-video:before {
      content: '\e904';
      display: block;
      font-family: "stm-splash-icons";
      position: absolute;
      left: 12px;
      font-size: 12px;
      color: #fff; }
    .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image .stm-post-format.stm-post-format-audio:before {
      content: '\e905';
      display: block;
      font-family: "stm-splash-icons";
      position: absolute;
      left: 15px;
      font-size: 14px;
      color: #fff; }
    .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image .stm-post-format.stm-post-format-image:before {
      content: '\e906';
      display: block;
      font-family: "stm-splash-icons";
      position: absolute;
      left: 12px;
      font-size: 13px;
      color: #fff; }

.stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .content {
  display: -ms-flexbox;
  display: flex;
  opacity: 1; }
  .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .content .date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 23px 14px 5px 14px;
    background: #e21e22;
    color: #fff;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 73px;
    margin-top: -36px;
    z-index: 10; }
    .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .content .date .stm-date-day {
      color: #fff;
      font-size: 48px;
      font-weight: 900;
      font-style: italic;
      font-stretch: condensed;
      margin-bottom: 10px; }
    .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .content .date .stm-date-month {
      font-size: 13px;
      color: #fff; }
  .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .content .stm-content-wrap {
    padding: 17px 0 10px 17px; }
    .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .content .stm-content-wrap .title {
      font-weight: 600;
      line-height: 30px;
      letter-spacing: 0;
      text-transform: capitalize;
      margin-bottom: 13px; }
      .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .content .stm-content-wrap .title a {
        color: #151618; }

.stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-load-more-btn {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 300px;
  text-align: center; }

.stm-one-event-wrapper .stm-get-tickets-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 34px 0 33px; }
  .stm-one-event-wrapper .stm-get-tickets-btn a {
    padding: 13px 44px 12px 50px !important;
    text-align: center; }
    .stm-one-event-wrapper .stm-get-tickets-btn a i {
      color: #e21e22;
      position: absolute;
      left: 14%;
      top: 50%;
      transform: translateY(-50%) translateX(-14%); }

@keyframes stm_zoom {
  0% {
    transform: scale(1);
    opacity: .6; }
  100% {
    transform: scale(1.5);
    opacity: 0; } }

a.rs-layer {
  position: relative; }
  a.rs-layer:after, a.rs-layer:before {
    content: '';
    border: 1px solid;
    border-color: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    animation: 1s stm_zoom linear infinite; }
  a.rs-layer:before {
    animation-delay: .5s; }

.rev-close-btn {
  display: none;
  width: 90px;
  height: 86px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000000;
  cursor: pointer; }
  .rev-close-btn.open {
    display: block; }
  .rev-close-btn .close-left {
    display: block;
    width: 2px;
    height: 26px;
    background: #fff;
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%; }
  .rev-close-btn .close-right {
    display: block;
    width: 2px;
    height: 26px;
    background: #fff;
    transform: translateY(-50%) translateX(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%; }

/* ====================== WOOCOMMERCE ATTR SIZE ========================*/
form .variations {
  margin-bottom: 10px; }
  form .variations tr td.value {
    display: table-cell;
    padding: 5px;
    background: transparent !important; }
    form .variations tr td.value ul {
      display: block;
      padding: 0;
      margin: 0 0 0 -3px; }
      form .variations tr td.value ul li {
        display: inline-block;
        padding-left: 5px;
        margin: 0; }
        form .variations tr td.value ul li:before {
          display: none; }
        form .variations tr td.value ul li label {
          display: block;
          overflow: hidden;
          cursor: pointer;
          margin: 0; }
          form .variations tr td.value ul li label input[type='radio'] {
            display: none; }
            form .variations tr td.value ul li label input[type='radio']:checked + span {
              border-color: #e21e22; }
          form .variations tr td.value ul li label span {
            display: block;
            border: solid 1px #d8d8d8;
            width: 50px;
            text-align: center;
            font-size: 16px;
            font-weight: 400;
            color: #404040;
            text-transform: uppercase; }

/* ====================== WOOCOMMERCE ATTR SIZE ========================*/
/* ============= SCOREBOARD NAV =============*/
.sp-scoreboard-wrapper table.sp-data-table {
  border-spacing: 0; }

.sp-scoreboard-nav {
  width: 34px !important;
  overflow: hidden; }
  .sp-scoreboard-nav:before {
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    vertical-align: middle;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    transform: none !important; }
  .sp-scoreboard-nav:hover:before {
    color: #e21e22;
    opacity: 1;
    background-color: transparent; }

/* ============= SCOREBOARD NAV =============*/
.custom-paginate {
  text-align: center; }
  .custom-paginate li {
    padding: 0 !important;
    display: inline-block !important;
    min-height: 1px !important;
    margin: 0 10px; }
    .custom-paginate li a {
      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; }
      .custom-paginate li a:hover {
        background-color: #e21e22;
        border-color: #e21e22;
        color: #fff; }
      .custom-paginate li a.active {
        background-color: #e21e22;
        border-color: #e21e22;
        color: #fff; }

html body .btn-md.btn-style-5 {
  padding: 10px 15px; }

html body .btn-style-5 {
  min-width: 130px;
  color: #fff;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 22px;
  border-width: 1px;
  margin-left: 10px;
  padding: 15px 25px;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  border: none;
  position: relative;
  background: transparent;
  z-index: 99; }
  html body .btn-style-5:before {
    content: '';
    opacity: 1;
    position: absolute;
    top: auto;
    bottom: -7px;
    right: -4px;
    left: auto;
    width: 96%;
    height: 93%;
    padding: 0 5px;
    z-index: -2;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
    background: transparent;
    transition: all ease-in .25s;
    outline: 4px solid #f53837; }
  html body .btn-style-5:after {
    content: '';
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    z-index: -1;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
    background: #f53837;
    transition: all ease-in .25s; }
  html body .btn-style-5:hover, html body .btn-style-5:focus, html body .btn-style-5:active {
    color: #fff !important; }
    html body .btn-style-5:hover:before, html body .btn-style-5:focus:before, html body .btn-style-5:active:before {
      bottom: 4px;
      right: 3px;
      left: auto;
      width: 96%;
      height: 86%;
      -webkit-transform: skew(-10deg);
      -moz-transform: skew(10deg);
      -o-transform: skew(10deg); }

.stm_socials {
  margin: 0;
  text-align: center; }
  .stm_socials li {
    list-style: none;
    display: inline-block;
    padding: 0 10px; }
    .stm_socials li:before {
      display: none; }
    .stm_socials li a {
      display: -ms-flexbox;
      display: flex;
      height: 50px;
      width: 50px;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      background-color: #333333; }
      .stm_socials li a:hover {
        background-color: #f53837; }
      .stm_socials li a i {
        font-size: 15px;
        color: #fff; }

@media (max-width: 1024px) {
  .stm-player-ids.style_2 .stm-carousel-controls-center {
    display: none; } }

@media (max-width: 812px) {
  .stm-news-grid.style_2 .stm-title-left .stm-main-title-unit {
    margin: 0 15px 30px 0 !important; }
  .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single, .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1), .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(2) {
    width: 50% !important;
    padding-right: 15px;
    margin-right: 0 !important;
    border: none; }
    .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .image, .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .image, .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(2) .image {
      display: block;
      width: 100%;
      max-width: 100%;
      float: inherit;
      margin-bottom: 22px; }
      .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .image:before, .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .image:before, .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(2) .image:before {
        margin: 10px 0 0 10px; }
      .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .image img, .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .image img, .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(2) .image img {
        width: 100%;
        height: auto !important; }
    .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single .title, .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1) .title, .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(2) .title {
      font-size: 30px;
      line-height: 1;
      font-weight: 500;
      margin: 13px 0 25px; }
    .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single.stm-latest-news-single:last-child, .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1).stm-latest-news-single:last-child, .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(2).stm-latest-news-single:last-child {
      display: none; }
  .stm-news-grid.style_2.stm-media-tabs .stm-media-tabs-nav {
    margin-top: 10px !important; }
    .stm-news-grid.style_2.stm-media-tabs .stm-media-tabs-nav ul li a {
      padding: 0 10px; } }

@media (max-width: 676px) {
  .stm-media-tabs._gallery .stm-media-tabs-nav ul li a {
    padding: 0 20px !important; } }

@media (max-width: 640px) {
  .stm-news-grid.style_2 .stm-title-left .stm-main-title-unit {
    margin: 0 15px 20px 0 !important; }
  .stm-news-grid.style_2.stm-media-tabs .stm-media-tabs-nav {
    width: 100%;
    margin-bottom: 20px;
    text-align: left; } }

@media (max-width: 520px) {
  .stm-media-tabs._gallery .stm-media-tabs-nav ul li a {
    padding: 0 10px !important;
    font-size: 20px !important; }
  .stm-news-grid.style_2.stm-media-tabs .stm-media-tabs-nav ul li a {
    padding: 0 10px;
    font-size: 20px; }
  .stm-player-ids.style_2 .stm-players .stm-list-single-player .stm-list-single-player-info .inner .player-title, .stm-player-ids.style_2 .stm-players .stm-list-single-player .stm-list-single-player-info .inner .player-position, .stm-player-ids.style_2 .stm-players .stm-list-single-player .stm-list-single-player-info .inner .player-number {
    font-size: 20px; } }

@media (max-width: 425px) {
  .stm-news-grid.style_2.stm-media-tabs .stm-media-tabs-nav ul li {
    margin-bottom: 20px; }
    .stm-news-grid.style_2.stm-media-tabs .stm-media-tabs-nav ul li a {
      padding: 0 10px;
      font-size: 20px; } }

@media (max-width: 320px) {
  .stm-news-grid.style_2 .stm-title-left .stm-main-title-unit {
    margin: 0 15px 30px 0 !important; }
  .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single, .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(1), .stm-news-grid.style_2 .tab-content .tab-pane .stm-latest-news-wrapp .stm-latest-news-single:nth-child(2) {
    width: 100% !important; } }

.sp-tournament-bracket .sp-heading, .sp-tournament-bracket .sp-heading:hover {
  color: #fff !important;
  background: #00a69c !important;
  border-color: #00a69c !important; }

.stretch-col-left > .vc_column-inner {
  padding-left: calc(100% + 15px) !important;
  margin-left: -100% !important;
  width: 200% !important; }

.stretch-col-right > .vc_column-inner {
  padding-right: calc(100% + 15px) !important;
  margin-right: -100% !important;
  width: 200% !important; }

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

.widget_categories li {
  font-size: 0;
  line-height: 0; }

.widget_categories li a {
  line-height: 24px; }

.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;
    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: #e21e22;
      opacity: 0;
      transform: scale3d(0.7, 1, 1);
      transition: transform 0.4s, opacity 0.4s;
      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: #e21e22;
      transition: width 0.4s; }
    .product-categories li a:hover:before,
    .widget_categories li a:hover:before {
      opacity: 1;
      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;
    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: #e21e22;
      opacity: 0;
      transform: scale3d(0.7, 1, 1);
      transition: transform 0.4s, opacity 0.4s;
      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: #e21e22;
      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;
      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: #e21e22; }

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: #e21e22; }
  .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; }

.header_1 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li a,
.header_2 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li a,
.header_3 .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li a,
.header_magazine_one .stm-header .stm-main-menu .stm-main-menu-unit .header-menu .sub-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }

.widget_search {
  position: relative; }
  .widget_search form {
    position: relative; }
  .widget_search .search-input {
    padding-right: 40px; }
  .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 {
  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 {
  transition: all 0.5s ease; }

.stm-non-transparent-header .stm-header-inner {
  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 {
  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: #e21e22; }

/**
* 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: #e21e22;
  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: #e21e22; }

.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: #e21e22; }
  .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: #e21e22;
    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: #e21e22;
  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: #e21e22; }

.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: #e21e22;
        border-color: #e21e22; }
    .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;
    transform: translate3d(0, 0, 0);
    transition: transform 0.4s, opacity 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: #e21e22 !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: #e21e22 !important;
      opacity: 0;
      transform: scale3d(0.7, 1, 1);
      transition: transform 0.4s, opacity 0.4s;
      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;
        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;
          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";
          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: #e21e22; }
        .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: #e21e22; }

.stm-badge-wrapper {
  position: relative;
  overflow: hidden; }
  .stm-badge-wrapper .onsale {
    position: absolute;
    top: 20px;
    right: -60px;
    padding: 5px 10px;
    width: 200px;
    background-color: #e21e22;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -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: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-line-pack: justify;
          align-content: space-between;
      -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;
    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: #e21e22; }
      .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: #e21e22; }

.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: #e21e22; }
  .woocommerce .price ins {
    text-decoration: none !important; }
  .woocommerce .price .amount {
    color: #e21e22; }

.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: #e21e22; }
      .woocommerce-tabs .wc-tabs li a {
        text-transform: uppercase;
        color: #e21e22;
        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;
  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 #e21e22;
  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: #e21e22; }
  .woocommerce-info .button,
  .woocommerce-message .button {
    position: relative;
    top: 1px;
    display: block;
    float: right;
    padding: 0;
    background-color: transparent !important;
    border: 0;
    color: #e21e22 !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;
        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: #e21e22; }
  .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: #e21e22; }
  .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: #e21e22; }

.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: #e21e22; }

.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: #e21e22; }

.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.woocommerce-notice {
    padding-left: 20px; }
  .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: #3b3c51; }
  #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 only screen and (max-width: 1199px) {
  html body.header_4 .stm-ipad-block {
    display: none; }
  html body.header_4 .stm-ipad-none {
    display: block; }
  html body.header_4 ul.header-menu li.menu-item-has-children:after {
    color: #e21e22; }
  html body.header_4 ul.header-menu li.menu-item-has-children a:after {
    display: none !important; } }

@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; }
  html body.header_4 .stm-ipad-block {
    display: block; }
  html body.header_4 .stm-ipad-none {
    display: none; }
  .review_style_four .stm-reviews-carosel-wrapper {
    margin-left: 1.5%; } }

/*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; }
  .stm-timeline__steps {
    display: none; }
  .stm-timeline__nav-bar .stm-timeline__nav {
    margin-top: 0;
    float: left; }
  .stm-timeline__caption-inner h2 {
    font-size: 26px;
    margin-bottom: 10px; }
  .stm-timeline__caption-inner .stm-timeline__caption-text span {
    line-height: 26px !important;
    font-size: 13px !important; }
  .stm-timeline__caption {
    padding: 10px 20px; } }

@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) {
  html body.header_4.splashBaseball #wrapper #main {
    margin-top: 0; }
  html body.header_1 ul.stm-mobile-menu-list li a span .stm_megaicon, html body.header_2 ul.stm-mobile-menu-list li a span .stm_megaicon, html body.header_3 ul.stm-mobile-menu-list li a span .stm_megaicon {
    margin-right: 20px; }
  html body.header_1 ul.stm-mobile-menu-list li.stm_menu_item_logo, html body.header_2 ul.stm-mobile-menu-list li.stm_menu_item_logo, html body.header_3 ul.stm-mobile-menu-list li.stm_menu_item_logo {
    display: none; }
  html body.header_1 ul.stm-mobile-menu-list li.stm_megamenu > ul.sub-menu, html body.header_2 ul.stm-mobile-menu-list li.stm_megamenu > ul.sub-menu, html body.header_3 ul.stm-mobile-menu-list li.stm_megamenu > ul.sub-menu {
    display: none;
    margin: 0; }
    html body.header_1 ul.stm-mobile-menu-list li.stm_megamenu > ul.sub-menu > li > ul.sub-menu, html body.header_2 ul.stm-mobile-menu-list li.stm_megamenu > ul.sub-menu > li > ul.sub-menu, html body.header_3 ul.stm-mobile-menu-list li.stm_megamenu > ul.sub-menu > li > ul.sub-menu {
      width: 100%;
      margin: 0; }
      html body.header_1 ul.stm-mobile-menu-list li.stm_megamenu > ul.sub-menu > li > ul.sub-menu li, html body.header_2 ul.stm-mobile-menu-list li.stm_megamenu > ul.sub-menu > li > ul.sub-menu li, html body.header_3 ul.stm-mobile-menu-list li.stm_megamenu > ul.sub-menu > li > ul.sub-menu li {
        text-align: left; }
        html body.header_1 ul.stm-mobile-menu-list li.stm_megamenu > ul.sub-menu > li > ul.sub-menu li a, html body.header_2 ul.stm-mobile-menu-list li.stm_megamenu > ul.sub-menu > li > ul.sub-menu li a, html body.header_3 ul.stm-mobile-menu-list li.stm_megamenu > ul.sub-menu > li > ul.sub-menu li a {
          text-align: left;
          padding: 20px !important; }
          html body.header_1 ul.stm-mobile-menu-list li.stm_megamenu > ul.sub-menu > li > ul.sub-menu li a span, html body.header_2 ul.stm-mobile-menu-list li.stm_megamenu > ul.sub-menu > li > ul.sub-menu li a span, html body.header_3 ul.stm-mobile-menu-list li.stm_megamenu > ul.sub-menu > li > ul.sub-menu li a span {
            color: #222222; }
            html body.header_1 ul.stm-mobile-menu-list li.stm_megamenu > ul.sub-menu > li > ul.sub-menu li a span .stm_mega_textarea, html body.header_2 ul.stm-mobile-menu-list li.stm_megamenu > ul.sub-menu > li > ul.sub-menu li a span .stm_mega_textarea, html body.header_3 ul.stm-mobile-menu-list li.stm_megamenu > ul.sub-menu > li > ul.sub-menu li a span .stm_mega_textarea {
              color: #222222;
              margin-bottom: 20px; }
          html body.header_1 ul.stm-mobile-menu-list li.stm_megamenu > ul.sub-menu > li > ul.sub-menu li a ul.mm-list, html body.header_2 ul.stm-mobile-menu-list li.stm_megamenu > ul.sub-menu > li > ul.sub-menu li a ul.mm-list, html body.header_3 ul.stm-mobile-menu-list li.stm_megamenu > ul.sub-menu > li > ul.sub-menu li a ul.mm-list {
            display: block !important;
            opacity: 1; }
            html body.header_1 ul.stm-mobile-menu-list li.stm_megamenu > ul.sub-menu > li > ul.sub-menu li a ul.mm-list li, html body.header_2 ul.stm-mobile-menu-list li.stm_megamenu > ul.sub-menu > li > ul.sub-menu li a ul.mm-list li, html body.header_3 ul.stm-mobile-menu-list li.stm_megamenu > ul.sub-menu > li > ul.sub-menu li a ul.mm-list li {
              color: #222222; }
  html body.header_4 .stm-ipad-block {
    display: none; }
  html body.header_4 .stm-ipad-none {
    display: block; }
  html body.header_4 #wrapper #main {
    margin-top: 60px; }
  html body.header_4 #wrapper #stm-top-bar {
    display: block;
    min-height: 60px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0; }
    html body.header_4 #wrapper #stm-top-bar.top-sticky .container .stm-ipad-none .col-12 .logo-main .bloglogo .stm-main-logo {
      display: block;
      opacity: 1; }
    html body.header_4 #wrapper #stm-top-bar.top-sticky .container .stm-ipad-none .col-12 .logo-main .bloglogo .stm-sticky-logo {
      display: none; }
    html body.header_4 #wrapper #stm-top-bar .container .stm-ipad-none .col-12 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: center;
          justify-content: center; }
      html body.header_4 #wrapper #stm-top-bar .container .stm-ipad-none .col-12 .logo-main {
        max-width: 70px; }
        html body.header_4 #wrapper #stm-top-bar .container .stm-ipad-none .col-12 .logo-main .bloglogo .stm-main-logo {
          display: block; }
        html body.header_4 #wrapper #stm-top-bar .container .stm-ipad-none .col-12 .logo-main .bloglogo .stm-sticky-logo {
          display: none; }
  html body.header_4 #wrapper .stm-header .stm-header-inner {
    display: block;
    padding: 0; }
    html body.header_4 #wrapper .stm-header .stm-header-inner .stm-header-background, html body.header_4 #wrapper .stm-header .stm-header-inner .stm-breadcrumbs-unit {
      display: none; }
    html body.header_4 #wrapper .stm-header .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit {
      margin-bottom: 200px;
      display: block;
      overflow-y: scroll;
      max-height: 80%;
      margin-top: 0 !important; }
      html body.header_4 #wrapper .stm-header .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu {
        display: block; }
        html body.header_4 #wrapper .stm-header .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li {
          padding-right: 0; }
          html body.header_4 #wrapper .stm-header .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li.menu-item-has-children a {
            width: 90%; }
          html body.header_4 #wrapper .stm-header .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li:after {
            top: 7px;
            transform: none; }
          html body.header_4 #wrapper .stm-header .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li:hover > ul.sub-menu {
            height: 100%;
            padding: 20px 0; }
            html body.header_4 #wrapper .stm-header .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li:hover > ul.sub-menu li a {
              border-left: 0; }
          html body.header_4 #wrapper .stm-header .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu {
            position: relative;
            left: 0;
            top: 0;
            right: 0;
            width: 100%;
            height: 0;
            max-width: 100%;
            box-shadow: none;
            padding: 0; }
            html body.header_4 #wrapper .stm-header .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu li:after {
              top: 0;
              transform: none; }
            html body.header_4 #wrapper .stm-header .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu li a {
              padding-bottom: 0 !important; }
            html body.header_4 #wrapper .stm-header .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu li:hover > ul.sub-menu {
              height: 100%;
              padding: 20px 0; }
            html body.header_4 #wrapper .stm-header .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu li > ul.sub-menu {
              position: relative;
              left: 0;
              top: 0;
              right: 0;
              width: 100%;
              height: 0;
              max-width: 100%;
              box-shadow: none;
              padding: 0; }
              html body.header_4 #wrapper .stm-header .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu li > ul.sub-menu li a {
                padding: 0 0 0 20px !important; }
                html body.header_4 #wrapper .stm-header .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit ul.header-menu > li > ul.sub-menu li > ul.sub-menu li a span img {
                  height: inherit; }
      html body.header_4 #wrapper .stm-header .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit a.stm-cart-mobile {
        padding: 0 10px; }
  .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-player-statistic-baseball .stm-player-statistic-unit .owl-dots {
    display: none !important; }
  .stm-single-player-vc_stats .stm-player-img {
    min-height: auto !important; }
  .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%;
      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;
      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%;
        left: inherit;
        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; }
  .news_style_baseball_grid .stm-single-post-loop .image .post-meta {
    padding: 13px 0 13px 85px; }
  .news_style_baseball_grid .stm-single-post-loop .content .stm-content-wrap {
    padding: 17px 0 10px 9px; }
  .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image .post-meta {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 13px 0 13px 80px; } }

@media only screen and (max-width: 740px) and (orientation: landscape) {
  html body.header_4 #wrapper .stm-header .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit {
    padding-top: 60px;
    max-height: 70%; }
  html body.header_4 #wrapper .stm-header .stm-header-inner .stm-header-container .stm-main-menu .stm-menu-socials {
    bottom: 13%; }
    html body.header_4 #wrapper .stm-header .stm-header-inner .stm-header-container .stm-main-menu .stm-menu-socials ul li {
      margin-bottom: 0; }
  html body.header_4 #wrapper .stm-header .stm-header-inner .stm-header-container .stm-main-menu .stm-menu-footer {
    bottom: 2%; }
  .stm-contact-manager-block h4 {
    margin-top: 30px;
    margin-bottom: 5px; }
  .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .stm-title-left .stm-main-title-unit {
    margin-right: 20px; }
  .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image .post-meta {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 13px 0 3px 85px; }
    .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image .post-meta .stm-cat-list-wrapp {
      line-height: 22px; }
  .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image .stm-post-format {
    padding: 3px 10px 3px 29px; }
    .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image .stm-post-format:before {
      left: 6px !important; }
  .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .content .date .stm-date-day {
    margin: 0; }
  .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .content .stm-content-wrap {
    padding: 7px 0 10px 7px; }
  .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-event-date {
    padding: 6px 13px 5px; }
  .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-event-venue {
    padding: 6px 43px 5px; }
  .owl-carousel.stm-timeline-captions-carousel .stm-timeline__caption-inner .stm-timeline__caption-text p {
    font-size: 12px;
    line-height: 20px; }
  .news_style_baseball_list .stm-single-post-loop .stm-post-content-inner .stm-post-format {
    padding-left: 30px; }
    .news_style_baseball_list .stm-single-post-loop .stm-post-content-inner .stm-post-format:before {
      left: 6px; }
  .news_style_baseball_list .stm-single-post-loop .stm-post-content-inner a .title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px; }
  .news_style_baseball_grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .news_style_baseball_grid .stm-single-post-loop .image .post-meta {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
      padding: 13px 0 3px 85px; }
      .news_style_baseball_grid .stm-single-post-loop .image .post-meta .stm-cat-list-wrapp {
        line-height: 22px; }
    .news_style_baseball_grid .stm-single-post-loop .image .stm-post-format {
      padding: 3px 10px 3px 29px; }
      .news_style_baseball_grid .stm-single-post-loop .image .stm-post-format:before {
        left: 6px !important; }
    .news_style_baseball_grid .stm-single-post-loop .content .date .stm-date-day {
      margin: 0; }
    .news_style_baseball_grid .stm-single-post-loop .content .stm-content-wrap {
      padding: 7px 0 10px 7px; } }

@media (max-width: 668px) {
  .review_style_four .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .stm_review_bsb .review_content_bg {
    padding: 70px 20px 25px !important; }
  .splashBaseball .dp-in a {
    min-width: 120px; } }

@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) {
  html body.header_4 #wrapper .stm-header .stm-header-inner .stm-header-container .stm-main-menu .stm-main-menu-unit {
    max-height: 76%; }
  .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;
      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;
      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 {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    margin-right: 0; }
  .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; }
  .stm-products-row.row-3 .stm-single-product-loop .stm-product-content-loop-inner .clearfix .title h3 {
    display: block;
    overflow: hidden;
    padding-right: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 22px;
    margin-bottom: 30px; }
  .stm-products-row.row-3 .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta .star-rating {
    top: 25px;
    left: 0;
    right: inherit; }
  .stm-title-box-title-wrapper .stm-shop-categories .stm-shop-category .name {
    padding-bottom: 0; }
  .comment-respond .comment-form-rating {
    top: 40px;
    left: 0;
    right: inherit; }
    .comment-respond .comment-form-rating .stars span {
      display: -ms-flexbox;
      display: flex; } }

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

/*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: #e21e22;
      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;
  transition: top 0.3s 0.3s, transform 0.3s 0s; }

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

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

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

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

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

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

.stm-mobile-menu-unit {
  display: none;
  position: absolute;
  top: 100%;
  right: 40px;
  width: 388px;
  border-top: 5px solid #e21e22; }
  .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;
        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;
        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: #e21e22 !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: #e21e22; }
    .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; }
  .stm_bsb_latest_results_wrapper .stm-latest-results-units {
    padding: 0; }
    .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info {
      width: 75%; }
    .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stmLeftLogoWrapp, .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stmRightLogoWrapp {
      min-width: 100px;
      max-width: 100px; }
  .stm-latest-results-units-baseball a .stm-latest-results-info .stm-latest-result {
    width: 35%; }
  .stm-latest-results-units-baseball a .stm-latest-results-info .stm-latest-result_result {
    max-width: 30%;
    margin: 0;
    padding: 16px 10px 15px 13px; }
  .stm-player-statistic-baseball .stm-title-float {
    top: 4%; }
  .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    width: 42%;
    margin-right: 0; }
  .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat {
    width: 74%; }
    .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .player-meta-name_number {
      margin: 79px 0 0; }
    .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .stm-metric-wrapp ul li {
      margin-bottom: 10px; }
    .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .stm-stat-table-wrapp {
      margin-top: 10px; }
      .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .stm-stat-table-wrapp .stm-metric tr td {
        white-space: nowrap; }
  .stm-player-statistic-baseball .stm-player-statistic-unit .button {
    margin-top: 20px;
    margin-bottom: 20px; }
  .review_style_four .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single {
    min-width: 300px;
    max-width: 520px; }
    .review_style_four .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .stm_review_bsb .review_content_bg {
      padding: 70px 50px 25px; }
  .stm-timeline__nav-bar {
    margin-left: 0;
    margin-bottom: 30px; }
  .owl-carousel.stm-timeline-captions-carousel .stm-timeline__caption-inner {
    padding-top: 5px; }
    .owl-carousel.stm-timeline-captions-carousel .stm-timeline__caption-inner h3 {
      margin-bottom: 10px; }
    .owl-carousel.stm-timeline-captions-carousel .stm-timeline__caption-inner .stm-timeline__caption-text p {
      line-height: 24px; } }

@media (max-width: 600px) {
  .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; }
    .stm-coach-excerption-wrapp .stm-data-wrapp .stm-excerption-wrapp .stm-excerption {
      padding: 0; }
  .review_style_four .stm-reviews-carosel-wrapper {
    margin-left: -2%; } }

@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; }
  .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image a img {
    width: 100%; }
  .stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image .post-meta {
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 13px 0 13px 94px; }
  .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stmLeftLogoWrapp,
  .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stmRightLogoWrapp {
    display: none; }
  .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info {
    width: 100%; }
    .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-35 {
      width: 45%; }
      .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-35 .stm-latest-result-team a {
        font-size: 26px; }
    .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-30 div {
      padding: 20px 5px;
      font-size: 30px; }
      .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-30 div:after, .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-30 div:before {
        border-top: 68px solid #a10a0d; }
  .stm-latest-results-units-baseball a .stm-latest-results-info .stm-latest-result .stm-latest-result-team-logo {
    display: none; }
  .stm-player-statistic-baseball .stm-title-float {
    width: 100%;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-top: 30px; }
  .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-img {
    display: none; }
  .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat {
    width: 100%; }
    .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .player-meta-name_number {
      margin-top: 10px; }
    .stm-player-statistic-baseball .stm-player-statistic-unit .stm-single-player-vc_stats .stm-player-stat .stm-statistic-meta .stm-metric-wrapp ul li span {
      font-size: 16px; }
  .news_style_baseball_list .stm-single-post-loop {
    -ms-flex-direction: column;
        flex-direction: column; }
    .news_style_baseball_list .stm-single-post-loop a, .news_style_baseball_list .stm-single-post-loop .stm-post-content-inner {
      width: 100%; }
    .news_style_baseball_list .stm-single-post-loop .stm-post-content-inner {
      padding: 15px !important; }
  .news_style_baseball_grid .stm-single-post-loop .image a img {
    width: 100%; }
  body .stm-contact-manager-block {
    margin-top: 20px; }
    body .stm-contact-manager-block > h4 {
      font-size: 30px !important;
      margin-bottom: 10px; } }

@media (max-width: 375px) {
  .review_style_four .stm-reviews-carosel-wrapper {
    margin-left: 0; }
    .review_style_four .stm-reviews-carosel-wrapper .stm-reviews .owl-stage-outer {
      overflow: hidden; }
  .owl-carousel.stm-timeline-captions-carousel .stm-timeline__caption-inner {
    padding-top: 0;
    overflow: hidden;
    display: block;
    max-height: 113px; }
    .owl-carousel.stm-timeline-captions-carousel .stm-timeline__caption-inner .stm-timeline__caption-title {
      margin-bottom: 0; }
    .owl-carousel.stm-timeline-captions-carousel .stm-timeline__caption-inner .stm-timeline__caption-text p {
      font-size: 10px;
      line-height: 14px; } }

@media (max-width: 350px) {
  .stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-socials .top-bar-socials li {
    margin-right: 10px; }
  .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-40 .teamNameLeftWrapper, .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-40 .teamNameRightWrapper, .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-35 .teamNameLeftWrapper, .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-35 .teamNameRightWrapper {
    padding: 0; }
    .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-40 .teamNameLeftWrapper .teamHome, .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-40 .teamNameRightWrapper .teamHome, .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-35 .teamNameLeftWrapper .teamHome, .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-35 .teamNameRightWrapper .teamHome {
      font-size: 10px; }
    .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-40 .teamNameLeftWrapper a, .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-40 .teamNameRightWrapper a, .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-35 .teamNameLeftWrapper a, .stm_bsb_latest_results_wrapper .stm-latest-results-units .stm-teams-info-wrap .stm-info .stm-custom-row .col-35 .teamNameRightWrapper a {
      font-size: 22px; }
  .review_style_four .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single {
    min-width: 200px; }
  table.sp-data-table th:first-child, table.sp-data-table td:first-child {
    padding-left: 10px; } }

@media (max-width: 991px) {
  .mobile-clear {
    clear: both; } }

/*SECTION 5*/
.lightbox {
  display: none; }

body #joomsport-container, body #joomsport-achv-container, #joomsport-container .seasonTable {
  background-color: transparent;
  font-family: "Roboto Condensed";
  font-size: 15px; }

body #joomsport-container a {
  color: #009bdc; }

body #joomsport-container a:hover, body #joomsport-container a:focus {
  color: #009bdc; }

#joomsport-container ul li {
  padding-left: 0; }

#joomsport-container ul li:before {
  display: none; }

/*Buttons*/
#joomsport-container a.btn, #joomsport-container .navbar-nav a.btn, #joomsport-container button.btn, #joomsport-achv-container a.btn, #joomsport-achv-container .navbar-nav a.btn, #joomsport-achv-container button.btn, #joomsport-container.jsSliderContainer > .jsmainscroll > button {
  display: inline-block;
  max-width: 100%;
  border: 2px solid;
  border-color: #e21e22;
  border-radius: 5px;
  outline: none !important;
  font-size: 14px;
  font-weight: 700;
  background-color: #e21e22;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none !important;
  text-shadow: none;
  letter-spacing: 1px;
  z-index: 1; }

#joomsport-container #jsFilterMatches button.btn {
  background-color: #e21e22 !important; }

#joomsport-container #jsFilterMatches button.btn:hover, #joomsport-container #jsFilterMatches button.btn:focus {
  background-color: transparent !important; }

#joomsport-container.jsSliderContainer > .jsmainscroll > button path {
  fill: #fff; }

#joomsport-container a.btn, #joomsport-container .navbar-nav a.btn, #joomsport-container button.btn, #joomsport-achv-container a.btn, #joomsport-achv-container .navbar-nav a.btn, #joomsport-achv-container button.btn {
  position: relative;
  padding: 10px 20px; }

#joomsport-container a.btn > i, #joomsport-container .navbar-nav a.btn > i, #joomsport-achv-container a.btn > i, #joomsport-achv-container .navbar-nav a.btn > i {
  margin-top: 1px; }

#joomsport-container a.btn:before, #joomsport-container .navbar-nav a.btn:before, #joomsport-container button.btn:before, #joomsport-achv-container a.btn:before, #joomsport-achv-container .navbar-nav a.btn:before, #joomsport-achv-container button.btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e21e22;
  z-index: -1;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform .4s, opacity .4s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

#joomsport-container a.btn:hover, #joomsport-container button.btn:hover, #joomsport-container a.btn:focus, #joomsport-container button.btn:focus, #joomsport-container a.btn:active, #joomsport-container button.btn:active, #joomsport-container a.btn:active:hover, #joomsport-container button.btn:active:hover, #joomsport-container .navbar-nav a.btn:hover, #joomsport-achv-container a.btn:hover, #joomsport-achv-container button.btn:hover, #joomsport-achv-container a.btn:focus, #joomsport-achv-container button.btn:focus, #joomsport-achv-container a.btn:active, #joomsport-achv-container button.btn:active, #joomsport-achv-container a.btn:active:hover, #joomsport-achv-container button.btn:active:hover, #joomsport-achv-container .navbar-nav a.btn:hover {
  background-color: transparent;
  color: #e21e22;
  border-color: #e21e17; }

#joomsport-container.jsSliderContainer > .jsmainscroll > button:hover path {
  fill: #e21e22; }

#joomsport-container a.btn:hover:before, #joomsport-container button.btn:hover:before, #joomsport-container a.btn:focus:before, #joomsport-container button.btn:focus:before, #joomsport-container a.btn:active:before, #joomsport-container button.btn:active:before, #joomsport-container a.btn:active:hover:before, #joomsport-container button.btn:active:hover:before, #joomsport-container .navbar-nav a.btn:hover:before, #joomsport-achv-container a.btn:hover:before, #joomsport-achv-container button.btn:hover:before, #joomsport-achv-container a.btn:focus:before, #joomsport-achv-container button.btn:focus:before, #joomsport-achv-container a.btn:active:before, #joomsport-achv-container button.btn:active:before, #joomsport-achv-container a.btn:active:hover:before, #joomsport-achv-container button.btn:active:hover:before, #joomsport-achv-container .navbar-nav a.btn:hover:before {
  opacity: 0;
  transform: scale3d(0.7, 1, 1); }

#joomsport-container .btn:active, #joomsport-achv-container .btn:active {
  box-shadow: none; }

.jscaruselcont .jsview1 {
  min-width: 250px; }

/*Tabs*/
#joomsport-container .tabs .nav-tabs {
  display: table;
  margin: 10px auto;
  border-bottom: 0;
  font-size: 18px; }

#joomsport-container .tabs .nav-tabs > li {
  margin-right: 10px; }

#joomsport-container .tabs .nav-tabs > li i {
  margin-top: 3px; }

#joomsport-container .page-content-js .nav-tabs > li > a {
  border: 0;
  background-color: transparent; }

#joomsport-container .tabs .nav-tabs > li > a {
  padding: 5px 10px;
  color: #404040;
  text-transform: uppercase;
  font-weight: bold; }

#joomsport-container .tabs .nav-tabs > li:first-child {
  margin-left: 0; }

#joomsport-container .page-content-js .nav-tabs > li > a:hover, #joomsport-container .page-content-js .nav-tabs > li.active > a, #joomsport-container .page-content-js .tabs .nav-tabs > li.active > a:hover, #joomsport-container .page-content-js .tabs .nav-tabs > li.active > a:focus {
  color: #e21e22;
  border: 0;
  background-color: transparent; }

#joomsport-container .page-content-js .nav-tabs > li.active > a, #joomsport-container .page-content-js .tabs .nav-tabs > li.active > a:hover, #joomsport-container .page-content-js .tabs .nav-tabs > li.active > a:focus {
  border-bottom: 2px solid;
  border-color: #e21e22; }

#joomsport-container .tabs .nav-tabs + .tab-content, #joomsport-container #jsMatchViewID .tabs .nav-tabs + .tab-content {
  margin-top: 30px; }

#joomsport-container .tabs .tab-content #stab_overview {
  padding: 0 15px; }

#joomsport-container .seasonTable .tabs .tab-content #stab_main {
  margin: 0; }

#joomsport-container .page-content-js .tabs .tab-content, #joomsport-container #jsMatchViewID #stab_about {
  padding: 15px 0; }

#joomsport-container table.jstblevwid tr {
  border-bottom: none; }

/*Pagination*/
#joomsport-container ul.paginationJS > li > a, #joomsport-container .paginationJS > li > span {
  min-width: 45px;
  min-height: 45px;
  margin: 0 10px;
  color: #bfbfbf;
  border: 2px solid #bfbfbf;
  margin-right: 5px;
  padding: 0;
  border-radius: 5px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 45px; }

#joomsport-container ul.paginationJS > li.active > a, #joomsport-container .paginationJS > li.active > span, #joomsport-container ul.paginationJS > li > a:hover, #joomsport-container .paginationJS > li > span:hover, #joomsport-container .paginationJS > li.active > a:hover, #joomsport-container li.paginationJS > .active > span:hover {
  color: #fff;
  background-color: #e21e22;
  border-color: #e21e22; }

#joomsport-container ul.paginationJS > li > a[aria-label="Previous"], #joomsport-container ul.paginationJS > li > a[aria-label="Next"] {
  border: none;
  background-color: transparent;
  font-size: 24px; }

#joomsport-container ul.paginationJS > li > a[aria-label="Previous"]:hover, #joomsport-container ul.paginationJS > li > a[aria-label="Next"]:hover {
  color: #e21e22; }

#joomsport-container ul.paginationJS > li.disabled > a {
  display: none; }

#joomsport-container ul.paginationJS > li > a > span {
  background-color: transparent; }

/*Select box*/
#joomsport-container select + .select2 {
  width: auto !important;
  min-width: 100px;
  height: auto;
  border: none;
  background-color: transparent; }

#joomsport-container select + .select2 > .selection > .select2-selection {
  height: 55px;
  border: 1px solid #d7d6d6;
  outline: none !important; }

#joomsport-container select + .select2 > .selection > .select2-selection > .select2-selection__rendered {
  padding: 0 35px 0 20px;
  line-height: 53px;
  outline: none !important; }

#joomsport-container select + .select2 > .selection > .select2-selection > .select2-selection__arrow {
  width: 30px;
  height: 53px; }

#joomsport-container .searchBar .form-group > *:not(button) {
  display: inline-block;
  min-width: 170px; }

/*Thumbnail*/
#joomsport-container img.img-thumbnail, #joomsport-achv-container img.img-thumbnail {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0; }

#joomsport-container .cansorttbl.table img.img-thumbnail {
  margin-right: 15px; }

/*Info-block*/
#joomsport-container .tabs .extrafldcn, #joomsport-achv-container .page-content-js .well.extrafldcn {
  border-radius: 0;
  border: 1px solid #e1e1e1;
  background-color: #fff; }

/*Table*/
#joomsport-container table, #joomsport-achv-container table {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase; }

#joomsport-container div.jsScoreDiv {
  font-size: inherit; }

#joomsport-container table tr > td, #joomsport-achv-container table tr > td {
  color: #232628; }

#joomsport-container .table-responsive .table > tbody > tr:nth-child(odd), #joomsport-container table.jstblevwid tbody > tr:nth-child(odd), #joomsport-container .table-responsive .jsBoxStatDIvFE tbody tr:nth-child(2n), #joomsport-achv-container .table-responsive .table > tbody > tr:nth-of-type(odd) {
  background-color: #e8e8e8; }

#joomsport-container .table-responsive .table > tbody > tr:nth-child(even), #joomsport-container table.jstblevwid tbody > tr:nth-child(even), #joomsport-container .table-responsive .jsBoxStatDIvFE tbody tr, #joomsport-achv-container .table-responsive .table > tbody > tr {
  background-color: #f2f2f2; }

#joomsport-container .jsOverXdiv .table > tbody > tr {
  background-color: transparent; }

#joomsport-container .table-responsive .table > thead > tr > th, #joomsport-container table.jstblevwid tbody > tr > th, #joomsport-container .jsBoxStatDIvFE > thead > tr > th, #joomsport-container #stab_overview table.tblPosition thead > tr > th, #joomsport-achv-container .table thead > tr > th, #joomsport-container table.table tbody > tr > th {
  padding: 13px 7px;
  border: 0;
  background-color: #e21e22; }

#joomsport-container .table-responsive .table > thead > tr > th, #joomsport-container .table-responsive .table > thead > tr > th > *, #joomsport-container table.jstblevwid tbody > tr > th, #joomsport-container .jsBoxStatDIvFE > thead > tr > th, #joomsport-container #stab_overview table.tblPosition thead > tr > th, #joomsport-achv-container .table thead > tr > th > *, #joomsport-container table.table tbody > tr > th {
  color: #fff; }

#joomsport-container .table-responsive .table > thead > tr > th > span {
  padding-right: 0; }

#joomsport-container .table-responsive .table td a, #joomsport-container table.jstblevwid td a, #joomsport-container .jsBoxStatDIvFE td a, #joomsport-container #stab_overview table.tblPosition td a, #joomsport-achv-container .table td a {
  color: #595959; }

#joomsport-container .table-responsive .table td a:hover, #joomsport-container table.jstblevwid td a:hover, #joomsport-container #stab_overview table.tblPosition td a:hover, #joomsport-achv-container .table td a:hover, #joomsport-container .jsBoxStatDIvFE td a:hover, #joomsport-container .table-responsive .table td a:focus, #joomsport-container table.jstblevwid td a:focus, #joomsport-container #stab_overview table.tblPosition td a:focus, #joomsport-achv-container .table td a:focus, #joomsport-container .jsBoxStatDIvFE td a:focus {
  color: #009bdc;
  text-decoration: none; }

#joomsport-container .table-responsive .table > tbody > tr > td, #joomsport-container table.jstblevwid tbody > tr > td, #joomsport-container .jsBoxStatDIvFE tbody > tr > td, #joomsport-achv-container .table-responsive .table tbody > tr > td {
  vertical-align: middle;
  border-color: transparent; }

#joomsport-container .table-responsive .table > tbody > tr > td:last-child, #joomsport-container .table-responsive .table > thead > tr > th:last-child, #joomsport-container table.jstblevwid tbody > tr > td:last-child, #joomsport-container table.jstblevwid tbody > tr > th:last-child, #joomsport-container .jsBoxStatDIvFE tbody > tr > td:last-child, #joomsport-container .jsBoxStatDIvFE thead > tr > th:last-child, #joomsport-container #stab_overview table.tblPosition tbody > tr > td:last-child, #joomsport-container #stab_overview table.tblPosition thead > tr > th:last-child, #joomsport-achv-container .table tbody > tr > td:last-child, #joomsport-achv-container .table thead > tr > th:last-child {
  border-right: 0; }

#joomsport-container table.jstblevwid tbody > tr > td:first-child {
  padding: 10px;
  text-align: center; }

#joomsport-container table.jstblevwid tbody > tr > td .js_div_particName {
  padding-left: 7px; }

#joomsport-container .jsBoxStatDIvFE {
  margin-top: 10px; }

#joomsport-container #stab_statistic .jsBoxStatDIvFE {
  margin-top: 0; }

#joomsport-container .jsBoxStatDIvFE tr:first-child > th:first-child, #joomsport-container .jsBoxStatDIvFE thead tr:last-child {
  border-bottom: 0; }

#joomsport-container .jsBoxStatDIvFE > thead > tr > th {
  vertical-align: middle;
  font-size: inherit;
  font-weight: inherit; }

#joomsport-container .jsBoxStatDIvFE > thead > tr:last-child > th {
  border-top: 1px solid;
  border-color: #ffffff; }

#joomsport-container .jsBoxStatDIvFE tfoot tr td {
  border: 0;
  background-color: #8d8d8d;
  color: #fff; }

#joomsport-container .jsBoxStatDIvFE tfoot tr td, #joomsport-container .jsBoxStatDIvFE tfoot tr {
  border-color: #e1e1e1; }

#joomsport-container .table th.jsTextAlignCenter > a > span {
  padding: 0;
  white-space: nowrap; }

#joomsport-container .table th.jsTextAlignCenter > a > span > img.emblpadd3 {
  display: block;
  margin: 0 auto; }

/*Tables of team tabs*/
#joomsport-container .tab-content #stab_overview table, #joomsport-container .jsMatchDivMain.jstable {
  border-collapse: separate;
  border-spacing: 0 5px; }

#joomsport-container .tab-content #stab_overview table tbody tr, #joomsport-container .jsMatchDivMain.jstable .jstable-row {
  background-color: #ffffff; }

#joomsport-container .tab-content #stab_overview table th, #joomsport-container .tab-content #stab_overview table td {
  background-color: transparent;
  border-left: none; }

#joomsport-container .tab-content #stab_overview table td,
#joomsport-container .jsMatchDivMain.jstable .jstable-row .jstable-cell {
  border-bottom: 1px solid #d8d8d8; }

/*Squad*/
#joomsport-container #stab_squad .jsOverflowHidden .jstable {
  border-collapse: separate;
  border-spacing: 0 5px; }

#joomsport-container #stab_squad .jsOverflowHidden .jstable:first-child {
  padding-right: 5px; }

#joomsport-container #stab_squad .jsOverflowHidden .jstable:last-child {
  padding-left: 5px; }

#joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-row {
  background-color: #fff; }

#joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-cell {
  border-bottom: 1px solid #d8d8d8;
  font-weight: bold;
  text-transform: uppercase; }

#joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-cell:first-child {
  text-align: center; }

#joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-cell a {
  color: #595959; }

#joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-cell a:hover, #joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-cell a:focus {
  color: #009bdc;
  text-decoration: none; }

/*Calendar*/
#joomsport-container .jsMatchDivMain .jsMatchDivTime {
  width: 15%; }

#joomsport-container .jsMatchDivMain .jsMatchDivTime, #joomsport-container .jsMatchDivMain .jsMatchDivVenue, #joomsport-container .jsMatchDivMain .jsNoWrap {
  font-style: italic;
  text-align: center;
  white-space: normal; }

#joomsport-container .jsMatchDivMain .jsMatchDivTime > div {
  margin: 0 auto; }

#joomsport-container .jsMatchDivMain .jsMatchDivHome, #joomsport-container .jsMatchDivMain .jsMatchDivAway, #joomsport-container .jsMatchDivMain .jsMatchDivScore {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase; }

#joomsport-container .jsMatchDivMain .jsMatchDivHome a, #joomsport-container .jsMatchDivMain .jsMatchDivAway a, #joomsport-container .jsMatchDivMain .jsMatchDivScore a {
  color: #595959; }

#joomsport-container .jsMatchDivMain .jsMatchDivHome a:hover, #joomsport-container .jsMatchDivMain .jsMatchDivHome a:focus, #joomsport-container .jsMatchDivMain .jsMatchDivAway a:hover, #joomsport-container .jsMatchDivMain .jsMatchDivAway a:focus, #joomsport-container .jsMatchDivMain .jsMatchDivScore a:hover, #joomsport-container .jsMatchDivMain .jsMatchDivScore a:focus {
  color: #009bdc;
  text-decoration: none; }

#joomsport-container .jsMatchDivMain .jsMatchDivHome {
  text-align: right; }

#joomsport-container .overviewBlocks h3, #joomsport-container #jsMatchViewID h3, #joomsport-container .jsMatchDivMain .js-mdname .jsrow-matchday-name, #joomsport-container #stab_statistic h3.jsCreerMatchStath3, #joomsport-container #stab_statistic .jscenter > h3 {
  margin: 45px 0 10px;
  background-color: transparent;
  color: #232628;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1; }

#joomsport-container #jsMatchViewID .jsMarginBottom30 {
  text-align: left;
  margin-bottom: 0; }

#joomsport-container #jsMatchViewID .jsMarginBottom30:first-child h3 {
  margin-top: 0; }

#joomsport-container .jsMatchDivMain.jstable .js-mdname {
  height: 85px;
  background-color: transparent; }

#joomsport-container .jsMatchDivMain .js-mdname .jsrow-matchday-name {
  width: auto;
  border: 0;
  padding: 5px 0; }

#joomsport-container .jsMatchDivMain .js-mdname:first-child .jsrow-matchday-name, #joomsport-container .overviewBlocks:first-child h3, #joomsport-container #stab_statistic h3.jsCreerMatchStath3:first-child, #joomsport-container #stab_statistic .jscenter > h3 {
  margin-top: 0; }

#joomsport-container .jsMatchDivMain .js-mdname:first-child {
  height: 40px; }

/*Knockout*/
#joomsport-container .drawBracketContainerBE .table tr:first-child td:last-child {
  padding-right: 0 !important; }

#joomsport-container .drawBracketContainerBE .table td.even .player {
  color: #9e9e9e; }

#joomsport-container .drawBracketContainerBE .jsborderI, #joomsport-container .drawBracketContainerBE .jsborderIFin {
  width: 100%;
  margin-top: 50px; }

#joomsport-container .drawBracketContainerBE .table tr td:first-child > .player {
  margin-left: 0; }

#joomsport-container .drawBracketContainerBE .player div.knockscore {
  border-radius: 0;
  background-color: #bdbdbd; }

#joomsport-container .drawBracketContainerBE .player div.knockscore > a {
  background-color: #595959; }

#joomsport-container .drawBracketContainerBE .player div.knockscore > a:hover {
  background-color: #009bdc; }

#joomsport-container .drawBracketContainerBE .player {
  margin-bottom: 5px;
  padding: 7px 10px;
  border-radius: 0 !important;
  background-color: #e8e8e8;
  font-weight: bold; }

#joomsport-container .drawBracketContainerBE .knockbot.player {
  border: 1px solid #ccc !important; }

#joomsport-container .drawBracketContainerBE .player .knockplName a {
  color: #595959; }

#joomsport-container .drawBracketContainerBE .player .knockplName a:hover, #joomsport-container .drawBracketContainerBE .player .knockplName a:focus {
  text-decoration: none; }

#joomsport-container .drawBracketContainerBE .knockscore a {
  color: #fff; }

#joomsport-container .drawBracketContainerBE .knIsHover {
  background-color: rgba(189, 189, 189, 0.55); }

#joomsport-container .drawBracketContainerBE .knIsHover .js_div_particName > a {
  color: #009bdc; }

/*Team Emblem(Team page)*/
body.single div.joomsport_team .stm-small-title-box + .post-thumbnail {
  display: none; }

.js-title-page .stm-page-title > .container > * {
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle; }

.js-title-page .stm-page-title h3 {
  margin-bottom: 0;
  margin-right: 40px; }

.js-title-page .js-team-embl img {
  max-width: 100px; }

body[class*="tax-joomsport_"].archive div[class*="joomsport_"] > a {
  text-align: center; }

body[class*="tax-joomsport_"].archive div[class*="joomsport_"] > a img {
  margin: 0 auto; }

body[class*="tax-joomsport_"].archive div[class*="joomsport_"] .post-meta {
  text-align: right; }

/*Roster*/
#joomsport-container .jsplayerCartInner .innerjsplayerCart {
  margin: 0; }

#joomsport-container .jsplayerCartInner .innerjsplayerCart img {
  margin: 0;
  transform: scale(1);
  transition: transform .4s; }

#joomsport-container .jsplayerCart a:hover .innerjsplayerCart img {
  transform: scale(1.08) translateZ(0); }

#joomsport-container .jsplayerCartInner {
  position: relative;
  border-radius: 0; }

#joomsport-container .namePlayerCart {
  position: absolute;
  height: 100%;
  width: 40px;
  bottom: 0;
  left: 0;
  margin-top: 0;
  border: 0;
  border-right: 2px solid #e21e22;
  background-color: #151515; }

#joomsport-container .namePlayerCart > div {
  position: absolute;
  bottom: 0;
  left: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  transform: rotate(-90deg);
  transform-origin: left bottom 0;
  white-space: nowrap;
  color: #fff; }

#joomsport-container .namePlayerCart .LeftnamePlayerCart {
  padding-left: 10px; }

#joomsport-container .namePlayerCart .LeftnamePlayerCart > * {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px; }

#joomsport-container .namePlayerCart .PlayerCardPlNumber {
  top: 0;
  padding-right: 8px;
  background-color: #e21e22;
  transform: rotate(0); }

/*Match page*/
#joomsport-container #jsMatchViewID .jstable-row, #joomsport-container #jsMatchViewID .jsOverflowHidden .jstable-cell {
  background-color: transparent; }

#joomsport-container #jsMatchViewID .jsMatchScore {
  margin-bottom: 20px;
  background-color: #000;
  background-image: url(../images/arena.jpg);
  background-size: cover;
  background-position: 50% 100%; }

#joomsport-container #jsMatchViewID .jsMatchScore [class$="MHead"] {
  display: none; }

#joomsport-container #jsMatchViewID .jsMatchScore > .heading {
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 18px; }

#joomsport-container #jsMatchViewID .jsMatchScore > .heading .matchdtime > img {
  margin-top: -5px; }

#joomsport-container #jsMatchViewID .jsMatchScore > .heading .matchvenue a {
  color: #dc617b; }

#joomsport-container #jsMatchViewID .jsMatchScore > .jsmatchHeader {
  margin-top: 0;
  padding: 70px 0;
  background-color: rgba(187, 187, 187, 0.4); }

#joomsport-container #jsMatchViewID .jsMatchScore > .jsmatchHeader .jsMatchPartName > a {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  text-decoration: none; }

#joomsport-container #jsMatchViewID .jsMatchScore > .jsmatchHeader .jsDivCenter {
  color: #fff; }

#joomsport-container #jsMatchViewID .jsMatchScore > .jsmatchHeader .jsScoreDivMap {
  font-size: 18px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); }

#joomsport-container #jsMatchViewID .jsmatchHeader .jsScoreDivM > .BigMScore1, #joomsport-container #jsMatchViewID .tabs .jsTeamStat .jstable > .jsColTeamEvents .teamEventGraph > div.jsGray {
  background-color: #E74B4F; }

#joomsport-container #jsMatchViewID .jsmatchHeader .jsScoreDivM > .BigMScore2, #joomsport-container #jsMatchViewID .tabs .jsTeamStat .jstable > .jsColTeamEvents .teamEventGraph > div.jsRed {
  background-color: #595959; }

#joomsport-container #jsMatchViewID .tabs .jsPaddingBottom30 {
  padding: 0; }

#joomsport-container #jsMatchViewID .tabs .jsPaddingBottom30 .jsInline, #joomsport-container #jsMatchViewID .tabs .tab-pane .jsDivLineEmbl {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase; }

#joomsport-container #jsMatchViewID .tabs .tab-pane .jsDivLineEmbl {
  margin-top: 30px; }

#joomsport-container #jsMatchViewID .tabs .tab-pane .jsDivLineEmbl:first-child {
  margin-top: 10px; }

#joomsport-container #jsMatchViewID .tabs .jsTeamStat .jstable > .jsColTeamEvents .teamEventGraph, #joomsport-container #jsMatchViewID .tabs .jsTeamStat .jstable > .jsColTeamEvents .teamEventGraph > div {
  height: 30px;
  border: 0;
  border-radius: 16px; }

#joomsport-container #jsMatchViewID .tabs .jsTeamStat .jstable > .jsColTeamEvents .teamEventGraph {
  background-color: #e0e0e0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset; }

#joomsport-container #jsMatchViewID .tabs .jsTeamStat .jstable > .jsColTeamEvents .teamEventGraph > div {
  padding: 0 10px;
  line-height: 2; }

/*JoomSport archivements*/
#joomsport-achv-container.jsIclass .table-responsive {
  border: 0; }

#joomsport-achv-container.jsIclass .page-content-js h2 {
  margin-top: 25px;
  font-size: 20px; }

#joomsport-achv-container.jsIclass .page-content-js h2:first-of-type {
  margin-top: 0; }

/*JoomSport prediction*/
body[class*="single-jswprediction"] #joomsport-container .jstable {
  border-collapse: separate;
  border-spacing: 0 5px; }

body[class*="single-jswprediction"] #joomsport-container .jstable .jstable-row {
  background-color: #ffffff; }

body[class*="single-jswprediction"] #joomsport-container .jstable .jstable-row .jstable-cell {
  border-bottom: 1px solid #d8d8d8;
  padding: 7px 13px; }

body[class*="single-jswprediction"] #joomsport-container .jstable .jstable-row .jstable-cell a {
  color: #595959;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase; }

body[class*="single-jswprediction"] #joomsport-container .jstable .jstable-row .jstable-cell a:hover, body[class*="single-jswprediction"] #joomsport-container .jstable .jstable-row .jstable-cell a:focus {
  color: #009bdc;
  text-decoration: none; }

body[class*="single-jswprediction"] #joomsport-container .jstable .jstable-row:first-child {
  background-color: #e21e22;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold; }

body[class*="single-jswprediction"] #joomsport-container .jstable .jstable-row:first-child .jstable-cell {
  border: none; }

body[class*="single-jswprediction"] #joomsport-container .jspred_filterround > span {
  padding-left: 10px; }

/*Widgets/shortcodes*/
#joomsport-container .jsmainscroll table td a {
  color: #595959;
  text-decoration: none; }

#joomsport-container .jsmainscroll table td a:hover, .widget #joomsport-container.jsDefaultContainer > .jsmainscroll table td a:focus {
  color: #009bdc; }

#joomsport-container .jsmainscroll .jsmatchdate {
  color: #939393;
  font-size: 14px;
  font-weight: bold; }

#joomsport-container > .jsmainscroll table.jsMNS .scoreScrMod {
  border: 0;
  border-radius: 0;
  padding: 0; }

#joomsport-container > .jsmainscroll table.jsMNS .scoreScrMod > a {
  width: 100%;
  padding: 5px;
  background-color: #595959;
  color: #fff; }

#joomsport-container > .jsmainscroll table.jsMNS .scoreScrMod > a:hover {
  background-color: #009bdc; }

#joomsport-container.jsDefaultContainer > .jsmainscroll > div {
  background-color: transparent; }

#joomsport-container.jsDefaultContainer > .jsmainscroll .jsmatchdate, #joomsport-container.jsDefaultContainer > .jsmainscroll .jsmatchseason {
  background-color: #e8e8e8; }

#joomsport-container.jsDefaultContainer > .jsmainscroll .jsview2 table tr {
  border-bottom: 1px solid #e1e1e1;
  background-color: #f2f2f2; }

#joomsport-container.jsDefaultContainer > .jsmainscroll .jsview2 table tr:last-child {
  border-bottom: none; }

#joomsport-container.jsDefaultContainer > .jsmainscroll table td.jsvalignmdl {
  vertical-align: middle; }

#joomsport-container.jsDefaultContainer > .jsmainscroll table td.tdminwdt {
  padding: 7px 0; }

#joomsport-container.jsSliderContainer > .jsmainscroll .jsview2 table td.tdminwdt {
  padding-bottom: 10px; }

#joomsport-container.jsSliderContainer > .jsmainscroll > div {
  margin: 0 30px;
  border: 1px solid #ccc;
  background-color: #e8e8e8 !important; }

#joomsport-container.jsSliderContainer > .jsmainscroll > button[class^="js"] {
  top: 40%;
  width: 35px;
  height: 35px;
  padding-top: 3px; }

#joomsport-container.jsSliderContainer > .jsmainscroll .jsview2
.widget_wpb_joomsport_standings #joomsport-container > .groups {
  margin-top: 30px;
  padding-left: 0;
  font-size: 18px;
  font-weight: bold; }

.widget_wpb_joomsport_standings #joomsport-container > .groups:first-child {
  margin-top: 0; }

.widget #joomsport-container table {
  margin-bottom: 0;
  font-size: 15px; }

.widget #joomsport-container .table-responsive .table > tbody > tr > td, .widget #joomsport-container table.jstblevwid tr > td {
  border-bottom: 1px solid #d8d8d8; }

.widget #joomsport-container .table-responsive .table > tbody > tr:last-child > td, .widget #joomsport-container table.jstblevwid tr:last-child > td {
  border-bottom: none; }

.widget #joomsport-container.jsSliderContainer > .jsmainscroll > div {
  margin: 0;
  margin-top: 40px !important; }

.widget #joomsport-container.jsSliderContainer > .jsmainscroll, .widget #joomsport-container.jsDefaultContainer > .jsmainscroll, .widget #joomsport-container.jsDefaultContainer > .jsmainscroll > div {
  padding: 0; }

.widget #joomsport-container.jsSliderContainer > .jsmainscroll > button[class^="js"] {
  top: 0;
  width: 49%;
  height: auto;
  margin: 0 !important; }

.widget #joomsport-container.jsSliderContainer > .jsmainscroll table.jsMNS {
  width: 100%; }

.widget #joomsport-container.jsDefaultContainer > .jsmainscroll table td.tdminwdt {
  font-size: 14px; }

/*Other*/
#joomsport-container .page-content-js .navHeadFull, #joomsport-achv-container .page-content-js .navHeadFull {
  padding-right: 0; }

#joomsport-container .page-content-js > .heading {
  padding: 0; }

#joomsport-container .navbar-header .navbar-nav .btn, #joomsport-achv-container .navbar-header .navbar-nav .btn {
  margin-top: 0; }

#joomsport-container .page-content-js h2.groups, .widget #joomsport-container h2.groups {
  margin-top: 20px;
  font-size: 20px;
  padding-left: 0;
  font-weight: bold; }

#joomsport-container .page-content-js h2.groups:first-child, .widget #joomsport-container h2.groups:first-child {
  margin-top: 0; }

#joomsport-container .jsmatchcont {
  padding-bottom: 0; }

body #joomsport-container, body #joomsport-achv-container, #joomsport-container .seasonTable {
  background-color: transparent;
  font-family: "Roboto Condensed";
  font-size: 15px; }

body #joomsport-container a {
  color: #009bdc; }

body #joomsport-container a:hover, body #joomsport-container a:focus {
  color: #009bdc; }

#joomsport-container ul li {
  padding-left: 0; }

#joomsport-container ul li:before {
  display: none; }

/*Buttons*/
#joomsport-container a.btn,
#joomsport-container .navbar-nav a.btn,
#joomsport-container button.btn,
#joomsport-achv-container a.btn,
#joomsport-achv-container .navbar-nav a.btn,
#joomsport-achv-container button.btn {
  position: relative;
  display: inline-block;
  max-width: 100%;
  border: 2px solid #e21e22;
  outline: none !important;
  padding: 11px 25px;
  border-radius: 5px;
  vertical-align: top;
  background-color: transparent !important;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 1px;
  text-decoration: none !important;
  z-index: 1; }

#joomsport-container .btn i {
  display: inline-block;
  min-width: 18px;
  min-height: 18px;
  margin-top: 0 !important;
  margin-right: 6px;
  background-position: 50% 50%;
  vertical-align: middle; }

#joomsport-container .btn i.fa {
  margin-right: 3px; }

#joomsport-container a.btn:hover,
#joomsport-container .navbar-nav a.btn:hover,
#joomsport-container button.btn:hover,
#joomsport-achv-container a.btn:hover,
#joomsport-achv-container .navbar-nav a.btn:hover,
#joomsport-achv-container button.btn:hover {
  color: #e21e22;
  border-color: #e21e22; }

/*Tabs*/
#joomsport-container .tabs .nav-tabs {
  display: table;
  margin: 10px auto;
  border-bottom: 0;
  font-size: 18px; }

#joomsport-container .tabs .nav-tabs > li {
  margin-right: 10px; }

#joomsport-container .tabs .nav-tabs > li i {
  margin-top: 3px; }

#joomsport-container .page-content-js .nav-tabs > li > a {
  border: 0;
  background-color: transparent; }

#joomsport-container .tabs .nav-tabs > li > a {
  min-height: 20px;
  padding: 5px 10px;
  border-radius: 0;
  color: #404040;
  text-transform: uppercase;
  font-weight: bold; }

#joomsport-container .tabs .nav-tabs > li:first-child {
  margin-left: 0; }

#joomsport-container .tabs .nav-tabs > li:last-child {
  margin-right: 0; }

#joomsport-container .page-content-js .nav-tabs > li > a:hover, #joomsport-container .page-content-js .nav-tabs > li.active > a, #joomsport-container .page-content-js .tabs .nav-tabs > li.active > a:hover, #joomsport-container .page-content-js .tabs .nav-tabs > li.active > a:focus {
  color: #e21e22;
  border: 0;
  background-color: transparent; }

#joomsport-container .page-content-js .nav-tabs > li.active > a, #joomsport-container .page-content-js .tabs .nav-tabs > li.active > a:hover, #joomsport-container .page-content-js .tabs .nav-tabs > li.active > a:focus {
  border-bottom: 2px solid #e21e22; }

#joomsport-container .tabs .nav-tabs + .tab-content, #joomsport-container #jsMatchViewID .tabs .nav-tabs + .tab-content {
  margin-top: 30px; }

#joomsport-container .tabs .tab-content #stab_overview {
  padding: 0 15px; }

#joomsport-container .seasonTable .tabs .tab-content #stab_main {
  margin: 0; }

#joomsport-container .page-content-js .tabs .tab-content, #joomsport-container #jsMatchViewID #stab_about {
  padding: 15px 0; }

#joomsport-container table.jstblevwid tr {
  border-bottom: none; }

/*Pagination*/
#joomsport-container ul.paginationJS > li > a, #joomsport-container ul.paginationJS > li > span {
  min-width: 45px;
  min-height: 45px;
  line-height: 45px;
  margin: 0 10px;
  margin-right: 5px;
  padding: 0;
  border: 2px solid #bfbfbf;
  border-radius: 5px;
  background-color: transparent;
  color: #bfbfbf;
  font-size: 14px;
  font-weight: 700; }

#joomsport-container ul.paginationJS > li.active > a, #joomsport-container ul.paginationJS > li.active > span, #joomsport-container ul.paginationJS > li > a:hover, #joomsport-container ul.paginationJS > li > span:hover, #joomsport-container ul.paginationJS > li.active > a:hover, #joomsport-container ul.paginationJS > li.active > span:hover {
  color: #fff;
  background-color: #e21e22;
  border-color: #e21e22; }

#joomsport-container ul.paginationJS > li > a[aria-label="Previous"], #joomsport-container ul.paginationJS > li > a[aria-label="Next"] {
  border: none;
  background-color: transparent;
  font-size: 24px; }

#joomsport-container ul.paginationJS > li > a[aria-label="Previous"]:hover, #joomsport-container ul.paginationJS > li > a[aria-label="Next"]:hover {
  color: #e21e22; }

#joomsport-container ul.paginationJS > li.disabled > a {
  visibility: hidden; }

#joomsport-container ul.paginationJS > li > a > span {
  background-color: transparent; }

/*Select box*/
#joomsport-container select + .select2 {
  width: auto !important;
  min-width: 100px;
  height: auto;
  border: none;
  background-color: transparent; }

#joomsport-container select + .select2 > .selection > .select2-selection {
  height: 55px;
  border: 1px solid #d7d6d6;
  outline: none !important; }

#joomsport-container select + .select2 > .selection > .select2-selection > .select2-selection__rendered {
  padding: 0 35px 0 20px;
  line-height: 53px;
  outline: none !important; }

#joomsport-container select + .select2 > .selection > .select2-selection > .select2-selection__arrow {
  width: 30px;
  height: 53px; }

#joomsport-container .searchBar .form-group > *:not(button) {
  display: inline-block;
  min-width: 170px; }

/*Thumbnail*/
#joomsport-container img.img-thumbnail, #joomsport-achv-container img.img-thumbnail {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0; }

#joomsport-container .cansorttbl.table img.img-thumbnail {
  margin-right: 15px; }

/*Info-block*/
#joomsport-container .tabs .extrafldcn, #joomsport-achv-container .page-content-js .well.extrafldcn {
  border-radius: 0;
  border: 1px solid #e1e1e1;
  background-color: #fff; }

/*Table*/
#joomsport-container table, #joomsport-achv-container table {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase; }

#joomsport-container div.jsScoreDiv {
  font-size: inherit; }

#joomsport-container table tr > td, #joomsport-achv-container table tr > td {
  color: #232628; }

#joomsport-container .table-responsive .table > tbody > tr:nth-child(odd), #joomsport-container table.jstblevwid tbody > tr:nth-child(odd), #joomsport-container .table-responsive .jsBoxStatDIvFE tbody tr:nth-child(2n), #joomsport-achv-container .table-responsive .table > tbody > tr:nth-of-type(odd) {
  background-color: #e8e8e8; }

#joomsport-container .table-responsive .table > tbody > tr:nth-child(even), #joomsport-container table.jstblevwid tbody > tr:nth-child(even), #joomsport-container .table-responsive .jsBoxStatDIvFE tbody tr, #joomsport-achv-container .table-responsive .table > tbody > tr {
  background-color: #f2f2f2; }

#joomsport-container .jsOverXdiv .table > tbody > tr {
  background-color: transparent; }

#joomsport-container .table-responsive .table > thead > tr > th, #joomsport-container table.jstblevwid tbody > tr > th, #joomsport-container .jsBoxStatDIvFE > thead > tr > th, #joomsport-container #stab_overview table.tblPosition thead > tr > th, #joomsport-achv-container .table thead > tr > th, #joomsport-container table.table tbody > tr > th {
  padding: 13px 7px;
  border: 0;
  background-color: #e21e22; }

#joomsport-container .table-responsive .table > thead > tr > th, #joomsport-container .table-responsive .table > thead > tr > th > *, #joomsport-container table.jstblevwid tbody > tr > th, #joomsport-container .jsBoxStatDIvFE > thead > tr > th, #joomsport-container #stab_overview table.tblPosition thead > tr > th, #joomsport-achv-container .table thead > tr > th > *, #joomsport-container table.table tbody > tr > th {
  color: #fff; }

#joomsport-container .table-responsive .table > thead > tr > th > span {
  padding-right: 0; }

#joomsport-container .table-responsive .table td a, #joomsport-container table.jstblevwid td a, #joomsport-container .jsBoxStatDIvFE td a, #joomsport-container #stab_overview table.tblPosition td a, #joomsport-achv-container .table td a {
  color: #595959; }

#joomsport-container .table-responsive .table td a:hover, #joomsport-container table.jstblevwid td a:hover, #joomsport-container #stab_overview table.tblPosition td a:hover, #joomsport-achv-container .table td a:hover, #joomsport-container .jsBoxStatDIvFE td a:hover, #joomsport-container .table-responsive .table td a:focus, #joomsport-container table.jstblevwid td a:focus, #joomsport-container #stab_overview table.tblPosition td a:focus, #joomsport-achv-container .table td a:focus, #joomsport-container .jsBoxStatDIvFE td a:focus {
  color: #009bdc;
  text-decoration: none; }

#joomsport-container .table-responsive .table > tbody > tr > td, #joomsport-container table.jstblevwid tbody > tr > td, #joomsport-container .jsBoxStatDIvFE tbody > tr > td, #joomsport-achv-container .table-responsive .table tbody > tr > td {
  vertical-align: middle;
  border-color: transparent; }

#joomsport-container .table-responsive .table > tbody > tr > td:last-child, #joomsport-container .table-responsive .table > thead > tr > th:last-child, #joomsport-container table.jstblevwid tbody > tr > td:last-child, #joomsport-container table.jstblevwid tbody > tr > th:last-child, #joomsport-container .jsBoxStatDIvFE tbody > tr > td:last-child, #joomsport-container .jsBoxStatDIvFE thead > tr > th:last-child, #joomsport-container #stab_overview table.tblPosition tbody > tr > td:last-child, #joomsport-container #stab_overview table.tblPosition thead > tr > th:last-child, #joomsport-achv-container .table tbody > tr > td:last-child, #joomsport-achv-container .table thead > tr > th:last-child {
  border-right: 0; }

#joomsport-container table.jstblevwid tbody > tr > td:first-child {
  padding: 10px;
  text-align: center; }

#joomsport-container table.jstblevwid tbody > tr > td .js_div_particName {
  padding-left: 7px; }

#joomsport-container .jsBoxStatDIvFE {
  margin-top: 10px; }

#joomsport-container #stab_statistic .jsBoxStatDIvFE {
  margin-top: 0; }

#joomsport-container .jsBoxStatDIvFE tr:first-child > th:first-child, #joomsport-container .jsBoxStatDIvFE thead tr:last-child {
  border-bottom: 0; }

#joomsport-container .jsBoxStatDIvFE > thead > tr > th {
  vertical-align: middle;
  font-size: inherit;
  font-weight: inherit; }

#joomsport-container .jsBoxStatDIvFE > thead > tr:last-child > th {
  border-top: 1px solid #ffffff; }

#joomsport-container .jsBoxStatDIvFE tfoot tr td {
  border: 0;
  background-color: #8d8d8d;
  color: #fff; }

#joomsport-container .jsBoxStatDIvFE tfoot tr td, #joomsport-container .jsBoxStatDIvFE tfoot tr {
  border-color: #e1e1e1; }

#joomsport-container .table th.jsTextAlignCenter > a > span {
  padding: 0;
  white-space: nowrap; }

#joomsport-container .table th.jsTextAlignCenter > a > span > img.emblpadd3 {
  display: block;
  margin: 0 auto; }

/*Tables of team tabs*/
#joomsport-container .tab-content #stab_overview table, #joomsport-container .jsMatchDivMain.jstable {
  border-collapse: separate;
  border-spacing: 0 5px; }

#joomsport-container .tab-content #stab_overview table tbody tr, #joomsport-container .jsMatchDivMain.jstable .jstable-row {
  background-color: #ffffff; }

#joomsport-container .tab-content #stab_overview table th, #joomsport-container .tab-content #stab_overview table td {
  background-color: transparent;
  border-left: none; }

#joomsport-container .tab-content #stab_overview table td, #joomsport-container .jsMatchDivMain.jstable .jstable-row .jstable-cell {
  border-bottom: 1px solid #d8d8d8; }

/*Squad*/
#joomsport-container #stab_squad .jsOverflowHidden .jstable {
  border-collapse: separate;
  border-spacing: 0 5px; }

#joomsport-container #stab_squad .jsOverflowHidden .jstable:first-child {
  padding-right: 5px; }

#joomsport-container #stab_squad .jsOverflowHidden .jstable:last-child {
  padding-left: 5px; }

#joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-row {
  background-color: #fff; }

#joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-cell {
  border-bottom: 1px solid #d8d8d8;
  font-weight: bold;
  text-transform: uppercase; }

#joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-cell:first-child {
  text-align: center; }

#joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-cell a {
  color: #595959; }

#joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-cell a:hover, #joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-cell a:focus {
  color: #009bdc;
  text-decoration: none; }

/*Calendar*/
#joomsport-container .jsMatchDivMain .jsMatchDivTime {
  width: 15%; }

#joomsport-container .jsMatchDivMain .jsMatchDivTime, #joomsport-container .jsMatchDivMain .jsMatchDivVenue, #joomsport-container .jsMatchDivMain .jsNoWrap {
  font-style: italic;
  text-align: center;
  white-space: normal; }

#joomsport-container .jsMatchDivMain .jsMatchDivTime > div {
  margin: 0 auto; }

#joomsport-container .jsMatchDivMain .jsMatchDivHome, #joomsport-container .jsMatchDivMain .jsMatchDivAway, #joomsport-container .jsMatchDivMain .jsMatchDivScore {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase; }

#joomsport-container .jsMatchDivMain .jsMatchDivHome a, #joomsport-container .jsMatchDivMain .jsMatchDivAway a, #joomsport-container .jsMatchDivMain .jsMatchDivScore a {
  color: #595959; }

#joomsport-container .jsMatchDivMain .jsMatchDivHome a:hover, #joomsport-container .jsMatchDivMain .jsMatchDivHome a:focus, #joomsport-container .jsMatchDivMain .jsMatchDivAway a:hover, #joomsport-container .jsMatchDivMain .jsMatchDivAway a:focus, #joomsport-container .jsMatchDivMain .jsMatchDivScore a:hover, #joomsport-container .jsMatchDivMain .jsMatchDivScore a:focus {
  color: #009bdc;
  text-decoration: none; }

#joomsport-container .jsMatchDivMain .jsMatchDivHome {
  text-align: right; }

#joomsport-container .overviewBlocks h3, #joomsport-container #jsMatchViewID h3, #joomsport-container .jsMatchDivMain .js-mdname .jsrow-matchday-name, #joomsport-container #stab_statistic h3.jsCreerMatchStath3, #joomsport-container #stab_statistic .jscenter > h3 {
  margin: 45px 0 10px;
  background-color: transparent;
  color: #232628;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1; }

#joomsport-container #jsMatchViewID .jsMarginBottom30 {
  text-align: left;
  margin-bottom: 0; }

#joomsport-container #jsMatchViewID .jsMarginBottom30:first-child h3 {
  margin-top: 0; }

#joomsport-container .jsMatchDivMain.jstable .js-mdname {
  height: 85px;
  background-color: transparent !important; }

#joomsport-container .jsMatchDivMain .js-mdname .jsrow-matchday-name {
  width: auto;
  border: 0;
  padding: 5px 0; }

#joomsport-container .jsMatchDivMain .js-mdname:first-child .jsrow-matchday-name, #joomsport-container .overviewBlocks:first-child h3, #joomsport-container #stab_statistic h3.jsCreerMatchStath3:first-child, #joomsport-container #stab_statistic .jscenter > h3 {
  margin-top: 0; }

#joomsport-container .jsMatchDivMain .js-mdname:first-child {
  height: 40px; }

/*Knockout*/
#joomsport-container .drawBracketContainerBE td {
  background-color: transparent; }

#joomsport-container .drawBracketContainerBE .table tr:first-child td:last-child {
  padding-right: 0 !important; }

#joomsport-container .drawBracketContainerBE .table td.even .player {
  color: #9e9e9e; }

#joomsport-container .drawBracketContainerBE .jsborderI, #joomsport-container .drawBracketContainerBE .jsborderIFin {
  width: 100%;
  margin-top: 50px; }

#joomsport-container .drawBracketContainerBE .table tr td:first-child > .player {
  margin-left: 0; }

#joomsport-container .drawBracketContainerBE .player div.knockscore {
  border-radius: 0;
  background-color: #bdbdbd; }

#joomsport-container .drawBracketContainerBE .player div.knockscore > a {
  background-color: #595959; }

#joomsport-container .drawBracketContainerBE .player div.knockscore > a:hover {
  background-color: #e21e22; }

#joomsport-container .drawBracketContainerBE .player {
  margin-bottom: 5px;
  padding: 7px 10px;
  border-radius: 0 !important;
  background-color: #e8e8e8;
  font-weight: bold; }

#joomsport-container .drawBracketContainerBE .knockbot.player {
  border: 1px solid #ccc !important; }

#joomsport-container .drawBracketContainerBE .player .knockplName a {
  color: #595959; }

#joomsport-container .drawBracketContainerBE .player .knockplName a:hover, #joomsport-container .drawBracketContainerBE .player .knockplName a:focus {
  text-decoration: none; }

#joomsport-container .drawBracketContainerBE .knockscore a {
  color: #fff !important; }

#joomsport-container .drawBracketContainerBE .knIsHover {
  background-color: rgba(189, 189, 189, 0.55); }

#joomsport-container .drawBracketContainerBE .knIsHover .js_div_particName > a {
  color: #009bdc; }

/*Team Emblem(Team page)*/
body.single div.joomsport_team .stm-small-title-box + .post-thumbnail {
  display: none; }

.js-title-page .stm-page-title > .container > * {
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle; }

.js-title-page .stm-page-title h3 {
  margin-bottom: 0;
  margin-right: 40px; }

.js-title-page .js-team-embl img {
  max-width: 100px; }

body[class*="tax-joomsport_"].archive div[class*="joomsport_"] > a {
  text-align: center; }

body[class*="tax-joomsport_"].archive div[class*="joomsport_"] > a img {
  margin: 0 auto; }

body[class*="tax-joomsport_"].archive div[class*="joomsport_"] .post-meta {
  text-align: right; }

/*Roster*/
#joomsport-container .jsplayerCartInner .innerjsplayerCart {
  margin: 0; }

#joomsport-container .jsplayerCartInner .innerjsplayerCart img {
  margin: 0; }

#joomsport-container .jsplayerCart a:hover {
  text-decoration: none; }

#joomsport-container .jsplayerCartInner {
  position: relative;
  border-radius: 0; }

#joomsport-container .namePlayerCart {
  position: absolute;
  height: 100%;
  width: 40px;
  bottom: 0;
  left: 0;
  margin-top: 0;
  border: 0;
  border-right: 2px solid #e21e22;
  background-color: #151515; }

#joomsport-container .namePlayerCart > div {
  position: absolute;
  bottom: 0;
  left: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  transform: rotate(-90deg);
  transform-origin: left bottom 0;
  white-space: nowrap;
  color: #fff; }

#joomsport-container .namePlayerCart .LeftnamePlayerCart {
  padding-left: 10px; }

#joomsport-container .namePlayerCart .LeftnamePlayerCart > * {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px; }

#joomsport-container .namePlayerCart .PlayerCardPlNumber {
  top: 0;
  padding-right: 8px;
  background-color: #e21e22;
  transform: rotate(0); }

#joomsport-container .namePlayerCart .PlayerCardPlNumber.wphiddenjs {
  display: none; }

/*Match page*/
#joomsport-container #jsMatchViewID .jstable-row, #joomsport-container #jsMatchViewID .jsOverflowHidden .jstable-cell {
  background-color: transparent; }

#joomsport-container #jsMatchViewID .jsMatchScore {
  margin-bottom: 20px;
  background-color: #000;
  background-image: url(../images/arena.jpg);
  background-size: cover;
  background-position: 50% 100%; }

#joomsport-container #jsMatchViewID .jsMatchScore [class$="MHead"] {
  display: none; }

#joomsport-container #jsMatchViewID .jsMatchScore > .heading {
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 18px; }

#joomsport-container #jsMatchViewID .jsMatchScore > .heading .matchdtime > img {
  margin-top: -5px; }

#joomsport-container #jsMatchViewID .jsMatchScore > .heading .matchvenue {
  color: #dc617b; }

#joomsport-container #jsMatchViewID .jsMatchScore > .heading .matchvenue a {
  color: inherit; }

#joomsport-container #jsMatchViewID .jsMatchScore > .jsmatchHeader {
  margin-top: 0;
  padding: 70px 0;
  background-color: rgba(187, 187, 187, 0.4); }

#joomsport-container #jsMatchViewID .jsMatchScore > .jsmatchHeader .jsMatchPartName > a {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  text-decoration: none; }

#joomsport-container #jsMatchViewID .jsMatchScore > .jsmatchHeader .jsDivCenter {
  color: #fff; }

#joomsport-container #jsMatchViewID .jsMatchScore > .jsmatchHeader .jsScoreDivMap {
  font-size: 18px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); }

#joomsport-container #jsMatchViewID .jsmatchHeader .jsScoreDivM > .BigMScore1, #joomsport-container #jsMatchViewID .tabs .jsTeamStat .jstable > .jsColTeamEvents .teamEventGraph > div.jsGray {
  background-color: #e21e22; }

#joomsport-container #jsMatchViewID .jsmatchHeader .jsScoreDivM > .BigMScore2,
#joomsport-container #jsMatchViewID .tabs .jsTeamStat .jstable > .jsColTeamEvents .teamEventGraph > div.jsRed {
  background-color: #595959; }

#joomsport-container #jsMatchViewID .tabs .jsPaddingBottom30 {
  padding: 0; }

#joomsport-container #jsMatchViewID .tabs .jsPaddingBottom30 .jsInline, #joomsport-container #jsMatchViewID .tabs .tab-pane .jsDivLineEmbl {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase; }

#joomsport-container #jsMatchViewID .tabs .tab-pane .jsDivLineEmbl {
  margin-top: 30px; }

#joomsport-container #jsMatchViewID .tabs .tab-pane .jsDivLineEmbl:first-child {
  margin-top: 10px; }

#joomsport-container #jsMatchViewID .tabs .jsTeamStat .jstable > .jsColTeamEvents .teamEventGraph, #joomsport-container #jsMatchViewID .tabs .jsTeamStat .jstable > .jsColTeamEvents .teamEventGraph > div {
  height: 30px;
  border: 0;
  border-radius: 16px; }

#joomsport-container #jsMatchViewID .tabs .jsTeamStat .jstable > .jsColTeamEvents .teamEventGraph {
  background-color: #e0e0e0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset; }

#joomsport-container #jsMatchViewID .tabs .jsTeamStat .jstable > .jsColTeamEvents .teamEventGraph > div {
  padding: 0 10px;
  line-height: 2; }

/*JoomSport archivements*/
#joomsport-achv-container.jsIclass .table-responsive {
  border: 0; }

#joomsport-achv-container.jsIclass .page-content-js h2 {
  margin-top: 25px;
  font-size: 20px !important; }

#joomsport-achv-container.jsIclass .page-content-js h2:first-of-type {
  margin-top: 0; }

/*JoomSport prediction*/
body[class*="single-jswprediction"] #joomsport-container .jstable {
  border-collapse: separate;
  border-spacing: 0 5px; }

body[class*="single-jswprediction"] #joomsport-container .jstable .jstable-row {
  background-color: #ffffff; }

body[class*="single-jswprediction"] #joomsport-container .jstable .jstable-row .jstable-cell {
  border-bottom: 1px solid #d8d8d8;
  padding: 7px 13px; }

body[class*="single-jswprediction"] #joomsport-container .jstable .jstable-row .jstable-cell a {
  color: #595959;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase; }

body[class*="single-jswprediction"] #joomsport-container .jstable .jstable-row .jstable-cell a:hover, body[class*="single-jswprediction"] #joomsport-container .jstable .jstable-row .jstable-cell a:focus {
  color: #009bdc;
  text-decoration: none; }

body[class*="single-jswprediction"] #joomsport-container .jstable .jstable-row:first-child {
  background-color: #e21e22;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold; }

body[class*="single-jswprediction"] #joomsport-container .jstable .jstable-row:first-child .jstable-cell {
  border: none; }

body[class*="single-jswprediction"] #joomsport-container .jspred_filterround > span {
  padding-left: 10px; }

body[class*="single-jswprediction"] #joomsport-container .jsp_prediction_score input {
  display: inline-block; }

body[class*="single-jswprediction"] #joomsport-container #jspRoundSave {
  background-color: #5cb85c !important; }

/*Widgets/shortcodes*/
#joomsport-container .jsmainscroll table td a {
  color: #595959;
  text-decoration: none; }

#joomsport-container .jsmainscroll table td a:hover, .widget #joomsport-container.jsDefaultContainer > .jsmainscroll table td a:focus {
  color: #009bdc; }

#joomsport-container .jsmainscroll .jsmatchdate {
  color: #939393;
  font-size: 14px;
  font-weight: 700; }

#joomsport-container > .jsmainscroll table.jsMNS .scoreScrMod {
  border: 0;
  border-radius: 0;
  padding: 0; }

#joomsport-container > .jsmainscroll table.jsMNS .scoreScrMod > a {
  width: 100%;
  padding: 5px;
  background-color: #595959;
  color: #fff; }

#joomsport-container > .jsmainscroll table.jsMNS .scoreScrMod > a:hover {
  background-color: #e21e22; }

#joomsport-container.jsDefaultContainer > .jsmainscroll > div {
  background-color: transparent; }

#joomsport-container.jsDefaultContainer > .jsmainscroll .jsmatchdate, #joomsport-container.jsDefaultContainer > .jsmainscroll .jsmatchseason {
  background-color: #e8e8e8; }

#joomsport-container.jsDefaultContainer > .jsmainscroll .jsview2 table tr, #joomsport-container.jsDefaultContainer .jsview1 li > .jsmatchcont {
  border-bottom: 1px solid #e1e1e1;
  background-color: #f2f2f2; }

#joomsport-container.jsDefaultContainer > .jsmainscroll .jsview2 table tr:last-child {
  border-bottom: none; }

#joomsport-container .jsmainscroll table .jsScoreDiv {
  min-width: 85px; }

#joomsport-container.jsDefaultContainer > .jsmainscroll table td.jsvalignmdl {
  vertical-align: middle; }

#joomsport-container.jsDefaultContainer > .jsmainscroll table td.tdminwdt {
  padding: 7px 0; }

#joomsport-container.jsSliderContainer > .jsmainscroll .jsview2 table td.tdminwdt {
  padding-bottom: 10px; }

#joomsport-container.jsSliderContainer > .jsmainscroll > div {
  border: 1px solid #ccc;
  background-color: #e8e8e8 !important; }

.widget_wpb_joomsport_standings #joomsport-container > .groups {
  margin-top: 30px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 700; }

.widget_wpb_joomsport_standings #joomsport-container > .groups:first-child {
  margin-top: 0; }

.widget #joomsport-container table {
  margin-bottom: 0;
  font-size: 15px; }

.widget #joomsport-container .table-responsive .table > tbody > tr > td, .widget #joomsport-container table.jstblevwid tr > td {
  border-bottom: 1px solid #d8d8d8; }

.widget #joomsport-container .table-responsive .table > tbody > tr:last-child > td, .widget #joomsport-container table.jstblevwid tr:last-child > td {
  border-bottom: none; }

.widget #joomsport-container.jsSliderContainer > .jsmainscroll > button[class^="js"] {
  top: 0;
  width: 49%;
  height: auto;
  margin: 0 !important; }

.widget #joomsport-container.jsSliderContainer > .jsmainscroll > button.jsprev {
  right: auto; }

.widget #joomsport-container > .jsmainscroll table.jsMNS {
  width: 100%; }

.widget #joomsport-container.jsDefaultContainer > .jsmainscroll table td.tdminwdt {
  font-size: 14px; }

/*Other*/
#joomsport-container .navbar-default, #joomsport-achv-container .navbar-default {
  background-color: transparent; }

#joomsport-container .page-content-js .navHeadFull, #joomsport-achv-container .page-content-js .navHeadFull {
  padding-right: 0; }

#joomsport-container .page-content-js > .heading {
  padding: 0; }

#joomsport-container .navbar-header .navbar-nav .btn, #joomsport-achv-container .navbar-header .navbar-nav .btn {
  margin-top: 0; }

#joomsport-container .page-content-js h2.groups, .widget #joomsport-container h2.groups {
  margin-top: 20px;
  font-size: 20px;
  padding-left: 0;
  font-weight: bold; }

#joomsport-container .page-content-js h2.groups:first-child, .widget #joomsport-container h2.groups:first-child {
  margin-top: 0; }

#joomsport-container .jsmatchcont {
  padding-bottom: 0; }

#joomsport-container span.jsform_none {
  height: 20px;
  width: 20px;
  font-size: 13px;
  line-height: 20px;
  vertical-align: top; }

#joomsport-container table.cansorttbl th span {
  padding-right: 5px; }

#joomsport-container table {
  margin-bottom: 0; }

/*_______SOCCER THEME JOOMSPORT_______*/
body[class*="joomsport"].splashSoccer .stm-single-post .container .row .col-md-9 .stm-single-post-meta, body[class*="jsprt_achv"].splashSoccer .stm-single-post .container .row .col-md-9 .stm-single-post-meta, body[class*="jswprediction"].splashSoccer .stm-single-post .container .row .col-md-9 .stm-single-post-meta {
  display: none; }

body.splashSoccer #joomsport-container, body.splashSoccer #joomsport-achv-container, .splashSoccer #joomsport-container .seasonTable {
  font-family: "Arial"; }

body.splashSoccer #joomsport-container a {
  color: #ff9500; }

body.splashSoccer #joomsport-container a:hover, body.splashSoccer #joomsport-container a:focus {
  color: #ff9500; }

/*Buttons*/
.splashSoccer #joomsport-container a.btn, .splashSoccer #joomsport-container .navbar-nav a.btn, .splashSoccer #joomsport-container button.btn, .splashSoccer #joomsport-achv-container a.btn, .splashSoccer #joomsport-achv-container .navbar-nav a.btn, .splashSoccer #joomsport-achv-container button.btn, .splashSoccer #joomsport-container.jsSliderContainer > .jsmainscroll > button {
  border: none;
  border-radius: 0;
  background-color: #f08c00 !important;
  color: #fff; }

.splashSoccer #joomsport-container #jsFilterMatches button.btn {
  background-color: #f08c00 !important; }

.splashSoccer #joomsport-container.jsSliderContainer > .jsmainscroll > button path {
  fill: #fff; }

.splashSoccer #joomsport-container a.btn:before, .splashSoccer #joomsport-container .navbar-nav a.btn:before, .splashSoccer #joomsport-container button.btn:before, .splashSoccer #joomsport-achv-container a.btn:before, .splashSoccer #joomsport-achv-container .navbar-nav a.btn:before, .splashSoccer #joomsport-achv-container button.btn:before, .splashSoccer #joomsport-container.jsSliderContainer > .jsmainscroll > button:before {
  background: #ff9500;
  transform: scale3d(1, 1, 1); }

.splashSoccer #joomsport-container a.btn:hover, .splashSoccer #joomsport-container button.btn:hover, .splashSoccer #joomsport-container a.btn:focus, .splashSoccer #joomsport-container button.btn:focus, .splashSoccer #joomsport-container a.btn:active, .splashSoccer #joomsport-container button.btn:active, .splashSoccer #joomsport-container a.btn:active:hover, .splashSoccer #joomsport-container button.btn:active:hover, .splashSoccer #joomsport-container .navbar-nav a.btn:hover, .splashSoccer #joomsport-achv-container a.btn:hover, .splashSoccer #joomsport-achv-container button.btn:hover, .splashSoccer #joomsport-achv-container a.btn:focus, .splashSoccer #joomsport-achv-container button.btn:focus, .splashSoccer #joomsport-achv-container a.btn:active, .splashSoccer #joomsport-achv-container button.btn:active, .splashSoccer #joomsport-achv-container a.btn:active:hover, .splashSoccer #joomsport-achv-container button.btn:active:hover, .splashSoccer #joomsport-achv-container .navbar-nav a.btn:hover {
  background-color: transparent;
  color: #fff !important; }

.splashSoccer #joomsport-container a.btn:hover:before, .splashSoccer #joomsport-container button.btn:hover:before, .splashSoccer #joomsport-container a.btn:focus:before, .splashSoccer #joomsport-container button.btn:focus:before, .splashSoccer #joomsport-container a.btn:active:before, .splashSoccer #joomsport-container button.btn:active:before, .splashSoccer #joomsport-container a.btn:active:hover:before, .splashSoccer #joomsport-container button.btn:active:hover:before, .splashSoccer #joomsport-container .navbar-nav a.btn:hover:before, .splashSoccer #joomsport-achv-container a.btn:hover:before, .splashSoccer #joomsport-achv-container button.btn:hover:before, .splashSoccer #joomsport-achv-container a.btn:focus:before, .splashSoccer #joomsport-achv-container button.btn:focus:before, .splashSoccer #joomsport-achv-container a.btn:active:before, .splashSoccer #joomsport-achv-container button.btn:active:before, .splashSoccer #joomsport-achv-container a.btn:active:hover:before, .splashSoccer #joomsport-achv-container button.btn:active:hover:before, .splashSoccer #joomsport-achv-container .navbar-nav a.btn:hover:before {
  transform: scale3d(0, 1, 1); }

/*Tabs*/
.splashSoccer #joomsport-container .tabs .nav-tabs {
  padding: 1px 0 0;
  font-family: Oswald;
  font-size: 16px; }

.splashSoccer #joomsport-container .tabs .nav-tabs > li {
  margin-right: 1px;
  margin-top: 5px; }

.splashSoccer #joomsport-container .page-content-js .nav-tabs > li > a {
  background-color: #242b31; }

.splashSoccer #joomsport-container .tabs .nav-tabs > li > a {
  margin-right: 0;
  padding: 15px 25px;
  background-color: #242b31;
  color: #fff;
  font-weight: 400; }

.splashSoccer #joomsport-container .page-content-js .nav-tabs > li > a:hover, .splashSoccer #joomsport-container .page-content-js .nav-tabs > li.active > a, .splashSoccer #joomsport-container .page-content-js .tabs .nav-tabs > li.active > a:hover, .splashSoccer #joomsport-container .page-content-js .tabs .nav-tabs > li.active > a:focus {
  background-color: #ff9500;
  color: #fff; }

.splashSoccer #joomsport-container .page-content-js .nav-tabs > li.active > a {
  margin-top: -1px; }

.splashSoccer #joomsport-container .page-content-js .nav-tabs > li.active > a, .splashSoccer #joomsport-container .page-content-js .tabs .nav-tabs > li.active > a:hover, .splashSoccer #joomsport-container .page-content-js .tabs .nav-tabs > li.active > a:focus {
  border-bottom: 1px solid transparent; }

/*Pagination*/
.splashSoccer #joomsport-container ul.paginationJS > li > a, .splashSoccer #joomsport-container .paginationJS > li > span {
  margin: 0 3px;
  color: #151618;
  border: 0;
  border-radius: 0; }

.splashSoccer #joomsport-container ul.paginationJS > li.active > a, .splashSoccer #joomsport-container .paginationJS > li.active > span, .splashSoccer #joomsport-container .paginationJS > li.active > a:hover {
  background-color: #ededed;
  color: #151618; }

.splashSoccer #joomsport-container ul.paginationJS > li > a:hover, .splashSoccer #joomsport-container .paginationJS > li > span:hover, .splashSoccer #joomsport-container li.paginationJS > .active > span:hover {
  background-color: #ff9500;
  border: none; }

.splashSoccer #joomsport-container ul.paginationJS > li > a[aria-label="Previous"], .splashSoccer #joomsport-container ul.paginationJS > li > a[aria-label="Next"] {
  font-size: 18px; }

.splashSoccer #joomsport-container ul.paginationJS > li > a[aria-label="Previous"]:hover, .splashSoccer #joomsport-container ul.paginationJS > li > a[aria-label="Next"]:hover {
  color: #151618; }

/*Select box*/
.splashSoccer #joomsport-container select + .select2 > .selection > .select2-selection, .splashSoccer #joomsport-container .form-group input, .splashSoccer .select2-container--default .select2-selection--single, .splashSoccer #joomsport-container #jspRound input[type="number"], .splashSoccer .select2-container--default .select2-search--dropdown .select2-search__field {
  height: 47px;
  border-radius: 0; }

.splashSoccer #joomsport-container select + .select2 > .selection > .select2-selection > .select2-selection__rendered, .splashSoccer .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #868686;
  line-height: 45px; }

.splashSoccer #joomsport-container select + .select2 > .selection > .select2-selection > .select2-selection__arrow, .splashSoccer .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px; }

/*Table*/
.splashSoccer #joomsport-container table, .splashSoccer #joomsport-achv-container table {
  font-size: 15px;
  font-weight: 400; }

.splashSoccer #joomsport-container table tr > td, .splashSoccer #joomsport-achv-container table tr > td {
  color: #fff; }

.splashSoccer #joomsport-container .table-responsive .table > tbody > tr:nth-child(odd), .splashSoccer #joomsport-container table.jstblevwid tbody > tr:nth-child(odd), .splashSoccer #joomsport-container .table-responsive .jsBoxStatDIvFE tbody tr:nth-child(2n), .splashSoccer #joomsport-achv-container .table-responsive .table > tbody > tr:nth-of-type(odd) {
  background-color: #2a3138; }

.splashSoccer #joomsport-container .table-responsive .table > tbody > tr:nth-child(even), .splashSoccer #joomsport-container table.jstblevwid tbody > tr:nth-child(even), .splashSoccer #joomsport-container .table-responsive .jsBoxStatDIvFE tbody tr, .splashSoccer #joomsport-achv-container .table-responsive .table > tbody > tr {
  background-color: #4f575e; }

.splashSoccer #joomsport-container .table-responsive .table > thead > tr > th, .splashSoccer #joomsport-container table.jstblevwid tbody > tr > th, .splashSoccer #joomsport-container #stab_overview table.tblPosition thead > tr > th, .splashSoccer #joomsport-achv-container .table thead > tr > th, .splashSoccer #joomsport-container table.table tbody > tr > th {
  background-color: #4f575e;
  border-bottom: 2px solid #d2d2d2; }

.splashSoccer #joomsport-container .jsBoxStatDIvFE > thead > tr > th {
  background-color: #f08c00; }

.splashSoccer #joomsport-container .table-responsive .table td a, .splashSoccer #joomsport-container table.jstblevwid td a, .splashSoccer #joomsport-container .jsBoxStatDIvFE td a, .splashSoccer #joomsport-container #stab_overview table.tblPosition td a, .splashSoccer #joomsport-achv-container .table td a {
  color: #fff;
  font-weight: 700; }

.splashSoccer #joomsport-container .table-responsive .table td a:hover, .splashSoccer #joomsport-container table.jstblevwid td a:hover, .splashSoccer #joomsport-container #stab_overview table.tblPosition td a:hover, .splashSoccer #joomsport-achv-container .table td a:hover, .splashSoccer #joomsport-container .jsBoxStatDIvFE td a:hover, .splashSoccer #joomsport-container .table-responsive .table td a:focus, .splashSoccer #joomsport-container table.jstblevwid td a:focus, .splashSoccer #joomsport-container #stab_overview table.tblPosition td a:focus, .splashSoccer #joomsport-achv-container .table td a:focus, .splashSoccer #joomsport-container .jsBoxStatDIvFE td a:focus {
  color: #ff9500; }

/*Tables of team tabs*/
.splashSoccer #joomsport-container .jsMatchDivMain.jstable {
  border-spacing: 0 10px; }

.splashSoccer #joomsport-container .tab-content #stab_overview table tbody tr, .splashSoccer #joomsport-container .jsMatchDivMain.jstable .jstable-row {
  background-color: #3a4147; }

.splashSoccer #joomsport-container .jsMatchDivMain.jstable .jstable-row:hover .jsMatchDivTime {
  background-color: #ff9500; }

.splashSoccer #joomsport-container .jsMatchDivMain.jstable .jstable-row:hover .jsMatchDivTime > .jsDivLineEmbl {
  border-bottom: solid 3px #fff; }

.splashSoccer #joomsport-container .tab-content #stab_overview table td {
  border-bottom: 2px solid #ff9500; }

.splashSoccer #joomsport-container .jsMatchDivMain.jstable .jstable-row .jstable-cell {
  border-bottom: none; }

/*Squad*/
.splashSoccer #joomsport-container #stab_squad .jsOverflowHidden .jstable {
  color: #fff; }

.splashSoccer #joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-row {
  background-color: #3a4147; }

.splashSoccer #joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-cell {
  border-bottom: 2px solid #ff9500;
  font-weight: 400; }

.splashSoccer #joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-cell a {
  color: #fff;
  font-weight: 700; }

.splashSoccer #joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-cell a:hover, .splashSoccer #joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-cell a:focus {
  color: #ff9500;
  text-decoration: none; }

/*Calendar*/
.splashSoccer #joomsport-container .jsMatchDivMain .jsMatchDivTime > .jsDivLineEmbl {
  border-bottom: solid 3px #ff9500; }

.splashSoccer #joomsport-container .jsMatchDivMain .jsMatchDivScore > .jsScoreDiv a {
  font-size: 20px; }

.splashSoccer #joomsport-container .jsMatchDivMain, .splashSoccer #joomsport-container .jsMatchDivMain .jsMatchDivHome a, .splashSoccer #joomsport-container .jsMatchDivMain .jsMatchDivAway a, .splashSoccer #joomsport-container .jsMatchDivMain .jsMatchDivScore a {
  color: #fff; }

.splashSoccer #joomsport-container .jsMatchDivMain .jsMatchDivHome, .splashSoccer #joomsport-container .jsMatchDivMain .jsMatchDivAway, .splashSoccer #joomsport-container .jsMatchDivMain .jsMatchDivScore {
  font-size: 15px; }

.splashSoccer #joomsport-container .jsMatchDivMain .jsMatchDivHome a:hover, .splashSoccer #joomsport-container .jsMatchDivMain .jsMatchDivHome a:focus, .splashSoccer #joomsport-container .jsMatchDivMain .jsMatchDivAway a:hover, .splashSoccer #joomsport-container .jsMatchDivMain .jsMatchDivAway a:focus, .splashSoccer #joomsport-container .jsMatchDivMain .jsMatchDivScore a:hover, .splashSoccer #joomsport-container .jsMatchDivMain .jsMatchDivScore a:focus {
  color: #ff9500; }

/*Knockout*/
.splashSoccer #joomsport-container .drawBracketContainerBE .player div.knockscore > a:hover {
  background-color: #f08c00; }

.splashSoccer #joomsport-container .drawBracketContainerBE .knIsHover .js_div_particName > a {
  color: #f08c00; }

/*Roster*/
.splashSoccer #joomsport-container .jsplayerCart a:hover .namePlayerCart .js_div_particName {
  color: #ff9500; }

.splashSoccer #joomsport-container .namePlayerCart, .splashSoccer #joomsport-container .namePlayerCart > div {
  position: relative; }

.splashSoccer #joomsport-container .namePlayerCart {
  width: auto;
  min-height: auto;
  background-color: #3f4851;
  border-right: none; }

.splashSoccer #joomsport-container .namePlayerCart > div {
  left: 0;
  transform: rotate(0); }

.splashSoccer #joomsport-container .namePlayerCart .LeftnamePlayerCart > div {
  display: block;
  line-height: 1.4; }

.splashSoccer #joomsport-container .namePlayerCart .LeftnamePlayerCart > .PlayerCardPos {
  color: #bdbdbd; }

.splashSoccer #joomsport-container .namePlayerCart .LeftnamePlayerCart > .PlayerCardFIO, .splashSoccer #joomsport-container .namePlayerCart .PlayerCardPlNumber {
  font-size: 18px; }

.splashSoccer #joomsport-container .namePlayerCart .PlayerCardPlNumber {
  padding-left: 3px;
  padding-right: 6px;
  background-color: #ff9500; }

.splashSoccer #joomsport-container .namePlayerCart .PlayerCardPlNumber:after {
  content: '';
  position: absolute;
  left: -11px;
  top: 0;
  border-bottom: 40px solid #ff9500;
  border-left: 11px solid transparent; }

.splashSoccer #joomsport-container .namePlayerCart .PlayerCardPlNumber:before {
  content: "\e919";
  font-family: 'stm-splash-icons';
  line-height: normal;
  text-transform: none; }

/*Match page*/
.splashSoccer #joomsport-container #jsMatchViewID .jsMatchScore {
  display: table;
  width: 100%;
  margin-bottom: 50px;
  background: none;
  background-color: #ededed;
  font-family: Oswald; }

.splashSoccer #joomsport-container #jsMatchViewID .jsMatchScore > .heading {
  display: table-footer-group;
  padding: 7px 0;
  background-color: #3f4851;
  font-size: 13px; }

.splashSoccer #joomsport-container #jsMatchViewID .jsMatchScore > .heading .matchdtime {
  text-align: right;
  color: #fff; }

.splashSoccer #joomsport-container #jsMatchViewID .jsMatchScore > .heading .matchdtime > i {
  font-size: 15px;
  padding-right: 10px; }

.splashSoccer #joomsport-container #jsMatchViewID .jsMatchScore > .heading .matchvenue {
  text-align: left;
  color: #fff; }

.splashSoccer #joomsport-container #jsMatchViewID .jsMatchScore > .heading .matchvenue > i {
  font-size: 15px;
  padding-left: 10px; }

.splashSoccer #joomsport-container #jsMatchViewID .jsMatchScore > .jsmatchHeader {
  display: table-header-group;
  padding: 0;
  background-color: transparent; }

.splashSoccer #joomsport-container #jsMatchViewID .jsMatchScore > .jsmatchHeader > .jstable {
  margin-top: 15px; }

.splashSoccer #joomsport-container #jsMatchViewID .jsMatchScore > .jsmatchHeader .jsMatchPartName > a {
  font-size: 20px;
  font-weight: 400;
  color: #151618; }

.splashSoccer #joomsport-container #jsMatchViewID .jsMatchScore > .jsmatchHeader .jsDivCenter {
  padding-top: 5px;
  padding-bottom: 15px;
  color: #ff9500; }

.splashSoccer #joomsport-container #jsMatchViewID .jsMatchScore > .jsmatchHeader .jsScoreDivMap {
  font-size: 17px;
  text-shadow: none; }

.splashSoccer #joomsport-container #jsMatchViewID .jsmatchHeader .jsScoreDivM > div {
  width: 40%;
  background: #ff9500;
  position: relative;
  font-weight: bold; }

.splashSoccer #joomsport-container #jsMatchViewID .jsmatchHeader .jsScoreDivM > div:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent; }

.splashSoccer #joomsport-container #jsMatchViewID .jsmatchHeader .jsScoreDivM > .BigMScore1 {
  margin-right: 10%; }

.splashSoccer #joomsport-container #jsMatchViewID .jsmatchHeader .jsScoreDivM > .BigMScore1:after {
  right: -15px;
  border-left: 15px solid #ff9500; }

.splashSoccer #joomsport-container #jsMatchViewID .jsmatchHeader .jsScoreDivM > .BigMScore2 {
  margin-left: 10%; }

.splashSoccer #joomsport-container #jsMatchViewID .jsmatchHeader .jsScoreDivM > .BigMScore2:after {
  left: -15px;
  border-right: 15px solid #ff9500; }

.splashSoccer #joomsport-container #jsMatchViewID .jsmatchHeader .jsMatchPartName {
  position: relative; }

.splashSoccer #joomsport-container #jsMatchViewID .jsmatchHeader .jsMatchPartName:after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: 15px;
  display: block;
  width: 90px;
  margin-top: 7px;
  border-bottom: 3px solid #ff9500; }

.splashSoccer #joomsport-container #jsMatchViewID .jsmatchHeader .jsMatchPartName[style="text-align: right;"]:after {
  left: auto;
  right: 10px; }

.splashSoccer #joomsport-container #jsMatchViewID .tabs .jsTeamStat .jstable > .jsColTeamEvents .teamEventGraph > div.jsGray {
  background-color: #ff9500; }

.splashSoccer #joomsport-container #jsMatchViewID .tabs .jsTeamStat .jstable > .jsColTeamEvents .teamEventGraph, .splashSoccer #joomsport-container #jsMatchViewID .tabs .jsTeamStat .jstable > .jsColTeamEvents .teamEventGraph > div {
  border-radius: 10px; }

.splashSoccer #joomsport-container .jsTblVerticalTimeLine {
  border-collapse: separate;
  border-spacing: 0 15px; }

.splashSoccer #joomsport-container .table-responsive .jsTblVerticalTimeLine.table > tbody > tr {
  background: white;
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(50%, #cccccc), color-stop(100%, white));
  background: linear-gradient(to right, white 0%, #cccccc 50%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1); }

.splashSoccer #joomsport-container .jsTblVerticalTimeLine.table td a {
  color: #595959; }

.splashSoccer #joomsport-container .jsTblVerticalTimeLine > tbody > tr > td.wphiddenjs {
  visibility: hidden; }

.splashSoccer #joomsport-container .jsTblVerticalTimeLine > tbody > tr > td.jstimeevent {
  position: relative;
  width: 5%;
  background-color: #4f575e;
  border: none; }

.splashSoccer #joomsport-container .jsTblVerticalTimeLine > tbody > tr > td.jstimeevent:after {
  content: '';
  position: absolute;
  bottom: -15px;
  height: 15px;
  left: 50%;
  border-left: 2px solid #4f575e; }

.splashSoccer #joomsport-container .jsTblVerticalTimeLine > tbody > tr:last-child > td.jstimeevent:after {
  display: none; }

/*JoomSport archivements*/
.splashSoccer #joomsport-achv-container .table-striped > tbody > tr {
  background-color: #4f575e; }

.splashSoccer #joomsport-achv-container .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #2a3138; }

.splashSoccer #joomsport-achv-container .table-striped > tbody > tr > td {
  border-top: none; }

/*JoomSport prediction*/
body[class*="single-jswprediction"].splashSoccer #joomsport-container .jstable .jstable-row {
  background-color: #3a4147; }

body[class*="single-jswprediction"].splashSoccer #joomsport-container .jstable .jstable-row .jstable-cell {
  border-bottom: 2px solid #ff9500;
  color: #fff; }

body[class*="single-jswprediction"].splashSoccer #joomsport-container .jstable .jstable-row .jstable-cell a {
  color: #fff;
  font-size: 15px; }

body[class*="single-jswprediction"].splashSoccer #joomsport-container .jstable .jstable-row .jstable-cell a:hover, body[class*="single-jswprediction"].splashSoccer #joomsport-container .jstable .jstable-row .jstable-cell a:focus {
  color: #ff9500; }

body[class*="single-jswprediction"].splashSoccer #joomsport-container .jstable .jstable-row:first-child {
  background-color: #4f575e; }

body[class*="single-jswprediction"].splashSoccer #joomsport-container .jstable .jstable-row:first-child .jstable-cell {
  border-bottom: 2px solid #d2d2d2; }

body[class*="single-jswprediction"].splashSoccer #joomsport-container #jspRoundSave {
  border-radius: 0; }

/*Widgets/shortcodes*/
.splashSoccer #joomsport-container .jsmainscroll * {
  color: #fff;
  font-family: Arial; }

.splashSoccer #joomsport-container .jsmainscroll .jsmatchseason, .splashSoccer #joomsport-container .jsmainscroll .jsmatchdate {
  font-size: 13px;
  line-height: 21px; }

.splashSoccer #joomsport-container .jsmainscroll .jsview1 li {
  background-color: #252b32; }

.splashSoccer #joomsport-container .jsmainscroll .jsview1 li .jsmatchcont > div, .splashSoccer #joomsport-container.jsSliderContainer .jsmainscroll .jsview2, .splashSoccer #joomsport-container.jsDefaultContainer .jsmainscroll .jsview2 .jsmatchdate, .splashSoccer #joomsport-container.jsDefaultContainer .jsmainscroll .jsview2 .jsmatchseason {
  background-color: #394149; }

.splashSoccer #joomsport-container .jsmainscroll .jsview1 li .jsmatchcont > .jsmatchdate {
  min-height: 34px;
  border-bottom: 3px solid #ff9500; }

.splashSoccer #joomsport-container.jsSliderContainer .jsmainscroll > div {
  border: none;
  background: url(../images/soccer/about_block_bg.png);
  padding: 30px 0;
  background-size: contain; }

.splashSoccer #joomsport-container.jsSliderContainer .jsmainscroll .jsview1 li {
  min-height: 205px;
  margin: 10px 5px; }

.splashSoccer #joomsport-container.jsSliderContainer .jsmainscroll .jsview1 li .jsmatchcont > table {
  margin-top: 10px; }

.splashSoccer #joomsport-container.jsSliderContainer .jsmainscroll .jsview2 table td.tdminwdt {
  padding-bottom: 0; }

.splashSoccer #joomsport-container.jsDefaultContainer .jsmainscroll .jsview1 ul {
  text-align: center; }

.splashSoccer #joomsport-container.jsDefaultContainer .jsmainscroll .jsview1 li {
  display: inline-block;
  padding: 5px; }

.splashSoccer #joomsport-container.jsDefaultContainer .jsmainscroll .jsview1 li > .jsmatchcont, .splashSoccer #joomsport-container.jsDefaultContainer > .jsmainscroll .jsview2 table tr {
  border-bottom: none;
  background-color: transparent; }

.splashSoccer #joomsport-container.jsDefaultContainer .jsmainscroll .jsview1 table {
  margin: 10px; }

.splashSoccer #joomsport-container.jsDefaultContainer .jsmainscroll .jsview1 table .js_div_particName {
  text-align: left; }

.splashSoccer #joomsport-container.jsDefaultContainer .jsmainscroll .jsview2 table tr {
  background-color: #252b32; }

.splashSoccer #joomsport-container.jsDefaultContainer .jsmainscroll .jsmatchseason {
  padding-top: 5px; }

.splashSoccer #joomsport-container .jsmainscroll table td a {
  color: #fff;
  font-family: Oswald; }

.splashSoccer #joomsport-container .jsmainscroll table td a:hover, .splashSoccer .widget #joomsport-container.jsDefaultContainer > .jsmainscroll table td a:focus {
  color: #ff9500; }

.splashSoccer #joomsport-container .jsmainscroll table .scoreScrMod a {
  min-width: 34px; }

.splashSoccer #joomsport-container .jsmainscroll table .jsScoreDiv {
  font-size: 30px;
  min-width: 125px; }

.splashSoccer #joomsport-container .jsmainscroll table.jsMNS .scoreScrMod > a {
  color: #fff; }

.splashSoccer #joomsport-container .jsmainscroll table.jsMNS .scoreScrMod > a:hover {
  background-color: #f08c00; }

.splashSoccer .widget #joomsport-container .table-responsive .table > tbody > tr > td, .splashSoccer .widget #joomsport-container table.jstblevwid tr > td {
  border-bottom: none; }

.splashSoccer .widget #joomsport-container .jsmainscroll .jsview1 table td.tdminwdt {
  min-width: 120px; }

.splashSoccer .widget #joomsport-container .jsmainscroll .jsview1 table td.tdminembl img {
  max-width: 35px !important; }

.splashSoccer .widget #joomsport-container .jsmainscroll table .jsScoreDiv {
  min-width: inherit;
  padding: 0 10px;
  font-size: inherit; }

.splashSoccer .widget #joomsport-container.jsSliderContainer .jsmainscroll > div {
  padding: 0; }

.splashSoccer .widget #joomsport-container.jsSliderContainer .jsmainscroll .jsview1 li {
  min-height: 180px;
  margin: 0 3px; }

.splashSoccer .widget #joomsport-container.jsSliderContainer .jsmainscroll .jsview1 li .jsmatchcont > table {
  margin: 10px 2px 0; }

.splashSoccer .widget #joomsport-container.jsDefaultContainer > .jsmainscroll table td.tdminwdt {
  padding: 4px; }

/*_______AMERICAN FOOTBALL THEME JOOMSPORT_______*/
body[class*="joomsport"].splashAmericanFootball .stm-single-post .container .row .col-md-9 .stm-single-post-meta, body[class*="jsprt_achv"].splashAmericanFootball .stm-single-post .container .row .col-md-9 .stm-single-post-meta, body[class*="jswprediction"].splashAmericanFootball .stm-single-post .container .row .col-md-9 .stm-single-post-meta {
  display: none; }

body.splashAmericanFootball #joomsport-container, body #joomsport-achv-container, .splashAmericanFootball #joomsport-container .seasonTable {
  font-family: "Roboto"; }

body.splashAmericanFootball #joomsport-container a {
  color: #009bdc; }

body.splashAmericanFootball #joomsport-container a:hover, body.splashAmericanFootball #joomsport-container a:focus {
  color: #009bdc; }

/*Buttons*/
.splashAmericanFootball #joomsport-container a.btn, .splashAmericanFootball #joomsport-container .navbar-nav a.btn, .splashAmericanFootball #joomsport-container button.btn, .splashAmericanFootball #joomsport-achv-container a.btn, .splashAmericanFootball #joomsport-achv-container .navbar-nav a.btn, .splashAmericanFootball #joomsport-achv-container button.btn, .splashAmericanFootball #joomsport-container.jsSliderContainer > .jsmainscroll > button {
  border-color: #da9a29;
  border-radius: 0;
  background-color: #da9a29;
  letter-spacing: .6px;
  transition: all 0.5s cubic-bezier(0, 0, 0.58, 1) !important;
  overflow: hidden; }

.splashAmericanFootball #joomsport-container #jsFilterMatches button.btn, .splashAmericanFootball #joomsport-container.jsSliderContainer > .jsmainscroll > button {
  background-color: #da9a29 !important; }

.splashAmericanFootball #joomsport-container #jsFilterMatches button.btn:hover, .splashAmericanFootball #joomsport-container #jsFilterMatches button.btn:focus, .splashAmericanFootball #joomsport-container.jsSliderContainer > .jsmainscroll > button:hover, .splashAmericanFootball #joomsport-container.jsSliderContainer > .jsmainscroll > button:focus {
  background-color: #06083b !important; }

.splashAmericanFootball #joomsport-container.jsSliderContainer > .jsmainscroll > button path {
  fill: #fff !important; }

.splashAmericanFootball #joomsport-container a.btn:before, .splashAmericanFootball #joomsport-container .navbar-nav a.btn:before, .splashAmericanFootball #joomsport-container button.btn:before, .splashAmericanFootball #joomsport-achv-container a.btn:before, .splashAmericanFootball #joomsport-achv-container .navbar-nav a.btn:before, .splashAmericanFootball #joomsport-achv-container button.btn:before, .splashAmericanFootball #joomsport-container.jsSliderContainer > .jsmainscroll > button:before {
  background-color: #06083b;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0, 0, 0.58, 1) !important;
  transform: translate3d(0, 0, 0);
  transition: transform .4s, opacity .4s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.splashAmericanFootball #joomsport-container a.btn:hover, .splashAmericanFootball #joomsport-container button.btn:hover, .splashAmericanFootball #joomsport-container a.btn:focus, .splashAmericanFootball #joomsport-container button.btn:focus, .splashAmericanFootball #joomsport-container a.btn:active, .splashAmericanFootball #joomsport-container button.btn:active, .splashAmericanFootball #joomsport-container a.btn:active:hover, .splashAmericanFootball #joomsport-container button.btn:active:hover, .splashAmericanFootball #joomsport-container .navbar-nav a.btn:hover, .splashAmericanFootball #joomsport-achv-container a.btn:hover, .splashAmericanFootball #joomsport-achv-container button.btn:hover, .splashAmericanFootball #joomsport-achv-container a.btn:focus, .splashAmericanFootball #joomsport-achv-container button.btn:focus, .splashAmericanFootball #joomsport-achv-container a.btn:active, .splashAmericanFootball #joomsport-achv-container button.btn:active, .splashAmericanFootball #joomsport-achv-container a.btn:active:hover, .splashAmericanFootball #joomsport-achv-container button.btn:active:hover, .splashAmericanFootball #joomsport-achv-container .navbar-nav a.btn:hover, .splashAmericanFootball #joomsport-container.jsSliderContainer > .jsmainscroll > button:hover, .splashAmericanFootball #joomsport-container.jsSliderContainer > .jsmainscroll > button:focus {
  border: solid 2px #06083b;
  background-color: #06083b;
  color: #fff; }

.splashAmericanFootball #joomsport-container a.btn:hover:before, .splashAmericanFootball #joomsport-container button.btn:hover:before, .splashAmericanFootball #joomsport-container a.btn:focus:before, .splashAmericanFootball #joomsport-container button.btn:focus:before, .splashAmericanFootball #joomsport-container a.btn:active:before, .splashAmericanFootball #joomsport-container button.btn:active:before, .splashAmericanFootball #joomsport-container a.btn:active:hover:before, .splashAmericanFootball #joomsport-container button.btn:active:hover:before, .splashAmericanFootball #joomsport-container .navbar-nav a.btn:hover:before, .splashAmericanFootball #joomsport-achv-container a.btn:hover:before, .splashAmericanFootball #joomsport-achv-container button.btn:hover:before, .splashAmericanFootball #joomsport-achv-container a.btn:focus:before, .splashAmericanFootball #joomsport-achv-container button.btn:focus:before, .splashAmericanFootball #joomsport-achv-container a.btn:active:before, .splashAmericanFootball #joomsport-achv-container button.btn:active:before, .splashAmericanFootball #joomsport-achv-container a.btn:active:hover:before, .splashAmericanFootball #joomsport-achv-container button.btn:active:hover:before, .splashAmericanFootball #joomsport-achv-container .navbar-nav a.btn:hover:before, .splashAmericanFootball #joomsport-container.jsSliderContainer > .jsmainscroll > button:hover:before {
  width: 100%;
  left: 100%;
  background: #06083b;
  transform: scale3d(0.7, 1, 1);
  opacity: 1; }

/*Tabs*/
.splashAmericanFootball #joomsport-container .tabs .nav-tabs {
  font-size: 16px;
  font-family: Oswald; }

.splashAmericanFootball #joomsport-container .tabs .nav-tabs > li > a {
  color: #06083b !important;
  font-weight: 400; }

.splashAmericanFootball #joomsport-container .page-content-js .nav-tabs > li.active > a, .splashAmericanFootball #joomsport-container .page-content-js .tabs .nav-tabs > li.active > a:hover, .splashAmericanFootball #joomsport-container .page-content-js .tabs .nav-tabs > li.active > a:focus {
  border-color: #da9a29; }

/*Pagination*/
.splashAmericanFootball #joomsport-container ul.paginationJS > li > a, .splashAmericanFootball #joomsport-container .paginationJS > li > span {
  margin: 0;
  color: #06083b;
  border: 0;
  border-radius: 0; }

.splashAmericanFootball #joomsport-container ul.paginationJS > li.active > a, .splashAmericanFootball #joomsport-container .paginationJS > li.active > span, .splashAmericanFootball #joomsport-container .paginationJS > li.active > a:hover {
  background-color: #f0f0f0;
  color: #06083b;
  opacity: .5; }

.splashAmericanFootball #joomsport-container ul.paginationJS > li > a:hover, .splashAmericanFootball #joomsport-container .paginationJS > li > span:hover, .splashAmericanFootball #joomsport-container li.paginationJS > .active > span:hover {
  background-color: #da9a29;
  border: none; }

.splashAmericanFootball #joomsport-container ul.paginationJS > li > a[aria-label="Previous"], .splashAmericanFootball #joomsport-container ul.paginationJS > li > a[aria-label="Next"] {
  font-size: 18px; }

.splashAmericanFootball #joomsport-container ul.paginationJS > li > a[aria-label="Previous"]:hover, .splashAmericanFootball #joomsport-container ul.paginationJS > li > a[aria-label="Next"]:hover {
  color: #06083b; }

/*Select box*/
.splashAmericanFootball #joomsport-container select + .select2 > .selection > .select2-selection, .splashAmericanFootball #joomsport-container .form-group input, .splashAmericanFootball .select2-container--default .select2-selection--single, .splashAmericanFootball #joomsport-container #jspRound input[type="number"], .splashAmericanFootball .select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #f0f0f0;
  border: none;
  height: 50px;
  border-radius: 0; }

.splashAmericanFootball #joomsport-container select + .select2 > .selection > .select2-selection > .select2-selection__rendered, .splashAmericanFootball .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #151515;
  line-height: 48px; }

.splashAmericanFootball #joomsport-container select + .select2 > .selection > .select2-selection > .select2-selection__arrow, .splashAmericanFootball .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px; }

/*Info-block*/
.splashAmericanFootball #joomsport-container .tabs .extrafldcn, .splashAmericanFootball #joomsport-achv-container .page-content-js .well.extrafldcn {
  border: none;
  padding: 0;
  background-color: transparent; }

.splashAmericanFootball #joomsport-container .tabs .extrafldcn div.jstable-row:nth-child(2n-1), .splashAmericanFootball #joomsport-achv-container .page-content-js .well.extrafldcn div.jstable-row:nth-child(2n-1) {
  background-color: #f0f0f0; }

.splashAmericanFootball #joomsport-container .tabs .extrafldcn a {
  color: #06083b;
  font-weight: 700; }

/*Table*/
.splashAmericanFootball #joomsport-container table tr > td, #joomsport-achv-container table tr > td {
  color: #404040; }

.splashAmericanFootball #joomsport-container .table-responsive .table > tbody > tr:nth-child(odd) > td, .splashAmericanFootball #joomsport-container table.jstblevwid tbody > tr:nth-child(odd) > td, .splashAmericanFootball #joomsport-container .table-responsive .jsBoxStatDIvFE tbody tr:nth-child(2n) > td, .splashAmericanFootball #joomsport-achv-container .table-responsive .table > tbody > tr:nth-of-type(odd) > td {
  background-color: #f0f0f0; }

.splashAmericanFootball #joomsport-container .table-responsive .table > tbody > tr:nth-child(even) > td, .splashAmericanFootball #joomsport-container table.jstblevwid tbody > tr:nth-child(even) > td, .splashAmericanFootball #joomsport-container .table-responsive .jsBoxStatDIvFE tbody tr > td, .splashAmericanFootball #joomsport-achv-container .table-responsive .table > tbody > tr > td {
  background-color: #fff; }

.splashAmericanFootball #joomsport-container .table-responsive .table > thead > tr > th, .splashAmericanFootball #joomsport-container table.jstblevwid tbody > tr > th, .splashAmericanFootball #joomsport-container .jsBoxStatDIvFE > thead > tr > th, .splashAmericanFootball #joomsport-container #stab_overview table.tblPosition thead > tr > th, .splashAmericanFootball #joomsport-achv-container .table thead > tr > th, .splashAmericanFootball #joomsport-container table.table tbody > tr > th {
  padding: 15px 10px;
  background-color: #da9a29; }

.splashAmericanFootball #joomsport-container .table-responsive .table > thead > tr > th, .splashAmericanFootball #joomsport-container .table-responsive .table > thead > tr > th > *, .splashAmericanFootball #joomsport-container table.jstblevwid tbody > tr > th, .splashAmericanFootball #joomsport-container .jsBoxStatDIvFE > thead > tr > th, .splashAmericanFootball #joomsport-container #stab_overview table.tblPosition thead > tr > th, .splashAmericanFootball #joomsport-achv-container .table thead > tr > th > *, .splashAmericanFootball #joomsport-container table.table tbody > tr > th {
  color: #06083b;
  font-size: 16px; }

.splashAmericanFootball #joomsport-container .table-responsive .table td a, .splashAmericanFootball #joomsport-container table.jstblevwid td a, .splashAmericanFootball #joomsport-container .jsBoxStatDIvFE td a, .splashAmericanFootball #joomsport-container #stab_overview table.tblPosition td a, .splashAmericanFootball #joomsport-achv-container .table td a {
  color: #404040; }

.splashAmericanFootball #joomsport-container .table-responsive .table td a:hover, .splashAmericanFootball #joomsport-container table.jstblevwid td a:hover, .splashAmericanFootball #joomsport-container #stab_overview table.tblPosition td a:hover, .splashAmericanFootball #joomsport-achv-container .table td a:hover, .splashAmericanFootball #joomsport-container .jsBoxStatDIvFE td a:hover, .splashAmericanFootball #joomsport-container .table-responsive .table td a:focus, .splashAmericanFootball #joomsport-container table.jstblevwid td a:focus, .splashAmericanFootball #joomsport-container #stab_overview table.tblPosition td a:focus, .splashAmericanFootball #joomsport-achv-container .table td a:focus, .splashAmericanFootball #joomsport-container .jsBoxStatDIvFE td a:focus {
  color: #009bdc; }

.splashAmericanFootball #joomsport-container .table-responsive .table > tbody > tr > td, .splashAmericanFootball #joomsport-container table.jstblevwid tbody > tr > td, .splashAmericanFootball #joomsport-container .jsBoxStatDIvFE tbody > tr > td, .splashAmericanFootball #joomsport-achv-container .table-responsive .table tbody > tr > td {
  padding: 20px 10px;
  font-size: 18px; }

.splashAmericanFootball #joomsport-container .jsBoxStatDIvFE > thead > tr:last-child > th {
  border-color: #06083b; }

/*Tables of team tabs*/
.splashAmericanFootball #joomsport-container .jsMatchDivMain.jstable {
  border-spacing: 0 10px; }

.splashAmericanFootball #joomsport-container .tab-content #stab_overview table tbody tr > td, .splashAmericanFootball #joomsport-container .jsMatchDivMain.jstable .jstable-row > .jstable-cell {
  background-color: #f0f0f0; }

.splashAmericanFootball #joomsport-container .jsMatchDivMain.jstable .jstable-row .jsMatchDivTime > .jsDivLineEmbl {
  padding: 6px;
  background-color: #06083b;
  color: #fff;
  font-weight: 700; }

/*Squad*/
.splashAmericanFootball #joomsport-container #stab_squad .jsOverflowHidden .jstable {
  border-spacing: 0 10px; }

.splashAmericanFootball #joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-row {
  background-color: #f0f0f0; }

.splashAmericanFootball #joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-cell, .splashAmericanFootball #joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-cell a {
  color: #404040; }

.splashAmericanFootball #joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-cell a:hover, #joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-cell a:focus {
  color: #009bdc; }

/*Calendar*/
.splashAmericanFootball #joomsport-container .jsMatchDivMain .jsMatchDivHome a, .splashAmericanFootball #joomsport-container .jsMatchDivMain .jsMatchDivAway a, .splashAmericanFootball #joomsport-container .jsMatchDivMain .jsMatchDivScore a {
  color: #06083b; }

.splashAmericanFootball #joomsport-container .jsMatchDivMain .jsMatchDivHome a:hover, .splashAmericanFootball #joomsport-container .jsMatchDivMain .jsMatchDivHome a:focus, .splashAmericanFootball #joomsport-container .jsMatchDivMain .jsMatchDivAway a:hover, .splashAmericanFootball #joomsport-container .jsMatchDivMain .jsMatchDivAway a:focus, .splashAmericanFootball #joomsport-container .jsMatchDivMain .jsMatchDivScore a:hover, .splashAmericanFootball #joomsport-container .jsMatchDivMain .jsMatchDivScore a:focus {
  color: #009bdc; }

.splashAmericanFootball #joomsport-container .overviewBlocks h3, .splashAmericanFootball #joomsport-container #jsMatchViewID h3, .splashAmericanFootball #joomsport-container .jsMatchDivMain .js-mdname .jsrow-matchday-name, .splashAmericanFootball #joomsport-container #stab_statistic h3.jsCreerMatchStath3, .splashAmericanFootball #joomsport-container #stab_statistic .jscenter > h3 {
  color: #404040; }

/*Knockout*/
.splashAmericanFootball #joomsport-container .drawBracketContainerBE .player div.knockscore > a {
  background-color: #06083b; }

.splashAmericanFootball #joomsport-container .drawBracketContainerBE .player div.knockscore > a:hover {
  background-color: #da9a29; }

.splashAmericanFootball #joomsport-container .drawBracketContainerBE .player {
  background-color: #f0f0f0; }

.splashAmericanFootball #joomsport-container .drawBracketContainerBE .player .knockplName a {
  color: #06083b; }

.splashAmericanFootball #joomsport-container .drawBracketContainerBE .knIsHover .js_div_particName > a {
  color: #da9a29; }

/*Roster*/
.splashAmericanFootball #joomsport-container .namePlayerCart {
  border-right: 2px solid #da9a29;
  background-color: #06083b; }

.splashAmericanFootball #joomsport-container .namePlayerCart .PlayerCardPlNumber {
  background-color: #da9a29; }

.splashAmericanFootball #joomsport-container .namePlayerCart .PlayerCardPos {
  color: #da9a29;
  font-size: 14px; }

/*Match page*/
.splashAmericanFootball #joomsport-container #jsMatchViewID .jsMatchScore {
  width: 100%;
  margin-bottom: 50px;
  background: none;
  background-color: #f0f0f0;
  font-family: Oswald; }

.splashAmericanFootball #joomsport-container #jsMatchViewID .jsMatchScore > .heading {
  padding: 7px 0;
  background-color: #44455b;
  font-size: 13px; }

.splashAmericanFootball #joomsport-container #jsMatchViewID .jsMatchScore > .heading .matchdtime {
  text-align: right;
  color: #fff; }

.splashAmericanFootball #joomsport-container #jsMatchViewID .jsMatchScore > .heading .matchdtime > i {
  font-size: 15px;
  padding-right: 10px; }

.splashAmericanFootball #joomsport-container #jsMatchViewID .jsMatchScore > .heading .matchvenue {
  text-align: left;
  color: #da9a29; }

.splashAmericanFootball #joomsport-container #jsMatchViewID .jsMatchScore > .heading .matchvenue > i {
  font-size: 15px;
  padding-left: 10px; }

.splashAmericanFootball #joomsport-container #jsMatchViewID .jsMatchScore > .jsmatchHeader {
  padding: 15px 0;
  background-color: transparent; }

.splashAmericanFootball #joomsport-container #jsMatchViewID .jsMatchScore > .jsmatchHeader > .jstable {
  margin-top: 15px; }

.splashAmericanFootball #joomsport-container #jsMatchViewID .jsMatchScore > .jsmatchHeader .jsMatchPartName > a {
  font-size: 28px;
  font-weight: 400;
  color: #06083b; }

.splashAmericanFootball #joomsport-container #jsMatchViewID .jsMatchScore > .jsmatchHeader .jsDivCenter {
  padding: 10px 0;
  color: #da9a29; }

.splashAmericanFootball #joomsport-container #jsMatchViewID .jsMatchScore > .jsmatchHeader .jsScoreDivMap {
  font-size: 17px;
  text-shadow: none; }

.splashAmericanFootball #joomsport-container #jsMatchViewID .jsmatchHeader .jsMatchEmbl:first-child {
  background: url(../images/helms/orange.png) no-repeat; }

.splashAmericanFootball #joomsport-container #jsMatchViewID .jsmatchHeader .jsMatchEmbl:last-child {
  background: url(../images/helms/black.png) no-repeat;
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: FlipH; }

.splashAmericanFootball #joomsport-container #jsMatchViewID .jsmatchHeader .jstable-row .jsMatchEmbl {
  position: relative;
  min-width: 120px;
  min-height: 120px;
  background-size: contain; }

.splashAmericanFootball #joomsport-container #jsMatchViewID .jsmatchHeader .jstable-row .jsMatchEmbl img {
  position: absolute;
  top: 25px;
  width: 50px !important;
  margin: 0 10px; }

.splashAmericanFootball #joomsport-container #jsMatchViewID .jsmatchHeader .jsScoreDivM > div {
  width: 44%;
  font-weight: 700; }

.splashAmericanFootball #joomsport-container #jsMatchViewID .jsmatchHeader .jsScoreDivM > .BigMScore1 {
  line-height: 94px;
  margin-right: 6%;
  background-color: #da9a29; }

.splashAmericanFootball #joomsport-container #jsMatchViewID .jsmatchHeader .jsScoreDivM > .BigMScore2 {
  line-height: 94px;
  margin-left: 6%;
  background-color: #999; }

.splashAmericanFootball #joomsport-container #jsMatchViewID .jsmatchHeader .jsMatchPartName[style="text-align: right;"]:after {
  left: auto;
  right: 10px; }

.splashAmericanFootball #joomsport-container #jsMatchViewID .tabs .jsTeamStat .jstable > .jsColTeamEvents .teamEventGraph > div.jsGray {
  background-color: #da9a29; }

.splashAmericanFootball #joomsport-container #jsMatchViewID .tabs .jsTeamStat .jstable > .jsColTeamEvents .teamEventGraph > div.jsRed {
  background-color: #999; }

.splashAmericanFootball #joomsport-container #jsMatchViewID .tabs .jsTeamStat .jstable > .jsColTeamEvents .teamEventGraph, .splashAmericanFootball #joomsport-container #jsMatchViewID .tabs .jsTeamStat .jstable > .jsColTeamEvents .teamEventGraph > div {
  border-radius: 0; }

.splashAmericanFootball #joomsport-container .jsTblVerticalTimeLine {
  border-collapse: separate;
  border-spacing: 0 15px; }

.splashAmericanFootball #joomsport-container .jsTblVerticalTimeLine tr > td {
  background-color: transparent !important;
  padding: 10px !important; }

.splashAmericanFootball #joomsport-container .table-responsive .jsTblVerticalTimeLine.table > tbody > tr {
  background: white !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(50%, #cccccc), color-stop(100%, white)) !important;
  background: linear-gradient(to right, white 0%, #cccccc 50%, white 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1) !important; }

.splashAmericanFootball #joomsport-container .jsTblVerticalTimeLine > tbody > tr > td.wphiddenjs {
  visibility: hidden; }

.splashAmericanFootball #joomsport-container .jsTblVerticalTimeLine > tbody > tr > td.jstimeevent {
  position: relative;
  width: 5%;
  border: none;
  background-color: #06083b !important;
  color: #fff; }

.splashAmericanFootball #joomsport-container .jsTblVerticalTimeLine > tbody > tr > td.jstimeevent:after {
  content: '';
  position: absolute;
  bottom: -15px;
  height: 15px;
  left: 50%;
  border-left: 2px solid #06083b; }

.splashAmericanFootball #joomsport-container .jsTblVerticalTimeLine > tbody > tr:last-child > td.jstimeevent:after {
  display: none; }

/*JoomSport archivements*/
.splashAmericanFootball #joomsport-achv-container .table-striped > tbody > tr > td {
  border-top: none;
  padding: 20px 10px; }

/*JoomSport prediction*/
body[class*="single-jswprediction"].splashAmericanFootball #joomsport-container .jstable .jstable-row {
  background-color: #f0f0f0; }

body[class*="single-jswprediction"].splashAmericanFootball #joomsport-container .jstable .jstable-row .jstable-cell {
  padding: 15px 10px;
  color: #404040; }

body[class*="single-jswprediction"].splashAmericanFootball #joomsport-container .jstable .jstable-row .jstable-cell a {
  color: #404040;
  font-size: 16px; }

body[class*="single-jswprediction"].splashAmericanFootball #joomsport-container .jstable .jstable-row .jstable-cell a:hover, body[class*="single-jswprediction"].splashAmericanFootball #joomsport-container .jstable .jstable-row .jstable-cell a:focus {
  color: #009bdc; }

body[class*="single-jswprediction"].splashAmericanFootball #joomsport-container .jstable .jstable-row:first-child .jstable-cell {
  background-color: #da9a29;
  color: #06083b; }

/*Widgets/shortcodes*/
.splashAmericanFootball #joomsport-container .jsmainscroll table td {
  background-color: transparent; }

.splashAmericanFootball #joomsport-container .jsmainscroll table td a {
  color: #06083b; }

.splashAmericanFootball #joomsport-container .jsmainscroll table td a:hover, .splashAmericanFootball widget #joomsport-container.jsDefaultContainer > .jsmainscroll table td a:focus {
  color: #009bdc; }

.splashAmericanFootball #joomsport-container .jsmainscroll img.img-thumbnail {
  max-width: 35px !important; }

.splashAmericanFootball #joomsport-container > .jsmainscroll .jsmatchdate, .splashAmericanFootball #joomsport-container > .jsmainscroll .jsmatchseason, .splashAmericanFootball #joomsport-container.jsDefaultContainer > .jsmainscroll .jsmatchdate, .splashAmericanFootball #joomsport-container.jsDefaultContainer > .jsmainscroll .jsmatchseason {
  background-color: #43445c;
  color: #fff; }

.splashAmericanFootball #joomsport-container .jsmainscroll .jsmatchdate {
  min-height: 34px; }

.splashAmericanFootball #joomsport-container .jsmainscroll .jsview1 .jsmatchcont, .splashAmericanFootball #joomsport-container.jsDefaultContainer .jsview1 li > .jsmatchcont {
  background-color: #f2f2f2;
  border: none; }

.splashAmericanFootball #joomsport-container .jsmainscroll table.jsMNS {
  min-height: 95px;
  margin-top: 10px; }

.splashAmericanFootball #joomsport-container.jsDefaultContainer .jsview1 li > .jsmatchcont {
  padding: 10px; }

.splashAmericanFootball #joomsport-container.jsDefaultContainer .jsview1 li > .jsmatchcont > div {
  margin: -10px -10px 0; }

.splashAmericanFootball #joomsport-container.jsDefaultContainer .jsmainscroll .jsview1 ul {
  text-align: center; }

.splashAmericanFootball #joomsport-container.jsDefaultContainer .jsmainscroll .jsview1 li {
  display: inline-block;
  max-width: 290px;
  padding: 5px; }

.splashAmericanFootball #joomsport-container.jsDefaultContainer .jsmainscroll .jsmatchseason {
  padding-top: 5px; }

.splashAmericanFootball #joomsport-container .jsmainscroll table.jsMNS .scoreScrMod > a {
  background-color: #999;
  min-width: 34px;
  font-weight: 700; }

.splashAmericanFootball #joomsport-container .jsmainscroll table.jsMNS .scoreScrMod > a:hover {
  background-color: #da9a29;
  color: #fff; }

.splashAmericanFootball #joomsport-container.jsSliderContainer .jsmainscroll > div {
  border: none;
  background: url(../images/tmp/box_img_2.jpg); }

.splashAmericanFootball #joomsport-container .jsmainscroll .jsview2 {
  background-color: #040526; }

.splashAmericanFootball #joomsport-container .jsmainscroll .jsview2 div.js_div_particName > a {
  color: #fff; }

.splashAmericanFootball #joomsport-container .jsmainscroll .jsview2 div.js_div_particName > a:hover {
  color: #009bdc; }

.splashAmericanFootball #joomsport-container.jsSliderContainer .jsmainscroll .jsview2 li {
  margin: 0; }

.splashAmericanFootball #joomsport-container.jsSliderContainer .jsmainscroll .jsview2 table {
  width: auto;
  margin: 0 20px; }

.splashAmericanFootball #joomsport-container .jsmainscroll .jsview2 table td {
  padding: 0; }

.splashAmericanFootball #joomsport-container .jsmainscroll .jsview2 table td.tdminwdt > div {
  font-size: 20px;
  font-weight: 400; }

.splashAmericanFootball #joomsport-container .jsmainscroll .jsview2 table tr td.tdminwdt {
  padding: 20px 0; }

.splashAmericanFootball #joomsport-container.jsSliderContainer .jsmainscroll .jsview2 table .jsmatchdate {
  margin: 0 -20px; }

.splashAmericanFootball #joomsport-container .jsmainscroll table .jsScoreDiv {
  min-width: 105px;
  margin: 0 15px;
  padding: 10px;
  font-size: 25px;
  background-color: #da9a29;
  color: #fff; }

.splashAmericanFootball #joomsport-container .jsmainscroll table .jsScoreDiv a {
  color: #fff !important; }

.splashAmericanFootball #joomsport-container.jsDefaultContainer > .jsmainscroll .jsview2 table tr, .splashAmericanFootball #joomsport-container.jsDefaultContainer .jsview1 li > .jsmatchcont {
  border: none; }

.splashAmericanFootball .widget #joomsport-container .jsmainscroll .jsview2 table {
  width: 100%;
  margin: 0;
  table-layout: fixed !important; }

.splashAmericanFootball .widget #joomsport-container .jsmainscroll .jsview2 table td.tdminwdt {
  padding: 10px 0; }

.splashAmericanFootball .widget #joomsport-container .jsmainscroll .jsview2 table td.tdminwdt > div {
  font-size: 14px; }

.splashAmericanFootball .widget #joomsport-container .jsmainscroll table .jsScoreDiv {
  min-width: auto;
  margin: 0;
  padding: 5px;
  border-radius: 0;
  font-size: 15px; }

.splashAmericanFootball .widget #joomsport-container .jsmainscroll table .jsScoreDiv a {
  font-weight: 700; }

.splashAmericanFootball .widget #joomsport-container .jsmainscroll li {
  margin: 0;
  border-bottom: none;
  padding: 0; }

.splashAmericanFootball .widget #joomsport-container.jsSliderContainer .jsmainscroll > div {
  background: #f2f2f2 !important; }

.splashAmericanFootball .widget #joomsport-container.jsSliderContainer .jsmainscroll .jsview1 table.jsMNS {
  margin-bottom: 5px; }

.splashAmericanFootball .widget #joomsport-container.jsDefaultContainer .jsmainscroll .jsview1 li {
  width: 100%;
  padding: 5px 0; }

.splashAmericanFootball .widget #joomsport-container.jsDefaultContainer .jsmainscroll .jsview1 table td.tdminwdt {
  min-width: 110px; }

.splashAmericanFootball .widget #joomsport-container .table-responsive .table > thead > tr > th, .splashAmericanFootball .widget #joomsport-container table.jstblevwid tbody > tr > th {
  padding: 10px 5px;
  font-size: 15px;
  line-height: 15px; }

.splashAmericanFootball .widget #joomsport-container .table-responsive .table > tbody > tr > td, .splashAmericanFootball .widget #joomsport-container table.jstblevwid tbody > tr > td {
  padding: 5px;
  font-size: 15px;
  border-bottom: none; }

/*Other*/
.splashAmericanFootball #joomsport-container .jsOverXdiv {
  margin-top: 20px; }

.splashAmericanFootball #joomsport-container table {
  margin-bottom: 0; }

.splashAmericanFootball > #wrapper {
  background-color: #fff; }

.splashAmericanFootball .ui-datepicker td {
  background: transparent;
  padding: 1px; }

/*_______BASEBALL THEME JOOMSPORT_______*/
body[class*="joomsport"].splashBaseball .stm-single-post .container .row .col-md-9 .stm-single-post-meta, body[class*="jsprt_achv"].splashBaseball .stm-single-post .container .row .col-md-9 .stm-single-post-meta, body[class*="jswprediction"].splashBaseball .stm-single-post .container .row .col-md-9 .stm-single-post-meta {
  display: none; }

body.splashBaseball #joomsport-container, body #joomsport-achv-container, .splashBaseball #joomsport-container .seasonTable {
  font-family: "Fira Sans Condensed"; }

body.splashBaseball #joomsport-container a {
  color: #e21e22; }

body.splashBaseball #joomsport-container a:hover, body.splashBaseball #joomsport-container a:focus {
  color: #a10a0d; }

/*Buttons*/
.splashBaseball #joomsport-container a.btn, .splashBaseball #joomsport-container .navbar-nav a.btn, .splashBaseball #joomsport-container button.btn, .splashBaseball #joomsport-achv-container a.btn, .splashBaseball #joomsport-achv-container .navbar-nav a.btn, .splashBaseball #joomsport-achv-container button.btn {
  border-radius: 0;
  color: #fff;
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0; }

.splashBaseball #joomsport-container a.btn:hover, .splashBaseball #joomsport-container .navbar-nav a.btn:hover, .splashBaseball #joomsport-container button.btn:hover, .splashBaseball #joomsport-achv-container a.btn:hover, .splashBaseball #joomsport-achv-container .navbar-nav a.btn:hover, .splashBaseball #joomsport-achv-container button.btn:hover {
  color: #262626;
  border-color: #e21e22; }

.splashBaseball #joomsport-container.jsSliderContainer > .jsmainscroll > button path {
  fill: #fff; }

.splashBaseball #joomsport-container.jsSliderContainer > .jsmainscroll > button:hover path, .splashBaseball #joomsport-container.jsSliderContainer > .jsmainscroll > button.disabled path {
  fill: #262626; }

.splashBaseball #joomsport-container.jsSliderContainer button[class^="js"] {
  border: 2px solid #e21e22;
  border-radius: 0; }

.splashBaseball #joomsport-container.jsSliderContainer button.disabled:before {
  background-color: transparent; }

/*Tabs*/
.splashBaseball #joomsport-container .tabs .nav-tabs > li > a {
  color: #595959; }

.splashBaseball #joomsport-container .page-content-js .nav-tabs > li > a:hover, .splashBaseball #joomsport-container .page-content-js .nav-tabs > li.active > a, .splashBaseball #joomsport-container .page-content-js .tabs .nav-tabs > li.active > a:hover, .splashBaseball #joomsport-container .page-content-js .tabs .nav-tabs > li.active > a:focus {
  color: #e21e22; }

.splashBaseball #joomsport-container .page-content-js .nav-tabs > li.active > a, .splashBaseball #joomsport-container .page-content-js .tabs .nav-tabs > li.active > a:hover, .splashBaseball #joomsport-container .page-content-js .tabs .nav-tabs > li.active > a:focus {
  border-bottom: 2px solid #e21e22; }

/*Pagination*/
.splashBaseball #joomsport-container ul.paginationJS > li > a, .splashBaseball #joomsport-container ul.paginationJS > li > span {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0; }

.splashBaseball #joomsport-container ul.paginationJS > li > a, .splashBaseball #joomsport-container ul.paginationJS > li > span, .splashBaseball #joomsport-container ul.paginationJS > li.active > a:hover {
  background-color: #f4f4f4;
  color: #262626; }

.splashBaseball #joomsport-container ul.paginationJS > li > a:hover, .splashBaseball #joomsport-container ul.paginationJS > li > span:hover {
  background-color: #e21e22;
  color: #fff; }

.splashBaseball #joomsport-container ul.paginationJS > li > a[aria-label="Previous"], .splashBaseball #joomsport-container ul.paginationJS > li > a[aria-label="Next"] {
  margin: 0 5px;
  font-size: 18px; }

/*Select box*/
.splashBaseball #joomsport-container select + .select2 > .selection > .select2-selection {
  height: 55px;
  border: 1px solid rgba(215, 215, 214, 0.7);
  outline: none !important;
  background: rgba(255, 255, 255, 0.7);
  color: #151515; }

/*Info-block*/
.splashBaseball #joomsport-container .tabs .extrafldcn, #joomsport-achv-container .page-content-js .well.extrafldcn {
  border: none;
  padding-top: 0;
  box-shadow: none; }

.splashBaseball #joomsport-container .tabs .extrafldcn .jstable-row:nth-child(2n-1), .splashBaseball #joomsport-achv-container .page-content-js .well.extrafldcn .jstable-row:nth-child(2n-1) {
  background-color: #f4f4f4; }

.splashBaseball #joomsport-container .tabs .extrafldcn .jstable-row .jstable-cell:last-child, .splashBaseball #joomsport-achv-container .page-content-js .well.extrafldcn .jstable-row .jstable-cell:last-child {
  min-width: 150px; }

/*Table*/
.splashBaseball #joomsport-container table, .splashBaseball #joomsport-achv-container table {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase; }

.splashBaseball #joomsport-container table tr > td, .splashBaseball #joomsport-achv-container table tr > td {
  border-top: none !important;
  color: #404040; }

.splashBaseball #joomsport-container .table-responsive .table > tbody > tr:nth-child(odd), .splashBaseball #joomsport-container table.jstblevwid tbody > tr:nth-child(odd), .splashBaseball #joomsport-container .table-responsive .jsBoxStatDIvFE tbody tr:nth-child(2n), .splashBaseball #joomsport-achv-container .table-responsive .table > tbody > tr:nth-of-type(odd) {
  background-color: #f4f4f4; }

.splashBaseball #joomsport-container .table-responsive .table > tbody > tr:nth-child(even), .splashBaseball #joomsport-container table.jstblevwid tbody > tr:nth-child(even), .splashBaseball #joomsport-container .table-responsive .jsBoxStatDIvFE tbody tr, .splashBaseball #joomsport-achv-container .table-responsive .table > tbody > tr {
  background-color: #fff; }

.splashBaseball #joomsport-container .table-responsive .table > thead > tr > th, .splashBaseball #joomsport-container table.jstblevwid tbody > tr > th, .splashBaseball #joomsport-container .jsBoxStatDIvFE > thead > tr > th, .splashBaseball #joomsport-container #stab_overview table.tblPosition thead > tr > th, .splashBaseball #joomsport-achv-container .table thead > tr > th, .splashBaseball #joomsport-container table.table tbody > tr > th {
  padding: 15px 10px;
  border: 0;
  background-color: #e21e22; }

.splashBaseball #joomsport-container .table-responsive .table > thead > tr > th, .splashBaseball #joomsport-container .table-responsive .table > thead > tr > th > *, .splashBaseball #joomsport-container table.jstblevwid tbody > tr > th, .splashBaseball #joomsport-container .jsBoxStatDIvFE > thead > tr > th, .splashBaseball #joomsport-container #stab_overview table.tblPosition thead > tr > th, .splashBaseball #joomsport-achv-container .table thead > tr > th > *, .splashBaseball #joomsport-container table.table tbody > tr > th {
  color: #fff; }

.splashBaseball #joomsport-container .jsBoxStatDIvFE > thead > tr:last-child > th {
  border-top: 1px solid #fff; }

.splashBaseball #joomsport-container .table-responsive .table td a, .splashBaseball #joomsport-container table.jstblevwid td a, .splashBaseball #joomsport-container .jsBoxStatDIvFE td a, .splashBaseball #joomsport-container #stab_overview table.tblPosition td a, .splashBaseball #joomsport-achv-container .table td a {
  color: #262626;
  font-weight: 600; }

.splashBaseball #joomsport-container .table-responsive .table td a:hover, .splashBaseball #joomsport-container table.jstblevwid td a:hover, .splashBaseball #joomsport-container #stab_overview table.tblPosition td a:hover, .splashBaseball #joomsport-achv-container .table td a:hover, .splashBaseball #joomsport-container .jsBoxStatDIvFE td a:hover, .splashBaseball #joomsport-container .table-responsive .table td a:focus, .splashBaseball #joomsport-container table.jstblevwid td a:focus, .splashBaseball #joomsport-container #stab_overview table.tblPosition td a:focus, .splashBaseball #joomsport-achv-container .table td a:focus, .splashBaseball #joomsport-container .jsBoxStatDIvFE td a:focus {
  color: #a10a0d; }

.splashBaseball #joomsport-container .jsBoxStatDIvFE tfoot tr td {
  color: #fff; }

/*Tables of team tabs*/
.splashBaseball #joomsport-container .tab-content #stab_overview table, .splashBaseball #joomsport-container .jsMatchDivMain.jstable {
  border-collapse: collapse;
  border-spacing: 0; }

.splashBaseball #joomsport-container .tab-content #stab_overview table tbody tr, .splashBaseball #joomsport-container .jsMatchDivMain.jstable .jstable-row {
  background-color: #ffffff; }

.splashBaseball #joomsport-container .tab-content #stab_overview table td, .splashBaseball #joomsport-container .jsMatchDivMain.jstable .jstable-row .jstable-cell {
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 10px; }

/*Squad*/
.splashBaseball #joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-row {
  background-color: #f4f4f4; }

.splashBaseball #joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-cell {
  border-bottom: 1px solid #d9d9d9;
  font-weight: normal; }

.splashBaseball #joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-cell a {
  color: #262626;
  font-weight: 700; }

.splashBaseball #joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-cell a:hover, .splashBaseball #joomsport-container #stab_squad .jsOverflowHidden .jstable .jstable-cell a:focus {
  color: #a10a0d;
  text-decoration: none; }

/*Calendar*/
.splashBaseball #joomsport-container .jsMatchDivMain .jsMatchDivTime > div {
  display: block;
  margin: 0 auto;
  padding: 10px;
  background-color: #e21e22;
  color: #fff;
  font-weight: 700; }

.splashBaseball #joomsport-container .jsMatchDivMain .jsMatchDivHome, .splashBaseball #joomsport-container .jsMatchDivMain .jsMatchDivAway {
  font-size: 18px;
  font-weight: 700; }

.splashBaseball #joomsport-container .jsMatchDivMain .jsMatchDivScore {
  width: 10%;
  font-size: 23px;
  color: #a10a0d; }

.splashBaseball #joomsport-container .jsMatchDivMain .jsMatchDivScore > div {
  min-width: 90px; }

.splashBaseball #joomsport-container .jsMatchDivMain .jsMatchDivHome a, .splashBaseball #joomsport-container .jsMatchDivMain .jsMatchDivAway a, .splashBaseball #joomsport-container .jsMatchDivMain .jsMatchDivVenue a {
  color: #262626; }

.splashBaseball #joomsport-container .jsMatchDivMain .jsMatchDivScore a {
  color: inherit; }

.splashBaseball #joomsport-container .jsMatchDivMain .jsMatchDivHome a:hover, .splashBaseball #joomsport-container .jsMatchDivMain .jsMatchDivHome a:focus, .splashBaseball #joomsport-container .jsMatchDivMain .jsMatchDivAway a:hover, .splashBaseball #joomsport-container .jsMatchDivMain .jsMatchDivAway a:focus, .splashBaseball #joomsport-container .jsMatchDivMain .jsMatchDivVenue a:hover, .splashBaseball #joomsport-container .jsMatchDivMain .jsMatchDivVenue a:focus {
  color: #e21e22;
  text-decoration: none; }

.splashBaseball #joomsport-container .jsMatchDivMain .jsMatchDivTime, .splashBaseball #joomsport-container .jsMatchDivMain .jsMatchDivVenue {
  width: 15%; }

.splashBaseball #joomsport-container .jsMatchDivMain .jsMatchDivHome, .splashBaseball #joomsport-container .jsMatchDivMain .jsMatchDivAway {
  width: 25%; }

.splashBaseball #joomsport-container .jsMatchDivMain .jsMatchDivHomeEmbl, .splashBaseball #joomsport-container .jsMatchDivMain .jsMatchDivAwayEmbl {
  width: 5%; }

.splashBaseball #joomsport-container .jsMatchDivMain .jsMatchDivVenue a {
  border-bottom: 1px solid #a10a0d; }

.splashBaseball #joomsport-container .overviewBlocks h3, .splashBaseball #joomsport-container #jsMatchViewID h3, .splashBaseball #joomsport-container .jsMatchDivMain .js-mdname .jsrow-matchday-name, .splashBaseball #joomsport-container #stab_statistic h3.jsCreerMatchStath3, .splashBaseball #joomsport-container #stab_statistic .jscenter > h3 {
  margin: 45px 0 10px;
  background-color: transparent;
  color: #151515;
  font-size: 24px !important;
  font-weight: bold;
  text-align: left;
  line-height: 1; }

#joomsport-container .jsMatchDivMain .js-mdname:first-child .jsrow-matchday-name, #joomsport-container .overviewBlocks:first-child h3, #joomsport-container #stab_statistic h3.jsCreerMatchStath3:first-child, #joomsport-container #stab_statistic .jscenter > h3 {
  margin-top: 0; }

.splashBaseball #joomsport-container #jsMatchViewID .jsMarginBottom30 {
  text-align: center;
  margin-bottom: 0; }

.splashBaseball #joomsport-container #jsMatchViewID .jsMarginBottom30 h3 {
  margin-bottom: 10px;
  border-bottom: 1px solid #151515; }

.splashBaseball #joomsport-container .jsMatchDivMain.jstable .js-mdname {
  height: 95px; }

.splashBaseball #joomsport-container .jsMatchDivMain .js-mdname:first-child {
  height: 50px; }

.splashBaseball #joomsport-container .jsMatchDivMain.jstable .js-mdname:first-child > div {
  margin-top: 0; }

/*Knockout*/
.splashBaseball #joomsport-container .drawBracketContainerBE .table td.even .player {
  color: #9e9e9e;
  background-color: #e8e8e8; }

.splashBaseball #joomsport-container .drawBracketContainerBE .player div.knockscore {
  background-color: #bdbdbd; }

.splashBaseball #joomsport-container .drawBracketContainerBE .player div.knockscore > a {
  background-color: #e21e22; }

.splashBaseball #joomsport-container .drawBracketContainerBE .player div.knockscore > a:hover {
  background-color: #a10a0d; }

.splashBaseball #joomsport-container .drawBracketContainerBE .knockbot.player {
  border: 1px solid #ccc !important; }

.splashBaseball #joomsport-container .drawBracketContainerBE .player .knockplName a {
  color: #262626; }

.splashBaseball #joomsport-container .drawBracketContainerBE .knockscore a {
  color: #fff !important; }

.splashBaseball #joomsport-container .drawBracketContainerBE .knIsHover {
  background-color: rgba(189, 189, 189, 0.55); }

.splashBaseball #joomsport-container .drawBracketContainerBE .knIsHover .js_div_particName > a {
  color: #a10a0d; }

/*Roster*/
.splashBaseball #joomsport-container .jsplayerCart a:hover .namePlayerCart .js_div_particName {
  color: #a10a0d; }

.splashBaseball #joomsport-container .namePlayerCart, .splashBaseball #joomsport-container .namePlayerCart > div {
  position: relative; }

.splashBaseball #joomsport-container .namePlayerCart {
  width: auto;
  min-height: auto;
  background-color: #3B3B3B;
  border-right: none; }

.splashBaseball #joomsport-container .namePlayerCart > div {
  left: 0;
  transform: rotate(0); }

.splashBaseball #joomsport-container .namePlayerCart .LeftnamePlayerCart > div {
  display: block;
  line-height: 1.4; }

.splashBaseball #joomsport-container .namePlayerCart .LeftnamePlayerCart > .PlayerCardPos {
  color: #bdbdbd; }

.splashBaseball #joomsport-container .namePlayerCart .LeftnamePlayerCart > .PlayerCardFIO, .splashBaseball #joomsport-container .namePlayerCart .PlayerCardPlNumber {
  font-size: 18px; }

.splashBaseball #joomsport-container .namePlayerCart .PlayerCardPlNumber {
  padding: 0 10px;
  background-color: #a10a0d; }

.splashBaseball #joomsport-container .namePlayerCart .PlayerCardPlNumber:before {
  content: "\e919";
  font-family: 'stm-splash-icons';
  line-height: normal;
  text-transform: none; }

/*Match page*/
.splashBaseball #joomsport-container #jsMatchViewID .jsMatchScore {
  display: table;
  width: 100%;
  margin-bottom: 50px;
  background: none;
  background-color: #3b3b3b; }

.splashBaseball #joomsport-container #jsMatchViewID .jsMatchScore > .heading {
  display: table-footer-group;
  padding: 7px 0;
  background-color: #262626;
  font-size: 13px;
  border-top: 2px solid #e21e22; }

.splashBaseball #joomsport-container #jsMatchViewID .jsMatchScore > .heading .matchdtime {
  text-align: right;
  color: #fff; }

.splashBaseball #joomsport-container #jsMatchViewID .jsMatchScore > .heading .matchdtime > i {
  font-size: 15px;
  padding-right: 10px; }

.splashBaseball #joomsport-container #jsMatchViewID .jsMatchScore > .heading .matchvenue {
  text-align: left;
  color: #a10a0d; }

.splashBaseball #joomsport-container #jsMatchViewID .jsMatchScore > .heading .matchvenue > i {
  font-size: 15px;
  padding-left: 10px; }

.splashBaseball #joomsport-container #jsMatchViewID .jsMatchScore > .jsmatchHeader {
  display: table-header-group;
  padding: 0;
  background-color: transparent; }

.splashBaseball #joomsport-container #jsMatchViewID .jsMatchScore > .jsmatchHeader > .jstable {
  margin-top: 15px; }

.splashBaseball #joomsport-container #jsMatchViewID .jsMatchScore > .jsmatchHeader .jsMatchPartName > a {
  font-size: 30px;
  font-weight: 700;
  color: #fff; }

.splashBaseball #joomsport-container #jsMatchViewID .jsMatchScore > .jsmatchHeader .jsDivCenter {
  padding-bottom: 15px;
  color: #a10a0d; }

.splashBaseball #joomsport-container #jsMatchViewID .jsMatchScore > .jsmatchHeader .jsScoreDivMap {
  font-size: 17px;
  text-shadow: none; }

.splashBaseball #joomsport-container #jsMatchViewID .jsmatchHeader > .jstable .mainScoreDiv {
  width: 26%; }

.splashBaseball #joomsport-container #jsMatchViewID .jsmatchHeader > .jstable .jsScoreDivM {
  position: relative; }

.splashBaseball #joomsport-container #jsMatchViewID .jsmatchHeader > .jstable .jsScoreDivM:after {
  content: ":";
  position: absolute;
  display: block;
  left: 46%;
  font-size: 55px;
  font-weight: bold;
  line-height: 70px; }

.splashBaseball #joomsport-container #jsMatchViewID .jsmatchHeader .jsScoreDivM > div {
  background: #a10a0d;
  font-weight: bold; }

.splashBaseball #joomsport-container #jsMatchViewID .tabs .jsTeamStat .jstable > .jsColTeamEvents .teamEventGraph > div.jsGray {
  background-color: #a10a0d; }

.splashBaseball #joomsport-container #jsMatchViewID .tabs .jsTeamStat .jstable > .jsColTeamEvents .teamEventGraph > div.jsRed {
  background-color: #e21e22; }

.splashBaseball #joomsport-container #jsMatchViewID .tabs .jsTeamStat .jstable > .jsColTeamEvents .teamEventGraph, .splashBaseball #joomsport-container #jsMatchViewID .tabs .jsTeamStat .jstable > .jsColTeamEvents .teamEventGraph > div {
  border-radius: 6px; }

.splashBaseball #joomsport-container .jsTblVerticalTimeLine {
  border-collapse: separate;
  border-spacing: 0 15px; }

.splashBaseball #joomsport-container .table-responsive .jsTblVerticalTimeLine.table > tbody > tr {
  background: white;
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(50%, #cccccc), color-stop(100%, white));
  background: linear-gradient(to right, white 0%, #cccccc 50%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1); }

.splashBaseball #joomsport-container .jsTblVerticalTimeLine.table td a {
  color: #262626; }

.splashBaseball #joomsport-container .jsTblVerticalTimeLine > tbody > tr > td.wphiddenjs {
  visibility: hidden; }

.splashBaseball #joomsport-container .jsTblVerticalTimeLine > tbody > tr > td.jstimeevent {
  position: relative;
  width: 5%;
  border: none;
  background-color: #3b3b3b !important;
  color: #fff; }

.splashBaseball #joomsport-container .jsTblVerticalTimeLine > tbody > tr > td.jstimeevent:after {
  content: '';
  position: absolute;
  bottom: -15px;
  height: 15px;
  left: 50%;
  border-left: 2px solid #4f575e; }

.splashBaseball #joomsport-container .jsTblVerticalTimeLine > tbody > tr:last-child > td.jstimeevent:after {
  display: none; }

/*JoomSport prediction*/
body[class*="single-jswprediction"].splashBaseball #joomsport-container .jstable {
  border-collapse: collapse;
  border-spacing: 0; }

body[class*="single-jswprediction"].splashBaseball #joomsport-container .jstable .jstable-row {
  background-color: #ffffff; }

body[class*="single-jswprediction"].splashBaseball #joomsport-container .jstable .jstable-row .jstable-cell {
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 10px; }

body[class*="single-jswprediction"].splashBaseball #joomsport-container .jstable .jstable-row .jstable-cell a {
  color: #262626;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase; }

body[class*="single-jswprediction"].splashBaseball #joomsport-container .jstable .jstable-row .jstable-cell a:hover, body[class*="single-jswprediction"] #joomsport-container .jstable .jstable-row .jstable-cell a:focus {
  color: #a10a0d;
  text-decoration: none; }

body[class*="single-jswprediction"].splashBaseball #joomsport-container .jstable .jstable-row:first-child {
  background-color: #e21e22;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold; }

body[class*="single-jswprediction"].splashBaseball #joomsport-container .jstable .jstable-row:first-child .jstable-cell {
  border: none; }

body[class*="single-jswprediction"].splashBaseball #joomsport-container .jspred_filterround > span {
  padding-left: 10px; }

body[class*="single-jswprediction"].splashBaseball #joomsport-container .jsp_prediction_score input {
  display: inline-block; }

body[class*="single-jswprediction"].splashBaseball #joomsport-container #jspRoundSave {
  background-color: #5cb85c !important; }

/*Widgets/shortcodes*/
.splashBaseball #joomsport-container .jsmainscroll table td a {
  color: #fff;
  text-decoration: none; }

.splashBaseball #joomsport-container .jsmainscroll table td .js_div_particName > a {
  font-size: 18px;
  font-weight: 700; }

.splashBaseball #joomsport-container .jsmainscroll table td a:hover, .widget #joomsport-container.jsDefaultContainer > .jsmainscroll table td a:focus {
  color: #e21e22; }

.splashBaseball #joomsport-container.jsDefaultContainer .jsmainscroll .jsmatchdate {
  border-bottom: 2px solid #e21e22; }

.splashBaseball #joomsport-container .jsmainscroll .jsmatchdate {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700; }

.splashBaseball #joomsport-container > .jsmainscroll table.jsMNS .scoreScrMod {
  margin-left: 5px;
  border: 0;
  border-radius: 0;
  padding: 0; }

.splashBaseball #joomsport-container > .jsmainscroll table.jsMNS .scoreScrMod > a {
  width: 100%;
  min-width: 35px;
  padding: 5px 10px;
  background-color: #e21e22;
  color: #fff; }

.splashBaseball #joomsport-container > .jsmainscroll table.jsMNS .scoreScrMod > a:hover {
  background-color: #a10a0d; }

.splashBaseball #joomsport-container.jsDefaultContainer > .jsmainscroll > div {
  background-color: transparent; }

.splashBaseball #joomsport-container.jsDefaultContainer > .jsmainscroll .jsmatchdate, #joomsport-container.jsDefaultContainer > .jsmainscroll .jsmatchseason {
  background-color: #262626; }

.splashBaseball #joomsport-container.jsDefaultContainer > .jsmainscroll .jsmatchseason {
  padding-top: 0;
  color: #a10a0d; }

.splashBaseball #joomsport-container.jsDefaultContainer > .jsmainscroll .jsview2 table tr, .splashBaseball #joomsport-container.jsDefaultContainer .jsview1 li > .jsmatchcont {
  border-bottom: none;
  background-color: #3b3b3b; }

.splashBaseball #joomsport-container.jsDefaultContainer > .jsmainscroll .jsview2 table tr:last-child {
  border-bottom: none; }

.splashBaseball #joomsport-container .jsmainscroll table .jsScoreDiv {
  line-height: 30px;
  margin: 0 15px;
  padding: 10px 5px;
  border-radius: 0;
  background-color: #999999;
  color: #fff;
  font-size: 25px; }

.splashBaseball #joomsport-container.jsSliderContainer .jsmainscroll table .jsScoreDiv {
  background-color: #a10a0d; }

.splashBaseball #joomsport-container .jsmainscroll table .jsScoreDiv > a {
  color: #fff !important; }

.splashBaseball #joomsport-container.jsSliderContainer .jsmainscroll li {
  margin: 3px 10px; }

.splashBaseball #joomsport-container.jsDefaultContainer > .jsmainscroll table td.jsvalignmdl {
  vertical-align: middle; }

.splashBaseball #joomsport-container .jsmainscroll .jsview2 table td.tdminwdt {
  padding: 25px 0; }

.splashBaseball #joomsport-container > .jsmainscroll .jsview1 table td.tdminwdt {
  padding: 10px 0; }

.splashBaseball #joomsport-container.jsSliderContainer > .jsmainscroll .jsview2 table {
  background-color: #f4f4f4; }

.splashBaseball #joomsport-container.jsSliderContainer > .jsmainscroll > div {
  border: none;
  background-color: transparent !important; }

.splashBaseball #joomsport-container.jsSliderContainer .jsmainscroll .jsmatchdate {
  min-height: 39px;
  background-color: #e21e22; }

.splashBaseball #joomsport-container.jsSliderContainer > .jsmainscroll .jsmatchseason {
  background-color: #e21e22;
  color: #fff;
  padding: 0 10px; }

.splashBaseball #joomsport-container.jsSliderContainer .jsview1 li > div {
  background-color: #f4f4f4; }

.splashBaseball #joomsport-container.jsSliderContainer .jsmainscroll table td a {
  color: #262626;
  text-decoration: none; }

.splashBaseball #joomsport-container.jsSliderContainer .jsmainscroll table .js_div_particName a:hover {
  color: #a10a0d; }

.splashBaseball #joomsport-container .jsview1 table td.tdminwdt {
  max-width: 128px; }

.splashBaseball #joomsport-container .jsview1 table td.tdminwdt > .js_div_particName {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.splashBaseball #joomsport-container .jsmainscroll .jsview2 table {
  table-layout: fixed !important; }

.splashBaseball .widget #joomsport-container.jsSliderContainer .jsmainscroll {
  padding-top: 0;
  padding-bottom: 35px; }

.splashBaseball .widget #joomsport-container.jsSliderContainer > .jsmainscroll > button[class^="js"] {
  bottom: 0;
  top: auto; }

.splashBaseball .widget_wpb_joomsport_standings #joomsport-container > .groups {
  font-size: 18px !important; }

.splashBaseball .widget #joomsport-container table {
  font-size: 15px; }

.splashBaseball .widget #joomsport-container .jsmainscroll li {
  margin: 0;
  border-bottom: none;
  padding: 0; }

.splashBaseball .widget #joomsport-container.jsDefaultContainer .jsmainscroll li {
  padding-bottom: 10px; }

.splashBaseball #joomsport-container.jsSliderContainer .jsmainscroll .jsview2 li, .splashBaseball #joomsport-container.jsSliderContainer .jsmainscroll .jsview1 li > div {
  border-bottom: 1px solid #d8d8d8; }

.splashBaseball .widget #joomsport-container .jsmainscroll .jsMNS {
  table-layout: fixed; }

.splashBaseball .widget #joomsport-container .jsmainscroll .jsview1 .tdminembl {
  width: 55px;
  padding: 7px 5px;
  padding-right: 0; }

.splashBaseball .widget #joomsport-container .jsmainscroll .jsview1 .tdminembl .img-thumbnail {
  max-width: 45px !important; }

.splashBaseball .widget #joomsport-container .jsmainscroll .jsview1 table td:last-child {
  width: 45px; }

.splashBaseball .widget #joomsport-container .jsmainscroll .jsview1 table .scoreScrMod {
  margin-right: 5px; }

.splashBaseball .widget #joomsport-container .jsview1 table .scoreScrMod > a, .splashBaseball .widget #joomsport-container .jsmainscroll table .jsScoreDiv > a {
  font-weight: bold; }

.splashBaseball .widget #joomsport-container .jsview2 table td.tdminwdt {
  padding: 7px 5px; }

.splashBaseball .widget #joomsport-container .jsview2 table td.jstdhometeam {
  direction: ltr; }

.splashBaseball .widget #joomsport-container .jsmainscroll table .jsScoreDiv {
  min-width: 70px;
  margin: 0;
  line-height: 20px;
  font-size: 18px; }

.splashBaseball .widget #joomsport-container .jsmainscroll table td .js_div_particName {
  white-space: nowrap; }

.splashBaseball .widget #joomsport-container .jsmainscroll table td .js_div_particName > a {
  font-size: 16px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle; }

.splashBaseball .widget #joomsport-container .jsmainscroll .jsview2 .js_div_particName > a {
  display: inline-block;
  max-width: 61px; }

@media (max-width: 992px) {
  .splashAmericanFootball #joomsport-container.jsSliderContainer .jsmainscroll .jsview2 table {
    width: 100%;
    margin: 0; }
  .splashAmericanFootball #joomsport-container #jsMatchViewID .jsmatchHeader .jstable-row > div {
    display: block;
    width: 250px;
    margin: 0 auto; }
  .splashAmericanFootball #joomsport-container #jsMatchViewID .jsmatchHeader .jstable-row > .mainScoreDiv {
    padding: 0;
    margin: 10px auto; }
  .splashAmericanFootball #joomsport-container #jsMatchViewID .jsmatchHeader .jsScoreDivM {
    height: 100%; }
  .splashAmericanFootball #joomsport-container #jsMatchViewID .jsmatchHeader .jsScoreDivM > div {
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    color: inherit; }
  .splashAmericanFootball #joomsport-container #jsMatchViewID .jsmatchHeader .jsScoreDivM > div:after, .splashAmericanFootball #joomsport-container #jsMatchViewID .jsmatchHeader .jsMatchPartName:after {
    display: none; }
  .splashAmericanFootball #joomsport-container #jsMatchViewID .jsMatchScore > .heading > div {
    display: inline-block;
    width: 45%;
    padding: 0 5px; }
  .splashAmericanFootball #joomsport-container #jsMatchViewID .jsMatchScore > .heading > .jsTextAlignCenter {
    width: 10%; } }

@media (max-width: 768px) {
  .splashSoccer #joomsport-container #jsMatchViewID .jsmatchHeader .jstable-row > div {
    display: block;
    width: 250px;
    margin: 0 auto;
    text-align: center !important; }
  .splashSoccer #joomsport-container #jsMatchViewID .jsmatchHeader .jstable-row > .mainScoreDiv {
    padding: 0;
    margin: 10px auto; }
  .splashSoccer #joomsport-container #jsMatchViewID .jsmatchHeader .jsScoreDivM {
    height: 100%; }
  .splashSoccer #joomsport-container #jsMatchViewID .jsmatchHeader .jsScoreDivM > div {
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    color: inherit; }
  .splashSoccer #joomsport-container #jsMatchViewID .jsmatchHeader .jsScoreDivM > .BigMScore2 {
    background-color: #595959; }
  .splashSoccer #joomsport-container #jsMatchViewID .jsmatchHeader .jsScoreDivM > div:after, .splashSoccer #joomsport-container #jsMatchViewID .jsmatchHeader .jsMatchPartName:after {
    display: none; }
  .splashSoccer #joomsport-container #jsMatchViewID .jsMatchScore > .heading > div {
    display: inline-block;
    width: 45%;
    padding: 0 5px; }
  .splashSoccer #joomsport-container #jsMatchViewID .jsMatchScore > .heading > .jsTextAlignCenter {
    width: 10%; }
  .splashSoccer #joomsport-container.jsSliderContainer .jsmainscroll .jsview2 li {
    margin: 0; }
  .splashSoccer #joomsport-container.jsSliderContainer .jsmainscroll .jsview2 .jsmatchdate {
    border-bottom: 3px solid #ff9500;
    margin-bottom: 10px; }
  .splashSoccer #joomsport-container.jsSliderContainer .jsmainscroll .jsview2 .jsmatchseason, .splashSoccer #joomsport-container.jsSliderContainer .jsmainscroll .jsview2 .jsmatchdate {
    background-color: #252b32; }
  .splashAmericanFootball #joomsport-container .jsmainscroll .jsmatchdate {
    font-weight: 400; }
  .splashAmericanFootball #joomsport-container .jsmainscroll .jsview2 table tr td.tdminwdt {
    padding: 7px 0; } }

@media (max-width: 568px) {
  .splashAmericanFootball #joomsport-container .jsmainscroll .jsview2 table tr td.tdminwdt {
    margin: 7px auto;
    padding: 0; }
  .splashBaseball #joomsport-container .jsmainscroll .jsview2 table tr td.tdminwdt {
    margin: 10px auto;
    padding: 0; } }

/*module color schemes*/
/*stm latest news most styles*/
.stm_latest_news_most_styles h4 {
  border-bottom: 1px solid #e21e22; }
  .stm_latest_news_most_styles h4:after {
    background: #e21e22; }

.stm_latest_news_most_styles .stm-news-with_image .wrap, .stm_latest_news_most_styles .stm-news-mixed_image .wrap {
  border-top: 1px solid #d8d8d8; }
  .stm_latest_news_most_styles .stm-news-with_image .wrap .img .categ ul li a, .stm_latest_news_most_styles .stm-news-mixed_image .wrap .img .categ ul li a {
    color: #fff !important; }
  .stm_latest_news_most_styles .stm-news-with_image .wrap .meta .meta-middle a, .stm_latest_news_most_styles .stm-news-mixed_image .wrap .meta .meta-middle a {
    color: #222222; }
  .stm_latest_news_most_styles .stm-news-with_image .wrap .meta .meta-bottom .date, .stm_latest_news_most_styles .stm-news-mixed_image .wrap .meta .meta-bottom .date {
    color: #999999; }
  .stm_latest_news_most_styles .stm-news-with_image .wrap:hover .meta .meta-middle a, .stm_latest_news_most_styles .stm-news-mixed_image .wrap:hover .meta .meta-middle a {
    color: #e21e22; }

.stm_latest_news_most_styles .stm-news-with_image .row-content .latest-news-loop-with-img .wrap .meta .meta-top .categ ul li a, .stm_latest_news_most_styles .stm-news-mixed_image .row-content .latest-news-loop-with-img .wrap .meta .meta-top .categ ul li a {
  color: #fff !important; }

.stm_latest_news_most_styles .stm-news-with_image .row-content .latest-news-loop-with-img .wrap .meta .meta-middle a, .stm_latest_news_most_styles .stm-news-mixed_image .row-content .latest-news-loop-with-img .wrap .meta .meta-middle a {
  color: #222222; }

.stm_latest_news_most_styles .stm-news-with_image .row-content .latest-news-loop-with-img .wrap:hover .meta .meta-middle a, .stm_latest_news_most_styles .stm-news-mixed_image .row-content .latest-news-loop-with-img .wrap:hover .meta .meta-middle a {
  color: #e21e22; }

.stm_latest_news_most_styles .stm-news-without_image.columns-2 .no-img .latest-news-loop .meta, .stm_latest_news_most_styles .stm-news-mixed_image.columns-2 .no-img .latest-news-loop .meta {
  border-bottom: 1px solid #d8d8d8; }

.stm_latest_news_most_styles .stm-news-without_image .no-img .latest-news-loop .meta .meta-top .categ ul li a, .stm_latest_news_most_styles .stm-news-mixed_image .no-img .latest-news-loop .meta .meta-top .categ ul li a {
  color: #fff !important; }

.stm_latest_news_most_styles .stm-news-without_image .no-img .latest-news-loop .meta .meta-middle a .title, .stm_latest_news_most_styles .stm-news-mixed_image .no-img .latest-news-loop .meta .meta-middle a .title {
  color: #222222 !important; }

.stm_latest_news_most_styles .stm-news-without_image .no-img .latest-news-loop .meta .meta-middle a:hover .title, .stm_latest_news_most_styles .stm-news-mixed_image .no-img .latest-news-loop .meta .meta-middle a:hover .title {
  color: #e21e22 !important; }

.stm_latest_news_most_styles .stm-news-grid .row > div .column-content .latest-news-loop-with-img .wrap {
  border-top: 1px solid #d8d8d8; }
  .stm_latest_news_most_styles .stm-news-grid .row > div .column-content .latest-news-loop-with-img .wrap .img .categ ul li a {
    color: #fff !important; }
  .stm_latest_news_most_styles .stm-news-grid .row > div .column-content .latest-news-loop-with-img .wrap .meta .meta-middle a {
    color: #000000 !important; }
  .stm_latest_news_most_styles .stm-news-grid .row > div .column-content .latest-news-loop-with-img .wrap .meta .meta-bottom .date {
    font-size: 13px; }
  .stm_latest_news_most_styles .stm-news-grid .row > div .column-content .latest-news-loop-with-img .wrap:hover .meta .meta-middle a {
    color: #e21e22 !important; }

.stm_latest_news_most_styles .load-more-btn-wrap {
  border-top: 1px solid #bfbfbf; }
  .stm_latest_news_most_styles .load-more-btn-wrap a {
    border: 2px solid #bfbfbf; }
    .stm_latest_news_most_styles .load-more-btn-wrap a:hover {
      color: #e21e22 !important;
      border-color: #e21e22; }
    .stm_latest_news_most_styles .load-more-btn-wrap a:before {
      color: #e21e22; }

.stm_latest_news_most_styles .simple-list .meta a {
  color: #222222; }

@media (max-width: 900px) {
  .stm_latest_news_most_styles .stm-news-grid .row > div.col-sm-6:nth-child(3) .column-content .latest-news-loop-with-img .wrap {
    border-top: 1px solid #d8d8d8 !important; } }

@media (max-width: 415px) {
  .stm_latest_news_most_styles .stm-news-grid .row > div.col-xs-12:nth-child(3) .column-content .latest-news-loop-with-img .wrap {
    border-top: 1px solid #d8d8d8 !important; } }

/*stm latest news most styles*/
/*stm player of the month*/
.stm_player_month a:hover {
  color: #e21e22; }

.stm_player_month a .player-info .title {
  background: #00bfe6;
  color: #fff !important; }

.stm_player_month a .player-info .player-name {
  color: #fff !important; }

.stm_player_month a .player-info .player-stat li .stat-label {
  color: #fff !important; }

.stm_player_month a .player-info .player-stat li .stat-data {
  color: #fff !important; }

/*stm player of the month*/
/*stm league table with ajax*/
.stm-league-wrap .stm-single-league-title_box h4 a {
  border: 1px solid #cccccc;
  color: #808080; }
  .stm-league-wrap .stm-single-league-title_box h4 a:hover {
    color: #e21e22; }

.stm-league-wrap .select-league-wrap .select-label {
  color: #595959; }

.stm-league-wrap .select-league-wrap .select2-container--default .select2-selection--single {
  border: 1px solid #d7d6d6; }
  .stm-league-wrap .select-league-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    color: #595959; }

.stm-league-wrap table.sp-league-table tr:nth-child(even) td, .stm-league-wrap table.sp-league-table tr:nth-child(odd) td {
  background-color: #fff !important; }

.stm-league-wrap table.sp-league-table th {
  background: #808080;
  color: #fff !important;
  font-weight: 600; }

.stm-league-wrap table.sp-league-table td {
  border-color: #e1e1e1; }
  .stm-league-wrap table.sp-league-table td.data-rank {
    color: rgba(128, 128, 128, 0.75); }
  .stm-league-wrap table.sp-league-table td.data-name a:hover {
    color: #000000 !important; }

/*stm league table with ajax*/
/*stm results table ajax*/
.stm-events-wrap .stm-single-events-title_box h4 a {
  border: 1px solid #cccccc;
  color: #808080 !important; }
  .stm-events-wrap .stm-single-events-title_box h4 a:hover {
    color: #e21e22; }

.stm-events-wrap .select-events-wrap .select-label {
  color: #595959; }

.stm-events-wrap .select-events-wrap .select2-container--default .select2-selection--single {
  border: 1px solid #d7d6d6; }
  .stm-events-wrap .select-events-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    color: #595959; }

.stm-events-wrap .stm-events-result-units .stm-latest-results-meta {
  background: #808080; }
  .stm-events-wrap .stm-events-result-units .stm-latest-results-meta .date {
    color: #fff; }

.stm-events-wrap .stm-events-result-units a .stm-latest-results-info {
  border-bottom: 1px solid #cccccc; }
  .stm-events-wrap .stm-events-result-units a .stm-latest-results-info .stm-latest-result-team {
    color: #000000; }
  .stm-events-wrap .stm-events-result-units a .stm-latest-results-info .stm-latest-results-points {
    background: #f3f3ef;
    color: #000000; }
    .stm-events-wrap .stm-events-result-units a .stm-latest-results-info .stm-latest-results-points .stm-latest-result-win {
      border-bottom: 2px solid #44cc00; }

/*stm results table ajax*/
/*stm posts carousel*/
.stm-posts-list-wrapper .carousel-wrap .stm-post-carousel-control-prev,
.stm-posts-list-wrapper .carousel-wrap .stm-post-carousel-control-next {
  background: #000000; }
  .stm-posts-list-wrapper .carousel-wrap .stm-post-carousel-control-prev:hover,
  .stm-posts-list-wrapper .carousel-wrap .stm-post-carousel-control-next:hover {
    background: #e21e22; }
  .stm-posts-list-wrapper .carousel-wrap .stm-post-carousel-control-prev i,
  .stm-posts-list-wrapper .carousel-wrap .stm-post-carousel-control-next i {
    color: #fff; }

.stm-posts-list-wrapper .carousel-wrap .stm-posts ul {
  margin: 0;
  padding: 0; }
  .stm-posts-list-wrapper .carousel-wrap .stm-posts ul li .meta .meta-top .categ ul li a {
    color: #fff !important; }
  .stm-posts-list-wrapper .carousel-wrap .stm-posts ul li .meta .meta-middle {
    font-style: italic;
    color: #fff !important;
    font-weight: 700; }
    .stm-posts-list-wrapper .carousel-wrap .stm-posts ul li .meta .meta-middle a {
      color: #fff; }
      .stm-posts-list-wrapper .carousel-wrap .stm-posts ul li .meta .meta-middle a:hover {
        color: #fff; }
  .stm-posts-list-wrapper .carousel-wrap .stm-posts ul li .meta .meta-bottom .date {
    color: #fff !important; }

/*stm posts carousel*/
/*stm video posts carousel*/
.stm-video-posts-list-wrapper .carousel-wrap .stm-posts ul .video-post-carousel-wrap .title {
  color: #000000 !important; }

.stm-video-posts-list-wrapper .carousel-wrap .stm-posts ul .video-post-carousel-wrap .img .video-btn {
  background: rgba(255, 255, 255, 0.75); }
  .stm-video-posts-list-wrapper .carousel-wrap .stm-posts ul .video-post-carousel-wrap .img .video-btn:before {
    border-left: 20px solid rgba(240, 0, 40, 0.75); }

.stm-video-posts-list-wrapper .carousel-wrap .stm-posts ul .video-post-carousel-wrap .img .categ ul li a {
  color: #fff !important; }

.stm-video-posts-list-wrapper .carousel-wrap .nav-wrap .stm-post-video-carousel-control-prev,
.stm-video-posts-list-wrapper .carousel-wrap .nav-wrap .stm-post-video-carousel-control-next {
  color: #000000; }
  .stm-video-posts-list-wrapper .carousel-wrap .nav-wrap .stm-post-video-carousel-control-prev i,
  .stm-video-posts-list-wrapper .carousel-wrap .nav-wrap .stm-post-video-carousel-control-next i {
    color: #7f7f7f; }

/*stm video posts carousel*/
/*stm video posts list*/
.stm_video_posts_list .big-img-wrap .title {
  color: #000000 !important; }

.stm_video_posts_list .big-img-wrap .img .video-btn {
  background: rgba(255, 255, 255, 0.75); }
  .stm_video_posts_list .big-img-wrap .img .video-btn:before {
    border-left: 20px solid rgba(240, 0, 40, 0.75); }
  .stm_video_posts_list .big-img-wrap .img .video-btn:hover {
    background: #fff; }
    .stm_video_posts_list .big-img-wrap .img .video-btn:hover:before {
      border-left-color: #f00028; }

.stm_video_posts_list .big-img-wrap .img .categ ul li a {
  color: #ffffff !important; }

.stm_video_posts_list .latest-news-loop-with-img:last-child .wrap {
  border-bottom: 0; }

.stm_video_posts_list .latest-news-loop-with-img .wrap {
  border-bottom: 1px solid #d8d8d8; }
  .stm_video_posts_list .latest-news-loop-with-img .wrap:hover .meta .meta-middle a {
    color: #e21e22; }
  .stm_video_posts_list .latest-news-loop-with-img .wrap .img .video-btn {
    background: rgba(255, 255, 255, 0.75); }
    .stm_video_posts_list .latest-news-loop-with-img .wrap .img .video-btn:before {
      border-left: 10px solid rgba(240, 0, 40, 0.75); }
  .stm_video_posts_list .latest-news-loop-with-img .wrap .meta .meta-middle a {
    color: #000000; }

/*stm video posts list*/
/*=====================================        STM BLOCKQUOTE         =======================================*/
.stm-block-quote-wrapper.style_1 {
  background: #f0f0f0; }
  .stm-block-quote-wrapper.style_1 .stm-block-quote-icon:before {
    background: #d8d8d8; }
  .stm-block-quote-wrapper.style_1 .stm-block-quote-icon:after {
    background: #d8d8d8; }
  .stm-block-quote-wrapper.style_1 .stm-block-quote-icon i:before {
    color: #d8d8d8; }
  .stm-block-quote-wrapper.style_1 .stm-block-quote {
    color: #404040; }

.stm-block-quote-wrapper.style_2 .stm-block-quote {
  border-left: 5px solid #00aaff;
  color: #868686; }

.stm-block-quote-wrapper.style_3 .stm-block-quote-icon i:before {
  color: #00bfe6; }

/*=====================================        STM BLOCKQUOTE         =======================================*/
