.display-none {
    display: none;
}

.width100proc {
    width: 100%;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.schedule-table .venue {
    width: 160px;
    line-height:20px !important;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    outline: none;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@font-face {
    font-family: 'ITC Lubalin Graph Std';
    src: url('../fonts/LubalinGraphStdDemi.eot');
    src: url('../fonts/LubalinGraphStdDemi.woff') format('woff'), url('../fonts/LubalinGraphStdDemi.ttf') format('truetype'), url('../fonts/LubalinGraphStdDemi.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font: 14px/20px 'Roboto', sans-serif;
    color: #4a4a4a;
    background: #fff;
    -webkit-text-size-adjust: none;
    min-height: 100%;
}

input, textarea, select, button {
    outline: none;
    font-family: 'Roboto', sans-serif;
}

img {
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a, button, .btn, input {
    transition: all .4s ease;
    outline: none !important;
}

.container {
    position: relative;
    width: 1170px;
    padding: 0 15px;
    max-width: 100%;
    margin: 0 auto;
}

.head-stats {
    padding: 10px 0 17px;
    overflow: hidden;
    background-color: #fbfbfb;
    box-shadow: inset 0 -12px 12px #f2f2f2;
}

.head-stats .slide-item {
    float: left;
    padding: 0 20px;
}

.head-stats .slides {
    padding: 0 50px;
}

.head-stats .slides > .slide-item {
    display: none;
    opacity: 0;
}

.head-stats .slides > .slide-item:first-child {
    display: block;
}

.head-stats .slick-next, .head-stats .slick-prev {
    position: absolute;
    left: 0;
    margin-left: 15px;
    top: 50%;
    margin-top: -3px;
    text-indent: -999em;
    background: url(../images/ico_a_l.svg) no-repeat;
    width: 14px;
    height: 21px;
    display: block;
    cursor: pointer;
    border: 0;
}

.head-stats .slick-next {
    left: auto;
    right: 0;
    margin-right: 10px;
    background-image: url(../images/ico_a_r.svg);
}

.past-stat-item a {
    display: block;
    text-decoration: none;
}

.past-stat-item .time {
    color: #9b9b9b;
    font-size: 9px;
    font-weight: 500;
}

.past-stat-item .player {
    height: 27px;
    background-color: #ededed;
    color: #1d3353;
    font-size: 12px;
    line-height: 27px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 5px;
}

.past-stat-item .player strong {
    color: #49a4ff;
    vertical-align: middle;
    font-size: 18px;
    padding-left: 6px;
    font-weight: 700;
}

.past-stat-item .player.win {
    background-color: #f6f6f6;
}

.wrapper {
    overflow: hidden;
    position: relative;
}

.moved-header .header-sticky {
    position: fixed;
    background: #fff;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
}

.moved-header .header-sticky .header {
    margin-top: -71px;
}

.moved-header .header-sticky nav.nav.opened-sub {
    margin-bottom: 48px;
}

.moved-header .header .container:before {
    bottom: -64px;
    margin-right: -150px;
}

.header {
    position: relative;
    z-index: 2;
}

.header .logo {
    float: left;
    background: url(../images/logo.svg) no-repeat;
    background-size: contain;
    width: 154px;
    height: 67px;
    margin: 23px 0 -50px -15px;
    text-indent: -999em;
}
.logo-left img {
    max-height:40px;
}

.header .clubs-links {
    overflow: hidden;
    padding: 15px 192px 0 104px;
}

.header .clubs-links ul, .header .clubs-links li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header .clubs-links ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .container {
    height: 71px;
    position: relative;
}

.header .container:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: -42px;
    left: -999em;
    transition: all .2s ease;
    z-index: -1;
    -webkit-transform: skewX(-17deg);
    transform: skewX(-17deg);
    background: #fff;
    right: 100%;
    margin-right: -200px;
}

.header .add-fights {
    position: absolute;
    padding: 20px;
    width: 177px;
    top: 0;
    text-align: left;
    height: 71px;
    background-color: #5bacff;
    right: 0;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right:10px;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.header .add-fights:hover {
    text-decoration:underline;
}

.header .add-fights:before {
    content: '';
    background-color: #5bacff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -999em;
}

nav.nav {
    height: 64px;
    background-color: #1d3353;
    margin-bottom: 21px;
    position: relative;
}

nav.nav.opened-sub {
    margin-bottom: 70px;
}

nav.nav .add-fights {
    display: none;
}

nav.nav .container {
    position: static;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 215px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

nav.nav .search {
    float: right;
    background:#4d647d;
    margin-left: 20px;
    width:64px;
    height: 64px;
}
nav.nav .search .icon {
    width: 21px;
    height:21px;
    margin: 0 auto;
    display:block;
    margin-top:22px;
    background: url(../images/ico_s.svg) no-repeat 50% 50%;
    background-size: contain;
}
nav.nav .search.opened .icon {
    background: url(../images/ico_close.svg) no-repeat 50% 50%;
    background-size: contain;
}

nav.nav .main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

nav.nav .main > li > a {
    color: #fff;
    font-size: 14px;
    line-height: 64px;
    padding: 0 5px;
    display: block;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}

@media screen and (min-width: 1180px) {
    nav.nav .main > li > a {
        font-size: 18px;
        padding: 0 8px;
    }
}

nav.nav .main > li > a.simple:after {
    display:none !important;
}

nav.nav .main > li:hover > a.simple:before, nav.nav .main.opened-sub > li.current > a.simple:before {
    display:none !important;
}

nav.nav .main > li > a:after {
    content: '';
    background: url(../images/ico_down.svg) no-repeat 50% 50%;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -1px;
    display: inline-block;
}

nav.nav .main > li:hover > a, nav.nav .main > li.current > a {
    font-weight: 900;
}

nav.nav .main > li:hover > a:before, nav.nav .main.opened-sub > li.current > a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: 100%;
    margin: auto;
    margin-top: -7px;
    left: 0;
    right: 25px;
}

nav.nav .main li ul.active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.touch-events nav.nav .main li.hover ul, .hover-events nav.nav .main li:hover ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 9;
}

nav.nav .main ul {
    position: absolute;
    top: 100%;
    height: 48px;
    background: #fff;
    display: none;
    left: 0;
    line-height: 42px;
    right: 0;
    border-bottom: 3px solid #ececec;
    padding: 0 calc(50vw - 580px);
}

nav.nav .main ul a {
    padding: 3px 20px 0;
    color: #4a4a4a;
    display: block;
    border-bottom: 3px solid transparent;
    margin-bottom: -3px;
    font-size: 14px;
    font-weight: 400;
}

nav.nav .main ul a:hover {
    color: #1d3353;
    border-color: #49a4ff;
}

nav.nav .main ul li + li {
    padding-left: 6px;
}

nav.nav .main ul .current a {
    color: #1d3353;
    font-weight: 700;
    border-color: #49a4ff;
}

nav.nav ul, nav.nav li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.col-md-9-5 {
    -webkit-flex: 0 0 77.9%;
    -ms-flex: 0 0 77.9%;
    flex: 0 0 77.9%;
    max-width: 77.9%;
}

.col-md-2-5 {
    -webkit-flex: 0 0 22.1%;
    -ms-flex: 0 0 22.1%;
    flex: 0 0 22.1%;
    max-width: 22.1%;
}

.col-md-5-5 {
    -webkit-flex: 0 0 48.2%;
    -ms-flex: 0 0 48.2%;
    flex: 0 0 48.2%;
    max-width: 48.2%;
}

.col-md-6-6 {
    -webkit-flex: 0 0 51.8%;
    -ms-flex: 0 0 51.8%;
    flex: 0 0 51.8%;
    max-width: 51.8%;
}

.gutters-36 {
    margin-left: -18px;
    margin-right: -18px;
}

.gutters-36 > div {
    padding-left: 18px;
    padding-right: 18px;
}

.live-banner {
    background-color: #555;
    box-shadow: inset 0 -8px 8px rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 12px;
    padding: 12px 0;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.live-banner a {
    text-decoration: underline;
}

.live-banner a:hover {
    text-decoration: none;
}

.video-tv-item {
    border-bottom: 2px solid #ececec;
}

.video-tv-item .meta {
    color: #9b9b9b;
    font-size: 12px;
    padding: 12px 2px 10px;
    font-weight: 400;
    overflow: hidden;
}

.video-tv-item .meta .date {
    background: url(../images/ico_calendar.svg) no-repeat 0 45%;
    padding-left: 17px;
    float: left;
    margin-right: 13px;
    background-size: 11px 11px;
}

.video-tv-item .meta .comments {
    background: url(../images/ico_message.svg) no-repeat 0 45%;
    padding-left: 17px;
    float: left;
    background-size: 12px 12px;
}

.video-tv-item .meta .time {
    background: url(../images/ico_time.svg) no-repeat 0 46%;
    background-size: 11px 11px;
    padding-left: 17px;
    float: left;
}

.week-player {
    position: relative;
    background-color: #1d3353;
    padding: 25px;
    padding-top: 26px;
    margin-top: -1px;
    padding-bottom: 0;
}

.week-player .league {
    float: right;
    width: 45%;
    text-align: right;
    padding: 10px;
}

.week-player .bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    clear: both;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.week-player h4 {
    color: #fff;
    margin: 0;
    line-height: 1.2;
    padding-bottom: 39px;
    font-size: 24px;
    font-weight: 400;
}

.week-player .photo {
    position: relative;
    width: 48%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 207px;
    text-align: center;
    float: right;
}

.week-player .photo .club-logo {
    position: absolute;
    bottom: 0;
    z-index: 6;
    margin: -9% -10%;
    right: 0;
}

.week-player .photo img {
    max-height: 100%;
}

.week-player h3 {
    margin: 0;
    width: 55%;
    color: #fff;
    float: left;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.week-player:before {
    content: '';
    position: absolute;
    top: 270px;
    bottom: 0;
    left: 0;
    z-index: -1;
    right: 0;
    background: url(../images/bg_texture.svg) no-repeat right -30px center;
    background-size: 290px auto;
}

.tv-cat + .tv-cat {
    padding-top: 0;
}

.tv-cat {
    padding: 65px 0 40px;
}

.tv-cat .time {
    padding-left: 20px;
    color: #c1c1c1;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    transition: all .4s ease;
    background: url(../images/ico_time_l.svg) no-repeat 0 46%;
    background-size: 11px 11px;
}

.tv-cat h4 {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    min-height: 45px;
    transition: all .4s ease;
}

.tv-cat h4 a {
    color: #4a4a4a;
    transition: all .4s ease;
}

.tv-cat .text {
    padding: 13px 16px;
}

.tv-cat .slider {
    clear: both;
    position: relative;
    padding: 40px 0;
}

.tv-cat .slider .slick-active ~ .item .tvcat-item {
    margin-left: 0;
}

.tv-cat .slider .item {
    width: 390px;
    overflow: hidden;
    transition: padding .4s ease;
    padding: 19px 15px 0;
}

.tv-cat .slider .item .tvcat-item {
    width: 291px;
    transition: all .4s ease;
    background-color: #f5f5f5;
    margin-left: 69px;
}

.tv-cat .slider .item .tvcat-item img {
    width: 100%;
}

.tv-cat .slider .item .tvcat-item .play-link.sm:before {
    transition: all .4s ease;
    width: 67px;
    height: 67px;
}

.tv-cat .slider .item.slick-center {
    padding-top: 0;
    width: 390px;
}

.tv-cat .slider .item.slick-center h4 {
    color: #fff;
}

.tv-cat .slider .item.slick-center h4 a {
    color: #fff;
}

.tv-cat .slider .item.slick-center .time {
    color: #fff;
    background-image: url(../images/ico_time_w.svg);
}

.tv-cat .slider .item.slick-center .tvcat-item {
    width: 360px;
    margin-left: 0;
    background-color: #e2200d;
}

.tv-cat .slider .item.slick-center .play-link.sm:before {
    width: 83px;
    height: 83px;
}

.tv-cat.purple .item.slick-center .tvcat-item {
    background-color: #82368c;
}

.tv-cat.blue .item.slick-center .tvcat-item {
    background-color: #0372dd;
}

.tv-cat .sponsor {
    float: right;
    height: 100px;
    width: 40%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tv-cat .slick-next, .tv-cat .slick-prev {
    position: absolute;
    left: 0;
    margin-left: 22px;
    top: 50%;
    margin-top: -12px;
    text-indent: -999em;
    background: url(../images/ico_a_l_d.svg) no-repeat;
    width: 14px;
    height: 21px;
    display: block;
    cursor: pointer;
    border: 0;
}

.tv-cat .slick-next {
    left: auto;
    right: 0;
    margin-right: 22px;
    background-image: url(../images/ico_a_r_d.svg);
}

.tv-cat .ll {
    color: #4a4a4a;
    padding-right: 5px;
    font-size: 20px;
    text-align:right;
    font-weight: 400;
    text-transform: uppercase;
}

.tv-cat .title {
    position: relative;
    z-index: 1;
    float: left;
    width: 53.5%;
}

.tv-cat .title:before {
    content: '';
    background-color: #efefef;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -999em;
    -webkit-transform: skewX(-26deg);
    transform: skewX(-26deg);
    right: 0;
    z-index: -1;
}

.tv-cat .title h2 {
    color: #4a4a4a;
    padding: 34px 0;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}

.featured-tv {
    padding: 3px 0 0;
    margin-bottom: -5px;
}

.featured-tv h2 {
    float: left;
    padding-top: 10px;
    padding-bottom: 32px;
}

.featured-tv .nav {
    margin-top: 1px;
    margin-bottom: 10px;
}

.featured-tv .video-item {
    clear: both;
}

.featured-tv .tab-content {
    clear: both;
}

.live-steam {
    padding: 20px 0 49px;
    color: #fff;
    margin-bottom: 20px;
    background-color: #314d6e;
}

.live-steam h2 {
    color: #fff;
    padding-bottom: 18px;
}

.live-steam .slider {
    padding: 0 40px;
    margin: 0 -55px;
    position: relative;
}

.live-steam .status {
    margin: 12px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-weight: 900;
    padding-left: 22px;
    letter-spacing: .2px;
    font-weight: 500;
    position: relative;
    letter-spacing: .2px;
}

.live-steam .status:before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #f04747;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #314d6e;
}

.live-steam .status:after {
    content: '';
    border-radius: 50%;
    left: 0;
    top: 2px;
    margin: 4px;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #f04747;
}

.live-steam img {
    width: 100%;
}

.live-steam .image {
    position: relative;
}

.live-steam .image .already {
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    right: 0;
    background-color: rgba(29, 51, 83, .8);
}

.live-steam .image .already .center {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .2px;
}

.live-steam .image .already a {
    display: block;
    margin: 3px 0 0;
    color: #5bacff;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: underline;
    letter-spacing: .29px;
}

.live-steam .image .already a:hover {
    text-decoration: none;
}

.live-steam .past .status:before {
    border-color: #fff;
}

.live-steam .past .status:after {
    background-color: #fff;
}

.live-steam .past .time {
    color: #fff;
    font-size: 20px;
    padding-top: 4px;
    margin-bottom: -5px;
    font-weight: 500;
    line-height: 20px;
}

.live-steam h3 {
    padding: 0;
    color: #fff;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    padding-left: 22px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: .2px;
}

.live-steam .item {
    padding: 0 15px;
    width: 263px;
    float: left;
}

.live-steam .slick-next, .live-steam .slick-prev {
    position: absolute;
    left: 0;
    margin-left: 18px;
    top: 30%;
    margin-top: -3px;
    text-indent: -999em;
    background: url(../images/ico_a_l_w.svg) no-repeat;
    width: 14px;
    height: 21px;
    display: block;
    cursor: pointer;
    border: 0;
}

.live-steam .slick-next {
    left: auto;
    right: 0;
    margin-right: 18px;
    background-image: url(../images/ico_a_r_w.svg);
}

.play-link {
    display: block;
    position: relative;
}

.play-link img {
    width: 100%;
}

.play-link.lg:before {
    width: 171px;
    height: 171px;
}

.play-link.md:before {
    width: 120px;
    height: 120px;
}

.play-link.sm:before {
    width: 83px;
    height: 83px;
}

.tv-listing .play-link.sm:before {
    width: 56px;
    height: 56px;
}

.play-link.xs:before {
    width: 52px;
    height: 52px;
}

.play-link:before {
    content: '';
    width: 100px;
    height: 100px;
    background: url('../images/ico_play.svg') no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    display: block;
    z-index: 1;
    opacity: .69;
    bottom: 0;
    left: 0;
    transition: opacity .4s ease;
    right: 0;
    margin: auto;
}

.vertical-slider .play-link:before {
    background: url('../images/youtube-btn-3.svg') no-repeat;
    opacity: 0.9;
}
.vertical-slider .play-link.sm:before {
    width: 72px;
    height: 48px;
}

.play-link:hover:before {
    opacity: .9;
}

.banners-two {
    padding-bottom: 22px;
    overflow-x: hidden;
}

.banners-two iframe, .banners-two img {
    width: 100%;
    display: block;
}

.image img {
    width: 100%;
}

.news-item-featured {
    position: relative;
    z-index: 1;
    background: #1d3353;
}

.news-item-featured a:hover {
    text-decoration: underline;
}

.news-item-featured:before {
    content: '';
    position: absolute;
    top: 270px;
    bottom: 0;
    left: 0;
    z-index: -1;
    right: 0;
    background: url(../images/bg_texture.svg) no-repeat right -30px center;
    background-size: 290px auto;
}

.news-item-featured .text {
    padding: 23px 30px;
    color: #fff;
}

.news-item-featured h2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 16px;
}

.news-item-featured p {
    margin-bottom: 18px;
    font-size: 13px;
}

.news-item-featured .meta {
    color: #fff;
    font-size: 12px;
    padding: 22px 2px 0;
    font-weight: 400;
    overflow: hidden;
    opacity: .56;
}

.news-item-featured .meta .date {
    background: url(../images/ico_calendar_w.svg) no-repeat 0 45%;
    padding-left: 17px;
    float: left;
    margin-right: 20px;
    background-size: 11px 11px;
}

.news-item-featured .meta .comments {
    background: url(../images/ico_message_w.svg) no-repeat 0 45%;
    padding-left: 17px;
    float: left;
    background-size: 12px 12px;
}

.news-list {
    padding-bottom: 14px;
}

.related-listing {
    padding: 25px 0 12px;
}

.section-listing {
    padding: 30px 0;
    background: #f6f6f6;
}

.section-listing.white {
    background: #fff;
    padding: 38px 0;
}

.section-title {
    color: #314d6e;
    line-height: 1.2;
    font-size: 24px;
    padding-bottom: 26px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}

.section-title.grey {
    color: #4a4a4a;
}

.btn-center {
    padding: 16px 0 2px;
    text-align: center;
}

.btn-center.v2 {
    padding-top: 10px;
}

.history-slider {
    background-color: #1d3353;
    position: relative;
    color: #fff;
}

.history-slider .row > div, .history-slider .row, .history-slider .container {
    position: static;
}

.history-slider .player-history {
    position: relative;
    padding: 40px 0 44px;
    margin-top: -2px;
    padding-right: 18%;
    z-index: 1;
}

.history-slider .player-history:before {
    content: '';
    background-color: #314d6e;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 -999em;
}

.history-slider .player-history h4 {
    color: #fff;
    margin: 0;
    line-height: 1.2;
    font-size: 36px;
    font-weight: 300;
    padding-bottom: 13px;
}

.history-slider .player-history p {
    font-size: 14px;
    letter-spacing: 0;
}

.history-slider .slick-dots {
    overflow: hidden;
    padding: 0;
    margin: -2px 4px;
    list-style: none;
}

.history-slider .slick-dots li {
    padding: 0;
    margin: 0;
    padding-right: 15px;
    float: left;
}

.history-slider .slick-dots button {
    display: block;
    text-indent: -999em;
    border: 0;
    cursor: pointer;
    padding: 0;
    width: 19px;
    border-radius: 50%;
    height: 19px;
    background-color: rgba(216, 216, 216, .3);
}

.history-slider .slick-dots button:hover {
    background-color: #d8d8d8;
}

.history-slider .slick-dots .slick-active button {
    background-color: #d8d8d8;
}

.history-slider .images-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
    pointer-events: none;
    left: 51.3%;
    right: 0;
}

.history-slider .images-slider .slick-slider, .partner-slider .slick-list,  .history-slider .images-slider .slick-list, .history-slider .images-slider .slick-track, .history-slider .images-slider .item {
    position: relative;
    height: 100%;
    overflow: visible;
}

.partner-slider .item {
    transition: opacity .4s ease;
    opacity: 0;
}

.partner-slider .slick-active {
    opacity: 1;
}

.history-slider .images-slider .item {
    transition: opacity .4s ease;
    opacity: 0;
}

.history-slider .images-slider .slick-active {
    opacity: 1;
}

.history-slider .images-slider .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -5%;
    -webkit-transform: skewX(-5.7deg);
    transform: skewX(-5.7deg);
    background: no-repeat 50% 50%;
    background-size: cover;
}

.history-slider .images-slider .caption {
    position: absolute;
    bottom: 60px;
    right: 0;
    min-width: 260px;
    padding: 15px 27px;
    color: #204064;
    font-size: 18px;
    font-weight: 700;
    z-index: 1;
}

.history-slider .images-slider .caption:before {
    -webkit-transform: skewX(-13deg);
    transform: skewX(-13deg);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -50px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .1);
    background-image: linear-gradient(-5deg, #e3e3e3 0%, #fff 100%);
    z-index: -1;
}

.history-slider .intro {
    padding: 55px 0 52px;
    padding-right: 68px;
    margin-right: -68px;
    background: url(../images/history.svg) no-repeat 100% 50%;
    background-size: auto 100%;
}

.history-slider .logo {
    padding-bottom: 38px;
}

.history-slider p {
    line-height: 22px;
    padding-bottom: 30px;
    margin: 0;
}

.history-slider .slick-next, .history-slider .slick-prev {
    position: absolute;
    left: 0;
    margin-left: 12px;
    top: 50%;
    margin-top: -10px;
    text-indent: -999em;
    background: url(../images/ico_a_l_w.svg) no-repeat;
    width: 14px;
    height: 21px;
    display: block;
    cursor: pointer;
    border: 0;
}

.history-slider .slick-next {
    left: auto;
    right: 0;
    margin-right: 12px;
    background-image: url(../images/ico_a_r_w.svg);
}

.history-slider.v2 {
    padding: 70px 0;
    background: url(../images/history.svg) no-repeat 31% 50% #1c3353;
    background-size: auto 100%;
}

.history-slider.v2 .slick-dots {
    margin: 25px 0 8px;
}

.history-slider.v2 .images {
    padding: 10px 60px;
    position: relative;
    margin: 0 0 0 10px;
}

.history-slider.v2 .logo {
    line-height: 42px;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 10px;
}

.history-slider.v2 h4 {
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 300;
}

.mb-17 {
    margin-bottom: 17px;
}

.video-item {
    background: #fff;
}

.video-item .image {
    position: relative;
}

.video-item .image .caption {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .17px;
    text-transform: uppercase;
    min-width: 90px;
    position: absolute;
    top: 13px;
    right: 13px;
    padding: 0 15px;
    z-index: 1;
    line-height: 25px;
    height: 25px;
    background-color: #f04747;
}

.video-item .image .caption a {
    display: block;
}

.video-item .text {
    padding: 16px 22px;
}

.video-item h3 {
    color: #1d3353;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding-right: 15%;
    min-height: 46px;
    padding-bottom: 8px;
    margin: 0;
}

.video-item h3 a:hover {
    text-decoration: underline;
}

.video-item .time {
    padding-left: 20px;
    color: #818181;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    background: url(../images/ico_time.svg) no-repeat 0 46%;
    background-size: 11px 11px;
}

.banner-full {
    padding-top: 26px;
    padding-bottom: 30px;
}

.banner-full iframe, .banner-full img {
    width: 100%;
    display: block;
}

.follow-social {
    text-align: center;
    width: 100%;
    padding: 0;
    font-size: 0;
    line-height: 32px;
    margin: 0;
}

.follow-social li {
    list-style: none;
    padding: 0 10px;
    vertical-align: top;
    margin: 0;
    display: inline-block;
}

.follow-social a {
    display: block;
    width: 32px;
    height: 32px;
}

.follow-social a.ico-fb {
    background: url(../images/ico_fb.svg) no-repeat;
    background-size: contain;
}

.follow-social a.ico-tw {
    background: url(../images/ico_tw.svg) no-repeat;
    background-size: contain;
}

.follow-social a.ico-ig {
    background: url(../images/ico_instagram.png) no-repeat;
    background-size: contain;
}
.follow-social a.ico-yt {
    background: url(../images/youtube.svg) no-repeat;
    background-size: contain;
}

.follow-widget {
    background: url(../images/bg_texture.svg) no-repeat left 70px center #204064;
    background-size: 240px auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    min-height: 289px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.follow-widget .follow-social {
    padding: 32px 0 34px;
}

.instagram-embeded-widget {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media screen and (max-width: 1023px) {
    .label-of-lkl-hashtag {
        margin-top: 20px;
    }
}

.mb-22 {
    margin-bottom: 22px;
}

.social-item {
    position: relative;
    background: #fff;
}

.social-item .source {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #6b6b6b;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .17px;
    text-transform: uppercase;
    margin: 14px 20px;
}

.social-item .source a {
    display: block;
    background: url(../images/ico_instagram_p.svg) no-repeat 0 1px;
    padding-left: 26px;
    background-size: 18px 18px;
}

.social-item .source a.ico-fb {
    background-image: url(../images/ico_fb_p.svg);
    background-size: 8px 16px;
    background-position: 0 1px;
    padding-left: 15px;
}

.social-item .source a.ico-tw {
    background-image: url(../images/ico_tw_p.svg);
    background-size: 17px 14px;
    background-position: 0 3px;
    padding-left: 22px;
}

.social-item .image {
    position: relative;
}

.social-item .image:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #3a77bd;
}

.social-item.type-ig .image:before {
    background-image: linear-gradient(147deg, #fed178 0%, #e44d53 51%, #8544ba 100%);
}

.social-item.type-tw .image:before {
    background-color: #33b0f1;
}

.social-item .text {
    padding: 15px 15px 27px 19px;
}

.social-item h3 {
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
    color: #1d3353;
    margin-bottom: 16px;
}

.social-item a:hover {
    text-decoration: underline;
}

.social-item .tag {
    color: #3c90ff;
}

.social-item .tag:hover {
    color: #4e96e1;
}

.player-stat-item {
    position: relative;
    padding-top: 12px;
    padding-bottom: 40px;
}

.player-stat-item .photo {
    position: relative;
    width: 48%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 193px;
    text-align: center;
    float: left;
}

.player-stat-item .photo .club-logo {
    position: absolute;
    bottom: 0;
    z-index: 6;
    margin: -9% -5%;
    right: 0;
}

.player-stat-item .photo > a > img {
    width: 100%;
}


.player-stat-item .others ul, .player-stat-item .others li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.player-stat-item .others a:hover {
    text-decoration: underline;
}

.player-stat-item .others li {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #e5e5e5;
}

.player-stat-item .others li h4 {
    float: left;
    width: 50%;
    margin: 0;
    color: #4a4a4a;
    font-size: 17px;
    font-weight: 400;
}

.player-stat-item .others li .count {
    float: right;
    color: #1d3353;
    width: 30%;
    text-align: right;
    padding-right: 24px;
    font-size: 24px;
    font-weight: 700;
}

.player-stat-item .others .image {
    float: left;
    width: 65px;
    height: 90px;
    margin-right: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.player-stat-item .others .image img {
    width: auto;
    max-width: 65px;
    max-height: 100%;
}

.player-stat-item .player-name {
    clear: both;
    background-color: #1d3353;
    padding: 37px 20px 37px 33px;
    overflow: hidden;
    position: relative;
    min-height: 117px;
}

.player-stat-item .player-name:before {
    content: '';
    background: url(../images/bg_texture.svg) no-repeat right center;
    background-size: 145px auto;
    position: absolute;
    top: -5px;
    bottom: 0;
    left: -999em;
    right: -10px;
}

.player-stat-item .player-name h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    position: relative;
    padding: 0;
    float: left;
    width: 50%;
    font-weight: 700;
}

.player-stat-item .player-name .count {
    float: right;
    width: 50%;
    text-align: right;
    color: #fff;
    font-size: 60px;
    position: relative;
    margin: -13px 0;
    line-height: 1;
    font-weight: 300;
}

.player-stat-item .stat-label {
    float: left;
    color: #1d3353;
    font-size: 18px;
    padding-top: 112px;
    max-width: 40%;
    line-height: 24px;
    padding-left: 22px;
    font-weight: 700;
}

.player-stat-item .r-t {
    position: absolute;
    top: -10px;
    right: 0;
    text-align: right;
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
}

.player-stat-item .r-t .league {
    height: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.player-stat-item .others .image a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

.player-stat-item .photo > a > img {
    max-height: 142px;
    width: auto;
    margin: auto;
}

.tv-listing {
    background-color: #314d6e;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    /*margin-top: -22px;*/
}

.vertical-slider.tv-listing {
    background-color: #1d3353;
}

.vertical-slider.tv-listing .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 76.5%;
    right: calc((50vw - 50%) * -1);
    font-size: 0;
    padding: 36px 0 0;
    white-space: nowrap;
    max-width: 292px;
}

.tv-listing .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 21.5%;
    right: calc((50vw - 50%) * -1);
    font-size: 0;
    padding: 39px 0 0;
    white-space: nowrap;
}

.tv-listing .slick-slide {
    opacity: 0;
    transition: opacity .4s ease;
}

.tv-listing .slick-current, .tv-listing .slick-current ~ div {
    opacity: 1;
}

.vertical-slider.tv-listing .item {
    width: 250px;
    vertical-align: top;
    padding-left: 28px;
    margin-bottom: 20px;
}

.tv-listing .item {
    width: 286px;
    display: inline-block;
    vertical-align: top;
    margin-right: -10px;
    padding-left: 68px;
}

.vertical-slider.tv-listing .intro {
    float: left;
    padding: 170px 0 140px;
    position: relative;
    width: 21.5%;
    z-index: 1;
}

.vertical-slider.tv-listing .intro:after {
    background-image: none;
}

.vertical-slider .videos-slider .play-link:before {
    top: 0px !important;
}

.vertical-slider .slides-vertical-desktop {
    max-width: 292px;
    overflow: hidden;
}

.vertical-slider .slides-mobile {
    display: none;
}

.vertical-slider.tv-listing .slides-mobile .item {
    padding: 0 15px;
}

.vertical-slider.tv-listing .controls {
    position: absolute;
    display: block;
    width: 30px;
    top: 298px;
    right: -80px;
    color: #fff;
}

.mobile-tv-slider-wrapper {
    position: relative;
}
.mobile-tv-slider-wrapper .item {
    position:relative;
    height: calc(100vw / 1.77);
    margin-left: auto;
    margin-right: auto;
}
.mobile-tv-slider-wrapper .item iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.mobile-tv-slider-control {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
}
.mobile-tv-slider-control.left {
    left: 3%;
}
.mobile-tv-slider-control.right {
    left: 94%;
}

@media screen and (max-width: 1023px) {
    .vertical-slider .container {
        padding: 0;
    }
    .vertical-slider.tv-listing .intro {
        float: none;
        width: 100%;
        padding: 10% 5% 0 5%;
        margin: 0;
    }
    .vertical-slider.tv-listing .intro img {
        display: block;
        width: 36%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .vertical-slider.tv-listing .main-video {
        display: none;
    }
    .vertical-slider .slider {
        display: none;
    }
    .vertical-slider .slider-mobile {
        margin: 10%;
        width: 80%;
    }
    .vertical-slider .slider-mobile .play-link:before {
        top: 50% !important;
        margin-top: -24px;
    }
    .vertical-slider .slides-mobile {
        display: block;
    }
    .mobile-tv-slider-control {
        display: block;
    }
}

.tv-listing .intro {
    float: left;
    padding: 40px 0 55px;
    position: relative;
    width: 21.5%;
    z-index: 1;
}

.tv-listing .intro:after {
    content: '';
    background: url(../images/bg_texture.svg) no-repeat right center;
    background-size: 275px auto;
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: -75px;
    left: -999em;
    right: 48px;
}

.tv-listing .intro:before {
    content: '';
    -webkit-transform: skewX(-7deg);
    transform: skewX(-7deg);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -2;
    left: -999em;
    background: #1d3353;
    right: 0;
}

.vertical-slider.tv-listing h2 {
    color: #fff;
    font-size: 54px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -2.3px;
    padding: 0 17px 5px 10px;
}

.tv-listing h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -2.3px;
    padding: 0 17px 5px;
}

.vertical-slider.tv-listing .logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 52px;
    margin-bottom: 12px;
}

.tv-listing .logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 52px;
    margin-bottom: 10px;
}

.tv-listing .type {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    padding-left: 17px;
}

.tv-listing .main-video {
    float:left;
    width: 51%;
    margin-left: 36px;
    color: #fff;
}

.tv-listing .main-video .main-video-wrapper {
    margin-top: 36px;
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.tv-listing .main-video .main-video-wrapper iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.tv-listing .main-video .video-title {
    margin-top: 10px;
    color: #fff;
}

.tournament-dates {
    padding: 0 0 8px;
}

.tournament-dates a:hover {
    text-decoration: underline;
}

.tournament-dates h4 {
    color: #4a4a4a;
    font-size: 17px;
    margin: -4px 0 10px;
    padding-right: 40%;
    padding-bottom: 9px;
    border-bottom: 2px solid #e7e7e7;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
}

.tournament-dates .item {
    overflow: hidden;
    margin-bottom: 8px;
    padding: 15px 0;
    border-bottom: 2px solid #e7e7e7;
}

.tournament-dates .player {
    width: 40%;
    float: left;
    text-align: left;
}

.tournament-dates .vw + .player {
    text-align: right;
}

.tournament-dates .vw + .player h5 {
    padding-right: 0;
    padding-left: 10px;
}

.tournament-dates .date {
    clear: both;
    color: #818181;
    font-size: 12px;
    padding: 22px 0 0;
    float: left;
    font-weight: 400;
    text-transform: uppercase;
}

.tournament-dates .more {
    float: right;
    margin-top: 22px;
}

.tournament-dates .vw {
    color: #818181;
    padding: 11px 0;
    font-size: 12px;
    float: left;
    width: 20%;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}
#kmt .tournament-dates h5 {
    font-size:13px !important;
    padding-right:5px !important;
}
#kmt .tournament-dates .vw + .player h5 {
    padding-left:5px !important;
}

