@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

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

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

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

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

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

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

.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 #81b441;
    text-decoration: none !important;
    outline: none !important;
}

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: #81b441;
    z-index: -1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

input[type="submit"]:hover,
button:hover,
.button:hover {
    color: #81b441;
    border-color: #81b441;
}

input[type="submit"]:hover:active,
button:hover:active,
.button:hover:active {
    color: #81b441 !important;
    border-color: #81b441;
}

input[type="submit"]:hover:before,
button:hover:before,
.button:hover:before {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
}

input[type="submit"].btn-style-2,
button.btn-style-2,
.button.btn-style-2 {
    border-color: #000;
}

input[type="submit"].btn-style-2:before,
button.btn-style-2:before,
.button.btn-style-2:before {
    background-color: #000;
}

input[type="submit"].btn-style-2:hover,
button.btn-style-2:hover,
.button.btn-style-2:hover {
    color: #000;
}

input[type="submit"].btn-style-2:hover:active,
button.btn-style-2:hover:active,
.button.btn-style-2:hover:active {
    color: #000 !important;
    border-color: #000;
}

input[type="submit"].btn-style-3,
button.btn-style-3,
.button.btn-style-3 {
    border-color: #595959;
}

input[type="submit"].btn-style-3:before,
button.btn-style-3:before,
.button.btn-style-3:before {
    background-color: #595959;
}

input[type="submit"].btn-style-3:hover,
button.btn-style-3:hover,
.button.btn-style-3:hover {
    color: #595959;
}

input[type="submit"].btn-style-3:hover:active,
button.btn-style-3:hover:active,
.button.btn-style-3:hover:active {
    color: #595959 !important;
    border-color: #595959;
}

input[type="submit"].btn-style-4,
button.btn-style-4,
.button.btn-style-4 {
    border-color: #fff;
}

input[type="submit"].btn-style-4:before,
button.btn-style-4:before,
.button.btn-style-4:before {
    background-color: #fff;
}

input[type="submit"].btn-style-4:hover,
button.btn-style-4:hover,
.button.btn-style-4:hover {
    color: #fff;
}

input[type="submit"].btn-style-4:hover:active,
button.btn-style-4:hover:active,
.button.btn-style-4:hover:active {
    color: #fff !important;
    border-color: #fff;
}

input[type="submit"].btn-secondary,
button.btn-secondary,
.button.btn-secondary {
    color: #81b441;
}

input[type="submit"].btn-secondary:before,
button.btn-secondary:before,
.button.btn-secondary:before {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
}

input[type="submit"].btn-secondary:hover,
button.btn-secondary:hover,
.button.btn-secondary:hover {
    color: #fff;
}

input[type="submit"].btn-secondary:hover:before,
button.btn-secondary:hover:before,
.button.btn-secondary:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

input[type="submit"].btn-secondary:hover:active,
button.btn-secondary:hover:active,
.button.btn-secondary:hover:active {
    color: #fff !important;
}

input[type="submit"].btn-secondary.btn-style-2,
button.btn-secondary.btn-style-2,
.button.btn-secondary.btn-style-2 {
    color: #000;
}

input[type="submit"].btn-secondary.btn-style-2:before,
button.btn-secondary.btn-style-2:before,
.button.btn-secondary.btn-style-2:before {
    background: #000;
}

input[type="submit"].btn-secondary.btn-style-2:hover,
button.btn-secondary.btn-style-2:hover,
.button.btn-secondary.btn-style-2:hover {
    color: #fff;
}

input[type="submit"].btn-secondary.btn-style-2:hover:active,
button.btn-secondary.btn-style-2:hover:active,
.button.btn-secondary.btn-style-2:hover:active {
    color: #fff !important;
}

input[type="submit"].btn-secondary.btn-style-3,
button.btn-secondary.btn-style-3,
.button.btn-secondary.btn-style-3 {
    color: #595959;
}

input[type="submit"].btn-secondary.btn-style-3:before,
button.btn-secondary.btn-style-3:before,
.button.btn-secondary.btn-style-3:before {
    background: #595959;
}

input[type="submit"].btn-secondary.btn-style-3:hover,
button.btn-secondary.btn-style-3:hover,
.button.btn-secondary.btn-style-3:hover {
    color: #fff;
}

input[type="submit"].btn-secondary.btn-style-3:hover:active,
button.btn-secondary.btn-style-3:hover:active,
.button.btn-secondary.btn-style-3:hover:active {
    color: #fff !important;
}

input[type="submit"].btn-secondary.btn-style-4,
button.btn-secondary.btn-style-4,
.button.btn-secondary.btn-style-4 {
    color: #fff;
}

input[type="submit"].btn-secondary.btn-style-4:before,
button.btn-secondary.btn-style-4:before,
.button.btn-secondary.btn-style-4:before {
    background: #fff;
}

input[type="submit"].btn-secondary.btn-style-4:hover,
button.btn-secondary.btn-style-4:hover,
.button.btn-secondary.btn-style-4:hover {
    color: #81b441;
}

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: #81b441 !important;
}

input[type="submit"][disabled],
button[disabled],
.button[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

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

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

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: 47px;
}

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

a {
    color: #009bdc;
    outline: none !important;
}

a:hover {
    color: #009bdc;
    text-decoration: underline 
}

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

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

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

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

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

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

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

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

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

ul {
    padding: 0;
    margin-bottom: 20px;
    
}

.downloadpdf ul li{
    position: relative;
    padding-left: 20px;
    line-height: 54px;
    color: #fff;
	background: #000;
    list-style: none;
}

ul li:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 11px;
    width: 3px;
    height: 3px;
    background-color: #81b441;
}

ul li a {
    display: inline-block;
}

ul.stm-list-icon li {
    padding-left: 25px;
}

ul.stm-list-icon li:before {
    display: none;
}

ul.stm-list-icon li > .fa {
    position: absolute;
    color: #81b441;
    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: #81b441;
    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 #81b441;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #151515;
    letter-spacing: 0.3px;
}

blockquote p {
    font-weight: 500;
}

blockquote.style_2 {
    position: relative;
    padding-left: 78px;
    border: none;
    font-weight: 500;
}

blockquote.style_2:before {
    position: absolute;
    content: '';
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    top: -9px;
    color: #81b441;
    font-size: 45px;
    content: "\f10d";
}

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

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

table {
    width: 100%;
}

table thead {
    background-color: #81b441;
    color: #fff;
}

table thead tr th {
    padding: 13px 7px;
}

table thead tr th.data-rank {
    text-align: left;
    padding-left: 20px !important;
}

table thead tr th.data-pct {
    text-align: center;
}

table tbody tr.odd {
    background-color: #e8e8e8 !important;
}

table tbody tr.even {
    background-color: #fff;
}

table tbody tr td {
    padding: 13px 5px;
    border-bottom: 1px solid #d8d8d8;
}

table tbody tr td.data-rank {
    text-align: left;
    padding-left: 20px !important;
}

table tbody tr td.data-name {
    padding-left: 5px;
    color: #535353;
    font-weight: 700;
}

table tbody tr td.data-pct {
    text-align: center;
}

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

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

.myaccount_user {
    padding-right: 30%;
}

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

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

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

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

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

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

.modal-header {
    padding: 20px 50px 20px 30px;
    background-color: #81b441;
    color: #fff;
    border: 1px solid #81b441;
    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: #81b441 !important;
}

.modal-header .close .fa {
    vertical-align: top;
    font-size: 18px;
    text-shadow: none;
    color: #fff;
}

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

.stm-red {
    color: #d4ae47 !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: #DAA520 !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: #81b441;
}

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

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

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

#main {
    padding-bottom: 100px;
}
/*.page-id-1822 #main{padding-bottom: 0 !important}*/


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

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

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

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

#stm-top-bar .stm-menu-toggle-baseball.opened span {
    background: #000000;
}

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

#stm-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;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 0.3s 0s, transform 0.3s 0.3s;
    -webkit-transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
    transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
    transition: top 0.3s 0s, transform 0.3s 0.3s;
    transition: top 0.3s 0s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

#stm-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: #81b441;
}

#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;
	position: absolute;
    width: 90%;
}

#stm-top-bar .stm-top-ticker-holder .stm-ticker-title {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    margin-right: 15px;
    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;
	text-align: 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: #81b441;
    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: #81b441;
    border-color: #81b441;
}

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

ul.page-numbers li a .fa-chevron-right,
ul.page-numbers li span .fa-chevron-right {
    text-indent: 3px;
}

.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 {
    position: relative;
    z-index: 9999;
}

.header_1 .stm-header .stm-main-menu,
.header_2 .stm-header .stm-main-menu,
.header_3 .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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    background-color: #81b441;
}

