/*
File Name: 		custom.css
Description:    You can add your custom CSS here and it will overwrite template styles
Style Edit:     StadiTech
*/


/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #31404b;
    font-style: normal;

}

address strong {
    color: #31404b;
    font-weight: 400;
}

/* Links */
a {
    color: #ffcb29;
}

a:hover, a:focus {
    color: #ffcb29;
}

.form-control {
    color: #31404b;
    background-color: #fff;
    border: 1px solid #e4e7ed;
}

.form-control:focus {
    color: #31404b;
    background-color: #fff;
    border-color: #512da8;
}

.header-banner img {
    height: 68px;
}

@media (min-width: 1200px) {
    .header-banner {
        padding: 18px 0;
    }
}

.header-logo {
    z-index: 3;
    height: 80px;
    width: auto;
    float: left;
    position: relative;
    top: 10px;
    bottom: 0;
    margin: 0 0 24px 0;
}

.header-logo__img {
    width: auto;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .header-mobile__logo-img {
        width: 200px;
        top: 16px;
        position: relative;
    }
}


.sponsors__item {
    width: auto;
    height: 24px;
}

.main-nav__list .header-mobile__logo-img {
    top: 4px;
}

.main-nav__list > li.active > a::before,
.main-nav__list > li > a:hover::before {
    border-bottom: 1px solid #512da8;
    background-color: #512da8;
}

.main-nav__list > li > a:hover::before {
    border-bottom: 1px solid #512da8;
    background-color: #512da8;
}

.main-nav__sub li a:hover {
    color: #ffcb29;
}


@media (min-width: 992px) {
    .main-nav__list {
        border-left: 0;
    }

    .main-nav__list > li {
        border-right: 0;
    }

    .nav-account .nav-account__item > a:hover {
        color: #ffcb29;
    }
}

@media only screen and (max-width: 991px) {
    .main-nav__list .main-nav__sub li a:hover {
        color: #ffcb29;
    }
}

body {
    background-color: #edeff4;
    color: #31404b;
}

label {
    color: #31404b;
}

label .required {
    color: #ffcb29;
}

.page-heading__title .highlight {
    color: #ffcb29;
}

.breadcrumb > li + li::before {
    color: #ffcb29 !important;
}

.breadcrumb > li > a:hover {
    color: #ffcb29 !important;
}

.table > thead > tr > th {
    border-bottom: 1px solid #e4e7ed;
    color: #58595b;
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    border-top: 1px solid #e4e7ed;
}

.widget-standings .table-standings > tbody > tr > td {
    color: #323150;
}

.widget-standings .table-standings > tbody > tr > td:first-child > .team-meta::before {
    margin-right: 14px;
}

.table-hover > tbody > tr:hover {
    background-color: rgb(245, 247, 249);
}


/* Card
/* ------------------------- */


.card--clean .card__header {
    background-color: #fff;
    border: 1px solid #e4e7ed;
}

.card__header {
    border-bottom: 1px solid #e4e7ed;
    background-color: transparent;
}

.card__header::before {
    background-color: #512da8;
}

.card__subheader {
    background: #f5f7f9;
    border-top: 1px solid #e4e7ed;
    border-bottom: 1px solid #e4e7ed;
}

.card--alt-color .card__header::before {
    background-color: #ffcb29;
}

.posts__item--category-1 .posts__cat-label {
    background-color: #512da8;
}

.posts__item--category-1 .posts__cta {
    background-color: #ffcb29;
}

.posts__item--category-1 .posts__title a {
    color: #58595b;
    transition: color 0.2s ease-in-out;
}

.posts__item--category-1 .posts__title > a:hover {
    color: #8558da;
}

.posts--slider-featured .posts__title-higlight {
    color: #ffcb29;
}

.posts__item--card .posts__footer {
    border-top: 1px solid #e4e7ed;
}

.posts__item--card .post-author__name {
    color: #9a9da2;
}

.team-meta__name {
    font-size: 14px;
    line-height: 1.4em;
}

.team-meta__place {
    font-size: 11px;
}

.meta__item a:hover {
    color: #58595b;
}

.widget-social--condensed .btn-social-counter {
    width: 100%;
    max-width: 100%;
}

/* Countdown
/* ------------------------- */
.countdown-counter__item {
    color: #323150;
}

.countdown-counter__item + .countdown-counter__item::before {
    font-weight: normal;
}

.countdown-counter__label {
    color: #9a9da2;
}

/* Buttons */
.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
}

.btn:active, .btn.active {
    box-shadow: none;
}

.btn-default {
    color: #fff;
    background-color: #9a9da2;
    border-color: transparent;
}

.btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #868a91;
    border-color: transparent;
}

.btn-default:hover {
    color: #fff;
    background-color: #868a91;
    border-color: transparent;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #868a91;
    border-color: transparent;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
    color: #fff;
    background-color: #6e7177;
    border-color: transparent;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #9a9da2;
    border-color: transparent;
}

.btn-default .badge {
    color: #9a9da2;
    background-color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #31404b;
    border-color: transparent;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #323150;
    border-color: transparent;
}

.btn-primary:hover {
    color: #fff;
    background-color: #323150;
    border-color: transparent;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #323150;
    border-color: transparent;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #0f1317;
    border-color: transparent;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #31404b;
    border-color: transparent;
}

.btn-primary .badge {
    color: #31404b;
    background-color: #fff;
}

.btn-primary-inverse {
    color: #fff;
    background-color: #512da8;
    border-color: transparent;
}

.btn-primary-inverse:focus, .btn-primary-inverse.focus {
    color: #fff;
    background-color: #323150;
    border-color: transparent;
}

.btn-primary-inverse:hover {
    color: #fff;
    background-color: #323150;
    border-color: transparent;
}

.btn-primary-inverse:active, .btn-primary-inverse.active,
.open > .btn-primary-inverse.dropdown-toggle {
    color: #fff;
    background-color: #323150;
    border-color: transparent;
}