.tournament-dates h5 {
    color: #4a4a4a;
    display: inline-block;
    padding-top: 13px;
    font-size: 15px;
    vertical-align: top;
    padding-right: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.tournament-dates .logo {
    width: 44px;
    display: inline-block;
    vertical-align: top;
    height: 41px;
}

.tournament-dates .logo img {
    max-width: 100%;
    max-height: 100%;
}

.tournament-table {
    margin: 0 -12px 0 -4px;
    padding: 6px 0 14px;
}

.tournament-table a:hover {
    text-decoration: underline;
}

.tournament-table h4 {
    color: #1d3353;
    font-size: 17px;
    float: left;
    margin: 0;
    padding-bottom: 19px;
    width: 50%;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
}

.tournament-table .league {
    float: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding-right: 7px;
    text-align:right;
    margin-top:-10px;
}
.tournament-table .league small {
    display:block;
    font-style:italic;
}
.tournament-table .league a:hover {
    text-decoration:none;
}

.tournament-table th {
    text-align: center;
    color: #1d3353;
    font-size: 11px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.tournament-table td {
    vertical-align: middle;
    padding: 12px 0 12px;
}

.tournament-table tr:first-child td {
    padding-top: 2px;
}

.tournament-table table {
    width: 100%;
    color: #4a4a4a;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
}

.tournament-table .div-full {
    text-align: center;
    padding: 0;
    background-image: linear-gradient(to right, #d8d8d8 0%, whitesmoke 100%);
    height: 2px;
}

.tournament-table .logo {
    float: left;
    width: 25px;
    height: 25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tournament-table .logo img {
    width: auto;
    height: auto;
    max-height:40px;
    max-width: 25px;
}

.tournament-table h5 {
    color: #1d3353;
    font-size: 12px;
    text-align: left;
    float: left;
    margin: 9px 0 5px 6px;
    font-weight: 500;
    letter-spacing: -.08px;
    text-transform: uppercase;
}

.tournament-table .name {
    width: 600px;
}

.tournament-table .res {
    min-width: 31px;
}

.tournament-table .div {
    width: 103px;
    margin-top: -3px;
    height: 2px;
    max-width: 100%;
    background-image: linear-gradient(to right, #d8d8d8 0%, whitesmoke 100%);
}

.custom-select {
    width: 159px;
    box-shadow: none;
    margin: -10px 20px 0 0;
    height: 45px;
    color: #4a4a4a;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    text-align-last: center;
    background: url(../images/ico_drop.svg) no-repeat right 17px center #ececec;
}

.bottom-divider {
    margin: 78px 0 4px;
    height: 2px;
    background-color: #e5e5e5;
}

.arena {
    background: url(../images/bg_court.svg) no-repeat 50% 0;
    background-size: contain;
    height: 0;
    position: relative;
    margin: -4px 0 50px;
    padding-bottom: 57.5%;
}

.arena .point {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    margin: -10px;
    width: 20px;
    height: 20px;
    background-color: #5bacff;
}

.arena .label-inline {
    position: absolute;
    left: 50%;
    width: 200px;
    text-align: center;
    margin-left: -100px;
    top: 100%;
    padding: 9px;
    color: #4a4a4a;
    font-size: 13px;
    font-weight: 400;
}

.graph {
    position: relative;
    overflow: hidden;
    padding: 15px 0 50px;
    margin: -15px 0 50px;
    padding-left: 18px;
}

.graph .labels {
    position: absolute;
    top: 9px;
    bottom: 50px;
    z-index: 9;
    left: 3px;
    right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.graph .labels .unit {
    position: relative;
    color: #4a4a4a;
    font-size: 15px;
    -webkit-flex-grow: 15;
    -ms-flex-positive: 15;
    flex-grow: 15;
    line-height: 20px;
    font-weight: 400;
}

.graph .labels .unit:last-child {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-height: 15px;
}

.graph .labels .unit:last-child:before {
    border-color: #979797;
    opacity: 1;
}

.graph .labels .unit:before {
    content: '';
    border-top: 1px solid #979797;
    position: absolute;
    top: 14px;
    bottom: 0;
    opacity: .43;
    left: 18px;
    right: -9999em;
}

.graph .cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.graph .bar {
    height: 300px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 22px;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.graph .fill {
    width: 100%;
    background-color: #5bacff;
}

.graph .item {
    width: 100%;
    text-align: center;
    position: relative;
}

.graph .label-bottom {
    position: absolute;
    padding-top: 22px;
    top: 100%;
    left: 0;
    right: 0;
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.graph-view .custom-select {
    float: right;
}

.min-height {
    height: 100%;
}

.players-listing {
    padding: 44px 0 0;
}

.players-listing .slider {
    position: relative;
    margin-top: -13px;
    padding: 0 50px;
}

.players-listing .slick-next, .players-listing .slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
    text-indent: -999em;
    background: url(../images/ico_left.svg) no-repeat 48% 50%;
    width: 39px;
    height: 39px;
    background-color: #f6f6f6;
    z-index: 9;
    display: block;
    border-radius: 50%;
    background-size: 9px 17px;
    cursor: pointer;
    border: 0;
}

.players-listing .slick-next:hover, .players-listing .slick-prev:hover {
    background-color: #d8d8d8;
}

.players-listing .slick-next {
    left: auto;
    right: 0;
    margin-right: 5px;
    background-image: url(../images/ico_right.svg);
    background-position: 52% 50%;
}

.players-listing .item {
    padding: 26px 15px 0;
    transition: padding .4s ease;
}

.players-listing .player-head {
    height: 134px;
    background: url(../images/bg_texture.svg) no-repeat 29% 50% #16784e;
    background-size: 140px auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 13px 0  22px;
    transition: all .4s ease;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.players-listing .player-head .photo {
    width: 107px;
    height: 107px;
    min-width: 107px;
    transition: all .4s ease;
    margin-left: auto;
    border-radius: 50%;
    overflow: hidden;
}

.players-listing .player-head h4 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    transition: all .4s ease;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
}

.players-listing ul, .players-listing li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.players-listing li {
    color: #4a4a4a;
    padding: 9px 0 7px 2px;
    transition: all .4s ease;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 2px solid #e7e7e7;
    line-height: 25px;
    text-transform: uppercase;
    overflow: hidden;
}

.players-listing li .label {
    float: left;
    width: 60%;
}

.players-listing li .data {
    float: right;
    opacity: .8;
    color: #16784e;
    text-align: right;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    width: 40%;
}

.players-listing .item {
    width: 390px;
}

.players-listing .item .player-item {
    width: 291px;
    transition: all .4s ease;
    margin-left: 69px;
}

.players-listing .slick-active ~ .item .player-item {
    margin-left: 0;
}

.players-listing .slick-center {
    padding-top: 0;
    width: 390px;
}

.players-listing .slick-center .player-item {
    width: 360px;
    margin-left: 0;
    float: none;
}

.players-listing .slick-center li {
    padding-top: 12px;
    padding-bottom: 11px;
}

.players-listing .slick-center .player-head {
    height: 160px;
    padding: 0 16px 0  35px;
}

.players-listing .slick-center .player-head .photo {
    width: 132px;
    height: 132px;
    min-width: 132px;
}

.players-listing .slick-center .player-head h4 {
    font-size: 24px;
    line-height: 30px;
}

.winners-listing {
    padding: 40px 0 0;
    margin-bottom: -10px;
}

.winners-listing .slider {
    position: relative;
    margin-top: -13px;
    padding: 0;
    text-align: center;
}

.winners-listing img {
    margin: auto;
}

.winners-listing .prize {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 250px;
}

.winners-listing .slick-next, .winners-listing .slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 9;
    margin-top: -62px;
    text-indent: -999em;
    background: url(../images/ico_left.svg) no-repeat 48% 50%;
    width: 39px;
    height: 39px;
    background-color: #f6f6f6;
    display: block;
    border-radius: 50%;
    background-size: 9px 17px;
    cursor: pointer;
    border: 0;
}

.winners-listing .slick-next:hover, .winners-listing .slick-prev:hover {
    background-color: #d8d8d8;
}

.winners-listing .slick-next {
    left: auto;
    right: 0;
    margin-right: 5px;
    background-image: url(../images/ico_right.svg);
    background-position: 52% 50%;
}

.winners-listing ul, .winners-listing li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.winners-listing p {
    width: 260px;
    max-width: 100%;
    margin: auto;
}

.winners-listing h4 {
    color: #16784e;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 6px;
    margin: 0;
    line-height: 30px;
    text-transform: uppercase;
}

.nav-tabs {
    float: right;
    background: none;
    border: 0;
    padding: 0;
    margin: -7px 0 2px;
}

.nav-tabs .nav-item {
    margin: 0;
    padding: 0 0 0 11px;
}

.nav-tabs .nav-link {
    border: 0;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 42px;
    font-weight: 400;
    border-radius: 0;
    text-transform: uppercase;
    height: 44px;
    padding: 0 34px;
    border: 2px solid #4a4a4a;
    cursor: pointer;
}

.nav-tabs .nav-link:hover {
    color: #16784e;
    border-color: #16784e;
    text-decoration: none;
}
.nav-tabs .nav-link.active {
    color: #fff;
    border-color: #16784e;
    background-color: #16784e;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-tabs.general-tabs .nav-link:hover {
    color: #1d3353;
    border-color: #1d3353;
    text-decoration: none;
}
.nav-tabs.general-tabs .nav-link.active {
    color: #fff;
    border-color: #1d3353;
    background-color: #1d3353;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-tabs.blue .nav-link {
    border-color: #dadada;
    color: #4a4a4a;
    padding-left: 21px;
    padding-right: 21px;
    min-width: 114px;
    text-align: center;
    margin-left: -1px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
}

.nav-tabs.blue .nav-link:hover, .nav-tabs.blue .nav-link.active {
    border-color: #5bacff;
    background-color: #5bacff;
    color: #fff;
    font-weight: 500;
}

.lkl-kmt-stats-tabs .nav-link, .tabs-of-stats-of-averages-and-totals .nav-link {
    cursor: pointer;
}

.full-table {
    padding-bottom: 45px;
}

.full-table.statistics {
    background: #f6f6f6;
    padding: 38px 0 45px;
}

.full-table.statistics .section-title {
    float: left;
}

.full-table.statistics th, .full-table.statistics td {
    white-space: nowrap;
    width: auto;
    text-align: center;
}

.full-table.statistics td {
    padding-top: 1px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
}

.full-table.statistics.personal-player-stats td {
    padding-left: 10px;
    padding-right: 10px;
}

.full-table.statistics h5 {
    padding-top: 13px;
}

.full-table.statistics .photo {
    float: left;
    width: 52px;
    margin-left: -12px;
    margin-right: 5px;
    height: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.full-table.statistics .photo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
.full-table.statistics .photo img.player-photo {
    max-height: 54px;
    width: auto;
}
@media screen and (max-width: 1180px) {
    .full-table.statistics .photo img.player-photo {
        max-height: 37px;
    }
}

.full-table.statistics .table th {
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 15px;
    font-size: 12px;
    font-weight: 500;
    padding-right: 15px;
}

.color-green .full-table.statistics .table th {
    background-color: #16784e;
}

.full-table th.th-player {
    text-align: left;
}
@media screen and (max-width: 1023px) {
    .full-table th.th-player {
        min-width: 207px;
    }
}

.full-table table, .full-table .table {
    width: 100%;
}

.full-table a:hover {
    text-decoration: underline;
}

.full-table .table {
    margin: -5px 0;
}

.full-table .th-data {
    width: 130px;
}

.full-table .th-com {
    width: 200px;
}

.full-table .th-stat {
    width: 150px;
}

.full-table .th-effec {
    width: 120px;
}

.full-table .logo {
    float: left;
    width: 30px;
    height: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.full-table .logo img {
    max-width: 85%;
    max-height: 85%;
    width: auto;
}

.full-table thead th, .full-table tfoot th {
    height: 35px;
    background-color: #1d3353;
    color: #fff;
    padding: 12px 10px 10px;
    line-height: 13px;
    font-size: 12px;
    vertical-align: middle;
    border: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.full-table td, .full-table tbody th {
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 10px;
    vertical-align: middle;
    border: 0;
    border-bottom: 2px solid #dcdcdc;
}

.full-table tbody th {
    font-weight: 500;
}

.full-table h5 {
    color: #1d3353;
    font-size: 13px;
    text-align: left;
    float: left;
    margin: 9px 0 5px 5px;
    font-weight: 500;
    letter-spacing: -.08px;
    text-transform: uppercase;
}

.news-item {
    background: #fff;
}

.news-item a:hover {
    text-decoration: underline;
}

.news-item.grey {
    background: #f5f5f5;
}

.news-item .text {
    padding: 15px 10px 10px 19px;
}

.news-item h2 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: #1d3353;
    margin-bottom: 16px;
}

.news-item p {
    margin-bottom: 18px;
    font-size: 13px;
}

.news-item.min-p h2 {
    min-height: 55px;
    margin-bottom: 5px;
}

.news-item .meta {
    color: #9b9b9b;
    font-size: 12px;
    padding: 7px 2px 1px;
    font-weight: 400;
    overflow: hidden;
}

.news-item .meta .date {
    background: url(../images/ico_calendar.svg) no-repeat 0 45%;
    padding-left: 17px;
    float: left;
    margin-right: 20px;
    background-size: 11px 11px;
}

.news-item .meta .comments {
    background: url(../images/ico_message.svg) no-repeat 0 45%;
    padding-left: 17px;
    float: left;
    background-size: 12px 12px;
}

.news-item .meta .time {
    background: url(../images/ico_time.svg) no-repeat 0 46%;
    background-size: 11px 11px;
    padding-left: 17px;
    float: left;
}

.btn.btn-link {
    padding: 0;
    color: #33b0f1;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
}

.btn.btn-link.btn-sm {
    font-size: 11px;
    font-weight: 500;
}

.btn.btn-link:hover {
    text-decoration: none;
    color: #4e96e1;
}

.btn.btn-primary {
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 25px;
    line-height: 20px;
    background-color: #5bacff;
}

.btn.btn-primary:hover {
    background-color: #4e96e1;
}

.slick-prev {
    z-index: 9;
}

.sponsors-links {
    padding: 47px 0 17px;
    text-align: center;
}

.sponsors-links .logo {
    height: 220px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sponsors-links .container {
    width: 1200px;
}

.sponsors-links h6 {
    color: #4a4a4a;
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    line-height: 21px;
}

.sponsors-links h5 {
    color: #4a4a4a;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
    line-height: 23px;
}

.sponsors-links h4 {
    color: #204064;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 21px;
}

.footer-links {
    padding: 49px 0;
    background: url(../images/bg_texture.svg) no-repeat right -15px center #204064;
    background-size: 300px auto;
}

.footer-links h3 {
    color: #6db6ff;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    padding-bottom: 26px;
    text-transform: uppercase;
}

.footer-links li, .footer-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-links ul {
    padding-bottom: 20px;
}

.footer-links li {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer {
    padding: 12px 0;
    overflow: hidden;
}

.footer .logo-left {
    float: left;
}

.footer a:hover {
    text-decoration: underline;
}

.footer ul {
    float: right;
    padding: 10px 0;
    color: #4a4a4a;
    font-weight: 500;
    font-size: 0;
    text-transform: uppercase;
    text-align: right;
    margin: 0;
}

.footer ul li {
    list-style: none;
    padding: 0 0 0 34px;
    margin: 0;
    position: relative;
    display: inline-block;
    font-size: 13px;
}

.footer ul li + li:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 16px;
    top: 3px;
    width: 2px;
    height: 14px;
    background-color: #d8d8d8;
}

.footer ul a {
    display: block;
}

.mt {
    margin-top: -22px;
}

.intro-player {
    background: url(../images/bg_texture.svg) no-repeat 47% 50% #4a4a4a;
    background-size: 240px auto;
}

.intro-player .title {
    padding: 20px 0;
}

.intro-player .photo {
    width: 175px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 220px;
    background: #fff;
    margin-right: 138px;
    z-index: 5;
    text-align: center;
    float: left;
}

.intro-player .photo:before {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: -999px;
    -webkit-transform: skewX(-12deg);
    transform: skewX(-12deg);
    right: -83px;
}

.intro-player .photo .club-logo {
    position: absolute;
    bottom: 0;
    z-index: 6;
    margin: -6% -11%;
    right: 0;
}

.intro-player .photo img {
    max-height: 90%;
}
.intro-player .club-logo img {
    max-height: 100px;
}

.intro-player h1 {
    color: #fff;
    font-size: 42px;
    float: none;
    font-weight: 700;
    padding-bottom: 3px;
    padding-top: 16px;
    line-height: 55px;
    text-transform: uppercase;
}

.intro-player p {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 26px;
    font-weight: 400;
}

.intro-player p strong {
    font-weight: 900;
}

.team-page .sub-nav {
    margin-bottom: 20px;
}

.team-page .featured-intro {
    margin-bottom: -10px;
}

.team-page .news-item-featured {
    background-color: #4a4a4a;
}

.team-page .news-item-featured .btn-link {
    color: #fff;
}

.related-listing + .related-listing {
    margin-top: -15px;
}

.team-intro {
    position: relative;
    z-index: 3;
    background: url(../images/bg_texture.svg) no-repeat 42% 50% #4a4a4a;
    background-size: 400px auto;
}

.team-intro:after {
    content: '';
    clear: both;
    display: block;
}

.team-intro .title {
    position: relative;
    z-index: 2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 31%;
    padding-top: 10px;
    height: 350px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-intro .follow-social {
    position: static;
    padding-top: 55px;
    width: 100%;
    text-align: left;
}

.team-intro h1 {
    color: #fff;
    font-size: 64px;
    margin: 0;
    width: 100%;
    font-weight: 700;
    padding-left: 5px;
    line-height: 70px;
    text-transform: uppercase;
}

.team-intro .logo {
    position: relative;
    margin: 52px 0 -9px -15px;
    float: left;
    width: 27.2%;
    z-index: 2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 4.5%;
    max-height: 315px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team-intro .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: 95px;
    z-index: 2;
    -webkit-transform: skewX(-13.5deg);
    transform: skewX(-13.5deg);
    overflow: hidden;
    right: -7%;
}

.team-intro .image .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: -9%;
    right: 11%;
    -webkit-transform: skewX(13.5deg);
    transform: skewX(13.5deg);
    background: no-repeat 50% 50%;
    background-size: cover;
}

.btn-cart {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/ico_art.svg) no-repeat 0 50%;
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: underline;
    text-transform: uppercase;
}

.color-green .sub-nav a:hover, .color-green .sub-nav .current a {
    color: #006c3e;
    border-color: #006c3e;
}

.color-green .team-intro {
    background-color: #16784e;
}
.color-kmt .team-intro {
    background-color: #6D6E71;
}
.color-kmt .team-intro h1 {
    color:#122a36;
    font-size:60px;
    line-height:64px;
}
.color-green .section-title {
    color: #4a4a4a;
}

.color-green .player-stat-item .player-name {
    background-color: #16784e;
}

.color-green .player-stat-item .others li .count {
    color: #16784e;
}

.color-green .player-stat-item .stat-label {
    color: #4a4a4a;
}

.sub-nav {
    line-height: 42px;
    border-bottom: 3px solid #ececec;
}

.sub-nav a {
    padding: 10px 7px 8px;
    color: #4a4a4a;
    display: block;
    border-bottom: 3px solid transparent;
    margin-bottom: -3px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.sub-nav a:hover {
    color: #1d3353;
    border-color: #49a4ff;
}

.sub-nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    float: none;
}

.sub-nav .current a {
    color: #1d3353;
    font-weight: 700;
    border-color: #49a4ff;
}

.sub-nav:after {
    content: '';
    clear: both;
    display: block;
}

.sub-nav li {
    -webkit-flex-grow: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
}

.sub-nav ul, .sub-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
}

@media screen and (min-width: 1024px) {
    .moved-header .header .logo {
        width: 103px;
        margin-top: 80px;
        margin-bottom: -80px;
        height: 45px;
    }

    .moved-header nav.nav {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1171px) {
    .col-xl-25 {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (max-width: 1270px) {
    .live-steam .slider {
        padding: 0 30px;
        margin: 0 -20px;
    }

    .tv-cat .sponsor {
        margin-right: 0;
    }
}

@media screen and (max-width: 1170px) {
    .nav-tabs.blue .nav-link {
        padding-left: 13px;
        padding-right: 13px;
        min-width: 0;
    }

    .week-player .photo {
        height: calc(((100vw - 45px) / 3) - ((100vw - 45px) / 3) * .45);
    }

    .tv-cat .slider {
        padding-left: 50px;
        margin: 0 -25px;
        padding-right: 50px;
    }

    .col-xl-25:nth-child(5) {
        display: none;
    }

    nav.nav .main ul a {
        padding-left: 17px;
        padding-right: 17px;
    }

    .player-stat-item .player-name .count {
        font-size: 50px;
        line-height: 70px;
        width: 40%;
    }

    .player-stat-item .player-name h3 {
        width: 60%;
    }

    .col-md-9-5 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-2-5 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .news-item-featured:before {
        top: 200px;
    }

    .history-slider .images-slider .bg {
        right: -8%;
    }

    .nav-tabs .nav-link {
        padding-left: 20px;
        padding-right: 20px;
    }

    .full-table.statistics .table th, .full-table.statistics td, .full-table.statistics th {
        padding-left: 5px;
        padding-right: 5px;
    }

    .full-table.statistics h5 {
        padding-top: 8px;
    }

    .full-table.statistics .photo {
        margin-left: -5px;
        width: 40px;
        height: 50px;
        margin-top: 5px;
        margin-bottom: -8px;
    }
}

@media screen and (max-width: 1023px) {
    .featured-tv h2 {
        float: none;
        padding-bottom: 6px;
    }

    .week-player .photo {
        height: 200px;
        max-width: 200px;
    }

    .tournament-dates .item {
        padding-left: 30%;
        padding-right: 30%;
    }

    .players-listing .item .player-item {
        padding-left: 0;
        margin-left: 0;
    }

    .players-listing .item .player-item {
        width: auto;
    }

    .full-table.statistics .photo {
        height: 37px;
        margin-bottom: -1px;
    }

    .full-table.statistics .section-title {
        float: none;
    }

    .nav-tabs .nav-item {
        padding: 0 5px;
    }

    .nav-tabs {
        float: none;
        margin: 0 -5px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
    }

    .winners-listing {
        padding-bottom: 45px;
    }

    .intro-player p {
        font-size: 16px;
        line-height: 1.5;
    }

    .intro-player h1 {
        font-size: 38px;
        line-height: 1.2;
        padding-top: 25px;
        padding-bottom: 0;
    }

    .intro-player .photo {
        margin-right: 40px;
    }

    .intro-player .photo:before {
        right: -70px;
    }

    .sub-nav li + li {
        padding-left: 10px;
    }

    .related-listing {
        padding-bottom: 40px;
    }

    .full-table thead th {
        width: auto !important;
    }

    .bottom-divider {
        margin-top: 20px;
    }

    .arena {
        margin-bottom: 70px;
    }

    .convert-to-slider {
        padding: 0 32px;
        margin: 0;
        position: relative;
    }

    .convert-to-slider > div {
        padding: 0;
        margin: 0;
    }

    .convert-to-slider .slick-next, .convert-to-slider .slick-prev {
        position: absolute;
        left: 0;
        margin-left: 7px;
        top: 50%;
        margin-top: -14px;
        text-indent: -999em;
        background: url(../images/ico_a_l.svg) no-repeat;
        width: 10px;
        height: 16px;
        background-size: contain;
        display: block;
        cursor: pointer;
        border: 0;
    }

    .convert-to-slider .slick-next {
        left: auto;
        right: 0;
        margin-right: 5px;
        background-image: url(../images/ico_a_r.svg);
    }

    .header .container:before {
        margin-right: -180px;
    }

    nav.nav .search {
        margin-left: 10px;
    }

    nav.nav .main > li > a {
        padding: 0 5px;
        font-size: 14px;
    }

    nav.nav .container {
        padding-left: 190px;
    }

    .header .clubs-links {
        padding-left: 40px;
        padding-right: 110px;
    }

    /*
    .header .add-fights {
        width: 110px;
        font-size: 18px;
    }
    */

    nav.nav .main ul {
        padding: 0 5px;
    }

    nav.nav .main ul a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 13px;
    }

    .col-md-2-5, .col-md-9-5 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tournament-table {
        margin: 0;
        padding: 15px 0;
    }

    .tournament-table h4 {
        padding: 15px 0;
    }

    .tv-listing .intro {
        float: none;
        width: auto;
    }

    .tv-listing .slider {
        position: static;
    }

    .tv-cat .slider .item .tvcat-item {
        width: auto;
        margin: 0;
    }

    .tv-cat .slider .item .tvcat-item .time {
        color: #fff;
        background-image: url(../images/ico_time_w.svg);
    }

    .tv-cat .slider .item .tvcat-item h4 {
        color: #fff;
    }

    .tv-cat .slider .item .tvcat-item h4 a {
        color: #fff;
    }

    .tv-cat .slider .item .tvcat-item {
        background-color: #e2200d;
    }

    .tv-cat.purple .slider .item .tvcat-item {
        background-color: #82368c;
    }

    .tv-cat.blue .slider .item .tvcat-item {
        background-color: #0372dd;
    }

    .history-slider.v2 {
        padding: 30px 0 20px;
    }

    .history-slider.v2 .slick-dots {
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 991px) {
    .featured-tv h2 {
        float: none;
        padding-bottom: 6px;
    }

    .featured-tv .video-item {
        position: relative;
        z-index: 3;
    }

    .week-player + .video-tv-item {
        margin-left: -100%;
    }

    .week-player .photo {
        height: calc(27.15vw - 69px);
    }

    .week-player {
        padding: 12px;
        margin: 0;
        padding-bottom: 0;
        margin-left: -100%;
        padding-left: calc(100% + 12px);
    }
}

@media screen and (max-width: 1023px) {
    .related-listing + .related-listing {
        margin-top: -25px;
    }

    nav.nav {
        -webkit-box-shadow: 0px 10px 15px rgba(50,50,50,0.1);
        -moz-box-shadow: 0px 10px 15px rgba(50,50,50,0.1);
        box-shadow: 0px 10px 15px rgba(50,50,50,0.1);
    }
    .stats-filter .label-block {
        text-align:left !important;
        padding-top:5px;
    }
    .stats-filter .btn {
        width:100%;
        margin-top: 10px;    
        font-size: 14px !important;
        line-height: 25px !important;
        padding: 5px 15px !important;
    }

    .blueimp-gallery>.close, .blueimp-gallery>.title {
        font-size:12px !important;
    }

    .boxscore {
        margin-left:-15px;
        margin-right:-15px;
    }
    .boxscore h2 {
        margin-left:15px;
    }
    .mobile-banner {
        text-align:center;
        margin-bottom:10px;
    }
    .mobile-only {
        display:block !important;
    }

    .first-heading {
        margin-top:20px;
    }

    .tournament-dates h4.team-page {
        font-size: 22px;
        padding-bottom: 15px;
        padding-right:0;
        margin-top:15px;
    }

    .teampage .cup-holder h1 {
        text-align:center;
    }
    .play-link:before {
        bottom: unset !important;
    }

    .tv-cat {
        padding: 0;
    }

    .project-related {
        margin-left:0px !important;
    }

    .mobile-centered {
        text-align:center;
    }

    .standings-table .team-title {
        display: inline-block;
    }

    .content-page {
        padding-left:15px !important;
        padding-right:15px !important;
    }

    .game-page .data-block {
        margin-top:10px;
        padding:10px 15px !important;
        font-size:13px !important;
        min-height: 0px !important;
    }
    .game-page .quarter-block {
        margin-top:10px;
        padding:10px 15px !important;
        font-size:13px !important;
        min-height: 0px !important;
    }

    .photo-list img {
        max-width:125px;
        height:auto;
    }

    .tv-cat .title {
        float: none;
        width: auto;
        margin-right: 20px;
    }

    .tv-cat .title h2 {
        padding: 15px 0;
        font-size: 16px;
        line-height: 1.2;
    }

    .tv-cat .ll {
        font-size: 12px;
        padding-right: 10px;
    }

    .nav-tabs.blue .nav-link {
        font-size: 12px;
    }

    .history-slider.v2 {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .history-slider.v2 .logo {
        width: 140px;
        margin-bottom: -5px;
    }

    .tv-cat .slider {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .history-slider.v2 h4 {
        font-size: 18px;
        line-height: 1.2;
    }

    .history-slider.v2 p {
        font-size: 12px;
        line-height: 1.3;
    }

    .history-slider.v2 .images {
        padding: 0;
        margin: 0;
    }

    .tv-cat .sponsor {
        height: auto;
        padding: 15px 0 5px;
        width: auto;
        float: none;
    }

    .tv-cat .sponsor img {
        max-height: 30px;
        max-width: 80px;
    }

    .live-steam {
        padding: 15px 0;
        margin-bottom: 0;
    }

    .team-intro .image .bg {
        margin-left: -8vw;
    }

    .week-player {
        margin: 0;
        padding: 12px;
        padding-bottom: 0;
    }

    .week-player h3 {
        font-size: 16px;
    }

    .week-player + .video-tv-item {
        margin: 0;
    }

    .week-player .photo {
        height: 150px;
    }

    .week-player h4 {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .team-intro .image {
        margin-left: 120px;
    }

    .header-holder {
        min-height: 81px;
        max-height: 81px;
    }

    .moved-header .header-holder .header {
        max-height: 75px;
    }

    .moved-header .header-holder .header nav.nav {
        margin-bottom: 0;
    }

    .moved-header .header-holder nav.nav {
        margin-bottom: 0;
    }

    .active-menu nav.nav .main li.current > ul {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }

    .moved-header .header-sticky .header {
        margin-top: 0;
    }

    .moved-header .header .container:before {
        height: 51px;
        margin-right: -125px;
    }

    .moved-header .header-sticky nav.nav.opened-sub {
        margin-bottom: 0;
    }

    .players-listing .player-head h4 {
        font-size: 15px;
        line-height: 20px;
    }

    .team-intro .logo {
        float: none;
        width: auto;
        margin: 0;
        height: auto;
        padding: 20px;
    }
    .teampage .cup-holder .logo {
        width:100% !important;
    }
    .team-intro .cup-holder .logo img {
        max-width:100% !important;
    }
    .team-intro .logo img {
        max-width: 30%;
    }

    .tournament-dates.cup .list {
        max-width:80%;
        margin:0 auto;
    }

    .players-listing .player-head {
        height: 90px;
    }

    .players-listing .player-head .photo {
        width: 70px;
        height: 70px;
        min-width: 70px;
    }

    .players-listing li {
        font-size: 11px;
        padding: 5px 0;
    }

    .players-listing li .data {
        font-size: 12px;
    }

    .players-listing .item {
        padding: 15px 0 0;
    }

    .players-listing .slick-prev, .players-listing .slick-next {
        margin: -10px 0;
    }

    .full-table.statistics {
        padding: 12px 0;
    }

    .winners-listing .prize {
        height: 150px;
    }

    .winners-listing .prize img {
        max-height: 70%;
    }

    .players-listing .slider {
        padding: 0 50px;
    }

    .winners-listing .slick-next, .winners-listing .slick-prev {
        margin-top: -25px;
    }

    .winners-listing p {
        font-size: 12px;
        line-height: 1.4;
    }

    .winners-listing h4 {
        font-size: 16px;
    }

    .players-listing {
        padding: 12px 0;
    }

    .nav-tabs {
        height: auto;
        margin: 0 -5px 25px;
    }

    .nav-tabs .nav-item {
        width: 100%;
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link.active, .nav-tabs .nav-link {
        padding: 8px 4px 7px;
        cursor: pointer;
        border-width: 1px;
        font-size: 12px;
        line-height: 1.2;
        height: auto;
    }

    .team-intro .follow-social {
        padding: 10px 0;
        text-align: center;
    }

    .team-intro .title {
        text-align: center;
        padding: 0;
        width: auto;
        float: none;
        height: auto;
        margin: 0;
    }

    .team-intro .title h1 {
        font-size: 20px;
        line-height: 1.2;
    }

    .sub-nav.many ul {
        display: block;
    }

    .tournament-dates .item {
        padding-left: 0;
        padding-right: 0;
    }

    .winners-listing {
        padding-bottom: 20px;
    }

    .intro-player .photo .club-logo {
        margin: -20px;
    }

    .full-table .logo {
        width: 18px;
        height: 18px;
        margin-left: 5px;
    }

    .full-table .table th {
        font-size: 10px;
        line-height: 14px;
        padding: 5px 4px;
    }

    .full-table .table th.th-data {
        min-width: 60px;
    }

    .full-table .table th.th-data + .th-com {
        min-width: 140px;
    }

    .full-table td {
        font-size: 12px;
        padding: 8px 0 7px;
    }

    .full-table td h5 {
        padding: 3px 0 4px 8px;
        margin: 0 -15px 0 0;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: -.07px;
    }

    .graph .label-bottom {
        font-size: 13px;
        padding-top: 10px;
    }

    .graph .bar {
        height: 200px;
    }

    .graph {
        margin: 0;
        clear: both;
    }

    .custom-select {
        width: 120px;
        height: 30px;
        font-size: 12px;
        margin: -8px 0;
        line-height: 30px;
        padding: 0;
        background-position: right 10px center;
        background-size: auto 8px;
    }

    .arena .label-inline {
        padding: 0;
        font-size: 10px;
    }

    .arena .point {
        width: 10px;
        height: 10px;
        margin: -5px;
    }

    .mt {
        margin: -8px 0 0;
    }

    nav.nav .main ul li + li {
        padding-left: 0;
    }

    .sub-nav ul {
        float: none;
        flex-direction: column;
    }

    .sub-nav li + li, .sub-nav li {
        padding: 0;
        float: none;
    }

    .sub-nav a {
        margin: 0 -8px;
        text-align: center;
        display: block;
        float: none;
        line-height: normal;
        font-size: 14px;
    }

    .related-listing {
        padding-bottom: 20px;
    }

    .intro-player .photo {
        width: 90%;
        float: none;
    }

    .intro-player {
        padding-bottom: 20px;
        background-position: 50% 100%;
    }

    .intro-player h1 {
        padding: 0;
    }

    .container {
        padding: 0 8px;
    }

    .head-stats .slides {
        padding: 0 20px;
    }

    .head-stats .slide-item {
        padding: 0 8px;
    }

    .header .container:before {
        height: 51px;
        margin-right: -125px;
    }

    .header {
        height: 68px;
    }

    nav.nav .search {
        position: absolute;
        left: 140px;
        top: 0px;
        z-index: 99;
        margin: 0;
        width:45px;
        height: 45px;
    }

    nav.nav .search .icon {
        margin-top:12px !important;
    }

    .head-stats {
        padding: 1px 0 10px;
    }

    .head-stats .slick-next, .head-stats .slick-prev {
        margin: -3px 6px;
        width: 10px;
        height: 16px;
        background-size: contain;
    }

    .header .container {
        height: auto;
    }

    nav.nav {
        margin: -40px 0 8px;
        height: 45px;
    }

    nav.nav.opened-sub {
        margin-bottom: 8px;
    }

    .news-item-featured:before {
        display: none;
    }

    .tournament-table {
        padding: 0 0 10px;
    }

    .tournament-table h4 {
        font-size: 13px;
        width: auto;
        float: left;
        padding: 6px 0;
    }

    .tournament-table .league {
        float: left;
        padding: 0;
        margin: 3px 15px;
        height: 18px;
        width: 60px;
    }

    .tournament-table .league small {
        display:none;
    }

    .tournament-table .league img {
        max-height: 100%;
    }

    .tournament-table .res {
        min-width: 77px;
    }

    .tournament-table .div {
        margin-top: 3px;
        height: 1px;
    }

    .tournament-table .logo {
        width: 18px;
        height: 18px;
        margin-left: 5px;
    }

    .tournament-table .div-full {
        height: 1px;
    }

    .tournament-table th {
        font-size: 8px;
        line-height: 14px;
    }

    .tournament-table tr:first-child td {
        padding-top: 3px;
        padding-bottom: 6px;
    }

    .tournament-table td {
        font-size: 12px;
        padding: 8px 0 7px;
    }

    .tournament-table td h5 {
        padding: 3px 0 4px 8px;
        margin: 0 -15px 0 0;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: -.07px;
    }

    .news-item .text {
        padding: 10px;
        padding-bottom: 7px;
        overflow: hidden;
    }

    .news-item h2 {
        font-size: 15px;
        font-weight: 500;
        line-height: 17.5px;
    }

    .news-item .meta {
        padding: 2px 0 0;
        font-size: 10px;
    }

    .news-item .meta .comments {
        background-size: 10px 10px;
        background-position: 0 40%;
    }

    .news-item .meta .date {
        background-size: 10px 10px;
        background-position: 0 40%;
    }

    .news-item-featured {
        margin-bottom: 10px;
        min-height: 0 !important;
    }

    .news-item-featured .text {
        padding: 15px;
        padding-right: 30px;
        overflow: hidden;
    }

    .news-item-featured h2 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .news-item-featured p {
        font-size: 13px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .news-item-featured .btn.btn-link {
        float: left;
    }

    .news-item-featured .meta {
        float: right;
        font-size: 10px;
        margin-right: -15px;
        padding: 0;
        opacity: 1;
        margin-top: -1px;
    }

    .news-item-featured .meta .comments {
        margin: 0 0 0 -5px;
        padding-right: 0;
        background-size: 10px 10px;
        background-position: 0 40%;
    }

    .news-item-featured .meta .date {
        background-size: 10px 10px;
        background-position: 0 40%;
    }

    .btn.btn-link {
        font-size: 12px;
    }

    .btn.btn-link.btn-sm {
        font-size: 10px;
    }

    .col-md-5-5 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-6-6 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .banners-two {
        display: none;
    }

    .menu-trigger {
        position: absolute;
        width: 45px;
        height: 45px;
        float: right;
        top: 17px;
        cursor: pointer;
        right: 0;
        background: #5bacff url(../images/ico_menu.svg) no-repeat 50% 50%;
        background-size: 16px auto;
    }

    .active-menu .menu-trigger {
        background-image: url(../images/ico_close.svg);
        background-size: 12px auto;
    }

    nav.nav .main, .header .add-fights {
        display: none;
    }

    .header .clubs-links {
        display: none;
    }

    .header {
        padding: 11px 0;
    }

    .header .logo {
        width: 90px;
        height: 39px;
        margin: 0 8px -50px;
    }

    .past-stat-item .player {
        font-size: 11px;
        line-height: 18px;
        height: auto;
    }

    .past-stat-item .player strong {
        font-size: 14px;
    }

    .past-stat-item .time {
        margin-bottom: -1px;
        font-size: 8px;
    }

    .tv-listing .intro:before {
        display: none;
    }

    .tv-listing .intro:after {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-size: 100px auto;
        background-position: 60px 50%;
    }

    .banner-full {
        display: none;
    }

    .player-stat-item {
        padding-top: 25px;
        padding-bottom: 12px;
    }

    .player-stat-item .stat-label {
        padding-top: 52px;
        padding-left: 30px;
        font-size: 18px;
        line-height: 1.2;
    }

    .player-stat-item .player-name .count {
        font-size: 36px;
    }

    .player-stat-item .others li {
        margin-bottom: 2px;
    }

    .player-stat-item .others li .count {
        font-size: 14px;
        padding-right: 17px;
    }

    .player-stat-item .others li h4 {
        font-size: 14px;
    }

    .player-stat-item .others .image {
        width: 43px;
        height: 43px;
        margin: 0 10px 0 5px;
    }

    .player-stat-item .player-name:before {
        background-size: 110px auto;
    }

    .player-stat-item .player-name {
        padding: 23px 17px 22px;
    }

    .player-stat-item .player-name h3 {
        font-size: 19px;
    }

    .player-stat-item .photo {
        height: 141px;
        width: 40%;
        margin: 0 10px;
        margin-top: -20px;
    }

    .player-stat-item .photo .club-logo {
        width: 52%;
        margin-right: -18px;
    }

    .player-stat-item .r-t {
        font-size: 14px;
        margin: 10px 0;
        padding: 0;
        line-height: 15px;
    }

    .player-stat-item .r-t .league {
        height: 22px;
        margin: 0 0 10px;
    }

    .player-stat-item .r-t .league img {
        max-height: 22px;
    }

    .row {
        margin: 0 -7px;
    }

    .row > div {
        padding-left: 7px;
        padding-right: 7px;
    }

    .play-link:before {
        height: 50px;
        width: 50px;
    }

    .video-item .text {
        padding: 5px 10px;
    }

    .video-item .text .time {
        background-size: 12px 12px;
        padding-left: 18px;
        font-size: 10px;
        color: #818181;
    }

    .video-item .text h3 {
        font-size: 15px;
        line-height: 18px;
        min-height: 82px;
        padding-right: 0;
    }

    .btn-center {
        padding: 12px 5px;
    }

    .btn.btn-primary {
        font-size: 14px;
        line-height: 25px;
        padding: 8px 30px;
        width: 100%;
    }

    .mb-22, .mb-17 {
        margin-bottom: 10px;
    }

    .history-slider .intro {
        padding: 18px 15px;
        width: auto;
        margin: 0;
    }

    .history-slider .intro .logo {
        padding-bottom: 10px;
        height: 45px;
        margin-bottom: 7px;
    }

    .history-slider .intro .logo img {
        max-height: 100%;
    }

    .history-slider .intro p {
        font-size: 13px;
        padding-bottom: 13px;
        font-weight: 400;
        line-height: 16.5px;
    }

    .history-slider .intro .btn-link {
        font-size: 10px;
    }

    .history-slider .images-slider .bg {
        -webkit-transform: none;
        transform: none;
        margin: 0;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .history-slider .player-history {
        padding: 15px 20px 15px 15px;
    }

    .history-slider .player-history p {
        font-size: 13px;
        line-height: 16.5px;
        padding: 0 0 10px;
        letter-spacing: 0;
        font-weight: normal;
    }

    .history-slider .player-history h4 {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .history-slider .images-slider .caption {
        bottom: 24px;
        padding: 8px 20px 8px 25px;
        min-width: 127px;
        font-size: 12px;
        line-height: 14px;
    }

    .history-slider .slick-dots {
        margin: 2px 0 7px;
        padding: 0;
    }

    .history-slider .slick-dots li {
        padding-right: 6px;
        padding-left: 2px;
    }

    .history-slider .slick-dots button {
        padding: 0;
        width: 10px;
        height: 10px;
    }

    .history-slider .images-slider {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        height: 55vw;
        right: 0;
        margin: 0 -8px;
        width: auto;
    }

    .partner-slider {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        height: 55vw;
        right: 0;
        margin: 0 -8px;
        width: auto;
    }

    .video-item .image .caption {
        font-size: 8px;
        height: 17px;
        margin: -5px;
        text-align: center;
        min-width: 50px;
        line-height: 17px;
        padding: 0 5px;
    }

    .tv-listing .slider {
        padding: 22px 0;
        margin: 0 -15px;
    }

    .section-listing {
        padding: 10px 0 7px;
    }

    .section-listing.white {
        padding: 10px 0 0;
    }

    .social-item .source {
        font-size: 10px;
        margin: 10px;
    }

    .social-item .source a {
        padding-left: 20px;
        background-size: 12px 12px;
        background-position: 2px 50%;
    }

    .social-item .source a.ico-fb {
        padding-left: 10px;
        background-size: auto 12px;
        margin-left: 2px;
        background-position: 0 40%;
    }

    .social-item .source a.ico-tw {
        padding-left: 20px;
        background-size: auto 12px;
        background-position: 0 40%;
        margin-left: 2px;
    }

    .row.no-gutters {
        margin: 0;
    }

    .footer {
        padding: 8px 0;
    }

    .footer .logo-left {
        display: none;
    }

    .footer ul {
        float: none;
        padding: 0;
        text-align: center;
        margin: 0 -10px;
    }

    .footer ul li {
        font-size: 9px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .footer ul li + li {
        padding-right: 8px;
        padding-left: 8px;
    }

    .footer ul li + li:before {
        height: 7px;
        width: 1px;
        top: 6px;
        left: -1px;
    }

    .sponsors-links .logo {
        height: 64px;
        min-height: 0;
        margin-top: 0;
    }

    .sponsors-links .logo a {
        display: block;
    }

    .sponsors-links .logo img {
        display: block;
        max-height: 60px;
        margin: auto;
        max-width: 100%;
    }

    .footer-links {
        padding: 26px 0 0 15px;
        background-position: right -15px center;
        background-size: 210px auto;
    }

    .footer-links h3 {
        padding-bottom: 7px;
    }

    .footer-links .row {
        margin-right: -25px;
    }

    .footer-links ul {
        padding-bottom: 28px;
        padding-right: 15px;
    }

    .footer-links li {
        font-size: 13px;
        line-height: 22.5px;
    }

    .footer-links h3 {
        font-size: 13px;
    }

    .sponsors-links {
        padding: 12px 0 20px;
    }

    .sponsors-links h5 {
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
    }

    .sponsors-links h6 {
        color: #4a4a4a;
        font-size: 12px;
        line-height: 10.5px;
        margin-bottom: -15px;
    }

    .sponsors-links h4 {
        font-size: 12px;
        font-weight: 700;
        line-height: 12px;
    }

    .social-item .text {
        padding: 10px 12px 20px;
    }

    .social-item .text h3 {
        font-size: 15px;
        line-height: 18px;
    }

    .social-item .image:before {
        height: 4px;
    }

    .follow-widget {
        font-size: 18px;
        min-height: 220px;
    }

    .follow-widget .follow-social {
        padding: 27px 0 15px;
    }

    .follow-social li {
        padding: 0 7px;
    }

    .follow-social li a {
        width: 21px;
        height: 21px;
    }

    .section-title {
        font-size: 22px;
        padding-bottom: 15px;
    }

    .tv-listing .item {
        padding: 0 15px;
        width: 136px;
    }

    .play-link.lg:before {
        width: 62px;
        height: 62px;
    }

    .play-link.md:before {
        width: 62px;
        height: 62px;
    }

    .play-link.sm:before {
        width: 42px;
        height: 42px;
    }

    .play-link.xs:before {
        width: 32px;
        height: 32px;
    }

    .tv-listing .intro {
        padding: 0 18px 5px 8px;
        margin: 0 -8px;
        background-color: #1d3353;
        overflow: hidden;
    }

    .tv-listing .intro .logo {
        float: right;
        padding: 0;
        height: 45px;
        margin: 0;
        max-width: 90px;
    }

    .tv-listing .intro .logo img {
        max-width:90px !important;
    }

    .tv-listing .intro h2 {
        font-size: 32px;
        font-weight: 900;
        padding: 15px 17px;
        letter-spacing: -1.68px;
    }

    .tv-listing .intro .type {
        display: none;
    }

    .active-menu {
        overflow: hidden;
    }

    .active-menu .header {
        z-index: 99999;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
    }

    .active-menu .header:before {
        content: '';
        background: #fff;
        height: 28px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .active-menu .header .container {
        height: auto;
    }

    nav.nav {
        width: 100%;
    }

    .active-menu nav.nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        transition: height .5s ease;
        z-index: 9999;
        height: 100%;
        overflow: hidden;
        display: block;
        min-height: 146px;
        margin: 0;
    }

    .active-menu nav.nav .container {
        padding: 0;
        height: 100%;
    }

    .active-menu nav.nav .search {
        top: 28px;
    }

    nav.nav .main > li:hover > a:before, nav.nav .main > li.current > a:before {
        display: none;
    }

    .head-stats {
        box-shadow: inset 0 -6px 10px #f2f2f2;
    }

    nav.nav .main > li a:after {
        display: none;
    }

    .active-menu nav.nav .main {
        display: block;
    }

    nav.nav .main {
        display: none;
        margin-top: 73px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        position: relative;
        height: calc(100% - 73px);
    }

    nav.nav .main li ul {
        background: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        height: auto;
        left: 50%;
        width: 50%;
        border-bottom: 0;
        right: 0;
        padding: 5px 0 0;
        transition: opacity .4s ease;
        z-index: 9;
        opacity: 0;
        pointer-events: none;
        display: block;
    }

    nav.nav .main li ul.active {
        opacity: 1;
        pointer-events: auto;
    }

    nav.nav .main li ul li a {
        border: 0;
        padding: 0 32px;
        margin: 0;
        color: #4a4a4a;
        font-size: 12px;
        font-weight: 400;
        line-height: 45px;
    }

    .touc-events nav.nav .main li.hover ul, .hover-events nav.nav .main li:hover ul {
        display: block;
    }

    nav.nav .main > li {
        width: 50%;
    }

    nav.nav .main > li > a {
        padding: 0 30px;
        font-size: 18px;
        font-weight: 500;
        line-height: 50px;
        text-transform: uppercase;
    }

    nav.nav .main > li:hover > a, nav.nav .main > li.current > a {
        font-weight: 500;
    }

    nav.nav .main > li.current > a {
        background-color: #4497ec;
    }

    .active-menu nav.nav .add-fights {
        display: block;
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        width: 50%;
        z-index: 1099;
        height: 73px;
        background-color: #4497ec;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        line-height: 20px;
        text-transform: uppercase;
    }

    .active-menu nav.nav .add-fights a {
        display: block;
        padding: 15px 30px;
        padding-right: 50px;
    }

    .active-menu nav.nav .add-fights:before {
        content: '';
        display: none;
    }

    .active-menu nav.nav .main ul li {
        background: #fff;
    }

    .active-menu nav.nav .main {
        padding-bottom: 40px;
    }

    nav.nav .main li.current > ul {
        display: block;
    }
}

@media screen and (max-width: 374px) {
    .tournament-table .res {
        min-width: 50px;
    }

    .player-stat-item .stat-label {
        padding-left: 20px;
        font-size: 16px;
        padding-top: 60px;
        line-height: 1.2;
    }

    .convert-to-slider {
        padding: 0 5px;
    }

    .player-stat-item .others li h4 {
        width: 60%;
    }

    .social-item .source a {
        font-size: 8px;
    }

    .footer-links {
        padding-left: 0;
    }

    .footer-links .row {
        margin-right: -15px;
    }

    .footer-links .row ul {
        padding-right: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .sponsors-links .logo {
        height: 150px;
        min-height: 0;
    }

    .sponsors-links .logo img {
        max-height: 120px;
    }

    .sponsors-links {
        padding-bottom: 0;
    }

    .history-slider .images-slider .bg {
        -webkit-transform: none;
        transform: none;
        margin: 0;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .history-slider .images-slider {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        height: 55vw;
        right: 0;
        margin: 0 -15px;
        width: auto;
    }

    .tournament-table .res {
        min-width: 100px;
    }

    .tv-listing .intro:before {
        display: none;
    }

    .banner-full {
        display: none;
    }

    .player-stat-item .r-t {
        top: 0;
    }

    .player-stat-item .photo {
        width: 240px;
    }

    .player-stat-item .stat-label {
        max-width: 150px;
    }

    .tv-listing .intro:after {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-size: 100px auto;
        background-position: 60px 50%;
    }

    .tv-listing .slider {
        padding: 22px 0;
        margin: 0 -15px;
    }

    .tv-listing .intro {
        padding: 20px 15px;
        margin: 0 -15px;
        background-color: #1d3353;
        overflow: hidden;
    }

    .tv-listing .intro .logo {
        float: right;
        margin: 5px 0;
    }

    .tv-listing .intro h2 {
        font-weight: 900;
        padding: 0 17px;
        letter-spacing: -1.68px;
    }

    .tv-listing .item {
        padding: 0 15px;
        width: 236px;
    }

    .team-intro .logo {
        margin: 0;
        height: 236px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 25%;
    }

    .team-intro .cup-holder .kmt-logo {
        height: auto;
    }

    .team-intro .logo img {
        max-height: 80%;
    }

    .team-intro h1 {
        font-size: 40px;
        line-height: 1.3;
    }

    .team-intro .title {
        height: 250px;
    }

    .team-intro .follow-social {
        padding-top: 20px;
    }

    .sub-nav ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sub-nav ul li {
        -webkit-flex-grow: initial;
        -ms-flex-positive: initial;
        flex-grow: initial;
    }

    .sub-nav ul li:last-child {
        margin-right: auto;
    }
}

.content-page h1 {
    font-size:24px;
    color:#1d3353;
    font-weight:900;
    margin-top:15px;
    margin-bottom:15px;
    text-transform:uppercase;
    display: block;
    width: 100%;
}

.article-show h1 {
    font-size:24px;
    color:#4a4a4a;
    font-weight:900;
    margin-bottom:15px;
    text-transform:uppercase;
}
.video-show h1 {
    font-size:24px;
    color:#4a4a4a;
    font-weight:900;
    margin-bottom:15px;
    margin-top:15px;
    text-transform:uppercase;
}
.article-show .lead-image {
    margin-bottom:0px;
}
.article-info, .video-info {
    font-size:12px;
    color:#818181;
    margin-bottom:15px;
}
.article-info i, .video-info {
    margin-right:5px;
}
.video-info i.fa-clock-o {
    margin-left:20px;
}
.article-info i.fa-user {
    margin-left:20px;
}
.related-entries h3 {
    font-size:24px;
    color:#4a4a4a;
    font-weight:900;
    margin-bottom:15px;
    margin-top:5px;
    text-transform:uppercase;
}


.color-zalgiris .sub-nav a:hover, .color-zalgiris .sub-nav .current a {
    color: #006c3e;
    border-color: #006c3e;
}

.color-zalgiris .team-intro, .color-zalgiris-2 .team-intro {
    background-color: #16784e;
}

.color-zalgiris .section-title {
    color: #4a4a4a;
}

.color-zalgiris .player-stat-item .player-name {
    background-color: #16784e;
}

.color-zalgiris .player-stat-item .others li .count {
    color: #16784e;
}

.color-zalgiris .player-stat-item .stat-label {
    color: #4a4a4a;
}

.color-neptunas .full-table.statistics .nav-tabs .nav-link.active {
    /* #1169a8 */
    border-color: #2C4EF4;
    background-color: #2C4EF4;
}
.color-neptunas .full-table.statistics .nav-tabs .nav-link:hover {
    border-color: #2C4EF4;
    color: #2C4EF4;
}
.color-neptunas .full-table.statistics .nav-tabs .nav-link.active:hover {
    color: #fff;
}

.color-neptunas .sub-nav a:hover, .color-neptunas .sub-nav .current a {
    color: #2C4EF4;
    border-color: #2C4EF4;
}
.color-suduva-mantinga .team-intro {
    background-color:#271d1d;
}
.color-neptunas .team-intro, .color-neptunas-akvaservis .team-intro {
    background-color: #2C4EF4;
}

.color-neptunas .section-title {
    color: #2C4EF4;
}

.color-neptunas .player-stat-item .player-name {
    background-color: #2C4EF4;
}

.color-neptunas .player-stat-item .others li .count {
    color: #2C4EF4;
}

.color-neptunas .player-stat-item .stat-label {
    color: #2C4EF4;
}

.color-lietkabelis .full-table.statistics .nav-tabs .nav-link.active {
    border-color: #6b0d33;
    background-color: #6b0d33;
}
.color-lietkabelis .full-table.statistics .nav-tabs .nav-link:hover {
    border-color: #6b0d33;
    color: #6b0d33;
}
.color-lietkabelis .full-table.statistics .nav-tabs .nav-link.active:hover {
    color: #fff;
}

.color-lietkabelis .players-listing .player-head {
    background: url(../images/bg_texture.svg) no-repeat 29% 50% #6b0d33;
}
.color-lietkabelis .sub-nav a:hover, .color-lietkabelis .sub-nav .current a {
    color: #6b0d33;
    border-color: #6b0d33;
}

.color-lietkabelis .team-intro {
    background-color: #6b0d33;
}

.color-lietkabelis .section-title {
    color: #6b0d33;
}

.color-lietkabelis .player-stat-item .player-name {
    background-color: #6b0d33;
}

.color-lietkabelis .player-stat-item .others li .count {
    color: #6b0d33;
}

.color-lietkabelis .player-stat-item .stat-label {
    color: #6b0d33;
}

.color-vytis .team-intro {
    background-color:#3c0c0c;
}

.color-juventus .full-table.statistics .nav-tabs .nav-link.active {
    border-color: #A90A10;
    background-color: #A90A10;
}
.color-juventus .full-table.statistics .nav-tabs .nav-link:hover {
    border-color: #A90A10;
    color: #A90A10;
}
.color-juventus .full-table.statistics .nav-tabs .nav-link.active:hover {
    color: #fff;
}

.color-juventus .players-listing .player-head {
    background: url(../images/bg_texture.svg) no-repeat 29% 50% #A90A10;
}
.color-juventus .sub-nav a:hover, .color-juventus .sub-nav .current a {
    color: #A90A10;
    border-color: #A90A10;
}

.color-juventus .team-intro {
    background-color: #A90A10;
}

.color-juventus .section-title {
    color: #A90A10;
}

.color-juventus .player-stat-item .player-name {
    background-color: #A90A10;
}

.color-juventus .player-stat-item .others li .count {
    color: #A90A10;
}

.color-juventus .player-stat-item .stat-label {
    color: #A90A10;
}

.color-siauliai .full-table.statistics .nav-tabs .nav-link.active {
    border-color: #F0A925;
    background-color: #F0A925;
}
.color-siauliai .full-table.statistics .nav-tabs .nav-link:hover {
    border-color: #F0A925;
    color: #F0A925;
}
.color-siauliai .full-table.statistics .nav-tabs .nav-link.active:hover {
    color: #fff;
}
.color-siauliai .players-listing .player-head {
    background: url(../images/bg_texture.svg) no-repeat 29% 50% #F0A925;
}
.color-siauliai .sub-nav a:hover, .color-siauliai .sub-nav .current a {
    color: #F0A925;
    border-color: #F0A925;
}

.color-siauliai .team-intro {
    background-color: #F0A925;
}

.color-siauliai .section-title {
    color: #F0A925;
}

.color-siauliai .player-stat-item .player-name {
    background-color: #F0A925;
}

.color-siauliai .player-stat-item .others li .count {
    color: #F0A925;
}

.color-siauliai .player-stat-item .stat-label {
    color: #F0A925;
}


.color-nevezis .full-table.statistics .nav-tabs .nav-link.active {
    /* background-color: #0b4f2b; */
    border-color: #067c6b;
    background-color: #067c6b;
}
.color-nevezis .players-listing .player-head {
    background: url(../images/bg_texture.svg) no-repeat 29% 50% #0b4f2b;
}
.color-nevezis .sub-nav a:hover, .color-nevezis .sub-nav .current a {
    color: #067c6b;
    border-color: #067c6b;
}

.color-nevezis .team-intro {
    background-color: #067c6b;
}

.color-nevezis .section-title {
    color: #067c6b;
}

.color-nevezis .player-stat-item .player-name {
    background-color: #067c6b;
}

.color-nevezis .player-stat-item .others li .count {
    color: #067c6b;
}

.color-nevezis .player-stat-item .stat-label {
    color: #067c6b;
}

.color-jonava-hipocredit .full-table.statistics .nav-tabs .nav-link.active {
    border-color: #00224F;
    background-color: #00224F;
}
.color-jonava-hipocredit .full-table.statistics .nav-tabs .nav-link:hover {
    border-color: #00224F;
    color: #00224F;
}
.color-jonava-hipocredit .full-table.statistics .nav-tabs .nav-link.active:hover {
    color: #fff;
}

.color-jonava-hipocredit .players-listing .player-head {
    background: url(../images/bg_texture.svg) no-repeat 29% 50% #00224F;
}
.color-jonava-hipocredit .sub-nav a:hover, .color-jonava-hipocredit .sub-nav .current a {
    color: #00224F;
    border-color: #00224F;
}
.color-jonava-hipocredit .team-intro {
    background-color: #00224F;
}
.color-jonava-hipocredit .section-title {
    color: #00224F;
}
.color-jonava-hipocredit .player-stat-item .player-name {
    background-color: #00224F;
}
.color-jonava-hipocredit .player-stat-item .others li .count {
    color: #00224F;
}
.color-jonava-hipocredit .player-stat-item .stat-label {
    color: #00224F;
}


.color-sintekdzukija .full-table.statistics .nav-tabs .nav-link.active, .color-dzukija .full-table.statistics .nav-tabs .nav-link.active {
    border-color: #0B8536;
    background-color: #0B8536;
}
.color-sintekdzukija .players-listing .player-head, .color-dzukija .players-listing .player-head {
    background: url(../images/bg_texture.svg) no-repeat 29% 50% #0B8536;
}
.color-sintekdzukija .sub-nav a:hover, .color-sintekdzukija .sub-nav .current a, .color-dzukija .sub-nav a:hover, .color-dzukija .sub-nav .current a {
    color: #0B8536;
    border-color: #0B8536;
}
.color-sintekdzukija .team-intro, .color-dzukija .team-intro {
    background-color: #0B8536;
}
.color-sintekdzukija .section-title, .color-dzukija .section-title {
    color: #0B8536;
}
.color-sintekdzukija .player-stat-item .player-name, .color-dzukija .player-stat-item .player-name {
    background-color: #0B8536;
}
.color-sintekdzukija .player-stat-item .others li .count, .color-dzukija .player-stat-item .others li .count {
    color: #0B8536;
}
.color-sintekdzukija .player-stat-item .stat-label, .color-dzukija .player-stat-item .stat-label {
    color: #0B8536;
}

.color-pieno-zvaigzdes .full-table.statistics .nav-tabs .nav-link.active {
    border-color: #063d70;
    background-color: #063d70;
}
.color-pieno-zvaigzdes .full-table.statistics .nav-tabs .nav-link:hover {
    border-color: #063d70;
    color: #063d70;
}
.color-pieno-zvaigzdes .full-table.statistics .nav-tabs .nav-link.active:hover {
    color: #fff;
}
.color-pieno-zvaigzdes .players-listing .player-head {
    background: url(../images/bg_texture.svg) no-repeat 29% 50% #063d70;
}
.color-pieno-zvaigzdes .sub-nav a:hover, .color-pieno-zvaigzdes .sub-nav .current a {
    color: #063d70;
    border-color: #063d70;
}

.color-pieno-zvaigzdes .team-intro {
    background-color: #063d70;
}

.color-pieno-zvaigzdes .section-title {
    color: #063d70;
}

.color-pieno-zvaigzdes .player-stat-item .player-name {
    background-color: #063d70;
}

.color-pieno-zvaigzdes .player-stat-item .others li .count {
    color: #063d70;
}

.color-pieno-zvaigzdes .player-stat-item .stat-label {
    color: #063d70;
}


.color-rytas .team-intro {
    background-color: #0e0e0e;
}
.color-rytas .full-table.statistics .nav-tabs .nav-link.active {
    border-color: #BD181D;
    background-color: #BD181D;
}
.color-rytas .full-table.statistics .nav-tabs .nav-link:hover {
    border-color: #BD181D;
    color: #BD181D;
}
.color-rytas .full-table.statistics .nav-tabs .nav-link.active:hover {
    color: #fff;
}

.color-rytas .players-listing .player-head {
    background: url(../images/bg_texture.svg) no-repeat 29% 50% #4a4a4a;
}
.color-rytas .sub-nav a:hover, .color-rytas .sub-nav .current a {
    color: #BD181D;
    border-color: #BD181D;
}

.color-rytas .section-title {
    color: #BD181D;
}

.color-rytas .player-stat-item .player-name {
    background-color: #4a4a4a;
}

.color-rytas .player-stat-item .others li .count {
    color: #BD181D;
}

.color-rytas .player-stat-item .stat-label {
    color: #BD181D;
}

.color-kursiai .team-intro {
    background: url(../images/bg_texture.svg) no-repeat 42% 50% #9f9f9f;
}

.player-stat-item .photo .club-logo img {
    max-height: 80px;
}


/* Schedule table */
.schedule-table {
    margin-top:25px;
}
.schedule-table .time, .schedule-table .score {
    color:#35b1f0;
    font-size:16px;
    font-weight:500;
}
.schedule-table tr:hover {
    background:#f5f5f5;
}
.schedule-table th {
    background:#37587d;
    color:#fff;
    text-transform:uppercase;
    font-size:13px;
}
.schedule-table .team-title {
    display: block;
    font-size:13px;
    text-transform:uppercase;
    font-weight:500;
}
.schedule-table .team-title:hover {
    text-decoration:underline;
}
.schedule-table .team-logo {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.schedule-table .game-date {
    color:#878787;
}
.schedule-table table {
    width:100%;
}
.schedule-table .venue {
    color:#878787;
    line-height:35px;
}

/* Results table */
.results-table {
    margin-top:25px;
}
.results-table .score {
    color:#35b1f0;
    font-size:16px;
    font-weight:500;
}
.results-table th {
    background:#37587d;
    color:#fff;
    text-transform:uppercase;
    font-size:13px;
}
.results-table .team-title {
    position:relative;
    left:8px;
    font-size:13px;
    text-transform:uppercase;
    font-weight:500;
}
.results-table .team-title:hover {
    text-decoration:underline;
}
.results-table .game-date {
    color:#878787;
}
.results-table table {
    width:100%;
}
.results-table .venue {
    color:#878787;
    line-height:35px;
}

/* Standings table */
.standings-table {
    margin-top:25px;
}
.standings-table tr:hover {
    background:#f5f5f5;
}
.standings-table img {
    max-height:30px;
}
.standings-table .logo-placeholder {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.standings-table .score {
    color:#35b1f0;
    font-size:16px;
    font-weight:500;
}
.standings-table th {
    background:#37587d;
    color:#fff;
    text-transform:uppercase;
    font-size:13px;
}
.standings-table .team-title {
    font-size:13px;
    text-transform:uppercase;
    font-weight:500;
}
.standings-table .team-title:hover {
    text-decoration:underline;
}
.standings-table .team {
    vertical-align: middle;
}
.standings-table .last5 {
    min-width: 120px;
}
.standings-table .game-date {
    color:#878787;
}
.standings-table table {
    width:100%;
}
.standings-table td {
    line-height:30px;
}
.standings-table .place {
    font-weight:600;
    width:30px;
    line-height:30px;
    text-align:center;
}
.standings-table .centered {
    text-align:center;
}

.clubs-links img {
    max-height:40px;
    max-width: 35px;
}
.video-item.grey {
    background:#f5f5f5;
}
@media screen and (max-width: 1023px) {
    .game-block .team-title {
        max-width: 80%;
        margin: 0 auto;
        margin-top:10px;
    }
    .game-page h1 {
        margin-top:10px !important;
    }
    .btn.btn-more {
        width:100%;
        padding:8px 15px !important;
        font-size:13px !important;
    }  
    .stats-page .nav-tabs .nav-item { 
        padding-left:0px;
    }
    .team-intro .follow-social {
        margin-bottom:10px;
    }
    .article-text img, .static-text img {
        max-width:100% !important;
        height:auto !important;
    }
    .follow-social li a {
        width:35px !important;
        height:35px !important; 
    }
    .team-intro .image {
        display:none;
    }
    .tv-cat-single .title {
        float: none;
        width: auto;
        width: 75.5% !important;
        margin-top:15px !important;
        margin-right: 20px;
    }

    .tv-cat-single .title h2 {
        padding: 15px 0 !important;
        font-size: 16px;
        line-height: 1.2;
    }
    .grey-block.title {
        float: none;
        width: auto;
        width: 75.5% !important;
        margin-top:15px !important;
        margin-right: 20px;
    }

    .grey-block.title h2 {
        padding: 15px 0 !important;
        font-size: 16px;
        line-height: 1.2;
    }

    .tv-cat-single .ll {
        font-size: 12px;
        text-align:left;
        padding-right: 10px;
    }


    .tv-cat-single .sponsor {
        height: auto;
        padding: 15px 0 5px;
        width: auto;
        float: none;
    }

    .tv-cat-single .sponsor img {
        height:auto !important;
        max-width: 50%;
    }

    .article-title, .video-title, .album-title {
        font-size: 15px !important;
        font-weight: 500 !important;
        line-height: 17.5px !important;
    }
    .tv-cat-single .sponsor {
        float:none !important;
        clear:both;
        width: 100% !important;
        height: auto !important;
        magin-left:0px !important;
    }

    .header-stats-container-for-large-screens {
        display: none;
    }
}


.tv-cat-single .title {
    margin-top:20px;
    position: relative;
    z-index: 1;
    float: left;
    width: 53.5%;
}

.tv-cat-single .title:before {
    content: '';
    background-color: #efefef;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -999em;
    -webkit-transform: skewX(-26deg);
    transform: skewX(-26deg);
    right: 0;
    z-index: -1;
}

.tv-cat-single .title h2 {
    color: #4a4a4a;
    padding: 25px 0;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}


.grey-block.title {
    margin-top:20px;
    position: relative;
    z-index: 1;
    float: left;
    width: 53.5%;
}

.grey-block.title:before {
    content: '';
    background-color: #efefef;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -999em;
    -webkit-transform: skewX(-26deg);
    transform: skewX(-26deg);
    right: 0;
    z-index: -1;
}

.grey-block.title h2 {
    color: #4a4a4a;
    padding: 25px 0;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}

.tv-cat-single .sponsor {
    float: right;
    height: 100px;
    width: 40%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.tv-cat-single .row {
    clear:both;
    position:relative;
    top:30px;
}
.tv-cat-single .ll {
    color: #4a4a4a;
    padding-top:15px;
    padding-right: 15px;
    font-size: 20px;
    text-align:right;
    font-weight: 400;
    text-transform: uppercase;
}
.team-intro .logo img {
    max-height:275px;
}
.team-intro .image {
    margin-left:140px;
}
.tournament-dates .date {
    font-size:11px !important;
}
.tournament-dates .btn-cart {
    font-size:11px !important;
}
.article-title, .video-title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: #1d3353;
    margin-bottom: 16px;
    display:block;
}
.social-item h3 {
    font-weight:400 !important;
}
.social-item h3 u {
    font-weight:500 !important;
}
.social-share {
    padding-top:15px;
}
.video-banner {
    padding-top:20px;
}

.album-item.grey {
    background:#f5f5f5;
}

.album-item {
    background: #fff;
}

.album-item .image {
    position: relative;
}

.album-item .image .caption {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .17px;
    text-transform: uppercase;
    min-width: 90px;
    position: absolute;
    top: 13px;
    right: 13px;
    padding: 0 15px;
    z-index: 1;
    line-height: 25px;
    height: 25px;
    background-color: #f04747;
}

.album-item .image .caption a {
    display: block;
}

.album-item .text {
    padding: 16px 22px;
}

.album-item h3 {
    color: #1d3353;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding-right: 15%;
    min-height: 46px;
    padding-bottom: 8px;
    margin: 0;
}

.album-item h3 a:hover {
    text-decoration: underline;
}

.album-item .photo-count {
    color: #818181;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-top:10px;
}

.photo-link {
    display: block;
    position: relative;
}

.photo-link img {
    width: 100%;
}

.photo-link.lg:before {
    width: 171px;
    height: 171px;
}

.photo-link.md:before {
    width: 120px;
    height: 120px;
}

.photo-link.sm:before {
    width: 83px;
    height: 83px;
}

.photo-link.xs:before {
    width: 52px;
    height: 52px;
}

.photo-link:before {
    content: '';
    width: 100px;
    height: 100px;
    background: url(../images/camera.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    display: block;
    z-index: 1;
    opacity: .69;
    bottom: 0;
    left: 0;
    transition: opacity .4s ease;
    right: 0;
    margin: auto;
}

.photo-link:hover:before {
    opacity: .9;
}
.album-title {
    color: #1d3353;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding-right: 15%;
    min-height: 46px;
    padding-bottom: 8px;
    margin: 0;
}
.albums-list {
    margin-top:30px;
}

.sponsor-item.grey {
    background:#f5f5f5;
}

.sponsor-item {
    background: #fff;
    text-align:center;
}

.sponsor-item .text {
    padding: 15px 22px;
    text-align:center;
}

.sponsor-item .sponsor-title {
    color: #1d3353;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding-right: 15%;
    min-height: 46px;
    padding-bottom: 8px;
    margin: 0;
}

.sponsor-item .sponsor-title:hover {
    text-decoration: underline;
}
.sponsors-list {
    clear:both;
}
.team-tab, .player-tab {
    display:none;
}
.team-tab.active, .player-tab.active {
    display:block;
}
.schedule-table.no-margin-top {
    margin-top:0px !important;
}
.albums-list.no-top-margin {
    margin-top:0px !important;
}
.project-description h3 {
    font-weight: 900;
    font-size: 16px;
}
.project-related {
    margin-left:-15px;
    margin-top:15px;
}
.article-text a, .static-text a {
    color:#33b0f1;
}
.article-text a:hover, .static-text a:hover {
    text-decoration:underline;
}
.mobile-only {
    display:none;
}
.compensa-banner {
    border:1px solid #ebebeb;
}
.photo-list a {
    margin:15px;
    padding:5px;
    border:1px solid #ebebeb;
    min-width: 212px;
    text-align: center;
}
.broadcast {
    text-align:center;
}
.broadcast img.delfi {
    max-height:20px;
    /*
    position:relative;
    top:10px;
    */
}
.game-block .grey {
    background:#f5f5f5;
}
.game-block .team-block {
    text-align:center;
    padding:25px 0px;
}
.game-block .team-block a {
    display:block;
}
.game-block .team-block.away {
}
.game-block .team-title {
    font-size:16px;
    text-transform:uppercase;
    margin-top:10px;
    font-weight:900;
}
.player-list .text {
    text-align:center;
}
.player-list .album-title {
    padding:0 !important;
}
.player-list .description {
    padding-top:10px;
}
.player-title {
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 10px;
    display: block;
}
.team-title {
    text-transform: uppercase;
    font-weight: 600;
    margin-left:5px;
}
.game-page h1 {
    margin-top:0px !important;
}
.game-page h2 {
    font-size: 24px;
    color: #1d3353;
    font-weight: 900;
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: block;
    width: 100%;
}
.game-page .data-block {
    padding:25px 15px;
    font-size:13px;
    line-height:22px;
    min-height:175px;
}
.game-page .quarter-block {
    padding:25px 15px;
    font-size:16px;
    line-height:30px;
    min-height:245px;
    text-align:center;
    font-weight:300;
}
.game-page .quarter-block strong {
    font-weight:900;
}
.game-page .team-title:hover {
    text-decoration:underline;
}
.game-page .schedule-block {
    padding:15px;
    margin-top:10px;
}
.game-page .team-logo img {
    max-height:75px;
}

.past-stat-item.live-game .player.win {
    background-color:#203e61 !important;
}
.past-stat-item.live-game .player {
    background-color:#1d3252 !important;
    color:#fff !important;
}
.game-page .data-block.full-sized {
    padding:15px;
    margin-top:10px;
    min-height:0px !important;
    font-size:14px;
}
.game-page .score {
    color:#5bacff;
    display:block;
    font-size:50px;
    font-weight:900;
    padding-top:10px;
    line-height: 60px;
}
.game-page .block-title {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.boxscore-table .full-table.statistics {
    background: #fff;
    padding: 20px 0px;
}
.boxscore h2 {
    margin-bottom:25px;
}
.boxscore .team-title a {
    margin-left:10px;
}
.boxscore-table .full-table.statistics h5 {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 0px !important;
}
h3 a:hover {
    text-decoration:underline;
}
.tv-listing .controls {
    color:#ADADAD;
    font-size:34px;
    margin-left:52px;
}
.tv-listing .controls a:hover {
    color:#fff;
}

.tv-listing .controls .tv-slider-right {
    margin-left:5px;
}
.vertical-slider.tv-listing .controls .tv-slider-right {
    margin-left: 0;
}

.tv-listing .intro small {
    font-size:14px;
    font-weight:300;
    color:#fff;
    margin-left:65px;
    margin-bottom:14px;
    display:block;
}

@media screen and (max-width: 1024px) {
    .tv-listing .intro small.text-presents {
        display: none;
    }
}

.playerStats-table {
    margin-top:-10px;
}
.playerStats-table .full-table.statistics {
    background:#fff;
    padding:10px 0px;
}

.playerStats-table .full-table.statistics td {
    padding-top:5px;
    padding-bottom:5px;
}
.playerStats-table .full-table.statistics tr:hover { 
    background:#f5f5f5;
}
.playerStats-table .full-table img {
    float:left;
}
.player-games-container img {
    max-height:29px;
}
.playerStats-table h5 {
    position: relative;
    top: -5px;
    margin-left: 10px;
}
.playerStats-table .opponent-logo {
    max-width: 35px;
    height: auto;
}
.stats-page .nav-tabs {
    float:left;
    margin:15px 0px;
    clear:right;
}
.stats-page .nav-tabs .nav-link.active {
    background-color:#1d3353;
    border-color:#1d3353;
}
.stats-page .nav-tabs .nav-link.active:hover {
    color: #ffffff;
}
.stats-page .nav-tabs .nav-link:hover:not(.active) {
    color:#5bacff;
    border-color:#5bacff;
}
.stats-page .nav-tabs .nav-item.first {
    padding-left:0px;
}
.player-stats-leaders {
    clear:both;
}
.stats-page .full-table.statistics {
    background:#fff;
    padding-top:15px;
}
.count-row {
    width:30px !important;
}
.stats-page .align-left {
    text-align:left !important;
}
.stats-page img {
    max-height:40px;
    margin-right:5px;
}
.stats-page tr:hover {
    background:#f5f5f5;
}
.live {
    font-size:9px !important;
    color:#ca1e7d;
    animation: blinker 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
    position: relative;
    top: -3px;
}

@keyframes blinker {  
    from { opacity: 1; }
    to { opacity: 0; }
}
.tournament-table .league img {
    max-height:26px;
}
.livescore-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    overflow-x: scroll;
}
.player-photo.image {
    background:#ffffff;
}
.banner-frame {
    cursor:pointer;
}
.read-more {
    text-transform:uppercase;
}
.upcase {
    text-transform:uppercase;
}
.single-video {
    margin-top:25px;
}
.sidebar h3 {
    font-size: 24px;
    color: #4a4a4a;
    font-weight: 900;
    margin-bottom: 15px;
    margin-top: 5px;
    text-transform: uppercase;
}

.schedule-table td img {
    max-height:40px;
}
.schedule-table.players-table td img.player-photo {
    max-height: 72px;
}

.news-item .image, .news-item-featured .image {
    overflow:hidden;
}
.news-item .image img, .news-item-featured .image img {
    transition: .2s;
}
.news-item:hover .image img, .news-item-featured:hover .image img {
    -webkit-transform:scale(1.08);
    transform:scale(1.08);
}
.game-team-statistics {
    width:100%;
}
.game-team-statistics thead tr {
    height: 35px;
    background-color: #1d3353;
    color: #fff;
    padding: 12px 10px 10px;
    line-height: 13px;
    font-size: 12px;
    vertical-align: middle;
    border: 0;
    font-weight: 500;
    text-transform: uppercase;
}
.game-team-statistics tr td:first-of-type {
    padding-left:10px;
}
.game-team-statistics tbody tr:nth-child(even) {
    background: #f5f5f5
}
.game-team-statistics td {
    padding:5px;
}
.game-leaders {
    width:100%;
}
.metric td {
    font-weight: 600;
    font-size: 18px;
    padding-left: 15px;
    padding-bottom: 15px;
}
.metric-leaders .leader-name {
    margin-top:10px;
}
.metric-leaders td {
    text-align:center;
}
.metric-leaders td.away {
    background:#f5f5f5;
}
.metric-leaders span {
    font-weight:900;
    font-size:30px;
    padding:20px 15px;
    text-align:center;
    display:block;
    color: #5bacff;
}
.metric-leaders img {
    max-width: 150px;
}
@media all and (min-width: 1024px) {
    .metric-leaders img {
        max-width: 110px;
    }
}
@media all and (max-width: 1024px) {
    .game-leaders.hidden-xs {
        display: none !important;
    }
}
.metric.bordered td {
    padding-top:15px;
}
.game-leaders-block {
    padding-right:15px;
}
.article-text h3 {
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 900;
    margin-bottom: 15px;
    margin-top:25px;
    text-transform: uppercase;
}
.article-text table, .static-text table {
    margin:10px;
    margin-left:0px;
    margin-right:15px;
}
.article-text table th, .static-text table th {    
    background: #37587d;
    color: #fff;
    text-transform: uppercase;
    padding:5px;
    font-size: 13px;
}
.article-text table tbody td, .static-text table tbody td {
    padding:5px;
    color:#4a4a4a;
    font-size: 13px;
}
.article-text table tbody tr:nth-child(even), .static-text table tbody tr:nth-child(even) {
    background:#f5f5f5;
}
.article-text .album-link:hover {
    text-decoration:underline;
    color: #4a4a4a;
}
.blueimp-gallery>.close, .blueimp-gallery>.title {
    font-size:16px !important;
}
.article-text p {
    margin-top:10px;
}
.watch img {
    margin-right:5px;
}
.watch {
    font-weight:600;
    font-size:13px;
}
.watch span {
    text-transform:uppercase;
    position:relative;
    top:2px;
}
.watch:hover span {
    text-decoration:underline;
}
.referee-list {
    text-align:center;
}
.referee-list .album-title {
    padding-right:0px;
}
.referee-list .description {
    padding-top:5px;
    display:block;
}
.referee-list .image {
    background:#fff;
}

@media screen and (min-width: 1023px) {
    .referee-list .col-md-25 {
        -ms-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.schedule-table.mobile-only .team-title {
    position:static;
    left:auto;
    display:block;
}
.schedule-table.mobile-only td {
    border:0px;
}
.schedule-table.mobile-only tr:hover, 
.schedule-table.mobile-only td:hover {
    background:#fff !important;
}
.schedule-table.mobile-only .game-data {
    line-height:30px;
    background:#f5f5f5;
}
.schedule-table.mobile-only .game-data:hover, .schedule-table.mobile-only .game-data td:hover {
    background:#f5f5f5 !important;
}
.schedule-table.mobile-only .game-data td {
    border-bottom:1px solid #ebebeb;
}
.stats-filter label {
    font-weight: 600;
    line-height: 36px;
    cursor:pointer;
}
.stats-filter .label-block {
    text-align:right;
}
.stats-filter select {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.stats-filter button {
    cursor:pointer;
}
.filter-table-content {
    margin-top:20px !important;
}
.stats-disclaimer {
    margin-top:15px;
    font-style:italic;
}

#cookies-consent {
    position: fixed;
    color: #444444;
    background: rgba(255,255,255,0.9);
    font-size: 12px;
    padding: 8px;
    z-index: 99999999;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #459fd5;
    word-wrap: break-word;
}
#cookie_button{
    font-weight: normal;
    padding: 8px 15px;
    font-size: 14px;
    margin-top: 5px;
    background: #6db6ff;
    cursor:pointer;
    color: #fff;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#cookie_button:hover{
    background: #4A96E3;
    color: #fff;
}
@media (max-width:1023px){
    .league-comparisons .legend {
        margin-bottom:40px;
    }
    .league-comparisons .metric-label {
        margin-bottom:20px;
    }
    .season-filters select {
        margin-left:0px !important;
    }
    .season-filters .col-md-1 {
        text-align:left !important;
    }
    #cookie_button{
        margin-top:10px;
        width: 100%;
    }
    .active-menu nav.nav .lang {
        top:28px;
    }

    .article-show blockquote { 
        float:none !important;
        margin:10px auto !important;
        width:94% !important;
    }
    .lang {
        float: right;
        width: 30px !important;
        margin-left: 5px !important;
        height: 40px !important;
        line-height: 40px !important;
        z-index: 99;
        position: absolute;
        left: 190px;
        top: 0px;
    }
    .search-label {
        margin-left:0px !important;
        text-align:left !important;
    }
    nav.opened-search .search-bar {
        top:45px !important;
        height: auto !important;
    }
}
.lang {
    float: right;
    width: 35px;
    margin-left: 40px;
    height: 64px;
    line-height: 60px;
}
nav.opened-search .search-bar {
    display: block !important;
    position: absolute;
    width: 100%;
    top: 64px;
    height: 64px;
    z-index: 9999;
}
nav.opened-search  .main ul {
    top:200%;
}
.search-bar {
    display:none;
    background:#ebebeb;
    padding:10px;
}
.search-bar .row {
    width:100%;
}
.search-bar input {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size:14px;
    padding:11px;
}
nav.nav .search-bar .container {
    padding-left:0px !important;
}
.search-label {
    margin-left: 16.6%;
    text-align: right;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 15px;
}
.search-bar button {
    cursor:pointer;
    padding: 8px 25px !important;
}
@media screen and (max-width: 767px) {
    .search-bar button {
        margin-top: 5px;
        width: 100%;
        font-size: 14px !important;
    }
}
.search-form {
    width:100%;
}
.photo-author {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #1d3353;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
}
.lead-image-holder {
    position:relative;
    margin-bottom:20px;
}
.article-show blockquote {
    padding: 30px 25px!important;
    margin-top: 5px!important;
    margin-right: 25px!important;
    margin-bottom: 30px!important;
    border-left: 5px solid #1d3353!important;
    background-color: #f7f7f7!important;
    background-image: url('/images/comas.png');
    background-repeat: no-repeat;
    background-position: 95% 90%;
    text-align: left!important;
    float: left;
    clear: both;
    width: 280px;
    margin: 0 0 20px;
    font-weight:300;
    font-size: 16px;
}
.article-show blockquote:after {
    display:none !important;
}
.article-show blockquote strong {
    color:#1d3353;
    text-transform:uppercase;
}
.last-games .score {
    font-size:14px !important;
    line-height: 22px;
    padding-top: 0px;
}
.last-games a:hover {
    text-decoration:underline;
}
.follow-widget .label {
    text-align: center;
    line-height: 30px;
}
.stat-label {
    color:#fff;
    font-weight:600;
}
.stat-value {
    color:#49a4ff;
    display:inline-block;
    font-weight:600;
    margin-right:10px;
}
.intro-player .stats {
    font-size: 18px;
    margin-top: 20px;
}
.season-filters label {
    font-weight:600;
    padding-top:15px;
    text-transform:uppercase;
}
.season-filters select {
    margin-left:-10px;
    margin-top:5px;
    border-radius: 0;
}
.league-comparisons {
    margin-bottom:30px;
}
.league-comparisons .title {
    font-size: 20px;
    margin-left:20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.league-comparisons .legend {
    margin-left:20px;
}
.league-comparisons .legend-entry {
    margin-top:10px;
}
.league-comparisons .legend .current-player {
    background: #49a4ff;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.league-comparisons .legend .league-average {
    background: #C6C6C6;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.league-comparisons .metric-chart {
    height:125px;
}
.league-comparisons .metric-label {
    background:#f5f5f5;
    padding:8px;
    font-weight:600;
    text-align:center;
}
.league-comparisons .chart-value {
    position: relative;
    top: -25px;
    text-align:center;
    font-weight: 600;
}
.league-comparisons .league-chart {
    float: left;
    width: 25%;
    background: #C6C6C6;
    margin-left: 10%;
    text-align: center;
}
.league-comparisons .player-chart {
    width: 25%;
    background: #49a4ff;
    margin-left: 20%;
    float: left;
}
.season-filters .col-md-1 {
    text-align:right;
}
.team-tab .articles-pagination {
    margin:15px;
    margin-left:0px;
}
.sub-pagination {
    clear: both;
    width: 100%;
    margin-top:30px;
}
.sub-pagination li {
    margin-right: 5px;
    background: #f5f5f5;
    padding: 7px 15px;
    font-size: 14px;
    margin-bottom:15px;
    font-weight: 600;
}
.sub-pagination li.active {
    color:#fff !important;
    background:#5bacff;
}
.videos-slider .video-title {
    color:#fff;
    white-space:initial;
    margin-top:10px;
    font-size:14px;
}
.videos-slider .video-title:hover {
    text-decoration:underline;
}
.videos-slider .play-link:before {
    top:-40px !important;
}
.tournament-dates.cup .item {
    padding-top:0px;
}
.tournament-dates.cup .date {
    padding-top:10px;
}
.tournament-dates.cup .more {
    margin-top:10px;
}
.tournament-dates.cup .logo {
    width:60px;
    margin-top:2px;
    float:right;
}
.tournament-dates.cup .logo.regular {
    width:44px;
}
.teampage .cup-holder h1 {
    font-size: 40px;
    line-height: 48px;
    padding-top: 35px;
}
.teampage .cup-holder .logo {
    width:50%;
    margin-top:0px;
    margin-bottom:30px;
    margin-top: 10px;
}

.game-team-statistics.table.table-responsive td, .game-team-statistics.table.table-responsive th {
    vertical-align: middle;
}

#popup-ad .modal-dialog {
    max-width:1900px;
}
#popup-ad .close {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size:40px;
    color: #f68333;
    cursor: pointer;
    opacity: 1;
}
@media screen and (max-width: 1023px) {
    .videos-slider .play-link:before {
        top:8px !important;
    }
    #popup-ad .close {
        position: absolute;
        top: 5px;
        right: 15px;
    }
    .full-table.statistics.team-page {
        margin-top:0px !important;
    }
}


.bracket-bg {
    padding: 40px 0 60px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.bracket-bg.lkl-bracket {
    background-image: url('../images/brackets/lkl-bracket-1x.jpg');
}
.bracket-bg.kmt-bracket {
    background-image: url('../images/brackets/kmt-bracket-1x.jpg');
}
.bracket-logo {
    margin: 5px auto 5px auto;
    text-align: center;
}
.bracket-title {
    position: relative;
    width: 255px;
    margin: 25px auto 5px auto;
    font-family: 'Anton', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 36px;
    text-transform: uppercase;
    color: #ffffff;
}
.bracket-title .title-inner {
    display: inline-block;
    width: 60%;
    text-align: center;
}
.bracket-title .year {
    display: inline-block;
    width: 38%;
    text-align: center;
}
.bracket-title .year:before {
    content: '';
    position: absolute;
    top: 0;
    left: 60%;
    width: 8%;
}
.lkl-bracket .bracket-title .title-inner {
    background-color: #222222;
}
.lkl-bracket .bracket-title .year {
    background-color: #fd5825;
}
.lkl-bracket .bracket-title .year:before {
    border-top: 36px solid #222222;
    border-right: 20px solid #fd5825;
}

.kmt-bracket .bracket-title .title-inner {
    background-color: #f7eee5;
    color: #222222;
}
.kmt-bracket .bracket-title .year {
    background-color: #ED1A3B;
}
.kmt-bracket .bracket-title .year:before {
    border-top: 36px solid #f7eee5;
    border-right: 20px solid #ED1A3B;
}

.tree {
    position:relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width:100%;
    height: 460px;
}

.bracket-bg.lkl-bracket .tree {
    background-image: url('../images/brackets/bracket-lines-1170px/lkl-bracket-lines-1x-2.png');
}
.bracket-bg.kmt-bracket .tree {
    background-image: url('../images/brackets/bracket-lines-1170px/kmt-citadele-bracket-lines-1x-2.png');
}
.tree .matchup {
    position:absolute;
    display:block;
    width: 176px;
    background:transparent;
    font-size:13px;
}
.tree .matchup .team-title {
    display: none;
}
.tree .unknown-team {
    position: relative;
    display: block;
    margin-top: 10px;
    font-family: 'Anton', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    color: #222222;
    text-align: center;
    z-index: 5;
}
.tree .logo {
    position: relative;
    display: inline-block;
    bottom: 20px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #ffffff;
}
.tree .logo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 64px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: transparent transparent transparent #bdbdbd;
}
.tree .logo img {
    max-width: 35px;
}
.tree .matchup .team {
    position: relative;
    height: 48px;
    overflow-y: visible;
    background-color: #efefef;
    color: #222222;
}

.matchup .team.home {
    margin-bottom: 50px;
    margin-top: 5px;
}

.lkl-bracket .tree .matchup .team {
    border-bottom: 4px solid #fd5825;
}
.kmt-bracket .tree .matchup .team {
    border-bottom: 4px solid #ED1A3B;
}
.matchup-title {
    position: relative;
    width: 167px;
    padding: 3px 5px;
    font-family: 'Arial', sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left;
    color: #f9f9f9;
    background-color: #222222;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.kmt-bracket .matchup-title {
    background-color: #f7eee5;
    color: #222222;
}
.matchup-title-inner {
    display: inline-block;
    width: 48%;
    text-align: left;
}
.matchup-title-note {
    float: right;
    display: inline-block;
    width: 41%;
    text-align: right;
}
.matchup1 {
    left: 28px;
    top: -48px;
}
.matchup1 .matchup-title {
    top: 77px;
    left: -102px;
}
.matchup1 .matchup-title.team-unknown {
    top: 91px;
    left: -90px;
    width: 146px;
}
.matchup2 {
    right: 28px;
    top: -42px;
}
.matchup2 .matchup-title {
    top: 87px;
    left: 118px;
    width: 147px;
}
.matchup2 .matchup-title.team-unknown {
    top: 92px;
}
.matchup3 {
    right: 28px;
    bottom: -25px;
}
.matchup3 .matchup-title {
    top: 87px;
    left: 120px;
    width: 147px;
}
.matchup3 .matchup-title.team-unknown {
    top: 92px;
}
.matchup4 {
    left: 28px;
    bottom: -22px;
}
.matchup4 .matchup-title {
    top: 77px;
    left: -102px;
}
.matchup4 .matchup-title.team-unknown {
    width: 147px;
    top: 92px;
    left: -92px;
}
.matchup5 {
    top: 138px;
    left: 17%;
}
.matchup5 .matchup-title {
    top: 77px;
    left: -102px;
}
.matchup5 .matchup-title.team-unknown {
    top: 92px;
    left: -94px;
    width: 148px;
}
.matchup6 {
    top: 138px;
    left: 67.5%;
}
.matchup6 .matchup-title {
    top: 87px;
    left: 118px;
    width: 147px;
}
.matchup6 .matchup-title.team-unknown {
    top: 92px;
}
.matchup.matchup7 {
    top: 112px;
    left: 37%;
    width: 290px;
    text-align: center;
}
.matchup.matchup8 {
    bottom: 30px;
    left: 37.3%;
    width: 280px;
    text-align: center;
}
.matchup7 .matchup-title, .matchup8 .matchup-title {
    position: static;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.matchup7 .matchup-title {
    display: inline-block;
    margin-bottom: 10px;
    width: 130px;
    text-align: center;
}
.matchup8 .matchup-title {
    width: 158px;
    margin-left: 58px;
    margin-bottom: 10px;
    text-align: center;
}
.matchup8 .team {
    height: 54px;
}
.matchup7 .team.unknown .unknown-team {
    top: -5px;
    height: 100px;
    line-height: 100px;
    background-color: #efefef;
    overflow: visible;
}
.matchup7 .team.home.unknown .unknown-team:before, .matchup7 .team.away.unknown .unknown-team:before {
    position: absolute;
    content: '';
    top: -15px;
    width: 60px;
    height: 10px;
    background-color: #efefef;
}
.matchup7 .team.home.unknown .unknown-team:before {
    right: 0;
}
.matchup7 .team.away.unknown .unknown-team:before {
    left: 0;
}
.matchup8 .team.unknown .unknown-team {
    top: -14px;
    height: 54px;
    line-height: 54px;
    background-color: #efefef;
    overflow: visible;
}
.matchup8 .team.home.unknown .unknown-team:before, .matchup8 .team.away.unknown .unknown-team:before {
    position: absolute;
    content: '';
    top: -6px;
    width: 74px;
    height: 6px;
    background-color: #efefef;
}
.matchup8 .team.home.unknown .unknown-team:before {
    right: 0;
}
.matchup8 .team.away.unknown .unknown-team:before {
    left: 0;
}
.matchup7 .team.home, .matchup7 .team.away {
    float: left;
    width: 140px;
    height: 110px;
    margin: 0;
}
.matchup8 .team.home, .matchup8 .team.away {
    float: left;
    width: 132px;
    margin: 0;
    height: 54px;
}
.matchup7 .team .logo:before, .matchup8 .team .logo:before {
    display: none;
}
.matchup7 .team .logo, .matchup8 .team .logo {
    position: absolute;
    bottom: 0;
}
.matchup7 .team .logo {
    width: 80px;
    height: 72px;
    line-height: 72px;
    bottom: 34px;
}
.matchup8 .team .logo {
    width: 58px;
    height: 54px;
    line-height: 54px;
}
.wrapper-for-scores {
    position: absolute;
    display: inline-block;
    background-color: #efefef;
}
.matchup7 .wrapper-for-scores {
    top: -10px;
    height: 82px;
    width: 60px;
}
.matchup8 .wrapper-for-scores {
    bottom: 0;
    width: 74px;
    height: 60px;
}
.matchup7 .team.home .logo, .matchup8 .team.home .logo {
    left: 0;
}
.matchup7 .team.home .wrapper-for-scores, .matchup8 .team.home .wrapper-for-scores {
    right: 0;
}
.matchup7 .team.away .logo, .matchup8 .team.away .logo {
    right: 0;
}
.matchup7 .team.away .wrapper-for-scores, .matchup8 .team.away .wrapper-for-scores {
    left: 0;
}
.matchup7 .matchup-title-note, .matchup8 .matchup-title-note {
    float: none;
    position: relative;
    max-width: 79px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    color: #ffffff;
}
.matchup7 .matchup-title-note {
    position: relative;
    top: 4px;
}
.matchup8 .matchup-title-note {
    position: relative;
    top: 1px;
}
.lkl-bracket .matchup7 .matchup-title-note, .lkl-bracket .matchup8 .matchup-title-note {
    background-color: #fd5825;
}
.kmt-bracket .matchup7 .matchup-title-note, .kmt-bracket .matchup8 .matchup-title-note {
    background-color: #ED1A3B;
}
.lkl-bracket .matchup7 .matchup-title-note:before, .lkl-bracket .matchup8 .matchup-title-note:before {
    content: '';
    position: absolute;
    left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 16px 6px;
    border-color: transparent transparent #fd5725 transparent;
}
.lkl-bracket .matchup7 .matchup-title-note:after, .lkl-bracket .matchup8 .matchup-title-note:after {
    content: '';
    position: absolute;
    right: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 0 6px;
    border-color: transparent transparent transparent #fd5725;
}
.kmt-bracket .matchup7 .matchup-title-note:before, .kmt-bracket .matchup8 .matchup-title-note:before {
    content: '';
    position: absolute;
    left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 16px 6px;
    border-color: transparent transparent #ED1A3B transparent;
}
.kmt-bracket .matchup7 .matchup-title-note:after, .kmt-bracket .matchup8 .matchup-title-note:after {
    content: '';
    position: absolute;
    right: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 0 6px;
    border-color: transparent transparent transparent #ED1A3B
}
.matchup .separator {
    float: left;
    display: block;
    width: 10px;
}
.matchup.matchup7 .separator {
    height: 34px;
    margin-top: 72px;
}
.matchup.matchup8 .separator {
    height: 30px;
    margin-top: 20px;
}
.lkl-bracket .separator {
    background-color: #222222;
}
.kmt-bracket .separator {
    background-color: #ED1A3B;
}
.tree .matchup.matchup7 .team-title {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 34px;
    padding: 2px 10px;
    line-height: 16px;
    margin-left: 0;
    text-transform: none;
    background-color: #d6d6d6;
    font-weight: normal;
    font-style: italic;
}
.tree .matchup.matchup7 .team-title b {
    text-transform: uppercase;
}
.tree .matchup.matchup7 .team.home .team-title {
    text-align: left;
}
.tree .matchup.matchup7 .team.away .team-title {
    text-align: right;
}
@media screen and (max-width: 1023px) {
    .bracket-bg {
        padding: 20px 0;
    }
    .bracket {
        padding-top:15px;
        text-align:center;
    }
    .bracket .tree {
        background:transparent !important;
        height: auto;
    }
    .bracket .tree .matchup {
        position: static !important;
        float: left;
        width: 46% !important;
        margin: 10px 2% 20px 2% !important;
    }
    .bracket .tree .matchup .team.home {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .matchup-title {
        position: static;
        width: auto !important;
        margin: 24px 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .tree .matchup .team {
        text-align: left;
    }
    .bracket .tree .matchup.matchup7, .tree .matchup.matchup8 {
        width: 96% !important;
    }
    .tree .matchup.matchup7 .matchup-title, .tree .matchup.matchup8 .matchup-title {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .tree .matchup.matchup8 {
        height: 110px;
    }
    .tree .matchup.matchup7 .matchup-title {
        width: 106px !important;
    }
    .tree .matchup.matchup8 .matchup-title {
        width: 120px !important;
        margin: 0 auto 6px auto;
    }
    .tree .matchup.matchup7 .team, .tree .matchup.matchup8 .team {
        width: 48%;
    }
    .bracket .tree .matchup.matchup7 .team.home, .bracket .tree .matchup.matchup8 .team.home {
        margin-top: 0;
        margin-bottom: 0;
    }
    .tree .matchup.matchup7 .separator, .tree .matchup.matchup8 .separator {
        width: 2%;
    }
    .tree .matchup.matchup8 .separator {
        margin-top: 24px;
    }
    .tree .matchup.matchup7 .wrapper-for-scores, .tree .matchup.matchup8 .wrapper-for-scores {
        text-align: center;
    }
    .tree .matchup.matchup8 .team {
        height: 58px
    }
    .matchup8 .team.home.unknown .unknown-team:before, .matchup8 .team.away.unknown .unknown-team:before {
        width: 100%;
        top: -2px;
    }
    .tree .score-wrapper {
        width: 82px;
    }
    .tree .logo {
        width: 56px;
    }
    .tree .logo:before {
        left: 56px;
    }
    .tree .matchup-title {
        font-size: 8px;
    }
}

.social-item.grey {
    background:#f5f5f5 !important;
}
.full-table.statistics.team-page {
    background:#fff;
    padding-top: 0px;
    margin-top: 35px;
}
.full-table.statistics.team-page .nav-tabs {
    margin-bottom:15px;
}
.game-team-statistics tbody tr:hover {
    background:#f2f7ce !important;
}
.teampage.color-kmt .other-sponsors {
    position:absolute;
    background:rgba(255,255,255, 0.6);
    height:70px;
    width:100%;
    left:0px;
    bottom:0px;
    text-align:left;
    padding:6px;
    padding-left:35px;
    line-height:58px;
}
.teampage.color-kmt .other-sponsors img {
    max-height:38px;
    margin-right:13px;
}
.teampage.color-kmt .other-sponsors img.horizontal-logo {
    max-height:26px;
}
.nav-tabs.broadcast-tabs {
    float: left;
    margin-left: 0px;
    padding-left: 0px;
    margin-top:10px;
    margin-bottom: 15px;
}
.nav-tabs.broadcast-tabs .nav-item {
    padding-left:0px !important;
    padding-right:15px !important;
}
.nav-tabs.broadcast-tabs .nav-link {
    background-color: #fff;
    border-color: #1d3353;
}
.nav-tabs.broadcast-tabs .nav-link.active {
    background-color: #1d3353;
    border-color: #1d3353;
}
.nav-tabs.broadcast-tabs .nav-link:hover {
    color:#1d3353;
}
.nav-tabs.broadcast-tabs .nav-link.active:hover {
    color:#fff;
}

.empty-table-p {
    text-align:center;
    padding:15px !important;
}
button.export-btn {
    font-size:12px !important;
    cursor:pointer;
    padding:7px 25px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
}
.fixed-column {
    position: absolute;
    display: inline-block;
    background: #fff;
    width: 200px !important;
    border-bottom: 0px !important;
    border-right: 1px solid #ddd;
}
.stick-column .table>thead:first-child>tr:first-child>th:first-child {
    position: absolute;
    display: inline-block;
    background-color:#f5f5f5;
    height:100%;
}
.stick-column .table> tbody > tr > td:first-child
{
    position: absolute;
    display: inline-block;
    background-color:#f5f5f5;
    height:100%;
}
.stick-column .table>thead:first-child>tr:first-child>th:nth-child(2)
{
    padding-left:40px;
}
.stick-column .table> tbody > tr > td:nth-child(2)
{
    padding-left:50px !important;
}
.playoff-data {
    height: 26px;
    line-height: 22px;
    margin-bottom: 5px;
    white-space: nowrap; /* for timetables */
}
.sil-banner {
    max-width:100%;
}
img.speaker {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    -webkit-transition: all 0.8s; /* Safari */
    transition: all 0.8s;
}
.speaker-item {
    margin-bottom: 20px;
}
.speaker-item:hover img.speaker {
    -webkit-filter: grayscale(0);
    filter: none;
}
.speakers hr {
    width:100%;
    margin-bottom: 25px;
}
.speaker-name {
    display: inline-block;
    margin-left: 0px;
    font-size: 18px;
    padding: 7px 15px;
    color: #fff;
    background: #5bacff;
    font-weight: 900;
    text-transform: uppercase;
    position:relative;
    top:-35px;
    float:right;
    margin-bottom:0px;
}
.speaker-title {
    background: #1d3353;
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size:13px;
    text-align:center;
    font-weight: 400;
    margin-top: 0px;
    width:100%;
    position:relative;
    top:-35px;
    min-height: 60px;
}
.speaker-topic {
    position: relative;
    top: -35px;
    padding: 15px 15px;
    text-align: center;
    background: #f5f5f5;
    line-height: 24px;
    color: #1d3353;
    font-weight: 300;
    font-size: 14px;
    min-height: 80px;
}
.sidebar-form {
    background: #f5f5f5;
    margin-top:15px;
    padding:25px;
}
.sidebar-form h3 {
    font-size: 24px;
    color: #1d3353;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: block;
    width: 100%;
}
.sidebar-form button {
    cursor:pointer;
    width:100%;
}
.sidebar-form input {
    font-size: 14px !important;
}
.conference-date {
    display: inline-block;
    margin-left: 0px;
    font-size: 18px;
    padding: 10px 25px;
    color: #fff;
    background: #5bacff;
    font-weight: 900;
    text-transform: uppercase;
}
.conference-location {
    background: #1d3353;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    padding: 10px 25px;
    text-align:center;
    font-weight: 900;
    margin-top: 0px;
}
.has-error {
    border-color: #e97866 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 120, 102, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 120, 102, 0.6) !important;
}
.win-count {
    position: relative;
    float: right;
    display: block;
    padding: 4px 5px;
    font-family: 'Anton', sans-serif;
    font-size: 49px;
    margin-top: 5px;
    font-weight: 400;
    line-height: 1;
    margin-right: 10px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #cdcdcd 0%, #e5e5e5 26%, #ffffff 46%, #ffffff 52%, #ffffff 62%, #cdcdcd 100%);
    color: #f9f9f9;
    z-index: 5;
}
.score-wrapper {
    float: right;
    display: block;
    width: 110px;
    height: 48px;
    text-align: center;
}
.tree .team .score {
    position: relative;
    bottom: 2px;
    display: inline-block;
    font-family: 'Anton', sans-serif;
    line-height: 48px;
    font-size: 14px;
    text-align: center;
    color: #222222;
}
.tree .team .score.games-1 {
    max-width: 60px;
    height: 48px;
    line-height: 48px;
    font-size: 28px;
    margin-top: 2px;
}
.tree .team .score.games-2 {
    font-size: 22px;
    height: 24px;
    line-height: 24px;
    padding-top: 5px;
    margin: 10px 5px 8px 5px;
    border-top: 1px solid black;
}
.tree .matchup7 .team .score {
    margin-top: 12px;
    height: 70px;
    line-height: 70px;
    font-size: 32px;
}
.tree .matchup8 .team .score {
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
}

.market .team-title {
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
}
.market .text-center {
    text-align:center;
}
.market .team-title span {
    display: inline-block;
    margin-left: 15px;
}
.market .market-block {
    padding:20px;
}
.market .text-bold {
    font-weight:600;
}
.market .outgoing {
    background: #fffbe6 !important;
}
.market .empty {
    padding:15px;
}
.market .outgoing td {
    padding:15px;
}
.content-page.market h1 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.history-entries {

}
.history-entries .season-title {
    text-align:left !important;
    line-height:26px;
}
.history-entries .season-title img {
    max-height:20px;
    margin-top:3px;
    margin-right:8px;
}
.history-entries .season-title .logo-placeholder {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
.head-stats .today .team1-score {
    color:#fff;
    background:#5bacff;
}
.head-stats .today .team2-score {
    color:#fff;
    background:#4c98e6;
}
.head-stats .today .result .float-right {
    color:#fff !important;
}
.head-stats .today .date span:not(.float-right) {
    color:#000;
    position:relative;
    left:-5px;
}
.country-block {
    display:none;
    margin-top: 15px;
    padding: 25px;
    background: #f5f5f5;
}
.country-block .btn {
    margin-top:15px;
}
#p-averages .photo img {
    max-height:50px !important;
}

.tabs-upper {
    width: 100%;
    /*border-bottom: 2px solid #1d3353;*/
}
/*
.tabs-upper.nav-tabs .nav-link {
    border-bottom: 0 none;
}
*/
.tabs-upper.nav-tabs .nav-link:hover {
    color: #fff;
    cursor: pointer;
}

.btn-filter, .toggle-additional-filters {
    width: 100%;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 25px;
    line-height: 20px;
    background-color: #5bacff;
    cursor: pointer;
}
.additional-filters {
    display: none;
    margin-top: 10px;
}
.additional-filters label {
    font-weight: bold;
}
.additional-filters select {
    border-radius: 0;
}

.players-list-title, h3.players-list-title {
    margin: 18px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    color: #314d6e;
}

.slider-element-on-side {
    float:left;
    width: 20%;
}
.slider-element-in-center {
    float:left;
    width: 60%;
}

.season-select-wrapper {
    float:right;
}
@media only screen and (max-width: 600px) {
    .season-select-wrapper {
        float:right;
        width: 100%;
        margin-top: 10px;
    }
}
.season-select-wrapper select {
    border-radius: 0;
}

.loader_1 {
    display: block;
    width: 64px;
    height: 64px;
    margin: 10px auto 10px auto;
}

.representing-team {
    margin: 20px 0 10px 0;
}
.representing-team a.team-link {
    display: inline-block;
}
.representing-team span.team-title {
    float: left;
    display: inline-block;
    margin-top: 5px;
}

.lkl-paginator {
    margin: 15px 0;
}
.lkl-paginator .page-item {
    margin-right: 10px;

}
.lkl-paginator .page-item .page-link {
    line-height: 36px;
    width: 36px;
    text-align: center;
    font: 12px 'Roboto', sans-serif;
    border: 2px solid #1d3353;
    font-weight: bold;
    color: #1d3353;
}
.lkl-paginator .page-item.active .page-link, .lkl-paginator .page-item:hover .page-link {
    background-color: #1d3353;
    color: #fff;
    text-decoration: none;
}
.lkl-paginator .page-item.disabled:hover .page-link {
    background-color: #fff;
    color: #1d3353;
}
.lkl-paginator .page-item:first-child .page-link, .lkl-paginator .page-item:last-child .page-link {
    border-radius: 0;
}

.table thead .vertical-align-middle th, .table .vertical-align-middle td {
    vertical-align: middle;
    text-align: center;
}
.broadcast img {
    min-width: 40px;
}

p.no-margin-bottom {
    margin-bottom: 0;
}

.section-title.heading-for-sponsors {
    font-size: 38px;
    text-transform: none;
    margin-top: 20px;
}
.sponsor-item .image {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sponsor-item .image img {
    width: 100%;
    height: auto;
}
.sponsor-link-btn {
    display: block;
    background-color: #1d3353;
    border-color: #1d3353;
    margin-top: 10px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #ffffff;
}
.sponsor-link-btn:hover {
    color: #ffffff;
}

.more-stats-about-this-player a {
    color: #4e96e1;
}

.mobile-match-block {
    border: 1px solid #c9c9c9;
    margin-bottom: 10px;
}
.mobile-match-block:first-of-type {
    margin-top: 10px;
}
.mobile-match-block-top {
    padding: 10px;
}
.mobile-match-block-top .datetime {
    margin-bottom: 10px;
    font-weight: bold;
}
.mobile-match-block-top .team {
    margin-bottom: 5px;
}
.mobile-match-block-top .team.team-with-match-results {
    display: inline-block;
    min-width: 170px;
}
.mobile-match-block-top .team-score, .mobile-match-block-top .team-wins-and-losses {
    display: inline-block;
    min-width: 28px;
    text-align: right;
}
.mobile-match-block-top .team-score {
    font-weight: bold;
}
.mobile-match-block-top .team-wins-and-losses {
    font-size: 10px;
}
.mobile-match-block-top .team .team-logo {
    width: 35px;
    height: auto;
}
.mobile-match-block-venue {
    padding: 10px;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    background-color: #ececec;
    text-align: center;
}
.mobile-match-block-bottom {
    padding: 10px;
}
.mobile-match-block-bottom .watch {
    display: inline-block;
    line-height: 30px;
    height: 30px;
}
.mobile-match-block-bottom .width33proc, .mobile-match-block-bottom .width50proc {
    display: inline-block;
    line-height: 25px;
    border-left: 1px solid #c9c9c9;
    text-align: center;
}
.mobile-match-block-bottom .width33proc {
    width: 32%;
}
.mobile-match-block-bottom .width50proc {
    width: 49%;
}
.mobile-match-block-bottom .width33proc:first-of-type, .mobile-match-block-bottom .width50proc:first-of-type {
    border-left: 0 none;
}
.mobile-match-block-bottom .width33proc img {
    max-width: 100%;
    height: auto;
}

.tab-content .section-title {
    line-height: 38px;
}

.full-table.statistics.no-bg-no-padding {
    background: transparent;
    padding: 0;
}
.lkl-kmt-stats-tabs {
    float:left;
    margin: 10px 0 22px 0;
}

.html-banner-wrapper {
    position: relative;
}
.html-banner-wrapper img[width="1"][height="1"] {
    width: 1px;
    height: 1px;
}
.html-banner-link {
    position: absolute;
    z-index: 1000;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
[style*="--aspect-ratio"] > :first-child {
    width: 100%;
}
[style*="--aspect-ratio"] > img {
    height: auto;
}
@supports (--custom:property) {
    [style*="--aspect-ratio"] {
        position: relative;
    }
    [style*="--aspect-ratio"]::before {
        content: "";
        display: block;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
    }
    [style*="--aspect-ratio"] > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}

.mbt-player-photo img {
    width: 75px;
    height: 100px;
    max-height: 100px;
}
.paginator a.btn {
    background-color: #1d3353;
    color: #ffffff;
    border-radius: 0;
    margin-bottom: 10px;
}
.page_numbers a {
    display: inline-block;
    margin: 10px 10px 10px 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #1d3353;
    color: #ffffff;
}
.section-title.upcase.title-best-players {
    padding-bottom: 10px;
}
.banner-for-best-players {
    display: inline-block;
    margin-left: 36px;
}
@media screen and (max-width: 600px) {
    .banner-for-best-players {
        display: block;
        margin-left: 0;
    }
}

.grey.data-block.full-sized.game-info {
    min-height: 195px !important;
    margin-top: 0;
    margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
    .grey.data-block.full-sized.game-info {
        min-height: 0 !important;
    }
}

.team-block-in-article {
    margin-bottom: 15px;
}

.grey-block-2 {
    background-color: #f5f5f5;
}

.data-block-2 {
    padding: 2px 15px;
    margin: 0;
}

.game-stats-in-article {
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.game-stats-in-article .game-block .team-block {
    padding: 15px 0 2px 0;
}
.game-stats-in-article .game-page .team-logo img {
    max-height: 48px;
}

.game-stats-in-article .quarters-mobile {
    display: none;
}
@media screen and (max-width: 1100px) {
    .game-stats-in-article .game-page .score {
        font-size: 36px;
    }
    .game-stats-in-article .game-block .team-title, .game-stats-in-article .quarters {
        display: none;
    }
    .game-stats-in-article .quarters-mobile {
        display: block;
    }
}
@media screen and (max-width: 500px) {
    .game-stats-in-article .game-page .score {
        font-size: 20px;
    }
}

.game-leaders-block-2 {
    padding: 15px 15px 5px 15px;
    background-color: #f5f5f5;
}

.sidebar h3.players-stats-name {
    font-size: 20px;
    color: #1d3353;
    margin-top: 15px;
    margin-bottom: 8px;
}

.player-name {
    font-size: 18px;
    color: #1d3353;
}

.leader-photo {
    margin-bottom: 10px;
}

.match-stats .zero-border-table th, .match-stats .zero-border-table td {
    text-align: center;
}
.match-stats .zero-border-table th.first, .match-stats .zero-border-table td.first {
    text-align: left;
}

select#73-100-filter-highs-types, select#73-100-filter-stages {
    display: none;
}

.circle {
    display:inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    margin: 1px 1px 0 0;
}
.circle.lost, .circle.red {
    background-color: red;
}
.circle.won, .circle.green {
    background-color: green;
}

.text-green {
    color: green;
}
.text-red {
    color: red;
}

@media screen and (min-width: 1024px) {
    .fixed-column.team {
        position: unset;
        width: auto;
        display: table-cell;
    }
}
@media screen and (max-width: 1023px) {
    .standings-table.table td, .standings-table.table th {
        padding: 5px;
    }
}

.standings-table.table tr:hover .fixed-column {
    background-color: #f5f5f5;
}
.standings-table.table .place {
    display: inline-block;
    width: 21px;
    text-align: right;
    font-weight: bold;
    margin-right: 2px;
}

.lcc-modal {
    position: fixed;
    width: 100%;
    bottom: 0;
    color: #fff;
    padding: 15px;
    background-color: #204064;
    z-index: 10000;
}
.lcc-modal button {
    cursor: pointer;
}

.table.table-responsive.standings-table .team.fixed-column {
    width: 208px !important;
}

.select2-no-border-radius + .select2 * {
    border-radius: 0 !important;
}
.filters-of-players + .select2 {
    margin-top: 7px;
}
.filters-of-players.width100proc + .select2 {
    width: 100% !important;
}

.wrapper-of-infections-table th, .wrapper-of-infections-table td {
    padding: 5px;
}
.wrapper-of-infections-table a {
    color: #49a4ff;
}

.voting-form-for-best-players label {
    font-weight: bold;
}
.voting-form-for-best-players .row {
    margin-bottom: 0.5rem;
}

.error {
    color: red;
    margin-bottom: 0.5rem;
}

.commenter-box {
    padding: 0.5rem 0;
}
.commenter-box input[type="checkbox"] {
    margin-right: 5px;
}

.btn-vote {
    background-color: #204064;
    color: #fff;
    border: 0;
    padding: 5px 10px;
    cursor: pointer;
}

.voting-results-box {
    position: relative;
    border: 1px solid #6db6ff;
    margin-top: 0.5rem;
}
.voting-results-box-inner {
    background-color: #6db6ff;
}
.voting-count {
    position: absolute;
    top:1px;
    left: 5px;
    color: #204064;
}