.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 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    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 {
    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 {
    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 {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #81b441;
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.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 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    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 {
    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 {
    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 {
    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 {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #81b441;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.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 {
    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 {
    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 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    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 {
    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 {
    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 {
    color: #fff;
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -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: #81b441;
}

.navxtBreads > span:first-child {
    margin-left: 0;
}

.navxtBreads > span:last-child {
    margin-right: 0;
}

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

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

.stm-demo-typography .wpb_content_element {
    margin-bottom: 50px !important;
}

.stm-demo-typography .wpb_content_element .wpb_wrapper {
    position: relative;
    padding-left: 100px;
}

.stm-demo-typography .wpb_content_element .wpb_wrapper h1 .stm-red {
    top: -5px;
}

.stm-demo-typography .wpb_content_element .wpb_wrapper h2 .stm-red {
    top: 1px;
}

.stm-demo-typography .wpb_content_element .wpb_wrapper h3 .stm-red {
    top: 2px;
}

.stm-demo-typography .wpb_content_element .wpb_wrapper h4 .stm-red {
    top: 5px;
}

.stm-demo-typography .wpb_content_element .wpb_wrapper h5 .stm-red {
    top: 8px;
}

.stm-demo-typography .wpb_content_element .wpb_wrapper h6 .stm-red {
    top: 12px;
}

.stm-demo-typography .wpb_content_element .wpb_wrapper .stm-red {
    left: 0;
    top: 0;
    position: absolute;
    font-size: 36px;
}

body .vc_progress_bar .vc_single_bar {
    height: 35px;
    margin-bottom: 30px;
    border-radius: 16px;
}

body .vc_progress_bar .vc_single_bar .vc_bar {
    border-radius: 16px;
}

body .vc_progress_bar .vc_single_bar .vc_bar small {
    position: absolute;
    right: 10px;
    top: 6px;
    color: #fff;
}

body .vc_progress_bar .vc_single_bar.vc_progress-bar-color-bar_red {
    background-color: #f1b6b7;
}

body .vc_progress_bar .vc_single_bar.vc_progress-bar-color-bar_red .vc_bar {
    background-color: #81b441;
}

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

.rev_slider {
    background-color: #000;
}

.rev_slider .tp-mask-wrap .tp-caption 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: #81b441;
}

.tparrows.hades:hover:before {
    background-color: #81b441;
    color: #fff;
}

.tparrows.hades .tp-arr-allwrapper {
    width: 80px !important;
    height: 80px !important;
}

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

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

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

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

.tp-caption .button.btn-md {
    padding-right: 49px;
    padding-left: 49px;
}

.tp-caption .button.btn-md:hover {
    color: #fff !important;
}

#stm-footer-bottom {
    padding: 22px 0 28px;
    background-color: #1a1a1a;
    color: #fff;
}

#stm-footer-bottom .h6,
#stm-footer-bottom a {
    color: #fff;
}

#stm-footer-bottom .footer-bottom-left {
    float: left;
    text-align: center;
    width: 100%;
}

#stm-footer-bottom .footer-bottom-left .footer-bottom-left-text {
    margin-top: 6px;
    font-weight: bold;
    font-size: 14px;
    word-spacing: 1.6px;
    letter-spacing: -0.2px;
	text-align: center;
}

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

.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%;*/
    width: 33.33%;
    margin-bottom: 30px;
}

.footer-widgets-wrapper .stm-cols-4 aside:nth-child(4n+1) {
    clear: both;
}

.footer-widgets-wrapper .stm-cols-4 aside .widget-wrapper {
    padding: 0 15px;
}

.footer-widgets-wrapper .textwidget {
    font-size: 14px;
	    font-weight: 400;
}

.footer-widgets-wrapper .textwidget a:hover {
    text-decoration: none;
}

.footer-widgets-wrapper .textwidget a:hover .stm-text-lighten {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.footer-widgets-wrapper .textwidget .stm-text-lighten {
    padding-right: 25px;
    opacity: 0.5;
}

.widget-wrapper .widget-title h6 {
    margin-bottom: 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #81b441;
    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;
}

.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: #81b441;
    cursor: pointer;
}

.stm-next-match-controls .stm-next-match-prev.disabled,
.stm-next-match-controls .stm-next-match-next.disabled {
    color: #cacaca;
    cursor: not-allowed;
}

.stm-next-match-controls .stm-next-match-prev {
    padding-right: 25px;
}

.stm-next-match-controls .stm-next-match-next {
    padding-left: 25px;
}

.stm-next-match-controls .stm-next-match-pagination {
    position: relative;
    top: 1px;
    font-size: 14px;
    font-weight: 700;
    color: #cacaca;
    letter-spacing: 4px;
}

.stm-next-match-units {
    margin-top: 37px;
}

.stm-next-match-units.owl-loaded .stm-next-match-unit {
    position: relative;
    opacity: 1;
}

.stm-next-match-units .stm-next-match-unit {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.stm-next-match-units .stm-next-match-unit:first-child {
    position: relative;
    opacity: 1;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta {
    position: relative;
    min-height: 273px;
    padding-bottom: 40px;
    z-index: 1;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-main-meta .stm-next-matches_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    background-size: cover;
    background-position: 50% 100%;
    z-index: -1;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-time {
    padding: 17px 0 16px;
    background-color: #81b441;
    text-align: center;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-time .heading-font {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-time .heading-font small {
    font-size: 16px;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-time .heading-font span:after {
    position: absolute;
    content: '';
    display: block;
    display: inline;
    position: static;
    content: '-';
    margin: 0 7px 0 10px;
    vertical-align: top;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-time .heading-font span:last-child:after {
    display: none;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-opponents-units {
    padding: 50px 0 28px;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-opponents {
    text-align: center;
    color: #fff;
    white-space: nowrap;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command {
    position: relative;
    height: 105px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0;
    padding-left: 125px;
    width: 40%;
    text-align: center;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command.stm-command-right {
    padding-left: 10px;
    padding-right: 125px;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command.stm-command-right .stm-command-logo {
    left: inherit;
    right: 30px;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command.stm-command-right .stm-command-title {
    text-align: left;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command .stm-command-logo {
    position: absolute;
    left: 30px;
    top: 0;
    display: block;
    vertical-align: middle;
    max-width: 103px;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command .stm-command-logo img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command .stm-command-title {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    text-align: right;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command h4 {
    max-width: 190px;
    margin-bottom: 0;
    white-space: normal;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 26px;
    overflow: hidden;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command h4 a {
    color: #fff;
    text-decoration: none !important;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command.stm-command-right .stm-command-logo {
    margin: 0 0 0 45px;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command-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: #81b441;
    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: #81b441;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-info {
    margin-bottom: 8px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.stm-next-match-units .stm-next-match-unit .stm-next-match-venue {
    text-align: center;
    color: #fff;
    color: white;
    font-size: 15px;
}

.stm-latest-results-units {
    padding-top: 20px;
}

.stm-latest-results-units .stm-latest-results-meta {
    width: 100%;
    display: table;
    table-layout: fixed;
    background-color: #e8e8e8;
    padding: 5px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.stm-latest-results-units .stm-latest-results-meta > div {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.stm-latest-results-units .stm-latest-results-meta > div.date {
    color: #404040;
    opacity: 0.6;
}

.stm-latest-results-units .stm-latest-results-meta > div.venue {
    color: #000;
    opacity: 0.6;
    text-align: right;
}

.stm-latest-results-units .stm-latest-results-info {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 17px 25px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #e1e1e1;
}

.stm-latest-results-units .stm-latest-results-info > div {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.stm-latest-results-units .stm-latest-results-info .stm-latest-result_result {
    width: 25%;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.stm-latest-results-units .stm-latest-results-info .stm-latest-result {
    color: #535353;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

.stm-latest-results-units .stm-latest-results-info .stm-latest-result.stm-latest-result-right {
    text-align: right;
}

.stm-latest-results-units .stm-latest-results-info .stm-latest-result.stm-latest-result-right .stm-latest-result-win-label {
    margin: 0 20px 0 0;
}

.stm-latest-results-units .stm-latest-results-info .stm-latest-result .stm-latest-result-win-label,
.stm-latest-results-units .stm-latest-results-info .stm-latest-result .stm-latest-result-team {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.stm-latest-results-units .stm-latest-results-info .stm-latest-result .stm-latest-result-win-label {
    padding: 0 7px;
    font-size: 9px;
    margin-left: 20px;
    background-color: #81b441;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.35);
    border-bottom: 2px solid #81b441;
    padding: 23px 25px 22px;
}

.stm-latest-results-units-baseball a .stm-latest-results-info .stm-latest-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.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: #d19e3b;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: 14%;
    max-width: 18%;
    background: #d19e3b;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 16px 0 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 12px;
}

.stm-latest-results-units-baseball a .stm-latest-results-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: 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: #81b441;
    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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: left;
    opacity: 0;
}

.stm-players .stm-list-single-player:first-child {
    position: relative;
    opacity: 1;
}

.stm-players .stm-list-single-player:hover img {
    -webkit-transform: scale(1.08) translateZ(0);
    transform: scale(1.08) translateZ(0);
}

.stm-players .stm-list-single-player img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    width: 100%;
}

.stm-players .stm-list-single-player .stm-list-single-player-info {
    position: absolute;
    height: 100%;
    width: 40px;
    bottom: 0;
    left: 0;
    background-color: #151515;
}

.stm-players .stm-list-single-player .stm-list-single-player-info .inner {
    position: absolute;
    bottom: 0;
    left: 40px;
    height: 40px;
    line-height: 40px;
    padding-left: 32px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    white-space: nowrap;
    color: #fff;
}

.stm-players .stm-list-single-player .stm-list-single-player-info .inner > div {
    display: inline-block;
}

.stm-players .stm-list-single-player .stm-list-single-player-info .inner .player-number {
    margin-right: 29px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 18px;
    font-weight: 700;
}

.stm-players .stm-list-single-player .stm-list-single-player-info .inner .player-title {
    margin-right: 39px;
    font-size: 16px;
    font-weight: 700;
}

.stm-players .stm-list-single-player .stm-list-single-player-info .inner .player-position {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

.stm-carousel-controls-right {
    overflow: hidden;
    text-align: right;
}

.stm-carousel-controls-right .stm-carousel-control-next,
.stm-carousel-controls-right .stm-carousel-control-prev {
    display: inline-block;
    padding: 6px 12px;
    vertical-align: top;
    max-width: 100%;
    font-size: 24px;
    cursor: pointer;
    color: #81b441;
}

.stm-carousel-controls-right .stm-carousel-control-next.disabled,
.stm-carousel-controls-right .stm-carousel-control-prev.disabled {
    color: #cacaca;
    cursor: not-allowed;
}

.stm-carousel-controls-right .stm-carousel-control-next {
    padding-right: 0;
}

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

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

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

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

.stm-reviews-main-wrapper .stm-review-dots {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

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

.stm-reviews-main-wrapper .stm-review-dots .owl-dot.active {
    background-color: #81b441;
}

.stm-reviews {
    max-width: 430px;
    padding-bottom: 50px;
}

.stm-reviews .stm-review-single {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

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

.stm-reviews .stm-review-container {
    max-width: 300px;
    margin: 0 auto;
    padding: 160px 15px 70px 15px;
    background: rgba(0, 0, 0, 0.07);
    text-align: center;
}

.stm-reviews .stm-review-container .icon {
    position: absolute;
    width: 100%;
    top: 59px;
    left: 0;
    right: 0;
    font-size: 58px;
    color: #000;
    opacity: 0.2;
}

.stm-reviews .stm-review-container .title {
    margin-bottom: 20px;
    color: #81b441;
    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: #81b441;
    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;
}

#sb_instagram.sbi_col_1 #sbi_images {
    float: none;
    white-space: nowrap;
}

#sb_instagram.sbi_col_1 #sbi_images .sbi_item {
    display: inline-block;
    vertical-align: top;
    width: 160px !important;
    height: 160px !important;
}

#sb_instagram.sbi_col_1 #sbi_images .sbi_item .sbi_photo_wrap {
    max-height: 100%;
    height: 100% !important;
}

#sb_instagram.sbi_col_1 #sbi_images .sbi_item .sbi_photo {
    max-height: 100%;
}

#sb_instagram.sbi_col_1 #sbi_images .sbi_item .sbi_photo:before {
    position: absolute;
    content: '';
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "\f16d";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #81b441;
    opacity: 0;
    line-height: 160px;
    font-size: 36px;
    color: #fff;
    text-align: center;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
    z-index: 90;
}

#sb_instagram.sbi_col_1 #sbi_images .sbi_item .sbi_photo:hover:before {
    opacity: 0.9;
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo {
    position: relative;
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo:before {
    position: absolute;
    content: '';
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "\f16d";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #81b441;
    opacity: 0;
    line-height: 80px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
    z-index: 99;
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo:hover:before {
    opacity: 0.9;
}

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

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

.stm-media-tabs .stm-main-title-unit {
    margin-right: 95px;
    text-transform: uppercase;
}

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

.stm-media-tabs .stm-media-tabs-nav {
    margin-top: 6px;
    overflow: hidden;
}

.stm-media-tabs .stm-media-tabs-nav ul {
    font-size: 0;
}

.stm-media-tabs .stm-media-tabs-nav ul li {
    display: inline-block;
}

.stm-media-tabs .stm-media-tabs-nav ul li:last-child {
    margin-right: 0;
}

.stm-media-tabs .stm-media-tabs-nav ul li:first-child a {
    padding-left: 0;
}

.stm-media-tabs .stm-media-tabs-nav ul li.active a {
    color: #dbac28;
}

.stm-media-tabs .stm-media-tabs-nav ul li.active a span {
    border-bottom-color: #dbac28;
}

.stm-media-tabs .stm-media-tabs-nav ul li a {
    padding: 0 23px 0;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #151515;
    text-decoration: none !important;
}

.stm-media-tabs .stm-media-tabs-nav ul li a span {
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
}

.stm-media-tabs .stm-media-tabs-nav ul li a:hover span {
    color: #DAA520;
}

.stm-media-tabs .stm-medias-unit-wider {
    margin: 0 -15px;
}

.stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit {
    float: left;
    width: 25%;
    padding: 0 15px 30px;
}

.stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit.stm-570-250 {
    width: 50%;
}

.stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview {
    position: relative;
    z-index: 15;
}

.stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview .icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    background-color: #81b441;
    text-align: center;
}

.stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview .icon:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height: 30px;
    content: "\f030";
    display: inline-block;
    vertical-align: top;
    color: #fff;
}

.stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview a {
    display: inline-block;
    position: relative;
    z-index: 10;
}

.stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview a:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #81b441;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview a:after {
    position: absolute;
    content: '';
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 50%;
    left: 50%;
    width: 78px;
    height: 78px;
    margin: -39px 0 0 -39px;
    content: "\f030";
    display: inline-block;
    vertical-align: top;
    font-size: 28px;
    line-height: 74px;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 50%;
    opacity: 0;
}

.stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview a:hover:after {
    opacity: 0.8;
}

.stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview:hover .title {
    background: transparent;
}

.stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit .stm-media-preview:hover a:before {
    opacity: 0.8;
}

.stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit.stm-media-single-unit-audio .icon:after {
    content: "\f028";
}

.stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit.stm-media-single-unit-audio .stm-media-preview a:after {
    content: "\f028";
}

.stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit.stm-media-single-unit-video .icon:after {
    content: "\f03d";
}

.stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit.stm-media-single-unit-video .stm-media-preview a:after {
    content: "\f03d";
}

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

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

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

.stm-single-post-loop {
    margin-bottom: 48px;
}

.stm-single-post-loop a {
    text-decoration: none !important;
}

.stm-single-post-loop a .image {
    position: relative;
    margin-bottom: 14px;
    overflow: hidden;
}

.stm-single-post-loop a .image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.stm-single-post-loop a .image:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #151515;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.stm-single-post-loop a .image .stm-plus {
    position: absolute;
    width: 76px;
    height: 76px;
    top: 50%;
    left: 50%;
    margin: -38px 0 0 -38px;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 20;
    opacity: 0;
}

.stm-single-post-loop a .image .stm-plus:after {
    position: absolute;
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin: -2px 0 0 -11px;
    background-color: #fff;
}

.stm-single-post-loop a .image .stm-plus:before {
    position: absolute;
    content: '';
    display: block;
    width: 2px;
    height: 22px;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -1px;
    background-color: #fff;
}

.stm-single-post-loop a:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.stm-single-post-loop a:hover .image:before {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.stm-single-post-loop a:hover .title {
    color: #81b441;
}

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

.stm-single-post-loop .post-meta .post_list_item_tags:hover a,
.stm-single-post-loop .post-meta .comments-number:hover a {
    color: #81b441;
}

.stm-single-post-loop .post-meta .comments-number {
    margin-right: 20px;
}

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

.fancybox-nav span {
    visibility: visible;
}

.stm-products-carousel-unit-wrapper {
    margin-top: -6px;
}

.stm-products-carousel-unit-wrapper .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.stm-products-carousel-unit-wrapper .stm-products-carousel-unit {
    margin: 0 -15px;
    -webkit-transform: translateZ(0);
}

.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init {
    position: relative;
    min-height: 200px;
}

.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init:before {
    position: absolute;
    content: '';
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "\f110";
    -webkit-animation: fa-spin 1s infinite steps(28);
    animation: fa-spin 1s infinite steps(10);
    font-size: 20px;
    z-index: 50;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -10px;
}

.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    max-width: 570px;
    margin: 0 15px 60px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel:hover .content p {
    opacity: 1;
}

.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a.stm-product-link {
    text-decoration: none !important;
}

.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a.stm-product-link:hover .title {
    color: #81b441;
}

.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a.stm-product-link:hover .image:before {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel a.stm-product-link:hover .stm-add-to-cart {
    opacity: 1;
}

.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel img {
    -webkit-transform: translateZ(0);
}

.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .image {
    position: relative;
    margin-bottom: 25px;
}

.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .image:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #81b441;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 20;
}

.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .image .stm-add-to-cart {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -27px;
    z-index: 20;
    text-align: center;
    opacity: 0;
}

.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .image .stm-add-to-cart .button:after {
    position: absolute;
    content: '';
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 5px;
    vertical-align: top;
    content: "";
    font-size: 16px;
}

.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .image .stm-add-to-cart .button.loading:after {
    width: 1.28571429em;
    content: "\f021";
    -webkit-animation: fa-spin 1s infinite steps(60);
    animation: fa-spin 1s infinite steps(60);
}

.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .image .stm-add-to-cart .button.added:after {
    width: 1.28571429em;
    content: "\f00c";
}

.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .image .stm-add-to-cart a.added_to_cart {
    display: block;
    margin: 15px auto 0;
    color: #fff;
}

.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .image .stm-add-to-cart a.added_to_cart:hover {
    text-decoration: underline !important;
}

.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .title {
    float: left;
    margin-right: 20px;
    color: #151515;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .price {
    text-align: right;
    overflow: hidden;
    font-size: 24px;
    font-weight: 700;
}

.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .stm-product-meta {
    margin-bottom: 9px;
}

.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init .stm-single-product-carousel .content p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
    opacity: 0.8;
}

.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init.owl-loaded:before {
    opacity: 0;
    z-index: -1;
    display: none;
}

.stm-products-carousel-unit-wrapper .stm-products-carousel-unit .stm-products-carousel-init.owl-loaded .stm-single-product-carousel {
    position: static;
    opacity: 1;
}

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

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

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

.stm-statistic-tabs .stm-media-tabs-nav a {
    letter-spacing: 1px;
}

.stm-player-statistic-unit {
    position: relative;
}

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

.stm-single-player-vc_stats {
    padding-left: 435px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.stm-single-player-vc_stats:first-child {
    position: relative;
    opacity: 1;
}

.stm-single-player-vc_stats .image {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 380px;
    margin-right: 25px;
}

.stm-single-player-vc_stats .stm-statistic-meta {
    padding: 165px 20px 61px 0;
    min-height: 397px;
    overflow: hidden;
    text-transform: uppercase;
}

.stm-single-player-vc_stats .stm-statistic-meta .position {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 24px;
    color: #151515;
    font-weight: 700;
    opacity: 0.8;
}

.stm-single-player-vc_stats .stm-statistic-meta .player-meta-name_number {
    margin-bottom: 8px;
    padding-right: 60px;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}

.stm-single-player-vc_stats .stm-statistic-meta .player-meta-name_number .title {
    letter-spacing: 1.6px;
}

.stm-single-player-vc_stats .stm-statistic-meta .player-meta-name_number .title a {
    color: #151515;
    text-decoration: none !important;
}

.stm-single-player-vc_stats .stm-statistic-meta .stat {
    position: absolute;
    margin-left: -4px;
    top: 51px;
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    color: #81b441;
}

.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;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 24px;
    color: #81b441;
}

.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: #81b441;
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 25;
}

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

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

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

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

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

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

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

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

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

.stm_post_comments {
    margin-top: 60px;
    padding: 0 0 45px;
}

.stm_post_comments .comments-title {
    padding: 38px 15px 45px;
    margin-bottom: 0;
    background-color: #f0f0f0;
    text-transform: uppercase;
    text-align: center;
}

.stm_post_comments .comment-list {
    background-color: #f0f0f0;
}

.stm_post_comments .comment-list li {
    padding: 0 30px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}

.stm_post_comments .comment-list li:before {
    display: none;
}

.stm_post_comments .comment-list li.comment .comment-author.vcard {
    overflow: hidden;
}

.stm_post_comments .comment-list li.comment .comment-author-image {
    float: left;
    margin-right: 30px;
}

.stm_post_comments .comment-list li.comment .comment-author.heading-font {
    margin-right: 7px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #404040;
}

.stm_post_comments .comment-list li.comment .comment-author.heading-font a {
    color: #404040;
    text-decoration: none !important;
}

.stm_post_comments .comment-list li.comment .comment-author.heading-font a:hover {
    color: #81b441;
}

.stm_post_comments .comment-list li.comment .comment-awaiting-moderation {
    margin-left: 15px;
}

.stm_post_comments .comment-list li.comment #cancel-comment-reply-link {
    margin-left: 15px;
}

.stm_post_comments .comment-list li.comment .commentmetadata .date {
    text-transform: uppercase;
    font-size: 14px;
    color: #a4a4a4;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.stm_post_comments .comment-list li.comment p {
    margin: 10px 0 10px 0;
    opacity: 0.8;
}

.stm_post_comments .comment-list li.comment p br {
    display: none;
}

.stm_post_comments .comment-list li.comment .reply {
    font-size: 12px;
    color: #a4a4a4;
}

.stm_post_comments .comment-list li.comment .reply .fa {
    margin-right: 5px;
}

.stm_post_comments .comment-list li.comment .reply a {
    font-size: 12px;
    color: #a4a4a4;
}

.stm_post_comments .comment-list li.comment .reply a:hover {
    color: #81b441;
}

.stm_post_comments .comment-list li .children {
    margin-top: 45px;
    padding: 0 0 0 60px;
}

.stm_post_comments .comment-list li .children li {
    padding: 0;
    border-bottom: 0;
}

.stm_post_comments .comment-list li .children li .comment-body {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}

.stm_post_comments .comment-list li .children li .comment-body:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.stm_post_comments .comment-list li .children li .children {
    margin-top: 30px;
    padding-left: 0;
}

.stm_post_comments .comment .comment-respond {
    padding: 20px 0 20px;
    margin-top: 0;
}

.stm_post_comments .comment-respond {
    padding: 20px 30px 20px;
    margin-top: -20px;
    background-color: #f0f0f0;
}

.stm_post_comments .comment-respond .comment-reply-title {
    font-size: 20px;
    text-transform: uppercase;
}

.stm_post_comments .comment-respond .stm-row-comments {
    margin-bottom: 20px;
}

.stm_post_comments .comment-respond .logged-in-as {
    margin-bottom: 20px !important;
}

.stm_post_comments .comment-respond .logged-in-as a {
    color: #fff;
}

.stm_post_comments .comment-respond .logged-in-as a:nth-child(2) {
    margin-left: 15px;
}

.stm-default-page-404 {
    margin: 30px 0 60px;
}

.stm-default-page-404 .stm-404-warning {
    margin-bottom: 30px;
    font-size: 78px;
    line-height: 80px;
    font-weight: 700;
}

.stm-default-page-404 .h1 {
    margin-bottom: 30px;
}

.stm-default-page-404 .h5 {
    color: #404040;
}

body.page-template-coming-soon #main {
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

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

body.page-template-coming-soon #main .container {
    max-width: 570px;
}

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

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

body.page-template-coming-soon .stm-coming-soon-centered h1 {
    color: #fff;
}

body.page-template-coming-soon .stm-coming-soon-centered .vc_single_image-wrapper {
    max-width: 150px;
}

.mc4wp-form .mc4wp-form-fields p {
    float: left;
}

.mc4wp-form .mc4wp-form-fields p label {
    display: none;
}

.mc4wp-form .mc4wp-form-fields p:first-child {
    width: 66.666%;
}

.mc4wp-form .mc4wp-form-fields p:nth-child(2) {
    float: right;
    width: 28%;
}

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

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

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

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

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

.stm-donations-content {
    margin-bottom: 30px;
}

.stm-donations-content .title {
    display: block;
    padding: 14px 0 12px;
    background-color: #303132;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none !important;
}

.stm-donations-content .title .title-inner {
    float: left;
    padding-left: 30px;
    width: 50%;
    text-align: left;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 0;
}

.stm-donations-content .title .stm-donation-cash {
    float: right;
    width: 50%;
    padding-right: 30px;
    text-align: right;
}

.stm-donations-content .title .stm-donation-cash .heading-font {
    margin-top: 1px;
    font-size: 14px;
    color: #fff;
}

.stm-donations-content .title .stm-donation-cash .heading-font:after {
    color: #fff;
}

.stm-donations-content .stm-donation-inner {
    padding: 24px 30px 34px 29px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-top: 0;
}

.stm-donations-content .stm-donation-inner .image {
    width: 170px;
    float: left;
    margin-top: 6px;
    margin-right: 30px;
}

.stm-donations-content .stm-donation-inner .image a {
    position: relative;
    display: block;
    z-index: 10;
}

.stm-donations-content .stm-donation-inner .image img {
    width: 100%;
}

.stm-donations-content .stm-donation-inner .stm-donation-meta .content {
    opacity: 0.8;
}

.stm-donations-content .stm-donation-inner .stm-donation-meta .content p {
    margin: 20px 0 18px;
}

.stm-donation-cash {
    margin-top: -1px;
}

.stm-donation-cash .heading-font {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.stm-donation-cash .heading-font:after {
    content: '/';
    margin: 0 12px;
    color: #b0b0b0;
}

.stm-donation-cash .heading-font:last-child:after {
    display: none;
}

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

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

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

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

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

.stm-single-donation .stm-donation-cash {
    float: left;
    margin-top: 12px;
}

.stm-single-donation .stm-donation-cash .heading-font {
    font-size: 18px;
}

.stm-single-donation .stm-donation-cash .heading-font:after {
    margin: 0 15px;
}

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

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

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

.donation-popup-form .loading {
    opacity: 0;
    margin-top: 15px;
    color: #81b441;
}

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

.stm-single-post-meta .stm-meta-left-part {
    float: left;
    margin-bottom: 16px;
}

.stm-single-post-meta .stm-meta-left-part .stm-author,
.stm-single-post-meta .stm-meta-left-part .stm-date {
    display: inline-block;
    vertical-align: top;
}

.stm-single-post-meta .stm-meta-left-part .stm-date {
    margin-right: 15px;
}

.stm-single-post-meta .stm-comments-num {
    float: right;
}

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

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

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

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

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

.stm-post-meta-bottom {
    margin-bottom: 38px;
    text-transform: uppercase;
    color: #a4a4a4 !important;
    font-weight: 700;
    border-bottom: 1px solid #d9d9d9;
}

.stm-post-meta-bottom a {
    color: #a4a4a4;
}

.stm-post-meta-bottom .stm_post_tags {
    float: left;
    margin-bottom: 30px;
}

.stm-post-meta-bottom .stm_post_tags .fa {
    margin-right: 5px;
}

.stm-post-meta-bottom .stm_post_tags a {
    margin-left: 5px;
    text-decoration: none !important;
}

.stm-post-meta-bottom .stm_post_tags a:hover {
    color: #81b441 !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: #81b441;
}

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

.stm-single-trophy {
    position: absolute;
    top: 0;
    opacity: 0;
    text-align: center;
    padding: 53px 20px 0;
    margin-bottom: 30px;
}

.stm-single-trophy:first-child {
    position: relative;
    opacity: 1;
}

.stm-single-trophy .image {
    position: relative;
    margin-bottom: 34px;
}

.stm-single-trophy .image img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.stm-single-trophy .stm-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #151515;
}

.stm-single-trophy .stm-border {
    width: 32px;
    height: 2px;
    background-color: #81b441;
    margin: 4px auto 10px;
}

.stm-single-trophy .stm-year {
    margin-bottom: 1px;
}

.stm-single-trophy:hover .stm-border {
    width: 70px;
}

.stm-single-trophy:hover img {
    bottom: 20px;
}

.stm-image-carousel-init-unit {
    margin: 0 -15px;
}

.stm-image-carousel-init-unit .stm-single-image-carousel {
    position: absolute;
    top: 0;
    padding: 0 15px;
    opacity: 0;
    min-height: 60px;
    line-height: 60px;
    text-align: center;
}

.stm-image-carousel-init-unit .stm-single-image-carousel:first-child {
    position: relative;
    opacity: 1;
}

.stm-image-carousel-init-unit .stm-single-image-carousel img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    width: auto !important;
    margin: 0 auto;
    -webkit-filter: gray;
    filter: gray;
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.stm-image-carousel-init-unit .stm-single-image-carousel:hover img {
    -webkit-filter: gray;
    filter: gray;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

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

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

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

.stm-images-grid .stm-images-grid-single {
    display: block;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.stm-images-grid .stm-images-grid-single:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
}

.stm-images-grid .stm-images-grid-single .stm-images-grid-zoom {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    margin: -38px 0 0 -38px;
    width: 76px;
    height: 76px;
    line-height: 76px;
    font-size: 27px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    opacity: 0;
}

.stm-images-grid .stm-images-grid-single .stm-images-grid-zoom .stm-icon-search:before {
    content: '\e901';
    font-family: 'stm-splash-icons';
}

.stm-images-grid .stm-images-grid-single:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.stm-images-grid .stm-images-grid-single:hover .stm-images-grid-zoom {
    opacity: 1;
}

.stm-images-grid .stm-images-grid-single img {
    display: inline-block;
    max-width: 100%;
}

.stm-images-grid .stm-images-grid-single.stm-waiting {
    display: none;
}

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

.stm-images-grid .title.white {
    color: #fff;
}

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

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

.stm-price-plan {
    position: relative;
    padding-bottom: 40px;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.stm-price-plan .badge {
    position: absolute;
    top: 15px;
    right: -35px;
    width: 130px;
    padding: 8px 20px;
    background-color: #ffcd21;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0;
    color: #595959;
    text-transform: uppercase;
    font-size: 14px;
}

.stm-price-plan header {
    padding: 27px 0 23px;
    background-color: #595959;
    border-radius: 5px;
    color: #fff;
}

.stm-price-plan header .title {
    margin: 10px 0 22px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
}

.stm-price-plan header .price {
    margin-bottom: 7px;
    font-weight: 900;
    font-size: 36px;
    line-height: 1;
}

.stm-price-plan header .price-label {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.stm-price-plan .body {
    padding: 25px 20px 31px;
}

.stm-price-plan .body .single-feature {
    margin-bottom: 21px;
}

.stm-price-plan .button-unit {
    padding: 0 50px;
}

.stm-price-plan .button-unit .button {
    width: 100%;
}

.stm-price-plan .button-unit .button:hover {
    border-color: #81b441 !important;
    color: #81b441 !important;
}

.stm-price-plan:hover header {
    background-color: #81b441;
}

.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: #81b441;
    border-radius: 50%;
    z-index: 30;
}

.stm-team-history .stm-team-history-single .stm-team-history-linked:after {
    position: absolute;
    content: '';
    display: block;
    left: 27px;
    top: 10px;
    width: 3px;
    height: 9999px;
    background-color: #fff;
}

.stm-team-history .stm-team-history-single .stm-team-history-content {
    width: 86.2%;
    padding-left: 0;
}

.stm-team-history .stm-team-history-single .stm-team-history-content .title {
    margin-bottom: 21px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.stm-team-history .stm-team-history-single .stm-team-history-content .content {
    color: #777;
    font-size: 14px;
    line-height: 20px;
}

.stm-image-slider {
    position: relative;
    margin-bottom: 45px;
}

.stm-image-slider .stm-single-image-slider {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.stm-image-slider .stm-single-image-slider:first-child {
    position: relative;
    opacity: 1;
}

.stm-image-slider .stm-slider-control-prev,
.stm-image-slider .stm-slider-control-next {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    font-size: 45px;
    color: #fff;
    background-color: #404040;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    z-index: 90;
}

.stm-image-slider .stm-slider-control-prev:hover,
.stm-image-slider .stm-slider-control-next:hover {
    background-color: #81b441;
}

.stm-image-slider .stm-slider-control-prev {
    left: 0;
    text-indent: -1px;
}

.stm-image-slider .stm-slider-control-next {
    right: 0;
    text-indent: 1px;
}

.stm-image-slider .stm-thumbs-slider-init {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 312px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.stm-image-slider .stm-thumbs-slider-init .owl-item.thumb_active .stm-single-thumb {
    border-color: #fff;
}

.stm-image-slider .stm-thumbs-slider-init .stm-single-thumb {
    display: block;
    width: 50px;
    height: auto;
    overflow: hidden;
    border: 1px solid #aaaaaa;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.stm-image-slider .stm-thumbs-slider-init .stm-single-thumb img {
    display: block;
    width: 100%;
    overflow: hidden;
}

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

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

.stm-media-archive {
    padding-top: 45px;
}

.stm-media-archive .stm-main-title-unit {
    margin-bottom: 29px;
}

.stm-media-archive .stm-media-load-more {
    text-align: center;
}

.stm-media-archive .stm-media-load-more a {
    cursor: pointer;
}

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

.stm-media-archive .stm-media-load-more a span {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.stm-media-archive .stm-media-load-more a.loading {
    padding: 11px 0 9px;
}

.stm-media-archive .stm-media-load-more a.loading span {
    opacity: 0;
}

.stm-media-archive .stm-media-load-more a.loading:after {
    opacity: 1;
}

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

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

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

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

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

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

.vc_tta-container .vc_tta.vc_general .vc_tta-panel-body p {
    opacity: 0.8;
}

.vc_tta-container .vc_tta.vc_general .vc_tta-panel-title {
    font-size: 18px;
    font-weight: 400;
}

.vc_tta-container .vc_tta.vc_general .vc_tta-panel-title:hover a {
    color: #fff;
}

.vc_tta-container .vc_tta.vc_general .vc_tta-panel-title:hover a:before {
    color: #81b441;
}

.vc_tta-container .vc_tta.vc_general .vc_tta-panel-title a {
    position: relative;
    padding: 6px 20px;
}

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

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

.vc_tta-container .vc_tta-panel.vc_active .vc_tta-panel-title a {
    color: #81b441;
}

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

.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: #81b441;
    background-color: #81b441;
    color: #fff !important;
}

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

.stm-single-block-event-list {
    background-color: #f2f2f2;
}

.stm-single-block-event-list .stm-single-block-event-list-top {
    padding: 8px 22px 6px;
    background-color: #ececec;
}

.stm-single-block-event-list .stm-single-block-event-list-top:after {
    display: table;
    content: "";
    clear: both;
}

.stm-single-block-event-list .stm-single-block-event-list-top .venue {
    float: right;
    color: #404040;
}

.stm-single-block-event-list .stm-single-block-event-list-top .time {
    float: left;
    color: #000;
}

.stm-single-block-event-list .stm-single-block-event-list-top .h6 {
    opacity: 0.6;
    margin-bottom: 0;
    text-transform: uppercase;
}

.stm-single-block-event-list .stm-single-block-unit {
    padding: 40px 25px;
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
}

.stm-single-block-event-list .stm-single-block-unit > div {
    display: table-cell;
    vertical-align: middle;
}

.stm-single-block-event-list .stm-single-block-unit .stm-team-logo {
    width: 11%;
    vertical-align: middle;
}

.stm-single-block-event-list .stm-single-block-unit .stm-team-logo.left {
    padding-right: 20px;
    text-align: left;
}

.stm-single-block-event-list .stm-single-block-unit .stm-team-logo.right {
    padding-left: 20px;
    text-align: right;
}

.stm-single-block-event-list .stm-single-block-unit .stm-team-logo .team-logo {
    display: inline-block;
}

.stm-single-block-event-list .stm-single-block-unit .stm-teams-info {
    width: 74%;
    margin-bottom: 0;
    text-align: justify;
    line-height: 0;
    font-size: 1px;
    zoom: 1;
}

.stm-single-block-event-list .stm-single-block-unit .stm-teams-info:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.stm-single-block-event-list .stm-single-block-unit .stm-teams-info > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: normal;
}

.stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-title-team {
    font-size: 18px;
    font-weight: 700;
    color: #535353;
    text-transform: none;
}

.stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-latest-result-lose-label,
.stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-latest-result-win-label {
    padding: 6px 10px;
    min-width: 70px;
    font-size: 18px;
    color: #fff;
    background-color: #81b441;
    text-transform: uppercase;
    text-align: center;
}

.stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-latest-result-lose-label {
    background-color: #ffc600;
}

.stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-latest-result_result {
    margin: 0 60px;
    font-size: 24px;
    font-weight: 700;
}

.stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-title-team {
    min-width: 160px;
    text-align: center;
}

.stm-single-block-event-list .stm-single-block-unit .stm-teams-info .stm-team-results-outer > div {
    display: inline-block;
}

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

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

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

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

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

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

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

.single-sp_tournament .stm-single-sp_tournament .sp-template table {
    border-spacing: 0;
}

.single-sp_tournament .stm-single-sp_tournament .sp-template table thead tr th {
    text-align: left;
}

.single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr:first-child td {
    padding-top: 20px !important;
}

.single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td {
    border: 0 !important;
    background: transparent !important;
    padding: 0 0 0 8px !important;
}

.single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-first-round {
    padding-left: 0 !important;
}

.single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-team a,
.single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-team span {
    border: 1px solid #404040;
}

.single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-team a:before,
.single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-team span:before {
    border-left-color: #404040;
    left: -9px;
}

.single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-team.sp-team-flip {
    border-right: 0 !important;
}

.single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-team.sp-team-flip a,
.single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-team.sp-team-flip span {
    border: 1px solid #404040;
}

.single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-team.sp-team-flip a:before,
.single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-team.sp-team-flip span:before {
    border-right-color: #404040;
    right: -9px;
}

.single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-event {
    border-right: 1px solid #404040 !important;
}

.single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-event.sp-event-flip {
    border-right: 0 !important;
    border: 0;
    position: relative;
    overflow: hidden;
}

.single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-event.sp-event-flip a:before {
    content: '';
    display: block;
    position: absolute;
    left: 8px;
    top: 0;
    width: 1px;
    height: 2000px;
    background: #404040;
}

.single-sp_tournament .stm-single-sp_tournament .sp-template table tbody tr td.sp-event-final {
    border: 0 !important;
}

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

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

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

.sp-stm-template-event-blocks-future.stm-single-block-event-list .stm-single-block-event-list-top {
    background-color: #81b441;
}

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

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

.stm-future-event-list-time {
    margin-top: -2px;
    text-align: center;
    vertical-align: top;
}

.stm-future-event-list-time span {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.stm-future-event-list-time span:after {
    position: absolute;
    content: '';
    display: block;
    position: static;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 10px;
    content: ' - ';
}

.stm-future-event-list-time span:last-child:after {
    display: none;
}

.stm-upcoming-events_list ul {
    list-style: none;
}

.stm-upcoming-events_list ul li {
    position: relative;
    min-height: 138px;
    padding: 31px 30px 33px 200px;
    margin-bottom: 0;
    background-color: #f0f0f0;
}

.stm-upcoming-events_list ul li:after {
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #7e7e7e;
    opacity: 0.15;
}

.stm-upcoming-events_list ul li:before {
    display: none;
}

.stm-upcoming-events_list ul li .event_date {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 170px;
    padding: 0 20px;
    background-color: #595959;
    color: #fff;
    text-align: center;
    vertical-align: top;
}

.stm-upcoming-events_list ul li .event_date .date {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.stm-upcoming-events_list ul li .event_date .stm-top {
    font-size: 18px;
    vertical-align: top;
}

.stm-upcoming-events_list ul li .event_date .stm-top span {
    font-size: 24px;
    font-weight: 700;
}

.stm-upcoming-events_list ul li .event_date .stm-top figure {
    display: inline-block;
    vertical-align: top;
    margin: 0 1px;
}

.stm-upcoming-events_list ul li .event_date .stm-middle {
    position: relative;
    padding-bottom: 17px;
    margin-top: -1px;
    font-size: 12px;
    letter-spacing: 0.6px;
}

.stm-upcoming-events_list ul li .event_date .stm-middle:after {
    position: absolute;
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    left: 50%;
    bottom: 10px;
    margin-left: -16px;
    background-color: #fff;
}

.stm-upcoming-events_list ul li .event_date .stm-bottom {
    letter-spacing: 0.1px;
    font-size: 18px;
    font-weight: 700;
}

.stm-upcoming-events_list ul li .commands {
    float: left;
}

.stm-upcoming-events_list ul li .commands h3 {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 700;
}

.stm-upcoming-events_list ul li .commands h3 a {
    color: inherit;
    text-decoration: none !important;
}

.stm-upcoming-events_list ul li .commands h3 .stm-red {
    margin: 0 5px;
    text-transform: uppercase;
}

.stm-upcoming-events_list ul li .commands .stadium,
.stm-upcoming-events_list ul li .commands .league {
    display: inline-block;
    color: #595959;
    font-size: 16px;
}

.stm-upcoming-events_list ul li .commands .stadium i,
.stm-upcoming-events_list ul li .commands .league i {
    margin-right: 5px;
    font-size: 14px;
    opacity: 0.6;
}

.stm-upcoming-events_list ul li .commands .stadium {
    margin-left: 4px;
    margin-right: 15px;
}

.stm-upcoming-events_list ul li .commands .stadium i {
    font-size: 15px;
}

.stm-upcoming-events_list ul li .read_more {
    margin-left: 15px;
    margin-top: 9px;
    float: right;
}

.stm-upcoming-events_list ul li:hover {
    background-color: #fff;
}

.stm-upcoming-events_list ul li:hover:after {
    opacity: 0;
}

.stm-upcoming-events_list ul li:hover .event_date {
    background-color: #81b441;
}

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

table.sp-data-table.sp-event-blocks .sp-event-season,
table.sp-data-table.sp-event-blocks .sp-event-venue,
table.sp-data-table.sp-event-blocks .sp-event-league {
    color: #777;
}

table.sp-data-table.sp-event-blocks .sp-event-season {
    margin-top: -5px;
    margin-bottom: 3px;
}

table.sp-data-table.sp-event-blocks .sp-event-venue {
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

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

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

.stm-single-sp_event .sp-event-video {
    margin-bottom: 47px;
}

.stm-single-sp_event .sp-event-video iframe {
    max-height: 490px;
}

.stm-single-sp_event .sp-event-video .sp-table-caption {
    display: none;
}

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

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

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

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

.stm-single-sp_event .sp-template-event-venue .sp-event-venue-address-row td {
    background-color: transparent;
    border: 0;
    padding: 13px 0 21px !important;
    color: #595959;
    font-size: 16px;
}

.stm-single-sp_event .sp-template-event-venue .sp-event-venue-address-row td i {
    position: relative;
    top: 1px;
    padding-left: 2px;
    padding-right: 10px;
    opacity: 0.6;
}

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

.stm-single-sp_event .sp-event-performance th,
.stm-single-sp_event .sp-event-performance td {
    text-align: center;
}

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

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

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

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

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

.stm-single-sp_table-league .sp-league-table {
    border-spacing: 0;
}

.stm-single-sp_table-league .sp-league-table th:last-child {
    text-indent: 20px;
}

.stm-single-sp_table-league .sp-league-table td {
    padding: 18px 35px;
    border-color: #e1e1e1;
}

.stm-single-sp_table-league .sp-league-table td.data-rank {
    padding: 18px 5px;
}

.stm-single-sp_table-league .sp-league-table td.data-name {
    padding: 18px 5px;
}

.stm-single-sp_table-league .sp-league-table td:last-child {
    padding-right: 10px;
}

.stm-single-sp_table-league .sp-league-table th,
.stm-single-sp_table-league .sp-league-table td {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

.stm-single-sp_table-league .sp-league-table th.data-rank,
.stm-single-sp_table-league .sp-league-table th.data-number,
.stm-single-sp_table-league .sp-league-table th.data-position,
.stm-single-sp_table-league .sp-league-table th.data-name,
.stm-single-sp_table-league .sp-league-table td.data-rank,
.stm-single-sp_table-league .sp-league-table td.data-number,
.stm-single-sp_table-league .sp-league-table td.data-position,
.stm-single-sp_table-league .sp-league-table td.data-name {
    text-align: left;
}

.stm-single-sp_table-league .sp-league-table th.data-rank {
    /*text-indent: -9999px;*/
}

.stm-single-sp_table-league .sp-league-table td.data-rank {
    font-weight: 700;
    font-size: 18px;
    padding-right: 25px;
}

.stm-single-sp_table-league .sp-league-table tr.even td {
    background-color: #e8e8e8;
}

.stm-single-sp_table-league .sp-league-table .data-name {
    vertical-align: middle;
    text-transform: uppercase;
}

.stm-single-sp_table-league .sp-league-table .data-name .team-logo {
    display: inline-block;
    margin-right: 30px;
    float: none;
    width: inherit;
    height: 100%;
}

.stm-single-sp_table-league .sp-league-table .data-name .team-logo img {
    max-width: 100%;
    max-height: 65px;
}

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

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

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

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

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

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

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

.stm-player-number {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
}

.stm-player-number .inner {
    padding: 15px 0 25px;
    letter-spacing: 1px;
}

.stm-player-number .inner .stm-grey {
    position: relative;
    color: #595959;
}

.stm-player-number .inner .stm-grey:before {
    position: absolute;
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background-color: #81b441;
    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: #81b441;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    opacity: 0.8;
}

.player-socials li a:hover {
    opacity: 1;
}

.stm-player-details-right {
    text-align: center;
}

.stm-player-details-right .stm-player-team-logo img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.stm-player-details-right h6 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.stm-player-stats {
    margin-top: 32px;
    font-size: 0;
}

.stm-player-stats .stm-player-stat {
    display: inline-block;
    padding: 25px 5px 10px;
    margin: 0 5px 10px;
    width: 100px;
    height: 103px;
    background-color: #595959;
    font-size: 14px;
    color: #fff;
}

.stm-player-stats .stm-player-stat:hover {
    background-color: #81b441;
}

.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: #81b441;
    border-bottom-color: #81b441 !important;
}

.vc_tta-container .vc_tta.vc_general .vc_tta-tab > a {
    display: block;
    padding: 0;
    padding-bottom: 5px;
    border: 0;
    color: #404040;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}

.vc_tta-container .vc_tta.vc_general .vc_tta-tab > a .vc_tta-icon {
    position: relative;
    top: -2px;
}

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

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

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

.sticky {
    visibility: visible;
}

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

.stm-bb-prod-cont-right table.variations td.st-label label {
    margin: 3px 0 0;
}

.stm-bb-prod-cont-right .single_variation_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stm-bb-prod-cont-right .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.stm-bb-prod-cont-right .single_variation_wrap .woocommerce-variation-add-to-cart .stm-quantity-label {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 18px;
}

.stm-bb-prod-cont-right .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 20px;
}

.stm-bb-prod-cont-right .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input[type='number'] {
    height: 45px !important;
}

.stm-bb-prod-cont-right .single_variation_wrap .woocommerce-variation-add-to-cart button {
    margin-top: 0;
}

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

.stm-donation-procent {
    overflow: hidden;
    margin-top: 7px;
}

.stm-donation-procent .stm-label {
    margin-bottom: 3px;
}

.stm-donation-procent .stm-label .left {
    float: left;
    width: 50%;
    padding-right: 15px;
    font-weight: 700;
    color: #303132;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.8px;
}

.stm-donation-procent .stm-label .right {
    float: right;
    width: 50%;
    padding-left: 15px;
    text-align: right;
    color: #81b441;
    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: #81b441;
}

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

.stm-single-comment-title .stm-add-review a i {
    font-size: 16px;
    margin-right: 3px;
    color: #81b441;
}

.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 #81b441;
    background-color: #81b441;
    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: #81b441;
    background-color: #81b441;
    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;
	    list-style-type: none;
}

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

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

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

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

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

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

.sp-league-table 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 {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

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

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

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

.woocommerce-MyAccount-navigation-link.is-active a {
    color: #81b441;
}

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

.stm-single-product-images .woocommerce-main-image {
    position: relative;
}

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

.stm-single-product-images .woocommerce-main-image .stm-image-preview-shop.hovered {
    opacity: 1;
    visibility: visible;
}

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

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

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

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

.addtoany_share_save_container {
    display: none;
}

.stm-share-this-wrapp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stm-share-this-wrapp.dropdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
}

.stm-share-this-wrapp.dropdown:hover .stm-share-btn-wrapp {
    opacity: 1;
}

.stm-share-this-wrapp.dropdown > span:first-child {
    display: block;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    text-align: right;
    background: #f6f6f6;
    padding: 8px 12px 6px 50px;
    position: relative;
    color: #151618;
    font-size: 12px;
}

.stm-share-this-wrapp.dropdown > span:first-child:before {
    content: '\e91f';
    display: block;
    font-family: "stm-splash-icons";
    position: absolute;
    left: 17%;
    top: 15%;
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
    font-size: 18px;
    color: #151618;
}

.stm-share-this-wrapp.dropdown > span:first-child:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 40%;
    top: 0;
    background: #d9d9d9;
}

.stm-share-this-wrapp.dropdown > span.stm-share-btn-wrapp {
    opacity: 0;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
    position: absolute;
    top: 100%;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 100;
}

.stm-share-this-wrapp.dropdown > span.stm-share-btn-wrapp .addtoany_share_save_container .addtoany_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stm-share-this-wrapp.dropdown > span.stm-share-btn-wrapp .addtoany_share_save_container .addtoany_list a {
    padding: 10px 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    text-decoration: none;
}

.stm-share-this-wrapp.dropdown > span.stm-share-btn-wrapp .addtoany_share_save_container .addtoany_list a:last-child {
    border-bottom: 0;
}

.stm-share-this-wrapp.dropdown > span.stm-share-btn-wrapp .addtoany_share_save_container .addtoany_list a .a2a_label {
    display: inline-block;
    overflow: hidden;
    position: relative !important;
    width: auto !important;
    font-size: 14px;
    font-weight: 500;
    color: #414141;
    padding-left: 7px;
    line-height: 20px !important;
}

.stm-share-this-wrapp.list_fade {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    position: relative;
    width: 107px;
}

.stm-share-this-wrapp.list_fade:hover .stm-share-btn-wrapp {
    opacity: 1;
}

.stm-share-this-wrapp.list_fade > span:first-child {
    display: block;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    text-align: right;
    background: #fff;
    padding: 8px 12px 6px 53px;
    position: relative;
    color: #151618;
    font-size: 12px;
}

.stm-share-this-wrapp.list_fade > span:first-child:before {
    content: '\e91f';
    display: block;
    font-family: "stm-splash-icons";
    position: absolute;
    left: 17%;
    top: 15%;
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
    font-size: 18px;
    color: #151618;
}

.stm-share-this-wrapp.list_fade > span:first-child:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 40%;
    top: 0;
    background: #d9d9d9;
}

.stm-share-this-wrapp.list_fade > span:first-child:hover {
    background: #f6f6f6;
}

.stm-share-this-wrapp.list_fade > span.stm-share-btn-wrapp {
    opacity: 0;
    border: 1px solid #d9d9d9;
    background: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 100;
}

.stm-share-this-wrapp.list_fade > span.stm-share-btn-wrapp .addtoany_share_save_container .addtoany_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.stm-share-this-wrapp.list_fade > span.stm-share-btn-wrapp .addtoany_share_save_container .addtoany_list a {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0;
    text-decoration: none;
    border-radius: 0;
    margin-right: 1px;
}

.stm-share-this-wrapp.list_fade > span.stm-share-btn-wrapp .addtoany_share_save_container .addtoany_list a:last-child {
    margin: 0;
}

.stm-share-this-wrapp.list_fade > span.stm-share-btn-wrapp .addtoany_share_save_container .addtoany_list a .a2a_svg {
    width: 38px !important;
    height: 38px !important;
    border-radius: 0 !important;
}

.stm-share-this-wrapp.list_fade > span.stm-share-btn-wrapp .addtoany_share_save_container .addtoany_list a .a2a_svg svg {
    border-radius: 0;
}

.stm-share-this-wrapp > span {
    vertical-align: middle;
    margin: 0;
}

.stm-share-this-wrapp > span:first-child {
    font-size: 13px;
    color: #999999;
    text-transform: uppercase;
}

.stm-share-this-wrapp .stm-share-btn-wrapp .addtoany_share_save_container {
    display: block;
    margin: 0;
    line-height: 0;
}

.stm-share-this-wrapp .stm-share-btn-wrapp .addtoany_share_save_container .addtoany_list {
    line-height: 0 !important;
}

.stm-share-this-wrapp .stm-share-btn-wrapp .addtoany_share_save_container .addtoany_list a span {
    width: 20px !important;
    height: 20px !important;
}

.stm-block-quote-wrapper {
    display: block;
    overflow: hidden;
}

.stm-block-quote-wrapper.style_1 {
    padding: 32px 25px 25px;
    margin: 10px 0 0 0;
    background: #f0f0f0;
}

.stm-block-quote-wrapper.style_1 .stm-block-quote-icon {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 7px;
}

.stm-block-quote-wrapper.style_1 .stm-block-quote-icon:before {
    content: '';
    display: block;
    width: 38%;
    height: 1px;
    background: #d8d8d8;
    position: absolute;
    left: 0;
    top: 12px;
}

.stm-block-quote-wrapper.style_1 .stm-block-quote-icon:after {
    content: '';
    display: block;
    width: 38%;
    height: 1px;
    background: #d8d8d8;
    position: absolute;
    right: 0;
    top: 12px;
}

.stm-block-quote-wrapper.style_1 .stm-block-quote-icon i:before {
    display: block;
    color: #d8d8d8;
    font-size: 25px;
}

.stm-block-quote-wrapper.style_1 .stm-block-quote {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    color: #404040;
    text-align: center;
    line-height: 30px;
    padding: 5px 0;
    letter-spacing: 0;
}

.stm-block-quote-wrapper.style_2 .stm-block-quote-icon {
    display: none;
}

.stm-block-quote-wrapper.style_2 .stm-block-quote {
    border-left: 5px solid #00aaff;
    padding: 5px 5px 5px 25px;
    color: #868686;
    font-size: 14px;
    font-style: italic;
}

.review_style_two {
    padding-bottom: 75px;
}

.review_style_two .clearfix {
    margin-top: 34px;
}

.review_style_two .stm-title-left {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.review_style_two .stm-title-left h2 {
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.review_style_two .stm-reviews-controls {
    display: none;
}

.review_style_two .stm-reviews-carosel-wrapper {
    margin-left: 0;
}

.review_style_two .stm-reviews-carosel-wrapper #carousel {
    display: block;
    overflow: visible !important;
    width: 100%;
    max-width: 100%;
    min-height: 440px;
    overflow: visible !important;
}

.review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single {
    display: block;
    overflow: visible;
    position: relative;
    opacity: 1;
    background: #fff;
    -webkit-transition: none;
    transition: none;
    max-width: 550px;
    min-height: 325px;
    margin-top: 30px;
}

.review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container {
    display: block;
    overflow: visible;
    max-width: 550px;
    padding: 82px 15px 70px 15px;
    cursor: pointer;
    background: #fff !important;
}

.review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .icon {
    top: 37px;
    font-size: 23px;
}

.review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .icon .stm-icon-quote:before {
    content: "\e909";
}

.review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .content {
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    color: #404040;
    padding: 0 60px;
    line-height: 35px;
    max-height: 140px;
    overflow: hidden;
    letter-spacing: -0.2px;
}

.review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .content p {
    margin-bottom: 35px;
}

.review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .title {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin-top: 35px;
    text-transform: none;
    margin-bottom: 6px;
}

.review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .sub-title {
    font-weight: 400;
    font-size: 14px;
    color: #808080;
}

.review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .avatar {
    position: absolute;
    z-index: 20;
    margin: 0 auto;
    bottom: -48px;
    left: 41.5%;
    max-width: 96px;
}

.review_style_two .stm-reviews-carosel-wrapper #carousel .stm-review-single .stm-review-container .avatar img {
    display: block;
    width: 100%;
}

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

.review_style_three .stm-reviews-carosel-wrapper {
    margin: 0;
}

.review_style_three .stm-reviews-carosel-wrapper .stm-reviews {
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single {
    width: 100%;
}

.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .icon {
    display: block;
    width: 50px;
    position: absolute;
    left: 29%;
    top: 0;
    z-index: 1;
    opacity: 1;
    padding-top: 24px;
}

.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .icon i {
    color: #00aaff;
    font-size: 35px;
}

.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .icon i:before {
    content: '\e91e';
}

.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_author_img {
    display: block;
    overflow: hidden;
    width: 53%;
    height: 100%;
}

.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_author_img img {
    display: block;
    width: 100%;
}

.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    padding: 33px 20px 34px 40px;
}

.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_data .title {
    display: block;
    overflow: hidden;
    color: #151618;
    text-transform: none;
    margin-bottom: 14px;
    line-height: 20px;
}

.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_data .content {
    display: block;
    overflow: hidden;
    margin: 0;
}

.review_style_three .stm-reviews-carosel-wrapper .stm-reviews .stm-review-single .stm-review-container .review_data .content p {
    margin: 0;
    line-height: 20px;
    font-style: italic;
    text-align: left;
    max-height: 80px;
}

.review_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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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: #81b441;
    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: #d19e3b;
}

.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 {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

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

.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%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.news_style_baseball_grid .stm-single-post-loop .image .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: -webkit-linear-gradient(top, transparent, #000000);
    background: linear-gradient(to bottom, transparent, #000000);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 20px;
    left: -10px;
    background: #d19e3b;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}

.news_style_baseball_grid .stm-single-post-loop .content .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 23px 14px 5px 14px;
    background: #81b441;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: 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: #81b441;
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: 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 {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news_style_baseball_list .stm-single-post-loop:hover .stm-post-content-inner a .title {
    color: #81b441;
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 23px 14px 5px 14px;
    background: #81b441;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 85px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #d19e3b;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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: #81b441;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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: #81b441;
    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;
}

.woocommerce-product-gallery__trigger {
    display: none;
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -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 {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
}

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

.stm_af_latest_results_wrapper .stm-latest-results-units .teamNameLeftWrapper {
    display: block;
    overflow: hidden;
    text-align: right;
}

.stm_af_latest_results_wrapper .stm-latest-results-units .teamNameLeftWrapper .teamHome {
    color: #da9a29;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.stm_af_latest_results_wrapper .stm-latest-results-units .teamNameLeftWrapper .stm-latest-result-team {
    line-height: 42px;
}

.stm_af_latest_results_wrapper .stm-latest-results-units .teamNameLeftWrapper .stm-latest-result-team a {
    color: #06083b;
    font-size: 42px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 80px;
    margin: 0 auto;
    padding: 23px 10px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -webkit-box-align: center;
    -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;
}

.stm_bsb_latest_results_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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: #d19e3b;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: center;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 53%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.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: #81b441;
    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 #81b441;
    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 #81b441;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.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: #d19e3b;
    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: #81b441;
}

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

.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 #d19e3b;
    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 #d19e3b;
    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 {
	/*min-width: 117px;*/
	font-size: 72px;
    color: #fff;
    margin: 0 20px 0 0 !important;
    /*display: inline-block;
    overflow: hidden;
    
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -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: #81b441;
    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: #81b441;
    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;
    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;
}

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

.stmTickerWrapper {
    display: block;
    position: relative;
    overflow: hidden;
}

.stmTickerWrapper .container .stmTickerContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.stmTickerWrapper .container .stmTickerContent .stmTickerTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    font-weight: 400;
}

.stmTickerWrapper .container .stmTickerContent .stmTickerTitle span {
    margin-right: 3px;
}

.stmTickerWrapper .container .stmTickerContent .stmTickerTitle.left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.stmTickerWrapper .container .stmTickerContent .stmTickerTitle.right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper {
    display: block;
    overflow: hidden;
    width: 100%;
}

.stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsListTop {
    position: absolute;
    top: 0;
}

.stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsListBottom {
    position: absolute;
    bottom: 0;
}

.stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem {
    display: block;
    overflow: hidden;
    padding: 15px 0 15px;
    margin: 0;
}

.stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem:before {
    display: none;
}

.stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post {
    text-transform: none;
    font-style: italic;
    font-size: 13px;
}

.stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post i {
    display: inline-block;
    font-size: 16px;
    color: #00aaff;
}

.stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post a {
    text-transform: none;
    text-decoration: none;
}

.stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post a:hover span {
    color: #00aaff;
}

.stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post a span {
    color: #fff;
    text-transform: none;
    padding: 0 10px;
}

.stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post .ticker-post-divider {
    margin: 0 10px 0 20px;
}

.stmTickerWrapper .container .stmTickerContent .stmTickerPostsWrapper .stmTickerPostsList .tickerItem .stm-ticker-post span {
    color: #00aaff;
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.fixture_detail .command_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

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

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

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

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

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

.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: #d19e3b;
    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: #d19e3b;
    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: #81b441;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-top: 17px;
    margin-bottom: 15px;
}

.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: #81b441;
    padding: 11px 27px 11px 17px;
    margin: 0;
    color: white;
    font-size: 48px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.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: #81b441;
    -webkit-transform: skew(-14deg, 0deg);
    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: #81b441;
    padding: 11px 17px 11px 27px;
    margin: 0;
    color: white;
    font-size: 48px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.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: #81b441;
    -webkit-transform: skew(-14deg, 0deg);
    transform: skew(-14deg, 0deg);
    z-index: 5;
}

.stm-player-statistic-football .image {
    position: relative;
    max-width: 445px;
    margin: 0;
}

.stm-player-statistic-baseball {
    display: block;
    width: 100%;
}

.stm-player-statistic-baseball .stm-title-float {
    display: block;
    position: absolute;
    top: 12.5%;
    left: 64%;
    -webkit-transform: translateX(-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    -webkit-box-pack: justify;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -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: #d19e3b;
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-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 #81b441;
}

.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: #81b441;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -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: #d19e3b;
}

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

.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: 19px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.vc_league_table .sp-view-all-link:hover {
    text-decoration: none;
    color: #dbad29;
}

.stm-videos-carousel {
    display: block;
    overflow: hidden;
    position: relative;
}

.stm-videos-carousel .stm-videos-top {
    display: block;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
}

.stm-videos-carousel .stm-videos-top .stm-view-switcher {
    display: block;
    overflow: hidden;
    float: left;
}

.stm-videos-carousel .stm-videos-top .stm-view-switcher span {
    display: inline-block;
    width: 44px;
    height: 44px;
    border: solid 1px #868686;
    opacity: 0.5;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.stm-videos-carousel .stm-videos-top .stm-view-switcher span.active {
    border-color: #00aaff;
    background: #00aaff;
    opacity: 1;
}

.stm-videos-carousel .stm-videos-top .stm-view-switcher span:hover {
    cursor: pointer;
    border-color: #00aaff;
    background: #00aaff;
    opacity: 1;
}

.stm-videos-carousel .stm-videos-top .stm-view-switcher span.stm-block-view:before {
    content: "";
    display: block;
    width: 49%;
    height: 43%;
    background: url("http://webblazesofttech.com/demo/diamondleague/wp-content/themes/splash/assets/images/soccer/icon_view_block.svg") no-repeat;
    background-size: 100%;
    margin-top: 52%;
    margin-left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.stm-videos-carousel .stm-videos-top .stm-view-switcher span.stm-grid-view:before {
    content: "";
    display: block;
    width: 49%;
    height: 42%;
    background: url("http://webblazesofttech.com/demo/diamondleague/wp-content/themes/splash/assets/images/soccer/icon_view_grid.svg") no-repeat;
    background-size: 100%;
    margin-top: 52%;
    margin-left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.stm-videos-carousel .stm-videos-top .stm-videos-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
}

.stm-videos-carousel .stm-videos-top .stm-videos-controls .stm-carousel-control-prev,
.stm-videos-carousel .stm-videos-top .stm-videos-controls .stm-carousel-control-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 44px;
    height: 44px;
    border: solid 1px #868686;
    text-align: center;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 1px;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.stm-videos-carousel .stm-videos-top .stm-videos-controls .stm-carousel-control-prev i,
.stm-videos-carousel .stm-videos-top .stm-videos-controls .stm-carousel-control-next i {
    color: #fff;
    padding: 0;
    vertical-align: middle;
    height: 26px;
    width: 9px;
    opacity: 0.55;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.stm-videos-carousel .stm-videos-top .stm-videos-controls .stm-carousel-control-prev:hover,
.stm-videos-carousel .stm-videos-top .stm-videos-controls .stm-carousel-control-next:hover {
    border-color: #00aaff;
    background: #00aaff;
}

.stm-videos-carousel .stm-videos-top .stm-videos-controls .stm-carousel-control-prev:hover i,
.stm-videos-carousel .stm-videos-top .stm-videos-controls .stm-carousel-control-next:hover i {
    opacity: 1;
}

.stm-videos-carousel .stm-title {
    display: none;
}

.stm-videos-carousel .stm-title h2 {
    display: block;
    text-align: center;
    font-size: 36px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}

.stm-videos-carousel .stm-title h2:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #00aaff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.stm-videos-carousel .stm-videos-carousel-init-unit {
    margin-bottom: 20px;
}

.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper .stm-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 51%;
    height: 370px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper .stm-video .stm-video-wrapp {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper .stm-video .stm-video-wrapp:before {
    content: '';
    display: block;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    width: 100%;
    height: 100%;
    background: #151618;
    z-index: 1;
    position: absolute;
    opacity: 0;
}

.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper .stm-video .stm-video-wrapp:after {
    content: '\f144';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 50px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    opacity: 0;
    z-index: 2;
}

.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper .stm-video .stm-video-wrapp:hover {
    cursor: pointer;
}

.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper .stm-video .stm-video-wrapp:hover:before {
    opacity: 0.8;
}

.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper .stm-video .stm-video-wrapp:hover:after {
    opacity: 0.55;
}

.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper .stm-video img {
    display: block;
    vertical-align: top;
    width: 100%;
    z-index: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper .stm-grid-title {
    display: none;
}

.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper h3,
.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper h4 {
    display: block;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin: 0;
}

.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper h3 {
    font-size: 36px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper h3:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #00aaff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-wrapper h4 {
    font-size: 20px;
    font-weight: 400;
    color: #00aaff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin: 10px -15px 0;
}

.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    padding: 0 15px;
    margin: 2px 0;
}

.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper:nth-of-type(1),
.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper:nth-of-type(2),
.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper:nth-of-type(3),
.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper:nth-of-type(4) {
    margin-bottom: 20px;
}

.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper .stm-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper .stm-video:hover h4 {
    color: #00aaff;
}

.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper .stm-video .stm-video-wrapp {
    max-height: 135px;
}

.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper .stm-video .stm-video-wrapp:before {
    top: 0;
    height: 66.3%;
}

.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper .stm-video .stm-video-wrapp:after {
    top: 30%;
    left: 50%;
    -webkit-transform: translateY(-30%) translateX(-50%);
    transform: translateY(-30%) translateX(-50%);
}

.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper .stm-video .stm-video-wrapp .stm-video-holder {
    width: 100%;
}

.stm-videos-carousel .stm-videos-carousel-init-unit .stm-video-grid-wrapp .stm-video-wrapper .stm-video h4 {
    display: block;
    color: #fff;
    margin: 15px 0 25px 2px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.stm-player-ids .stm-title-left {
    margin-bottom: 5px;
}

.stm-player-ids .stm-title-left h2 {
    color: #fff;
}

.stm-player-ids .stm-player-wrapp {
    display: block;
    overflow: hidden;
    margin: 0 15px;
}

.stm-player-ids .stm-player-wrapp:hover a {
    color: #00aaff !important;
}

.stm-player-ids .stm-player-wrapp:hover a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.stm-player-ids .stm-player-wrapp .player_image {
    position: relative;
    margin: 0 0 15px;
}

.stm-player-ids .stm-player-wrapp .player_image > a {
    position: relative;
    display: block;
    overflow: hidden;
}

.stm-player-ids .stm-player-wrapp .player_image > a:after {
    display: none;
}

.stm-player-ids .stm-player-wrapp .player_image img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.stm-player-ids .stm-player-wrapp .stm-player-title-wrap {
    display: block;
    overflow: hidden;
    position: relative;
}

.stm-player-ids .stm-player-wrapp .stm-player-title-wrap h4 {
    display: block;
    float: left;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.stm-player-ids .stm-player-wrapp .stm-player-title-wrap h4 a {
    color: #fff;
}

.stm-player-ids .stm-player-wrapp .stm-player-title-wrap h4 a:hover {
    color: #00aaff;
    text-decoration: none;
}

.stm-player-ids .stm-player-wrapp .stm-player-title-wrap .player_like {
    float: right;
    padding: 3px 2px 3px 0;
}

.stm-player-ids .stm-player-wrapp .stm-player-title-wrap .player_like .fa {
    color: #b2b2b2;
}

.stm-player-ids .stm-player-wrapp .stm-player-title-wrap .player_like .fa:before {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.stm-player-ids .stm-player-wrapp .stm-player-title-wrap .player_like span {
    margin-left: 5px;
    color: #fff;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.stm-player-ids .stm-player-wrapp .stm-player-title-wrap .player_like .like_button:hover {
    color: #00aaff;
    text-decoration: none;
}

.stm-player-ids .stm-player-wrapp .stm-player-title-wrap .player_like .like_button:hover span {
    color: #00aaff;
}

.stm-player-ids .stm-player-wrapp .stm-player-title-wrap .player_like .like_button:hover .fa:before {
    content: "\f004";
    color: #00aaff;
}

.stm-player-ids .stm-player-wrapp .stm-player-title-wrap .like_button.disabled {
    color: #fff;
}

.stm-player-ids .stm-player-wrapp .stm-player-title-wrap .like_button.disabled .fa {
    color: #fff;
}

.stm-player-ids .stm-player-wrapp .player_info {
    position: relative;
    height: 32px;
    line-height: 32px;
}

.stm-player-ids .stm-player-wrapp .player_info.position-full-width .number {
    display: none !important;
}

.stm-player-ids .stm-player-wrapp .player_info .number {
    position: relative;
    float: right;
    background: #00aaff;
    font-size: 15px;
    color: #fff;
    padding: 0 12px;
    font-weight: normal;
    margin: 0 0 0 13px;
}

.stm-player-ids .stm-player-wrapp .player_info .number i {
    margin-right: 8px;
}

.stm-player-ids .stm-player-wrapp .player_info .number:before {
    content: '';
    position: absolute;
    left: -13px;
    top: 0;
    border-top: 32px solid #3f4851;
    border-right: 11px solid transparent;
}

.stm-player-ids .stm-player-wrapp .player_info .number:after {
    content: '';
    position: absolute;
    left: -11px;
    top: 0;
    border-bottom: 32px solid #00aaff;
    border-left: 11px solid transparent;
}

.stm-player-ids .stm-player-wrapp .player_info .position {
    display: block;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    font-size: 15px;
    height: 32px;
    background: #3f4851;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
}

.widget_follow_us ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_follow_us ul li {
    float: left;
    padding: 0;
    margin: 0 10px 10px 0;
}

.widget_follow_us ul li:before {
    display: none;
}

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

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

.social_button {
    margin: 0 10px 10px 0;
    display: inline-block;
    vertical-align: top;
}

.social_button b {
    display: none;
}

.social_button.mini {
    width: auto;
    height: auto;
    color: #aaaaaa;
    margin: 0 15px 15px 0;
    font-size: 22px;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    line-height: 22px;
}

.social_button.mini:hover {
    color: #ed265a;
    opacity: 1;
}

.social_button.mini:hover i.fa-facebook-square,
.social_button.mini:hover .post_share .st_facebook .stButton:hover {
    color: #3b5998 !important;
}

.social_button.mini:hover i.fa-twitter-square,
.social_button.mini:hover .post_share .st_twitter .stButton:hover {
    color: #00a0d1 !important;
}

.social_button.mini:hover i.fa-linkedin-square {
    color: #0e76a8 !important;
}

.social_button.mini:hover i.fa-instagram-square,
.social_button.mini:hover .post_share .st_instagram .stButton:hover {
    color: #825c48 !important;
}

.social_button.mini:hover i.fa-google-plus-square,
.social_button.mini:hover .post_share .st_googleplus .stButton:hover {
    color: #b21f1f !important;
}

.social_button.mini:hover i.fa-vimeo-square {
    color: #32B6EF !important;
}

.social_button.mini:hover i.fa-pinterest-square,
.social_button.mini:hover .post_share .st_pinterest .stButton:hover {
    color: #d73532 !important;
}

.social_button.mini:hover i.fa-dribbble {
    color: #ea73a0 !important;
}

.social_button.mini:hover i.fa-rss-square {
    color: #e98c14 !important;
}

.social_button.mini:hover i.fa-youtube-play-square {
    color: #cc181e !important;
}

.social_button.mini:hover i.fa-youtube-play-square:before {
    content: "\f16a" !important;
    font-family: 'FontAwesome';
}

.social_button.mini:hover i.fa-dropbox {
    color: #1081DE !important;
}

.social_button.mini i.fa-youtube-play-square:before {
    content: "\f16a" !important;
    font-family: 'FontAwesome';
}

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

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

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

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

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

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

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

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

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

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

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

.stm-features-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 20px 26px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stm-features-wrapp .stm-features-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    -ms-grid-column-align: center;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stm-features-wrapp .stm-features-icon img {
    display: block;
    width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.stm-features-wrapp .stm-feature-title {
    display: block;
    overflow: hidden;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-top: 13px;
    text-transform: uppercase;
}

.stm-features-wrapp .stm-feature-content {
    font-size: 13px;
    color: #b2b2b2;
    text-align: center;
    margin-top: 12px;
    line-height: 21px;
}

.addvert_wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: cover;
    padding: 15px;
}

.addvert_wrapp .addvert_logo {
    display: block;
    overflow: hidden;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.addvert_wrapp .addvert_logo img {
    display: block;
    width: 44%;
}

.addvert_wrapp .addvert_info_wrapp {
    display: block;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.addvert_wrapp .addvert_info_wrapp .addvert_title {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 20px 40px 10px;
}

.addvert_wrapp .addvert_info_wrapp .addvert_title span {
    display: block;
    overflow: hidden;
    font-weight: 400;
    font-size: 46px;
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
    margin-top: 50px;
}

.addvert_wrapp .addvert_info_wrapp .addvert_sub_title {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 0 40px 15px;
}

.addvert_wrapp .addvert_info_wrapp .addvert_sub_title span {
    display: block;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
}

.addvert_wrapp .addvert_info_wrapp .addvert_btn {
    display: block;
    overflow: hidden;
    text-align: center;
}

.stm-tabs-wrap {
    display: block;
    overflow: hidden;
    width: 100%;
}

.stm-tabs-wrap .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 1px 0 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.stm-tabs-wrap .nav-tabs li {
    padding: 0;
    margin: 0 1px 0 0;
    border-radius: 0;
    border: 0;
}

.stm-tabs-wrap .nav-tabs li:before {
    display: none;
}

.stm-tabs-wrap .nav-tabs li.active a {
    background: #00aaff;
    border: 0;
    color: #fff;
    padding: 17px 16px 16px;
    margin-top: -1px;
}

.stm-tabs-wrap .nav-tabs li.active a:hover {
    border: 0;
    color: #fff;
}

.stm-tabs-wrap .nav-tabs li a {
    background: #3f4851;
    color: #fff;
    border-radius: 0;
    border: 0;
    margin: 0;
    min-width: 132px;
    padding: 16px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.stm-tabs-wrap .nav-tabs li a:hover {
    text-decoration: none;
    border: 0;
    color: #00aaff;
}

.stm-tabs-wrap .tab-content-wrapp {
    display: block;
    overflow: hidden;
    border-top: 0;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    margin: 0;
    width: 100%;
    position: relative;
}

.stm-tabs-wrap .tab-content-wrapp .tab-pane {
    padding: 23px 28px 29px;
}

.stm-tabs-wrap .tab-content-wrapp .tab-pane.in.active {
    display: block;
}

.stm-tabs-wrap .tab-content-wrapp .tab-pane .tab-content {
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    color: #868686;
}

.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-tickets-wrapp {
    display: block;
    overflow: hidden;
    width: 100%;
}

.stm-tickets-wrapp h3 {
    line-height: 30px;
    text-transform: uppercase;
}

.stm-tickets-wrapp .stm-tickets-teams {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background: #3a4147;
    padding: 20px 20px 10px;
    border-bottom: 3px solid #00aaff;
}

.stm-tickets-wrapp .stm-tickets-teams .stm-left-team {
    display: block;
    overflow: hidden;
    width: 100%;
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.stm-tickets-wrapp .stm-tickets-teams .stm-left-team .stm-team-img {
    display: block;
    width: 100%;
    max-width: 50px;
    margin: 0 auto 5px;
}

.stm-tickets-wrapp .stm-tickets-teams .stm-left-team .stm-team-img img {
    display: block;
    width: 100%;
}

.stm-tickets-wrapp .stm-tickets-teams .stm-left-team .stm-team-name {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.stm-tickets-wrapp .stm-tickets-teams .stm-left-team .stm-team-name span {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.stm-tickets-wrapp .stm-tickets-teams .stm-team-vs {
    display: block;
    width: 100%;
    text-align: center;
}

.stm-tickets-wrapp .stm-tickets-teams .stm-team-vs span {
    font-size: 30px;
    text-transform: uppercase;
    color: #b2b2b2;
    position: relative;
}

.stm-tickets-wrapp .stm-tickets-teams .stm-team-vs span:before {
    content: '';
    display: block;
    width: 6px;
    height: 3px;
    background: #b2b2b2;
    position: absolute;
    left: -50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.stm-tickets-wrapp .stm-tickets-teams .stm-team-vs span:after {
    content: '';
    display: block;
    width: 6px;
    height: 3px;
    background: #b2b2b2;
    position: absolute;
    right: -50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.stm-tickets-wrapp .stm-tickets-teams .stm-right-team {
    display: block;
    overflow: hidden;
    width: 100%;
}

.stm-tickets-wrapp .stm-tickets-teams .stm-right-team .stm-team-img {
    display: block;
    width: 100%;
    max-width: 50px;
    margin: 0 auto 5px;
}

.stm-tickets-wrapp .stm-tickets-teams .stm-right-team .stm-team-img img {
    display: block;
    width: 100%;
}

.stm-tickets-wrapp .stm-tickets-teams .stm-right-team .stm-team-name {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.stm-tickets-wrapp .stm-tickets-teams .stm-right-team .stm-team-name span {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.stm-tickets-wrapp .stm-tickets-btn {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
}

.stm-tickets-wrapp .stm-tickets-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.stm-tickets-wrapp .stm-tickets-btn a i {
    color: #fff;
    margin-right: 15px;
    margin-left: -7px;
}

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

.stm-gmap-wrap {
    display: block;
    overflow: hidden;
    position: relative;
}

.stm-gmap-wrap .stm-gmap-info-blocks-wrap {
    display: block;
    width: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 0;
    padding: 53px 0 30px;
}

.stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin: 0 -15px;
}

.stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks .stm-info-block-wrap {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 15px;
}

.stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks .stm-info-block-wrap .stm-ib-title h4 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks .stm-info-block-wrap .stm-ib-list ul li {
    padding: 0;
    margin-bottom: 5px;
}

.stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks .stm-info-block-wrap .stm-ib-list ul li:before {
    display: none;
}

.stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks .stm-info-block-wrap .stm-ib-list ul li .stm-ib-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks .stm-info-block-wrap .stm-ib-list ul li .stm-ib-item i {
    display: block;
    color: #00aaff;
    margin-right: 10px;
    vertical-align: middle;
    min-width: 20px;
}

.stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks .stm-info-block-wrap .stm-ib-list ul li .stm-ib-item i.fa-envelope-o {
    content: '';
}

.stm-gmap-wrap .stm-gmap-info-blocks-wrap .stm-gmap-info-blocks .stm-info-block-wrap .stm-ib-list ul li .stm-ib-item .stm-ib-text {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #475058;
}

.stm-icon-title-wrap .stm-icon-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 14px;
}

.stm-icon-title-wrap .stm-icon-title i {
    color: #00aaff;
    margin-right: 15px;
    font-size: 32px;
}

.stm-icon-title-wrap .stm-icon-title h4 {
    font-size: 20px;
    color: #151618;
    margin: 0;
}

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

.stm-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -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;
}

.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;
    -webkit-transition: all 0.4s;
    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;
    -webkit-transition: all 0.4s !important;
    transition: all 0.4s !important;
}

.tt_tabs_navigation li a:hover {
    color: #fff !important;
    border: 0 !important;
    padding-bottom: 17px !important;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.tt_tabs_navigation li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #d19e3b;
    -webkit-transition: height 0.4s;
    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 {
    -webkit-transform: translateZ(0);
    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);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.stm-timeline__image img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

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

.owl-item.active .stm-timeline__image img {
    -webkit-filter: grayscale(0);
    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: #81b441;
}

.stm-timeline__steps-list .stm-timeline__step a {
    position: absolute;
    left: 0;
    -webkit-transform: translateX(-50%);
    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: #d19e3b;
    z-index: 1;
    padding-left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.stm-timeline__steps-list .stm-timeline__steps-progress:before {
    display: none;
}

.stm-timeline__nav {
    border: 2px solid #81b441;
    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;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.stm-timeline__nav .owl-prev:hover,
.stm-timeline__nav .owl-next:hover {
    background: #81b441;
    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: #81b441;
}

.stm-mobile-teams-name,
.stm-mobile-show {
    display: none;
}

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

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

.stm-header.stm-header-second .stm-header-inner {
    padding: 0;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit {
    background: transparent !important;
    width: 100%;
    text-align: left;
    padding: 0px;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit:after {
    background: transparent !important;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-list-duty {
    margin-top: 0px;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu {
    display: inline-block;
    vertical-align: middle;
    font-family: "Oswald";
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li:first-child a {
    padding: 0 29px 0 0;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li:first-child > .sub-menu {
    left: 0;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu:nth-of-type(2) > li:first-child > a {
    padding: 0 29px !important;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu:nth-of-type(2) > li:first-child > .sub-menu {
    left: 28px;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li.current-menu-item > a span,
.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li.current_page_item > a span {
    padding-bottom: 1px;
    border-bottom: solid 2px #da9a29;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li a {
    font-size: 16px;
    padding: 1px 29px 0;
    background: transparent;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li a:before {
    display: none;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li a:hover span {
    border-bottom: solid 2px #da9a29;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu {
    margin-left: -10px;
    left: 28px;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu li {
    display: block;
    border-radius: 0;
    padding-left: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #da9a29;
    background: transparent !important;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 0;
    background-color: #da9a29;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
    opacity: 0;
    z-index: -1;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu li:hover:active {
    color: #06083b !important;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu li:hover:active > a {
    color: #06083b !important;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu li:hover:active > a span {
    border: 0;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu li:hover {
    background: #da9a29 !important;
    color: #fff;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu li:hover:after {
    color: #da9a29;
    width: 100%;
    right: 0%;
    background: #da9a29;
    opacity: 1;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu li:hover a {
    color: #fff;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu li:hover a span {
    border: 0;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu > li {
    padding-left: 10px;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu > li > a {
    font-size: 15px;
    padding: 0;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu > li > .sub-menu li a {
    font-size: 15px;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-menu > li > .sub-menu > li > .sub-menu li a:hover:active {
    color: #06083b !important;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-logo {
    display: inline-block;
    width: 127px;
    vertical-align: middle;
    float: inherit !important;
    margin: 14px 22px 17px 22px !important;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-logo .bloglogo {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .kos-header-logo .logoHide {
    visibility: hidden;
    opacity: 0;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search {
    width: 100%;
    height: auto !important;
    top: 50%;
    margin-top: -36px;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent !important;
    padding: 9px 0 10px;
    text-align: right;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-submit:before {
    background: transparent;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-submit:hover {
    background: transparent;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-submit:hover:before {
    background: transparent;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-submit .fa-search {
    margin-right: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-submit .fa-search:before {
    display: block;
    overflow: hidden;
    content: "\e915" !important;
    font-family: 'stm-splash-icons' !important;
    color: #fff;
    background: transparent;
    width: 20px;
    height: 20px;
    font-size: 16px;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-submit.activated {
    background: #da9a29 !important;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-submit.activated .fa-search {
    margin-right: 25px;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-submit.activated .fa-search:before {
    color: #06083b;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-input {
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    padding: 0px;
    height: 70px;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    background-color: #151515;
    box-shadow: none;
    color: #fff;
    visibility: hidden;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-input.active {
    visibility: visible;
    width: 100%;
    max-width: 1140px;
    padding: 20px 15px;
}

.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-input::-webkit-input-placeholder {
    color: #fff;
}

.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 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;
    -webkit-transition: .5s ease;
    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 #81b441;
    padding-left: 5%;
}

.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: #d19e3b;
    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: 17px;
    font-weight: 700;
    font-stretch: condensed;
    color: #464646;
    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: #53a8ee;
}

.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;
	padding:0;
}

.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: #464646;
    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: #81b441;
    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: #d19e3b;
}

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

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -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;
    -webkit-transition: opacity .3s ease;
    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;
}
.latestnews span {
    font-size: 14px;
    color: #464646;
}
.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;
    -webkit-transform: none;
    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;
}

.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-footer-socials-top {
    display: block;
    overflow: hidden;
}

.stm-footer-socials-top .stm-list-duty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stm-footer-socials-top .stm-list-duty li {
    padding: 20px 49px 18px 49px;
    margin: 0;
    -webkit-transition: .4s ease;
    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;
	color:#464646 !important;
	font-size: 40px !important;
}

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

.stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop:hover .image a img {
    -webkit-transform: scale(1.1);
    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 {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .image .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: -webkit-linear-gradient(top, transparent, #000000);
    background: linear-gradient(to bottom, transparent, #000000);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 20px;
    left: -10px;
    background: #d19e3b;
    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: -webkit-box;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 23px 14px 5px 14px;
    background: #1E90FF;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: 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: 27px;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 13px;
	font-size: 17px !important;
	height: 55px;
    
}

.stm-media-tabs.stm-news-tabs-wrapper.style_baseball .tab-pane .stm-single-post-loop .content .stm-content-wrap .title a {
   color: #464646 ;
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -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: #81b441;
    position: absolute;
    left: 14%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-14%);
    transform: translateY(-50%) translateX(-14%);
}

.stm-sportspress-sidebar,
aside.widget {
    margin-bottom: 63px;
}

.stm-sportspress-sidebar .widget_title,
.stm-sportspress-sidebar .widget-title,
aside.widget .widget_title,
aside.widget .widget-title {
    margin-bottom: 27px;
}

.stm-sportspress-sidebar .widget_title h3,
.stm-sportspress-sidebar .widget_title h4,
.stm-sportspress-sidebar .widget-title h3,
.stm-sportspress-sidebar .widget-title h4,
aside.widget .widget_title h3,
aside.widget .widget_title h4,
aside.widget .widget-title h3,
aside.widget .widget-title h4 {
    font-size: 24px;
    text-transform: uppercase;
}

.stm-sportspress-sidebar:last-child,
aside.widget:last-child {
    margin-bottom: 0;
}

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

.calendar_wrap table {
    text-align: center;
}

.calendar_wrap table th {
    text-align: center;
}

.calendar_wrap table #prev {
    text-align: left;
}

.calendar_wrap table #next {
    text-align: right;
}

.calendar_wrap table #prev,
.calendar_wrap table #next {
    padding: 15px 0;
}

.tagcloud {
    padding-top: 10px;
}

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

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

.product-categories li,
.widget_categories li {
    padding: 0;
    margin: 0;
    width: 100%;
}

.product-categories li .sub-menu,
.widget_categories li .sub-menu {
    padding: 0;
    padding-left: 10px;
    margin: 0;
}

.product-categories li.current-cat a:before,
.widget_categories li.current-cat a:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.product-categories li:before,
.widget_categories li:before {
    display: none;
}

.product-categories li a,
.widget_categories li a {
    position: relative;
    display: block;
    padding: 12px 30px;
    text-transform: uppercase;
    background-color: #303132;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    border-bottom: 1px solid #fff;
}

.product-categories li a span,
.widget_categories li a span {
    position: relative;
    z-index: 20;
}

.product-categories li a:before,
.widget_categories li a:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #81b441;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.product-categories li a:after,
.widget_categories li a:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 5px;
    background-color: #81b441;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
}

.product-categories li a:hover:before,
.widget_categories li a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.product-categories li a:hover:after,
.widget_categories li a:hover:after {
    width: 0px;
}

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

div.widget_nav_menu ul.menu li,
.stm-widget-menu ul.menu li {
    padding: 0;
    margin: 0;
    width: 100%;
}

div.widget_nav_menu ul.menu li .sub-menu,
.stm-widget-menu ul.menu li .sub-menu {
    padding: 0;
    padding-left: 10px;
    margin: 0;
}

div.widget_nav_menu ul.menu li.current_page_item a:before,
.stm-widget-menu ul.menu li.current_page_item a:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

div.widget_nav_menu ul.menu li:before,
.stm-widget-menu ul.menu li:before {
    display: none;
}

div.widget_nav_menu ul.menu li a,
.stm-widget-menu ul.menu li a {
    position: relative;
    display: block;
    padding: 12px 30px;
    text-transform: uppercase;
    background-color: #303132;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    border-bottom: 1px solid #fff;
}

div.widget_nav_menu ul.menu li a span,
.stm-widget-menu ul.menu li a span {
    position: relative;
    z-index: 20;
}

div.widget_nav_menu ul.menu li a:before,
.stm-widget-menu ul.menu li a:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #81b441;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

div.widget_nav_menu ul.menu li a:after,
.stm-widget-menu ul.menu li a:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 5px;
    background-color: #81b441;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
}

div.widget_nav_menu ul.menu li a:hover:before,
.stm-widget-menu ul.menu li a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

div.widget_nav_menu ul.menu li a:hover:after,
.stm-widget-menu ul.menu li a:hover:after {
    width: 0px;
}

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

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

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

.widget.widget_stm_recent_posts .image {
    float: left;
    margin-top: 6px;
    max-width: 100px;
    margin-right: 18px;
}

.widget.widget_stm_recent_posts .date {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #a4a4a4;
}

.widget.widget_stm_recent_posts .h5 {
    color: #404040;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.widget.widget_stm_recent_posts .stm-post-content {
    overflow: hidden;
}

#sb_instagram #sbi_images {
    float: none;
}

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

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

.widget_search {
    position: relative;
}

.widget_search .search-input {
    padding-right: 80px;
}

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

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

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

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

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

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

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

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

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

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

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

.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: #81b441;
    border-color: #81b441;
}

.stm-title-box-title-wrapper .stm-shop-categories .stm-shop-category:last-child {
    margin-right: 0;
}

.stm-title-box-title-wrapper .stm-shop-categories .stm-shop-category .name {
    padding-bottom: 7px;
    color: #404040;
    border-bottom: 2px solid transparent;
}

.stm-title-box-title-wrapper .stm-shop-categories .stm-shop-category .count {
    margin-left: 2px;
    color: #a5a5a5;
}

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

.stm-single-product-loop .stm-product-content-loop-inner {
    display: block;
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
}

.stm-single-product-loop .stm-product-content-loop-inner > a:first-child {
    display: block;
    text-decoration: none !important;
}

.stm-single-product-loop .stm-product-content-loop-inner:hover .stm-product-content-image:before {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.stm-single-product-loop .stm-product-content-loop-inner:hover .stm-product-content-image .stm-button-inner a {
    opacity: 1;
}

.stm-single-product-loop .stm-product-content-loop-inner:hover h3 {
    color: #81b441 !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: #81b441 !important;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 20;
}

.stm-single-product-loop .stm-product-content-loop-inner .stm-product-content-image .stm-button-inner {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 999;
}

.stm-single-product-loop .stm-product-content-loop-inner .stm-product-content-image .stm-button-inner a {
    position: relative;
    display: inline-block;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 0;
}

.stm-single-product-loop .stm-product-content-loop-inner .stm-product-content-image .stm-button-inner a:after {
    position: absolute;
    content: '';
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 5px;
    vertical-align: top;
    content: "";
    font-size: 16px;
}

.stm-single-product-loop .stm-product-content-loop-inner .stm-product-content-image .stm-button-inner a.loading:after {
    width: 1.28571429em;
    content: "\f021";
    -webkit-animation: fa-spin 1s infinite steps(60);
    animation: fa-spin 1s infinite steps(60);
}

.stm-single-product-loop .stm-product-content-loop-inner .stm-product-content-image .stm-button-inner a.added:after {
    width: 1.28571429em;
    content: "\f00c";
}

.stm-single-product-loop .stm-product-content-loop-inner .stm-product-content-image .stm-button-inner a.added_to_cart {
    display: block;
    margin: 15px auto 0;
    color: #fff;
}

.stm-single-product-loop .stm-product-content-loop-inner .stm-product-content-image .stm-button-inner a.added_to_cart:hover {
    text-decoration: underline !important;
}

.stm-single-product-loop .stm-product-content-loop-inner .clearfix {
    position: relative;
    margin-top: 15px;
}

.stm-single-product-loop .stm-product-content-loop-inner .clearfix .title {
    float: left;
    width: 67%;
}

.stm-single-product-loop .stm-product-content-loop-inner .clearfix .title h3 {
    margin-bottom: 1px;
    font-size: 16px;
    color: #404040;
    text-transform: uppercase;
}

.stm-single-product-loop .stm-product-content-loop-inner .clearfix .title p {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    opacity: 0.8;
}

.stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta {
    float: right;
    margin-top: 10px;
    padding-left: 30px;
    width: 32%;
    text-align: right;
}

.stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta .star-rating {
    display: inline-block;
    float: none;
}

.stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta .price {
    position: static;
    right: 0;
    top: 0;
    margin-top: 8px;
    display: block;
    clear: both;
    font-weight: 700;
    font-size: 24px;
    color: #81b441;
}

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

.stm-badge-wrapper {
    position: relative;
    overflow: hidden;
}

.stm-badge-wrapper .onsale {
    position: absolute;
    top: 20px;
    right: -60px;
    padding: 5px 10px;
    width: 200px;
    background-color: #81b441;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-weight: 700;
    z-index: 90;
}

.stm-badge-wrapper .woocommerce-product-gallery .flex-viewport figure div a img {
    margin: 0 auto;
}

.splashBasketball .stm-badge-wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 3px 0 0 3px;
}

.splashBasketball .stm-badge-wrapper .woocommerce-product-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
}

.splashBasketball .stm-badge-wrapper .woocommerce-product-gallery ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}

.splashBasketball .stm-badge-wrapper .woocommerce-product-gallery ol li {
    width: 100%;
    max-width: 112px;
    max-height: 112px;
    overflow: hidden;
    border: 2px solid #dbdbd9;
    padding-left: 0;
    margin-right: 5px;
}

.splashBasketball .stm-badge-wrapper .woocommerce-product-gallery ol li:last-child {
    margin-right: 0;
}

.splashBasketball .stm-badge-wrapper .woocommerce-product-gallery ol li:before {
    display: none;
}

.splashBasketball .stm-badge-wrapper .woocommerce-product-gallery ol li img {
    max-width: 100%;
    margin: 0 auto;
}

.splashBasketball .stm-badge-wrapper .woocommerce-product-gallery .flex-viewport figure {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

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

.woocommerce .star-rating {
    width: 96px;
    font-size: 16px;
}

.woocommerce .star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    letter-spacing: 5px;
    color: #ffc600;
}

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

.stm-single-product-images {
    position: relative;
}

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

.stm-thumnails-single-product-wrapper {
    position: relative;
    float: left;
    width: 100px;
    margin-right: 30px;
}

.stm-thumnails-single-product-wrapper .stm-vertical-arrows {
    position: absolute;
    left: 0;
    bottom: -72px;
    width: 100px;
    margin-top: 4px;
    font-size: 24px;
    text-align: center;
}

.stm-thumnails-single-product-wrapper .stm-vertical-arrows .slick-arrow {
    padding: 5px 20px;
    cursor: pointer;
    color: #81b441;
}

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

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

.woocommerce .price ins {
    text-decoration: none !important;
}

.woocommerce .price .amount {
    color: #81b441;
}

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

.woocommerce-tabs .wc-tabs li a {
    text-transform: uppercase;
    color: #81b441;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 7px;
    border-bottom: 2px solid transparent;
    text-decoration: none !important;
}

.woocommerce-tabs #tab-description p {
    opacity: 0.8;
}

.woocommerce-tabs .commentlist li {
    margin-bottom: 24px;
}

.woocommerce-tabs .commentlist li .comment_container {
    position: relative;
    padding: 25px 140px 30px 30px;
    background-color: #fff;
}

.woocommerce-tabs .commentlist li .comment_container .star-rating {
    position: absolute;
    right: 0;
    top: 30px;
}

.woocommerce-tabs .commentlist li .comment_container .meta strong {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #404040;
}

.woocommerce-tabs .commentlist li .comment_container .meta time {
    font-weight: 700;
    color: #a4a4a4;
    text-transform: uppercase;
}

.woocommerce-tabs .commentlist li:before {
    display: none;
}

.woocommerce-tabs .commentlist li img {
    padding-top: 5px;
    float: left;
    max-width: 70px;
    margin-right: 30px;
}

.woocommerce-tabs .commentlist li .comment-text {
    overflow: hidden;
}

.woocommerce-tabs .commentlist li .comment-text .description {
    margin-top: 9px;
    opacity: 0.8;
}

.woocommerce-tabs .commentlist li .comment-text .description p {
    margin-bottom: 10px;
}

.woocommerce-tabs .commentlist li .star-rating {
    float: none;
    font-size: 15px;
    margin-bottom: 5px;
}

.woocommerce-tabs .commentlist li .meta {
    margin-bottom: 0;
}

.comment-respond {
    padding-bottom: 40px;
    position: relative;
    margin-top: 61px;
}

.comment-respond .comment-reply-title {
    margin-bottom: 31px;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
}

.comment-respond .comment-form {
    padding: 23px 30px 30px 30px;
    background-color: #303132;
}

.comment-respond .comment-form label {
    margin-bottom: 13px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.comment-respond .comment-form .form-submit {
    margin-bottom: 0;
}

.comment-respond .comment-form input,
.comment-respond .comment-form textarea {
    background-color: #fff;
}

.comment-respond .comment-form p {
    margin-bottom: 39px;
}

.comment-respond .comment-form .comment-form-comment {
    margin-bottom: 15px;
}

.comment-respond .comment-form textarea {
    max-height: 135px;
    margin-bottom: 0px;
}

.comment-respond .comment-form input[type="submit"] {
    min-height: 55px;
    min-width: 170px;
}

.comment-respond .comment-form-rating {
    position: absolute;
    top: 7px;
    right: 0;
    vertical-align: top;
}

.comment-respond .comment-form-rating label {
    display: inline-block;
    margin-right: 18px;
    color: #151515 !important;
    text-transform: none;
    font-size: 16px;
}

.comment-respond .comment-form-rating p.stars {
    display: inline-block;
}

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

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

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

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

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

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

.woocommerce p.stars a {
    margin-right: 0;
    width: 20px !important;
}

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

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

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

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

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

table.variations label {
    color: #151515;
    font-size: 100%;
}

table.variations td {
    border: 0;
}

table.variations td.st-label label {
    font-size: 16px;
    text-transform: uppercase;
}

table.variations td .reset_variations {
    display: none !important;
}

.woocommerce-info,
.woocommerce-message {
    position: relative;
    padding: 29px 29px 26px;
    margin-bottom: 30px;
    border-top: 3px solid #81b441;
    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: #81b441;
}

.woocommerce-info .button,
.woocommerce-message .button {
    position: relative;
    top: 1px;
    display: block;
    float: right;
    padding: 0;
    background-color: transparent !important;
    border: 0;
    color: #81b441 !important;
    font-size: 16px;
    vertical-align: top;
}

.woocommerce-info .button.wc-forward,
.woocommerce-message .button.wc-forward {
    position: relative;
    padding-left: 34px;
}

.woocommerce-info .button.wc-forward:after,
.woocommerce-message .button.wc-forward:after {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "\f07a";
    display: block;
    left: 12px;
    top: 1px;
}

.woocommerce-info .button:before,
.woocommerce-message .button:before {
    display: none;
}

.woocommerce-checkout-review-order-table .quantity,
.shop_table_responsive.cart .quantity {
    max-width: 60px;
    width: auto;
    margin: 0 auto;
}

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

.woocommerce-checkout-review-order-table th,
.shop_table_responsive.cart th {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.woocommerce-checkout-review-order-table th.product-thumbnail,
.shop_table_responsive.cart th.product-thumbnail {
    width: 150px;
}

.woocommerce-checkout-review-order-table th.product-name,
.shop_table_responsive.cart th.product-name {
    width: 400px;
    text-align: left;
}

.woocommerce-checkout-review-order-table th.product-price,
.shop_table_responsive.cart th.product-price {
    width: 170px;
}

.woocommerce-checkout-review-order-table th.product-quantity,
.shop_table_responsive.cart th.product-quantity {
    width: 170px;
}

.woocommerce-checkout-review-order-table th.product-subtotal,
.shop_table_responsive.cart th.product-subtotal {
    width: 150px;
}

.woocommerce-checkout-review-order-table th.product-remove,
.shop_table_responsive.cart th.product-remove {
    width: 65px;
}

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

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

.woocommerce-checkout-review-order-table td,
.shop_table_responsive.cart td {
    text-align: center;
    border: 0;
}

.woocommerce-checkout-review-order-table td.actions,
.shop_table_responsive.cart td.actions {
    background-color: transparent !important;
}

.woocommerce-checkout-review-order-table td.product-name,
.shop_table_responsive.cart td.product-name {
    text-align: left;
}

.woocommerce-checkout-review-order-table td.product-name a,
.shop_table_responsive.cart td.product-name a {
    color: #151515;
    text-decoration: none !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.woocommerce-checkout-review-order-table td.product-name .variation,
.shop_table_responsive.cart td.product-name .variation {
    display: none;
    margin-top: 5px;
}

.woocommerce-checkout-review-order-table td.product-name .variation p,
.shop_table_responsive.cart td.product-name .variation p {
    margin-bottom: 0;
}

.woocommerce-checkout-review-order-table td.product-price,
.shop_table_responsive.cart td.product-price {
    font-size: 18px;
    font-weight: 700;
}

.woocommerce-checkout-review-order-table td.product-subtotal,
.shop_table_responsive.cart td.product-subtotal {
    font-size: 18px;
    font-weight: 700;
    color: #81b441;
}

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

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

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

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

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

.customer_details tfoot,
.order_details tfoot,
.woocommerce-checkout-review-order-table tfoot {
    text-align: left !important;
}

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

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

#order_review_heading {
    margin: 30px 0;
}

.wc_payment_methods li {
    padding-left: 0;
}

.wc_payment_methods li:before {
    display: none;
}

.wc_payment_methods li input[type="radio"] {
    position: relative;
    top: -1px;
    margin-right: 15px;
}

.wc_payment_methods li.payment_method_paypal img {
    margin: 0 15px;
}

.order_details {
    margin-bottom: 30px;
}

.customer_details {
    margin-bottom: 30px;
}

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

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

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

.my_account_orders {
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.my_account_orders .order-number {
    padding-left: 30px;
}

.my_account_orders .order-actions {
    padding-right: 30px;
    text-align: right;
}

.my_account_orders td {
    background-color: #e8e8e8 !important;
}

#customer_login .col-2,
#customer_login .col-1 {
    padding: 30px;
    padding-bottom: 0;
    background-color: #81b441;
}

#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;
}
/*--------------------custom-style---------------*/
.splashBaseball .stm-footer #footer-main #text-7 .textwidget p:first-line{font-weight: 500;}
.splashBaseball .stm-footer #footer-main #text-7 .textwidget p{font-weight: 300;}
.splashBaseball .stm-footer #footer-main .textwidget strong { font-weight: 500;
    font-size: 16px;}
table#DataTables_Table_0 td  ,
table#DataTables_Table_1 td{/*padding-left: 0 !important;*/}
.splashBaseball div#DataTables_Table_2_wrapper table tbody tr td ,
.splashBaseball div#DataTables_Table_2_wrapper table tbody tr td a {color: #000 !important;font-weight: 400;}
.wpb_single_image.wpb_content_element.vc_align_left.predatorimage {
    margin: 26px 0 0 0;
    float: left;
    min-width: auto;
    min-height: 327px;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
	    padding: 20px;
}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1516184112810.vc_row-has-fill{background-position: center center !important;background-size: cover !important;}
.downloadpdf {
    margin-top: 4px;
    float: left;
    width: 100%;
}
.splashBaseball .lidcombe   .vc_tta-container .vc_tta.vc_general  .vc_tta-panel-title a{padding: 15px!important}
.splashBaseball .lidcombe   .vc_tta-container .vc_tta.vc_general table tr:nth-child(even) ,.downloadpdf ul li:nth-child(even){background: #ffffff17;}
.splashBaseball .lidcombe   .vc_tta-container .vc_tta.vc_general .vc_tta-panel-heading{border-bottom: 0;}
.vc_row.wpb_row.vc_row-fluid.productsection.vc_custom_1516108519842.vc_row-has-fill {background: #fff !important;}
.splashBaseball  .vc_tta-container .vc_tta.vc_general .season12 table tr:nth-child(even){background: #ffffff17;}
.splashBaseball  .season12{background:#000;}
.home.page-template-default .play-can {
    padding: 30px 0 60px 0;
	background-position:left top !important;
    background-size: cover !important;
}


.vc_tta-panel h4.vc_tta-panel-title {
    background-image: url('http://webblazesofttech.com/demo/diamondleague/wp-content/uploads/images/5068-32.png')!important;
	background-repeat: no-repeat!important;
	background-position: right!important;
}

.vc_active h4.vc_tta-panel-title {
    background-image: url('http://webblazesofttech.com/demo/diamondleague/wp-content/uploads/images/5069-32.png')!important;
	background-repeat: no-repeat!important;
	background-position: right!important;
}
.splashBaseball #stm-top-bar .stm-top-bar_right .stm-top-cart-holder .stm-cart-af a{display:inline-block !important;}
 .wpb-js-composer .vc_tta.vc_general  .vc_tta-panel-heading{border-bottom:0 !important}

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

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

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

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

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

@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: #81b441;
    }
    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%;
    }
}

@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_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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    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;
        -webkit-transform: none;
        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;
        -webkit-transform: none;
        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%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        float: none;
        margin: 0;
        white-space: nowrap;
    }
    .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command {
        padding: 0;
        padding-top: 120px;
    }
    .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command .stm-command-logo {
        top: 0;
        left: 50%;
        margin: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command .stm-command-logo img {
        max-height: 100px;
        width: auto;
    }
    .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command.stm-command-right {
        padding-right: 0;
    }
    .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command.stm-command-right .stm-command-logo {
        margin: 0;
        right: 50%;
        left: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    .stm-next-match-title {
        margin-right: 20px;
    }
    .stm-reviews-main-wrapper .stm-review-image {
        display: none;
    }
    .stm-images-grid .col-md-3 {
        text-align: center;
    }
    .stm-images-grid .col-md-3 .stm-images-grid-single {
        display: inline-block;
    }
    .stm-images-grid .col-md-3 .stm-images-grid-single.stm-waiting {
        display: none;
    }
    .stm-image-slider .stm-slider-control-prev,
    .stm-image-slider .stm-slider-control-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 25px;
        margin-top: -20px;
    }
    .stm-single-trophy .image {
        width: 30%;
        margin: 0 auto 20px;
        min-height: 100px !important;
    }
    .stm-single-trophy .image img {
        max-height: 100px !important;
    }
    .stm-sportspress-sidebar {
        display: none;
    }
    .stm-sportspress-sidebar-left .col-md-9 .sp-template-league-table,
    .stm-sportspress-sidebar-right .col-md-9 .sp-template-league-table {
        margin: 0 -15px;
    }
    .stm-sportspress-sidebar-left .stm-single-sp_table-league .stm-title-box-unit,
    .stm-sportspress-sidebar-right .stm-single-sp_table-league .stm-title-box-unit {
        margin: 0 -30px;
    }
    .sp-template-logo,
    .sp-template-photo {
        float: none;
    }
    .stm-player-details-right .stm-player-team-logo {
        margin-top: 25px;
    }
    .stm-player-details-right .stm-player-team-logo img {
        width: 10px;
    }
    .stm-player-stats {
        margin-top: 15px;
    }
    .stm-player-stats .stm-player-stat {
        padding: 17px 15px 10px;
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }
    .row-sm-2 .col-sm-6:nth-child(3n+1) {
        clear: none;
    }
    .row-sm-2 .col-sm-6:nth-child(2n+1) {
        clear: both;
    }
    .stm-single-product-loop .stm-product-content-loop-inner .clearfix .meta {
        padding-left: 20px;
    }
    .woocommerce-checkout-review-order-table td.actions .coupon,
    .shop_table_responsive.cart td.actions .coupon {
        margin-bottom: 35px;
        float: none;
    }
    .woocommerce-checkout-review-order-table td.actions .stm-actions-right,
    .shop_table_responsive.cart td.actions .stm-actions-right {
        float: none;
        width: 100%;
        text-align: left;
    }
    .cart-collaterals,
    .woocommerce-tabs {
        margin-top: 30px;
    }
    .stm-team-staff-list .stm-single-staff {
        width: 50%;
    }
    .stm-team-staff-list .stm-single-staff:nth-child(2n+1) {
        clear: both;
    }
    .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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .news_style_baseball_grid .stm-single-post-loop .image .post-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        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;
        -webkit-transform: none !important;
        transform: none !important;
        overflow: hidden;
    }
    .stm-single-player-vc_stats .stm-statistic-meta {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .stm-player-statistic-unit .owl-nav {
        position: static;
        margin-left: 15px;
        padding-bottom: 30px;
    }
    .footer-widgets-wrapper .stm-cols-4 aside {
        width: 100% !important;
    }
    aside.widget .widget_title,
    aside.widget .widget-title {
        margin-top: 0;
    }
    #stm-footer-bottom .footer-bottom-left {
        float: none;
        width: 100%;
        text-align: center;
    }
    #stm-footer-bottom .footer-bottom-right .footer-bottom-right-text {
        margin-bottom: 15px;
        float: none;
        width: 100%;
        text-align: center;
    }
    #stm-footer-bottom .footer-bottom-right .footer-socials-title {
        margin-right: 0 !important;
        position: static !important;
        text-align: center;
        display: block !important;
    }
    .menu-widget-menu-container li {
        width: 100%;
    }
    .stm-footer-image {
        height: 230px;
    }
    .stm-footer-image .inner {
        padding-top: 30px;
    }
    .stm-reviews .stm-review-container .content {
        margin: 0;
    }
    .stm-media-tabs .stm-media-tabs-nav ul li a {
        padding-top: 5px;
        padding-left: 0;
    }
    .stm-single-league .data-rank {
        display: none;
    }
    .stm-single-league .data-name {
        padding-left: 15px;
    }
    .stm-title-left {
        float: none;
    }
    .stm-main-title-unit {
        margin-bottom: 10px !important;
    }
    .stm-reviews-controls {
        padding-left: 0;
        margin-bottom: 20px;
    }
    .stm-reviews-carosel-wrapper {
        margin-left: 0;
    }
    .stm-next-match-units .stm-next-match-unit .stm-next-match-time .heading-font span:after {
        display: none;
    }
    .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents {
        display: block;
    }
    .stm-next-match-units .stm-next-match-unit .stm-next-match-time .heading-font span {
        display: block;
    }
    .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command {
        display: block;
        margin-bottom: 50px;
        width: 100%;
    }
    .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command.stm-command-right {
        padding-left: 0;
    }
    .stm-next-match-units .stm-next-match-unit .stm-next-match-opponents .stm-command-vs {
        display: block;
        margin-bottom: 20px;
        width: 100%;
    }
    .stm-next-match-title {
        float: none;
    }
    .stm-carousel-controls-right {
        margin-bottom: 20px;
        margin-left: -6px;
        text-align: left;
    }
    .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit {
        width: 100% !important;
    }
    .stm-media-tabs .stm-medias-unit-wider .stm-medias-unit .stm-media-single-unit img {
        width: 100%;
    }
    .stm-title-box-unit {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .stm-demo-typography .wpb_content_element .wpb_wrapper {
        padding-left: 50px;
    }
    #main {
        padding-bottom: 20px;
    }
    .mc4wp-form .mc4wp-form-fields p {
        float: none;
    }
    .mc4wp-form .mc4wp-form-fields p:first-child {
        width: 100%;
    }
    .mc4wp-form .mc4wp-form-fields p:nth-child(2) {
        width: 100%;
    }
    body.page-template-coming-soon #wrapper {
        height: 900px !important;
    }
    .stm-single-sp_calendar {
        margin: 0 -15px;
    }
    .stm-upcoming-events_list ul li .event_date {
        position: static;
        width: 100%;
        padding: 15px;
        margin-bottom: 15px;
    }
    .stm-upcoming-events_list ul li .event_date .date {
        position: static;
        -webkit-transform: none;
        transform: none;
    }
    .stm-upcoming-events_list ul li {
        padding: 0;
        padding-bottom: 25px;
    }
    .stm-upcoming-events_list ul li .clearfix {
        padding: 0 15px;
        text-align: center;
    }
    .stm-upcoming-events_list ul li .commands {
        float: none;
    }
    .stm-upcoming-events_list ul li .read_more {
        margin: 15px 0 0;
        float: none;
    }
    .stm-upcoming-events_list ul li .commands h3 .stm-red {
        display: block;
    }
    .stm-single-sp_event {
        margin: 0 -15px;
    }
    .stm-next-match-main-meta {
        padding: 0 15px;
    }
    .stm-single-sp_event table.sp-data-table th:first-child,
    .stm-single-sp_event table.sp-data-table td:first-child {
        padding-left: 10px;
    }
    .stm_author_box .author_avatar {
        float: none;
        margin-bottom: 15px;
    }
    .stm_post_comments .comment-list li.comment .comment-author-image {
        float: none;
        margin: 15px 0;
    }
    .stm_post_comments .comment-list li .children {
        padding-left: 0;
    }
    .stm-donations-content .stm-donation-inner .image {
        float: none;
        margin-bottom: 30px;
    }
    .stm-single-donation .stm-donation-cash {
        float: none;
        margin-bottom: 20px;
    }
    .stm-single-donation .stm-donate {
        text-align: left;
    }
    .stm-single-donation .stm-donation-cash .heading-font {
        display: block;
        margin-bottom: 5px;
    }
    .stm-single-donation .stm-donation-cash .heading-font:after {
        display: none;
    }
    .stm-title-box-title-wrapper h3 {
        float: none;
    }
    .stm-title-box-title-wrapper .stm-shop-categories .stm-shop-category {
        display: block;
        margin-right: 0;
    }
    ul.page-numbers {
        margin: 20px -5px 20px;
    }
    .stm-thumnails-single-product-wrapper {
        display: none;
    }
    .woocommerce-variation {
        float: none;
        text-align: left;
    }
    .woocommerce-checkout-review-order-table th.product-thumbnail,
    .shop_table_responsive.cart th.product-thumbnail {
        display: none;
    }
    .cart_item .product-thumbnail {
        display: none;
    }
    .woocommerce-checkout-review-order-table td.product-name,
    .shop_table_responsive.cart td.product-name,
    .woocommerce-checkout-review-order-table th.product-name,
    .shop_table_responsive.cart th.product-name {
        padding-left: 15px;
    }
    .woocommerce-checkout-review-order-table td.actions .stm-actions-right .wc-proceed-to-checkout,
    .shop_table_responsive.cart td.actions .stm-actions-right .wc-proceed-to-checkout {
        margin-left: 0;
        margin-top: 15px;
    }
    .woocommerce-checkout-review-order-table td.actions .coupon .input-text,
    .shop_table_responsive.cart td.actions .coupon .input-text {
        top: 0;
        margin-bottom: 15px;
    }
    .woocommerce-checkout-review-order-table td.actions .coupon,
    .shop_table_responsive.cart td.actions .coupon {
        margin-bottom: 15px;
    }
    .stm-cart-totals {
        padding-bottom: 30px;
    }
}

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

.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: #81b441;
    text-align: center;
    padding: 0 2px;
    border-radius: 50%;
    font-size: 13px;
}

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

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

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

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

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

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

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

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

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

.stm-mobile-menu-unit {
    display: none;
    position: absolute;
    top: 100%;
    right: 40px;
    width: 388px;
    border-top: 5px solid #81b441;
}

.stm-mobile-menu-unit .inner .stm-top {
    padding: 22px 25px 10px;
    position: relative;
    background-color: #303132;
}

.stm-mobile-menu-unit .inner .stm-top .stm-top-right {
    overflow: hidden;
    padding-right: 40px;
}

.stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-search .search-input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    font-size: 24px;
    color: #151515;
    outline: none !important;
    z-index: 20;
}

.stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-search .search-input.active {
    opacity: 1;
    visibility: visible;
    background: #fff;
}

.stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    border: 0;
    padding: 0;
    color: #b6b6b6;
    background-color: transparent;
    font-size: 18px;
    z-index: 25;
    -webkit-transition: background-color 0.3s 0s;
    transition: background-color 0.3s 0s;
    border-radius: 0;
}

.stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-search .search-submit:before {
    display: none;
}

.stm-mobile-menu-unit .inner .stm-top .stm-top-right .stm-top-search .search-submit.activated {
    background-color: #81b441 !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: #81b441;
}

.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;
    }
    .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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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 #d19e3b;
    }
    .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;
        -webkit-transform: none;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -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;
    }
}

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

#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: #81b441;
    border-radius: 5px;
    outline: none !important;
    font-size: 14px;
    font-weight: 700;
    background-color: #81b441;
    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: #81b441 !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: #81b441;
    z-index: -1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    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: #81b441;
    border-color: #e21e17;
}

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

#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;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
}

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

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

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

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

#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: #81b441;
    border-color: #81b441;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#joomsport-container .jsplayerCart a:hover .innerjsplayerCart img {
    -webkit-transform: scale(1.08) translateZ(0);
    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 #81b441;
    background-color: #151515;
}

#joomsport-container .namePlayerCart > div {
    position: absolute;
    bottom: 0;
    left: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom 0;
    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: #81b441;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

#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(http://webblazesofttech.com/demo/diamondleague/wp-content/themes/splash/assets/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-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;
}

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

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

#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;
}
img.stm-main-logo {
 
   
    width: 100%!important;
   
}
.downloadpdf ul li:before {
    display: none !important;
}
 .upomingevents h1 {
	color: #464646!important;
    text-align: center;
    font-size: 40px !important;
    font-weight: 700!important;
}
.sponsor h3 {
    color: #464646;
    text-align: center;
	font-size: 40px !important;
	font-weight: 700;
    margin-top:92px!important;
}
h4.sp-table-caption {
    color: #000!important;
	font-weight: 400;
    font-size: 40px !important;
}
.lidcombe h3 {
    font-size: 28px;
    font-weight: 700;
}
span.vc_tta-title-text {
    font-size: 20px;
}
.downloadpdf a {
    color: #fff !important;
	margin-left: 24px;
	font-weight: 400;
    font-size: 14px;
}
.downloadpdf h3 {
    background: #DAA520;
    font-size: 16px!important;
    font-weight: 300;font-style: normal; padding: 8px 15px;text-align: left;
    
}
.teamplayer {
    background: #f4f4f4;
}
.upcoming {
    background: #f8f8f8;
}
.teamplayer img.vc_single_image-img {
   
   /* max-width: 400px;*/
    vertical-align: top;
}
.vc_row.wpb_row.vc_row-fluid.teamplayer.vc_row-o-full-height.vc_row-o-columns-middle.vc_row-flex {
    
}
.teamplayer .sp-data-table thead th {
    white-space: nowrap;
    background: #fff!important;
}


.teamplayer table tbody tr.odd {
    background: #f4f8f9!important;
}
.teamplayer table tbody tr.even {
    background: #e8e8e8!important;
}
span.woocommerce-Price-amount.amount {
    color: #dcad29!important;
}
.sp-template.sp-template-player-list tr.odd {
    background: #faf8f9!important;
    
}
.sp-template.sp-template-player-list tr.even {
    background: #e8e8e8!important;
}
.teamplayer table tbody tr td {
    color: #000;
    background-color: transparent !important;
    padding: 14px 8px;
    border-bottom: 0;
}
.teamplayer table tbody tr td.data-name a {
    color: #000 !important;
    font-size: 16px;
}
.stm-main-menu-unit img {
   /* margin-left: 55px;
    padding-top: 39px;*/
}
.stm-main-menu-unit p {
	padding-left: 5%;
    padding-top: 8%;
    color: #000;
    font-weight: bold;
}
.header_video {
    background: url(http://webblazesofttech.com/demo/diamondleague/wp-content/uploads/2013/06/audio-bg.jpg);
    height: 120px;
    width: 130px;
	margin: 37px 0 0 5%;
}

.season12 td {
    color: #fff!important;
	font-size:17px!important;
}
.season12{
	background: #000;
}
.sportspress h4 {
    margin-bottom: 30px;
}
.oursponsor {
    min-height:0px!important;
	padding: 55px 0 0 0;
}
.season12 strong {
    margin-left: 10px;
}
i.vc_tta-icon.fa.fa-plus {
    float: right;
    padding-top: 10px;
}
i.vc_tta-icon.fa.fa-plus-square {
    float: right;
    padding-top: 10px;
}
.wpb_text_column.wpb_content_element p {
    color: #595959;
}
.stm-shop-sidebar {
    color: #595959;
}


.diamond-league {
    padding: 143px 0 0 0px;
}
.diamond-league h1 {
    color: #464646;
    font-size: 72px !important;
    text-align: center;
}
.diamond-league img {
    float: c;
    /* margin: 0 auto; */
    margin-left: 193px;
}
.play-league p {
    font-size: 16px;
  
}
.play-league h2 {
       width: 100%;
    margin: 0;
    padding: 20px 20px 15px 20px;
    color: #464646!important;
    font-size: 30px!important;
    text-align: left;
    line-height: normal;
    text-transform: uppercase!important;
    font-weight: 600!important;
	font-style: normal !important;
}
.play-league ul {
    
    list-style-type: none;
	 
}
.play-league strong {
    color: #777777;
}
.play-league a {
    color: #797979 !important;
    /* font-size: 19px; */
    font-weight: 700;
}
.play-league a:hover {
    color: #797979 !important;
}
.play-league ul li{position:relative;margin-left: 40px;}
.play-league ul li:before{background: url('http://webblazesofttech.com/demo/diamondleague/wp-content/uploads/images/hand.png'); 
	position:absolute; 
	    left: -30px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
}
.play-league.grading ul li:before {
    background: url(http://webblazesofttech.com/demo/diamondleague/wp-content/uploads/images/right-arrow.png);
    position: absolute;
    left: -30px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
}

.pool-plyer img {
    width: 70%;
    float: right;
}
.fargorate {
    float: left;
    width: 100%;
}
.fargorate h1 {
       color: #464646;
    font-size: 25px!important;
    font-weight: 600 !important;
    line-height: normal;
    margin: 0;
	    font-style: normal !important;

}
.wpb_wrapper .fargorate p {
   
   font-size: 15px;
    color: #464646 !important;
    margin-top: 19px;
}
a.button.btn-primary.btn-sm.btn-style-1 {
    color: #fff;
}
.individual h1 {
    font-size: 35px !important;
    text-align: center;
    color: #464646;
    font-weight: 600 !important;
    line-height: normal;
    margin: 0;
    padding: 25px 0px;
	    font-style: normal !important;
}
.col-one {
    background: #f6f6f6;
    padding: 29px 15px 23px 29px;
}
.col-one h2 {
    color: #464646 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
	    font-style: normal !important;
}
.col-one p {
    color: #464646;
    font-size: 15px;
    line-height: normal;
    padding: 0;
    text-align: center;
	
}
.indileague {
    
    padding: 27px 0 0 0;
 
}
.indileague h1 {
    font-size: 35px !important;
    text-align: center;
    color: #464646;
    font-weight: 600 !important;
    line-height: normal;
    margin: 0;
    padding: 25px 0px;
	    font-style: normal !important;
}
.michael-page {
    float: left;
    margin: 50px 0;
    width: 100%;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 50px;
}
.whois {
    float: left;
    margin: 20px 0;
}
.whois h1 {
    float: left;
    width: 30%;
    color: #464646;
    font-size: 20px!important;
    font-weight: 600!important;
    line-height: normal;
    margin: 0;
    padding: 70px 0;
    font-style: normal !important;
}
.whois p {
    float: left;
    width: 65%;
    color: #464646!important;
    font-size: 15px;
    line-height: normal;
    margin: 0px 0;
    padding: 0;
}

.vc_row.wpb_row.vc_row-fluid.fargobutton {
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 53px;
}
.grow {
    border-bottom: 1px solid #c0c0c0;
}
.wsite-button-normal {
       background-color: #767676;
    border-radius: 3px;
    color: #fff !important;
    float: left;
    margin-top: 20px;
    padding: 15px 40px;
    text-decoration: none;
	font-size: 18px;
}
.btn-wsite {
    float: left;
    margin-left: 85px;
}
.play-league {
    background: none repeat scroll 0 0 #fff;
    height: auto;
    padding: 0;
    width: 100%;
}
p.picon{position:relative;margin-left:40px;}
p.picon:before {
    position: absolute;
    left: -40px;
    content: "\f21b";
    font-family: FontAwesome;
    font-size: 30px;
    color: #daa520;
}
.play-league h2.format{position:relative;padding: 0;margin-left: 40px;    margin-bottom: 20px;}
.play-league h2.format:before {
    background-image: url(http://webblazesofttech.com/demo/diamondleague/wp-content/uploads/images/format.png);
    position: absolute;
    left: -40px;
    width: 30px;
    height: 30px;
    background-position: left top;
    content: "";
    background-repeat: no-repeat;
}
.play-league h2.match-format{position:relative;padding: 0;margin-left: 40px;    margin-bottom: 20px;}
.play-league h2.match-format:before {
    background-image: url(http://webblazesofttech.com/demo/diamondleague/wp-content/uploads/images/match-format.png);
    position: absolute;
    left: -40px;
    width: 30px;
    height: 30px;
    background-position: left top;
    content: "";
    background-repeat: no-repeat;
}
.play-league h2.grading-system{position:relative;padding: 0;margin-left: 40px;    margin-bottom: 20px;}
.play-league h2.grading-system:before {
    background-image: url(http://webblazesofttech.com/demo/diamondleague/wp-content/uploads/images/grading-system.png);
    position: absolute;
    left: -40px;
    width: 30px;
    height: 30px;
    background-position: left top;
    content: "";
    background-repeat: no-repeat;
}
.play-league h2.forming-team{position:relative;padding: 0;margin-left: 40px;    margin-bottom: 20px;}
.play-league h2.forming-team:before {
    background-image: url(http://webblazesofttech.com/demo/diamondleague/wp-content/uploads/images/team-forming.png);
    position: absolute;
    left: -40px;
    width: 30px;
    height: 30px;
    background-position: left top;
    content: "";
    background-repeat: no-repeat;
}
.play-league h2.forming-team{position:relative;padding: 0;margin-left: 40px;    margin-bottom: 20px;}
.play-league h2.forming-team:before {
    background-image: url(http://webblazesofttech.com/demo/diamondleague/wp-content/uploads/images/team-forming.png);
    position: absolute;
    left: -40px;
    width: 30px;
    height: 30px;
    background-position: left top;
    content: "";
    background-repeat: no-repeat;
}
.play-league h2.predator-series{position:relative;padding: 0;margin-left: 40px;    margin-bottom: 20px;}
.play-league h2.predator-series:before {
    background-image: url(http://webblazesofttech.com/demo/diamondleague/wp-content/uploads/images/prizes.png);
    position: absolute;
    left: -40px;
    width: 30px;
    height: 30px;
    background-position: left top;
    content: "";
    background-repeat: no-repeat;
}
.play-league h2.las-vegas{position:relative;padding: 0;margin-left: 40px;    margin-bottom: 20px;}
.play-league h2.las-vegas:before {
    background-image: url(http://webblazesofttech.com/demo/diamondleague/wp-content/uploads/images/prizes.png);
    position: absolute;
    left: -40px;
    width: 30px;
    height: 30px;
    background-position: left top;
    content: "";
    background-repeat: no-repeat;
}
.play-league h2.local-legends{position:relative;padding: 0;margin-left: 40px;    margin-bottom: 20px;}
.play-league h2.local-legends:before {
    background-image: url(http://webblazesofttech.com/demo/diamondleague/wp-content/uploads/images/prizes.png);
    position: absolute;
    left: -40px;
    width: 30px;
    height: 30px;
    background-position: left top;
    content: "";
    background-repeat: no-repeat;
}
.play-league h2.cost{position:relative;padding: 0;margin-left: 40px;    margin-bottom: 20px;}
.play-league h2.cost:before {
    background-image: url(http://webblazesofttech.com/demo/diamondleague/wp-content/uploads/images/costs.png);
    position: absolute;
    left: -40px;
    width: 30px;
    height: 30px;
    background-position: left top;
    content: "";
    background-repeat: no-repeat;
}
.play-league h2.prize{position:relative;padding: 0;margin-left: 40px;    margin-bottom: 20px;}
.play-league h2.prize:before {
    background-image: url(http://webblazesofttech.com/demo/diamondleague/wp-content/uploads/images/prizes.png);
    position: absolute;
    left: -40px;
    width: 30px;
    height: 30px;
    background-position: left top;
    content: "";
    background-repeat: no-repeat;
}
.btn-csi{
    float: left;
    margin-left: 85px;
	padding-bottom:30px;
}
p.picons a {
    width: 20px;
    display: inline-block;
    font-size: 22px;
}
p.picons a.facebook {
    color: #203e86;
}
p.picons a.youtube{color:#ee0002}
p.picons a.twitter{color:#2998f4}


.welline {
    width: 405px;
    float: left;
    margin: 12px 0 0 0;
    padding: 0px;
}

ul.dia-l {
    width: 100%;
    margin: 0 0;
    padding: 0;
    list-style-type: none;
    float: left;
}
li.item {
    margin: 29px 16px 10px 43px;
    padding: 10px 0px;
    float: left;
    height: 150px;
    width: 150px !important;
    background-size: 75% 75%;
}
.item-text a {
    text-align: center !important;
    width: 100%;
    float: left;
    font-weight: normal;
    font-size: 14px;
	line-height: 22px;
}
.pdfdownload {
    padding-bottom: 54px;
}
.pdfdownload h4 span strong {
    color: #464646;
    font-size: 22px;
    float: left;
    width: 100%;
    margin: 15px 0px 15px 29px;
}
.item i.fa.fa-file-pdf-o {
    font-size: 100px;
    margin-left: 33px;
}
li.item i {
    
    color: #ffffff;
    background-image: linear-gradient( #b13e32, #cc3c2d );
    border-top-right-radius: 47%;
    /* text-shadow: 0 0 0; */
    /* background-color: transparent; */
    border-top-left-radius: 7%;
    border-bottom-right-radius: 7%;
    border-bottom-left-radius: 7%;
}
.item-text a:hover {
    text-decoration: underline;
}
.dia-l h4 {
    margin: 0;
}
.member-section {
    padding-bottom: 50px;
}
.member_bg {
    
    text-align: center;
}
.member-section .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
.member_box {
   
}
.splashBaseball .member_box h2 {
    color: #daa520;
    text-align: center;
	margin:0;
	font-size: 25px !important;
	font-style: normal;
    font-weight: 700;
}
.member_box p {
   margin: 0;
    line-height: 24px !important;
    font-size: 16px;
	color:#a6a6a6;
}
.member-section .vc_btn3-container.vc_btn3-inline {
    width: 79%;
    text-align: center;
}
.member-section .vc_btn3-container.vc_btn3-inline button{color:#fff;border-color: transparent;}
.member-section .vc_btn3-container.vc_btn3-inline button:before{background:#6d6d6d;}



.membership-header {
    padding: 0 27%;
}
.splashBaseball .membership-head h2 {
        color: #464646;
    text-align: center;
    margin: 0;
    font-size: 25px !important;
    font-style: normal;
    font-weight: 900;
	    padding-top: 88px;
}
.splashBaseball .membership-header p {
    text-align: left;
    font-size: 15px;
    color: #a6a6a6;
    
}

.splashBaseball .wpb_wrapper .wpb_content_element{    /*display: grid;*/ display: block;}

.splashBaseball .service_box h2 {
   color: #fff;
    font-size: 16px !important;
    line-height: normal;
    font-weight: 600;
    font-style: normal;
}
.splashBaseball .service_box p {
    color: #fff;
}
.service_div {
    width: 100%;
    float: left;
}
.service_box {
    width: 30%;
    float: left;
	margin-left: 34px;
	    min-height: 280px;
}
.member-benefits {
    margin-left: 164px;
}
.splashBaseball .member-benefits h2 {
    color: #fff;
	margin-right: 191px;
	font-style: normal;
    text-align: center;
    font-weight: 700 !important;
    letter-spacing: -1px;
    margin-bottom: 8px;
    font-size: 40px !important;
	
}
img.alignright {
    width: 35%;
    
}
.splashBaseball .snooker_bg p {
    color: #000;
}
.splashBaseball .email_div h3 {
    color: #000;
    font-size: 21px !important;
}
a.enter_buttom {
    background: #797979;
    float: right;
    color: #fff !important;
    font-size: 18px;
    border-radius: 5px;
    width: 20%;
    text-align: center;
	padding:4px;
}
.enter_div {
   width: 85%;
    float: right;
    margin-top: 20px;
}
.snooker-image {
    margin-bottom: 30px;
}
.snooker-image img {
    min-width: 77%;
	margin-left: 56px;
}
.snooker_bg{width:100%;}
.splashBaseball .form-section .wpb_text_column.wpb_content_element {
    width: 100%;
	
}
.splashBaseball .form-section .wpb_wrapper .wpb_content_element{display:block !important;}
.splashBaseball .email_div {
    width: 100%;
    float: left;
}
.splashBaseball .form-section  .email_div label {
    width: 15%;
    float: left;
	display: flex;
    height: 55px;
    align-items: center;
    margin-bottom: 0;
	color: #464646 !important;
}
.splashBaseball .form-section  .email_div input{width: 85%;    background: #cccccc;
    float: left;}
.splashBaseball .form-section .email_div br {
    display: none;
}
.form-section .email_div.passwd {
    margin-top: 20px;
}
.form-section .check-box {
    width: 35%;
    float: left;
}
.form-section .check-box img{margin-right:10px;}
.member-section .wpb_wrapper {
    background: #f6f6f6;
	    text-align: center;
       
        padding: 30px 0;
    min-height: 250px;
}
.video-rapper {
    margin-top: 85px;
}


.bg {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
}
.step02_div {
    width: 65%;
    float: left;
}
.Account_Setup {
    width: 100%;
    padding: 72px 0 46px 0;
    font: 17px 'Raleway', sans-serif;
    font-weight: normal;
    color: #464646;
    font-size: 22px;
    float: left;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.Account_Setup img {
    width: 62%;
	padding-top: 12px;
}
#membershipform{display:inline-block;
    padding-right: 30px;
    box-sizing: border-box;}
.pls {
    width: 790px;
    margin: 10px 0 0 0;
    padding: 0px 0px 0 10px;
}
.pls h1 {
    width: 770px;
    margin: 26px 0 0 99px;
    padding: 0px 0px 0 0;
    font: 13px 'Raleway', sans-serif;
    font-weight: normal;
    color: #333;
    font-weight: 600;
    font-size: 17px !important;
}
.left_form {
       width: 100%;
    float: left;
    
    padding: 0px;
}
.left_form input {
    text-indent: 10px;
}
span.firstname {
    width: 48%;
    float: left;
	margin-right:4%;
}
span.lastname {
    width:48%;
    float: left;
}
span.email {
    width: 48%;
    float: left;
	margin-right:4%;
	padding-top: 25px;
}
span.mobile-phone {
    width: 48%;
    float: left;
	padding-top: 25px;
}
.firstname label {
    display: inline-block !important;
    margin-bottom: 5px!important;
    font-weight: 600!important;
    float: left!important;
    width: 53%!important;
	font-size: 18px;
    color: #464646;
}
.firstname input.name_input {
    width: 100% !important;
    float: left;
   
    padding: 0px!important;
    font: 14px 'Raleway', sans-serif;
    color: #333!important;
    border: 1px solid #CCC !important;
    background-color: #fff !important;

}

.lastname label {
    display: inline-block!important;
    margin-bottom: 5px!important;
    font-weight: 600!important;
    float: left!important;
    width: 74%!important;
	font-size: 18px;
    color: #464646;
}
.lastname input.name_input {
    width: 100%;
    float: left;
    padding: 0px!important;
    font: 14px 'Raleway', sans-serif;
    color: #333!important;
    border: 1px solid #CCC !important;
    background-color: #fff !important;
    color: #777777;
}


.email label {
    display: inline-block!important;
    margin-bottom: 5px!important;
    font-weight: 600!important;
    float: left!important;
    width: 74%!important;
	font-size: 18px;
    color: #464646;
}
.email input.name_input {
    width: 100% !important;
    float: left;
    padding: 0px!important;
    font: 14px 'Raleway', sans-serif;
    color: #333!important;
    border: 1px solid #CCC !important;
    background-color: #fff !important;
   
}

.mobile-phone label {
    display: inline-block!important;
    margin-bottom: 5px!important;
    font-weight: 600!important;
    float: left!important;
    width: 74%!important;
	font-size: 18px;
    color: #464646;
}
.mobile-phone input.home_input {
    width: 100% !important;
    float: left;
    padding: 0px!important;
    font: 14px 'Raleway', sans-serif;
    color: #333!important;
    border: 1px solid #CCC !important;
    background-color: #fff !important;
   
}
span.gender {
    width: 100%;
    float: left;
	padding-top: 25px;
}
.gender label {
    display: inline-block!important;
    margin-bottom: 5px!important;
    font-weight: 600!important;
    float: left!important;
    width: 100%!important;
	font-size: 18px;
    color: #464646;
}
.gen {
    width: 98%;
}
.gender span.select2-selection.select2-selection--single {
    background: #bcbcbc;
    width: 100%;
}
.gender .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 73px;
}
span.address1 {
    width: 100%;
    float: left;
	padding-top: 25px;
}
span.ques-1, span.ques-2, span.play-ability {
    padding-top: 25px;
    float: left;
    width: 100%;
}
.address1 label {
    display: inline-block!important;
    margin-bottom: 5px!important;
    font-weight: 600!important;
    float: left!important;
    width: 100%!important;
	font-size: 18px;
    color: #464646;
}
.address1 input.name_input {
    width: 100% !important;
    float: left;
    margin: 0px 0px 10px !important;
    padding: 0px!important;
    font: 14px 'Raleway', sans-serif;
    color: #333!important;
    border: 1px solid #CCC !important;
    background-color: #fff !important;
}
span.address2 {
    width: 100%;
    float: left;
	padding-top: 25px;
}
.address2 label {
    display: inline-block!important;
    margin-bottom: 5px!important;
    font-weight: 600!important;
    float: left!important;
    width: 100%!important;
	font-size: 18px;
    color: #464646;
}
.address2 input.name_input {
    width: 98% !important;
    float: left;
    margin: 0px 0px 10px !important;
    padding: 0px!important;
    font: 14px 'Raleway', sans-serif;
    color: #333!important;
    border: 1px solid #CCC !important;
    background-color: #bcbcbc !important;
    height: 45px !important;
}

#main{display:inline-block;width: 100%;}

span.birthdate {
    width: 100%;
    float: left;
    padding-top: 25px;
}
.birthdate label {
    display: inline-block!important;
    margin-bottom: 5px!important;
    font-weight: 600!important;
    float: left!important;
    width: 100%!important;
    font-size: 18px;
    color: #464646;
}
.ques-1 label {
    display: inline-block!important;
    margin-bottom: 5px!important;
    font-weight: 600!important;
    float: left!important;
    width: 100%!important;
    font-size: 18px;
    color: #464646;
}
.ques-2 label {
    display: inline-block!important;
    margin-bottom: 5px!important;
    font-weight: 600!important;
    float: left!important;
    width: 100%!important;
    font-size: 18px;
    color: #464646;
}
.play-ability label {
    display: inline-block!important;
    margin-bottom: 5px!important;
    font-weight: 600!important;
    float: left!important;
    width: 100%!important;
    font-size: 18px;
    color: #464646;
}
.birthdate span.select2-selection.select2-selection--single {
    width: 91% !important;
    background: #bcbcbc;
	    height: 45px;
}
.birthdate .select2-container {
    width: 33% !important;
}
.birthdate .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 71px;
}

span.city {
    width: 33%;
    float: left;
	padding-top: 25px;
}
.city label {
    display: inline-block!important;
    margin-bottom: 5px!important;
    font-weight: 700!important;
    float: left!important;
    width: 100%!important;
	font-size: 18px;
    color: #464646;
}
.city input.name_input {
    width: 90% !important;
    float: left;
    margin: 0px 0px 10px !important;
    padding: 0px!important;
    font: 14px 'Raleway', sans-serif;
    color: #333!important;
    border: 1px solid #CCC !important;
    background-color: #bcbcbc !important;
    height: 45px !important;
}
span.state {
    width: 33%;
    float: left;
	padding-top: 25px;
}
.state label {
    display: inline-block!important;
    margin-bottom: 5px!important;
    font-weight: 700!important;
    float: left!important;
    width: 90%!important;
	font-size: 18px;
    color: #464646;
}
.state .select2-container .select2-selection--single {
    height: 45px;
    border: 1px solid #d7d6d6;
    outline: none !important;
    background: #bcbcbc;
    width: 91%;
}
.state .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 71px;
}
span.post-code {
    width: 33%;
    float: left;
	padding-top: 25px;
}
.post-code label {
    display: inline-block!important;
    margin-bottom: 5px!important;
    font-weight: 700!important;
    float: left!important;
    width: 90%!important;
	font-size: 18px;
    color: #464646;
}
.post-code input.home_input {
    width: 95% !important;
    float: left;
    margin: 0px 0px 10px !important;
    padding: 0px!important;
    font: 14px 'Raleway', sans-serif;
    color: #333!important;
    border: 1px solid #CCC !important;
    background-color: #bcbcbc !important;
    height: 45px !important;
}

span.message {
    width: 100%;
    float: left;
	padding-top: 7px;
}
.message label {
    display: inline-block!important;
    margin-bottom: 5px!important;
    font-weight: 700!important;
    float: left!important;
    width: 100%!important;
	font-size: 18px;
    color: #464646;
}
.message textarea.home_input {
    width:  839px;
    height: 100px;
    float: left;
    margin: 0px 0px 10px !important;
    padding: 0px!important;
    font: 14px 'Raleway', sans-serif;
    color: #333!important;
    border: 1px solid #CCC !important;
background-color: #bcbcbc !important;}
.name {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}
.name label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    float: left;
}
.name p {
    width: 123px;
    float: left;
    margin: 5px 0px 5px 0;
    padding: 0px;
    font: 14px 'Raleway', sans-serif;
    font-weight: normal;
    color: #0066FF;
    text-transform: uppercase;
    font-weight: 600;
}


#home .submit input[type="submit"] {
    background: #797979 !important;
    border: #bcbcbc !important;
    float: right !important;
    padding:15px 30px;
    margin-top: 20px !important;
    font-size: 21px;
	font-weight: 600;
}
#home .submit input[type="submit"]:hover, button:hover, .button:hover {
    color: #fff;
}
#home {
    width: 100%;
    float: right;
    margin: 20px 0 0 0;
    padding: 0px;
}
#home p {
    width: 123px;
    float: left;
    margin: 0px 0px 5px 0;
    padding: 0px;
    font: 14px 'Raleway', sans-serif;
    font-weight: normal;
    color: #0066FF;
    text-transform: uppercase;
    font-weight: 600;
    clear: both;
}
/*.submit {
    width: auto;
    float: right;
    margin: 55px 0 0 0px;
    padding: 8px 15px;
    text-decoration: none;
    webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    margin: 40px 20px 0 0;
    padding: 8px 20px;
    text-decoration: none;
}*/
.form_div {
    width: 35%;
    float: left;
    padding-top: 207px;
}

.snooker_fom {
    background: #f6f6f6;
	    padding: 25px 20px;
		float:left;
		border: 1px solid #909090;
		width:45%
}
.snooker_fom h2 {
    line-height: 25px;
    font-size: 18px !important;
    font-style: normal !important;
    color: #464646!important;
    font-weight: 600 !important;
}
.email_fom label {
    display: inline-block!important;
    margin-bottom: 5px!important;
    font-weight: 700!important;
    float: left!important;
    width: 100%!important;
    font-size: 18px;
    color: #464646;
}

.email_fom input.email {
    border: 1px solid #e2e2e2;
}
.passwd_fom label {
    display: inline-block!important;
    margin-bottom: 5px!important;
    font-weight: 700!important;
    float: left!important;
    width: 100%!important;
    font-size: 18px;
    color: #464646;
}

.passwd_fom  input.password {
    border: 1px solid #e2e2e2;
}

.checkbox-fom {
    margin-top: 34px;
	 margin-bottom: 10px; 
}
.checkbox-fom span {
    margin-left: 10px;
  
}


a.fom_buttom{
    background: #797979;
    float: right;
    color: #fff !important;
    font-size: 20px;
    border-radius: 5px;
    text-align: center;
	padding:15px 30px;
	    font-weight: 600;

}
.forgot_password {
	width:100%;
}
.forgot_password p {
    /* float: right; */
    /* margin-top: 88px; */
    /* padding-left: 24px; */
   text-align: left;
    float: left;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
}

.footer_buttom {
    width: 100%;
    float: left;
   margin-top: 40px;
    padding: 0px;
    border-top: 1px #CCCCCC solid;
	display: flex;
    align-items: center;
    justify-content: center;
}


.buttom_big {
       background: none repeat scroll 0 0 #797979;
	   border-radius: 6px;
       color: #fff !important;
       float: left;
       font: 500 20px 'Raleway', sans-serif;
       padding: 15px 30px;
       text-align: center;
       text-decoration: none;
       text-transform: uppercase;
	   margin-top: 40px;
    margin-right: 2%;
}
.splashBaseball .grand-ladder table thead tr th{padding-right:16px;}
.fundamental-head h2.wpb_heading.wpb_video_heading {
    font-size: 24px !important;
    color: #464646;
}
.essential-head h2.wpb_heading.wpb_video_heading {
    font-size: 18px !important;
    color: #464646;
    width: 100%;
}
.kicking-head h2.wpb_heading.wpb_video_heading {
    font-size: 18px !important;
    color: #464646;
    width: 317px !important;
}
.mentaltips-head h2.wpb_heading.wpb_video_heading {
    font-size: 17px !important;
    color: #464646;
    width: 434px !important;
}
.advance-head h2.wpb_heading.wpb_video_heading {
    font-size: 20px !important;
    color: #464646;
}
.sp_table-template-default .stm-sportspress-sidebar-right #DataTables_Table_0 th, .sp_table-template-default .stm-sportspress-sidebar-right #DataTables_Table_0 td {
    font-size: 12px;
    padding: 11px !important;
	text-align: center;
}
 .sp_table-template-default .stm-sportspress-sidebar-right .stm-single-sp_table-league .sp-league-table th:last-child{
	 text-indent:0;
 }
 body.sp_table-template-default .stm-sportspress-sidebar-right .col-md-9{width:100%;}
 .splashBaseball .grand-ladder .grand-ladder-16 table thead tr th {
    padding-right: 12px;
}
.grand-ladder-16 .sp-scrollable-table-wrapper{min-height:425px;}
.teamplayer{padding:50px 0;}
 
	.grand-left {
    background: #767676;
    padding: 20px;
	position:relative !important;
}
.splashBaseball .grand-left   h1 {
    color: #fff;
    font-size: 23px !important;
    font-weight: 700;
    margin-bottom: 40px;
}

#predator-Panel h1{color:#464646    ;
    font-size: 40px !important;
    font-weight: 700;
    margin-bottom: 40px;}

.grand-lader tbody th {
    color: #000;
}
.splashBaseball .grand-left table tbody tr td { 
    font-weight: 400;
    padding: 14px 20px;
}
.splashBaseball .grand-left table tr {
    background-color: #0000003d;
}
.splashBaseball .grand-left th {
    background: #dcad29 ;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 13px;
    border:0;
   
}
.splashBaseball .grand-left tr:nth-child(even){
        background: #ffffff17;
}

.splashBaseball .player-left {
    padding: 30px 0;
    background: #f4f4f4;
    width: 100%;
}
.splashBaseball .player-left table th {
    background: #fff ;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 13px;
    border:0;text-align: center; 
}
    .splashBaseball .player-left table th strong{ font-weight: 400;}
    .splashBaseball .player-left table tr{background: #e8e8e8; color: #000;}
    .splashBaseball .player-left tr:nth-child(even){background: #faf9f9;}
    .splashBaseball .player-left table tbody tr td{color: #000;text-align: center;    font-weight: 300;}
    

     .splashBaseball .local-legends ,
     .splashBaseball .grand-lader {
           color:#000;
    }

    .splashBaseball .local-legends table ,
    .splashBaseball .grand-lader table ,
    .splashBaseball .predator-vegas table {background-color: #eee;}
     
     .splashBaseball .local-legends tr ,
     .splashBaseball .grand-lader tr ,
     .splashBaseball .predator-vegas tr{background-color:#efefee;}

     .splashBaseball .local-legends tr:nth-child(even) ,
     .splashBaseball .grand-lader tr:nth-child(even) ,
     .splashBaseball .predator-vegas tr:nth-child(even){background: #fcfcfc;}
           
    
    .splashBaseball .local-legends tr td ,
    .splashBaseball .local-legends tr th ,
    .splashBaseball .grand-lader tr td ,
    .splashBaseball .grand-lader tr th ,
    .splashBaseball .predator-vegas tr td ,
    .splashBaseball .predator-vegas tr th{color:#000;padding: 10px; text-align: center;}   

	
.current-date {
    color: #fff;
    position: absolute;
    top: 7%;
    left: 54%;
    font-size: 20px;
}
.galleryAlbum a {
    color: #464646 !important;
    font-size: 16px;
}
.marquee-left {
    float: left;
    width: 100%;
    display: inline-flex;
}
.splashBaseball .lidcombe  table tbody tr td{width:50%;}
a.edgtf-btn.edgtf-btn-medium.edgtf-btn-solid.learnmore-button {
    float: left !important;
}
.tp-bgimg.defaultimg {
    background-size: 100% 100% !important;
}
.imagesponsor {
    width: 100%;
    float: left;
}
.sponsor-image {
    width: 25%;
    float: left;
	text-align:center;
}
div#right-panel {
    display: block;
    width: 100%;
}
li.normal_font {
    color: #000 !important;
}
h3.stm-main-title-unit {
    color: #000 !important;
}

.product-template-default .col-md-3.hidden-sm.hidden-xs.af-margin-88 {
    display: none;
}
.product-template-default .col-md-9.col-sm-12.col-xs-12 {
    width: 100%;
}
.play-can .timely.ai1ec-calendar-toolbar.ai1ec-clearfix {
    display: none;
}
.ai1ec-pagination.ai1ec-btn-group {
    margin-left: 0;
}
.play-can div#ai1ec-calendar-view-container {
  
  
    width: 532px;
     margin-left:0; 
    float: right
}
.play-can .ai1ec-subscribe-container.ai1ec-pull-right.ai1ec-btn-group {
    top: -51px;
}
.play-can th.ai1ec-weekday {
    color: #000 !important;
}
.play-can .timely .ai1ec-btn-default {
    color: #fff !important;
    background-color: #DAA520 !important;
    border-color: #DAA520  !important;
	font-size:13px;
    height: 51px;
    display: flex;
    align-items: center;
    border-radius: 0;
}
.play-can span.ai1ec-hidden-xs{margin: 0 10px;}
.play-can  table.ai1ec-month-view{margin-bottom: 0 !important;}
.play-can .ai1ec-date {
    background: #DAA520;
    color: #fff;
    font-size: 10pt;
    line-height: 0px;
    height: 13px;
    margin-bottom: 1px;
    padding: 10px;
    font-size: 10pt;
    text-align: center;
    text-shadow: 0 0px 0 !important;
}
.play-can .ai1ec-date a{color: #fff !important;}

.play-can .ai1ec-event {
  margin-top: 6px!important;
    /*background: #171717 !important;*/
    height: 100%!important;
    border-radius: 0!important;
}


.play-can .ai1ec-day-stretcher {
    height: 66px !important;
}

/*----custom-style-------*/
.logo-main h1 {
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    height: 50px;
}
.post-template-default h2 {
    font-size: 30px!important;
    line-height: 35px;
}
table.ai1ec-month-view{background: #f5f5f5 !important}
.play-can .ai1ec-event span.ai1ec-event-title {
  line-height: 12px !important;
    white-space: normal !important;
    font-size: 10px!important;
        text-shadow: 0 0 0;
}
.imagesponsor {
    display: flex;
    align-items: center;
}
.membership-three-section .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{background: #DAA520;border-color: #DAA520;color: #fff;}
.postid-5952  .dp-in {
    color: #000;
}
.page-id-1822 .season12 {
    background: rgba(0,0,0,.5) !important;
}
.splashBaseball ul.page-numbers li {
   
    border-right: 2px solid #fff !important;
}
.splashBaseball ul.page-numbers li .page-numbers.current{color: #f90 !important;}
.archive  .stm-product-content-loop-inner:hover {
    /* background: #f90 !important; */
    transform: scale(1.1,1.1);
    transition: all .3s ease-in-out;
}
 #woocommerce_product_categories-2 .product-categories li a:hover {
    background: #DAA520;
    color: #fff !important;
      }
 p.woocommerce-mini-cart__total.total span {
    color: #fff!important;
}
.post-6062 h2 {
    font-size: 45px !important;
}
.play-can .ai1ec-popover.ai1ec-popup{width: 250px !important;}
.jerseysection h1 {
    font-size: 35px !important;
	color: #464646;
    font-style: normal !important;
}
.oursponsor h1 {
    color: #464646;
	font-size: 40px !important;
    margin-bottom: 77px !important;
}

.predator-image {
    padding: 50px 0px 50px 0;
}

.predator-image h1 {
    color: #464646;
	font-size: 48px !important;
}
.predator-image img {
    width: 13%;
    float: left;
	margin-right: 30px;
}
.media-image a {
    color: #464646 !important;
    font-size: 15px;
    font-weight: 700;
}
.snooker_fom h3 {
    color: #464646;
    font-size: 18px !important;
    padding-bottom: 34px;
	text-align: center;
}
.snooker_fom button {
    margin-left: 156px;
    background: #797979 !important;
    z-index: inherit;
    border: 2px solid grey;
}
.snooker_fom a {
    color: #fff !important;
}
.entry-title a.ee-event-header-lnk {
    color: #464646;
    font-size: 18px;
	
	font-weight:700;
}
.page-id-6730 .event-content form {

    padding-top: 15px;
}
.espresso_events-template-default .stm-footer-image {
    display: none;
}
.entry-title .splashBaseball a:hover {
    color: #464646 !important;
}
.espresso-event-header-dv header.event-header {
    padding-top: 20px;
}
.event-content a {
    color: #000 !important;
    font-size: 21px;
    font-weight: 700;
}
.stm-meta-left-part .stm-date {
    color: #464646;
  
}

.stm-meta-left-part .stm-date i.fa.fa-calendar-o {
    color: #464646 !important;
}
.stm-comments-num i.fa.fa-commenting {
    color: #464646;
}
.stm-meta-left-part .stm-author {
    color: #464646;
}
.tckt-slctr-tbl-td-name strong {
    color: #464646;
}
.tckt-slctr-tbl-td-name a#display-tckt-slctr-tkt-details-6752-4 {
    color: #464646 !important;
}
.tkt-slctr-tbl-wrap-dv .jst-rght {
    text-align: center !important;
    color: #464646 !important;
    font-weight: 500;
}
.tkt-slctr-tbl-wrap-dv  span.select2.select2-container.select2-container--default.select2-container--focus {
    width: 58%!important;
}
.tckt-slctr-tkt-details-dv td.small-text {
    color: #464646 !important;
}
.page-template-default .stm-footer-image {
    display: none;
}
.spco-attendee-panel-dv.spco-attendee-ticket-4 h4#event_title-6752 {
    color: #464646 !important;
	    padding-top: 70px;
}
.spco-ticket-info-dv.small-text h5 {
    color: #464646 !important;
	    padding-bottom: 30px;
}
.item td.item_l {
    color: #464646 !important;
}
.item td.item_c.jst-rght {
    color: #464646 !important;
}

.item td.item_r.jst-rght {
    color: #464646 !important;
}
.ee-reg-form-qstn-grp-dv h4.ee-reg-form-qstn-grp-title.section-title {
    color: #464646 !important;
}
#methods-of-payment h4#method-of-payment-hdr {
    color: #464646 !important;
}
#methods-of-payment h4#method-of-payment-hdr {
    color: #464646 !important;
    /* padding-bottom: 24px; */
    padding: 13px 0 21px 0;
}
section.tckt-slctr-tkt-sale-dates-sctn {
    color: #464646;
}
.tckt-slctr-tkt-details-sctn h3 {
    color: #464646 !important;
}
.tckt-slctr-tkt-sale-dates-sctn h5 {
    color: #464646 !important;
	padding-bottom: 14px;
}
.ticket-selector-submit-btn-wrap input[type="submit"] {
    background-color: #000 !important;
    border-color: #000;
}
.ticket-selector-submit-btn-wrap input[type="submit"]:hover, button:hover, .button:hover {
    color: #fff;
    border-color: #81b441;
    background: #000;
}
.event-tickets table thead tr th {
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    padding-right: 36px;
    background: #dcad29 !important;
}
.download-iCal-frm input.ee-ical-sbmt {
    color: #fff;
    background: #000 !important;
    border-color: #000;
}
.download-iCal-frm input[type="submit"]:hover, button:hover, .button:hover {
    color: #fff;
    border-color: #000;
}
.event-content input[type="submit"]:hover, button:hover, .button:hover {
    color: #fff;
    border-color: #000;
    background: #000 !important;
}
.event-content input[type="submit"] {
    background-color: #dcad29 !important;
    border-color: #dcad29;
	float:left;
}
.spco-ticket-info-dv.small-text table thead tr th {
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    padding-right: 36px;
    background: #dcad29 !important;
}
.spco-whats-next-buttons input[type="submit"] {
    background-color: #dcad29 !important;
    border-color: #dcad29 !important;
}
.spco-whats-next-buttons input[type="submit"]:hover, button:hover, .button:hover {
    color: #fff;
    border-color: #000 !important;
    background: #000 !important;
}
.spco-payment-info-dv table thead tr th {
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    padding-right: 36px;
    background: #000 !important;
}
.snooker_fom .spco-whats-next-buttons input[type="submit"]:hover, button:hover, .button:hover {
    /* color: #fff !important; */
    border-color: #797979 !important;
    background: #797979  !important;
}
.page-id-6730 img.ee-event-img {
    height: 250px;
    width: 98%;
}
.page-id-6730 h1.page-title {
    color: #464646;
	    text-align: center;
    margin-bottom: 35px;
}