.btn-primary-inverse:active:hover, .btn-primary-inverse:active:focus, .btn-primary-inverse:active.focus, .btn-primary-inverse.active:hover, .btn-primary-inverse.active:focus, .btn-primary-inverse.active.focus,
.open > .btn-primary-inverse.dropdown-toggle:hover,
.open > .btn-primary-inverse.dropdown-toggle:focus,
.open > .btn-primary-inverse.dropdown-toggle.focus {
    color: #fff;
    background-color: #007fe0;
    border-color: transparent;
}

.btn-primary-inverse:active, .btn-primary-inverse.active,
.open > .btn-primary-inverse.dropdown-toggle {
    background-image: none;
}

.btn-primary-inverse.disabled:hover, .btn-primary-inverse.disabled:focus, .btn-primary-inverse.disabled.focus, .btn-primary-inverse[disabled]:hover, .btn-primary-inverse[disabled]:focus, .btn-primary-inverse[disabled].focus,
fieldset[disabled] .btn-primary-inverse:hover,
fieldset[disabled] .btn-primary-inverse:focus,
fieldset[disabled] .btn-primary-inverse.focus {
    background-color: #512da8;
    border-color: transparent;
}

.btn-primary-inverse .badge {
    color: #512da8;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #9fe900;
    border-color: transparent;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #95da00;
    border-color: transparent;
}

.btn-success:hover {
    color: #fff;
    background-color: #95da00;
    border-color: transparent;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #95da00;
    border-color: transparent;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #649200;
    border-color: transparent;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #9fe900;
    border-color: transparent;
}

.btn-success .badge {
    color: #9fe900;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #0cb2e2;
    border-color: transparent;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #8558da;
    border-color: transparent;
}

.btn-info:hover {
    color: #fff;
    background-color: #8558da;
    border-color: transparent;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #8558da;
    border-color: transparent;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #087190;
    border-color: transparent;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #0cb2e2;
    border-color: transparent;
}

.btn-info .badge {
    color: #0cb2e2;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #ff7e1f;
    border-color: transparent;
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ff7510;
    border-color: transparent;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ff7510;
    border-color: transparent;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff7510;
    border-color: transparent;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #c75500;
    border-color: transparent;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #ff7e1f;
    border-color: transparent;
}

.btn-warning .badge {
    color: #ff7e1f;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #f34141;
    border-color: transparent;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #f23333;
    border-color: transparent;
}

.btn-danger:hover {
    color: #fff;
    background-color: #f23333;
    border-color: transparent;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f23333;
    border-color: transparent;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #d00d0d;
    border-color: transparent;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #f34141;
    border-color: transparent;
}

.btn-danger .badge {
    color: #f34141;
    background-color: #fff;
}

.btn-instagram {
    background-color: #1e78dd;
    color: #fff;
}

.btn-instagram:hover, .btn-instagram:active, .btn-instagram:focus {
    background-color: #3185e3;
}

.btn-instagram i {
    font-size: 6px;
    position: relative;
    top: -1px;
}

.btn-instagram.btn-sm {
    padding-left: 24px;
    padding-right: 24px;
}

.btn-facebook {
    color: #fff;
    background-color: #4d6baa;
    border-color: transparent;
}

.btn-facebook:focus, .btn-facebook.focus {
    color: #fff;
    background-color: #5c78b5;
    border-color: transparent;
}

.btn-facebook:hover {
    color: #fff;
    background-color: #5c78b5;
    border-color: transparent;
}

.btn-facebook:active, .btn-facebook.active,
.open > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #5c78b5;
    border-color: transparent;
}

.btn-facebook:active:hover, .btn-facebook:active:focus, .btn-facebook:active.focus, .btn-facebook.active:hover, .btn-facebook.active:focus, .btn-facebook.active.focus,
.open > .btn-facebook.dropdown-toggle:hover,
.open > .btn-facebook.dropdown-toggle:focus,
.open > .btn-facebook.dropdown-toggle.focus {
    color: #fff;
    background-color: #32456e;
    border-color: transparent;
}

.btn-facebook:active, .btn-facebook.active,
.open > .btn-facebook.dropdown-toggle {
    background-image: none;
}

.btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook:hover,
fieldset[disabled] .btn-facebook:focus,
fieldset[disabled] .btn-facebook.focus {
    background-color: #4d6baa;
    border-color: transparent;
}

.btn-facebook .badge {
    color: #4d6baa;
    background-color: #fff;
}

.btn-twitter {
    color: #fff;
    background-color: #3fcef2;
    border-color: transparent;
}

.btn-twitter:focus, .btn-twitter.focus {
    color: #fff;
    background-color: #57d4f4;
    border-color: transparent;
}

.btn-twitter:hover {
    color: #fff;
    background-color: #57d4f4;
    border-color: transparent;
}

.btn-twitter:active, .btn-twitter.active,
.open > .btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #57d4f4;
    border-color: transparent;
}

.btn-twitter:active:hover, .btn-twitter:active:focus, .btn-twitter:active.focus, .btn-twitter.active:hover, .btn-twitter.active:focus, .btn-twitter.active.focus,
.open > .btn-twitter.dropdown-toggle:hover,
.open > .btn-twitter.dropdown-toggle:focus,
.open > .btn-twitter.dropdown-toggle.focus {
    color: #fff;
    background-color: #0ea6cc;
    border-color: transparent;
}

.btn-twitter:active, .btn-twitter.active,
.open > .btn-twitter.dropdown-toggle {
    background-image: none;
}

.btn-twitter.disabled:hover, .btn-twitter.disabled:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled]:hover, .btn-twitter[disabled]:focus, .btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter:hover,
fieldset[disabled] .btn-twitter:focus,
fieldset[disabled] .btn-twitter.focus {
    background-color: #3fcef2;
    border-color: transparent;
}

.btn-twitter .badge {
    color: #3fcef2;
    background-color: #fff;
}

.btn-gplus {
    color: #fff;
    background-color: #e34d39;
    border-color: transparent;
}

.btn-gplus:focus, .btn-gplus.focus {
    color: #fff;
    background-color: #e6614f;
    border-color: transparent;
}

.btn-gplus:hover {
    color: #fff;
    background-color: #e6614f;
    border-color: transparent;
}

.btn-gplus:active, .btn-gplus.active,
.open > .btn-gplus.dropdown-toggle {
    color: #fff;
    background-color: #e6614f;
    border-color: transparent;
}

.btn-gplus:active:hover, .btn-gplus:active:focus, .btn-gplus:active.focus, .btn-gplus.active:hover, .btn-gplus.active:focus, .btn-gplus.active.focus,
.open > .btn-gplus.dropdown-toggle:hover,
.open > .btn-gplus.dropdown-toggle:focus,
.open > .btn-gplus.dropdown-toggle.focus {
    color: #fff;
    background-color: #ad2a18;
    border-color: transparent;
}

.btn-gplus:active, .btn-gplus.active,
.open > .btn-gplus.dropdown-toggle {
    background-image: none;
}

.btn-gplus.disabled:hover, .btn-gplus.disabled:focus, .btn-gplus.disabled.focus, .btn-gplus[disabled]:hover, .btn-gplus[disabled]:focus, .btn-gplus[disabled].focus,
fieldset[disabled] .btn-gplus:hover,
fieldset[disabled] .btn-gplus:focus,
fieldset[disabled] .btn-gplus.focus {
    background-color: #e34d39;
    border-color: transparent;
}

.btn-gplus .badge {
    color: #e34d39;
    background-color: #fff;
}

.btn-linkedin {
    color: #fff;
    background-color: #0077B5;
    border-color: transparent;
}

.btn-linkedin:focus, .btn-linkedin.focus {
    color: #fff;
    background-color: #0088cf;
    border-color: transparent;
}

.btn-linkedin:hover {
    color: #fff;
    background-color: #0088cf;
    border-color: transparent;
}

.btn-linkedin:active, .btn-linkedin.active,
.open > .btn-linkedin.dropdown-toggle {
    color: #fff;
    background-color: #0088cf;
    border-color: transparent;
}

.btn-linkedin:active:hover, .btn-linkedin:active:focus, .btn-linkedin:active.focus, .btn-linkedin.active:hover, .btn-linkedin.active:focus, .btn-linkedin.active.focus,
.open > .btn-linkedin.dropdown-toggle:hover,
.open > .btn-linkedin.dropdown-toggle:focus,
.open > .btn-linkedin.dropdown-toggle.focus {
    color: #fff;
    background-color: #003e5e;
    border-color: transparent;
}

.btn-linkedin:active, .btn-linkedin.active,
.open > .btn-linkedin.dropdown-toggle {
    background-image: none;
}

.btn-linkedin.disabled:hover, .btn-linkedin.disabled:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled]:hover, .btn-linkedin[disabled]:focus, .btn-linkedin[disabled].focus,
fieldset[disabled] .btn-linkedin:hover,
fieldset[disabled] .btn-linkedin:focus,
fieldset[disabled] .btn-linkedin.focus {
    background-color: #0077B5;
    border-color: transparent;
}

.btn-linkedin .badge {
    color: #0077B5;
    background-color: #fff;
}

.btn-vk {
    color: #fff;
    background-color: #6383A8;
    border-color: transparent;
}

.btn-vk:focus, .btn-vk.focus {
    color: #fff;
    background-color: #7390b1;
    border-color: transparent;
}

.btn-vk:hover {
    color: #fff;
    background-color: #7390b1;
    border-color: transparent;
}

.btn-vk:active, .btn-vk.active,
.open > .btn-vk.dropdown-toggle {
    color: #fff;
    background-color: #7390b1;
    border-color: transparent;
}

.btn-vk:active:hover, .btn-vk:active:focus, .btn-vk:active.focus, .btn-vk.active:hover, .btn-vk.active:focus, .btn-vk.active.focus,
.open > .btn-vk.dropdown-toggle:hover,
.open > .btn-vk.dropdown-toggle:focus,
.open > .btn-vk.dropdown-toggle.focus {
    color: #fff;
    background-color: #415874;
    border-color: transparent;
}

.btn-vk:active, .btn-vk.active,
.open > .btn-vk.dropdown-toggle {
    background-image: none;
}

.btn-vk.disabled:hover, .btn-vk.disabled:focus, .btn-vk.disabled.focus, .btn-vk[disabled]:hover, .btn-vk[disabled]:focus, .btn-vk[disabled].focus,
fieldset[disabled] .btn-vk:hover,
fieldset[disabled] .btn-vk:focus,
fieldset[disabled] .btn-vk.focus {
    background-color: #6383A8;
    border-color: transparent;
}

.btn-vk .badge {
    color: #6383A8;
    background-color: #fff;
}

.btn-odnoklassniki {
    color: #fff;
    background-color: #F4731C;
    border-color: transparent;
}

.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
    color: #fff;
    background-color: #f58234;
    border-color: transparent;
}

.btn-odnoklassniki:hover {
    color: #fff;
    background-color: #f58234;
    border-color: transparent;
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active,
.open > .btn-odnoklassniki.dropdown-toggle {
    color: #fff;
    background-color: #f58234;
    border-color: transparent;
}

.btn-odnoklassniki:active:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active:hover, .btn-odnoklassniki.active:focus, .btn-odnoklassniki.active.focus,
.open > .btn-odnoklassniki.dropdown-toggle:hover,
.open > .btn-odnoklassniki.dropdown-toggle:focus,
.open > .btn-odnoklassniki.dropdown-toggle.focus {
    color: #fff;
    background-color: #b14c09;
    border-color: transparent;
}


.btn-odnoklassniki.disabled:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled]:hover, .btn-odnoklassniki[disabled]:focus, .btn-odnoklassniki[disabled].focus,
fieldset[disabled] .btn-odnoklassniki:hover,
fieldset[disabled] .btn-odnoklassniki:focus,
fieldset[disabled] .btn-odnoklassniki.focus {
    background-color: #F4731C;
    border-color: transparent;
}

.btn-odnoklassniki .badge {
    color: #F4731C;
    background-color: #fff;
}

.btn-link {
    color: rgba(49, 64, 75, 0.4);
}

.btn-link:hover {
    color: #31404b;
}


.btn-outline {
    background-color: transparent;
}

.btn-outline.btn-default {
    border-color: #dbdfe6;
    color: #9a9da2;
}

.btn-outline.btn-default:hover {
    background-color: #9a9da2;
    border-color: #9a9da2;
    color: #fff;
}

.btn-outline.btn-default:hover.btn-circle {
    background-color: #9a9da2;
}

.btn-outline.btn-primary {
    border-color: #e4e7ed;
    color: #31404b;
}

.btn-outline.btn-primary:hover {
    background-color: #323150;
    border-color: #323150;
    color: #fff;
}

.btn-outline.btn-primary:hover.btn-circle {
    background-color: #323150;
}

.btn-outline.btn-inverse {
    border-color: #fff;
    color: #fff;
    border-width: 2px;
}

.btn-outline.btn-inverse:hover {
    background-color: #323150;
    border-color: #323150;
    color: #fff;
}

.btn-outline.btn-inverse:hover i {
    color: #fff;
}

.btn-outline.btn-inverse:hover.btn-circle {
    background-color: #323150;
}

.btn-outline.btn-success {
    border-color: #9fe900;
    color: #9a9da2;
}

.btn-outline.btn-success:hover {
    background-color: #95da00;
    border-color: #95da00;
    color: #fff;
}

.btn-outline.btn-success:hover i {
    color: #fff;
}

.btn-outline.btn-success:hover.btn-circle {
    background-color: #95da00;
}

.btn-outline.btn-info {
    border-color: #0cb2e2;
    color: #9a9da2;
}

.btn-outline.btn-info:hover {
    background-color: #8558da;
    border-color: #8558da;
    color: #fff;
}

.btn-outline.btn-info:hover i {
    color: #fff;
}

.btn-outline.btn-info:hover.btn-circle {
    background-color: #8558da;
}

.btn-outline.btn-warning {
    border-color: #ff7e1f;
    color: #9a9da2;
}

.btn-outline.btn-warning:hover {
    background-color: #ff7510;
    border-color: #ff7510;
    color: #fff;
}

.btn-outline.btn-warning:hover i {
    color: #fff;
}

.btn-outline.btn-warning:hover.btn-circle {
    background-color: #ff7510;
}

.btn-outline.btn-danger {
    border-color: #f34141;
    color: #9a9da2;
}

.btn-outline.btn-danger:hover {
    background-color: #f23333;
    border-color: #f23333;
    color: #fff;
}

.btn-outline.btn-danger:hover i {
    color: #fff;
}

.btn-outline.btn-danger:hover.btn-circle {
    background-color: #f23333;
}

.btn-fab {
    background-color: #323150;
}

.btn-fab::before, .btn-fab::after {
    background-color: #fff;
}

.btn-fab--clean {
    background-color: transparent;
}

.btn-fab--clean::before, .btn-fab--clean::after {
    background-color: #512da8;
}

.btn-social-counter {
    color: #fff;
    border: 1px solid #e4e7ed;
}

/*
// #Footer
// --------------------------------------------------
*/
.footer {
    font-size: 14px;
    line-height: 22px;
    color: rgba(154, 157, 162, 0.6);
}

/* Footer Widgets */
.footer-widgets {
    background-color: #323150;
}

.footer-widgets [class^="col-"]:last-child .widget--footer {
    margin-bottom: 0;
}

.footer-widgets__inner {
    padding: 30px 0;
}

@media (min-width: 768px) {
    .footer-widgets__inner {
        padding: 60px 0 70px;
    }
}

@media (min-width: 992px) {
    .footer-widgets__inner {
        padding: 80px 0 96px;
    }
}

.footer-col-inner {
    padding: 0 7px;
}

/* Footer Logo */
.footer-logo {
    padding: 0 0 50px 0;
    text-align: center;
    width: 40%;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .footer-logo {
        width: auto;
        margin: 0;
        padding: 30px 0;
    }
}

.footer-logo__img {
    max-width: 100%;
    height: auto;
}

.footer-logo--has-txt {
    text-align: left;
    width: 100%;
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    .footer-logo--has-txt {
        padding: 0 0 25px 0;
        margin-top: -25px;
    }
}

.footer-logo--has-txt .footer-logo__img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

.footer-logo--has-txt .footer-logo__heading {
    display: inline-block;
    vertical-align: middle;
}

.footer-logo--has-txt .footer-logo__txt {
    margin-bottom: 0;
    color: #fff;
}

.footer-logo--has-txt .footer-logo__tagline {
    display: block;
    color: #9a9da2;
    font-size: 12px;
}

/* Footer Secondary */
.footer-secondary {
    background-color: #282840;
}

@media (min-width: 768px) {
    .footer-secondary--has-decor {
        background-color: #512da8;
    }
}

.footer-secondary--has-decor .footer-secondary__inner {
    background-color: #282840;
    padding: 12px 0 26px 0;
}

@media (min-width: 992px) {
    .footer-secondary--has-decor .footer-secondary__inner {
        padding: 12px 0 26px 0;
    }
}

.footer-secondary--has-decor .footer-secondary__inner::before, .footer-secondary--has-decor .footer-secondary__inner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    background-color: #ffcb29;
    display: none;
}

@media (min-width: 768px) {
    .footer-secondary--has-decor .footer-secondary__inner::before, .footer-secondary--has-decor .footer-secondary__inner::after {
        display: block;
    }
}

@media (max-width: 991px) {
    .footer-secondary--has-decor .footer-secondary__inner::before, .footer-secondary--has-decor .footer-secondary__inner::after {
        width: 80px;
    }
}

.footer-secondary--has-decor .footer-secondary__inner::before {
    left: -20px;
    transform: skew(20deg);
}

.footer-secondary--has-decor .footer-secondary__inner::after {
    right: -20px;
    transform: skew(-20deg);
}

.footer-secondary__inner {
    background-color: #282840;
    padding: 24px 0;
    position: relative;
    border-top: 0 solid transparent;
}

@media (min-width: 992px) {
    .footer-secondary__inner {
        padding: 14px 0;
    }
}

.footer-nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.2em;
    font-weight: bold;
}

.footer-nav--right {
    text-align: center;
}

@media (min-width: 992px) {
    .footer-nav--right {
        text-align: right;
    }
    .footer-nav--right .footer-nav__item {
        padding-right: 0 !important;
    }
}

.footer-nav--sm {
    font-size: 10px;
}

.footer-nav__item {
    display: inline-block;
    padding: 0 2px;
}

@media (max-width: 479px) {
    .footer-nav__item {
        float: left;
        width: 33.3%;
        text-align: left;
        padding: .25em 0;
    }
}

@media (min-width: 480px) {
    .footer-nav__item {
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .footer-nav__item {
        padding: 0 16px;
    }
}

@media (min-width: 992px) {
    .footer-nav__item {
        padding: 0 24px;
    }
}

@media (min-width: 1200px) {
    .footer-nav__item {
        padding: 0 32px;
    }
}

.footer-nav__item > a {
    color: #fff;
    display: inline-block;
    padding: .5em;
    transition: color 0.2s ease;
}

.footer-nav__item > a:hover {
    color: #ffcb29;
}

@media (max-width: 479px) {
    .footer-nav--condensed .footer-nav__item {
        display: inline-block;
        padding: 0;
        text-align: center;
        width: auto;
        float: none;
    }
}

@media (min-width: 480px) {
    .footer-nav--condensed .footer-nav__item {
        padding: 0 8px;
    }
}

@media (min-width: 768px) {
    .footer-nav--condensed .footer-nav__item {
        padding: 0 10px;
    }
}

@media (min-width: 992px) {
    .footer-nav--condensed .footer-nav__item {
        padding: 0 12px;
    }
}

@media (min-width: 1200px) {
    .footer-nav--condensed .footer-nav__item {
        padding: 0 15px;
    }
}

/* Footer Sponsors */
.sponsors {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 0;
    padding: 24px 0 24px 0;
    margin: 0;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .sponsors {
        margin-top: 0;
        flex-wrap: nowrap;
        padding: 40px 0;
    }
}

@media (min-width: 992px) {
    .sponsors {
        margin-top: 0;
    }
}

.sponsors-title {
    font-size: 9px;
    line-height: 1.2em;
    color: #fff;
    margin: 0 0 12px 0;
}

@media (min-width: 768px) {
    .sponsors-title {
        margin: 0 25px 0 0;
    }
}

.sponsors-logos {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
}

.sponsors__item img {
    width: auto;
    height: 24px;
}

@media (max-width: 767px) {
    .sponsors-logos {
        flex-wrap: wrap;
    }
}

.sponsors__item {
    text-align: center;
}

@media (max-width: 1199px) {
    .sponsors__item {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .sponsors__item {
        width: 33.3%;
        padding: 10px;
        margin-bottom: 26px;
    }
}

@media (max-width: 479px) {
    .sponsors__item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .sponsors__item {
        margin: 0 12px;
    }
}

@media (min-width: 1200px) {
    .sponsors__item {
        margin: 0 25px;
    }
}

.sponsors__item > a {
    opacity: 0.2;
    transition: opacity 0.3s ease;
}

.sponsors__item > a:hover {
    opacity: 1;
}

/* Footer Info */
.footer-info {
    background-color: #323150;
}

.footer-logo img {
    width: auto;
    height: 60px;
}

@media (min-width: 992px) {
    .footer-info .footer-logo--has-txt {
        width: auto;
        padding: 0;
        margin-top: 0;
        margin-right: 30px;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .footer-info .footer-logo--has-txt {
        margin-right: 58px;
    }
}

.footer-info .footer-logo--has-txt .footer-logo__img {
    margin-right: 8px;
}

.footer-info .footer-logo--has-txt .footer-logo__txt {
    font-size: 16px;
    text-transform: uppercase;
}

.footer-info__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0 solid transparent;
    padding: 20px 15px;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .footer-info__inner {
        padding: 44px 0 50px 0;
        flex-wrap: nowrap;
    }
}

/* Footer Copyright */
.footer-copyright {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #9a9da2;
    text-align: center;
}

@media (min-width: 992px) {
    .footer-copyright {
        text-align: left;
    }
}

.footer-copyright a {
    color: #fff;
    transition: color 0.2s ease;
}

.footer-copyright a:hover {
    color: #ffcb29;
}

/* Team Filter */
.content-filter {
    background-color: #fff;
}

@media (min-width: 992px) {
    .content-filter {
        border-bottom: 1px solid #e4e7ed;
    }
}

.content-filter__toggle::before {
    color: #31404b;
}

@media (min-width: 992px) {
    .content-filter__list {
        border-left: 1px solid #e4e7ed;
        border-right: 1px solid #e4e7ed;
    }
}

.content-filter__item {
    border-bottom: 1px solid #e4e7ed;
}

@media (min-width: 992px) {
    .content-filter__item + .content-filter__item {
        border-left: 1px solid #e4e7ed;
    }
}

.content-filter__link {
    color: #9a9da2;
}

.content-filter__link small {
    color: #9a9da2;
    font-size: 10px;
}

.content-filter__link:hover {
    color: #31404b;
}

.content-filter__link::before {
    background-color: #512da8;
    font-size: 8px;
}


.content-filter__item--active .content-filter__link {
    color: #31404b;
}

/* Table Standings: Full */
.table-standings--full .team-standings__pos {
    vertical-align: middle;
}

@media (min-width: 992px) {
    .table-standings--full .team-standings__pos {
        padding-left: 24px;
        width: 60px;
    }
}

@media (min-width: 1200px) {
    .table-standings--full .team-standings__team {
        width: 170px;
    }
}

.table-standings--full .team-standings__win,
.table-standings--full .team-standings__lose,
.table-standings--full .team-standings__gb {
    color: #31404b;
}

.table-standings--full .team-standings__win,
.table-standings--full .team-standings__lose,
.table-standings--full .team-standings__pct,
.table-standings--full .team-standings__gb,
.table-standings--full .team-standings__home,
.table-standings--full .team-standings__road,
.table-standings--full .team-standings__div,
.table-standings--full .team-standings__ppg,
.table-standings--full .team-standings__op-ppg,
.table-standings--full .team-standings__diff,
.table-standings--full .team-standings__strk,
.table-standings--full .team-standings__lead {
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .table-standings--full .team-standings__home,
    .table-standings--full .team-standings__road,
    .table-standings--full .team-standings__div {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    .table-standings--full .team-standings__lead {
        padding-right: 30px;
    }
}

/* Table Standings: bowling */
.table-standings--full-bowling .team-standings__played,
.table-standings--full-bowling .team-standings__drawn,
.table-standings--full-bowling .team-standings__goals-for,
.table-standings--full-bowling .team-standings__goals-against,
.table-standings--full-bowling .team-standings__goals-diff,
.table-standings--full-bowling .team-standings__total-points,
.table-standings--full-bowling .team-standings__points-diff {
    text-align: center;
    vertical-align: middle;
}

.table-standings--full-bowling .team-standings__drawn,
.table-standings--full-bowling .team-standings__total-points {
    color: #31404b;
}

.table-standings--full-bowling .team-standings__total-points {
    font-weight: 800;
}


@media (min-width: 1200px) {
    .table-standings--full-bowling .team-standings__points-diff {
        padding-right: 30px;
    }
}

/* Team rooster */
.team-roster--case .team-roster__item {
    margin: 0 0 20px 0;
}


/* Team Roster: Case */
.team-roster--case {
    margin-left: -8px;
    margin-right: -8px;
}

.team-roster--case .team-roster__meta-value {
    color: #31404b;
}

.team-roster--case .team-roster__meta-value--accent {
    color: #ffcb29;
}


.page-heading {
    background-image: url(../images/page-heading.jpg);
}


/* Game Results */
.game-result__header--alt {
    margin-bottom: 10px;
}

.game-result__header--alt .game-result__league {
    color: #31404b;
}

.game-result__header--alt .game-result__title {
    color: #31404b;
}

.game-result__header--alt .game-result__title .highlight {
    color: #31404b;
}

.game-result__header--alt .game-result__goal {
    color: #31404b;
}

.game-result__score {
    color: #323150;
}

.game-result__score-dash {
    color: #9e9caa;
}

@media (max-width: 991px) {
    .game-result__score-result--winner {
        display: block;
        position: absolute;
        right: 0;
    }

    .game-result__score-result--winnerRight {
        display: block;
        position: absolute;
        right: 0;
    }

    .game-result__score-result--first {
        top: 8px;
    }

    .game-result__score-result--winnerRight::before {
        left: -20px;
        border-left: 8px solid #ffcb29;
        border-right: 0 !important;
    }
}

.game-result__score-result--winner::before {
    border-left: 8px solid #ffcb29;
}

.game-result__score-result--winnerRight::before {
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    top: 50%;
    width: 0;
    height: 0;
    border-right: 8px solid #ffcb29;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transform: translateY(-50%);
}

.game-result__score-result--loser {
    color: #9e9caa;
}

@media (max-width: 991px) {
    .game-result__score-result--loser {
        display: block;
        position: absolute;
        right: 0;
    }

    .game-result__score-result--second {
        bottom: 4px;
    }
}

.game-result__score-label {
    color: #31404b;
}

.game-result__section-decor {
    background-image: linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(0, 0, 0, 0.1) 8px, transparent 8px), linear-gradient(to right, rgba(0, 0, 0, 0.11) 8px, transparent 8px);
    background-repeat: repeat-x;
}

.progress__label {
    color: #31404b;
}

.table > tbody > tr > th {
    color: #31404b;
}

.table-wrap-bordered {
    border: 1px solid #e4e7ed;
}

.table-thead-color > thead > tr > th {
    background-color: #f5f7f9;
    color: #31404b;
    font-weight: 700;
    text-align: center !important;
}

.team-roster-table thead > tr > th, .team-roster-table tbody > tr > td {
    color: #31404b;
}

.team-roster-table__center {
    text-align: center;
}

.progress__bar {
    color: #fff;
    border-radius: 8px;
    background-color: #ffcb29;
}

.progress {
    background-color: #ecf0f6;
    height: 6px;
    background-color: #ecf0f6;
    border-radius: 3px;
    top: 0;
}

.game-result__stats {
    padding: 0 0 0 0;
}

@media (min-width: 992px) {
    .game-result__stats {
        padding: 0 20px 0 20px;
    }
}

.card .game-result__section-decor {
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: -24px;
}

@media (min-width: 1199px) {
    .game-result__table-stats {
        margin: 0 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .game-result__table-stats .table > thead > tr > th,
    .game-result__table-stats .table > thead > tr > td,
    .game-result__table-stats .table > tbody > tr > th,
    .game-result__table-stats .table > tbody > tr > td,
    .game-result__table-stats .table > tfoot > tr > th,
    .game-result__table-stats .table > tfoot > tr > td {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (min-width: 1199px) {
    .game-result__stats-team-1,
    .game-result__stats-team-2 {
        padding-top: 5px;
    }
}

.game-result__table-stats--scoreboard th {
    text-align: center;
}

.game-result__table-stats--scoreboard td {
    text-align: center;
}

.game-result__table-stats--scoreboard tbody > tr > td {
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
}

.game-result__table-stats--scoreboard tbody > tr:first-child > td {
    padding-top: 20px;
}

.game-result__table-stats--scoreboard tbody > tr:last-child > td {
    padding-bottom: 20px;
}

.game-result__table-stats--scoreboard tbody > tr > td:first-child,
.game-result__table-stats--scoreboard tbody > tr > td:last-child {
    color: #31404b;
}

.circular__percents {
    color: #31404b;
}


/* Widget: Game Result */
.widget-game-result .widget__content {
    padding: 0;
}

.widget-game-result__section-inner {
    padding: 0;
}

.widget-game-result__section-inner-alt {
    padding: 0;
}

.widget-game-result__section-inner-alt .table-responsive {
    margin-bottom: 0;
}

.widget-game-result__extra-stats {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.widget-game-result__extra-stats.active {
    max-height: 400px;
}

.widget-game-result__header {
    text-align: center;
    margin-bottom: 15px;
}

.widget-game-result__title {
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: .25em;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .widget-game-result__title {
        font-size: 14px;
    }
}

.widget-game-result__date {
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
}

@media (min-width: 992px) {
    .widget-game-result__date {
        font-size: 10px;
    }
}

.widget-game-result__header--alt {
    display: flex;
    text-align: left;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -24px;
    margin-bottom: 0;
    border-bottom: 1px solid #e4e7ed;
    padding: 10px 24px;
}

.standings__header--alt {
    display: flex;
    text-align: right;
    margin: -24px 0 0 0;
    border-bottom: 1px solid #e4e7ed;
    padding: 10px 24px;
}

.widget-game-result__header--alt .widget-game-result__title {
    font-size: 9px;
    font-style: normal;
    margin-bottom: 0;
    flex-grow: 1;
    font-weight: 400;
    line-height: 24px;
}

@media (min-width: 992px) {
    .widget-game-result__header--alt .widget-game-result__title {
        font-size: 12px;
    }
}

.widget-game-result__header--alt .widget-game-result__date {
    font-size: 9px;
    flex-grow: 1;
    text-align: right;
    font-weight: 400;
}

@media (min-width: 992px) {
    .widget-game-result__header--alt .widget-game-result__date {
        font-size: 9px;
    }
}

.widget-game-result__main {
    margin-bottom: 6px;
    display: table;
    width: 100%;
}

.widget-game-result__team {
    display: table-cell;
    text-align: center;
    width: 26%;
}

.widget-game-result__team-logo {
    height: 70px;
    display: block;
    position: relative;
}

.widget-game-result__team-logo img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
}

.widget-game-result__team-info {
    padding: 6px 0 0 0;
}

.widget-game-result__team-name {
    display: block;
    font-size: 11px;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80px;
    margin: 0 auto 0.1em auto;
}

@media (min-width: 480px) {
    .widget-game-result__team-name {
        max-width: none;
    }
}

@media (min-width: 992px) {
    .widget-game-result__team-name {
        font-size: 13px;
        max-width: 85px;
    }
}

.widget-game-result__team-desc {
    display: block;
    font-size: 7px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
}

.widget-game-result__score-wrap {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 46%;
}

.widget-game-result__score {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #31404b;
    letter-spacing: -0.04em;
}

@media (min-width: 768px) {
    .widget-game-result__score {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .widget-game-result__score {
        font-size: 22px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
}

@media (min-width: 1199px) {
    .widget-game-result__score {
        font-size: 26px;
    }
}

.widget-game-result__score-result {
    position: relative;
}

.widget-game-result__score-result--winner::before {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 8px solid #ffcb29;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transform: translateY(-50%);
}

@media (min-width: 992px) {
    .widget-game-result__score-result--winner::before {
        left: -10px;
    }
}

@media (min-width: 1199px) {
    .widget-game-result__score-result--winner::before {
        left: -20px;
    }
}

.widget-game-result__score-dash + .widget-game-result__score-result--winner::before {
    transform: translateY(-50%) rotate(180deg);
}

@media (min-width: 992px) {
    .widget-game-result__score-dash + .widget-game-result__score-result--winner::before {
        left: auto;
        right: -10px;
    }
}

@media (min-width: 1199px) {
    .widget-game-result__score-dash + .widget-game-result__score-result--winner::before {
        left: auto;
        right: -20px;
    }
}

.widget-game-result__score-result--loser {
    color: #9a9da2;
}

.widget-game-result__score-label {
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #31404b;
    line-height: 1.2em;
}

.widget-game-result__main--vertical .widget-game-result__team {
    display: flex;
    width: auto;
    text-align: left;
    align-items: center;
    padding: 20px 24px;
    margin-left: -24px;
    margin-right: -24px;
}

.widget-game-result__main--vertical .widget-game-result__team + .widget-game-result__team {
    border-top: 1px solid #e4e7ed;
}

.widget-game-result__main--vertical .widget-game-result__team:last-child {
    padding-bottom: 0;
}

.widget-game-result__main--vertical .widget-game-result__team .widget-game-result__team-score {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-style: normal;
    line-height: 1em;
}

@media (min-width: 1200px) {
    .widget-game-result__main--vertical .widget-game-result__team .widget-game-result__team-score {
        font-size: 48px;
    }
}

.widget-game-result__main--vertical .widget-game-result__team .widget-game-result__team-score--winner {
    color: #323150;
}

.widget-game-result__main--vertical .widget-game-result__team .widget-game-result__team-score--winner::before {
    content: "";
    display: inline-block;
    position: relative;
    top: -0.15em;
    margin-right: 0.5em;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ffcb29;
}

@media (min-width: 992px) {
    .widget-game-result__main--vertical .widget-game-result__team .widget-game-result__team-score--winner::before {
        margin-right: 0.2em;
    }
}

@media (min-width: 1200px) {
    .widget-game-result__main--vertical .widget-game-result__team .widget-game-result__team-score--winner::before {
        margin-right: 0.5em;
    }
}

@media (min-width: 480px) {
    .widget-game-result__main--vertical .widget-game-result__team {
        padding: 20px 32px;
    }
}

.widget-game-result__main--vertical .widget-game-result__team-logo {
    width: 80px;
    margin-right: 10px;
}

.widget-game-result__main--vertical .widget-game-result__team-info {
    flex-grow: 1;
}

.widget-game-result__main--vertical .widget-game-result__team-name {
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
}

@media (min-width: 992px) {
    .widget-game-result__main--vertical .widget-game-result__team-name {
        font-size: 14px;
        max-width: none;
    }
}

.widget-game-result__main--vertical .widget-game-result__team-desc {
    font-size: 10px;
    font-style: normal;
    color: #7f7e8c;
}

.widget-game-result__table-stats .table {
    margin-bottom: 0;
    border-top: 1px solid #e4e7ed;
}

.widget-game-result__section-inner .widget-game-result__table-stats .table {
    border-left: none;
    border-right: none;
}

@media (min-width: 992px) {
    .widget-game-result__table-stats .table > tbody > tr > td:first-child,
    .widget-game-result__table-stats .table > tbody > tr > th:first-child {
        font-size: 12px;
    }
}

.widget-game-result__table-stats .table > tbody > tr > th {
    text-transform: none;
}

.widget-game-result__table-stats .table > thead > tr > th:first-child,
.widget-game-result__table-stats .table > tbody > tr > td:first-child,
.widget-game-result__table-stats .table > tbody > tr > th:first-child {
    padding-left: 12px;
}

@media (min-width: 992px) {
    .widget-game-result__table-stats .table > thead > tr > th:first-child,
    .widget-game-result__table-stats .table > tbody > tr > td:first-child,
    .widget-game-result__table-stats .table > tbody > tr > th:first-child {
        padding-left: 24px;
    }
}

@media (min-width: 1199px) {
    .widget-game-result__table-stats .table > thead > tr > th:first-child,
    .widget-game-result__table-stats .table > tbody > tr > td:first-child,
    .widget-game-result__table-stats .table > tbody > tr > th:first-child {
        padding-left: 45px;
    }
}

.widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th:first-child,
.widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td:first-child,
.widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th:first-child {
    padding-left: 5px;
}

@media (min-width: 992px) {
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th:first-child,
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td:first-child,
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th:first-child {
        padding-left: 18px;
    }
}

@media (min-width: 1199px) {
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th:first-child,
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td:first-child,
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th:first-child {
        padding-left: 24px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th,
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td,
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.widget-game-result__table-stats .table > thead > tr > th:last-child,
.widget-game-result__table-stats .table > tbody > tr > td:last-child,
.widget-game-result__table-stats .table > tbody > tr > th:last-child {
    padding-right: 12px;
    color: #31404b;
}

@media (min-width: 992px) {
    .widget-game-result__table-stats .table > thead > tr > th:last-child,
    .widget-game-result__table-stats .table > tbody > tr > td:last-child,
    .widget-game-result__table-stats .table > tbody > tr > th:last-child {
        padding-right: 24px;
    }
}

@media (min-width: 1199px) {
    .widget-game-result__table-stats .table > thead > tr > th:last-child,
    .widget-game-result__table-stats .table > tbody > tr > td:last-child,
    .widget-game-result__table-stats .table > tbody > tr > th:last-child {
        padding-right: 45px;
    }
}

.widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th:last-child,
.widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td:last-child,
.widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th:last-child {
    padding-right: 5px;
    color: #31404b;
}

@media (min-width: 992px) {
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th:last-child,
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td:last-child,
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th:last-child {
        padding-right: 18px;
    }
}

@media (min-width: 1199px) {
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th:last-child,
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td:last-child,
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th:last-child {
        padding-right: 24px;
    }
}

.match-preview__date {
    font-size: 14px;
    line-height: 1.2em;
}

.match-preview__vs {
    padding: 20px 0 0 0;
    text-align: center;
}

.match-preview__conj {
    color: #31404b;
}

h3.match-preview__title {
    margin-bottom: 5px;
}

h5.match-preview__match_league {
    margin-bottom: 5px;
    font-size: 14px;
}

.match-preview__match-info {
    font-size: 12px;
}

.match-preview__team {
    margin-bottom: 10px;
    padding: 30px 0 0 0;
    text-align: center;
}

.countdown__content {
    padding: 10px 0 5px 0;
}

.match-preview__content {
    overflow: hidden;
    padding: 0 0 20px 0;
}

/* Staff */
.alc-staff-details__value {
    font-size: 13px;
    color: #31404b;
}

.alc-staff-details__label {
    font-size: 12px;
    font-weight: normal;
}

.alc-staff__header-last-name {
    color: #ffcb29;
}

.alc-staff__header-role {
    font-size: 14px;
}


.page-heading .breadcrumb > li > span {
    color: #fff;
}

.post__content p {
    text-align: justify;
    margin-bottom: 1.5em;
}

.posts__cat-label {
    background-color: #323150;
}

/* Widget: Card */
.widget-card .widget__content {
    padding: 0;
}

.table-card {
    border: none;
    margin-bottom: 0;
}

.widget-card .table-card tbody > tr > td {
    font-weight: bold;
}

.widget-card .table-card tbody > tr > td:first-child{
    text-align: right;
    font-weight: normal;
}

.nav-account .nav-account__item {
    font-size: 10px;
}

.post__content .table {
    margin-bottom: 26px;
}

.post__content .table td p {
    padding: 0;
    margin: 0;
}

.post-author__header {
    margin-bottom: 0;
}

.info-block__heading {
    font-size: 14px;
}

.info-block__link {
    font-size: 12px;
}

.label-primary {
    background-color: #512da8;
}

.card__header .label {
    font-size: 0.85em;
}

.dm-fill {
    display: none;
}

.code_loading {
    background-repeat: no-repeat;
    background-color: #ffffff;
    /*background-image: url("../images/loading.gif");*/
    background-size: 20px 20px;
    background-position: right 10px center;
}

.widget__list > li > a {
    color: #31404b;
}

.widget__list > li > a.active {
    color: #512da8;
}

.widget__list > li + li {
    border-top: 1px solid #e4e7ed;
}
