/** Match broadcast **/
/**Header **/
/**Top-Bar*/
/** Main slider **/
/** News line **/
/** Next match **/
/** Player statistic slider **/
/** Best players **/
/** PLayers slider **/
/** Breaking news **/
/** Next match on matches list page **/
/** Organisation header **/
/** Match header **/
/** Match statistic **/
/** Match championship **/
/** Match players **/
/** Share box **/
/** Matches broadcast listing **/
/** Championship listing **/
/** Championship header **/
/** Players grid **/
/** Organisation table listing **/
/** Match player statistic**/
/**Organisation match statistic **/
/** organisation timeseries **/
/** PLayer header **/
/** PLayer timeseries **/
/**Player organisation statistic **/
/** Players table listing **/
/** Match referees **/
/** Footer**/
/**Commentators **/
/** Coach quote**/
/** Coming and error page**/
/**
@coming-small-text:#ffffff;
@coming-big-text:#8e4426;
@coming-digit:#131313;
@coming-counter:#e5e5e5;
@error-bg:#000000;
@error-color:#ffffff;
@coming-descr:#e5e5e5;
**/
/**Coming soon**/
/** Offline **/
/** 404 Page**/
/** Call to action text**/
/** Select css**/
/**Salary Cap **/
/**Grids Club STats **/
/** OWEN BARGEMAN STATS **/
/** POINTS PER GAME **/
/**Player page grids**/
/**  Assists **/
/**Threshold **/
/** Match broadcast **/
/**Header **/
/**Top-Bar*/
/** Main slider **/
/** News line **/
/** Next match **/
/** Player statistic slider **/
/** Best players **/
/** PLayers slider **/
/** Breaking news **/
/** Next match on matches list page **/
/** Organisation header **/
/** Match header **/
/** Match statistic **/
/** Match championship **/
/** Match players **/
/** Share box **/
/** Players grid **/
/** Organisation table listing **/
/** Match player statistic**/
/**Organisation match statistic **/
/** organisation timeseries **/
/** PLayer header **/
/** PLayer timeseries **/
/**Player organisation statistic **/
/** Players table listing **/
/** Match referees **/
/** Footer **/
/**Commentators **/
/** Coach quote**/
/**Coming soon**/
/** Offline **/
/** 404 Page**/
/** Call to action text**/
/** Select css**/
/**Salary Cap **/
/** Club Stats  grids**/
/** OWEN BARGEMAN STATS **/
/** POINTS PER GAME **/
/**Player page grids**/
/**  Assists **/
/** Threshold **/
.dota,
.hockey,
.csgo,
.baseball,
.basketball,
.am-football,
.live-match-stat.am-football {
  display: none;
}
.success-story-cybersport {
  display: none;
}
.dark-football > .main-club-stuff {
  display: none;
}
.dark-football > .main-players-stat.bg-cover {
  display: none;
}
.soccer-h4 {
  color: #ffffff;
}
/**
* Table of content
*
* 1.0 - Default
* 2.0 - Less variabless
* 3.0 - Forms
* 4.0 - Content
* 	4.1 - Header
*	  4.1.1 - Dropdown cart
*	4.2 - Posts and pages
*	4.3 - Sidebar
*	  4.3.1 - Search
*	  4.3.2 - Calendar
*	  4.3.3 - Instagram	
*	  4.3.4 - Recent news
*	  4.3.5 - Tags				
*	4.4 - Comments
*	4.5 - Footer
* 5.0 - Elements
*	5.1 - Chart
* 	5.2 - Top bar 
*	5.3 - Main slider
*	5.4 - Match shedule
*	5.5 - Players stats
*	5.6 - Succes story
*	5.7 - Award box
*	5.8 - Club gallery
*	5.9 - Sponsors box
*	5.10 - Club staff
*	5.11 - Call to action
*	5.12 - Team store
*	5.13 - Sponsor slider
* 6.0 - Media Queries
*	6.1 - >= 1600px
*	6.2 - >= 1200px
*	6.3 - >= 992px
*	6.4 - >= 767px
*	6.5 - >= 700px
*	6.6 - >= 600px
*	6.7 - >= 545px
*	6.8 - >= 400px
**/
.main-club-stuff.amateurs-club-stuff {
  background: #ffffff;
}
/* --------------------- Default --------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}
body {
  background: #f7f7f7;
}
a {
  color: #2a86dd;
  text-decoration: none;
  outline: none;
  transition: all 400ms;
}
a:hover {
  color: #141414;
  text-decoration: none;
}
a:focus {
  color: #141414;
  text-decoration: none;
}
input {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
textarea {
  resize: vertical;
}
div {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #3d3d3d;
  line-height: 26px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-content ul {
  padding: 0 20px;
  list-style-type: square;
}
.post-content ol {
  padding: 0 20px;
}
.post-content tr th a {
  color: #ccc;
}
li {
  margin: 0;
  padding: 0;
  line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #141414;
}
h1 {
  padding-top: 20px;
  padding-bottom: 26px;
  font-size: 40px;
}
h2 {
  padding-top: 20px;
  padding-bottom: 26px;
  font-size: 32px;
}
h3 {
  padding-top: 20px;
  padding-bottom: 21px;
  font-size: 28px;
}
h4 {
  padding-top: 20px;
  padding-bottom: 19px;
  font-size: 24px;
}
h5 {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 20px;
}
h6 {
  padding-top: 20px;
  padding-bottom: 14px;
  font-size: 18px;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #ffffff;
}
iframe {
  border: 0px;
}
.overflow-scroll {
  overflow-x: auto;
}
body.page .comments-wrap {
  padding: 0px;
}
@media (max-width: 768px) {
  h6.text-center {
    text-align: center !important;
  }
}
/*******LESS VARIABLES****

@contrast-color: #ffcc00;
@contrast-alt-color: #ffa000;
@base-color: #3d3d3d;
@light-color: #f7f7f7;
@light-alt-color: #ffffff;
@light-base-color: #fcfcfc;
@dark-color: #141414;
@dark-alt-color: #000000;
@muted-color: #666666;
@muted-alt-color: #cccccc;
@muted-alt: #999999;

@base-font : "Open Sans";
@sub-font : @sub-font;
@secondary-font : "Montserrat"; 

*************************/
/*********LANDING*************/
.lading-sport-shedule-section {
  padding: 55px 0 80px 0;
}
.lading-sport-store-section {
  padding-top: 75px;
  padding-bottom: 105px;
}
h5.landing-sport-header {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Raleway";
  font-weight: 700;
  color: #1f1f1f;
  line-height: 1;
  padding-top: 40px;
  padding-bottom: 28px;
  margin: 0;
}
h5.esport-landing-header {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Raleway";
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding-top: 40px;
  padding-bottom: 28px;
  margin: 0;
}
.sport-cmapionship-shedule-section {
  padding-top: 40px;
  padding-bottom: 100px;
}
.sport-cmapionship-timline-section {
  padding-top: 40px;
  padding-bottom: 75px;
}
.sport-cmapionship-news-section {
  padding-bottom: 100px;
}
.esport-black {
  background: #000;
}
.esport_champoinship_shedule_section {
  padding-top: 40px;
  padding-bottom: 65px;
}
.esport_champoinship_ofthepast_section {
  padding-top: 40px;
  padding-bottom: 100px;
}
.esport-championship-store-section {
  padding-top: 40px;
  padding-bottom: 55px;
}
.esport-landing-next-event-section {
  padding-bottom: 80px;
  padding-top: 50px;
}
.esport-team-landing-players-sllider-section {
  background: url(../images/common/esport-team-landing-players-slider-background.jpg), no-repeat;
  background-size: cover;
  padding-bottom: 73px;
  padding-top: 35px;
}
.esport-landing-latest-videos-section {
  padding-bottom: 100px;
}
.esport-landing-big-section {
  padding-top: 40px;
  padding-bottom: 65px;
}
/********DROPDWON CART MENU********/
.cart-drop {
  position: absolute;
  top: 100%;
  right: 0;
  width: 430px;
  background: #ffffff;
  z-index: 4;
  display: none;
}
.cart-drop table {
  margin-bottom: 0;
}
.cart-drop table td.delete {
  position: relative;
  width: 30%;
}
.cart-drop table td.delete a {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 12px;
  line-height: 160px;
  color: #7a7a7a;
  overflow: hidden;
  padding: 0;
}
.cart-drop table .delete a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: 20px;
  background: #f0f0f0;
  transform: skew(-6deg);
}
.cart-drop table .delete a i:after {
  display: none;
}
.cart-drop table .delete a:hover i {
  color: #000000;
}
.cart-drop table .delete a:hover:before {
  background: #ffcc00;
}
.cart-drop table td.info {
  width: 70%;
}
.cart-drop table td {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  height: 160px;
  border-bottom: 1px solid #e0e0e0;
}
.cart-drop .wrap {
  overflow: hidden;
  padding: 0 30px;
}
.cart-drop tr img {
  height: 70%;
  width: 30%;
  object-fit: cover;
}
.cart-drop .info a {
  padding-left: 5px;
}
.cart-drop .btn-wrap {
  padding: 30px;
  border-top: 1px solid #e0e0e0;
}
.cart-drop .wrap a.btn {
  padding: 15px 24px 13px 24px;
  color: #141414;
}
.cart-drop .wrap a.btn.view {
  float: left;
}
.cart-drop .wrap a.btn.check {
  float: right;
}
.cart-drop .wrap a.btn:hover {
  color: #fff;
}
.cart-drop .total-text {
  width: 50%;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  height: 68px;
  text-transform: uppercase;
  line-height: 68px;
  float: left;
  text-align: left;
}
.cart-drop .total-digit {
  width: 50%;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  height: 68px;
  line-height: 68px;
  float: right;
}
.cart-drop tr td {
  background-color: #ffffff;
}
.cart-drop table tr:hover td i {
  color: #ffffff;
}
.cart-drop table td em {
  padding-left: 15px;
  font-size: 14px;
  color: #3d3d3d;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  width: 60%;
}
.cart-drop table td em.price {
  padding-left: 0;
  font-size: 12px;
  color: #666666;
  font-weight: normal;
  font-style: normal;
}
.cart-drop table tr:hover td {
  background: #ffffff;
}
/****************************************/
.btn {
  padding: 15px 24px 13px 24px;
  border-radius: 9px;
  border: none;
  background: #ffcc00;
  font-size: 16px;
  color: #141414;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.btn:hover {
  color: #ffffff;
  background: #3d4765;
}
.btn.small {
  font-size: 12px;
}
.clear {
  clear: both;
}
.bg-cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.position-relative {
  position: relative;
}
/********************************FORMS******************************/
input[type='text'] {
  padding: 15px 10px;
  border: 1px solid transparent;
  width: 100%;
  background: #ffffff;
  font-size: 14px;
  color: #666666;
  line-height: normal;
  outline: none;
}
.form-control {
  border: 1px solid blue !important;
}

input[type='number'] {
  padding: 15px 10px;
  border: 1px solid transparent;
  width: 100%;
  background: #ffffff;
  font-size: 14px;
  color: #666666;
  line-height: normal;
  outline: none;
}
input[type='date'] {
  padding: 15px 10px;
  border: 1px solid transparent;
  width: 100%;
  background: #ffffff;
  font-size: 14px;
  color: #666666;
  line-height: normal;
  outline: none;
}
input[type='text'][disabled] {
  background: #ededed;
}
input[type='text'].error {
  border-color: #ff0000;
  color: #ff0000;
}
input[type='email'] {
  padding: 15px 10px;
  border: 1px solid transparent;
  width: 100%;
  background: #ffffff;
  font-size: 14px;
  color: #666666;
  line-height: normal;
  outline: none;
}
input[type='email'][disabled] {
  background: #ededed;
}
textarea {
  padding: 15px 10px;
  width: 100%;
  height: 180px;
  background: #ffffff;
  border: none;
  font-size: 14px;
  color: #666666;
  line-height: normal;
}
/***************************************************************/
.main-match-shedule {
  padding: 30px 0 90px 0;
}
.amateurs-main-match {
  padding: 67px 50px 67px 50px;
  font-size: 0px;
  background: url("../img/soccer/amateurs-main-match-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.club-top-info {
  min-height: 300px;
  background: url("../images/soccer/club-top-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  position: relative;
}
.match-live-info-bg {
  padding: 35px 0 26px 0;
  background: url("../images/soccer/amateurs-main-match-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.club-staff-top {
  padding-top: 65px;
  padding-bottom: 63px;
}
/********************MAIN-MENU***********************/
.main-menu-wrap {
  background: #3d4765;
  width: 100%;
  position: relative;
  z-index: 100;
}
.is-sticky .main-menu-wrap {
  z-index: 100 !important;
}
body.admin-bar .is-sticky .main-menu-wrap {
  top: 32px !important;
}
.main-menu-wrap .logo {
  padding: 20px 0;
  display: block;
}
.main-menu-wrap .navbar {
  margin-bottom: 0;
}
.main-menu-wrap .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
.main-menu-wrap .custom-logo-link {
  height: 102px;
  display: flex;
  float: left;
  position: relative;
}
.main-menu-wrap .custom-logo-link img {
  margin: auto 0 ;
}
.main-menu {
  text-align: right;
}
.main-menu > li {
  display: inline-block;
}
.main-menu > li:hover > a {
  background: none;
  color: #ffd200;
}
.main-menu > li a:focus {
  background: none;
}
.main-menu > li a {
  padding: 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}
.main-menu > li > a > span {
  padding: 41px 0;
  position: relative;
  display: block;
}
.main-menu > li > a > span:before {
  content: '';
  width: 100%;
  height: 2px !important;
  background: #ffd200;
  bottom: 30px;
  left: 0;
  position: absolute;
  opacity: 0;
  transition: all 400ms;
}
.main-menu > li.active a span:before {
  opacity: 1;
  height: 2px;
}
.main-menu > li a:hover span:before {
  opacity: 1;
  height: 2px;
}
.main-menu > li.cart a {
  padding-right: 0;
}
.main-menu > li.cart a i {
  position: relative;
}
.main-menu > li.cart a i:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffd200;
  position: absolute;
  top: -2px;
  right: -3px;
  opacity: 0;
}
.main-menu > li.cart.full a i:after {
  opacity: 1;
}
.main-menu > li > ul {
  min-width: 250px;
  padding: 0;
  margin: 0;
  background: #5757FF;
  border-radius: 0;
  border: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  display: none;
}
.main-menu > li:hover > ul {
  display: block;
}
.main-menu > li > ul li {
  border-left: 2px solid #ffd200;
  margin: 0;
  display: block;
  position: relative;
  text-align: left;
}
.main-menu > li > ul li a {
  padding-top: 11px;
  padding-bottom: 10px;
  padding-right: 40px;
  padding-left: 18px;
  font-size: 12px;
  display: block;
  color: #ffffff;
}
.main-menu > li > ul > li:hover {
  background: #ffd200;
  border-left: 2px solid #3d4765;
}
.main-menu > li > ul > li:hover > a {
  color: #000000;
}
.main-menu > li > ul li a i {
  position: absolute;
  right: 20px;
}
.main-menu > li > ul > li > ul {
  background: #9797FF;
  min-width: 250px;
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
.main-menu > li > ul > li:hover > ul {
  display: block;
}
.main-menu > li > ul > li > ul li:hover {
  background: #ffd200;
  border-left: 2px solid #5757FF;
}
.main-menu > li > ul > li > ul li:hover a {
  color: #000;
}
.main-menu-wrap .custom-logo-link:before {
  content: '';
  background-color: #fbbc05;
  top: 0;
  bottom: 0;
  right: -75%;
  left: -10000%;
  position: absolute;
  transform: skew(-10deg);
  z-index: 0;
}
.main-menu-wrap .custom-logo-link img {
  margin: auto 0;
  position: relative;
}
/****************************************************/
/***********************MAIN-PLAYERS-STAT*************************/
.main-players-stat {
  padding: 44px 0 100px 0;
  background-size: cover;
  background-image: url("../images/soccer/player-stat-bg.jpg");
}
.main-players-stat h4 {
  padding-bottom: 0;
  color: #f2f2f2;
}
/*****************************************************************/
/*********************SUCCESS-STORY***********************/
.success-story {
  padding: 44px 0 0 0;
  background: #f7f7f7;
}

.success-story a {
  color: #3d4765;
  text-decoration: none;
  outline: none;
  transition: all 400ms;
}
.success-story a:hover {
  color: #141414;
  text-decoration: none;
}
.success-story .title {
  padding: 8px 0 16px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  color: #141414;
}
.success-story .icon {
  padding-top: 19px;
}
.success-story .booking {
  margin-top: 65px;
  padding: 9px 26px 8px 26px;
  display: inline-block;
  background: #ffcc00;
  border-radius: 9px;
  color: #141414;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.success-story .booking:hover {
  color: #ffffff;
  background: #141414;
}
.success-story .coach-quote {
  padding-left: 56px;
  position: absolute;
  bottom: 11%;
  left: 0;
  border: none;
}
.success-story .coach-quote:before {
  content: '\201c';
  position: absolute;
  left: 0;
  font-weight: bold;
  top: 4px;
  font-size: 200px;
  line-height: 120px;
  z-index: 0;
  color: #0232cf;
  font-family: "Open Sans", sans-serif;
}
.success-story .coach-quote p {
  margin: 0;
  font-size: 24px;
  position: relative;
  line-height: 32px;
  font-weight: 800;
  color: #dfcb06;
  font-family: "Raleway", sans-serif;
}
.success-story .coach-quote p.name {
  padding-top: 9px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 400;
  color: #666666;
  font-family: "Montserrat", sans-serif;
}
.success-story-cybersport {
  padding: 44px 0 0 0;
  background: url("../images/soccer/about-bg.jpg") 100% 0 no-repeat #f7f7f7;
  background-size: cover;
}
.success-story-cybersport .title {
  padding: 8px 0 16px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  color: #141414;
}
.success-story-cybersport .icon {
  padding-top: 19px;
}
.success-story-cybersport .booking {
  margin-top: 65px;
  padding: 9px 26px 8px 26px;
  display: inline-block;
  background: #ffcc00;
  border-radius: 9px;
  color: #141414;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.success-story-cybersport .booking:hover {
  color: #ffffff;
  background: #141414;
}
.success-story-cybersport .coach-quote {
  padding-left: 56px;
  position: absolute;
  bottom: 8%;
  left: 0;
  border: none;
}
.success-story-cybersport .coach-quote:before {
  content: '\201c';
  position: absolute;
  left: 0;
  font-weight: bold;
  top: 4px;
  font-size: 200px;
  line-height: 120px;
  z-index: 0;
  color: #141414;
  font-family: "Open Sans", sans-serif;
}
.success-story-cybersport .coach-quote p {
  margin: 0;
  font-size: 24px;
  position: relative;
  line-height: 32px;
  font-weight: 800;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
}
.success-story-cybersport .coach-quote p.name {
  padding-top: 9px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 400;
  color: #666666;
  font-family: "Montserrat", sans-serif;
}
.cybersport-slogan {
  padding-top: 12%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: right;
}
.cybersport-slogan > .title {
  padding: 0;
  line-height: normal;
  text-transform: uppercase;
  color: #141414;
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 900;
}
.cybersport-slogan > .big-title {
  line-height: 40px;
  text-transform: uppercase;
  color: #e6e6e6;
  font-family: "Raleway", sans-serif;
  font-size: 48px;
  font-weight: 900;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cybersport-slogan > p {
  text-align: right;
  font-size: 16px;
  color: #e5e5e5;
  line-height: 26px;
}
/** Amateurs success story**/
.amateurs-success-slogan {
  padding-top: 12%;
  width: 100%;
  text-align: right;
}
.amateurs-success-story {
  padding-bottom: 100px;
  background: url("../images/soccer/success-section-bg1.jpg") 100% 0 no-repeat #f7f7f7;
  background-size: cover;
}
.amateurs-success-slogan > .title {
  padding: 0;
  line-height: normal;
  text-transform: uppercase;
  color: #141414;
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 900;
}
.amateurs-success-slogan > .big-title {
  line-height: 40px;
  text-transform: uppercase;
  color: #141414;
  font-family: "Raleway", sans-serif;
  font-size: 48px;
  font-weight: 900;
}
.amateurs-success-slogan > .btn {
  float: right;
  margin-top: 37%;
}
/*****************************************************************/
/***********************AM-SPONSOR-BOX**********************************/
.am-sponsor-box {
  height: 280px;
  margin-top: 50px;
  padding: 50px 0 50px 0;
  background: url("../img/sponsorzy_bg.jpg") 100% 100% no-repeat;
  background-size: cover;
}
.am-sponsor-box .text {
  padding-bottom: 50px;
}
/**********************************************************************/
/***********************************MAIN-CLUB-STAFF*********************************/
.main-club-stuff {
  padding: 56px 0 100px 0;
  background: url("../images/soccer/club-stuff-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.main-club-stuff .staff-text {
  padding-top: 30px;
}
/*****************************************************************************************/
/**********************************CALL-TO-ACTION******************************************/
.call-to-action {
  padding: 74px 0;
  background: url("../images/soccer/call-toaction.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.call-to-action .text {
  padding-top: 9px;
  font-size: 24px;
  line-height: normal;
  font-weight: 900;
  color: #141414;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
.call-to-action .join {
  padding: 9px 31px 10px 31px;
  display: inline-block;
  background: #ffcc00;
  border-radius: 9px;
  color: #141414;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.call-to-action .join:hover {
  color: #ffffff;
  background: #141414;
}
/****************************************************************************************/
/**********************************MAIN-TEAM-STORE***************************************/
.main-team-store .player-filters {
  padding-bottom: 34px;
}
.main-team-store ul li a {
  color: #141414;
}
#show-all-link {
  color: #141414;
  text-transform: uppercase;
}
#show-all-link:hover {
  color: #ffa000;
}
.store-list-item > div {
  max-width: 320px;
  margin: auto;
}
.main-team-store {
  padding-top: 55px;
}
.store-wrap {
  padding-top: 47px;
}
.store-wrap .store-list-item {
  margin-bottom: 35px;
}
.store-list-item > div {
  padding-bottom: 75px;
  display: block;
  position: relative;
  overflow: hidden;
}
.store-list-item img {
  width: 100%;
}
.store-list-item > div .info {
  padding: 15px 24px 17px 24px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  display: block;
  z-index: 2;
  transition: all 400ms;
}
.store-list-item > div .info:before {
  content: '';
  position: absolute;
  left: -20px;
  right: 0;
  bottom: -50px;
  height: 200%;
  transform: rotate(4deg);
  transition: all 400ms;
  top: -10px;
  background: #ffffff;
  z-index: 1;
}
.store-list-item > div .info:after {
  content: '';
  position: absolute;
  left: -40px;
  right: 0;
  bottom: -50px;
  height: 200%;
  transform: rotate(9deg);
  transition: all 400ms;
  top: 100%;
  background: #ffcc00;
  z-index: 0;
}
.store-list-item > div:hover .name {
  color: #ffffff;
}
.store-list-item > div:hover .price {
  color: #ffffff;
}
.store-list-item > div:hover .info {
  bottom: 0;
}
.store-list-item > div:hover .info:before {
  background: #3d4765;
}
.store-list-item > div:hover .info:after {
  top: -40px;
}
.store-list-item .name {
  font-size: 14px;
  color: #292929;
  line-height: 20px;
  font-weight: bold;
  display: block;
  z-index: 1;
  position: relative;
}
.store-list-item .price {
  display: block;
  font-size: 20px;
  color: #666;
  z-index: 1;
  position: relative;
}
.store-list-item .btn-wrap {
  transform: scale(0);
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all 400ms;
}
.store-list-item .btn {
  margin-top: 10px;
  padding: 8px 18px 5px 18px;
  line-height: normal;
  font-size: 12px;
  color: #141414;
  float: left;
  background: #ffcc00;
}
.store-list-item .btn:last-child {
  float: right;
}
.store-list-item .btn:hover {
  background: #ffffff;
  color: #141414;
}
.store-list-item > div:hover .btn-wrap {
  transform: scale(1);
}
.store-badge {
  padding: 0 10px 0 10px;
  line-height: 26px;
  height: 26px;
  display: inline-block;
  position: absolute;
  top: 24px;
  left: 24px;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  z-index: 5;
}
.store-badge:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  right: -4px;
  transform: skew(-10deg);
}
.store-badge.hot {
  padding-left: 23px;
  background: url("../images/soccer/hot-bg.png") 9px 8px no-repeat #d32f2f;
}
.store-badge.hot:before {
  background: #d32f2f;
}
.store-badge.new {
  background: #06a5e7;
}
.store-badge.new:before {
  background: #06a5e7;
}
.store-banner {
  height: 460px;
  background: 50% 50% no-repeat;
}

.store-banner-info {
  text-align: right;
  position: absolute;
  bottom: 46px;
  left: 0;
  right: 0;
}
.store-banner-info .title {
  font-size: 40px;
  text-transform: uppercase;
  line-height: normal;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  color: #141414;
}
.store-banner-info .title span {
  font-size: 60px;
  display: block;
  line-height: 48px;
}
.store-banner-info .btn {
  margin-top: 60px;
}
.store-banner-info .title2 {
  text-align: left;
  font-size: 40px;
  text-transform: uppercase;
  line-height: normal;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  color: #141414;
}
.store-banner-info .title2 span {
  font-size: 60px;
  display: block;
  line-height: 48px;
}
.store-wrap .pagination-wrap .pagination {
  margin: 60px 0 80px 0;
}
/**************************************************************************/
.main-sponsor-slider-background {
  padding: 94px 0 94px 0;
  background: url("../img/sponsorzy_bg.jpg") no-repeat;
  background-size: cover;
}
/********************************FOOTER**************************************/
.footer {
  padding: 30px 0 0;
  background: #f7f7f7;
  overflow: hidden;
  background-size: cover;
}
.footer .footer-left {
  padding: 80px 0 0 0;
  color: #292929;
  position: relative;
}
.footer .footer-left .wrap {
  position: relative;
}
.footer .footer-left:before {
  content: '';
  margin-bottom: -100%;
  background-color: rgba(255, 204, 0, 0.7);
  top: 0;
  bottom: 0;
  right: -30px;
  left: -1000%;
  position: absolute;
  transform: skew(-10deg);
}
.footer .footer-left .foot-logo {
  margin-bottom: 27px;
  display: inline-block;
}
.footer .footer-left p {
  color: #292929;
}
.wrapper-overfllow {
  overflow: hidden;
  margin-bottom: 30px;
}
.footer h4 {
  color: #ffffff;
}
.footer .foot-left-menu {
  padding: 21px 0 94px 0;
  overflow: hidden;
}
.footer .foot-left-menu li {
  padding-bottom: 11px;
  width: 50%;
  float: left;
  color: #cccccc;
}
.footer .foot-left-menu li a {
  padding: 0 0 0 20px;
  position: relative;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #141414;
}
.footer .foot-left-menu li a:hover {
  color: #ffffff;
}
.footer .foot-left-menu li a:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #141414;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer .foot-news {
  padding-top: 59px;
}
.footer .foot-news .item span {
  transition: all 400ms;
}
.footer .foot-news .item .name {
  padding-top: 20px;
  padding-bottom: 5px;
  font-weight: bold;
  line-height: 24px;
  color: #ffffff;
  display: block;
}
.footer .foot-news .item .name:hover {
  color: #ffa000;
}
.footer .foot-news .item .date {
  font-size: 12px;
  text-transform: uppercase;
  color: #999999;
  font-family: "Montserrat", sans-serif;
}
.footer .foot-news .item .date:hover {
  color: #ffffff;
}
.footer .foot-news .item .separator {
  font-size: 12px;
  text-transform: uppercase;
  color: #999999;
  font-family: "Montserrat", sans-serif;
}
.footer .foot-news .item .category {
  font-size: 12px;
  text-transform: uppercase;
  color: #999999;
  font-family: "Montserrat", sans-serif;
}
.footer .foot-news .item .category:hover {
  color: #ffffff;
}
.footer .foot-contact {
  padding-top: 59px;
}
.footer .contact-list li {
  padding: 0 0 5px 33px;
  position: relative;
}
.footer .contact-list li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #999999;
}
.footer .contact-list li span {
  color: #999999;
  display: inline-block;
}
.footer .contact-list li a {
  margin-bottom: 6px;
  display: block;
  color: #999999;
}
.footer .contact-list li a:hover {
  color: #ffffff;
}
.footer .contact-list li.phone span {
  font-size: 24px;
  color: #999999;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.footer-menu-wrap .foot-up:before {
  content: '';
  background-color: #0a0a0a;
  top: 0;
  bottom: 0;
  right: -1000%;
  left: 90%;
  position: absolute;
  transform: skew(-10deg);
  z-index: 0;
}
.footer-menu-wrap {
  background: #141414;
}
.footer-menu {
  float: left;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li:hover a {
  background: none;
}
.footer-menu li a:focus {
  background: none;
}
.footer-menu li a:first-child {
  padding-left: 0px;
}
.footer-menu li a {
  padding: 0 17px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
}
.footer-menu li a span {
  padding: 41px 0;
  position: relative;
  display: block;
}
.footer-menu li a span:before {
  content: '';
  width: 100%;
  height: 2px !important;
  background: #ffcc00;
  bottom: 30px;
  left: 0;
  position: absolute;
  opacity: 0;
  transition: all 400ms;
}
.footer-menu li.active a span:before {
  opacity: 1;
  height: 6px;
}
.footer-menu li a:hover span:before {
  opacity: 1;
  height: 6px;
}
.footer .foot-up {
  padding: 0 0 0 17px;
  float: right;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}
.footer .foot-up span {
  padding: 36px 0;
  display: block;
  position: relative;
}
.footer .foot-up span i {
  margin-left: 7px;
}
.footer-bottom {
  padding: 20px 0 11px 0;
  background: #f7f7f7;
}
.footer-bottom .copyrights {
  padding-bottom: 9px;
  font-size: 10px;
  text-transform: uppercase;
  color: #808080;
}
.footer-bottom .created {
  text-align: right;
  padding-bottom: 10px;
}
.footer-bottom .created a {
  font-size: 9px;
  text-transform: uppercase;
  color: #808080;
}
/*****************************************************************************************/
.player-filters {
  padding-bottom: 34px;
}
.amateurs-match-shedule {
  padding-top: 97px;
  padding-bottom: 80px;
  background: url("../img/terminarz-bg.jpg") no-repeat;
  background-size: cover;
}
.main-match-shedule.amateurs-match-shedule ul.player-filters {
  padding-bottom: 34px;
}
.main-match-shedule.amateurs-match-shedule > ul.player-filters li a {
  color: #141414;
}
.main-match-shedule.amateurs-match-shedule > ul.player-filters li a:before {
  background: #ffa000;
}
/***********************************IMAGE-HEADER****************************************/
.image-header {
  min-height: 300px;
  background: url("../img/klub/header.jpg") no-repeat right;
  background-size: cover;
  overflow: hidden;
  clear: both;
}
.image-header h1 {
  padding-top: 5px;
  margin-top: 0;
  color: #141414;
}
.image-header .info {
  padding-top: 136px;
  padding-bottom: 55px;
  position: relative;
}
.image-header .info .wrap {
  position: relative;
}
.image-header .info:before {
  content: '';
  margin-bottom: -100%;
  background-color: rgba(255, 204, 0, 0.7);
  top: 0;
  bottom: 0;
  right: -30px;
  left: -1000%;
  position: absolute;
  transform: skew(-10deg);
}
.breadcrumbs li {
  display: inline-block;
  font-size: 12px;
  color: #141414;
  text-transform: uppercase;
}
.breadcrumbs li a {
  padding-right: 4px;
  font-size: 12px;
  color: #141414;
  text-transform: uppercase;
}
/***********************************IMAGE-HERO****************************************/
.image-hero {
  min-height: 630px;
  background: url("../img/hero.jpg") no-repeat;
  background-size: cover; 
  overflow: hidden;
  clear: both;
}

.image-hero h1 {
  padding-top: 5px;
  margin-top: 0;
  color: #141414;
}
.image-hero .info {
  padding-top: 136px;
  padding-bottom: 55px;
  position: relative;
}
.image-hero .info .wrap {
  position: relative;
}
.image-hero .info:before {
  content: '';
  margin-bottom: -100%;
  background-color: rgba(255, 204, 0, 0.7);
  top: 0;
  bottom: 0;
  right: -30px;
  left: -1000%;
  position: absolute;
  transform: skew(-10deg);
}
/*************************************************************************************/
/**********************************MACTH-LIVE-DATE***********************************/
.match-live-date {
  padding: 59px 0 29px 0;
}
.match-live-date .date {
  font-size: 12px;
  color: #141414;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.match-live-date .date span {
  color: #666666;
}
.match-live-date .event {
  text-align: right;
  font-size: 12px;
  color: #141414;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.team .avatar img {
  height: 60px;
  width: 60px;
}
/*********************************************************************************/
/*******************************MATCH-PAGE-TOP********************************/
.match-page-top {
  padding: 80px 0 26px 0;
}
/*****************************************************************************/
/********************************MATCH-PAGE-SLIDER***************************/
.match-page-slider .item {
  position: relative;
  overflow: hidden;
  display: block;
}
.match-page-slider .item:hover .info {
  left: 0;
}
.match-page-slider .item img {
  width: 100%;
  display: block;
}
.match-page-slider .item .info {
  padding: 24px 0 10px 30px;
  transition: all 400ms;
  width: 45%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  display: block;
  z-index: 1;
}
.match-page-slider .item .info > * {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  display: block;
  position: relative;
}
.match-page-slider .item .info:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60px;
  right: -25px;
  background-color: rgba(0, 0, 0, 0.8);
  transform: skew(-10deg);
}
.match-page-slider .item .info .date {
  padding-bottom: 8px;
  line-height: normal;
}
/***************************************************************************/
/***************************LIVE-MATCH-STAT******************************/
.arena img {
  max-width: 100%;
}
.arena .img-wrap {
  position: relative;
}
.arena .title {
  position: absolute;
  left: 30px;
  top: 20px;
  font-size: 16px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
.arena .arena-info {
  padding: 16px 20px 15px 20px;
  background: #fcfcfc;
}
.arena .name {
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #3d3d3d;
  line-height: normal;
}
.arena .date {
  padding-bottom: 4px;
  font-size: 14px;
  color: #3d3d3d;
  line-height: normal;
}
.live-details {
  padding: 10px 20px 14px 20px;
  background: #fcfcfc;
}
/********************************************************************************/
/****************************MATCH-PAGE-GALLERY********************************/
.gallery-slider .item a {
  position: relative;
  display: block;
  overflow: hidden;
}
.gallery-slider .item a:hover .info {
  left: 0;
}
.gallery-slider .item .info {
  padding: 24px 10px 10px 30px;
  transition: all 400ms;
  width: 40%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  display: block;
  z-index: 1;
}
.gallery-slider .item .info > * {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  display: block;
  position: relative;
}
.gallery-slider .item .info:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  right: -25px;
  background-color: rgba(0, 0, 0, 0.8);
  transform: skew(-10deg);
}
.gallery-slider .item .info .then {
  padding-bottom: 8px;
  line-height: normal;
}
/***********************************************************************************/
ul.team-legend {
  padding: 0px;
}
/*********************************CATEGORIES-LIST**********************************/
.categories-list > li {
  overflow: hidden;
  transition: all 400ms;
}
.categories-list > li:hover a {
  background: #141414;
  color: #ffffff;
}
.categories-list > li > a {
  margin-bottom: 2px;
  font-size: 14px;
  color: #141414;
  display: block;
  position: relative;
  z-index: 2;
  background: linear-gradient(to right, #f0f0f0, #f7f7f7);
}
.categories-list > li > a .count {
  padding: 11px 0 10px 0;
  width: 40px;
  display: inline-block;
  text-align: center;
  color: #3d3d3d;
  position: relative;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  transition: all 400ms;
}
.categories-list > li > a .count:before {
  content: '';
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ffcc00;
  transition: all 400ms;
  z-index: -1;
}
.categories-list > li:hover > a .count {
  margin-right: 9px;
  color: #141414;
}
.categories-list > li:hover > a .count:before {
  width: 110%;
  transform: skew(-10deg);
  left: -10%;
}
.categories-list > li ul {
  max-height: 0;
  width: 100%;
  transition: all 600ms;
  margin-top: 0;
  border: solid #ffcc00;
  border-width: 0 0 0 2px;
  position: relative;
  background: #141414;
  border-radius: 0;
}
.categories-list > li ul li:first-child {
  padding-top: 13px;
}
.categories-list > li ul li:last-child {
  padding-bottom: 11px;
}
.categories-list > li ul li a {
  padding: 5px 10px 4px 0;
  font-size: 13px;
  color: #f7f7f7;
  display: block;
}
.categories-list > li ul li a .count {
  width: 47px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}
.categories-list > li.open > a {
  background: #141414;
  color: #ffffff;
}
.categories-list > li.open > a .count {
  margin-right: 9px;
  color: #141414;
}
.categories-list > li.open > a .count:before {
  width: 110%;
  transform: skew(-10deg);
  left: -10%;
}
.categories-list > li ul li:hover a {
  color: #ffcc00;
}
.categories-list > li:hover > ul {
  max-height: 250px;
}
/*****************************************************************************/
.broadcast-wrap {
  padding-top: 45px;
  padding-bottom: 75px;
  background: url("../images/soccer/broadcast-bg.jpg") 50% 100% no-repeat;
  background-size: contain;
}
/**************************************SIDBAER*******************************************************/
/****************************SIDBAR-SEARCH-WRAP*****************************/
.sidebar-search-wrap .wrap {
  border: 1px solid #e0e0e0;
  position: relative;
}
.sidebar-search-wrap input[type='text'] {
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px 0 20px;
  height: 48px;
  line-height: 56px;
  font-size: 14px;
  color: #8f8f8f;
  background: none;
  border: none;
}
.sidebar-search-wrap button {
  position: absolute;
  font-size: 13px;
  color: #999999;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: none;
  border: none;
}
/***************************************************************************/
/*****************************SIDEBAER-CALENDAR******************************/
.sidebar-calendar h6 {
  margin-bottom: 0;
  padding-bottom: 0;
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  font-size: 12px;
  text-transform: uppercase;
  color: #666666;
  font-family: "Montserrat", sans-serif;
}
#wp-calendar th {
  background: #141414;
  font-size: 10px;
  text-transform: uppercase;
  color: #cccccc;
  height: 32px;
  text-align: center;
}
#wp-calendar tr:hover {
  background: inherit;
}
#wp-calendar tr {
  cursor: default;
}
#wp-calendar tr td {
  padding: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #e0e0e0;
  font-size: 12px;
  color: #666;
}
#wp-calendar tr td a {
  display: block;
  height: 39px;
  line-height: 39px;
  background: #ffcc00;
  color: #141414;
}
#wp-calendar tr td:first-child {
  text-align: center;
}
#wp-calendar tr td:last-child {
  font-weight: normal;
}
#wp-calendar .pad {
  font-size: 12px;
  text-transform: uppercase;
  color: #666666;
  font-family: "Montserrat", sans-serif;
}
/*************************************************************************/
/**************************RECENT-NEWS*******************************/
.recent-news .item {
  padding-bottom: 25px;
}
.recent-news .item:last-child {
  padding-bottom: 0;
}
.recent-news .item .date {
  font-size: 12px;
  text-transform: uppercase;
  color: #999999;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
}
.recent-news .item .date a {
  font-size: 12px;
  text-transform: uppercase;
  color: #666666;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
}
.recent-news .item .date a:hover {
  color: #ffa000;
}
.recent-news .item .name {
  font-size: 18px;
  color: #141414;
  font-weight: bold;
  line-height: 24px;
  display: block;
}
.recent-news .item .name:hover {
  color: #ffa000;
}
.content {
  padding: 35px 0 0;
}
/******************************TAGS******************************/
.tags {
  font-size: 0;
}
.tags a {
  margin: 0 10px 10px 0;
  padding: 12px 16px 10px 16px;
  display: inline-block;
  color: #141414;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  border: 1px solid #e0e0e0;
  line-height: normal;
}
.tags a:hover {
  background: #ffcc00;
  border-color: #ffcc00;
}
/*****************************************************************

/***************************NEWS-LIST**************************/
.news-list .item {
  margin-top: 35px;
  overflow: hidden;
}
.news-list .item .img-wrap {
  position: relative;
}
.news-list .item .img-wrap .bage {
  padding: 6px 10px 6px 10px;
  top: 30px;
  left: 30px;
  position: absolute;
  font-size: 10px;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  background: #ffcc00;
}
.news-list .item .img-wrap .bage:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  right: -5px;
  transform: skew(-10deg);
  background: inherit;
}
.news-list .item .img-wrap .bage a {
  font-size: 10px;
  color: #fff;
}
.news-list .item .img-wrap img {
  width: 100%;
}
.news-list .item .info > p > img {
  width: 100%;
}
.news-list .item .info {
  padding: 10px 30px 26px 30px;
  background: #ffffff;
  transition: background 300ms;
  position: relative;
  transition-timing-function: ease-in;
}
.news-list .item .info > * {
  position: relative;
  z-index: 1;
}
.news-list .item .info:before {
  content: '';
  height: 300px;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  opacity: 0;
  background: #141414;
  transform: skewY(2deg);
  z-index: 1;
  transition: all 300ms;
  transition-delay: 50ms;
}
.news-list .item .info:after {
  content: '';
  height: 300px;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffcc00;
  transform: skewY(4deg);
  z-index: 0;
  transition: all 300ms;
  transition-delay: 150ms;
}
.news-list .item .info > p {
  padding-top: 20px;
  font-size: 16px;
  color: #141414;
  line-height: 26px;
}
.news-list .item .info .name {
  padding-top: 12px;
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #141414;
  line-height: normal;
}
.news-list .item .info .wrap {
  padding-top: 2px;
  float: left;
  color: #999999;
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
}
.news-list .item .info .wrap > * {
  color: #999999;
  text-transform: uppercase;
  font-size: 12px;
}
.news-list .item .info .wrap a {
  color: #141414;
  font-family: "Montserrat", sans-serif;
}
.news-list .item.img-top:hover .info .name {
  color: #ffffff;
}
.news-list .item.img-top:hover .info {
  background: #141414;
}
.news-list .item.img-top:hover .info:before {
  opacity: 1;
  top: -20px;
}
.news-list .item.img-top:hover .info:after {
  opacity: 1;
  top: -30px;
}
.news-list .item.img-top:hover .info .wrap a {
  color: #ffffff;
}
.news-list .item .info .continue {
  color: #141414;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.news-list .item .info .continue:hover {
  color: #ffcc00;
}
.news-list .item .info .comment-quantity {
  float: right;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  line-height: 18px;
  color: #141414;
}
.news-list .item.quote .info {
  padding-top: 27px;
  padding-left: 90px;
}
.news-list .item.quote .info .name {
  position: relative;
}
.news-list .item.quote .info .name:before {
  content: '\201c';
  position: absolute;
  left: -70px;
  font-weight: bold;
  top: 4px;
  font-size: 200px;
  line-height: 120px;
  z-index: -1;
  color: #e6e6e6;
  font-family: "Open Sans", sans-serif;
}
.news-list .item.status .info {
  padding-left: 60px;
}
.news-list .item.status .info .name {
  position: relative;
}
.news-list .item.status .info .name:before {
  content: '\f0e7';
  font-family: FontAwesome;
  font-size: 20px;
  color: inherit;
  position: absolute;
  left: -30px;
  top: 16px;
}
.sidebar-btn {
  background: #ffcc00;
  font-size: 12px;
  text-transform: uppercase;
  color: #141414;
}
/**************************************************************************/
.champ-navigation {
  background: #ffffff;
}
.champ-nav-list {
  font-size: 0;
}
.champ-nav-list li {
  display: inline-block;
}
.champ-nav-list li a {
  padding: 27px 30px 26px 30px;
  display: inline-block;
  font-size: 12px;
  color: #141414;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.champ-nav-list li a:hover {
  background: #ffcc00;
  color: #141414;
}
.champ-nav-list li.active a {
  background: #141414;
  color: #ffffff;
}
/**********************************PAGINNATION-WRAP**********************/
.pagination-wrap .pagination {
  margin: 40px 0 100px 0;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.pagination-wrap .pagination li {
  float: none;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.pagination-wrap .pagination li:first-child {
  float: left;
}
.pagination-wrap .pagination li:last-child {
  float: right;
}
.pagination-wrap .pagination li a {
  padding: 0;
  margin: 1px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 0;
  border: none;
  text-align: center;
  line-height: 48px;
  font-size: 12px;
  color: #666666;
}
.pagination-wrap .pagination li a:hover {
  color: #ffffff;
  background: #141414;
}
.pagination-wrap .pagination li.active a {
  color: #ffffff;
  background: #141414;
}
/****************************************************************************/
/*************************************NEWS-SINGLE*****************************/
.news-single {
  background: #f7f7f7;
}
.news-single .item .top-info {
  padding: 34px 30px 18px 30px;
  overflow: hidden;
}
.news-single .item .top-info .date {
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #666666;
}
.news-single .item .top-info .date a {
  color: #141414;
  display: inline-block;
}
.news-single .item .top-info .date a:hover {
  color: #ffa000;
}
.news-single .item .top-info .comment-quantity {
  float: right;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #141414;
}
.news-single .item .img-wrap {
  position: relative;
}
.news-single .item .img-wrap .bage {
  padding: 6px 10px 6px 10px;
  top: 30px;
  left: 30px;
  position: absolute;
  font-size: 10px;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
}
.news-single .item .img-wrap .bage.highlight {
  background: #d32f2f;
}
.news-single .item .img-wrap .bage.interview {
  background: #689f38;
}
.news-single .item .img-wrap .bage:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  right: -5px;
  transform: skew(-10deg);
  background: inherit;
}
.news-single .item .img-wrap img {
  width: 100%;
}
.news-single .item .post-text {
  padding: 30px 30px 10px 30px;
}
.news-single .item .tags {
  margin-top: 17px;
}
.news-single .item .share-buttons-wrapper {
  margin-top: 17px;
}
.news-single .item .share-buttons-wrapper .team-share-button {
  float: right;
}
.news-single .item .share-buttons-wrapper li a {
  font-size: 24px;
}
.news-single .item .share-buttons-wrapper li.facebook a {
  color: #3b5998;
}
.news-single .item .share-buttons-wrapper li.twitter a {
  color: #1da1f2;
}
.news-single .item .share-buttons-wrapper li.google a {
  color: #dd4b39;
}
.news-single .item .share-buttons-wrapper li.linkedin a {
  color: #007bb6;
}
.news-single .item .share-buttons-wrapper li.pinterest a {
  color: #cb2027;
}
.news-single .item .share-buttons-wrapper li.tumbler a {
  color: #32506d;
}
.news-single .item .share-buttons-wrapper li.dribbble a {
  color: #ea4c89;
}
.news-single .item .share-buttons-wrapper li.vk a {
  color: #45668e;
}
.news-single .item .share-buttons-wrapper li.digg a {
  color: #005be2;
}
.news-single .item .share-buttons-wrapper li.reddit a {
  color: #005be2;
}
.news-single .item .share-buttons-wrapper li.StumbleUpon a {
  color: #eb4924;
}
.instagram ul {
  font-size: 0;
}
.instagram ul li {
  width: 50%;
  display: inline-block;
}
.instagram ul li a img {
  max-width: 100%;
}
/****************************************************************************/
blockquote {
  padding-left: 56px;
  border: none;
  position: relative;
}
blockquote:before {
  content: "\201c";
  position: absolute;
  left: 0;
  font-weight: bold;
  top: 4px;
  font-size: 200px;
  line-height: 120px;
  z-index: 0;
  color: #e6e6e6;
  font-family: "Open Sans";
}
blockquote p {
  margin: 0;
  font-size: 24px;
  position: relative;
  line-height: 32px;
  font-weight: 800;
  color: #141414;
  font-family: "Raleway", sans-serif;
}
blockquote p.name {
  padding-top: 9px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 400;
  color: #666666;
  font-family: "Montserrat", sans-serif;
}
/*********************************SHARE-BAR**********************************/
.share-bar {
  text-align: right;
  margin-top: 25px;
}
.share-bar li {
  padding-left: 25px;
  display: inline-block;
}
.share-bar li a {
  font-size: 18px;
}
.share-bar li.facebook a {
  color: #3b5998;
}
.share-bar li.twitter a {
  color: #1da1f2;
}
.share-bar li.google a {
  color: #dd4b39;
}
/*********************************************************************/
/********************************AUTHOR-BOX**************************/
.author-box {
  padding-bottom: 5px;
}
.author-box .top {
  margin-top: 30px;
  margin-bottom: 2px;
  padding: 30px;
  background: #fcfcfc;
  overflow: hidden;
}
.author-box .top > * {
  float: left;
}
.author-box .top .avatar {
  width: 60px;
}
.author-box .top .avatar img {
  max-width: 100%;
  height: 60px;
}
.author-box .top .info {
  padding: 4px 0 0 90px;
  float: none;
}
.author-box .top .name {
  font-size: 17px;
  color: #141414;
  font-weight: 900;
  text-transform: uppercase;
  line-height: normal;
  font-family: "Raleway", sans-serif;
}
.author-box .top .info p {
  font-size: 16px;
  line-height: 26px;
  color: #3d3d3d;
}
.author-box .share-box {
  padding: 0;
}
.share-box {
  padding: 50px 0 100px 0;
}
.share-box .item {
  background: #fcfcfc;
}
.share-box .item .title {
  padding: 20px 0 10px 30px;
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.share-box .share-socials {
  padding: 12px 18px 12px 5px;
  display: inline-block;
  background: #141414;
  position: relative;
}
.share-box .share-socials:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  transform: skew(-10deg);
  background: #141414;
  width: 100%;
}
.share-box .share-socials li {
  padding: 10px 12px 10px 12px;
  display: inline-block;
  position: relative;
}
.share-box .share-socials li a {
  color: #e5e5e5;
  font-size: 14px;
}
.share-box .share-socials li a:hover {
  color: #ffa000;
}
/********************************************************************************/
/*************************************COMENTS-WRAP******************************/
.comments-wrap {
  padding: 0 30px;
}
.comment-item {
  overflow: hidden;
  padding-bottom: 28px;
}
.comment-item.answer {
  padding-left: 90px;
}
.comment-item .avatar {
  width: 60px;
  float: left;
}
.comment-item .avatar img {
  height: 60px;
  max-width: 100%;
}
.comment-item .info {
  padding: 4px 0 0 90px;
}
.comment-item .info .date {
  padding-bottom: 8px;
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
  color: #999999;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
}
.comment-item .info .date a {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #141414;
  line-height: normal;
}
.comment-item .info .date a:hover {
  color: #ffa000;
}
.comment-item .info .date .quote {
  position: absolute;
  right: 0;
  font-size: 12px;
  color: #cccccc;
}
.comment-item .rating {
  margin-top: 12px;
  margin-bottom: 12px;
}
.comment-item .info p {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 26px;
  color: #3d3d3d;
}
.comment-item .reply {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.leave-comment-wrap {
  padding-bottom: 100px;
}
.leave-comment-wrap h4 {
  padding-top: 0;
  margin-top: 0;
}
.leave-comment-wrap .item {
  padding-bottom: 20px;
}
.leave-comment-wrap .item label {
  cursor: pointer;
  display: block;
  font-weight: normal;
}
.leave-comment-wrap .item span {
  padding-bottom: 7px;
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: normal;
  font-weight: normal;
}
.leave-comment-wrap .item span i {
  font-style: normal;
  color: #d32f2f;
}
.leave-comment-wrap .item input[type='text'] {
  padding: 15px 10px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #ffffff;
  font-size: 14px;
  color: #666666;
  line-height: normal;
}
.leave-comment-wrap .item input[type='email'] {
  padding: 15px 10px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #ffffff;
  font-size: 14px;
  color: #666666;
  line-height: normal;
}
.leave-comment-wrap .item textarea {
  padding: 15px 10px;
  width: 100%;
  height: 180px;
  background: #ffffff;
  border: 1px solid #ffffff;
  font-size: 14px;
  color: #666666;
  line-height: normal;
}
.leave-comment-wrap .comment-submit {
  padding: 18px 30px 16px 30px;
  border-radius: 9px;
  background: #ffcc00;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #141414;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
  transition: all 400ms;
}
.leave-comment-wrap .comment-submit:hover {
  color: #ffffff;
  background: #141414;
}
/***************************************************************************************/
/**************************************BROADCATS************************************/
.broadcast-sponsors {
  padding-top: 220px;
}
.broadcast-sponsors .list {
  background-color: rgba(255, 255, 255, 0.2);
}
/**************************************************************************/
/*****************************TROPHEY-ROOM********************************/
.trophey-room {
  padding: 45px 0 0;
}
.trophey-room .trophey-media {
  padding: 30px 0 30px 0;
}
.trophey-room .trophey-media img {
  width: 100%;
}
.done-list li {
  padding: 0 0 8px 30px;
  position: relative;
}
.done-list li:before {
  content: "\f05d";
  font-family: FontAwesome;
  position: absolute;
  font-size: 16px;
  color: #141414;
  top: 6px;
  left: 0;
}
.main-award-box.trophey-awards {
  background: 50% 100% no-repeat;
}
.main-award-box {
  background: url("../images/soccer/main-awards-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
}
/******************************************************************************/
/************************************CLUB PAGE******************************/
.club-top-btn {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  float: right;
}
.club-champ .club-top-btn {
  margin-top: 32px;
  transform: translateY(0);
  position: static;
}
.club-wrap {
  padding-top: 45px;
}
.club-main-stat {
  padding-bottom: 80px;
}
.club-main-stat .last-match {
  padding: 30px;
  background: #fcfcfc;
  border-bottom: 1px solid #e0e0e0;
  font-size: 0;
}
.club-main-stat .last-match > * {
  display: inline-block;
}
.club-main-stat .last-match .team {
  width: 45%;
}
.club-main-stat .last-match .team.right {
  text-align: right;
}
.club-main-stat .last-match .team .name {
  padding: 0 15px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #141414;
}
.club-main-stat .last-match .score {
  text-align: center;
  width: 10%;
  font-size: 18px;
  font-weight: bold;
  color: #3d4765;
}
.club-main-stat .last-match .score span {
  margin: 0 0 0 8px;
  width: 40%;
  padding: 0 4px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: #3d4765;
  height: 32px;
  line-height: 30px;
  border-radius: 9px;
  display: inline-block;
}
.club-main-stat .last-match .score span:first-child {
  margin: 0 8px 0 0;
}
table {
  margin-bottom: 30px;
  width: 100%;
}
table tr {
  cursor: pointer;
}
table tr th {
  background: #3d4765;
  font-size: 10px;
  text-transform: uppercase;
  color: #cccccc;
  height: 32px;
  text-align: center;
}
table tr th:first-child {
  padding-left: 20px;
  text-align: left;
}
table tr td {
  padding: 0 20px;
  height: 50px;
  line-height: normal;
  border-bottom: 1px solid #e6e6e6;
  font-size: 12px;
  color: #141414;
  text-align: center;
  white-space: nowrap;
}
table tr td > * {
  vertical-align: middle;
}
table tr td:first-child {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}
table tr td:last-child {
  font-weight: bold;
}
table tr td:first-child i {
  margin-right: 8px;
  font-size: 16px;
}
table tr td:first-child span {
  line-height: 29px;
}
table tr td.up i {
  color: #4caf50;
}
table tr td.down i {
  color: #f44336;
}
table tr td.none i {
  color: #999999;
  font-size: 10px;
}
table tr td:last-child span {
  width: 40px;
  height: 30px;
  line-height: 28px;
  border-radius: 9px;
  background: #141414;
  display: inline-block;
  color: #ffffff;
}
table tr td .team {
  padding: 0 15px 0 0;
}
table tr:hover {
  background: #f2f2f2;
}
table tr:hover td i {
  color: #ffffff;
}
/*****************************************************************************/
/********************************PLAYER SINGLE WRAP***************************/
.captain-bage {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
.player-single-wrap {
  padding-top: 45px;
  padding-bottom: 70px;
}
.player-single-wrap .player-info .player-info-title {
  margin-top: 0;
  padding-top: 0;
}
.player-single-wrap .player-info table tr th {
  padding: 0 10px;
  border-bottom: 1px solid #f7f7f7;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  background: #141414;
}
.player-single-wrap .player-info table tr td {
  padding: 0 10px;
  background: #fcfcfc;
}
.player-single-wrap .player-info table tr td:first-child {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
ul.player-trophey {
  padding: 0px;
}
.player-single-wrap .player-trophey li {
  margin-right: 10px;
  display: inline-block;
  position: relative;
}
.player-single-wrap .player-trophey li .year {
  padding: 0 10px;
  height: 30px;
  line-height: 28px;
  background: #141414;
  border-radius: 9px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #ffffff;
}
.standing-table-wrap {
  padding: 45px 0 70px 0;
}
.standing-cup {
  padding-top: 45px;
}
.standing-cup .player-filters {
  padding-bottom: 9px;
}
.contact-bar {
  padding-top: 10px;
}
.contact-bar li {
  padding-right: 25px;
  display: inline-block;
}
.contact-bar li a {
  font-size: 16px;
  color: #999999;
}
.contact-bar li.facebook:hover a {
  color: #3b5998;
}
.contact-bar li.twitter:hover a {
  color: #1da1f2;
}
.contact-bar li.google:hover a {
  color: #dd4b39;
}
.contact-bar li.pinterest:hover a {
  color: #bd081c;
}
.club-champ {
  padding-top: 45px;
}
.club-champ h4 {
  padding-bottom: 0;
}
.champ-date {
  padding-bottom: 49px;
  font-size: 14px;
  color: #666666;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.champ-date i {
  margin-right: 10px;
  font-size: 14px;
  color: #999999;
}
.champ-tab-wrap {
  padding-top: 50px;
}
.champ-tab-wrap .main-lates-matches .item {
  position: relative;
}
/**.champ-tab-wrap .main-lates-matches .item:hover { box-shadow: 0 0 10px 10px #d2d2d2; z-index: 2;}**/
.champ-tab-wrap .news-list .item {
  margin-top: 0;
  margin-bottom: 35px;
}
/***************************PLAYER-HOCKEY***********************/
#circle-bar2,
#circle-bar3 {
  width: 42px;
  height: 42px;
  position: relative;
}
.wrapper-circle {
  display: inline-flex;
  width: 100%;
}
td a {
  color: #141414;
}
.player-hockey-wrap .circle-item {
  display: inline-block;
  width: 100%;
}
.player-hockey-wrap .circle-item path {
  stroke: #ffcc00;
}
.player-hockey-wrap .circle-item > .text {
  color: #666666;
}
#circle-bar3 .progressbar-text,
#circle-bar2 .progressbar-text {
  font-size: 12px;
  color: #ffcc00;
  font-family: "Montserrat";
}
.player-hockey-wrap {
  background-color: #fcfcfc;
  width: 100%;
  position: relative;
}
.player-hockey-wrap .border {
  background-color: #ffffff;
  height: 100%;
  position: absolute;
  left: -30px;
  padding: 30px;
  width: 195px;
}
.player-hockey-wrap > div p {
  margin-bottom: 20px;
}
.player-hockey-wrap .circle-item {
  float: none;
}
.player-hockey-wrap .stats {
  position: relative;
  padding: 30px;
}
.canvas {
  position: relative;
  margin: 10px;
  margin-top: 20px;
  color: #ffcc00;
}
.canvas-minutes {
  padding-top: 20px;
  margin-bottom: 20px;
  background: #fcfcfc;
}
.background-section {
  background: #fcfcfc;
  padding: 35px 20px 37px;
}
.player-hockey-wrap .border:before {
  content: '';
  width: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  background: #ffffff;
  transform: skew(-10deg);
}
.player-hockey-wrap .number {
  color: #ffcc00;
  font-size: 40px;
  font-family: "Montserrat";
}
.player-hockey-wrap .name {
  font-family: "Montserrat";
  color: #141414;
  font-size: 24px;
  text-transform: uppercase;
}
.player-hockey-wrap .country {
  font-size: 10px;
  font-family: "Montserrat";
  color: #3d3d3d;
}
.player-hockey-wrap .country img {
  margin-right: 10px;
}
.summary-hockey {
  background: #fcfcfc;
  padding: 20px;
}
/**************************************************************/
/*************************STORE**************************/
.filter-wrap .filter-slider {
  padding-bottom: 12px;
}
.filter-wrap .top {
  padding-bottom: 22px;
  overflow: hidden;
}
.filter-wrap label {
  float: left;
  font-weight: normal;
  font-size: 14px;
  color: #141414;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.filter-wrap #amount {
  float: right;
  text-align: right;
  width: inherit;
  padding: 3px;
  border: none;
  background: none;
  font-size: 14px;
  color: #141414;
  font-family: "Montserrat", sans-serif;
}
.filter-wrap .ui-slider {
  border-radius: 0;
  border: none;
  background: #cccccc;
  height: 4px;
}
.filter-wrap .ui-widget-header {
  background: #ffcc00;
}
.filter-wrap .ui-slider .ui-slider-handle {
  margin-top: -3px;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  background: #ffcc00;
}
.filter-wrap .filter-title {
  padding: 15px 0 0 0;
  background: none;
  border: none;
  border-radius: 0;
  font-size: 14px;
  color: #141414;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.filter-item {
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
}
.filter-item ul {
  padding-top: 7px;
}
.filter-item ul li {
  padding-bottom: 7px;
  display: block;
  overflow: hidden;
}
.filter-item ul li label {
  font-size: 14px;
  color: #666666;
  text-transform: none;
  font-weight: normal;
}
.filter-items-wrap .filter-title:before {
  content: '-';
  font-size: 14px;
  color: #141414;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  right: 0;
  top: 15px;
}
.filter-items-wrap .filter-title.active:before {
  content: "+";
}
.color-check {
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: relative;
}
.color-check .check {
  margin: -6px 0 0 -5px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 10px;
  opacity: 0;
  transform: scale(0);
  transition: all 400ms;
  color: #ffffff;
  text-shadow: 1px 0 1px #000;
}
.color-check input[type="checkbox"]:checked + span.check {
  opacity: 1;
  transform: scale(1);
}
.color-check input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.color-check.green {
  background: #7bba3c;
}
.color-check.black {
  background: #000;
}
.color-check.purple {
  background: #8d429f;
}
.color-check.blue {
  background: #1790c8;
}
.color-check.gray {
  background: #777878;
}
.color-check.red {
  background: #e7352b;
}
.color-check.white {
  background: #ffffff;
}
.color-filter-item ul {
  font-size: 0;
}
.color-filter-item ul li {
  padding-left: 21px;
  display: inline-block;
}
.color-filter-item ul li label {
  float: none;
  margin-bottom: 0;
}
.color-filter-item ul li:first-child {
  padding-left: 0;
}
.size-filter-item {
  padding-bottom: 20px;
}
.size-filter-item ul {
  overflow: hidden;
  font-size: 0;
  border: solid #e0e0e0;
  border-width: 1px 0 0 1px;
  line-height: 0;
}
.size-filter-item ul li {
  width: 20%;
  display: inline-block;
}
.size-check {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border: solid #e0e0e0;
  border-width: 0 1px 1px 0;
  cursor: pointer;
}
.size-check .size {
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 50px;
  display: block;
  text-transform: uppercase;
}
.size-check input[type="checkbox"]:checked + span.size {
  background: #141414;
  opacity: 1;
  color: #ffffff;
}
.size-check input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.product-single {
  padding-top: 45px;
}
.product-single .comments-wrap {
  padding: 0;
}
.product-right-info .size-filter-item {
  padding-bottom: 0;
}
.product-right-info .color-check {
  width: 50px;
  height: 50px;
}
.product-right-info .color-filter-item ul li {
  padding-left: 1px;
}
.product-right-info .rating-wrap {
  padding: 10px 0 20px 0;
}
.product-right-info .rating-wrap > * {
  display: inline-block;
  vertical-align: middle;
}
.rating {
  margin-right: 15px;
  width: 95px;
  height: 15px;
  background: url("../images/soccer/rating-star.png");
}
.rating.one {
  background-position: 0 -15px;
}
.rating.two {
  background-position: 0 -30px;
}
.rating.three {
  background-position: 0 -45px;
}
.rating.four {
  background-position: 0 -60px;
}
.rating.five {
  background-position: 0 -75px;
}
.product-right-info .price {
  padding-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #141414;
  font-size: 40px;
}
.product-right-info .title {
  padding: 15px 0 10px 0;
  background: none;
  border: none;
  border-radius: 0;
  font-size: 14px;
  color: #141414;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  position: relative;
}
.product-right-info .size-filter-item ul {
  display: inline-block;
}
.product-right-info .size-filter-item ul li {
  width: 50px;
}
.product-right-info input[type="number"] {
  margin-right: 5px;
  width: 76px;
  padding: 7px 15px 6px 20px;
  background: #e6e6e6;
  font-size: 12px;
  color: #141414;
  border-radius: 8px;
  border: none;
}
.product-right-info .details {
  padding-top: 13px;
  padding-bottom: 38px;
  border-bottom: 1px solid #e0e0e0;
}
.product-right-info .details ul li {
  padding-bottom: 3px;
  color: #ffa000;
}
.product-right-info .details ul li span {
  color: #666666;
}
.product-right-info .details ul li a {
  font-size: 16px;
  color: #ffa000;
}
.product-right-info .socials {
  padding-top: 29px;
}
.product-tab-wrap {
  padding: 50px 0 0;
}
.product-tab-wrap .tab-top {
  background: #ffffff;
}
.product-tab-wrap .tab-top ul li {
  display: inline-block;
}
.product-tab-wrap .tab-top ul li a {
  padding: 26px 30px 26px 30px;
  display: block;
  font-size: 12px;
  color: #141414;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.product-tab-wrap .tab-top ul li a:hover {
  background: #f7f7f7;
}
.product-tab-wrap .tab-top ul li.active a {
  background: #f7f7f7;
}
.featured-products {
  padding-top: 46px;
  padding-bottom: 93px;
  background: #ffffff;
}
.featured-navigation {
  padding-top: 30px;
}
.featured-navigation a:first-child {
  margin-left: 0;
}
.feat-show-all {
  margin-top: 21px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #141414;
  font-family: "Montserrat", sans-serif;
}
.feat-show-all:hover {
  color: #ffcc00;
}
/* Base for label styling */
[type="checkbox"].filter-check:not(:checked),
[type="checkbox"].filter-check:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"].filter-check:not(:checked) + label,
[type="checkbox"].filter-check:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"].filter-check:not(:checked) + label:before,
[type="checkbox"].filter-check:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #cccccc;
  border-radius: 0;
}
[type="checkbox"].filter-check:not(:checked) + label:after,
[type="checkbox"].filter-check:checked + label:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  background: #000000;
  transition: all .4s;
}
/* checked mark aspect changes */
[type="checkbox"].filter-check:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"].filter-check:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"].filter-check:disabled:not(:checked) + label:before,
[type="checkbox"].filter-check:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"].filter-check:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"].filter-check:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"].filter-check:checked:focus + label:before,
[type="checkbox"].filter-check:not(:checked):focus + label:before {
  border: 2px solid #cccccc;
}
/* hover style just for information */
label:hover:before {
  border: 2px solid #141414!important;
}
/*******************************************************************/
/******************************PASSWORD FORM***************************/
.post-password-form {
  color: #141414;
  padding: 10px;
  background: #fcfcfc;
}
.post-password-form p {
  margin-bottom: 15px;
}
.post-password-form label {
  font-family: "Open Sans", sans-serif;
}
.post-password-form input[type="password"] {
  border: 1px solid grey !important;
  font-size: 16px;
  line-height: 16px;
  padding: 6px 7px;
  border: none;
  margin-right: 10px;
  margin-left: 5px;
}
.post-password-form input[type="submit"] {
  border-radius: 3px;
  font-size: 16px;
  background-color: #ffcc00;
  color: #141414;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  border: none;
  padding: .618em 1em;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
.post-password-form input[type="submit"]:hover {
  background: #141414;
  color: #ffffff;
}
/********************************************************************/
/******************************CART*******************************/
.cart-wrap {
  padding-top: 45px;
  padding-bottom: 100px;
}
.cart-table tr {
  z-index: 1;
  position: relative;
}
.cart-table tr th {
  padding: 0 20px;
  height: 68px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  background: #141414;
}
.cart-table tr td {
  height: 160px;
  background: #fcfcfc;
}
.cart-table .product-image {
  margin-right: 30px;
}
.cart-table .name a:last-child {
  display: inline-block;
}
.cart-table .delete {
  position: relative;
  width: 110px;
}
.cart-table .delete a {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 12px;
  line-height: 160px;
  color: #7a7a7a;
  overflow: hidden;
}
.cart-table .delete a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: 20px;
  background: #f0f0f0;
  transform: skew(-6deg);
}
.cart-table .delete a i {
  position: relative;
}
.cart-table th.product {
  text-align: left;
}
.cart-table td.name {
  width: 560px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.cart-table .cost {
  font-size: 14px;
  color: #000000;
}
.cart-table td.total {
  padding-right: 30px;
  text-align: right;
  color: #000000;
  font-size: 20px;
}
.cart-table th.total {
  padding-right: 30px;
  text-align: right;
}
.cart-table .quantity input[type="number"] {
  margin-right: 5px;
  width: 50px;
  padding: 7px 8px 6px 12px;
  background: #e6e6e6;
  font-size: 12px;
  color: #141414;
  border-radius: 8px;
  border: none;
  outline: none;
}
.cart-table tr:hover {
  background: #ffffff;
  z-index: 2;
  box-shadow: 0 0 10px 0 #cccccc;
}
.cart-table tr:hover .delete a:before {
  background: #ffcc00;
}
.cart-table tr:hover .delete a i {
  color: #292929;
}
.coupon {
  position: relative;
  overflow-x: hidden;
}
.coupon input[type="text"] {
  padding: 0 20px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  border: none;
}
.coupon button {
  padding: 0 18px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #141414;
  transition: all 400ms;
  font-family: "Montserrat", sans-serif;
  border: none;
  background: none;
}
.coupon button span {
  position: relative;
}
.coupon button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  left: 0;
  background: #ffcc00;
  transform: skew(-6deg);
  transition: all 400ms;
}
.coupon button:hover {
  color: #ffffff;
}
.coupon button:hover:before {
  background: #141414;
}
.update-wrap {
  text-align: right;
}
.update-wrap .update {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: #ffcc00;
  border: none;
  color: #141414;
}
.update-wrap .update:hover {
  background: #141414;
  color: #ffffff;
}
.update-wrap .update[disabled] {
  background: #e0e0e0;
  color: #666666;
}
.cart-offer {
  padding-top: 17px;
}
.cart-offer .offer {
  position: relative;
}
.cart-offer .offer > img {
  width: 100%;
}
.cart-offer .offer .title {
  text-align: right;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 40px;
  font-size: 24px;
  text-transform: uppercase;
  line-height: normal;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  color: #141414;
}
.cart-offer .offer .title span {
  font-size: 48px;
  display: block;
  line-height: 43px;
}
.cart-total {
  padding-top: 17px;
}
.delivery-list .item {
  margin-bottom: 0;
  padding: 19px 28px 23px 28px;
  background: #f2f2f2;
  display: block;
  cursor: pointer;
  border-top: 1px solid #cccccc;
}
.delivery-list .item:first-child {
  border-top: none;
}
.delivery-list .item:hover {
  background: #ffffff;
}
.delivery-list .item p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  font-weight: normal;
}
.delivery-list .item input[type="radio"] {
  margin-right: 20px;
  margin-top: 0;
}
.delivery-list .item .name {
  font-size: 14px;
  font-weight: normal;
  color: #292929;
}
.delivery-list .item .delivery-text {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  font-weight: normal;
}
.delivery-list .item .price {
  font-size: 14px;
  font-weight: normal;
  color: #292929;
  float: right;
}
.cart-total-info {
  padding: 19px 28px 16px 28px;
  border-top: 1px solid #e0e0e0;
  font-size: 0;
  background: #ffffff;
}
.cart-total-info .title {
  width: 50%;
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  color: #292929;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
}
.cart-total-info .price {
  width: 50%;
  text-align: right;
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  color: #292929;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.cart-total .proceed {
  margin-top: 40px;
  position: relative;
  padding: 13px 28px 11px 28px;
  font-size: 12px;
  text-transform: uppercase;
  color: #141414;
  transition: all 400ms;
  font-family: "Montserrat", sans-serif;
  background: #ffcc00;
  border-radius: 8px;
  border: none;
  width: 100%;
  text-align: left;
}
.cart-total .proceed i {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 12px;
  transition: all 400ms;
}
.cart-total .proceed:hover {
  color: #ffffff;
  background: #141414;
}
.cart-total .proceed:hover i {
  right: 15px;
}
/******************************************************************/
/****************************CHECKOUT*****************************/
.checkout-wrap {
  padding-top: 45px;
  padding-bottom: 80px;
}
.team-alert {
  padding: 21px 70px 22px 30px;
  position: relative;
  background: #fcfcfc;
  border-radius: 0;
  overflow-x: hidden;
  border: solid #ffcc00;
  border-width: 0 0 0 5px;
}
.team-alert .close {
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
}
.team-alert .close span {
  position: relative;
  font-size: 12px;
  color: #666666;
  line-height: 32px;
}
.team-alert .close:before {
  content: "";
  background: #f0f0f0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -40px;
  transform: skew(-6deg);
  transition: all 400ms;
}
.team-alert .close:hover:before {
  background: #ffcc00;
}
.team-alert .close:hover span {
  color: #141414;
}
.customer-info .item {
  padding-bottom: 15px;
}
.customer-info .item label {
  margin-bottom: 10px;
  cursor: pointer;
  display: block;
  font-weight: normal;
}
.customer-info .item span {
  padding-bottom: 7px;
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: normal;
  font-weight: normal;
}
.customer-info .item span i {
  font-style: normal;
  color: #d32f2f;
}
.checkout-wrap .cart-table {
  margin-bottom: 0;
}
.checkout-wrap .cart-table tr td {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  height: auto;
  text-transform: none;
  background: #fcfcfc;
}
.checkout-wrap .cart-table tr td:firt-child {
  text-transform: none;
}
.checkout-wrap .cart-total {
  padding-top: 0;
}
.checkout-wrap .cart-total .proceed {
  font-size: 16px;
  padding: 18px 28px 16px 28px;
}
/******************************************************************/
/****************************404 PAGE*****************************/
/** look at less files**/
/**********************************************************************/
/****************************SEARCH PAGE*****************************/
.search-wrapper {
  padding-top: 45px;
  padding-bottom: 100px;
}
.search-field {
  margin-bottom: 40px;
}
.search-field .wrap {
  border: 1px solid #e0e0e0;
  position: relative;
}
.search-field input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px 0 20px;
  height: 48px;
  line-height: 56px;
  font-size: 14px;
  color: #8f8f8f;
  background: none;
  border: none;
}
.search-field button {
  position: absolute;
  font-size: 13px;
  color: #999999;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: none;
  border: none;
}
.search-item {
  margin-bottom: 10px;
  background: #ffffff;
}
.search-item .info {
  padding-top: 24px;
  padding-right: 20px;
}
.search-item .info .name {
  font-size: 22px;
  font-weight: bold;
  color: #141414;
}
.search-item .info .name:hover {
  color: #ffa000;
}
.search-item .info .wrap {
  padding-top: 5px;
  padding-bottom: 8px;
  color: #999999;
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
}
.search-item .info .wrap > * {
  color: #999999;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}
.search-item .info .wrap a {
  color: #141414;
  font-family: "Montserrat", sans-serif;
}
.search-item .info > p span {
  padding: 0 2px;
  background: #ffcc00;
}
.search-item .info .name span {
  padding: 0 2px;
  background: #ffcc00;
}
.search-item .info .read-more {
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffa000;
  font-family: "Montserrat", sans-serif;
}
.search-item .info .read-more:hover {
  color: #141414;
}
/***********************TIMELINEBAR***************************************/
.timeline-bar {
  padding-top: 125px;
  padding-bottom: 70px;
}
.timeline-bar .bar {
  border-bottom: 2px dashed #cccccc;
  position: relative;
  width: 84%;
}
.timeline-bar .date {
  padding-bottom: 41px;
  cursor: pointer;
  font-size: 12px;
  line-height: 12px;
  color: #666666;
  position: absolute;
  top: -45px;
}
.timeline-bar .date.date-1 {
  left: 10%;
}
.timeline-bar .date.date-2 {
  left: 40%;
}
.timeline-bar .date.date-3 {
  left: 45%;
}
.timeline-bar .date.date-4 {
  left: 55%;
}
.timeline-bar .date.date-5 {
  left: 65%;
}
.timeline-bar .date.date-6 {
  left: 85%;
}
.timeline-bar .date.date-1:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #cccccc;
  position: absolute;
  bottom: 0;
  right: 0;
}
.timeline-bar .date.date-2:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #cccccc;
  position: absolute;
  bottom: 0;
  right: 0;
}
.timeline-bar .date.date-3:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #cccccc;
  position: absolute;
  bottom: 0;
  right: 0;
}
.timeline-bar .date.date-4:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #cccccc;
  position: absolute;
  bottom: 0;
  right: 0;
}
.timeline-bar .date.date-5:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #cccccc;
  position: absolute;
  bottom: 0;
  right: 0;
}
.timeline-bar .date.date-6:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #cccccc;
  position: absolute;
  bottom: 0;
  right: 0;
}
.timeline-bar .date.active {
  color: #141414;
}
.timeline-bar .date.active:before {
  background: #141414;
}
.timeline-bar .date:hover {
  color: #141414;
}
.timeline-bar .date:hover:before {
  background: #141414;
}
/******************************AMATEURS NEWS LIST********************/
.amateurs-news-list > .container > .row > .col-md-4 > .item > a > img {
  width: 100%;
}
/*******************************************************************/
.live-match-stat .tactic.csgo {
  background: #292929;
}
/**Sponsor icons **/
.sponsor-icons {
  height: 100%;
}
/*******************

/** dsds**/
.standings-table .standing-full {
  white-space: nowrap;
}
overflow-scroll.table tr td {
  white-space: nowrap;
}
/**
/**************CUSTOM RESPONSIVE*****************/
@media (max-width: 1600px) {
  .main-news-list .item > img {
    width: auto;
  }
  .main-club-stuff {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .socials li {
    padding-left: 5px;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    margin: 33px 0 0 0;
    display: block;
    z-index: 1;
    background: #ffa000;
  }
  .navbar-toggle .icon-bar {
    background: #141414;
  }
  .navbar-fixed-top {
    top: 0;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
  }
  .navbar-nav > li {
    float: none;
  }
  .collapse.in {
    display: block !important;
  }
  .main-menu-wrap .navbar {
    padding-top: 25px;
    clear: both;
    border: none;
    min-height: auto;
  }
  .main-menu-wrap .navbar-collapse {
    border: none;
    box-shadow: none;
  }
  .main-menu {
    text-align: right;
  }
  .main-menu li {
    padding: 10;
    display: block;
    clear: both;
  }
  .main-menu li a {
    padding: 0;
    z-index: 1;
  }
  .main-menu li a span {
    padding: 10px 0;
    display: inline-block;
  }
  .main-menu li ul {
    position: relative;
    background: none;
    display: block;
    width: 100%;
  }
  .main-menu > li > ul > li > ul {
    background: none;
  }
  .main-menu > li > ul li {
    border-left: none;
  }
  .main-menu > li > ul > li > ul {
    position: relative;
    left: 0;
    display: block;
  }
  .main-menu > li > ul > li > ul li {
    border-left: none;
  }
  .main-menu > li > ul > li:hover {
    background: none;
    border-left: none;
  }
  .main-menu > li > ul > li > ul li:hover {
    background: none;
    border-left: none;
  }
  .main-menu > li > ul > li > ul li:hover > a {
    color: #ffa000;
  }
  .main-menu > li > ul > li:hover > a {
    color: #ffcc00;
  }
  .main-menu > li > a > span:before {
    bottom: 5px;
  }
  .main-menu > li > ul li a i {
    display: none;
  }
  .main-menu > li > ul li a {
    color: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .main-menu > li.cart.full {
    display: none;
  }
  .main-news-list .item .caption .name {
    display: block;
    line-height: 16px;
  }
  .live-match-stat .field {
    margin: 0 auto;
    width: 509px;
  }
  .isotope-grid .grid-item {
    height: 205px;
  }
  .isotope-grid .grid-item.height2 {
    height: 330px;
  }
  .footer .footer-left:before {
    right: 10px;
  }
  .store-list-item {
    margin-bottom: 20px;
  }
  .club-main-stat .last-match .team {
    width: 40%;
  }
  .club-main-stat .last-match .score {
    width: 20%;
  }
  .color-filter-item ul li {
    padding-left: 11px;
  }
  .main-menu.nav.cart-none {
    display: none;
  }
  .upcomig-match-info .team {
    width: 35%;
  }
  .upcoming-match-info .counter {
    width: 30%;
    text-align: center;
  }
  .upcoming-match-info .team.right {
    width: 35%;
  }
  .upcoming-match-info .team {
    width: 35%;
  }
  .main-menu-wrap .custom-logo-link:before {
    display: none;
  }
}
@media (max-width: 992px) {
  .footer .footer-left:before {
    transform: skew(0);
    right: -1000%;
    margin-bottom: 0px;
  }
  .foot-contact .socials {
    padding-bottom: 30px;
  }
  .foot-contact .socials li {
    padding-right: 30px;
  }
  .foot-contact .socials li {
    padding-left: 0px;
  }
  .foot-contact .socials li a {
    font-size: 40px;
  }
  .footer-menu {
    display: none;
  }
  .timeline .first {
    width: 100%;
    padding-right: 0;
  }
  .timeline .second {
    width: 100%;
    padding-left: 0;
  }
  .row-offcanvas {
    position: relative;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -55%;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -65%;
  }
  .row-offcanvas-right.active {
    right: 55%;
  }
  .row-offcanvas-left.active {
    left: 70%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
  }
  .main-players-stat {
    background-size: cover;
  }
  .isotope-grid .grid-item {
    height: 145px;
  }
  .club-top-info .club-stat {
    overflow-x: hidden;
    padding-bottom: 30px;
  }
  .club-main-stat .last-match .team {
    width: 40%;
  }
  .club-main-stat .last-match .score {
    width: 20%;
  }
  .club-top-btn {
    margin-top: 0;
    margin-bottom: 20px;
    float: none;
    position: static;
    transform: translateY(0);
  }
  .club-champ .club-top-btn {
    margin-top: 0;
  }
  .search-item .info {
    padding-left: 20px;
  }
  .search-item .image {
    text-align: center;
  }
  .search-item .image img {
    display: inline-block;
  }
  .standing-full tr td.form {
    padding: 0;
  }
  .player-hockey-wrap .border {
    left: initial;
  }
  .footer .foot-up {
    position: relative;
  }
  .footer-menu-wrap .foot-up:before {
    left: -10%;
  }
  .upcoming-match-info .team.right .avatar {
    width: 100%;
  }
  .upcoming-match-info .team .avatar {
    width: 100%;
  }
  .upcoming-match-info .team.right {
    text-align: center;
  }
  .upcoming-match-info .team.right .text {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .upcoming-match-info .counter ul {
    text-align: center;
  }
  .upcoming-match-info .counter {
    width: 100%;
  }
  .upcoming-match-info .team {
    padding: 15px 0;
    width: 100%;
    text-align: center;
  }
  .upcoming-match-info .team.right {
    padding: 15px 0;
    width: 100%;
    text-align: center;
  }
  .upcoming-match-info .team .avatar {
    width: 100%;
  }
  .upcoming-match-info .team .text {
    padding-left: 0;
  }
  .amateurs-success-story,
  .amateurs-success-slogan {
    text-align: center;
  }
  .amateurs-success-slogan > .btn {
    margin-top: 10%;
    float: none;
  }
  .main-club-stuff {
    padding: 0;
  }
  .champ-nav-list {
    text-align: center;
  }
  .club-top-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .no-gutter > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .call-to-action .text {
    padding-top: 0;
  }
  .call-to-action {
    background-size: cover;
  }
  .image-header .info:before {
    right: -100%;
  }
  .isotope-grid .grid-item a img {
    max-width: 100%;
  }
  .isotope-grid .grid-item {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .isotope-grid .grid-item {
    width: 100%;
    height: 200px;
  }
  .isotope-grid .grid-item.height2 {
    height: 200px;
  }
  .isotope-grid .grid-item a .info:before {
    left: -100%;
  }
  .coupon {
    padding-bottom: 20px;
  }
  .match-live-date .event {
    text-align: left;
  }
  .club-main-stat .last-match .team {
    text-align: center;
    width: 100%;
  }
  .club-main-stat .last-match .team.right {
    text-align: center;
  }
  .club-main-stat .last-match .score {
    width: 100%;
  }
  .club-main-stat .last-match .score span {
    width: 40px;
  }
  .club-main-stat .last-match a {
    display: block;
    text-align: center;
  }
  .news-single .item .top-info,
  .news-single .item .post-text,
  .comments-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
  .champ-nav-list li {
    display: block;
    text-align: center;
  }
  .image-width {
    width: 90%;
  }
}
@media (max-width: 700px) {
  .connected-carousels .navigation {
    display: none;
  }
  .connected-carousels .carousel-stage {
    margin: 0 auto;
    width: 460px;
  }
  .connected-carousels .stage {
    padding: 0 !important;
    margin-bottom: 30px;
  }
  .connected-carousels .carousel li img {
    width: 460px;
    display: block;
    margin: auto;
    object-fit: cover;
  }
  .standing-full tr td.form span {
    margin-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .player-stat-slider .item .top-info .number {
    display: block;
  }
}
@media (max-width: 545px) {
  .connected-carousels .carousel-stage {
    margin: 0 auto;
    width: 350px;
  }
  .connected-carousels .carousel li img {
    width: 100%;
    max-width: 350px;
  }
  .live-match-stat .field {
    margin: 0 auto;
    width: 100%;
  }
  .broadcast-item .info {
    padding-top: 15px;
    padding-left: 0;
  }
  .cart-table td.name {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .cart-table .delete a:before {
    background: none;
  }
  .cart-table tr:hover .delete a:before {
    background: none;
  }
}
@media (max-width: 400px) {
  .error-wrap .offline-title .small-text {
    font-size: 25px;
    line-height: normal;
  }
  .error-wrap .offline-title .big-text {
    font-size: 40px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .share-box .item .title {
    padding-left: 0;
    text-align: center;
  }
  .share-box .share-socials {
    display: block;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .share-box .share-socials:before {
    display: none;
  }
  .share-box .share-socials li a {
    font-size: 18px;
  }
}
.sticky-wrapper {
  position: relative !important;
}
@media (max-width: 980px) {
  .cybersport-slogan {
    padding-top: 12%;
    width: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    text-align: right;
  }
}
@media (max-width: 425px) {
  .top-bar {
    display: none;
  }
  .timeline-bar .date {
    font-size: 10px;
  }
}
/*****************TOP-BAR*********************/
.top-bar {
  padding: 2px 0;
  background: #f7f7f7;
}
.top-contacts .socials {
  padding-bottom: 16px;
  vertical-align: top;
  border-right: 1px solid #e0e0e0;
}
.socials {
  padding: 14px 40px 12px 0;
  display: inline-block;
}
.socials li {
  padding-left: 10px;
  display: inline-block;
}
.socials li:first-child {
  padding-left: 0;
}
.top-bar .socials li a {
  color: #999;
}
.socials li a {
  font-size: 16px;
  color: #999999;
}
.socials li a:hover {
  color: #ffd200;
}
.top-contacts .contacts {
  padding: 20px 0 4px 0;
  display: inline-block;
}
.top-contacts .contacts li {
  padding-left: 20px;
  vertical-align: top;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
.top-contacts .contacts li .fa {
  margin-right: 9px;
  color: #999;
  font-size: 16px;
  transition: all 400ms;
  vertical-align: middle;
}
.top-contacts .contacts li a {
  color: #999;
}
.top-contacts .contacts li a:hover {
  color: #ffd200;
}
.top-contacts .contacts li a:hover .fa {
  color: #ffd200;
}
.top-search {
  border: solid #999;
  border-width: 0 1px;
  position: relative;
  float: right;
}
.top-search input[type='text'] {
  width: 100%;
  box-sizing: border-box;
  padding: 0 29px;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #999;
  background: none;
  border: none;
}
.top-search button {
  position: absolute;
  font-size: 13px;
  color: #999;
  top: 50%;
  transform: translateY(-50%);
  right: 29px;
  background: none;
  border: none;
}
.top-language {
  width: 90px;
  float: right;
}
.top-language .list {
  padding: 15px 0 15px 30px;
}
.top-language .list li a {
  padding-right: 23px;
  background: url("../images/soccer/lang-arrow.png") 100% 4px no-repeat;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #666666;
}
.top-language .list li a img {
  margin-right: 7px;
}
.top-language .dropdown-menu {
  min-width: 80px;
  max-width: 80px;
  left: -20px;
  border: none;
  border-radius: 0;
}
.top-language .dropdown-menu li a {
  background: none;
}
/******************************************************/
.main-slider-section {
  background: url("../images/soccer/main-slider.jpg") no-repeat;
  background-size: cover;
}
#main-slider {
  position: relative;
  min-height: 600px;
}
.main-slider .carousel-inner {
  position: absolute;
  height: 100%;
}
.main-slider .carousel-control.left {
  background-image: none;
}
.main-slider .carousel-control.right {
  background-image: none;
}
.main-slider ul {
  padding: 0px;
}
.main-slider .nav-arrow {
  width: 68px;
  height: 60px;
  box-sizing: border-box;
  line-height: 60px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: #ffffff;
  font-size: 12px;
  background: #141414;
}
.main-slider .nav-arrow.left-arrow {
  padding-left: 36px;
  left: 0;
  text-align: left;
}
.main-slider .nav-arrow.left-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  right: -7px;
  bottom: 0;
  width: 12px;
  transform: skew(-10deg);
  background: #141414;
  transition: all 400ms;
}
.main-slider .nav-arrow.right-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: -5px;
  bottom: 0;
  width: 12px;
  transform: skew(-10deg);
  background: #141414;
  transition: all 400ms;
}
.main-slider .nav-arrow.right-arrow {
  padding-right: 36px;
  right: 0;
  text-align: right;
}
.main-slider .nav-arrow:hover {
  background: #ffcc00;
  color: #000000;
}
.main-slider .nav-arrow.left-arrow:hover:before {
  background: #ffcc00;
}
.main-slider .nav-arrow.right-arrow:hover:before {
  background: #ffcc00;
}
.main-slider .carousel-indicators {
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  margin-left: -15px;
  position: static;
  left: 0;
}
.main-slider-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #141414;
}
.main-slider-caption .match-date {
  padding-bottom: 2px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.main-slider-caption .team {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-weight: 800;
  line-height: normal;
}
.main-slider-caption .team .big-count {
  padding: 0 20px;
  text-align: center;
  display: inline-block;
  font-size: 32px;
  color: #ffffff;
  line-height: 60px;
  border-radius: 10px;
  background: #141414;
}
.main-slider-caption .match-role {
  font-size: 64px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  color: #141414;
  font-weight: 900;
  line-height: normal;
}
.main-slider-caption .counter {
  padding-top: 24px;
}
.main-slider-caption .counter ul li {
  margin-right: 30px;
  text-align: center;
  display: inline-block;
}
.main-slider-caption .counter .digit {
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 8px;
  min-width: 80px;
  text-align: center;
  font-size: 32px;
  color: #141414;
  font-weight: bold;
  background: #ffffff;
  height: 80px;
  line-height: 80px;
  font-family: "Open Sans", sans-serif;
}
.main-slider-caption .counter .descr {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  color: #fff;
}
.main-slider-caption .booking {
  padding-top: 35px;
}
.main-slider-caption .booking a {
  padding: 15px 24px 15px 24px;
  background: #ffa000;
  overflow: hidden;
  border-radius: 23px;
  color: #141414;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.main-slider-caption .booking a:hover {
  border-radius: 9px;
  background: #ffcc00;
}
.main-slider-caption .title {
  line-height: normal;
  color: #141414;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
}
.main-slider-caption .title span {
  color: #ffffff;
}
.main-slider-caption .big-title {
  line-height: normal;
  color: #141414;
  font-family: "Raleway", sans-serif;
  font-size: 88px;
  font-weight: 900;
  text-transform: uppercase;
}
.main-slider-caption .sub-title {
  padding-bottom: 35px;
  line-height: normal;
  color: #141414;
  text-transform: uppercase;
  font-size: 16px;
}
.main-slider-caption .btn {
  margin-right: 16px;
}
.event-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 44px;
}
.event-nav .nav-item {
  padding: 15px 30px 15px 30px;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  position: relative;
}
.event-nav .nav-item:before {
  content: '';
  height: 6px;
  width: 0;
  left: 0;
  position: absolute;
  bottom: -6px;
  background: #ffcc00;
  transition: all 400ms;
}
.event-nav .nav-item:hover:before {
  width: 100%;
}
.event-nav .active {
  width: 33.33333333%;
  height: auto;
  background: none;
}
.event-nav .active .nav-item:before {
  width: 100%;
}
.event-nav .nav-item .championship {
  padding-bottom: 4px;
  font-size: 10px;
  color: #cccccc;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  display: block;
  text-transform: uppercase;
  text-align: center;
}
.event-nav .nav-item .teams-wrap {
  width: 100%;
  display: inline-block;
  font-size: 0;
}
.event-nav .nav-item .teams-wrap > * {
  vertical-align: middle;
}
.event-nav .nav-item .team {
  width: 15%;
  display: inline-block;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #141414;
}
.event-nav .nav-item .team img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.event-nav .nav-item .team span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.event-nav .nav-item .team1 span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.event-nav .nav-item .team1 span:first-child {
  width: 100%;
}
.event-nav .nav-item .team1 {
  width: 15%;
  display: inline-block;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #141414;
  text-align: right;
}
.event-nav .nav-item .team1 img {
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
.event-nav .nav-item .score {
  width: 70%;
  display: inline-block;
  text-align: center;
}
.event-nav .nav-item .score span {
  margin: 0 10px;
  min-width: 35px;
  padding: 0 10px;
  box-sizing: border-box;
  display: inline-block;
  background: #3d4765;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  border-radius: 10px;
  position: relative;
}
.event-nav .nav-item .game-result {
  font-size: 10px;
  color: #cccccc;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  display: block;
  text-transform: uppercase;
  text-align: center;
}
.event-nav .nav-item .score span:before {
  content: ':';
  position: absolute;
  top: 0;
  line-height: 27px;
  height: 30px;
  right: -12px;
  font-size: 14px;
  font-weight: bold;
  color: #aaa;
}
.event-nav .nav-item .score span:last-child {
  margin-right: 0;
}
.event-nav .nav-item .score span:last-child:before {
  display: none;
}
.am-main-slider .main-slider-caption .big-title {
  color: #ffffff;
}
.am-main-slider .main-slider-caption .title {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .event-nav .nav-item .teams-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .event-nav {
    display: none;
  }
  .main-slider .nav-arrow {
    top: 100%;
    transform: translateY(-100%);
  }
}
.broadcast-tabs-wrapper ul {
  background-color: #f7f7f7;
  padding: 0;
}
.broadcast-tabs-wrapper li {
  background-color: #fff;
  padding-left: 1px;
}
.broadcast-tabs-wrapper li:first-child {
  padding: 0;
}
.nav-tabs {
  border: none;
}
.nav-tabs > li {
  margin: 0px;
}
.broadcast-tabs-wrapper li a {
  padding: 17px 20px;
  font-size: 12px;
  color: #141414;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  font-weight: 700;
  border: none;
  border-radius: 0;
  background-color: #f7f7f7;
}
.broadcast-tabs-wrapper li .info {
  padding-left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.broadcast-tabs-wrapper li a:hover {
  background-color: #141414;
}
.broadcast-tabs-wrapper a:hover .title {
  color: #ffffff;
}
.broadcast-tabs-wrapper .info .title {
  color: #141414;
  font-size: 14px;
  line-height: normal;
  display: block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.broadcast-tabs-wrapper .info .language {
  color: #666;
  font-size: 10px;
  line-height: normal;
  display: block;
  font-family: "Montserrat", sans-serif;
}
.mathc-live-broadcasts .background {
  position: relative;
  display: block;
  background-color: #fcfcfc;
  padding: 20px;
}
.mathc-live-broadcasts .comment {
  padding: 20px 80px 0 0;
  display: inline-flex;
}
.comment-info {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  display: block;
}
.mathc-live-broadcasts .comment .avatar {
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
  overflow: hidden;
}
.mathc-live-broadcasts .comment .comment-info {
  display: inline-block;
  padding-left: 20px;
  color: #141414;
  font-size: 14px;
}
.mathc-live-broadcasts .video {
  min-height: 500px;
  height: 100%;
  width: 100%;
}
.mathc-live-broadcasts .comment .country {
  color: #666666;
  font-size: 10px;
  line-height: normal;
  display: block;
  font-family: "Montserrat", sans-serif;
}
.mathc-live-broadcasts .comment .avatar img {
  width: 100%;
  height: 100%;
}
.mathc-live-broadcasts li.active > a:hover,
.mathc-live-broadcasts li.active > a:focus,
.mathc-live-broadcasts li.active > a {
  background-color: #141414;
  border: none;
}
.mathc-live-broadcasts li.active a .title {
  color: #ffffff;
}
.mathc-live-broadcasts li.active a .language {
  color: #666;
}
.mathc-live-broadcasts li a:hover .language {
  color: #666;
}
.broadcast-tabs-wrapper li a img {
  width: 33px;
  height: 33px;
}
@media (max-width: 565px) {
  .mathc-live-broadcasts li.active {
    width: 100%;
  }
  .mathc-live-broadcasts .nav-tabs > li {
    width: 100%;
  }
}
.main-news-list .item {
  position: relative;
  display: block;
  overflow: hidden;
}
.main-news-list .item .caption {
  padding: 16px 0 0 30px;
  position: absolute;
  width: 40%;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
}
.main-news-list .item .caption:before {
  content: '';
  width: 200%;
  transform: skew(-10deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  background-color: rgba(20, 20, 20, 0.9);
  transition: all 400ms;
}
.main-news-list .item .caption .date {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #cccccc;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.main-news-list .item .caption .name {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.main-news-list .item:hover .caption .date {
  color: #3d3d3d;
}
.main-news-list .item:hover .caption .name {
  color: #141414;
}
.main-news-list .item:hover .caption:before {
  background-color: rgba(255, 204, 0, 0.9);
}
.main-news-list .item > img {
  width: 100%;
}
.match-page-gallery .custom-navigation {
  padding-top: 26px;
}
.custom-navigation {
  padding-top: 44px;
}
.custom-navigation a {
  margin-left: 16px;
  cursor: pointer;
  color: #999999;
}
.custom-navigation a:hover {
  color: #141414;
}
@media (max-width: 1200px) {
  .main-news-list .item .caption {
    width: 100%;
    top: 45%;
  }
}
@media (max-width: 991px) {
  .main-news-list .item .caption {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .main-news-list .item .caption {
    width: 40%;
    top: 0;
  }
}
@media (max-width: 460px) {
  .main-news-list .item .caption {
    top: 50%;
    width: 100%;
  }
}
@media (max-width: 380px) {
  .main-news-list .item .caption {
    width: 100%;
    top: 0;
  }
}
.main-next-match {
  position: relative;
}
.main-next-match.bg-cover {
  background-size: 50% 50%;
}
.main-next-match .wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-next-match .champ-image {
  opacity: 0;
  visibility: hidden;
  max-width: 100%;
}
.main-next-match .place {
  padding-top: 36px;
  text-align: center;
  font-size: 12px;
  line-height: normal;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.main-next-match .date {
  padding-top: 4px;
  text-align: center;
  font-size: 12px;
  line-height: normal;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.main-next-match .teams-wrap {
  padding: 0 20px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.main-next-match .teams-wrap > * {
  display: inline-block;
  vertical-align: middle;
}
.main-next-match .teams-wrap .vs {
  padding: 0 15px;
  font-size: 12px;
  line-height: normal;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.main-next-match .teams-wrap .team {
  font-size: 12px;
  line-height: normal;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.main-next-match .teams-wrap .team img {
  margin-left: 10px;
  width: 40px;
  height: 40px;
}
.main-next-match .teams-wrap .team1 {
  font-size: 12px;
  line-height: normal;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.main-next-match .teams-wrap .team1 img {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.main-next-match .teams-wrap .team span {
  display: table-cell;
  vertical-align: middle;
}
.main-next-match .teams-wrap .team1 span {
  display: table-cell;
  vertical-align: middle;
}
.main-next-match .booking {
  padding: 0 15px 0 15px;
  display: inline-block;
  background: #ffa000;
  border-radius: 9px;
  color: #141414;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.main-next-match .booking:hover {
  color: #ffffff;
  background: #141414;
}
.main-next-match .next-match-background-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.main-lates-matches .item {
  padding: 15px 30px 15px 30px;
  border-bottom: 1px solid #f7f7f7;
  display: block;
  background: #ffffff;
  box-sizing: border-box;
}
.main-lates-matches .item:hover {
  border-bottom: 1px solid #ffcc00;
  transition: all 500ms;
}
.main-lates-matches .item:last-child {
  border-bottom: none;
}
.main-lates-matches .item .championship {
  padding-bottom: 4px;
  padding-top: 30px;
  clear: both;
  font-size: 15px;
  color: #999999;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  display: block;
  text-transform: uppercase;
  text-align: center;
}
.main-lates-matches .item .teams-wrap {
  width: 100%;
  display: inline-block;
  font-size: 0;
}
.main-lates-matches .item .teams-wrap > * {
  vertical-align: middle;
}
.main-lates-matches .item .team {
  width: 40%;
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #141414;
}
.main-lates-matches .item .team img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  object-fit: contain;
}
.main-lates-matches .item .team span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.main-lates-matches .item .team1 span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.main-lates-matches .item .team1 {
  width: 40%;
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #141414;
  text-align: right;
}
.main-lates-matches .item .team1 img {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  object-fit: contain;
}
.main-lates-matches .item .score {
  width: 20%;
  display: inline-block;
  text-align: center;
}
.main-lates-matches .item .score span {
  min-width: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  display: inline-block;
  background: #3d4765;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  border-radius: 10px;
}
.main-lates-matches .item .game-result {
  font-size: 10px;
  color: #999999;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  display: block;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 650px) {
  .main-lates-matches .item .score,
  .main-lates-matches .item .team,
  .main-lates-matches .item .team1 {
    width: 100%;
  }
  .main-lates-matches .item .team1 span,
  .main-lates-matches .item .team span {
    width: 100%;
    text-align: center;
  }
  .main-lates-matches .item .team img,
  .main-lates-matches .item .team1 img {
    display: block;
    margin: 0 auto;
  }
}
.players_statistic_slider ul {
  padding-bottom: 34px;
  padding-left: 0px;
}
.players_statistic_slider .player-filters li {
  padding-right: 30px;
  display: inline-block;
}
.players_statistic_slider .player-filters li:last-child {
  padding-right: 0;
}
.players_statistic_slider .player-filters li a {
  padding: 5px 0 12px 0;
  display: block;
  position: relative;
  font-size: 14px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.players_statistic_slider .player-filters li a:before {
  content: '';
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  height: 6px;
  background: #ffa000;
  transition: all 400ms;
}
.players_statistic_slider .player-filters li a:hover:before {
  width: 100%;
}
.players_statistic_slider .player-filters li.active a:before {
  width: 100%;
}
.players_statistic_slider .player-stat-slider {
  overflow: hidden;
}
.players_statistic_slider .player-stat-slider .wrap {
  font-size: 0;
  background: #ffffff;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.players_statistic_slider .player-stat-slider .item .stat {
  padding: 30px 60px 50px 40px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  background: #f2f2f2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.players_statistic_slider .player-stat-slider .item .stat:before {
  content: '';
  width: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  transform: skew(-10deg);
  background: linear-gradient(to right, #f2f2f2, #f2f2f2);
}
.players_statistic_slider .player-stat-slider .item .image {
  width: inherit;
  display: inline-block;
  float: right;
}
.players_statistic_slider .player-stat-slider .item .image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.players_statistic_slider .player-stat-slider .item .top-info {
  display: table;
  width: 100%;
}
.players_statistic_slider .player-stat-slider .item .top-info > * {
  vertical-align: middle;
  display: table-cell;
}
.players_statistic_slider .player-stat-slider .item .top-info .number {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #292929;
  color: #f2f2f2;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  display: block;
}
.players_statistic_slider .player-stat-slider .item .top-info .name {
  font-size: 18px;
  line-height: 18px;
  color: #141414;
  font-family: "Montserrat", sans-serif;
}
.players_statistic_slider .player-stat-slider .item .top-info.with_number .name {
  padding-left: 16px;
}
.players_statistic_slider .player-stat-slider .item .position {
  padding-top: 9px;
  color: #141414;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.players_statistic_slider .player-stat-slider .item .progress-wrap {
  padding-top: 18px;
}
.players_statistic_slider .player-stat-slider .item .progress-item {
  padding-bottom: 19px;
}
.players_statistic_slider .player-stat-slider .item .bar-label {
  font-family: "Montserrat", sans-serif;
  font-size: 0;
}
.players_statistic_slider .player-stat-slider .item .bar-label .achievement {
  width: 80%;
  vertical-align: top;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #666666;
}
.players_statistic_slider .player-stat-slider .item .bar-label .score {
  width: 20%;
  vertical-align: top;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #141414;
  text-align: right;
}
.players_statistic_slider .player-stat-slider .item .progress-line {
  height: 4px;
  background: #cccccc;
  position: relative;
}
.players_statistic_slider .player-stat-slider .item .progress-line .bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ffa000;
}
.players_statistic_slider .player-stat-slider .item .progress-line .bar.bar-1 {
  width: 80%;
}
.players_statistic_slider .player-stat-slider .item .progress-line .bar.bar-2 {
  width: 20%;
}
.players_statistic_slider .player-stat-slider .item .progress-line .bar.bar-3 {
  width: 90%;
}
.players_statistic_slider .player-stat-slider .item .progress-line .bar.bar-4 {
  width: 88%;
}
.players_statistic_slider .player-stat-slider .item .progress-line .bar.bar-5 {
  width: 54%;
}
.players_statistic_slider .player-stat-slider .item .progress-line .bar.bar-6 {
  width: 95%;
}
.players_statistic_slider .player-stat-slider .arrow-wrap {
  width: 40px;
  position: absolute;
  left: 40px;
  bottom: 30px;
}
.players_statistic_slider .player-stat-slider .arrow-wrap a {
  color: #999999;
}
.players_statistic_slider .player-stat-slider .arrow-wrap a:hover {
  color: #141414;
}
.players_statistic_slider .player-stat-slider .arrow-wrap .left-arrow {
  padding-right: 10px;
}
.players_statistic_slider .player-stat-slider .arrow-wrap .right-arrow {
  padding-left: 10px;
}
@media (max-width: 1200px) {
  .players_statistic_slider .player-stat-slider .item .stat:before {
    display: none;
  }
}
@media (max-width: 992px) {
  .players_statistic_slider .player-stat-slider .item .position {
    line-height: normal;
  }
  .players_statistic_slider .player-stat-slider .item .top-info.with_number .name {
    padding: 0px;
  }
  .players_statistic_slider .player-stat-slider .arrow-wrap {
    left: 10px;
  }
  .players_statistic_slider .player-stat-slider .item .stat:before {
    display: none;
  }
  .players_statistic_slider .player-stat-slider .item .top-info .number {
    display: none;
  }
  .players_statistic_slider .player-stat-slider .item .stat {
    padding: 20px 10px 40px 10px;
    width: 40%;
  }
  .players_statistic_slider .player-stat-slider .item .top-info .name {
    padding-left: 0px;
  }
}
.team-best-player ul {
  padding-bottom: 34px;
  padding-left: 0px;
  padding-right: 0px;
}
.team-best-player .player-filters {
  padding-bottom: 34px;
}
.team-best-player .player-filters li {
  padding-right: 30px;
  display: inline-block;
}
.team-best-player .player-filters li:last-child {
  padding-right: 0;
}
.team-best-player .player-filters li a {
  padding: 5px 0 12px 0;
  display: block;
  position: relative;
  font-size: 14px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.team-best-player .player-filters li a:before {
  content: '';
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  height: 6px;
  background: #ffa000;
  transition: all 400ms;
}
.team-best-player .player-filters li a:hover:before {
  width: 100%;
}
.team-best-player .player-filters li.active a:before {
  width: 100%;
}
.best-players-list .item {
  margin-bottom: 3px;
  padding: 9px 77px 9px 77px;
  font-size: 14px;
  color: #f2f2f2;
  display: block;
  position: relative;
  background: #141414;
  font-family: "Montserrat", sans-serif;
  border-left: 2px solid #141414;
}
.best-players-list .number {
  width: 50px;
  z-index: 1;
  font-family: "Open Sans", sans-serif;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  background: #262626;
  color: #f2f2f2;
}
.best-players-list .number:before {
  content: '';
  position: absolute;
  width: 20px;
  top: 0;
  right: -5px;
  bottom: 0;
  transform: skew(-10deg);
  background: #262626;
  z-index: -1;
}
.best-players-list .achievement {
  background: #141414;
  color: #cccccc;
  z-index: 1;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.best-players-list .item:first-child .achievement {
  color: #141414;
  background: #ffa000;
}
.best-players-list .item:first-child .achievement:before {
  content: '';
  position: absolute;
  width: 20px;
  top: 0;
  left: -5px;
  bottom: 0;
  transform: skew(-10deg);
  z-index: -1;
  background: #ffa000;
}
.best-players-list .item .achievement:before {
  content: '';
  position: absolute;
  background: #141414;
  width: 20px;
  top: 0;
  left: -5px;
  bottom: 0;
  transform: skew(-10deg);
  z-index: -1;
}
.best-players-list .item:first-child {
  margin-bottom: 5px;
  background: #141414;
}
.number img {
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 44px;
  object-fit: cover;
}
.amateurs-award-box {
  background: #ffffff;
}
.amateurs-award-box {
  padding: 110px 0;
}
.amateurs-award-box .text .title {
  font-size: 32px;
  font-family: "Raleway", sans-serif;
  color: #141414;
  text-transform: uppercase;
  font-weight: 900;
  line-height: normal;
}
.amateurs-award-box .text .big-title {
  padding-bottom: 18px;
  font-size: 48px;
  font-family: "Raleway", sans-serif;
  color: #141414;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 40px;
}
.amateurs-award-box .btn {
  margin-top: 59px;
}
.am-trophey .item {
  text-align: center;
}
.am-trophey .item .name {
  padding-top: 21px;
  font-size: 16px;
  color: #666666;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
}
.am-trophey .item .year {
  color: #666666;
  font-size: 12px;
  line-height: normal;
}
.main-award-slider {
  padding-bottom: 110px;
}
.main-award-slider .award img {
  margin: auto;
}
.main-award-slider .award .name {
  padding-top: 30px;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #666666;
  font-family: "Montserrat", sans-serif;
}
.main-award-slider .award .year {
  font-size: 12px;
  color: #666666;
  line-height: normal;
}
.main-award-slider .nav-arrow {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  background: #141414;
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.main-award-slider .nav-arrow:hover {
  background: #ffcc00;
  color: #141414;
}
.main-award-slider .left-arrow {
  left: 5%;
}
.main-award-slider .right-arrow {
  right: 5%;
}
@media (max-width: 992px) {
  .amateurs-award-box {
    padding: 50px 0;
  }
  .amateurs-award-box .btn {
    margin-top: 20px;
  }
  .am-trophey {
    padding-top: 20px;
  }
  .amateurs-award-box .text {
    text-align: center;
  }
}
.main-club-stuff .player-filters {
  padding-bottom: 34px;
}
.staff-item {
  position: relative;
  overflow: hidden;
}
.staff-item .info {
  padding: 26px 0 10px 30px;
  width: 75px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #f2f2f2;
}
.staff-item .info:before {
  content: '';
  width: 120px;
  background: #f2f2f2;
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  transform: skew(-10deg);
  z-index: 0;
}
.staff-item .info .name {
  font-size: 16px;
  display: block;
  color: #141414;
  line-height: 19px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  z-index: 1;
  position: relative;
}
.staff-item .info .position {
  padding-top: 9px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: normal;
  color: #666666;
  display: block;
  font-family: "Montserrat", sans-serif;
  z-index: 1;
  position: relative;
}
.staff-item .info .number {
  width: 75px;
  color: #999999;
  font-size: 24px;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 23px;
}
.staff-item .info .ball {
  width: 24px;
  height: 25px;
  position: absolute;
  left: 28px;
  bottom: 26px;
}
.staff-item > a img {
  object-fit: cover;
}
.staff-item > a img {
  height: 353px;
  width: 353px;
  max-width: 100%;
}
.main-stuff-slider .nav-arrow {
  width: 68px;
  height: 60px;
  box-sizing: border-box;
  line-height: 60px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: #000000;
  font-size: 12px;
  background: #ffcc00;
}
.main-stuff-slider .nav-arrow.left-arrow {
  padding-left: 36px;
  left: 0;
  text-align: left;
}
.main-stuff-slider .nav-arrow.left-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  right: -7px;
  bottom: 0;
  width: 12px;
  transform: skew(-10deg);
  background: #ffcc00;
  transition: all 400ms;
}
.main-stuff-slider .nav-arrow.right-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: -7px;
  bottom: 0;
  width: 12px;
  transform: skew(-10deg);
  background: #ffcc00;
  transition: all 400ms;
}
.main-stuff-slider .nav-arrow.right-arrow {
  padding-right: 36px;
  right: 0;
  text-align: right;
}
.main-stuff-slider .nav-arrow:hover {
  background: #141414;
  color: #ffffff;
}
.main-stuff-slider .nav-arrow.left-arrow:hover:before {
  background: #141414;
}
.main-stuff-slider .nav-arrow.right-arrow:hover:before {
  background: #141414;
}
.players-slider ul {
  padding-bottom: 34px;
  padding-left: 0px;
  padding-right: 0px;
}
.player-filters li {
  padding-right: 30px;
  display: inline-block;
}
.player-filters li:last-child {
  padding-right: 0;
}
.player-filters li a {
  padding: 5px 0 12px 0;
  display: block;
  position: relative;
  font-size: 14px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.player-filters li a:before {
  content: '';
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  height: 6px;
  background: #ffa000;
  transition: all 400ms;
}
.player-filters li a:hover:before {
  width: 100%;
}
.player-filters li.active a:before {
  width: 100%;
}
@media (max-width: 1200px) {
  .staff-item {
    overflow: hidden;
  }
  .staff-item .info .name {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .staff-item {
    max-width: 353px;
    margin: 0 auto 30px;
  }
  .staff-item .info {
    left: -200%;
    transition: all 400ms;
  }
  .staff-item:hover .info {
    left: 0;
  }
}
.main-sponsor-slider .nav-arrow {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  background: #141414;
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.main-sponsor-slider .nav-arrow:hover {
  background: #ffcc00;
  color: #141414;
}
.main-sponsor-slider .left-arrow {
  left: 5%;
}
.main-sponsor-slider .right-arrow {
  right: 5%;
}
.main-breaking-news {
  overflow: hidden;
  background: #f1f1f1;
}
.main-breaking-news .break-title {
  padding: 28px 0 26px 0;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  background: #ffcc00;
  color: #292929;
  font-family: "Montserrat", sans-serif;
  z-index: 1;
}
.main-breaking-news .break-title span {
  position: relative;
  z-index: 2;
}
.main-breaking-news .break-title:before {
  content: '';
  position: absolute;
  left: -10000%;
  top: 0;
  bottom: 0;
  background: #ffcc00;
  right: 0;
  z-index: 0;
}
.main-breaking-news .break-title:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  background: #ffcc00;
  right: -20px;
  z-index: 1;
  transform: skew(-10deg);
}
.main-breaking-news .break-title.dark {
  color: #ffffff;
  background: #000000;
}
.main-breaking-news .break-title.dark:before {
  background: #000000;
}
.main-breaking-news .break-title.dark:after {
  background: #000000;
}
.main-breaking-list {
  padding: 28px 0 0 0;
  z-index: 0;
}
.main-breaking-list .item {
  padding-left: 25px;
  font-size: 14px;
}
.main-breaking-list .item > * {
  display: inline-block;
  font-size: 14px;
}
.main-breaking-list .date {
  color: #292929;
}
.main-breaking-list .date span {
  padding: 0 15px;
  color: #a3a3a3;
  display: inline-block;
}
.main-breaking-list .news {
  color: #292929;
}
.main-breaking-list .news > img {
  margin-right: 9px;
  vertical-align: middle;
}
.main-breaking-list .arrow-wrap {
  width: 40px;
  position: absolute;
  right: 0;
  top: 23px;
}
.main-breaking-list .arrow-wrap a {
  color: #999999;
}
.main-breaking-list .arrow-wrap a:hover {
  color: #141414;
}
.main-breaking-list .arrow-wrap .left-arrow {
  padding-right: 10px;
}
.main-breaking-list .arrow-wrap .right-arrow {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .main-breaking-list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-breaking-list .item {
    padding-left: 0px;
  }
  .main-breaking-list .item a {
    white-space: nowrap;
  }
  .main-breaking-list .arrow-wrap {
    display: none;
  }
}
.amateurs-main-match {
  overflow: hidden;
}
.amateurs-main-match .title {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #141414;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
}
.amateurs-main-match .team {
  width: 40%;
  display: inline-block;
}
.amateurs-main-match .team.guest {
  text-align: right;
}
.amateurs-main-match .team.guest .info {
  padding-left: 0;
  padding-right: 30px;
}
.amateurs-main-match .team > * {
  display: inline-block;
  vertical-align: middle;
}
.amateurs-main-match .team .info {
  padding-left: 30px;
}
.amateurs-main-match .team .name {
  font-size: 16px;
  text-transform: uppercase;
  color: #141414;
  font-family: "Montserrat", sans-serif;
  display: block;
  line-height: normal;
}
.amateurs-main-match .team .city {
  font-size: 12px;
  text-transform: uppercase;
  color: #141414;
  display: block;
  line-height: normal;
}
.amateurs-main-match .score {
  padding: 35px 0 33px 0;
  width: 20%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.amateurs-main-match .score span {
  padding: 6px 25px 4px 25px;
  font-size: 32px;
  line-height: normal;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  background: #3d4765;
  border-radius: 9px;
}
.amateurs-main-match .team > .image > img {
  height: 60px;
  width: 60px;
}
@media (max-width: 1200px) {
  .amateurs-main-match .team {
    width: 35%;
  }
  .amateurs-main-match .counter {
    width: 30%;
  }
}
@media (max-width: 992px) {
  .amateurs-main-match .counter {
    width: 100%;
  }
  .amateurs-main-match .counter ul {
    text-align: center;
  }
  .amateurs-main-match > * {
    display: block;
  }
  .amateurs-main-match .team {
    padding: 15px 0;
    width: 100%;
    text-align: center;
  }
  .amateurs-main-match .score {
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
  }
  .amateurs-main-match .team.guest {
    text-align: center;
  }
  .amateurs-main-match .team .avatar {
    width: 100%;
  }
  .amateurs-main-match .team .text {
    padding: 10px 0 10px 0;
  }
  .amateurs-main-match .team.quest {
    text-align: center;
  }
  .amateurs-main-match .team.guest .avatar {
    width: 100%;
  }
  .amateurs-main-match .team.guest .text {
    text-align: center;
    padding: 10px 0 10px 0;
  }
  .amateurs-main-match .team > * {
    display: block;
    text-align: center;
  }
  .amateurs-main-match .team .info {
    padding-left: 0;
  }
  .amateurs-main-match .team.guest .info {
    padding-right: 0;
  }
  .amateurs-main-match .team .info .name {
    padding: 10px 0 10px 0;
  }
  .amateurs-main-match .team .info .city {
    padding-bottom: 10px;
  }
}
.organisation-header-wrapper {
  min-height: 300px;
  position: relative;
}
.organisation-header-wrapper:before {
  content: '';
  background: #f7f7f7;
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: -100px;
  width: 55%;
  transform: skew(-10deg);
}
.org-club-info {
  padding-top: 55px;
}
.org-club-info p {
  font-size: 14px;
  color: #141414;
}
.org-club-info .item {
  padding-bottom: 23px;
  font-size: 14px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  line-height: 19px;
}
.org-club-info .item span {
  color: #666666;
}
.org-club-info .country img {
  margin-right: 10px;
}
.org-club-stat {
  padding: 28px 0 0;
}
.org-club-stat .title {
  padding: 21px 0 3px 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #666666;
  font-family: "Montserrat", sans-serif;
}
.org-club-stat .next > * {
  display: table-cell;
  vertical-align: middle;
}
.org-club-stat .next .avatar {
  padding-right: 20px;
}
.org-club-stat .next .name {
  font-size: 16px;
  color: #141414;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.org-club-stat .next .date {
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  line-height: normal;
}
#circle_3 > svg > path {
  stroke: #ffcc00;
}
#circle_4 > svg > path {
  stroke: #ffcc00;
}
#circle_3 > div.progressbar-text {
  color: #141414 !important;
}
#circle_4 > div.progressbar-text {
  color: #141414 !important;
}
.organisation-header-wrapper .circle-item {
  width: 50%;
  float: left;
}
.organisation-header-wrapper .circle-item .circle-bar {
  width: 42px;
  height: 42px;
}
.organisation-header-wrapper .circle-item .circle-bar {
  width: 42px;
  height: 42px;
}
.organisation-header-wrapper .circle-item > * {
  display: inline-block;
  vertical-align: middle;
}
.organisation-header-wrapper .circle-item .text {
  padding-left: 6px;
  font-size: 12px;
  text-transform: uppercase;
  color: #141414;
  font-family: "Montserrat", sans-serif;
}
.organisation-header-wrapper .circle-item > #circle_4 {
  position: relative;
}
@media (max-width: 992px) {
  .org-club-stat {
    overflow-x: hidden;
    padding-bottom: 30px;
  }
}
@media (max-width: 346px) {
  .organisation-header-wrapper .circle-item .text {
    padding-left: 6px;
    font-size: 10px;
    text-transform: uppercase;
    color: #141414;
    font-family: "Montserrat", sans-serif;
  }
}
.match-page-info {
  padding-bottom: 39px;
  overflow: hidden;
}
.match-live-info {
  padding: 35px 0 26px 0;
}
.match-live-info .title {
  padding: 9px 0;
  text-align: center;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #141414;
  font-family: "Montserrat", sans-serif;
}
.match-live-info-bg .title {
  padding: 9px 0;
  text-align: center;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #141414;
  font-family: "Montserrat", sans-serif;
}
.match-info {
  font-size: 0;
}
.match-info > * {
  display: inline-block;
  vertical-align: middle;
}
.match-info .team > * {
  display: inline-block;
  vertical-align: middle;
}
.match-info .team {
  width: 45%;
  font-size: 17px;
  text-transform: uppercase;
}
.match-info .team .text > span {
  font-size: 12px;
  color: #666666;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  display: block;
}
.match-info .team .text {
  padding-left: 24px;
  color: #141414;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
}
.match-info .score {
  background: #3d4765;
  border-radius: 10px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  width: 10%;
  font-size: 32px;
}
.match-info .team.right {
  text-align: right;
}
.match-info .team.right .text {
  text-align: right;
  padding-right: 24px;
  padding-left: 0;
}
.match-page-info .latest-title {
  padding-top: 27px;
  padding-bottom: 7px;
  font-size: 10px;
  text-transform: uppercase;
  color: #999999;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
}
.match-page-info .latest span {
  margin: 0 2px;
  width: 30px;
  height: 30px;
  text-transform: uppercase;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  color: #666666;
  text-align: center;
  line-height: 30px;
}
.match-page-info .latest span.win {
  background: #4caf50;
  color: #ffffff;
}
.match-page-info .latest span.drawn {
  background: #999999;
  color: #ffffff;
}
.match-page-info .latest span.lose {
  background: #f44336;
  color: #ffffff;
}
.match-page-info {
  overflow: hidden;
}
.match-page-info > * {
  display: block;
  float: left;
}
.match-page-info .team > * {
  vertical-align: top;
}
.match-page-info .team {
  width: 40%;
}
.match-page-info .counter {
  width: 20%;
}
.match-page-info .counter ul li {
  margin-right: 19px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.match-page-info .counter ul li:before {
  content: ':';
  position: absolute;
  top: 0;
  line-height: 53px;
  height: 60px;
  right: -17px;
  font-size: 32px;
  font-weight: bold;
  color: #141414;
}
.match-page-info .counter ul li:last-child {
  margin-right: 0;
}
.match-page-info .counter ul li:last-child:before {
  display: none;
}
.match-page-info .counter .digit {
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 8px;
  min-width: 60px;
  text-align: center;
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  background: #141414;
  height: 60px;
  line-height: 60px;
  font-family: "Open Sans", sans-serif;
}
.match-page-info .counter .descr {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  color: #141414;
}
.match-page-info .counter ul {
  padding: 0px;
}
@media (max-width: 1200px) {
  .match-page-info .team {
    width: 35%;
  }
  .match-page-info .counter {
    width: 30%;
  }
}
@media (max-width: 992px) {
  .match-page-info .counter {
    width: 100%;
  }
  .match-page-info .counter ul {
    text-align: center;
  }
  .match-info > * {
    display: block;
  }
  .match-info .team {
    padding: 15px 0;
    width: 100%;
    text-align: center;
  }
  .match-info .score {
    margin: 0 auto;
    width: 20%;
    font-size: 20px;
  }
  .match-info .team.right {
    text-align: center;
  }
  .match-info .team .avatar {
    width: 100%;
  }
  .match-info .team .text {
    padding: 10px 0 10px 0;
  }
  .match-info .team.right {
    text-align: center;
  }
  .match-info .team.right .avatar {
    width: 100%;
  }
  .match-info .team.right .text {
    text-align: center;
    padding: 10px 0 10px 0;
  }
}
.live-timeline .timeline-wrap {
  padding: 13px 20px 13px 20px;
  background: #fcfcfc;
  font-family: "Montserrat", sans-serif;
}
.live-timeline .timeline-wrap .team {
  font-size: 12px;
  color: #3d3d3d;
}
.live-timeline .timeline-wrap .team img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.timeline {
  padding: 11px 0 7px 0;
  font-size: 0;
}
.timeline .period {
  position: relative;
  background: #cccccc;
  height: 2px;
  font-size: 10px;
}
.timeline .first {
  width: 50%;
  display: inline-block;
  padding-right: 7px;
}
.timeline .second {
  width: 50%;
  display: inline-block;
  padding-left: 7px;
}
.timeline .period .line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #85953b;
}
.timeline .period .line.line-1 {
  width: 100%;
}
.timeline .period .line.line-2 {
  width: 60%;
}
.timeline .period .line .event {
  cursor: pointer;
  position: absolute;
  top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #85953b;
}
.timeline .period .line.line-1 .event.event-1 {
  left: 0%;
}
.timeline .period .line.line-1 .event.event-2 {
  left: 10%;
}
.timeline .period .line.line-2 .event.event-3 {
  left: 22%;
}
.timeline .period .line.line-2 .event.event-4 {
  left: 35%;
}
.timeline .period .line .goal {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}
.timeline .period .line.line-1 .goal.goal-1 {
  left: 30%;
}
.timeline .period .line.line-2 .goal.goal-2 {
  left: 30%;
}
.timeline .period .line .goal img {
  vertical-align: top;
}
.timeline .period .tooltip-inner {
  border-radius: 10px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.timeline .period .line .current-time {
  position: absolute;
  top: -14px;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #85953b;
}
.timeline .period .end {
  position: absolute;
  top: -4px;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #cccccc;
}
.match-stat-table .item {
  padding: 17px 20px 20px 20px;
  background: #fcfcfc;
  border-bottom: 1px solid #eaeaea;
}
.match-stat-table .item .name {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
}
.match-stat-table .item .percent {
  padding: 3px 0 6px 0;
  width: 50%;
  float: left;
  font-size: 12px;
  line-height: normal;
  color: #141414;
  font-family: "Montserrat", sans-serif;
}
.match-stat-table .item .percent.right {
  float: right;
  text-align: right;
}
.match-stat-table .item .percent-bar {
  height: 4px;
  background: #0078dc;
  position: relative;
  clear: both;
}
.match-stat-table .item .percent-bar .bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #ffcc00;
}
.match-stat-table .item .percent-bar .bar.bar-1 {
  width: 50%;
}
.match-stat-table .item .percent-bar .bar.bar-2 {
  width: 48%;
}
.match-stat-table .item .percent-bar .bar.bar-3 {
  width: 53%;
}
.match-stat-table .item .percent-bar .bar.bar-4 {
  width: 58%;
}
.match-stat-table .item .percent-bar .bar.bar-5 {
  width: 66%;
}
.match-stat-table .item .percent-bar .bar.bar-6 {
  width: 57%;
}
.live-championship .border {
  background-color: #fcfcfc;
  padding: 20px;
  padding-bottom: 10px;
}
.live-championship .header {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  padding: 18px 19px 14px 19px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.live-championship .text {
  margin-bottom: 10px;
}
.live-championship .flag,
.live-championship .text {
  display: block;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.live-championship .img-champ img {
  max-width: 100%;
}
.live-championship dt {
  float: left;
  color: #737373;
  margin-bottom: 10px;
  margin-right: 5px;
  font-family: "Montserrat", sans-serif;
  width: auto;
}
.live-championship dd {
  margin-bottom: 10px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}
.match-lineup {
  overflow: hidden;
  background: #fcfcfc;
}
.match-lineup .head {
  padding: 10px 20px 10px 20px;
  overflow: hidden;
  background: #000;
}
.match-lineup .head .name {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.match-lineup .head .name.right {
  text-align: right;
}
.match-lineup .member {
  padding: 20px 0 0;
  overflow: hidden;
}
.match-lineup .member .avatar:before {
  content: '';
  margin-left: -1px;
  width: 2px;
  height: 200%;
  background: #e6e6e6;
  left: 50%;
  top: -200%;
  position: absolute;
}
.match-lineup .team-wrap {
  padding: 0 0 15px 20px;
  background: #fcfcfc;
}
.match-lineup .team-wrap .member:first-child .avatar:before {
  display: none;
}
.match-lineup .member .avatar {
  width: 56px;
  height: 56px;
  position: relative;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
.match-lineup .member .avatar img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: block;
  max-width: 100%;
}
.match-lineup .member .info {
  max-width: 75%;
  box-sizing: border-box;
  padding-left: 16px;
  display: inline-block;
  vertical-align: middle;
}
.match-lineup .member .info .wrap {
  padding-bottom: 7px;
  line-height: 20px;
}
.match-lineup .member .name {
  padding: 0 10px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #141414;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
}
.match-lineup .member .country {
  font-size: 10px;
  color: #666;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  line-height: 12px;
}
.match-lineup .member .country img {
  margin-right: 7px;
}
.match-lineup .member .card {
  margin-right: 5px;
  width: 10px;
  height: 13px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
}
.match-lineup .member .card.yellow {
  background: #ffa000;
}
.match-lineup .member .card.red {
  background: #c80b0b;
}
.match-lineup .member .goal {
  margin-right: 5px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  display: inline-block;
}
.match-lineup .member .goal img {
  vertical-align: top;
}
.match-lineup .member .tooltip-inner {
  border-radius: 10px;
  font-size: 10px;
  white-space: nowrap;
  font-weight: bold;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.match-lineup .team-wrap.right {
  padding: 0 20px 15px 0;
}
.match-lineup .team-wrap.right .member {
  text-align: right;
}
.match-lineup .team-wrap.right .member .info {
  padding-left: 0;
  padding-right: 16px;
}
.match-lineup .team-wrap.right .member .name {
  padding: 0 0 0 10px;
}
.match-lineup .team-wrap.right .member .card {
  margin-right: 0;
  margin-left: 5px;
}
.match-lineup .team-wrap.right .member .goal {
  margin-right: 0;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .match-lineup .no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .match-lineup .head .name.right {
    text-align: left;
  }
  .match-lineup .team-wrap.right {
    padding: 0 0 15px 20px;
  }
  .match-lineup .member .avatar {
    float: left;
  }
  .match-lineup .member .country img {
    float: left;
  }
  .match-lineup .team-wrap.right .member .country img {
    margin-right: 7px;
    margin-left: 0;
  }
  .match-lineup .member .name {
    float: left;
  }
  .match-lineup .member .card {
    vertical-align: top;
  }
  .match-lineup .member .goal {
    vertical-align: top;
  }
  .match-lineup .team-wrap.right .member .name {
    padding: 0 10px 0 0;
  }
  .match-lineup .team-wrap.right .member {
    text-align: left;
  }
  .match-lineup .team-wrap.right .member .info {
    padding-left: 16px;
    padding-right: 0;
  }
  .match-lineup .member {
    text-align: left;
  }
  .match-lineup .member .info {
    text-align: left;
  }
  .match-lineup .member .avatar:before {
    display: none;
  }
}
.live-match-weather {
  padding: 20px;
  background: #fcfcfc;
}
.live-match-weather .icon {
  display: inline-block;
  vertical-align: middle;
}
.live-match-weather .info {
  padding-left: 14px;
  display: inline-block;
  vertical-align: middle;
}
.live-match-weather .info .degree {
  font-size: 24px;
  color: #141414;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
}
.live-match-weather .info .text {
  font-size: 12px;
  text-transform: uppercase;
  color: #666666;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
}
.share-box {
  padding: 50px 0 100px 0;
}
.share-box .item {
  background: #fcfcfc;
}
.share-box .item .title {
  padding: 20px 0 10px 30px;
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.share-box .share-socials {
  padding: 12px 18px 12px 5px;
  display: inline-block;
  background: #141414;
  position: relative;
}
.share-box .share-socials:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  transform: skew(-10deg);
  background: #141414;
  width: 100%;
}
.share-box .share-socials li {
  padding: 10px 12px 10px 12px;
  display: inline-block;
  position: relative;
}
.share-box .share-socials li a {
  color: #999999;
  font-size: 14px;
}
.share-box .share-socials li a:hover {
  color: #ffa000;
}
@media (max-width: 767px) {
  .share-box .item .title {
    padding-left: 0;
    text-align: center;
  }
  .share-box .share-socials {
    display: block;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .share-box .share-socials:before {
    display: none;
  }
  .share-box .share-socials li a {
    font-size: 18px;
  }
  .share-box .share-socials li {
    padding: 4px 12px 4px 12px;
    display: inline-block;
    position: relative;
  }
}
.broadcast-list {
  padding-top: 20px;
}
.broadcast-item {
  background: #ffffff;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
.broadcast-item .arrow {
  padding-left: 40px;
  width: 100%;
  height: 100px;
  display: block;
  line-height: 100px;
  color: #999;
  position: relative;
}
.broadcast-item .arrow i {
  position: relative;
}
.broadcast-item .arrow:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25px;
  left: -50px;
  background: #ebebeb;
  transform: skew(-10deg);
  transition: all 400ms;
}
.broadcast-item .item-head-body {
  padding: 30px 85px 30px 50px;
  position: relative;
  transition: all 400ms;
}
.broadcast-item .item-head-body > a > img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.broadcast-item .marker {
  padding: 0 14px;
  border-radius: 9px;
  font-size: 12px;
  text-transform: uppercase;
  background: #4caf50;
  line-height: 30px;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.broadcast-item .vs {
  padding: 0 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  font-weight: bold;
  transition: all 400ms;
}
.broadcast-item .info {
  padding-left: 35px;
  display: inline-block;
  vertical-align: middle;
}
.broadcast-item .info .what {
  transition: all 400ms;
  color: #999;
  font-size: 10px;
  text-transform: uppercase;
  line-height: normal;
  display: block;
  font-family: "Montserrat", sans-serif;
}
.broadcast-item .info .then {
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal;
  display: block;
  font-family: "Montserrat", sans-serif;
  transition: all 400ms;
}
.broadcast-item .channel {
  padding: 30px;
  position: relative;
}
.broadcast-item .channel:before {
  content: '';
  margin-bottom: -100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -55px;
  left: -20px;
  background: #ebebeb;
  transform: skew(-10deg);
  transition: all 400ms;
}
.broadcast-item .channel > * {
  position: relative;
}
.broadcast-item .channel img {
  width: 33px;
  height: 33px;
}
.broadcast-item .channel .info {
  padding-left: 18px;
  padding-top: 5px;
}
.broadcast-item .item-body {
  padding: 25px 40px 40px 40px;
  background: #ffffff;
  transition: all 400ms;
}
.broadcast-item .item-body .title {
  padding: 5px 0 10px 0;
  font-size: 17px;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #141414;
}
.broadcast-item .img-wrap img {
  width: 100%;
  height: calc(99%);
}
.broadcast-item .live-match-weather {
  padding: 0;
}
.broadcast-item .live-match-weather .info {
  padding-left: 20px;
}
.broadcast-item .item-body .btn {
  margin-top: 30px;
  font-size: 12px;
}
.broadcast-item .item-body .btn:hover {
  background: #131313;
  color: #ffffff;
}
.broadcast-item .lineup-list .item {
  margin-bottom: 2px;
  overflow: hidden;
  background: linear-gradient(to right, #f7f7f7 0%, #fbfbfb 50%, #f7f7f7 100%);
}
.broadcast-item .lineup-list .left {
  width: 50%;
  float: left;
}
.broadcast-item .lineup-list .left > * {
  display: inline-block;
}
.broadcast-item .lineup-list .right {
  width: 50%;
  float: right;
  text-align: right;
}
.broadcast-item .lineup-list .number img {
  z-index: 5;
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 47px;
  object-fit: cover;
}
.broadcast-item .lineup-list .right .number img {
  left: -10px;
}
.broadcast-item .lineup-list .right > * {
  display: inline-block;
}
.broadcast-item .lineup-list .number {
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  font-size: 14px;
  color: #3d3d3d;
  font-family: "Montserrat", sans-serif;
}
.broadcast-item .lineup-list .number:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  right: -5px;
  background: #ebebeb;
  transform: skew(-10deg);
}
.broadcast-item .lineup-list .number span {
  position: relative;
  line-height: 40px;
  color: #3d3d3d;
}
.broadcast-item .lineup-list .name {
  padding-left: 18px;
  font-size: 14px;
  color: #262626;
}
.broadcast-item .lineup-list .right .name {
  padding-right: 18px;
  padding-left: 0;
}
.broadcast-item .item-header {
  border-bottom: 1px solid #e0e0e0;
  transition: all 400ms;
  position: relative;
  overflow: hidden;
}
.broadcast-item.active .item-header {
  background: #141414;
  border-bottom: 1px solid #000000;
}
.broadcast-item.active .arrow {
  color: #ffffff;
}
.broadcast-item.active .arrow:before {
  background: #292929;
}
.broadcast-item.active .vs {
  color: #ffffff;
}
.broadcast-item.active .info .then {
  color: #ffffff;
}
.broadcast-item.active .info .what {
  color: #ffffff;
}
.broadcast-item.active .channel:before {
  background: #292929;
}
.match-lineup .member {
  padding: 20px 0 0;
  overflow: hidden;
}
.match-lineup .member .avatar:before {
  content: '';
  margin-left: -1px;
  width: 2px;
  height: 200%;
  background: #e6e6e6;
  left: 50%;
  top: -200%;
  position: absolute;
}
.match-lineup .member .avatar {
  width: 56px;
  height: 56px;
  position: relative;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
.match-lineup .member .avatar img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: block;
  max-width: 100%;
}
.match-lineup .member .info {
  max-width: 75%;
  box-sizing: border-box;
  padding-left: 16px;
  display: inline-block;
  vertical-align: middle;
}
.match-lineup .member .info .wrap {
  padding-bottom: 7px;
  line-height: 20px;
}
.match-lineup .member .name {
  padding: 0 10px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #141414;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
}
.match-lineup .member .country {
  font-size: 10px;
  color: #666666;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  line-height: 12px;
}
.match-lineup .member .country img {
  margin-right: 7px;
}
.live-match-weather {
  padding: 20px;
  background: #fcfcfc;
}
.live-match-weather .icon {
  display: inline-block;
  vertical-align: middle;
}
.live-match-weather .info {
  padding-left: 14px;
  display: inline-block;
  vertical-align: middle;
}
.live-match-weather .info .degree {
  font-size: 24px;
  color: #141414;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
}
.live-match-weather .info .text {
  font-size: 12px;
  text-transform: uppercase;
  color: #666666;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
}
.part-list .item {
  margin-bottom: 30px;
  padding: 54px 10px 28px 10px;
  text-align: center;
  background: #ffffff;
  border-radius: 9px;
  border: solid #e9e9e9;
  display: block;
}
.part-list .item:hover {
  box-shadow: 0 0 10px 10px #d2d2d2;
}
.part-list .item .logo {
  display: block;
}
.part-list .item .name {
  padding-top: 13px;
  display: block;
  font-size: 25px;
  text-transform: uppercase;
  color: #141414;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 992px) {
  .broadcast-item .channel:before {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .broadcast-item .item-head-body {
    padding-left: 40px;
  }
  .broadcast-item .channel {
    padding-left: 40px;
  }
}
@media (max-width: 450px) {
  .broadcast-item .info {
    padding-left: 0px;
  }
}
.championship-list {
  background: #ffffff;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
.championship-list .arrow {
  padding-left: 40px;
  width: 100%;
  height: 100px;
  display: block;
  line-height: 100px;
  color: #999;
  position: relative;
}
.championship-list .arrow i {
  position: relative;
}
.championship-list .arrow:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25px;
  left: -50px;
  background: #ebebeb;
  transform: skew(-10deg);
  transition: all 400ms;
}
.championship-list .item-head-body {
  padding: 30px 85px 30px 50px;
  position: relative;
  transition: all 400ms;
}
.championship-list .marker {
  padding: 0 14px;
  border-radius: 9px;
  font-size: 12px;
  text-transform: uppercase;
  background: #4caf50;
  line-height: 30px;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.championship-list .vs {
  padding: 0 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #141414;
  font-weight: bold;
  transition: all 400ms;
}
.championship-list .info {
  padding-left: 35px;
  display: inline-block;
  vertical-align: middle;
}
.championship-list .info .what {
  transition: all 400ms;
  color: #999;
  font-size: 10px;
  text-transform: uppercase;
  line-height: normal;
  display: block;
  font-family: "Montserrat", sans-serif;
}
.championship-list .info .then {
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal;
  display: block;
  font-family: "Montserrat", sans-serif;
  transition: all 400ms;
}
.championship-list .item-body {
  padding: 25px 40px 40px 40px;
  background: #ffffff;
  transition: all 400ms;
}
.championship-list .item-body .title {
  padding: 5px 0 10px 0;
  font-size: 17px;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #141414;
}
.championship-list .item-body .btn {
  margin-top: 30px;
  font-size: 12px;
}
.championship-list .item-body .btn:hover {
  background: #131313;
  color: #ffffff;
}
.championship-list .item-header {
  border-bottom: 1px solid #e0e0e0;
  transition: all 400ms;
  position: relative;
  overflow: hidden;
}
.championship-list.active .item-header {
  background: #141414;
  border-bottom: 1px solid #000000;
}
.championship-list.active .arrow {
  color: #ffffff;
}
.championship-list.active .arrow:before {
  background: #292929;
}
.championship-list.active .vs {
  color: #ffffff;
}
.championship-list.active .info .then {
  color: #ffffff;
}
.championship-list.active .info .what {
  color: #ffffff;
}
.part-list .item {
  margin-bottom: 30px;
  padding: 54px 10px 28px 10px;
  text-align: center;
  background: #ffffff;
  border-radius: 9px;
  display: block;
}
.part-list .item:hover {
  box-shadow: 0 0 10px 10px #d2d2d2;
}
.part-list .item .logo {
  display: block;
}
.part-list .item .logo img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.part-list .item .name {
  padding-top: 13px;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #141414;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  .championship-list .item-head-body {
    padding-left: 40px;
  }
}
@media (max-width: 410px) {
  .championship-list .info {
    padding-left: 0px;
    padding-top: 5px;
  }
}
.championship-header-wrapper {
  min-height: 300px;
  background: url("../images/soccer/champ-title-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  position: relative;
}
.championship-header-wrapper:before {
  content: '';
  background: #f7f7f7;
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: -100px;
  width: 55%;
  transform: skew(-10deg);
}
.club-info {
  padding-top: 55px;
}
.club-info p {
  font-size: 14px;
  color: #141414;
}
.club-info .item {
  padding-bottom: 23px;
  font-size: 14px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  line-height: 19px;
}
.club-info .item span {
  color: #666;
}
.club-info .country img {
  margin-right: 10px;
}
.club-stat {
  padding: 28px 0 0;
}
.club-stat .title {
  padding: 21px 0 3px 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #666666;
  font-family: "Montserrat", sans-serif;
}
.club-stat .next > * {
  display: table-cell;
  vertical-align: middle;
}
.club-stat .next .avatar {
  padding-right: 20px;
}
.club-stat .next .name {
  font-size: 16px;
  color: #141414;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.club-stat .next .date {
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  line-height: normal;
}
.staff-box h4 {
  padding-top: 0;
}
.staff-box .item {
  margin-bottom: 40px;
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 400ms;
  height: 360px;
  width: 100%;
}
.staff-box .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-box .item:hover {
  box-shadow: 0px 0px 17px -6px #000;
}
.staff-box .item:hover .info:before {
  background: #ffcc00;
  right: -50px;
}
.staff-box .item:hover .info > * {
  color: #141414;
}
.staff-box .info {
  padding: 10px 0 10px 29px;
  width: 30%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -1px;
  display: block;
}
.staff-box .info:before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -30px;
  background: #f2f2f2;
  transform: skew(-10deg);
  transition: all 400ms;
}
.staff-box .info .name {
  padding: 16px 0 0;
  font-size: 16px;
  line-height: 19px;
  color: #141414;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  display: block;
  position: relative;
}
.staff-box .info .position {
  padding-top: 3px;
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  display: block;
  line-height: normal;
  position: relative;
  transition: all 400ms;
}
.staff-box .info .number {
  position: absolute;
  left: 30px;
  bottom: 23px;
  font-size: 24px;
  color: #999999;
  display: block;
  transition: all 400ms;
}
.staff-box .info .role {
  padding: 4px 9px 4px 10px;
  font-size: 10px;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  background: #ffa000;
  position: relative;
}
.staff-box .info .role span {
  position: relative;
}
.staff-box .info .role:before {
  content: '';
  width: 100%;
  background: #ffa000;
  transform: skew(-10deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -7px;
}
.staff-box .item:hover .info .role {
  color: #ffffff;
}
@media (max-width: 767px) {
  .staff-box .item {
    margin: 0px auto 40px;
    max-width: 360px;
  }
}
.captain-bage {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
.captain-bage {
  margin: 30px 20px 29px 0;
  padding: 0 0 0 10px;
  height: 26px;
  position: relative;
  vertical-align: top;
  line-height: 24px;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  background: #ffa000;
}
.captain-bage:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  transform: skew(-10deg);
  background: #ffa000;
  z-index: -1;
}
.player-name {
  display: inline-block;
}
.player-photo {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.player-photo .number {
  width: 80px;
  padding: 28px 0 0;
  text-align: center;
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  color: #141414;
  background: #ffcc00;
  top: 0;
  bottom: 0;
  left: 0;
}
.player-photo .number:before {
  content: '';
  background: #f0f0f0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transform: skew(-10deg);
  width: 250%;
  z-index: -1;
}
.cup-body {
  padding: 0 0 100px 0;
}
.cup-body div.jQBracket .bracket {
  float: left;
}
.cup-body div.jQBracket .team {
  padding: 25px 0;
}
.cup-body div.jQBracket .team div.label {
  padding: 0 0 0 30px;
  text-align: left;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  color: #141414;
  text-transform: uppercase;
}
.cup-body div.jQBracket .team {
  border-bottom: 1px solid #e0e0e0;
}
.cup-body div.jQBracket .team.lose {
  background-color: #f0f0f0;
}
.cup-body div.jQBracket .team.lose > .label {
  color: #141414;
}
.cup-body div.jQBracket .team.win {
  background-color: #ffffff;
}
.cup-body div.jQBracket .team.win > .label {
  color: #141414;
}
.cup-body div.jQBracket .team div.score {
  padding: 0;
  width: 40px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background: #3d4765;
  border-radius: 9px;
}
.cup-body div.jQBracket .bubble {
  display: none;
}
.cup-body div.jQBracket .connector.highlightWinner,
div.jQBracket .connector div.connector.highlightWinner {
  border-color: #e0e0e0;
}
.cup-body div.bracket div:last-child {
  margin-right: 0px !important;
}
.standing-full {
  margin-bottom: 25px;
  width: 100%;
}
.standing-full tr th {
  height: 68px;
  font-size: 10px;
  color: #ffffff;
  background: #141414;
}
.standing-full tr td {
  background: #ffffff;
  height: 80px;
  border-bottom: 1px solid #e9e9e9;
}
.standing-full tr td:first-child i {
  margin-right: 8px;
  font-size: 16px;
}
.standing-full tr td.up i {
  color: #4caf50;
}
.standing-full tr td.down i {
  color: #f44336;
}
.standing-full tr td.none i {
  color: #999999;
  font-size: 10px;
}
.standing-full tr td .team {
  padding: 0 15px 0 10px;
}
.standing-full tr td.points span {
  width: 40px;
  height: 30px;
  line-height: 30px;
  border-radius: 9px;
  background: #141414;
  display: inline-block;
  color: #ffffff;
}
.standing-full tr td.form {
  border: solid #e9e9e9;
  border-width: 0 1px 1px 1px;
}
.standing-full tr td.form span {
  margin: 0 3px;
  width: 30px;
  height: 30px;
  text-transform: uppercase;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
}
.standing-full tr td.form span.win {
  background: #4caf50;
}
.standing-full tr td.form span.drawn {
  background: #999999;
}
.standing-full tr td.form span.lose {
  background: #f44336;
}
.standing-full tr:hover td {
  background: #f2f2f2;
}
.standing-full tr:hover td.form {
  border-left-color: #e9e9e9;
  border-right-color: #e9e9e9;
}
.standing-full td .team-name,
.standing-full td .team {
  margin: auto;
}
.standing-full td img {
  height: 30px;
  width: 30px;
  object-fit: contain;
}
table tr td:first-child span {
  line-height: normal;
}
.standing-full tr td a {
  display: inline-flex;
}
.team-timeline {
  position: relative;
}
.team-timeline:before {
  content: '';
  width: 2px;
  top: 30px;
  bottom: 0;
  position: absolute;
  left: 60px;
  background: #e6e6e6;
}
.team-timeline .item-wrap {
  margin-top: 30px;
  padding: 0 0 0 110px;
  position: relative;
}
.team-timeline .item-wrap:first-child {
  margin-top: 0;
}
.team-timeline .item-info {
  position: absolute;
  top: 30px;
  left: 0;
  width: 110px;
}
.team-timeline .item-info .time {
  width: 55px;
  font-size: 12px;
  color: #666666;
  line-height: 2px;
}
.team-timeline .item-info .point {
  margin-top: -18px;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  left: 60px;
  top: 0;
}
.team-timeline .item-info .point.event {
  border: 2px solid #e6e6e6;
  background: #f7f7f7;
  text-align: center;
  line-height: 30px;
}
.team-timeline .item-info .point.event img {
  vertical-align: middle;
}
.team-timeline .item-info .point.event:before {
  display: none;
}
.team-timeline .item-info .point:before {
  content: '';
  margin-left: -3px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background: #e6e6e6;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
}
.team-timeline .item {
  padding: 30px 40px 40px 30px;
  position: relative;
  background: #ffffff;
}
.team-timeline .item:before {
  content: '';
  position: absolute;
  top: 24px;
  left: -11px;
  border: 6px solid transparent;
  border-right: 5px solid #ffffff;
}
.team-timeline .item .avatar {
  width: 36px;
  height: 36px;
  float: left;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
  overflow: hidden;
}
.team-timeline .item .avatar img {
  max-width: 100%;
}
.team-timeline .item .info {
  padding: 0 0 0 60px;
}
.team-timeline .item .info .name {
  padding: 5px 0 14px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #141414;
  font-family: "Montserrat", sans-serif;
}
.team-timeline .item .info p {
  color: #3d3d3d;
}
.store-banner {
  height: 460px;
  background: url("../img/logowanie_banner.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.store-banner-info {
  text-align: right;
  position: absolute;
  bottom: 66px;
  left: 0;
  right: 0;
}
.store-banner-info .title {
  font-size: 40px;
  text-transform: uppercase;
  line-height: normal;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  color: #141414;
}
.store-banner-info .title span {
  font-size: 60px;
  display: block;
  line-height: 62px;
}
.store-banner-info .btn {
  margin-top: 38px;
}
.store-banner-info {
  text-align: right;
  position: absolute;
  bottom: 66px;
  left: 0;
  right: 0;
}
.store-banner-info .title {
  font-size: 40px;
  text-transform: uppercase;
  line-height: normal;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  color: #141414;
}
.store-banner-info .title span {
  font-size: 60px;
  display: block;
  line-height: 62px;
}
.store-banner-info .btn {
  margin-top: 38px;
}
.donations-wrap {
  padding-top: 55px;
}
.donation-item {
  margin-top: 40px;
  overflow: hidden;
}
.donation-item .info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -60px;
}
.donation-item .info:before {
  content: '';
  transform: skew(-10deg);
  background: #ffffff;
  position: absolute;
  top: 0;
  right: -100px;
  left: -30px;
  bottom: 0;
  z-index: 2;
  transition: all 400ms;
}
.donation-item .info:after {
  content: '';
  background: #ffcc00;
  transform: skew(-13deg);
  position: absolute;
  top: 0;
  right: -100px;
  left: -10px;
  bottom: 0;
  z-index: 1;
  transition: all 400ms;
}
.donation-item .info .wrap {
  padding: 0 40px 0 30px;
  position: relative;
  z-index: 3;
}
.donation-item .info .title {
  padding: 32px 0 6px 0;
  font-size: 22px;
  line-height: normal;
  color: #141414;
  font-weight: bold;
}
.donation-item .info .progress-wrap {
  padding-bottom: 14px;
  position: relative;
}
.donation-item .info .details {
  padding-bottom: 7px;
}
.donation-item .info .details li {
  padding-left: 6px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #666666;
  font-family: "Montserrat", sans-serif;
}
.donation-item .info .details li:first-child {
  padding-left: 0;
}
.donation-item .info .details li span {
  padding-right: 10px;
  color: #141414;
}
.donation-item .info .progress-line {
  position: relative;
  height: 10px;
  background: #e6e6e6;
}
.donation-item .info .progress-line .bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #ffa000;
  width: 20%;
}
.donation-item .info .progress-line .bar-1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #ffa000;
  width: 30%;
}
.donation-item .info .progress-line .bar-2 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #ffa000;
  width: 40%;
}
.donation-item .info .progress-line .bar-3 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #ffa000;
  width: 50%;
}
.donation-item .info .progress-line .bar:before {
  content: '';
  width: 4px;
  background: #ffa000;
  transform: skew(-10deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3px;
}
.donation-item .info .btn {
  margin: 13px 15px 0 0;
}
.donation-item:hover .info .title {
  color: #ffffff;
}
.donation-item:hover .info:before {
  background: #3d4765;
}
.donation-item:hover .details li span {
  color: #ffffff;
}
.donation-item:hover .info p {
  color: #cccccc;
}
.donation-item:hover .info:after {
  left: -50px;
}
/**.donation-item>.no-gutter.equal-height>.col-md-7.col-sm-12{ height: 330px;}**/
.donation-item > .no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
  height: 330px;
}
@media (max-width: 992px) {
  .donation-item .info {
    padding-bottom: 30px;
    position: relative;
    left: auto;
    background: #ffffff;
  }
  .donation-item .img-wrap img {
    width: 100%;
  }
  .donation-item > .no-gutter > [class*=col-] {
    height: auto;
  }
}
.ct-perfect-fourth:before {
  padding-bottom: 35%;
}
.ct-chart-line {
  background-color: #fcfcfc;
}
.ct-series-a .ct-line,
.ct-series-a .ct-point {
  stroke: #ffa000;
}
.ct-series-b .ct-line,
.ct-series-b .ct-point {
  stroke: #0051ad;
}
.ct-label {
  color: #3d3d3d;
  font-size: 12px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .ct-label {
    font-size: 8px;
  }
}
.contacts-wrap {
  padding: 45px 0 0 0;
}
.contact-office-img {
  padding-top: 15px;
}
.contacts-wrap .contact-list {
  padding: 22px 0 0;
}
.contacts-wrap .contact-list li {
  padding: 0 0 5px 33px;
  position: relative;
}
.contacts-wrap .contact-list li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #999999;
}
.contacts-wrap .contact-list li span {
  color: #141414;
  display: inline-block;
}
.contacts-wrap .contact-list li a {
  margin-bottom: 6px;
  display: block;
  color: #141414;
}
.contacts-wrap .contact-list li a:hover {
  color: #ffa000;
}
.contacts-wrap .contact-list li.phone span {
  font-size: 16px;
  color: #141414;
  font-family: "Montserrat", sans-serif;
}
.main-club-gallery {
  padding-top: 35px;
}
.isotope-grid {
  clear: both;
}
.isotope-grid .grid-item {
  height: 200px;
}
.isotope-grid .grid-item {
  margin-bottom: 30px;
}
.isotope-grid .grid-sizer {
  height: 200px;
}
.isotope-grid .grid-item.height2 {
  height: 554px;
}
.isotope-grid .grid-item a {
  position: relative;
  overflow: hidden;
  display: block;
}
.isotope-grid .grid-item a:hover .info {
  left: 0;
}
.isotope-grid .grid-item a img {
  width: 100%;
  display: block;
}
.isotope-grid .grid-item a .info {
  padding: 24px 0 10px 30px;
  transition: all 400ms;
  width: 60%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  display: block;
  z-index: 1;
}
.isotope-grid .grid-item a .info > * {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  display: block;
  position: relative;
}
.isotope-grid .grid-item a .info:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60px;
  right: -25px;
  background-color: rgba(0, 0, 0, 0.8);
  transform: skew(-10deg);
}
.isotope-grid .grid-item a .info .date {
  padding-bottom: 8px;
  line-height: normal;
}
#circle-bar,
#circle-bar1 {
  width: 42px;
  height: 42px;
  position: relative;
}
.wrapper-circle {
  display: inline-flex;
  width: 100%;
}
td a {
  color: #141414;
}
.player-hockey-wrap .circle-item {
  display: inline-block;
  width: 100%;
}
.player-hockey-wrap .circle-item > .text {
  color: #666666;
}
#circle-bar1 .progressbar-text,
#circle-bar .progressbar-text {
  font-size: 12px;
  color: #ffcc00;
  font-family: "Montserrat";
}
.player-hockey-wrap {
  background-color: #fcfcfc;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.player-hockey-wrap > div p {
  margin-bottom: 20px;
}
.player-hockey-wrap .circle-item {
  float: none;
}
.player-hockey-wrap .stats {
  position: relative;
  padding: 30px;
}
.player-hockey-wrap:before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 75%;
  transform: skew(-10deg);
}
.canvas {
  position: relative;
  margin: 10px;
  margin-top: 20px;
}
.canvas-minutes {
  padding-top: 20px;
  margin-bottom: 20px;
  background: #fcfcfc;
}
.background-section {
  background: #fcfcfc;
  padding: 35px 20px 37px;
}
.player-hockey-wrap .number {
  color: #ffcc00;
  font-size: 40px;
  font-family: "Montserrat";
}
.player-hockey-wrap .name {
  font-family: "Montserrat";
  color: #141414;
  font-size: 24px;
  text-transform: uppercase;
}
.player-hockey-wrap .country {
  font-size: 10px;
  font-family: "Montserrat";
  color: #3d3d3d;
}
.player-hockey-wrap .country img {
  margin-right: 10px;
}
.summary-hockey {
  background: #fcfcfc;
  padding: 20px;
}
.checkout-wrap {
  padding-top: 45px;
  padding-bottom: 80px;
}
.team-alert {
  padding: 21px 70px 22px 30px;
  position: relative;
  background: #fcfcfc;
  border-radius: 0;
  overflow-x: hidden;
  border: solid #ffcc00;
  border-width: 0 0 0 5px;
}
.team-alert .close {
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
}
.team-alert .close span {
  position: relative;
  font-size: 12px;
  color: #666666;
  line-height: 32px;
}
.team-alert .close:before {
  content: "";
  background: #f0f0f0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -40px;
  transform: skew(-6deg);
  transition: all 400ms;
}
.team-alert .close:hover:before {
  background: #ffcc00;
}
.team-alert .close:hover span {
  color: #141414;
}
.customer-info .item {
  padding-bottom: 15px;
}
.customer-info .item label {
  margin-bottom: 10px;
  cursor: pointer;
  display: block;
  font-weight: normal;
}
.customer-info .item span {
  padding-bottom: 7px;
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: normal;
  font-weight: normal;
}
.customer-info .item span i {
  font-style: normal;
  color: #d32f2f;
}
.checkout-wrap .cart-table {
  margin-bottom: 0;
}
.checkout-wrap .cart-table tr td {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  height: auto;
  text-transform: none;
  background: #fcfcfc;
}
.checkout-wrap .cart-table tr td:firt-child {
  text-transform: none;
}
.checkout-wrap .cart-total {
  padding-top: 0;
}
.checkout-wrap .cart-total .proceed {
  font-size: 16px;
  padding: 18px 28px 16px 28px;
}
.amateurs-news-list {
  padding: 65px 0 50px 0;
}
.amateurs-news-list .item {
  padding-bottom: 30px;
}
.amateurs-news-list .item .img-wrap {
  display: block;
}
.amateurs-news-list .item .name {
  padding: 23px 0 10px 0;
  display: block;
  font-size: 22px;
  line-height: 27px;
  color: #0078c2;
  font-weight: bold;
}
.amateurs-news-list .item .name:hover {
  color: #ffcc00;
}
.amateurs-news-list .item .date {
  padding-bottom: 13px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #999999;
  line-height: normal;
}
.amateurs-news-list .item .date a {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #141414;
}
.amateurs-news-list .item .date a:hover {
  color: #ffcc00;
}
.amateurs-news-list .item a > img {
  height: 100%;
  width: 100%;
}
.sidebar-btn {
  background: #ffcc00;
  font-size: 12px;
  text-transform: uppercase;
  color: #141414;
}
.slider-dots-wrap {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  z-index: 2;
}
.main-slider-dots {
  padding: 0;
  margin: 0;
}
.main-slider-dots li {
  margin-right: 6px;
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #ffcc00;
  cursor: pointer;
}
.main-slider-dots li.active {
  background: #ffffff;
}
.main-slider .progress-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 10px;
  background: #000000;
}
.main-slider .progress-line .bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #ffa000;
}
.main-slider .progress-line .bar:before {
  content: '';
  width: 4px;
  background: #ffa000;
  transform: skew(-10deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3px;
}
td a {
  color: #141414;
}
.player-hockey-wrap .circle-item {
  display: inline-block;
  width: 100%;
}
.player-hockey-wrap .circle-item > .text {
  color: #666666;
}
.player-hockey-wrap {
  background-color: #fcfcfc;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.player-hockey-wrap > div p {
  margin-bottom: 20px;
}
.player-hockey-wrap .circle-item {
  float: none;
}
.player-hockey-wrap .stats {
  position: relative;
  padding: 30px;
}
.player-hockey-wrap:before {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 75%;
  transform: skew(-10deg);
}
.canvas {
  position: relative;
  margin: 10px;
  margin-top: 20px;
}
.canvas-minutes {
  padding-top: 20px;
  margin-bottom: 20px;
  background: #fcfcfc;
}
.background-section {
  background: #fcfcfc;
  padding: 35px 20px 37px;
}
.player-hockey-wrap .number {
  color: #ffcc00;
  font-size: 40px;
  font-family: "Montserrat";
}
.player-hockey-wrap .name {
  font-family: "Montserrat";
  color: #141414;
  font-size: 24px;
  text-transform: uppercase;
}
.player-hockey-wrap .country {
  font-size: 10px;
  font-family: "Montserrat";
  color: #3d3d3d;
}
.player-hockey-wrap .country img {
  margin-right: 10px;
}
.summary-hockey {
  background: #fcfcfc;
  padding: 20px;
}
player-hockey-wrap .wrapper-circle {
  display: inline-flex;
  width: 100%;
}
.player-hockey-wrap .circle-item {
  width: 50%;
  float: left;
}
.player-hockey-wrap .circle-item .circle-bar {
  width: 42px;
  height: 42px;
  position: relative;
}
.player-hockey-wrap .circle-item > * {
  display: inline-block;
  vertical-align: middle;
}
.player-hockey-wrap .circle-item .text {
  padding-left: 6px;
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  font-family: "Montserrat", sans-serif;
}
.player-hockey-wrap .circle-item .progressbar-text {
  font-size: 12px;
  font-family: "Montserrat";
  color: #666 !important;
}
.player-single-wrap .captain-bage {
  margin: 30px 20px 29px 0;
  padding: 0 0 0 10px;
  height: 26px;
  position: relative;
  vertical-align: top;
  line-height: 24px;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  color: #fcfcfc;
  font-family: "Montserrat", sans-serif;
  background: #ffcc00;
}
.player-single-wrap .captain-bage:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  transform: skew(-10deg);
  background: #ffcc00;
  z-index: -1;
}
.player-single-wrap .player-name {
  display: inline-block;
}
.ct-perfect-fourth:before {
  padding-bottom: 35%;
}
.ct-chart-line {
  background-color: #fcfcfc;
}
.ct-series-a .ct-line,
.ct-series-a .ct-point {
  stroke: #ffa000;
}
.ct-series-b .ct-line,
.ct-series-b .ct-point {
  stroke: #0051ad;
}
.ct-label {
  color: #3d3d3d;
  font-size: 12px;
  margin-top: 8px;
}
.ct-label img {
  margin-bottom: 5px;
}
.ct-label img:first-child {
  margin-right: 3px;
}
.ct-label img:last-child {
  margin-left: 3px;
}
@media (max-width: 767px) {
  .ct-label {
    font-size: 8px;
  }
}
.ct-perfect-fourth:before {
  padding-bottom: 35%;
}
.ct-chart-line {
  background-color: #fcfcfc;
}
.ct-series-a .ct-line,
.ct-series-a .ct-point {
  stroke: #ffa000;
}
.ct-series-b .ct-line,
.ct-series-b .ct-point {
  stroke: #0051ad;
}
.ct-label {
  color: #3d3d3d;
  font-size: 12px;
  margin-top: 8px;
}
.ct-label img {
  margin-bottom: 5px;
}
.ct-label img:first-child {
  margin-right: 3px;
}
.ct-label img:last-child {
  margin-left: 3px;
}
@media (max-width: 767px) {
  .ct-label {
    font-size: 8px;
  }
}
table th.club {
  width: 60%;
  text-align: left;
}
table td.club {
  width: 60%;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
table .club img {
  margin-right: 16px;
}
table {
  margin-bottom: 30px;
  width: 100%;
}
table tr {
  cursor: pointer;
}
table tr th {
  background: #141414;
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
  height: 32px;
  text-align: center;
}
table tr th:first-child {
  padding-left: 20px;
  text-align: left;
}
table tr td {
  padding: 0 20px;
  height: 50px;
  line-height: normal;
  border-bottom: 1px solid #e6e6e6;
  font-size: 12px;
  color: #141414;
  text-align: center;
  background: #fcfcfc;
}
table tr td > * {
  vertical-align: middle;
}
table tr td:first-child {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}
table tr td:last-child {
  font-weight: bold;
}
table tr td:first-child i {
  margin-right: 8px;
  font-size: 16px;
}
table tr td:first-child span {
  line-height: 29px;
}
table tr td.up i {
  color: #4caf50;
}
table tr td.down i {
  color: #f44336;
}
table tr td.none i {
  color: #999999;
  font-size: 10px;
}
table tr td:last-child span {
  width: 40px;
  height: 30px;
  line-height: 28px;
  border-radius: 9px;
  background: #141414;
  display: inline-block;
  color: #ffffff;
}
table tr td .team {
  padding: 0 15px 0 0;
}
table tr:hover td {
  background: #f2f2f2;
}
table tr:hover td i {
  color: #ffffff;
}
.standing-full {
  margin-bottom: 25px;
  width: 100%;
}
.standing-full tr th {
  height: 68px;
  font-size: 10px;
  color: #ffffff;
  background: #3d4765;
}
.standing-full tr td {
  background: #ffffff;
  height: 80px;
  border-bottom: 1px solid #e9e9e9;
}
.standing-full tr td:first-child i {
  margin-right: 8px;
  font-size: 16px;
}
.standing-full tr td.up i {
  color: #4caf50;
}
.standing-full tr td.down i {
  color: #f44336;
}
.standing-full tr td.none i {
  color: #999999;
  font-size: 10px;
}
.standing-full tr td .team {
  padding: 0 15px 0 10px;
}
.standing-full tr td.points span {
  width: 40px;
  height: 30px;
  line-height: 30px;
  border-radius: 9px;
  background: #3d4765;
  display: inline-block;
  color: #ffffff;
}
.standing-full tr td.form {
  border: solid #e9e9e9;
  border-width: 0 1px 1px 1px;
}
.standing-full tr td.form span {
  margin: 0 3px;
  width: 30px;
  height: 30px;
  text-transform: uppercase;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
}
.standing-full tr td.form span.win {
  background: #4caf50;
}
.standing-full tr td.form span.drawn {
  background: #999999;
}
.standing-full tr td.form span.lose {
  background: #f44336;
}
.standing-full tr:hover td.form {
  border-left-color: #e9e9e9;
  border-right-color: #e9e9e9;
}
.standing-full td .team-name,
.standing-full td .team {
  margin: auto;
}
.standing-full td img {
  height: 30px;
  width: 30px;
  object-fit: contain;
}
table tr td:first-child span {
  line-height: normal;
}
.standing-full tr td a {
  display: inline-flex;
}
table tr td:first-child span {
  margin: auto;
}
table tr td .organisation-name {
  margin: auto;
}
.match-lineup {
  overflow: hidden;
}
.match-lineup .head {
  padding: 10px 20px 10px 20px;
  overflow: hidden;
  background: #000;
}
.match-lineup .head .name {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.match-lineup .head .name.right {
  text-align: right;
}
.match-lineup .member {
  padding: 20px 0 0;
  overflow: hidden;
}
.match-lineup .member .avatar:before {
  content: '';
  margin-left: -1px;
  width: 2px;
  height: 200%;
  background: #e6e6e6;
  left: 50%;
  top: -200%;
  position: absolute;
}
.match-lineup .team-wrap {
  padding: 0 0 15px 20px;
  background: #fcfcfc;
}
.match-lineup .team-wrap .member:first-child .avatar:before {
  display: none;
}
.match-lineup .member .avatar {
  width: 56px;
  height: 56px;
  position: relative;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
.match-lineup .member .avatar img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: block;
  max-width: 100%;
}
.match-lineup .member .info {
  max-width: 75%;
  box-sizing: border-box;
  padding-left: 16px;
  display: inline-block;
  vertical-align: middle;
}
.match-lineup .member .info .wrap {
  padding-bottom: 7px;
  line-height: 20px;
}
.match-lineup .member .name {
  padding: 0 10px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #141414;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
}
.match-lineup .member .country {
  font-size: 10px;
  color: #666;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  line-height: 12px;
}
.match-lineup .member .country img {
  margin-right: 7px;
}
.match-lineup .member .card {
  margin-right: 5px;
  width: 10px;
  height: 13px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
}
.match-lineup .member .card.yellow {
  background: #ffa000;
}
.match-lineup .member .card.red {
  background: #c80b0b;
}
.match-lineup .member .goal {
  margin-right: 5px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  display: inline-block;
}
.match-lineup .member .goal img {
  vertical-align: top;
}
.match-lineup .member .tooltip-inner {
  border-radius: 10px;
  font-size: 10px;
  white-space: nowrap;
  font-weight: bold;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.match-lineup .team-wrap.right {
  padding: 0 20px 15px 0;
}
.match-lineup .team-wrap.right .member {
  text-align: right;
}
.match-lineup .team-wrap.right .member .info {
  padding-left: 0;
  padding-right: 16px;
}
.match-lineup .team-wrap.right .member .name {
  padding: 0 0 0 10px;
}
.match-lineup .team-wrap.right .member .card {
  margin-right: 0;
  margin-left: 5px;
}
.match-lineup .team-wrap.right .member .goal {
  margin-right: 0;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .match-lineup .no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .match-lineup .head .name.right {
    text-align: left;
  }
  .match-lineup .team-wrap.right {
    padding: 0 0 15px 20px;
  }
  .match-lineup .member .avatar {
    float: left;
  }
  .match-lineup .member .country img {
    float: left;
  }
  .match-lineup .team-wrap.right .member .country img {
    margin-right: 7px;
    margin-left: 0;
  }
  .match-lineup .member .name {
    float: left;
  }
  .match-lineup .member .card {
    vertical-align: top;
  }
  .match-lineup .member .goal {
    vertical-align: top;
  }
  .match-lineup .team-wrap.right .member .name {
    padding: 0 10px 0 0;
  }
  .match-lineup .team-wrap.right .member {
    text-align: left;
  }
  .match-lineup .team-wrap.right .member .info {
    padding-left: 16px;
    padding-right: 0;
  }
  .match-lineup .member {
    text-align: left;
  }
  .match-lineup .member .info {
    text-align: left;
  }
  .match-lineup .member .avatar:before {
    display: none;
  }
}
/** Stage container **/
.connected-carousels {
  overflow: hidden;
}
.connected-carousels .stage {
  padding: 0 0 0 120px;
  position: relative;
  margin-bottom: 30px;
}
.connected-carousels .photo-credits {
  position: absolute;
  right: 15px;
  bottom: 0;
  font-size: 13px;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
  opacity: .66;
}
.connected-carousels .photo-credits a {
  color: #fff;
}
/** Navigation container **/
.connected-carousels .navigation {
  width: 110px;
  float: left;
  margin: 0 0 0 0;
  position: relative;
  z-index: 4;
}
.connected-carousels .navigation:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.8) 100%);
  z-index: 3;
}
/** Shared carousel styles **/
.connected-carousels .carousel {
  overflow: hidden;
  position: relative;
}
.connected-carousels .carousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.connected-carousels .carousel li {
  float: left;
}
/** Stage carousel specific styles **/
/** Navigation carousel specific styles **/
.connected-carousels .carousel-navigation li {
  cursor: pointer;
  position: relative;
}
.connected-carousels .carousel-navigation li img {
  display: block;
}
.connected-carousels .carousel-navigation li:before {
  content: '';
  position: absolute;
  right: 0;
  height: 0;
  width: 2px;
  background: #ffcc00;
  transition: all 400ms;
}
.connected-carousels .carousel-navigation li.active:before {
  height: 100%;
}
/** Stage carousel controls **/
.connected-carousels .prev-stage,
.connected-carousels .next-stage {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  color: #fff;
}
.connected-carousels .prev-stage {
  left: 0;
}
.connected-carousels .next-stage {
  right: 0;
}
.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
  display: none;
}
.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
  display: none;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #141414;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.connected-carousels .prev-stage span {
  left: 20px;
}
.connected-carousels .next-stage span {
  right: 20px;
}
.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
  display: block;
}
/** Navigation carousel controls **/
.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #141414;
  color: #fff;
  text-decoration: none;
  margin-left: -15px;
  z-index: 4;
  text-align: center;
  line-height: 30px;
}
.connected-carousels .prev-navigation {
  left: 50%;
  top: 0;
}
.connected-carousels .next-navigation {
  left: 50%;
  bottom: 0;
}
.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
  opacity: .5;
  cursor: default;
}
.jcarousel-skin-default .jcarousel-vertical,
.jcarousel-skin-default .ver-ti-cal {
  position: relative;
  overflow: hidden;
  width: 110px;
  height: 620px;
}
.jcarousel-skin-default .jcarousel-vertical ul,
.jcarousel-skin-default .ver-ti-cal ul {
  width: 100%;
  height: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jcarousel-skin-default .jcarousel-vertical li,
.jcarousel-skin-default .ver-ti-cal li {
  height: 160px;
  margin: 0 0 10px 0;
  padding: 0;
}
/** Custom **/
.jcarousel-skin-default li img {
  border: 0;
  display: block;
}
.msp_post_slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.msp_post_slider .big-title,
.msp_post_slider .title span,
.msp_post_slider .title,
.msp_post_slider .descr,
.msp_post_slider .team,
.msp_post_slider .match-date {
  color: #ffffff;
}
.msp_post_slider {
  position: relative;
  overflow: hidden;
}
.msp_post_slider .owl-dots {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  margin-left: -570px;
  bottom: 70px;
  z-index: 10;
  width: 1140px;
}
.msp_post_slider .owl-dot span {
  display: none !important;
}
.msp_post_slider .owl-dot {
  margin-right: 6px;
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #ffcc00;
  cursor: pointer;
  float: left;
}
.msp_post_slider .owl-dot.active {
  background: #ffffff;
}
.msp_post_slider .progress-line {
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 10px;
  background: #000000;
}
.msp_post_slider .progress-line .bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #ffa000;
  width: 10%;
}
.msp_post_slider .progress-line .bar:before {
  content: '';
  width: 4px;
  background: #ffa000;
  transform: skew(-10deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3px;
}
.msp_post_slider .nav-arrow {
  z-index: 10;
  width: 68px;
  height: 60px;
  box-sizing: border-box;
  line-height: 60px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: #000000;
  font-size: 12px;
  background: #ffcc00;
}
.msp_post_slider .nav-arrow.left-arrow {
  padding-left: 36px;
  left: 0;
  text-align: left;
}
.msp_post_slider .nav-arrow.left-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  right: -7px;
  bottom: 0;
  width: 12px;
  transform: skew(-10deg);
  background: #ffcc00;
  transition: all 400ms;
}
.msp_post_slider .nav-arrow.right-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: -7px;
  bottom: 0;
  width: 12px;
  transform: skew(-10deg);
  background: #ffcc00;
  transition: all 400ms;
}
.msp_post_slider .nav-arrow.right-arrow {
  padding-right: 36px;
  right: 0;
  text-align: right;
}
.msp_post_slider .nav-arrow:hover {
  background: #141414;
  color: #ffffff;
}
.msp_post_slider .nav-arrow.left-arrow:hover:before {
  background: #141414;
}
.msp_post_slider .nav-arrow.right-arrow:hover:before {
  background: #141414;
}
.msp_post_slider .msp_post_slide.slide-1 {
  background: url("../img/hero1.jpg") no-repeat;
  background-size: cover;
}
.msp_post_slider .msp_post_slide.slide-2 {
  background: url("../img/hero2.jpg") no-repeat;
  background-size: cover;
}
.msp_post_slider .msp_post_slide.slide-3 {
  background: url("../img/hero3.jpg") no-repeat;
  background-size: cover;
}
.msp_post_slider .msp_post_slide .slider-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #141414;
}
.msp_post_slider .msp_post_slide .slider-caption .match-date {
  padding-bottom: 2px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}
.msp_post_slider .msp_post_slide .slider-caption .team {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  color: #ffffff;
  font-weight: 800;
  line-height: normal;
}
.msp_post_slider .msp_post_slide .slider-caption .team .big-count {
  padding: 0 20px;
  text-align: center;
  display: inline-block;
  font-size: 32px;
  color: #ffffff;
  line-height: 60px;
  border-radius: 10px;
  background: #141414;
}
.msp_post_slider .msp_post_slide .slider-caption .match-role {
  font-size: 64px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  color: #141414;
  font-weight: 900;
  line-height: normal;
}
.msp_post_slider .msp_post_slide .slider-caption .counter {
  padding-top: 24px;
}
.msp_post_slider .msp_post_slide .slider-caption .counter ul li {
  margin-right: 30px;
  text-align: center;
  display: inline-block;
}
.msp_post_slider .msp_post_slide .slider-caption .counter .digit {
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 8px;
  min-width: 80px;
  text-align: center;
  font-size: 32px;
  color: #141414;
  font-weight: bold;
  background: #ffffff;
  height: 80px;
  line-height: 80px;
  font-family: "Open Sans", sans-serif;
}
.msp_post_slider .msp_post_slide .slider-caption .counter .descr {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  color: #ffffff;
}
.msp_post_slider .msp_post_slide .slider-caption .booking {
  padding-top: 35px;
}
.msp_post_slider .msp_post_slide .slider-caption .booking a {
  padding: 15px 24px 15px 24px;
  background: #ffa000;
  overflow: hidden;
  border-radius: 23px;
  color: #141414;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.msp_post_slider .msp_post_slide .slider-caption .booking a:hover {
  border-radius: 9px;
  background: #ffcc00;
}
.msp_post_slider .msp_post_slide .slider-caption .title {
  line-height: normal;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
}
.msp_post_slider .msp_post_slide .slider-caption .title span {
  color: #fff;
}
.msp_post_slider .msp_post_slide .slider-caption .big-title {
  line-height: normal;
  color: #141414;
  font-family: "Raleway", sans-serif;
  font-size: 88px;
  font-weight: 900;
  text-transform: uppercase;
}
.msp_post_slider .msp_post_slide .slider-caption .sub-title {
  padding-bottom: 35px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.msp_post_slider .msp_post_slide .slider-caption .btn {
  margin-right: 16px;
}
@media (max-width: 930px) {
  .msp_post_slider .progress-line {
    top: 0;
  }
  .msp_post_slider .nav-arrow {
    top: 100%;
    transform: translateY(-100%);
  }
}
.tab-filters {
  padding-bottom: 34px;
}
.tab-filters li {
  padding-right: 30px;
  display: inline-block;
}
.tab-filters li:last-child {
  padding-right: 0;
}
.tab-filters li a {
  padding: 5px 0 12px 0;
  display: block;
  position: relative;
  font-size: 14px;
  color: #141414;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.tab-filters #showall-li {
  margin-left: 58%;
}
.tab-filters li a:before {
  content: '';
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  height: 6px;
  background: #ffa000;
  transition: all 400ms;
}
.tab-filters li a:hover:before {
  width: 100%;
}
.tab-filters li.active a:before {
  width: 100%;
}
.preloader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #fff;
}
.preloader-wrapper .motion-line {
  height: 80%;
  top: 10%;
  display: flex;
  position: absolute;
  transform: skew(-10deg);
  margin: 0 10%;
}
.preloader-wrapper .dark-big {
  display: flex;
  background: #ffcc00;
  width: 90%;
  z-index: 1;
  opacity: 0.90;
  left: -200%;
}
.preloader-wrapper .dark-small {
  display: flex;
  background: #ffcc00;
  width: 35%;
  z-index: 2;
  left: -200%;
}
.preloader-wrapper .yellow-big {
  height: 85%;
  top: 7%;
  display: flex;
  width: 13%;
  z-index: 5;
  background-color: #ffcc00;
  right: -200%;
}
.preloader-wrapper .yellow-normal {
  height: 85%;
  top: 7%;
  display: flex;
  width: 4%;
  z-index: 3;
  background-color: #ffcc00;
  right: -200%;
}
.preloader-wrapper .yellow-small1 {
  height: 85%;
  top: 7%;
  display: flex;
  width: 1%;
  z-index: 3;
  background-color: #ff9e01;
  right: -200%;
}
.preloader-wrapper .yellow-small2 {
  height: 85%;
  top: 7%;
  display: flex;
  width: 1%;
  z-index: 3;
  background-color: #ff9e01;
  right: -200%;
}
.upcoming-match-info {
  font-size: 0;
}
.upcoming-match-info > * {
  display: inline-block;
  vertical-align: middle;
}
.upcoming-match-info .team > * {
  display: inline-block;
  vertical-align: middle;
}
.upcoming-match-info .team {
  width: 45%;
  font-size: 17px;
  text-transform: uppercase;
}
.upcoming-match-info .team .text > span {
  font-size: 12px;
  color: #141414;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  display: block;
}
.upcoming-match-info .team .text {
  padding-left: 24px;
  color: #141414;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
}
.upcoming-match-info .score {
  background: #3d4765;
  border-radius: 10px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  width: 10%;
  font-size: 32px;
}
.upcoming-match-info .team.right {
  text-align: right;
}
.upcoming-match-info .team.right .text {
  text-align: right;
  padding-right: 24px;
  padding-left: 0;
}
.upcoming-match-info .latest-title {
  padding-top: 27px;
  padding-bottom: 7px;
  font-size: 10px;
  text-transform: uppercase;
  color: #999;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
}
.upcoming-match-info .latest span {
  margin: 0 2px;
  width: 30px;
  height: 30px;
  text-transform: uppercase;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  color: #141414;
  text-align: center;
  line-height: 30px;
}
.upcoming-match-info .latest span.win {
  background: #4caf50;
  color: #ffffff;
}
.upcoming-match-info .latest span.drawn {
  background: #999999;
  color: #ffffff;
}
.upcoming-match-info .latest span.lose {
  background: #f44336;
  color: #ffffff;
}
.upcoming-match-info {
  overflow: hidden;
}
.upcoming-match-info > * {
  display: block;
  float: left;
}
.upcoming-match-info .team > * {
  vertical-align: top;
}
.upcoming-match-info .team {
  width: 40%;
}
.upcoming-match-info .counter {
  width: 20%;
}
.upcoming-match-info .counter ul li {
  margin-right: 19px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.upcoming-match-info .counter ul li:before {
  content: ':';
  position: absolute;
  top: 0;
  line-height: 53px;
  height: 60px;
  right: -17px;
  font-size: 32px;
  font-weight: bold;
  color: #141414;
}
.upcoming-match-info .counter ul li:last-child {
  margin-right: 0;
}
.upcoming-match-info .counter ul li:last-child:before {
  display: none;
}
.upcoming-match-info .counter .digit {
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 8px;
  min-width: 60px;
  text-align: center;
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  background: #141414;
  height: 60px;
  line-height: 60px;
  font-family: "Open Sans", sans-serif;
}
.upcoming-match-info .counter .descr {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  color: #141414;
}
.upcoming-match-info .counter ul {
  padding: 0px;
}
@media (max-width: 992px) {
  .upcoming-match-info .team.right .avatar {
    width: 100%;
  }
  .upcoming-match-info .team .avatar {
    width: 100%;
  }
  .upcoming-match-info .team.right {
    text-align: center;
  }
  .upcoming-match-info .team.right .text {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .upcoming-match-info .counter ul {
    text-align: center;
  }
  .upcoming-match-info .counter {
    width: 100%;
  }
  .upcoming-match-info .team {
    padding: 15px 0;
    width: 100%;
    text-align: center;
  }
  .upcoming-match-info .team.right {
    padding: 15px 0;
    width: 100%;
    text-align: center;
  }
  .upcoming-match-info .team.right .avatar {
    margin-top: 10px;
  }
  .upcoming-match-info .team .avatar {
    width: 100%;
  }
  .upcoming-match-info .team .text {
    padding-left: 0;
  }
}
.comm-wrap .item {
  cursor: pointer;
  margin-bottom: 2px;
  padding: 20px;
  background: #fcfcfc;
  border-radius: 8px;
  z-index: 0;
  position: relative;
}
.comm-wrap .item:hover {
  background: #ffcc00;
  z-index: 1;
}
.comm-wrap .item:hover .name {
  color: #141414;
}
.comm-wrap .item:hover .country {
  color: #666666;
}
.comm-wrap .item .avatar {
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
  overflow: hidden;
}
.comm-wrap .item .info {
  padding: 0 0 0 80px;
}
.comm-wrap .item .name {
  padding-top: 12px;
  font-size: 14px;
  text-transform: uppercase;
  color: #141414;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
}
.comm-wrap .item .country {
  padding-top: 5px;
  font-size: 10px;
  color: #666666;
  font-family: "Montserrat", sans-serif;
  line-height: normal;
  text-transform: uppercase;
}
.clear {
  clear: both;
}
.live-match-stat .tactic.dota {
  padding: 20px;
  background: #292929;
}
.live-match-stat .field {
  position: relative;
}
.live-match-stat .field .player {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
.live-match-stat .field .player.top {
  background: #c80b0b;
}
.live-match-stat .field .player.bottom {
  background: #141414;
}
.live-match-stat .field .player > img {
  margin: -30px 0 0 -30px;
  width: 56px;
  height: 56px;
  transform: scale(0);
  border: 2px solid #e6e6e6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 400ms;
}
.live-match-stat .field .player:hover > img {
  transform: scale(1);
}
.live-match-stat .field .player.top.mid.dota {
  top: 43%;
  right: 42%;
}
.live-match-stat .field div.top.mid a:nth-child(2) {
  margin-right: -50px;
}
.live-match-stat .field div.top.mid a:nth-child(3) {
  margin-top: -50px;
}
.live-match-stat .field .player.top.hard.dota {
  top: 50%;
  right: 7%;
}
.live-match-stat .field div.top.hard a:nth-child(2) {
  margin-top: 50px;
}
.live-match-stat .field div.top.hard a:nth-child(3) {
  margin-top: -50px;
}
.live-match-stat .field .player.top.ease.dota {
  left: 12%;
  top: 10%;
}
.live-match-stat .field div.top.ease a:nth-child(2) {
  margin-left: 50px;
}
.live-match-stat .field div.top.ease a:nth-child(3) {
  margin-left: -50px;
}
.live-match-stat .field .player.top.jungle.dota {
  top: 23%;
  left: 39%;
}
.live-match-stat .field div.top.jungle a:nth-child(2) {
  margin-left: -50px;
}
.live-match-stat .field div.top.jungle a:nth-child(3) {
  margin-left: -100px;
}
.live-match-stat .field .player.bottom.mid.dota {
  bottom: 39%;
  right: 56%;
}
.live-match-stat .field div.bottom.mid a:nth-child(2) {
  margin-right: -40px;
}
.live-match-stat .field div.bottom.mid a:nth-child(3) {
  margin-bottom: -50px;
  margin-right: 10px;
}
.live-match-stat .field .player.bottom.hard.dota {
  bottom: 50%;
  left: 8%;
}
.live-match-stat .field div.bottom.hard a:nth-child(2) {
  margin-bottom: 50px;
}
.live-match-stat .field div.bottom.hard a:nth-child(3) {
  margin-bottom: -50px;
}
.live-match-stat .field .player.bottom.ease.dota {
  right: 13%;
  bottom: 9%;
}
.live-match-stat .field div.bottom.ease a:nth-child(2) {
  margin-right: 50px;
}
.live-match-stat .field div.bottom.ease a:nth-child(3) {
  margin-right: -50px;
}
.live-match-stat .field .player.bottom.jungle.dota {
  bottom: 19%;
  left: 54%;
}
.live-match-stat .field div.bottom.jungle a:nth-child(2) {
  margin-left: 50px;
}
.live-match-stat .field div.bottom.jungle a:nth-child(3) {
  margin-left: -50px;
}
.live-match-stat .field .player.dota > img {
  opacity: 0;
  z-index: 2;
}
.live-match-stat .field .player.dota > img.hero {
  border: none;
  transform: scale(1);
  width: 32px;
  height: 32px;
  margin: 0;
  left: 4px;
  top: 4px;
  display: block;
  opacity: 1;
  z-index: 1;
}
.live-match-stat .field .player.dota:hover > img {
  opacity: 1;
}
.live-match-stat .field .player.top.dota {
  background: none;
}
.live-match-stat .field .player.bottom.dota {
  background: none;
}
.live-match-stat .tactic {
  padding: 20px;
  background: #fcfcfc;
}
.live-match-stat .field {
  position: relative;
}
.live-match-stat .field .player {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
.live-match-stat .field .player.top {
  background: #c80b0b;
}
.live-match-stat .field .player.bottom {
  background: #141414;
}
.live-match-stat .field .player > img {
  margin: -30px 0 0 -30px;
  width: 56px;
  height: 56px;
  transform: scale(0);
  border: 2px solid #e6e6e6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 400ms;
}
.live-match-stat .field .player:hover > img {
  transform: scale(1);
}
.live-match-stat .team-legend li a {
  color: inherit;
}
.live-match-stat .field .player.pos-c.baseball {
  left: 10%;
  bottom: 8%;
}
.live-match-stat .field .player.pos-p.baseball {
  left: 37%;
  bottom: 28.5%;
}
.live-match-stat .field .player.pos-3b.baseball {
  left: 15%;
  bottom: 47%;
}
.live-match-stat .field .player.pos-1b.baseball {
  left: 59%;
  bottom: 12%;
}
.live-match-stat .field .player.pos-ss.baseball {
  left: 42%;
  bottom: 54%;
}
.live-match-stat .field .player.pos-2b.baseball {
  left: 69%;
  bottom: 34%;
}
.live-match-stat .field .player.pos-cf.baseball {
  left: 78%;
  bottom: 60%;
}
.live-match-stat .field .player.pos-cf.baseball {
  left: 78%;
  bottom: 60%;
}
.live-match-stat .field .player.pos-lf.baseball {
  left: 40%;
  bottom: 68%;
}
.live-match-stat .field .player.pos-rf.baseball {
  left: 89%;
  bottom: 32%;
}
.live-match-stat .team-legend li {
  padding-top: 16px;
  padding-right: 24px;
  display: inline-block;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #3d3d3d;
}
.live-match-stat .team-legend li .circle {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.live-match-stat .team-legend li .circle.red {
  background: #da0523;
}
.live-match-stat .team-legend li .circle.black {
  background: #141414;
}
.live-match-stat .tactic {
  padding: 20px;
  background: #fcfcfc;
}
.live-match-stat .field {
  position: relative;
}
.live-match-stat .field .player {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
.live-match-stat .field .player.top {
  background: #c80b0b;
}
.live-match-stat .field .player.bottom {
  background: #141414;
}
.live-match-stat .field .player > img {
  margin: -30px 0 0 -30px;
  width: 56px;
  height: 56px;
  transform: scale(0);
  border: 2px solid #e6e6e6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 400ms;
}
.live-match-stat .field .player:hover > img {
  transform: scale(1);
}
.live-match-stat .team-legend li a {
  color: inherit;
}
.live-match-stat .field .player.top.sf.basketball {
  right: 19%;
  top: 10%;
}
.live-match-stat .field .player.top.c.basketball {
  right: 31%;
  top: 18%;
}
.live-match-stat .field .player.top.pf.basketball {
  left: 28%;
  top: 11%;
}
.live-match-stat .field .player.top.sg.basketball {
  left: 18%;
  top: 32%;
}
.live-match-stat .field .player.top.pg.basketball {
  right: 50%;
  top: 38%;
  margin-right: -20px;
}
.live-match-stat .field .player.bottom.pg.basketball {
  right: 50%;
  bottom: 38%;
  margin-right: -20px;
}
.live-match-stat .field .player.bottom.sg.basketball {
  right: 18%;
  bottom: 32%;
}
.live-match-stat .field .player.bottom.pf.basketball {
  right: 28%;
  bottom: 11%;
}
.live-match-stat .field .player.bottom.c.basketball {
  left: 31%;
  bottom: 18%;
}
.live-match-stat .field .player.bottom.sf.basketball {
  left: 19%;
  bottom: 10%;
}
.live-match-stat .team-legend li {
  padding-top: 16px;
  padding-right: 24px;
  display: inline-block;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #3d3d3d;
}
.live-match-stat .team-legend li .circle {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.live-match-stat .team-legend li .circle.red {
  background: #da0523;
}
.live-match-stat .team-legend li .circle.black {
  background: #141414;
}
.live-match-stat .tactic {
  padding: 20px;
  background: #fcfcfc;
}
.live-match-stat .field {
  position: relative;
}
.live-match-stat .field .player {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
.live-match-stat .field .player.top {
  background: #c80b0b;
}
.live-match-stat .field .player.bottom {
  background: #141414;
}
.live-match-stat .field .player > img {
  margin: -30px 0 0 -30px;
  width: 56px;
  height: 56px;
  transform: scale(0);
  border: 2px solid #e6e6e6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 400ms;
}
.live-match-stat .field .player:hover > img {
  transform: scale(1);
}
.live-match-stat .team-legend li a {
  color: inherit;
}
.live-match-stat .field .player.gk {
  margin-left: -20px;
  left: 50%;
  bottom: 8%;
}
.live-match-stat .field .player.sw {
  margin-left: -20px;
  left: 50%;
  bottom: 16%;
}
.live-match-stat .field .player.lb {
  left: 10%;
  bottom: 24%;
}
.live-match-stat .field .player.lvb {
  left: 10%;
  bottom: 35%;
}
.live-match-stat .field .player.rvb {
  right: 10%;
  bottom: 35%;
}
.live-match-stat .field .player.cdm {
  margin-left: -20px;
  left: 50%;
  bottom: 35%;
}
.live-match-stat .field .player.cb.left {
  left: 35%;
  bottom: 24%;
}
.live-match-stat .field .player.cb.right {
  right: 35%;
  bottom: 24%;
}
.live-match-stat .field .player.rb {
  right: 10%;
  bottom: 24%;
}
.live-match-stat .field .player.lm {
  margin-bottom: -20px;
  left: 10%;
  bottom: 50%;
}
.live-match-stat .field .player.rm {
  margin-bottom: -20px;
  right: 10%;
  bottom: 50%;
}
.live-match-stat .field .player.cm.left {
  margin-bottom: -20px;
  left: 35%;
  bottom: 50%;
}
.live-match-stat .field .player.cm.right {
  margin-bottom: -20px;
  right: 35%;
  bottom: 50%;
}
.live-match-stat .field .player.cam {
  margin-left: -20px;
  left: 50%;
  bottom: 60%;
}
.live-match-stat .field .player.lwm {
  left: 10%;
  bottom: 65%;
}
.live-match-stat .field .player.rwm {
  right: 10%;
  bottom: 65%;
}
.live-match-stat .field .player.cam {
  margin-left: -20px;
  left: 50%;
  bottom: 70%;
}
.live-match-stat .field .player.rf {
  right: 10%;
  bottom: 75%;
}
.live-match-stat .field .player.lf {
  left: 10%;
  bottom: 75%;
}
.live-match-stat .field .player.cf {
  margin-left: -20px;
  left: 50%;
  bottom: 80%;
}
.live-match-stat .field .player.lcb1 {
  left: 35%;
  bottom: 24%;
}
.live-match-stat .field .player.rcb {
  right: 35%;
  bottom: 24%;
}
.live-match-stat .field .player.lcm {
  margin-bottom: -20px;
  left: 35%;
  bottom: 50%;
}
.live-match-stat .field .player.rcm {
  margin-bottom: -20px;
  right: 35%;
  bottom: 50%;
}
.live-match-stat .field .player.lwb {
  left: 10%;
  bottom: 35%;
}
.live-match-stat .field .player.rwb {
  right: 10%;
  bottom: 35%;
}
.live-match-stat .team-legend li {
  padding-top: 16px;
  padding-right: 24px;
  display: inline-block;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #3d3d3d;
}
.live-match-stat .team-legend li .circle {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.live-match-stat .team-legend li .circle.red {
  background: #da0523;
}
.live-match-stat .team-legend li .circle.black {
  background: #141414;
}
.live-match-stat .tactic {
  padding: 20px;
  background: #fcfcfc;
}
.live-match-stat .field {
  position: relative;
}
.live-match-stat .field .player {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
.live-match-stat .field .player.top {
  background: #c80b0b;
}
.live-match-stat .field .player.bottom {
  background: #141414;
}
.live-match-stat .field .player > img {
  margin: -30px 0 0 -30px;
  width: 56px;
  height: 56px;
  transform: scale(0);
  border: 2px solid #e6e6e6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 400ms;
}
.live-match-stat .field .player:hover > img {
  transform: scale(1);
}
.live-match-stat .team-legend li a {
  color: inherit;
}
.live-match-stat .field .player.top.g.hockey {
  margin-left: -20px;
  top: 8%;
  left: 50%;
}
.live-match-stat .field .player.top.ld.hockey {
  left: 30%;
  top: 26%;
}
.live-match-stat .field .player.top.rd.hockey {
  top: 26%;
  right: 30%;
}
.live-match-stat .field .player.top.lw.hockey {
  top: 43%;
  left: 18%;
}
.live-match-stat .field .player.top.rw.hockey {
  top: 43%;
  right: 18%;
}
.live-match-stat .field .player.top.c.hockey {
  left: 50%;
  margin-left: -20px;
  top: 43%;
}
.live-match-stat .field .player.bottom.c.hockey {
  left: 50%;
  margin-left: -20px;
  bottom: 43%;
}
.live-match-stat .field .player.bottom.rw.hockey {
  right: 18%;
  bottom: 43%;
}
.live-match-stat .field .player.bottom.lw.hockey {
  left: 18%;
  bottom: 43%;
}
.live-match-stat .field .player.bottom.rd.hockey {
  bottom: 26%;
  right: 30%;
}
.live-match-stat .field .player.bottom.ld.hockey {
  bottom: 26%;
  left: 30%;
}
.live-match-stat .field .player.bottom.g.hockey {
  margin-left: -20px;
  bottom: 8%;
  left: 50%;
}
.live-match-stat .field .player.bottom.hockey {
  background: #1976d2;
}
.live-match-stat .team-legend li {
  padding-top: 16px;
  padding-right: 24px;
  display: inline-block;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #3d3d3d;
}
.live-match-stat .team-legend li .circle {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.live-match-stat .team-legend li .circle.red {
  background: #da0523;
}
.live-match-stat .team-legend li .circle.blue {
  background: #1976d2;
}
.live-match-stat.am-football .tactic {
  padding: 20px;
  background: #fcfcfc;
}
.live-match-stat.am-football .field {
  position: relative;
}
.live-match-stat.am-football .field .player {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
.live-match-stat.am-football .field .player > img {
  margin: -30px 0 0 -30px;
  width: 56px;
  height: 56px;
  transform: scale(0);
  border: 2px solid #e6e6e6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 400ms;
}
.live-match-stat.am-football .field .player:hover > img {
  transform: scale(1);
}
.live-match-stat .team-legend li a {
  color: inherit;
}
.live-match-stat.am-football .field.bottom-attacked .player.top.rb.am-football {
  top: 47%;
  left: 20%;
}
.live-match-stat.am-football .field.bottom-attacked .player.top.fb.am-football {
  top: 47%;
  left: 28%;
}
.live-match-stat.am-football .field.bottom-attacked .player.top.qb.am-football {
  top: 47%;
  left: 36%;
}
.live-match-stat.am-football .field.bottom-attacked .player.top.lwr.am-football {
  top: 22%;
  left: 44%;
}
.live-match-stat.am-football .field.bottom-attacked .player.top.rwr.am-football {
  top: 73%;
  left: 36%;
}
.live-match-stat.am-football .field.bottom-attacked .player.top.c.am-football {
  top: 47%;
  left: 44%;
}
.live-match-stat.am-football .field.bottom-attacked .player.top.lg.am-football {
  top: 40%;
  left: 44%;
}
.live-match-stat.am-football .field.bottom-attacked .player.top.lt.am-football {
  top: 33.5%;
  left: 44%;
}
.live-match-stat.am-football .field.bottom-attacked .player.top.rg.am-football {
  top: 54%;
  left: 44%;
}
.live-match-stat.am-football .field.bottom-attacked .player.top.rt.am-football {
  top: 61%;
  left: 44%;
}
.live-match-stat.am-football .field.bottom-attacked .player.top.te.am-football {
  top: 68%;
  left: 44%;
}
.live-match-stat.am-football .field.top-attacked .player.top.re.am-football {
  bottom: 33%;
  left: 44%;
}
.live-match-stat.am-football .field.top-attacked .player.top.rt.am-football {
  bottom: 40%;
  left: 44%;
}
.live-match-stat.am-football .field.top-attacked .player.top.lt.am-football {
  bottom: 54.6%;
  left: 44%;
}
.live-match-stat.am-football .field.top-attacked .player.top.le.am-football {
  bottom: 61%;
  left: 44%;
}
.live-match-stat.am-football .field.top-attacked .player.top.mlb.am-football {
  bottom: 47%;
  left: 36.2%;
}
.live-match-stat.am-football .field.top-attacked .player.top.rolb.am-football {
  bottom: 67.5%;
  left: 36.2%;
}
.live-match-stat.am-football .field.top-attacked .player.top.lolb.am-football {
  bottom: 26.5%;
  left: 36.2%;
}
.live-match-stat.am-football .field.top-attacked .player.top.ls.am-football {
  bottom: 54.6%;
  left: 20.3%;
}
.live-match-stat.am-football .field.top-attacked .player.top.rs.am-football {
  bottom: 33.1%;
  left: 20.3%;
}
.live-match-stat.am-football .field.top-attacked .player.top.lcb.am-football {
  bottom: 20.6%;
  left: 28.3%;
}
.live-match-stat.am-football .field.top-attacked .player.top.rcb.am-football {
  bottom: 73.6%;
  left: 28.3%;
}
.live-match-stat.am-football .field.top-attacked .player.bottom.rb.am-football {
  top: 47%;
  right: 20%;
}
.live-match-stat.am-football .field.top-attacked .player.bottom.fb.am-football {
  top: 47%;
  right: 28%;
}
.live-match-stat.am-football .field.top-attacked .player.bottom.qb.am-football {
  top: 47%;
  right: 36%;
}
.live-match-stat.am-football .field.top-attacked .player.bottom.lwr.am-football {
  top: 73%;
  right: 44%;
}
.live-match-stat.am-football .field.top-attacked .player.bottom.rwr.am-football {
  top: 22%;
  right: 36%;
}
.live-match-stat.am-football .field.top-attacked .player.bottom.c.am-football {
  top: 47%;
  right: 44%;
}
.live-match-stat.am-football .field.top-attacked .player.bottom.lg.am-football {
  top: 54%;
  right: 44%;
}
.live-match-stat.am-football .field.top-attacked .player.bottom.lt.am-football {
  top: 61%;
  right: 44%;
}
.live-match-stat.am-football .field.top-attacked .player.bottom.rg.am-football {
  top: 40%;
  right: 44%;
}
.live-match-stat.am-football .field.top-attacked .player.bottom.rt.am-football {
  top: 33.5%;
  right: 44%;
}
.live-match-stat.am-football .field.top-attacked .player.bottom.te.am-football {
  bottom: 68%;
  right: 44%;
}
.live-match-stat.am-football .field.bottom-attacked .player.bottom.re.am-football {
  bottom: 61%;
  right: 44%;
}
.live-match-stat.am-football .field.bottom-attacked .player.bottom.rt.am-football {
  bottom: 54.6%;
  right: 44%;
}
.live-match-stat.am-football .field.bottom-attacked .player.bottom.lt.am-football {
  bottom: 40%;
  right: 44%;
}
.live-match-stat.am-football .field.bottom-attacked .player.bottom.le.am-football {
  bottom: 33%;
  right: 44%;
}
.live-match-stat.am-football .field.bottom-attacked .player.bottom.mlb.am-football {
  bottom: 47%;
  right: 36.2%;
}
.live-match-stat.am-football .field.bottom-attacked .player.bottom.rolb.am-football {
  bottom: 26.5%;
  right: 36.2%;
}
.live-match-stat.am-football .field.bottom-attacked .player.bottom.lolb.am-football {
  bottom: 67.5%;
  right: 36.2%;
}
.live-match-stat.am-football .field.bottom-attacked .player.bottom.ls.am-football {
  bottom: 33.1%;
  right: 20.3%;
}
.live-match-stat.am-football .field.bottom-attacked .player.bottom.rs.am-football {
  bottom: 54.6%;
  right: 20.3%;
}
.live-match-stat.am-football .field.bottom-attacked .player.bottom.lcb.am-football {
  bottom: 73.6%;
  right: 28.3%;
}
.live-match-stat.am-football .field.bottom-attacked .player.bottom.rcb.am-football {
  bottom: 20.6%;
  right: 28.3%;
}
.live-match-stat.am-football .field .player.bottom.am-football {
  background: #f2325b;
}
.live-match-stat.am-football .field .player.top.am-football {
  background: #10b2f6;
}
.live-match-stat.am-football .team-legend li {
  padding-top: 16px;
  padding-right: 24px;
  display: inline-block;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #3d3d3d;
}
.live-match-stat.am-football .team-legend li .circle {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.live-match-stat.am-football .team-legend li .circle.red {
  background: #da0523;
}
.live-match-stat.am-football .team-legend li .circle.black {
  background: #141414;
}
@media (max-width: 1200px) {
  .live-match-stat.am-football .field {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .live-match-stat.am-football .field .player > img {
    margin: -24px 0 0 -18px;
    height: 40px;
    width: 40px;
  }
  .live-match-stat.am-football .tactic {
    padding: 0;
  }
  .live-match-stat.am-football .field.am-football .player {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.coming-page {
  position: relative;
  height: 100%;
  background: #3d4765;
}
.coming-wrap {
  min-height: 650px;
  position: absolute;
  top: 110px;
  bottom: 110px;
  left: 0;
  right: 0;
  background: url("../img/hero1.jpg") 50% 50% no-repeat;
}
.coming-wrap .error-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.coming-wrap .coming-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30%;
}
.coming-wrap .coming-title .small-text {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  display: block;
  line-height: 62px;
}
.coming-wrap .coming-title .big-text {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  display: block;
  line-height: 62px;
}
.coming-wrap .counter {
  padding-top: 24px;
}
.coming-wrap .counter ul li {
  margin-right: 30px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.coming-wrap .counter .digit {
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 8px;
  min-width: 80px;
  text-align: center;
  font-size: 48px;
  color: #141414;
  font-weight: bold;
  background: #fff;
  height: 80px;
  line-height: 80px;
  font-family: "Open Sans", sans-serif;
}
.coming-wrap .counter .descr {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  color: #fff;
}
.coming-wrap .counter ul li:before {
  content: ":";
  position: absolute;
  top: 0;
  line-height: 70px;
  height: 60px;
  right: -22px;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}
.coming-wrap .counter ul li:last-child {
  margin-right: 0;
}
.coming-wrap .counter ul li:last-child:before {
  display: none;
}
.coming-title > .container {
  padding-right: 15px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.coming-wrap {
  word-break: break-word;
}
@media (max-width: 500px) {
  .coming-wrap .coming-title {
    bottom: 0 !important;
  }
}
.error-wrap.offline {
  background: url("../images/soccer/offline-bg.jpg") 50% 50% no-repeat;
}
.error-wrap.offline > .offline-title {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 30%;
}
.error-wrap .offline-title .small-text {
  font-size: 40px;
  text-transform: uppercase;
  color: #141414;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  display: block;
  line-height: 62px;
}
.error-wrap .offline-title .big-text {
  font-size: 60px;
  text-transform: uppercase;
  color: #141414;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  display: block;
  line-height: 62px;
}
.error-wrap .offline-socials {
  padding-top: 50px;
}
.error-wrap .offline-socials li {
  padding-right: 25px;
  display: inline-block;
}
.error-wrap .offline-socials li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  line-height: 40px;
  background: #f2f2f2;
  font-size: 16px;
  text-align: center;
  color: #999999;
}
.error-wrap .offline-socials li:hover a {
  color: #ffa000;
}
@media (max-width: 600px) {
  .error-wrap .offline-title .big-text {
    font-size: 35px;
    word-break: break-all;
  }
}
.error-page {
  position: relative;
  height: 100%;
}
.error-wrap {
  min-height: 600px;
  position: absolute;
  top: 110px;
  bottom: 110px;
  left: 0;
  right: 0;
  background: url("../img/404.jpg") 100% 100% no-repeat;
}
.error-wrap.offline {
  background: url("../images/soccer/offline-bg.jpg") 50% 50% no-repeat;
}
.error-wrap .error-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.error-wrap .error-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40%;
}
.error-wrap .error-title .big-text {
  font-size: 100px;
  display: inline-block;
  text-transform: uppercase;
  color: #141414;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  vertical-align: top;
  line-height: 58px;
}
.error-wrap .error-title .small-text {
  padding-left: 30px;
  font-size: 40px;
  display: inline-block;
  text-transform: uppercase;
  color: #141414;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  line-height: 43px;
  vertical-align: top;
}
.error-wrap .error-title .back {
  margin-top: 25px;
  margin-left: 160px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #141414;
  font-family: "Montserrat", sans-serif;
}
.error-wrap .error-title .back i {
  margin-right: 38px;
  transition: all 400ms;
}
.error-wrap .error-title .back:hover i {
  margin-left: -10px;
  margin-right: 48px;
}
.error-menu-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #111111;
}
.error-menu-wrap .error-menu {
  display: table;
  width: 100%;
  text-align: justify;
}
.error-menu-wrap .error-menu li {
  display: table-cell;
  text-align: center;
}
.error-menu-wrap .error-menu li a {
  padding: 42px 0 41px 0;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #f2f2f2;
  font-family: "Montserrat", sans-serif;
}
.error-menu-wrap .error-menu li a:hover {
  color: #ffcd00;
}
@media (max-width: 600px) {
  .error-wrap .error-title .big-text {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }
  .error-wrap .error-title .small-text {
    display: block;
    padding-left: 0;
    text-align: center;
  }
  .error-wrap .error-title .small-text br {
    display: none;
  }
}
@media (max-width: 500px) {
  .error-menu-wrap .error-menu li a {
    padding: 42px 0 41px 0;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #f2f2f2;
    font-family: "Montserrat", sans-serif;
  }
  .error-wrap .error-title .small-text {
    word-wrap: break-word;
    white-space: pre;
    text-align: left;
  }
  .error-wrap .error-title .small-text br {
    display: block;
  }
  .error-wrap .error-title .small-text {
    font-size: 25px;
    line-height: normal;
  }
  .error-wrap .error-title .big-text {
    font-size: 40px;
    line-height: normal;
  }
}
div.fancy-select {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
}
div.fancy-select.disabled {
  opacity: 0.5;
}
div.fancy-select select:focus + div.trigger {
  box-shadow: 0 0 0 1px #fff;
}
div.fancy-select select:focus + div.trigger.open {
  box-shadow: none;
}
div.fancy-select div.trigger {
  border: #fff;
  border-radius: 4px;
  cursor: pointer;
  padding: 13px 24px 11px 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: #fff;
  color: #141414;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
}
div.fancy-select div.trigger.open {
  background: #fff;
  border: 1px solid #fff;
  color: #141414;
  box-shadow: none;
  width: 100%;
}
div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 200px;
  overflow: auto;
  background: #fff;
  border-radius: 4px;
  border-top: 1px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 100%;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}
div.fancy-select ul.options li {
  padding: 8px 12px;
  color: #141414;
  cursor: pointer;
  white-space: nowrap;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}
div.fancy-select ul.options li.selected {
  background: #ffcc00;
  color: #141414;
}
div.fancy-select ul.options li.hover {
  color: #292929;
}
div.fancy-select div.trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #141414;
  top: 20px;
  right: 9px;
}
/** CLUB STATS PAGE Club stats page***/
.canvas-minutes-big {
  height: 500px;
  background: #fcfcfc;
  margin-top: 25px;
  margin-bottom: 70px;
}
.ct-chart {
  height: 100%;
}
.canvas-investors {
  height: 500px;
}
/** ATTACKS PER GAME**/
#attack-per-game > .ct-chart-line {
  background: #fcfcfc;
}
#attack-per-game > svg > g.ct-grids > line {
  stroke: #cccccc;
}
/*********************/
/** TOURNAMENT PATH**/
#tournament-path > .ct-chart-line {
  background: #fcfcfc;
}
#tournament-path > svg > g.ct-grids > line {
  stroke: #cccccc;
}
/*****************/
/** SALARY CAP DIAGRAM Salary cap diagram**/
#stackedbar > svg > g > g.ct-series.ct-series-a > line {
  stroke: #CC8100;
  /**  first color**/
}
#stackedbar > svg > g > g.ct-series.ct-series-b > line {
  stroke: #FFA000;
  /** second color**/
}
#stackedbar > svg > g > g.ct-series.ct-series-c > line {
  stroke: #FFBC47;
  /** third color**/
}
#stackedbar > svg > g.ct-grids > line {
  stroke: #cccccc;
}
/**************************/
/** MAIN INVESTORS DIAGRAM**/
#gaugechart > svg > g.ct-series.ct-series-a > path {
  fill: #ffa000;
  /** first color**/
}
#gaugechart > svg > g.ct-series.ct-series-b > path {
  fill: #f05b4f;
  /** second color**/
}
#gaugechart > svg > g.ct-series.ct-series-c > path {
  fill: #f4c63d;
  /** third color**/
}
#gaugechart > svg > g.ct-series.ct-series-d > path {
  fill: #d17905;
  /** fourth color**/
}
#gaugechart > svg > g > .ct-label {
  fill: #141414;
}
#gaugechart > svg > g.ct-grids > line {
  stroke: #cccccc;
}
#gaugechart > .ct-legend.ct-legend-inside {
  position: relative;
  top: -42%;
}
#gaugechart > .ct-legend.ct-legend-inside li {
  padding-left: 40px;
  margin-bottom: 20px;
  cursor: pointer;
}
#gaugechart > .ct-legend.ct-legend-inside li.ct-series-0:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: '';
  border: 3px solid #ffa000;
  border-radius: 10px;
  background: #ffa000;
  margin-right: 10px;
  margin-bottom: 10px;
}
#gaugechart > .ct-legend.ct-legend-inside li.ct-series-1:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: '';
  border: 3px solid #f05b4f;
  border-radius: 10px;
  background: #f05b4f;
  margin-right: 10px;
  margin-bottom: 10px;
}
#gaugechart > .ct-legend.ct-legend-inside li.ct-series-2:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: '';
  border: 3px solid #f4c63d;
  border-radius: 10px;
  background: #f4c63d;
  margin-right: 10px;
  margin-bottom: 10px;
}
#gaugechart > .ct-legend.ct-legend-inside li.ct-series-3:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: '';
  border: 3px solid #d17905;
  border-radius: 10px;
  background: #d17905;
  margin-right: 10px;
  margin-bottom: 10px;
}
#gaugechart > .ct-legend.ct-legend-inside li.inactive:before {
  background: transparent;
}
#gaugechart {
  top: 15%;
}
/**********************/
/*** RAITINGS  ***/
.svgpath > svg > g > g.ct-series.ct-series-a > path {
  stroke: #ffa000;
  /** first color **/
}
.svgpath > svg > g > g.ct-series.ct-series-b > path {
  stroke: #f05b4f;
  /** second color **/
}
.svgpath > svg > g > g.ct-series.ct-series-c > path {
  stroke: #0051ad;
  /** third color **/
}
.svgpath > svg > g.ct-grids > line {
  stroke: #cccccc;
}
.svgpath > .ct-chart-line {
  background-color: #fcfcfc;
}
.svgpath > svg > g > g.ct-series.ct-series-a > path.ct-area {
  fill: #ffa000;
}
.svgpath > svg > g > g.ct-series.ct-series-b > path.ct-area {
  fill: #f05b4f;
}
.svgpath > svg > g > g.ct-series.ct-series-c > path.ct-area {
  fill: #0051ad;
}
/***************************/
/** FINANCIAL INDICATORS **/
#pickcircle > svg > g > g > line {
  stroke: #ffa000;
  /**  first color **/
}
#pickcircle > svg > g > g > circle {
  fill: #ffa000;
  /**second color **/
}
#pickcircle > svg > g.ct-grids > line {
  stroke: #cccccc;
}
/*******************************/
/** ATTENDANCE **/
#label_placement > svg > g > g.ct-series.ct-series-a > line {
  stroke: #d70206;
}
#label_placement > svg > g > g.ct-series.ct-series-b > line {
  stroke: #f05b4f ;
}
#label_placement > svg > g > g.ct-series.ct-series-c > line {
  stroke: #f4c63d ;
}
#label_placement > svg > g > g.ct-series.ct-series-d > line {
  stroke: #d17905;
}
#label_placement > svg > g > g.ct-series.ct-series-e > line {
  stroke: #59922b;
}
#label_placement > svg > g > g.ct-series.ct-series-f > line {
  stroke: #9043ad ;
}
#label_placement > svg > g > g.ct-series.ct-series-g > line {
  stroke: #0544d3 ;
}
#label_placement > svg > g.ct-grids > line {
  stroke: #cccccc;
}
@media (max-width: 768px) {
  #gaugechart {
    top: 12%;
  }
  #gaugechart > .ct-legend.ct-legend-inside {
    position: relative;
    top: -30%;
    text-align: center;
  }
  #gaugechart > .ct-legend.ct-legend-inside li {
    padding-left: 25px;
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-flex;
    position: relative;
    padding-right: 20px;
  }
}
@media (max-width: 425px) {
  .canvas-investors {
    height: 400px;
  }
  #gaugechart > .ct-legend.ct-legend-inside {
    position: relative;
    top: -37%;
    text-align: center;
  }
}
@media (max-width: 374px) {
  .canvas-investors {
    height: 400px;
  }
  #gaugechart {
    top: -15%;
  }
  #gaugechart > .ct-legend.ct-legend-inside {
    position: relative;
    top: -39%;
  }
}
@media (max-width: 350px) {
  #stackedbar > svg > g > g.ct-series.ct-series-a > line {
    stroke-width: 15px !important;
  }
  #stackedbar > svg > g > g.ct-series.ct-series-b > line {
    stroke-width: 15px !important;
  }
  #stackedbar > svg > g > g.ct-series.ct-series-c > line {
    stroke-width: 15px !important;
  }
}
/***  PLAYER SECOND PAGE DIAGRAMS ***/
/**MINUTES PLAYED **/
#player-timeseries-graph > .ct-chart-line {
  background: #fcfcfc;
}
#player-timeseries-graph > svg > g.ct-grids > line {
  stroke: #cccccc;
}
/***************/
/** OWEN BARGEMAN STATS **/
#diagram > svg > g > g.ct-series.ct-series-a > path {
  stroke: #ffa000;
  /**  first color**/
}
#diagram > svg > g > g.ct-series.ct-series-a > .ct-point {
  stroke: #ffa000;
  /** first color point**/
}
#diagram > svg > g > g.ct-series.ct-series-b > path {
  stroke: #0051ad;
  /**  second color**/
}
#diagram > svg > g > g.ct-series.ct-series-b > .ct-point {
  stroke: #0051ad;
  /** second color point**/
}
#diagram > svg > g > g.ct-series.ct-series-c > path {
  stroke: #f4c63d;
  /**  third color**/
}
#diagram > svg > g > g.ct-series.ct-series-c > .ct-point {
  stroke: #f4c63d;
  /** third color point**/
}
#diagram > .ct-chart-line {
  background: #fcfcfc;
}
#diagram > svg > g.ct-grids > line {
  stroke: #cccccc;
}
/*******************/
/** POINTS PER GAME**/
.advancesmill > svg > g > g.ct-series.ct-series-a > path {
  stroke: #ffa000;
}
.advancesmill > svg > g > g.ct-series.ct-series-a > .ct-point {
  stroke: #ffa000;
}
.advancesmill > svg > g > g.ct-series.ct-series-b > path {
  stroke: #0051ad;
}
.advancesmill > svg > g > g.ct-series.ct-series-b > .ct-point {
  stroke: #0051ad;
}
.advancesmill > svg > g > g.ct-series.ct-series-c > path {
  stroke: #f4c63d;
}
.advancesmill > svg > g > g.ct-series.ct-series-c > .ct-point {
  stroke: #f4c63d;
}
.advancesmill > svg > g > g.ct-series.ct-series-d > path {
  stroke: #b44335;
}
.advancesmill > svg > g > g.ct-series.ct-series-d > .ct-point {
  stroke: #b44335;
}
.advancesmill > .ct-chart-line {
  background: #fcfcfc;
}
.advancesmill > svg > g.ct-grids > line {
  stroke: #cccccc;
}
.advancesmill > .ct-legend li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 3px;
  margin-right: 23px;
  display: inline-block;
  cursor: pointer;
}
.advancesmill > .ct-legend li.ct-series-0:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: '';
  border: 3px solid #ffa000;
  border-radius: 10px;
  background: #ffa000;
  margin-right: 10px;
}
.advancesmill > .ct-legend li.ct-series-1:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: '';
  border: 3px solid #0051ad;
  border-radius: 10px;
  background: #0051ad;
  margin-right: 10px;
}
.advancesmill > .ct-legend li.ct-series-2:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: '';
  border: 3px solid #f4c63d;
  border-radius: 10px;
  background: #f4c63d;
  margin-right: 10px;
}
.advancesmill > .ct-legend li.ct-series-3:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: '';
  border: 3px solid #b44335;
  border-radius: 10px;
  background: #b44335;
  margin-right: 10px;
}
.advancesmill > .ct-legend li.inactive:before {
  background: transparent;
}
.advancesmill > .ct-legend {
  text-align: center;
}
.advancesmill > .ct-chart-line {
  position: relative;
}
/*************/
/** ASSISTS **/
.canvas-assists {
  height: 400px;
}
#donutchart {
  position: relative;
  left: -5%;
}
#donutchart > svg > g > text {
  stroke: #141414;
}
#donutchart > svg > g.ct-series.ct-series-a > path {
  fill: #ffa000;
  /**  @assists-color-1 color**/
}
#donutchart > svg > g.ct-series.ct-series-b > path {
  fill: #B87400;
  /** @assists-color-2 2 color**/
}
#donutchart > svg > g.ct-series.ct-series-c > path {
  fill: #E08E00;
  /** @assists-color-3 3 color**/
}
#donutchart > svg > g.ct-series.ct-series-d > path {
  fill: #FFB433;
  /** @assists-color-4 4 color**/
}
#donutchart > .ct-legend.ct-legend-inside li {
  padding-left: 23px;
  margin-bottom: 20px;
  cursor: pointer;
}
#donutchart > .ct-legend.ct-legend-inside li.ct-series-0:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: '';
  border: 3px solid #ffa000;
  border-radius: 10px;
  background: #ffa000;
  margin-right: 10px;
  margin-bottom: 10px;
}
#donutchart > .ct-legend.ct-legend-inside li.ct-series-1:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: '';
  border: 3px solid #B87400;
  border-radius: 10px;
  background: #B87400;
  margin-right: 10px;
  margin-bottom: 10px;
}
#donutchart > .ct-legend.ct-legend-inside li.ct-series-2:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: '';
  border: 3px solid #E08E00;
  border-radius: 10px;
  background: #E08E00;
  margin-right: 10px;
  margin-bottom: 10px;
}
#donutchart > .ct-legend.ct-legend-inside li.ct-series-3:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: '';
  border: 3px solid #FFB433;
  border-radius: 10px;
  background: #FFB433;
  margin-right: 10px;
  margin-bottom: 10px;
}
#donutchart > .ct-legend.ct-legend-inside li.inactive:before {
  background: transparent;
}
#donutchart > .ct-legend.ct-legend-inside {
  position: absolute;
  top: 25%;
  right: 3%;
}
/************/
/*** Horizontal bar название **/
.canvas-minutes-big.horizontalbar {
  background: #fcfcfc;
}
#horizontalbar > svg > g > g.ct-series.ct-series-a > line {
  stroke: #ffa000;
  /** 1 color **/
}
#horizontalbar > svg > g > g.ct-series.ct-series-b > line {
  stroke: #f4c63d;
  /** 2 color **/
}
#horizontalbar > svg > g.ct-grids > line {
  stroke: #cccccc;
}
#horizontalbar > .ct-legend li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 3px;
  margin-right: 23px;
  display: inline-block;
  cursor: pointer;
}
#horizontalbar > .ct-legend li.ct-series-0:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: '';
  border: 3px solid #ffa000;
  border-radius: 10px;
  background: #ffa000;
  margin-right: 10px;
}
#horizontalbar > .ct-legend li.ct-series-1:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  content: '';
  border: 3px solid #f4c63d;
  border-radius: 10px;
  background: #f4c63d;
  margin-right: 10px;
}
#horizontalbar > .ct-legend li.inactive:before {
  background: transparent;
}
#horizontalbar > .ct-legend {
  text-align: center;
}
.ct-chart {
  position: relative;
}
.ct-chart-bar {
  position: relative;
}
/******************/
/***Bipolar diagram название  **/
#bipolardiagram > svg > g > g.ct-series.ct-series-a > path {
  fill: aqua;
}
#bipolardiagram > svg > g > g.ct-series.ct-series-b > path {
  fill: #f05b4f;
}
#bipolardiagram > svg > g > g.ct-series.ct-series-c > path {
  fill: green;
}
#bipolardiagram > svg > g > g.ct-series.ct-series-d > path {
  fill: black;
}
#bipolardiagram > .ct-chart-line {
  background: #fcfcfc;
}
#bipolardiagram > svg > g.ct-grids > line {
  stroke: #cccccc;
}
/**********************/
/** Donut название **/
.canvas-animatedonut {
  height: 400px;
}
.animatedonut > svg > g.ct-series.ct-series-a > path {
  stroke: #d70206;
}
.animatedonut > svg > g.ct-series.ct-series-b > path {
  stroke: #f05b4f;
}
.animatedonut > svg > g.ct-series.ct-series-c > path {
  stroke: #8f5d00;
}
.animatedonut > svg > g.ct-series.ct-series-d > path {
  stroke: #d17905;
}
.animatedonut > svg > g.ct-series.ct-series-e > path {
  stroke: #9043ad;
}
.animatedonut > svg > g.ct-series.ct-series-f > path {
  stroke: #59922b;
}
.animatedonut > svg > g.ct-series.ct-series-g > path {
  stroke: #0544d3;
}
.animatedonut > svg > g > text {
  fill: #141414;
}
/** Threshold Graph**/
.ct-line.ct-threshold-above,
.ct-point.ct-threshold-above,
.ct-bar.ct-threshold-above {
  stroke: #ffa000;
}
.ct-line.ct-threshold-below,
.ct-point.ct-threshold-below,
.ct-bar.ct-threshold-below {
  stroke: #77B800;
}
.ct-area.ct-threshold-above {
  fill: #F29E0D;
}
.ct-area.ct-threshold-below {
  fill: #72A512;
}
#threshold > svg > g > g > path.ct-line {
  stroke-dasharray: 5;
  animation: dash 5s linear infinite;
}
@keyframes dash {
  from {
    stroke-dashoffset: 50;
  }
  to {
    stroke-dashoffset: 0;
  }
}
#threshold > svg > g.ct-grids > line {
  stroke: #cccccc;
}
#threshold > svg > g > g > text {
  fill: #3d3d3d;
}
@media (max-width: 700px) {
  #donutchart > .ct-legend.ct-legend-inside {
    position: relative;
    text-align: center;
    top: 0%;
    right: 0%;
  }
  #donutchart > .ct-legend.ct-legend-inside li {
    padding-left: 23px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    margin-right: 20px;
  }
  .canvas-assists {
    margin-bottom: 70px;
  }
}
@media (max-width: 465px) {
  #horizontalbar > .ct-legend li {
    margin-left: 23px;
  }
}
@media (max-width: 425px) {
  .advancesmill > .ct-legend li {
    display: inline;
  }
}
@media (max-width: 375px) {
  .advancesmill > .ct-legend li {
    display: inline-block;
    margin-right: 0;
    margin-left: 25px;
  }
}
.sport-team-lp-header {
  background: rgba(50, 50, 50, 0.8);
  z-index: 100;
  position: relative;
  width: 100%;
}
.sport-team-lp-header .logo {
  position: relative;
  float: left;
  width: 121px;
  height: 86px;
  background: #fc0;
  display: flex;
  border-radius: 10px 10px 10px 10px / 50px 50px 50px 50px;
}
.sport-team-lp-header .logo img {
  margin: auto;
  height: 60px;
  width: 63px;
  object-fit: cover;
}
.sport-team-lp-header ul {
  text-align: right;
  float: right;
}
.sport-team-lp-header .logo:before {
  content: "";
  position: absolute;
  border-width: 0 53px 25px;
  border-style: solid;
  border-color: transparent transparent #fc0;
  transform: rotate(180deg);
  top: 99%;
  right: 6px;
  left: 6px;
  z-index: 200;
}
.sport-team-lp-header ul > li {
  display: inline-block;
  padding: 35px 0;
  line-height: 1;
}
.sport-team-lp-header ul > li.active > a {
  color: #fff;
  position: relative;
}
.sport-team-lp-header ul > li.active:first-child > a:before {
  margin-left: -25px;
}
.sport-team-lp-header ul > li.active:last-child > a:before {
  margin-left: 25px;
}
.sport-team-lp-header ul > li.active > a:before {
  position: absolute;
  content: "\f0d7";
  color: #fff;
  bottom: -20px;
  font-family: FontAwesome;
  font-size: 16px;
  right: 0;
  left: 0;
  text-align: center;
}
.sport-team-lp-header ul > li > a {
  padding: 0 25px;
  color: #c7c7c7;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 14px;
}
.sport-team-lp-header button {
  display: none;
  position: relative;
  float: right;
  padding: 5px 11px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 24px 0 0 0;
  z-index: 1;
  background: #fc0;
}
.sport-team-lp-header ul > li:last-child > a {
  padding-right: 0px;
}
.sport-team-lp-header ul > li:first-child > a {
  padding-left: 0px;
}
.sport-team-lp-header .navbar-collapse.collapse {
  padding: 0px;
}
.style-menu {
  background: #323232;
  z-index: 100;
}
@media (max-width: 1200px) {
  .sport-team-lp-header .navbar-collapse.collapse {
    display: block !important;
  }
}
@media (max-width: 992px) {
  .sport-team-lp-header .logo {
    float: none;
    margin: 0 auto;
  }
  .sport-team-lp-header ul {
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 680px) {
  .sport-team-lp-header button {
    display: block;
  }
  .sport-team-lp-header .logo {
    float: left;
  }
  .sport-team-lp-header ul > li > a {
    padding: 0;
  }
  .sport-team-lp-header ul > li {
    width: 100%;
    padding: 15px 0;
  }
  .sport-team-lp-header .navbar-collapse.collapse {
    display: none !important;
  }
  .sport-team-lp-header .navbar-collapse.collapse.in {
    display: block !important;
  }
  .sport-team-lp-header .clear-header {
    clear: both;
    border: none;
  }
  .sport-team-lp-header ul > li.active > a:before {
    display: none;
  }
  .sport-team-lp-header ul {
    margin-bottom: 20px;
  }
}
.landing-top-bar .links li,
.landing-top-bar .contacts li {
  display: inline-block;
  padding-right: 22px;
}
.landing-top-bar .contacts li:last-child,
.landing-top-bar .links li:last-child {
  padding: 0;
}
.landing-top-bar ul {
  padding: 22px 0 22px 0;
  line-height: 16px;
}
.landing-top-bar ul > li > a {
  color: #999;
  font-family: "Montserrat";
}
.landing-top-bar {
  background: linear-gradient(-80deg, #ffffff 40%, #f8f8f8 11%);
}
.landing-top-bar .top-language .list {
  padding: 22px 0 22px 0;
  text-align: right;
}
.landing-top-bar .contacts > li > a > i {
  padding-right: 18px;
  font-size: 15px;
}
.landing-top-bar .contacts > li > a > .number {
  font-size: 12px;
}
.landing-top-bar .contacts > li > a > .skype {
  text-transform: uppercase;
  font-size: 12px;
}
@media (max-width: 991px) {
  .landing-top-bar {
    background: linear-gradient(-80deg, #ffffff 50%, #f8f8f8 10%);
  }
  .landing-top-bar .contacts {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .landing-top-bar .links li {
    padding: 0px;
  }
  .landing-top-bar .links {
    text-align-last: justify;
  }
}
.landing-sport-sponsors {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 10px solid #ededed;
  overflow: hidden;
}
.landing-sport-sponsors span {
  font-size: 18px;
  font-weight: 700;
  font-family: "Raleway";
  display: inline-block;
  width: 100%;
  line-height: 1;
}
.landing-sport-sponsors .sponsors:before {
  left: -1000%;
  top: -1000%;
  bottom: -1000%;
  right: 0;
  content: "";
  background: #f1f1f1;
  position: absolute;
  z-index: -20;
  transform: skew(-10deg);
}
@media (max-width: 992px) {
  .landing-sport-sponsors {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .landing-sport-sponsors .sponsors {
    text-align: center;
    padding-bottom: 20px;
  }
  .landing-sport-sponsors .sponsors:before {
    left: -1000%;
    top: -1000%;
    bottom: 0;
    right: -1000%;
  }
  .landing-sport-sponsors span {
    display: inline;
    font-size: 24px;
  }
}
.landing-sport-main-news img {
  display: block;
  width: 100%;
  border: 1px solid #f7f7f7;
  object-fit: cover;
  height: 100%;
}
.landing-sport-main-news .news-border {
  position: absolute;
  bottom: 0;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: Montserrat;
  display: block;
  left: 1px;
  right: 1px;
  bottom: 1px;
}
.landing-sport-main-news .date {
  display: inline-block;
  width: 100%;
  color: #cccccc;
}
.landing-sport-main-news .name {
  color: #fff;
  line-height: 1;
}
.landing-sport-main-news .news-wprapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: block;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.landing-sport-main-news .row.no-gutters > [class^="col-"],
.landing-sport-main-news .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 992px) {
  .landing-sport-main-news .row-eq-height {
    display: block;
  }
}
.landing-sport-footer-links {
  background: #fff;
  border-bottom: 1px solid #f7f7f7;
}
.landing-sport-footer-links ul {
  text-align-last: justify;
}
.landing-sport-footer-links ul > li {
  display: inline-block;
}
.landing-sport-footer-links ul > li > a {
  font-family: "Montserrat";
  font-size: 16px;
  text-transform: uppercase;
  padding: 44px 0;
  display: block;
}
.landing-sport-footer-links ul > li > a > i {
  display: none;
}
.landing-sport-footer-links ul > li:last-child {
  padding-right: 35px;
}
.landing-sport-footer-links ul > li:first-child a {
  padding-left: 35px;
}
.landing-sport-footer-links ul > li.facebook a {
  color: #4668b2;
}
.landing-sport-footer-links ul > li.twitter a {
  color: #1da1f2;
}
.landing-sport-footer-links ul > li.google a {
  color: #dd4b39;
}
.landing-sport-footer-links ul > li.instagram a {
  color: #833ab4;
}
.landing-sport-footer-links ul > li.youtube a {
  color: #cd201f;
}
@media (max-width: 767px) {
  .landing-sport-footer-links ul > li > a > i {
    display: block;
  }
  .landing-sport-footer-links ul > li > a > span {
    display: none;
  }
}
.lading-sport-contact {
  position: relative;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.lading-sport-contact .wrapper-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.lading-sport-contact .wrapper-img iframe {
  width: 100%;
  height: 100%;
}
.lading-sport-contact .wrapper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lading-sport-contact .information-wrap {
  position: relative;
  padding-top: 170px;
  padding-bottom: 150px;
  text-align: right;
}
.lading-sport-contact .information-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: -10000%;
  top: 0;
  bottom: 0;
  background: rgba(252, 252, 252, 0.87);
  transform: skew(-6deg);
}
.lading-sport-contact .information-wrap span {
  display: inline-block;
  width: 100%;
  position: relative;
}
.lading-sport-contact .information-wrap > div {
  padding-bottom: 35px;
  text-transform: uppercase;
  color: #141414;
  font-family: "Raleway";
  line-height: 1;
  font-weight: 900;
}
.lading-sport-contact .information-wrap .header-welcom {
  font-size: 32px;
}
.lading-sport-contact .information-wrap .header-arena {
  font-size: 40px;
}
.lading-sport-contact .information-wrap > span {
  color: #666;
  font-family: "Open Sans";
  padding-bottom: 35px;
}
.lading-sport-contact .information-wrap > a {
  position: relative;
  padding: 21px 23px 18px 23px;
  display: inline-block;
  background: #fc0;
  border-radius: 10px;
  text-transform: uppercase;
  color: #141414;
  line-height: 1;
  font-family: "Montserrat";
}
.lading-sport-contact .information-wrap > a:hover {
  background: #141414;
  color: #fff;
}
@media (max-width: 992px) {
  .lading-sport-contact .information-wrap:before {
    left: -1000%;
  }
  .lading-sport-contact .information-wrap {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.landing-sport-twitter-slider {
  position: relative;
  padding: 75px 0;
  background: #1da1f2;
}
.landing-sport-twitter-slider .wrap {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.landing-sport-twitter-slider .wrap > a {
  color: #fff;
  font-size: 24px;
  padding-bottom: 34px;
  display: block;
}
.landing-sport-twitter-slider .wrap .text {
  font-size: 24px;
  font-family: "Open Sans";
  color: #fff;
  padding-bottom: 58px;
}
.landing-sport-twitter-slider .wrap .text > a {
  font-weight: 700;
  color: #fff;
  padding: 0 5px;
}
.landing-sport-twitter-slider .wrap .copyright {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.landing-sport-twitter-slider .nav-arrow.left-arrow {
  padding-left: 36px;
  left: 0;
  text-align: left;
}
.landing-sport-twitter-slider .nav-arrow.right-arrow {
  padding-right: 36px;
  right: 0;
  text-align: right;
}
.landing-sport-twitter-slider .nav-arrow {
  width: 68px;
  height: 60px;
  box-sizing: border-box;
  line-height: 60px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: #fff;
  font-size: 12px;
  background: #1da1f2;
  z-index: 2;
}
.landing-sport-twitter-slider .nav-arrow.left-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  right: -7px;
  bottom: 0;
  width: 12px;
  transform: skew(-10deg);
  background: #1da1f2;
  transition: all .4s;
}
.landing-sport-twitter-slider .nav-arrow.right-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: -7px;
  bottom: 0;
  width: 12px;
  transform: skew(-10deg);
  background: #1da1f2;
  transition: all .4s;
}
.landing-sport-twitter-slider .nav-arrow.left-arrow:hover:before,
.landing-sport-twitter-slider .nav-arrow.right-arrow:hover:before {
  background: #ffcf0f;
}
.landing-sport-twitter-slider .nav-arrow:hover {
  color: #000;
  background: #ffcf0f;
}
#twitter-slider .owl-carousel .item {
  touch-action: pan-x;
}
@media (max-width: 767px) {
  .landing-sport-twitter-slider .nav-arrow {
    display: none;
  }
  .landing-sport-twitter-slider .wrap {
    width: 100%;
  }
}
.landing-sport-next-match {
  padding: 70px 50px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.landing-sport-next-match > div {
  display: inline-block;
  width: 100%;
  font-size: 0;
}
.landing-sport-next-match > div > div > ul {
  text-align: center;
}
.landing-sport-next-match > div .team.left > div {
  display: inline-block;
  margin-left: 25px;
  text-transform: uppercase;
  vertical-align: middle;
}
.landing-sport-next-match > div .team.right {
  direction: rtl;
}
.landing-sport-next-match > div .team.right > div {
  display: inline-block;
  margin-right: 25px;
  text-transform: uppercase;
  vertical-align: middle;
}
.landing-sport-next-match > div > div > ul > li {
  display: inline-block;
  margin-right: 25px;
  position: relative;
}
.landing-sport-next-match > div > div > ul > li:before {
  content: ':';
  position: absolute;
  top: 0;
  line-height: 53px;
  height: 60px;
  right: -18.8px;
  font-size: 32px;
  font-weight: bold;
  color: #141414;
  font-family: "Open Sans";
}
.landing-sport-next-match > div > div > ul > li:last-child:before {
  display: none;
}
.landing-sport-next-match > div > div > ul > li:last-child {
  margin-right: 0;
}
.landing-sport-next-match .team {
  width: 35%;
  display: inline-block;
  vertical-align: middle;
}
.landing-sport-next-match .team.right {
  text-align: right;
}
.landing-sport-next-match > div > div > img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.landing-sport-next-match .counter {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}
.landing-sport-next-match > span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Montserrat";
  width: 100%;
  text-align: center;
  color: #4c4c4c;
}
.landing-sport-next-match > div > div > div > span {
  width: 100%;
  display: inline-block;
}
.landing-sport-next-match .team-name {
  font-size: 16px;
  color: #141414;
  font-family: "Montserrat";
}
.landing-sport-next-match .country {
  color: #666666;
  font-family: "Open Sans";
}
.landing-sport-next-match > div > div > ul > li > span {
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 8px;
  min-width: 60px;
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  background: #141414;
  height: 60px;
  line-height: 60px;
  font-family: Open Sans, sans-serif;
  display: block;
}
.landing-sport-next-match .opening {
  padding-bottom: 15px;
}
.landing-sport-next-match .arena {
  padding-top: 15px;
}
@media (max-width: 1200px) {
  .landing-sport-next-match {
    padding: 50px 20px;
  }
  .landing-sport-next-match .team,
  .landing-sport-next-match .team.right {
    text-align: center;
  }
  .landing-sport-next-match > div .team.left > div,
  .landing-sport-next-match > div .team.right > div {
    width: 100%;
    margin: 0;
    padding: 10px 0;
  }
}
@media (max-width: 992px) {
  .landing-sport-next-match {
    padding: 50px 20px;
    background: linear-gradient(to bottom, #fff 50%, #fcfcfc 50%);
  }
  .landing-sport-next-match .team {
    width: 100%;
    margin: 0;
  }
  .landing-sport-next-match .arena {
    padding: 0;
  }
  .landing-sport-next-match .counter {
    width: 100%;
  }
  .landing-sport-next-match > div > div > img {
    display: block;
    margin: 0 auto;
  }
  .landing-sport-next-match {
    padding: 40px 10px;
  }
  .landing-sport-next-match > div > div {
    margin-bottom: 20px;
  }
}
.landing-sport-galery {
  position: relative;
  overflow: hidden;
}
.landing-sport-galery .wrapper {
  width: 10000px;
  position: relative;
}
.landing-sport-galery .wrapper .item {
  float: left;
  height: 282px;
  position: relative;
  overflow: hidden;
  display: block;
}
.landing-sport-galery .border {
  padding: 24px 10px 10px 30px;
  transition: all .4s;
  width: 40%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  display: block;
  z-index: 1;
}
.landing-sport-galery .border span {
  position: relative;
  color: #1f1f1f;
  font-family: "Montserrat";
  font-size: 16px;
}
.landing-sport-galery .wrapper .item:hover .border {
  left: 0;
}
.landing-sport-galery .border:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 1px;
  left: -30px;
  right: -25px;
  background-color: #fc0;
  transform: skew(-10deg);
  background-blend-mode: overlay;
  opacity: 0.87;
}
.landing-sport-galery .owl-carousel .item {
  float: left;
  height: 282px;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  touch-action: pan-y;
}
.landing-sport-galery .owl-carousel .item:hover .border {
  left: 0;
}
.landing-sport-galery .owl-carousel .item img {
  border-bottom: 1px solid #f7f7f7;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landing-sport-standings .item {
  display: inline-block;
  width: 100%;
  padding: 25px 24px;
  border-bottom: 1px solid #d8d8d8;
  background: #fff;
  transition: all 400ms;
  font-weight: 700;
}
.landing-sport-standings .buttons-wrapper {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Raleway";
  font-weight: 700;
  color: #141414;
  line-height: 1;
  padding-top: 40px;
  padding-bottom: 28px;
}
.landing-sport-standings .buttons-wrapper > a {
  color: #141414;
  margin-right: 18px;
}
.landing-sport-standings .buttons-wrapper .league {
  margin-left: 7px;
  display: inline-flex;
  width: 50%;
}
.landing-sport-standings .name {
  font-size: 12px;
  text-transform: uppercase;
  color: #1f1f1f;
  font-family: "Open Sans";
}
.landing-sport-standings .item .number {
  min-width: 40px;
  height: 30px;
  line-height: 30px;
  border-radius: 9px;
  background: #3d4765;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  float: right;
  padding: 0 10px;
}
.landing-sport-standings .item img {
  height: 30px;
  width: 30px;
  object-fit: cover;
  margin-right: 15px;
}
.landing-sport-standings .standings-position {
  margin-right: 27px;
  display: inline-block;
  vertical-align: middle;
  color: #1f1f1f;
}
.landing-sport-standings .item .standings-position i {
  margin-right: 9px;
}
.landing-sport-standings .item.up i {
  color: #4caf50;
}
.landing-sport-standings .item.down i {
  color: #f44336;
}
.landing-sport-standings .item.none i {
  color: #999999;
  font-size: 12px;
}
.landing-sport-standings .item:hover {
  background: linear-gradient(to right, #3d4765, white);
}
.landing-sport-standings .item:hover .name {
  color: #fff;
}
.landing-sport-standings .item:hover .standings-position {
  color: #fff;
}
@media (max-width: 676px) {
  .landing-sport-standings .buttons-wrapper > span {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  .landing-sport-standings .buttons-wrapper > a {
    margin: 0;
    font-size: 25px;
  }
  .landing-sport-standings .buttons-wrapper .league {
    width: 100%;
    display: inline-block;
    margin: 0;
    text-align: center;
  }
  .landing-sport-standings .buttons-wrapper .arrow.right {
    float: right;
  }
}
.fade-standings {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.mySlides {
  display: none;
}
.league_name {
  display: none;
}
.landing-sport-latest-matches > a {
  padding: 18px 40px;
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
  display: block;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.landing-sport-latest-matches > a > div {
  display: inline-block;
  width: 100%;
  font-size: 0;
}
.landing-sport-latest-matches > a > span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Montserrat;
  width: 100%;
  text-align: center;
  color: #4c4c4c;
  padding: 15px 0;
}
.landing-sport-latest-matches > a > div > .team {
  display: inline-block;
  width: 30%;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  color: #141414;
}
.landing-sport-latest-matches > a > div > .team.left > span > img {
  margin-right: 12px;
}
.landing-sport-latest-matches > a > div > .team.center > span > img {
	text-align: center;
}
.landing-sport-latest-matches > a > div > .team.right > span > img {
  margin-left: 12px;
}
.landing-sport-latest-matches > a > div > .team > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.landing-sport-latest-matches > a > div > .team > span > img {
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.landing-sport-latest-matches > a > div > .team > .team-name {
  padding: 3px 3px 2px 3px;
  position: relative;
}
.landing-sport-latest-matches > a > div > .score {
  display: inline-block;
  width: 40%;
  text-align: center;
  vertical-align: middle;
}
.landing-sport-latest-matches > a > div > .score > span {
  min-width: 50px;
  padding: 14px 18px;
  box-sizing: border-box;
  display: inline-block;
  background: #3d4765;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border-radius: 10px;
}
.landing-sport-latest-matches > a > div > .team.right {
  direction: rtl;
  text-align: center;
}
.landing-sport-latest-matches > a > div > .team.left {
  direction: rtl;
  text-align: center;
}
.landing-sport-latest-matches > a:hover {
  position: relative;
  background: linear-gradient(to right, #ffcc00 10%, white 80%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
 
}
.landing-sport-latest-matches > a:hover > span {
  color: #141414;
}
.landing-sport-latest-matches > a > div > .team:hover {
  overflow: visible;
}
.landing-sport-latest-matches > a > div > .team:hover .team-name {
  z-index: 100;
  box-shadow: 0 0 5px 2px #1f1f1f;
  border-radius: 3px;
  background: #ffcc00;
}
@media (max-width: 560px) {
  .landing-sport-latest-matches > a {
    padding: 18px 10px;
  }
  .landing-sport-latest-matches > a > div > .score,
  .landing-sport-latest-matches > a > div > .team {
    width: 100%;
    text-align: center;
    white-space: normal;
  }
  .landing-sport-latest-matches > a > div > .team.right {
    text-align: center;
    margin-top: 20px;
  }
  .landing-sport-latest-matches > a > div > .team.left {
    margin-bottom: 20px;
  }
  .landing-sport-latest-matches > a > div > .team > span {
    display: block;
  }
  .landing-sport-latest-matches > a > div > .team.right > span > img,
  .landing-sport-latest-matches > a > div > .team.left > span > img {
    margin: 0;
    margin-bottom: 5px;
  }
  .landing-sport-latest-matches > a > div > .team:hover .team-name {
    background: none;
    box-shadow: none;
  }
}
.landing-sport-quote {
  padding-top: 20px;
}
.landing-sport-quote {
  max-width: 100%;
}
.landing-sport-quote span {
  display: inline-block;
  width: 100%;
  color: #1f1f1f;
  text-transform: uppercase;
  font-size: 14px;
}
.landing-sport-quote span.coach {
  color: #666666;
  font-size: 12px;
}
.landing-sport-quote blockquote {
  padding-left: 56px;
  border: none;
  position: relative;
  font-size: 32px;
  line-height: 42px;
  padding: 90px 0 20px 0;
  color: #1f1f1f;
}
.landing-sport-quote blockquote:before {
  content: "\201c";
  position: absolute;
  left: 0;
  font-weight: 700;
  top: 4px;
  font-size: 48px;
  line-height: 48px;
  z-index: 0;
  color: #1f1f1f;
  font-family: "Raleway";
}
.landing-sport-quote .wrapper {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .landing-sport-quote .wrapper {
    padding: 50px 0;
  }
  .landing-sport-quote {
    padding: 0;
  }
}
.landing-sport-players-slider {
  background: #fcfcfc;
  padding: 50px 0 80px 0;
}
.landing-sport-players-slider .staff-item {
  position: relative;
  overflow: hidden;
}
.landing-sport-players-slider .staff-item .info {
  padding: 26px 0 10px 30px;
  width: 75px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #f2f2f2;
}
.landing-sport-players-slider .staff-item .info:before {
  content: '';
  width: 120px;
  background: #f2f2f2;
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  transform: skew(-10deg);
  z-index: 0;
}
.landing-sport-players-slider .staff-item .info .name {
  font-size: 16px;
  display: block;
  color: #141414;
  line-height: 19px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  z-index: 1;
  position: relative;
}
.landing-sport-players-slider .staff-item .info .position {
  padding-top: 9px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: normal;
  color: #666666;
  display: block;
  font-family: "Montserrat", sans-serif;
  z-index: 1;
  position: relative;
}
.landing-sport-players-slider .staff-item .info .number {
  width: 75px;
  color: #999999;
  font-size: 24px;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 23px;
}
.landing-sport-players-slider .staff-item .info .ball {
  width: 24px;
  height: 25px;
  position: absolute;
  left: 28px;
  bottom: 26px;
}
.landing-sport-players-slider .staff-item > a img {
  object-fit: cover;
}
.landing-sport-players-slider .staff-item > a img {
  height: 353px;
  width: 353px;
  max-width: 100%;
}
.landing-sport-players-slider .main-stuff-slider .nav-arrow {
  width: 68px;
  height: 60px;
  box-sizing: border-box;
  line-height: 60px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: #000000;
  font-size: 12px;
  background: #ffcc00;
}
.landing-sport-players-slider .main-stuff-slider .nav-arrow.left-arrow {
  padding-left: 36px;
  left: 0;
  text-align: left;
}
.landing-sport-players-slider .main-stuff-slider .nav-arrow.left-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  right: -7px;
  bottom: 0;
  width: 12px;
  transform: skew(-10deg);
  background: #ffcc00;
  transition: all 400ms;
}
.landing-sport-players-slider .main-stuff-slider .nav-arrow.right-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: -7px;
  bottom: 0;
  width: 12px;
  transform: skew(-10deg);
  background: #ffcc00;
  transition: all 400ms;
}
.landing-sport-players-slider .main-stuff-slider .nav-arrow.right-arrow {
  padding-right: 36px;
  right: 0;
  text-align: right;
}
.landing-sport-players-slider .main-stuff-slider .nav-arrow:hover {
  background: #141414;
  color: #ffffff;
}
.landing-sport-players-slider .main-stuff-slider .nav-arrow.left-arrow:hover:before {
  background: #141414;
}
.landing-sport-players-slider .main-stuff-slider .nav-arrow.right-arrow:hover:before {
  background: #141414;
}
.landing-sport-players-slider .players-slider ul {
  padding-bottom: 34px;
  padding-left: 0px;
  padding-right: 0px;
}
.landing-sport-players-slider .player-filters li {
  padding-right: 30px;
  display: inline-block;
}
.landing-sport-players-slider .player-filters li:last-child {
  padding-right: 0;
}
.landing-sport-players-slider .player-filters li a {
  padding: 5px 0 12px 0;
  display: block;
  position: relative;
  font-size: 14px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.landing-sport-players-slider .player-filters li a:before {
  content: '';
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  height: 6px;
  background: #ffa000;
  transition: all 400ms;
}
.landing-sport-players-slider .player-filters li a:hover:before {
  width: 100%;
}
.landing-sport-players-slider .player-filters li.active a:before {
  width: 100%;
}
@media (max-width: 1200px) {
  .landing-sport-players-slider .staff-item {
    overflow: hidden;
  }
  .landing-sport-players-slider .staff-item .info .name {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .landing-sport-players-slider .staff-item {
    max-width: 353px;
    margin: 0 auto 30px;
  }
  .landing-sport-players-slider .staff-item .info {
    left: -200%;
    transition: all 400ms;
  }
  .landing-sport-players-slider .staff-item:hover .info {
    left: 0;
  }
  .landing-sport-players-slider h5 {
    text-align: center;
  }
  .landing-sport-players-slider .tab-filters {
    text-align: center;
  }
  .landing-sport-players-slider .carousel-inner {
    padding-bottom: 50px;
  }
  .landing-sport-players-slider .main-stuff-slider .nav-arrow {
    top: 100%;
    transform: translateY(-100%);
  }
  .landing-sport-players-slider .staff-item .info {
    padding: 50px 20px 0px 20px;
    width: 100%;
    text-align: center;
  }
  .landing-sport-players-slider .staff-item .info .position {
    padding-top: 15px;
    font-size: 14px;
  }
  .landing-sport-players-slider .staff-item .info .name {
    font-size: 18px;
  }
  .landing-sport-players-slider .staff-item .info .number {
    width: 100%;
    font-size: 32px;
    text-align: center;
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .landing-sport-players-slider .main-stuff-slider .nav-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
  .landing-sport-players-slider h5,
  .landing-sport-players-slider .tab-filters {
    text-align: left;
  }
  .landing-sport-players-slider .tab-filters {
    margin-bottom: 10px;
  }
}
.landing-sport-about {
  padding: 93px 0;
  background: url(../images/soccer/success-section-bg1.jpg) 100% 0 no-repeat #f7f7f7;
  background-position: right top;
  background-attachment: fixed;
  background-size: contain;
}
.landing-sport-about h4 {
  color: #141414;
  font-family: "Raleway";
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.landing-sport-about h5 {
  color: #141414;
  font-family: "Raleway";
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.landing-sport-about h5 img {
  margin-right: 15px;
  margin-top: -5px;
}
.landing-sport-about p {
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans";
}
.landing-sport-about .wrap {
  padding-top: 63px;
  text-align: right;
}
.landing-sport-about .title {
  padding: 0;
  line-height: normal;
  text-transform: uppercase;
  color: #141414;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 900;
}
.landing-sport-about .big-title {
  line-height: 40px;
  text-transform: uppercase;
  color: #141414;
  font-family: Raleway, sans-serif;
  font-size: 48px;
  font-weight: 900;
}
.landing-sport-about .btn {
  padding: 15px 24px 13px 24px;
  border-radius: 9px;
  border: none;
  background: #fc0;
  font-size: 16px;
  color: #141414;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .landing-sport-about {
    text-align: center;
    background-size: cover;
  }
  .landing-sport-about .wrap {
    text-align: center;
  }
}
.landing-sport-main-slider .msp_post_slider .msp_post_slide.slide-1 {
  background: url("../images/common/landing-sport-slide.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
}
.landing-sport-main-slider .msp_post_slider .msp_post_slide.slide-2 {
  background: url("../images/common/landing-sport-slide-2.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
}
.landing-sport-main-slider .msp_post_slider .msp_post_slide .slider-caption .big-title {
  color: #333333;
  font-size: 64px;
}
.landing-sport-main-slider .msp_post_slider .msp_post_slide .slider-caption .sub-title {
  color: #a1a1a1;
  padding-bottom: 10px;
}
.landing-sport-main-slider .msp_post_slider .owl-dot {
  background: #c7c7c7;
}
.landing-sport-main-slider .msp_post_slider .owl-dot.active {
  background: #fc0;
}
.sport-team-landing-store-filter li a {
  padding: 5px 0 12px 0;
  display: block;
  position: relative;
  font-size: 14px;
  color: #141414;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
.sport-team-landing-store-filter li {
  padding-right: 30px;
  display: inline-block;
}
.sport-team-landing-store-filter {
  padding-bottom: 34px;
}
.sport-team-landing-store-filter li.active a:before,
.esport-championship-store-filter li a:hover:before {
  width: 100%;
}
.sport-team-landing-store-filter li a:before {
  content: '';
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  height: 6px;
  background: #ffcc00;
  transition: all .4s;
}
.landing-sport-store .esport-store-list-item > div {
  padding-bottom: 75px;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #ffcf0f;
  margin-bottom: 30px;
}
.landing-sport-store .esport-store-list-item img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.landing-sport-store .esport-store-list-item > div .info {
  padding: 15px 24px 17px 24px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  display: block;
  z-index: 2;
  transition: all 400ms;
  bottom: 0;
}
.landing-sport-store .esport-store-list-item > div .info:before {
  content: '';
  position: absolute;
  left: -20px;
  right: -10px;
  bottom: -50px;
  height: 200%;
  transform: rotate(4deg);
  transition: all 400ms;
  top: -10px;
  background: #fcfcfc;
  z-index: 1;
}
.landing-sport-store .esport-store-list-item .name {
  font-size: 14px;
  color: #292929;
  line-height: 20px;
  font-weight: bold;
  display: block;
  z-index: 1;
  position: relative;
}
.landing-sport-store .esport-store-list-item .price {
  display: block;
  font-size: 20px;
  color: #666666;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .landing-sport-store .esport-store-list-item > div {
    margin: 0 auto 30px;
    width: 264px;
  }
}
.sport-cmapionship-header {
  background: #f7f7f7;
  position: relative;
  width: 100%;
}
.sport-cmapionship-header .wrapper {
  display: inline-block;
  width: 100%;
  font-size: 0;
}
.sport-cmapionship-header .contacts-wrap {
  float: right;
  width: 30%;
  display: inline-block;
  padding: 0;
}
.sport-cmapionship-header .logo {
  width: 10%;
  float: left;
  height: 106px;
  display: flex;
}
.sport-cmapionship-header .clear-header {
  width: 60%;
  display: inline-block;
}
.sport-cmapionship-header .logo > img {
  margin: auto 0;
  height: 60px;
  width: 63px;
  object-fit: contain;
}
.sport-cmapionship-header ul > li {
  display: inline-block;
  padding: 0 25px;
}
.sport-cmapionship-header .contacts-wrap > ul {
  display: inline-block;
  margin-right: 40px;
}
.sport-cmapionship-header .contacts-wrap button {
  color: #fff;
  background: #0061c7;
  font-size: 14px;
  border-radius: 5px;
  padding: 11px 15px;
  text-transform: uppercase;
  font-family: "Montserrat";
  line-height: 1;
  border: none;
}
.sport-cmapionship-header .contacts-wrap button i {
  display: none;
}
.sport-cmapionship-header .navbar-toggle {
  display: none;
}
.sport-cmapionship-header .contacts-wrap > ul > li {
  padding: 0 25px 0 0;
}
.sport-cmapionship-header .clear-header ul > li > a {
  color: #0061c7;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}
.sport-cmapionship-header ul > li:first-child {
  padding-left: 0;
}
.sport-cmapionship-header ul > li:last-child {
  padding-right: 0;
}
.sport-cmapionship-header ul > li > a {
  display: block;
  padding: 45px 0;
  position: relative;
}
.sport-cmapionship-header .clear-header ul > li.active > a:before {
  position: absolute;
  content: "\f0d7";
  color: #0061c7;
  bottom: 15px;
  font-family: FontAwesome;
  font-size: 16px;
  right: 0;
  left: 0;
  text-align: center;
}
.sport-cmapionship-header ul > li > a.facebook {
  color: #3b5998;
}
.sport-cmapionship-header ul > li > a.twitter {
  color: #1da1f2;
}
.sport-cmapionship-header ul > li > a.google {
  color: #dd4b39;
}
.sport-cmapionship-header ul > li > a.pinterest {
  color: #bd081c;
}
.sport-cmapionship-header {
  z-index: 100;
}
@media (max-width: 1200px) {
  .sport-cmapionship-header {
    background: linear-gradient(to bottom, #FFF 49%, #fcfcfc 11%);
  }
  .sport-cmapionship-header .contacts-wrap {
    float: right;
    width: 90%;
    text-align: right;
  }
  .sport-cmapionship-header .navbar-collapse.collapse {
    display: block !important;
  }
  .sport-cmapionship-header .clear-header {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sport-cmapionship-header .contacts-wrap {
    width: 100%;
    text-align: center;
  }
  .sport-cmapionship-header .clear-header {
    width: 80%;
    text-align: right;
    float: right;
  }
}
@media (max-width: 680px) {
  .sport-cmapionship-header .clear-header ul > li.active > a:before {
    display: none;
  }
  .sport-cmapionship-header .navbar-toggle {
    display: block;
    position: relative;
    float: right;
    padding: 5px 11px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
    margin: 39px 0 0 0;
    z-index: 1;
    background: #0061c7;
    color: #fcfcfc;
  }
  .sport-cmapionship-header .navbar-collapse.collapse {
    display: none !important;
  }
  .sport-cmapionship-header .navbar-collapse.collapse.in {
    display: block !important;
  }
  .sport-cmapionship-header .clear-header ul > li {
    display: inline-block;
    width: 100%;
  }
  .sport-cmapionship-header .clear-header ul > li {
    padding: 0;
    text-align: center;
  }
  .sport-cmapionship-header ul > li > a {
    padding: 20px 0;
  }
  .sport-cmapionship-header .logo {
    width: auto;
  }
  .sport-cmapionship-header .clear-header {
    width: 100%;
  }
  .sport-cmapionship-header {
    background: linear-gradient(to bottom, #fff 35%, #fcfcfc 11%);
  }
}
@media (max-width: 370px) {
  .sport-cmapionship-header .contacts-wrap button i {
    display: block;
  }
  .sport-cmapionship-header .contacts-wrap button span {
    display: none;
  }
}
.sport_champoinship_main_slider {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sport_champoinship_main_slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sport_champoinship_main_slider .main-slide-post {
  display: block;
  position: relative;
  width: 60%;
  float: left;
  overflow: hidden;
}
.sport_champoinship_main_slider .older-slide-posts {
  width: 40%;
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
}
.sport_champoinship_main_slider .older-slide-posts > div {
  position: relative;
  width: 100%;
}
.sport_champoinship_main_slider .wrapper {
  position: relative;
  height: 100%;
}
.sport_champoinship_main_slider .wrapper > div {
  position: absolute;
  bottom: 0;
  padding: 45px 50px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 27%, rgba(0, 0, 0, 0.1) 79%);
  left: 0;
  right: 0;
}
.sport_champoinship_main_slider .wrapper > div > span {
  display: inline-block;
  width: 100%;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat";
}
.sport_champoinship_main_slider .timeline {
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: #000;
  position: absolute;
}
.sport_champoinship_main_slider .timeline > span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, #ff6600 44%, #ff3300 63%);
  width: 0%;
}
.sport_champoinship_main_slider .wrapper .text {
  font-size: 32px;
  font-weight: 700;
  font-family: "Raleway";
}
.sport_champoinship_main_slider .older-slide-posts .wrapper .text {
  font-size: 20px;
}
.sport_champoinship_main_slider .arrows-wrapper a {
  z-index: 10;
  width: 68px;
  height: 60px;
  box-sizing: border-box;
  line-height: 60px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: #fff;
  font-size: 12px;
  background: #141414;
}
.sport_champoinship_main_slider .arrow-left {
  padding-left: 36px;
  left: 0;
  text-align: left;
}
.sport_champoinship_main_slider .arrow-right {
  padding-right: 36px;
  right: 0;
  text-align: right;
}
.sport_champoinship_main_slider .arrow-left:before {
  content: '';
  position: absolute;
  top: 0;
  right: -7px;
  bottom: 0;
  width: 12px;
  transform: skew(-10deg);
  background: #141414;
  transition: all .4s;
}
.sport_champoinship_main_slider .arrow-right:before {
  content: '';
  position: absolute;
  top: 0;
  left: -7px;
  bottom: 0;
  width: 12px;
  transform: skew(-10deg);
  background: #141414;
  transition: all .4s;
}
@media (max-width: 992px) {
  .sport_champoinship_main_slider {
    display: block;
  }
  .sport_champoinship_main_slider .main-slide-post {
    width: 100%;
  }
  .sport_champoinship_main_slider .older-slide-posts {
    display: none;
  }
}
@media (max-width: 767px) {
  .sport_champoinship_main_slider .wrapper > div {
    padding: 30px 20px;
  }
}
@media (max-width: 550px) {
  .main-slide-post {
    height: 450px;
  }
}
.item_vertical {
  height: 50%;
  position: relative;
}
#horizontal-wrapper {
  width: 1000000px;
  position: relative;
  height: 100%;
}
#horizontal-wrapper .wrapper {
  float: left;
  position: relative;
  width: 1104px;
}
.older-slide-posts #wrapper {
  height: 800px;
}
.sport_championship_about {
  background: #fff;
  overflow: hidden;
  z-index: -1;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sport_championship_about .wrap-left-text {
  text-align: left;
  padding-top: 80px;
  padding-bottom: 70px;
  background-image: url(../images/common/Subject-Flat.png);
  background-position: 98% 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
.sport_championship_about .wrap-left-text p {
  width: 50%;
}
.sport_championship_about .wrap-left-text:before {
  content: "";
  position: absolute;
  background: #fafafa;
  left: -1000%;
  top: 0;
  bottom: 4px;
  right: 40px;
  z-index: -12;
  transform: skew(-13deg);
}
.sport_championship_about .wrap-right-text {
  text-align: right;
  padding-top: 80px;
  padding-bottom: 70px;
}
.sport_championship_about p {
  padding-top: 30px;
  font-family: "Open Sans";
  color: #666666;
  font-size: 16px;
  line-height: 32px;
}
.sport_championship_about img {
  width: 100%;
}
.sport_championship_about span {
  display: inline-block;
  width: 100%;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Raleway";
  font-weight: 700;
}
.sport_championship_about .about {
  color: #1f1f1f;
  font-size: 16px;
}
.sport_championship_about .cup {
  color: #766c54;
  font-size: 24px;
}
.sport_championship_about .name {
  font-size: 32px;
  color: #1f1f1f;
}
.sport_championship_about .surname {
  color: #0061c7;
  font-size: 40px;
}
.sport_championship_about .team {
  color: #1f1f1f;
  font-size: 12px;
  font-family: "Montserrat";
  font-weight: 400;
}
@media (max-width: 1200px) {
  .sport_championship_about .wrap-left-text:before {
    right: 32px;
  }
}
@media (max-width: 991px) {
  .sport_championship_about .wrap-left-text:before {
    right: 68px;
  }
  .sport_championship_about .wrap-right-text {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .sport_championship_about .wrap-left-text {
    background-image: none;
  }
  .sport_championship_about .wrap-left-text p {
    width: 100%;
  }
  .sport_championship_about .wrap-left-text:before {
    right: -100%;
  }
}
.sport-championship-sponsors {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 10px solid #ededed;
  overflow: hidden;
}
.sport-championship-sponsors span {
  font-size: 18px;
  font-weight: 700;
  font-family: "Raleway";
  display: inline-block;
  width: 100%;
  line-height: 1;
}
@media (max-width: 992px) {
  .sport-championship-sponsors {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .sport-championship-sponsors .sponsors {
    text-align: center;
    padding-bottom: 20px;
  }
  .sport-championship-sponsors span {
    display: inline;
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
  }
}
.sport-championship-standings .item {
  display: inline-block;
  width: 100%;
  padding: 25px 24px;
  border-bottom: 1px solid #d8d8d8;
  background: #fff;
  transition: all 400ms;
  font-weight: 700;
}
.sport-championship-standings .buttons-wrapper {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Raleway";
  font-weight: 700;
  color: #141414;
  line-height: 1;
  padding-top: 40px;
  padding-bottom: 28px;
}
.sport-championship-standings .buttons-wrapper > a {
  color: #141414;
  margin-right: 18px;
}
.sport-championship-standings .buttons-wrapper .league {
  margin-left: 7px;
  color: #0061c7;
  display: inline-flex;
  width: 50%;
}
.sport-championship-standings .name {
  font-size: 12px;
  text-transform: uppercase;
  color: #1f1f1f;
  font-family: "Open Sans";
}
.sport-championship-standings .item .number {
  min-width: 40px;
  height: 30px;
  line-height: 30px;
  border-radius: 9px;
  background: #141414;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  float: right;
  padding: 0 10px;
}
.sport-championship-standings .item img {
  height: 30px;
  width: 30px;
  object-fit: cover;
  margin-right: 15px;
}
.sport-championship-standings .standings-position {
  margin-right: 27px;
  display: inline-block;
  vertical-align: middle;
  color: #1f1f1f;
}
.sport-championship-standings .item .standings-position i {
  margin-right: 9px;
}
.sport-championship-standings .item.up i {
  color: #4caf50;
}
.sport-championship-standings .item.down i {
  color: #f44336;
}
.sport-championship-standings .item.none i {
  color: #999999;
  font-size: 12px;
}
.sport-championship-standings .item:hover {
  background: #ff6600;
}
.sport-championship-standings .item:hover .name {
  color: #fff;
}
.sport-championship-standings .item:hover .standings-position {
  color: #fff;
}
@media (max-width: 676px) {
  .sport-championship-standings .buttons-wrapper > span {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  .sport-championship-standings .buttons-wrapper > a {
    margin: 0;
    font-size: 25px;
  }
  .sport-championship-standings .buttons-wrapper .league {
    width: 100%;
    display: inline-block;
    margin: 0;
    text-align: center;
  }
  .sport-championship-standings .buttons-wrapper .arrow.right {
    float: right;
  }
}
.fade-standings {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.mySlides {
  display: none;
}
.league_name {
  display: none;
}
.sport-championship-latest-matches > a {
  padding: 18px 40px;
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
  display: block;
  box-sizing: border-box;
}
.sport-championship-latest-matches > a > div {
  display: inline-block;
  width: 100%;
  font-size: 0;
}
.sport-championship-latest-matches > a > span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Montserrat;
  width: 100%;
  text-align: center;
  color: #4c4c4c;
  padding: 15px 0;
}
.sport-championship-latest-matches > a > div > .team {
  display: inline-block;
  width: 40%;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  color: #141414;
}
.sport-championship-latest-matches > a > div > .team.left > span > img {
  margin-right: 12px;
}
.sport-championship-latest-matches > a > div > .team.right > span > img {
  margin-left: 12px;
}
.sport-championship-latest-matches > a > div > .team > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.sport-championship-latest-matches > a > div > .team > span > img {
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.sport-championship-latest-matches > a > div > .team > .team-name {
  padding: 3px 3px 2px 3px;
  position: relative;
}
.sport-championship-latest-matches > a > div > .score {
  display: inline-block;
  width: 20%;
  text-align: center;
  vertical-align: middle;
}
.sport-championship-latest-matches > a > div > .score > span {
  min-width: 50px;
  padding: 14px 18px;
  box-sizing: border-box;
  display: inline-block;
  background: #141414;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border-radius: 10px;
}
.sport-championship-latest-matches > a > div > .team.right {
  direction: rtl;
  text-align: right;
}
.sport-championship-latest-matches > a:hover {
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.sport-championship-latest-matches > a:hover > span {
  color: #141414;
}
.sport-championship-latest-matches > a > div > .team:hover {
  overflow: visible;
}
.sport-championship-latest-matches > a > div > .team:hover .team-name {
  z-index: 100;
  box-shadow: 0 0 5px 2px #1f1f1f;
  border-radius: 3px;
  background: #fcfcfc;
}
@media (max-width: 560px) {
  .sport-championship-latest-matches > a {
    padding: 18px 10px;
  }
  .sport-championship-latest-matches > a > div > .score,
  .sport-championship-latest-matches > a > div > .team {
    width: 100%;
    text-align: center;
    white-space: normal;
  }
  .sport-championship-latest-matches > a > div > .team.right {
    text-align: center;
    margin-top: 20px;
  }
  .sport-championship-latest-matches > a > div > .team.left {
    margin-bottom: 20px;
  }
  .sport-championship-latest-matches > a > div > .team > span {
    display: block;
  }
  .sport-championship-latest-matches > a > div > .team.right > span > img,
  .sport-championship-latest-matches > a > div > .team.left > span > img {
    margin: 0;
    margin-bottom: 5px;
  }
  .sport-championship-latest-matches > a > div > .team:hover .team-name {
    background: none;
    box-shadow: none;
  }
}
ul.sport-championship-timline-tabs {
  display: block;
  text-align-last: justify;
  border-bottom: 2px dashed #666666;
  padding-right: 10%;
  position: relative;
  margin-bottom: 45px;
}
ul.sport-championship-timline-tabs:before {
  content: "";
  position: absolute;
  border-bottom: 2px dashed #666;
  right: 100%;
  left: -100%;
  bottom: -2px;
}
ul.sport-championship-timline-tabs:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #666;
}
ul.sport-championship-timline-tabs > li {
  display: inline-block;
}
ul.sport-championship-timline-tabs > li > a {
  display: block;
  position: relative;
  font-family: "Open Sans";
  font-size: 12px;
  color: #999999;
  padding: 25px 0;
}
ul.sport-championship-timline-tabs > li.active > a:before {
  background: #6d6d6d;
}
ul.sport-championship-timline-tabs > li > a:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f7f7f7;
  border: 1px solid #a4a4a4;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.sport-championship-win-team {
  background: #fff;
  padding: 70px 40px;
  margin-bottom: 20px;
}
.sport-championship-win-team a {
  display: block;
}
.sport-championship-win-team .image-wrapper {
  margin-right: 35px;
}
.sport-championship-win-team img {
  -webkit-filter: drop-shadow(0px 10px 15px #e52c20);
  filter: drop-shadow(0px 10px 15px #e52c20);
  height: 130px;
  width: 100%;
  object-fit: contain;
}
.sport-championship-win-team .text {
  display: inline-block;
  line-height: 1;
}
.sport-championship-win-team .text span {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Montserrat";
}
.sport-championship-win-team .name {
  color: #141414;
  font-size: 24px;
  font-weight: 700;
}
.sport-championship-win-team .status {
  color: #666666;
  font-size: 12px;
}
.sport-championship-win-team > a > div {
  display: inline-block;
  vertical-align: middle;
}
.start {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 600px) {
  .sport-championship-win-team .text {
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }
  .sport-championship-win-team .image-wrapper {
    display: block;
    margin: 0;
  }
}
.sport-championship-places > a {
  padding: 35px 30px;
  background: #fff;
  display: flex;
  margin-bottom: 2px;
}
.sport-championship-places > a:last-child {
  margin-bottom: 0;
}
.sport-championship-places > a > img {
  height: 65px;
  width: 65px;
  object-fit: cover;
  margin: auto 0;
}
.sport-championship-places > a span {
  text-transform: uppercase;
  line-height: 25px;
  font-family: "Open Sans";
}
.sport-championship-places > a > span {
  margin: auto 15px;
}
.sport-championship-places > a > span > span {
  display: block;
}
.sport-championship-places > a > span > .name {
  color: #141414;
  font-size: 18px;
}
.sport-championship-places > a > span > .place {
  color: #666666;
  font-size: 12px;
}
.sport_championship_participants a {
  display: block;
  position: relative;
  padding: 65px 30px;
  background: #fff;
  margin-bottom: 35px;
  transition: all 400ms;
}
.sport_championship_participants a > img {
  height: 110px;
  width: 110px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.sport_championship_participants a > span {
  text-align: center;
  color: #141414;
  font-size: 11.16px;
  font-family: "Montserrat";
  display: inline-block;
  width: 100%;
  transition: all .4s;
}
.sport_championship_participants a:hover {
  background: linear-gradient(to right, #ff6600 34%, #ff3300 64%);
}
.sport_championship_participants a:hover > span {
  color: #fff;
}
@media (max-width: 580px) {
  .sport_championship_participants a {
    margin: 0 2px 2px 0;
    padding: 50px 5px;
  }
  .sport_championship_participants .row.no-gutters-xs > [class*=" col-"],
  .sport_championship_participants .row.no-gutters-xs > [class^=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .sport_championship_participants .row.no-gutters-xs {
    margin-right: 0;
    margin-left: 0;
  }
}
.sport-championship-twitter {
  position: relative;
  padding: 75px 0;
  background: url(../images/common/sport-championship-twitter.jpg), no-repeat;
  background-size: cover;
}
.sport-championship-twitter .wrap {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.sport-championship-twitter .wrap > a {
  color: #fff;
  font-size: 24px;
  padding-bottom: 34px;
  display: block;
}
.sport-championship-twitter .wrap .text {
  font-size: 24px;
  font-family: "Open Sans";
  color: #fff;
  padding-bottom: 58px;
}
.sport-championship-twitter .wrap .text > a {
  font-weight: 700;
  color: #fff;
  padding: 0 5px;
}
.sport-championship-twitter .wrap .copyright {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.sport-championship-twitter .nav-arrow.left-arrow {
  padding-left: 36px;
  left: 0;
  text-align: left;
}
.sport-championship-twitter .nav-arrow.right-arrow {
  padding-right: 36px;
  right: 0;
  text-align: right;
}
.sport-championship-twitter .nav-arrow {
  width: 68px;
  height: 60px;
  box-sizing: border-box;
  line-height: 60px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: #fff;
  font-size: 12px;
  background: #1da1f2;
  display: none;
}
.sport-championship-twitter .nav-arrow.left-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  right: -7px;
  bottom: 0;
  width: 12px;
  transform: skew(-10deg);
  background: #1da1f2;
  transition: all .4s;
}
.sport-championship-twitter .nav-arrow.right-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: -7px;
  bottom: 0;
  width: 12px;
  transform: skew(-10deg);
  background: #1da1f2;
  transition: all .4s;
}
.sport-championship-twitter .nav-arrow.left-arrow:hover:before,
.landing-sport-twitter-slider .nav-arrow.right-arrow:hover:before {
  background: #ffcf0f;
}
.sport-championship-twitter .nav-arrow:hover {
  color: #000;
  background: #ffcf0f;
}
.sport-championship-news img {
  display: block;
  width: 100%;
  border: 1px solid #f7f7f7;
  object-fit: cover;
  height: 100%;
}
.sport-championship-news .news-border {
  position: absolute;
  bottom: 0;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: Montserrat;
  display: block;
  left: 1px;
  right: 1px;
  bottom: 1px;
}
.sport-championship-news .date {
  display: inline-block;
  width: 100%;
  color: #cccccc;
}
.sport-championship-news .name {
  color: #fff;
  line-height: 1;
}
.sport-championship-news .news-wprapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: block;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.sport-championship-news .row.no-gutters > [class^="col-"],
.sport-championship-news .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.sport-championship-news .item {
  touch-action: pan-y;
}
@media (max-width: 992px) {
  .sport-championship-news .row-eq-height {
    display: block;
  }
}
.sport-championship-contact {
  position: relative;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.sport-championship-contact .wrapper-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.sport-championship-contact .wrapper-img iframe {
  width: 100%;
  height: 100%;
}
.sport-championship-contact .wrapper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sport-championship-contact .information-wrap {
  position: relative;
  padding-top: 170px;
  padding-bottom: 150px;
  text-align: right;
}
.sport-championship-contact .information-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: -10000%;
  top: 0;
  bottom: 0;
  background: rgba(0, 97, 199, 0.87);
  transform: skew(-6deg);
}
.sport-championship-contact .information-wrap span {
  display: inline-block;
  width: 100%;
  position: relative;
}
.sport-championship-contact .information-wrap > div {
  padding-bottom: 35px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Raleway";
  line-height: 1;
  font-weight: 900;
}
.sport-championship-contact .information-wrap .header-welcom {
  font-size: 32px;
}
.sport-championship-contact .information-wrap .header-arena {
  font-size: 40px;
}
.sport-championship-contact .information-wrap > span {
  color: #fff;
  font-family: "Open Sans";
  padding-bottom: 35px;
}
.sport-championship-contact .information-wrap > a {
  position: relative;
  padding: 21px 23px 18px 23px;
  display: inline-block;
  background: #0061c7;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  font-family: "Montserrat";
  transition: all .4ms;
}
.sport-championship-contact .information-wrap > a:hover {
  background: #141414;
  color: #fff;
}
@media (max-width: 992px) {
  .sport-championship-contact .information-wrap:before {
    left: -1000%;
  }
  .sport-championship-contact .information-wrap {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sport-championship-footer-links {
  background: #fff;
  border-bottom: 1px solid #f7f7f7;
}
.sport-championship-footer-links ul {
  text-align-last: justify;
}
.sport-championship-footer-links ul > li {
  display: inline-block;
}
.sport-championship-footer-links ul > li > a {
  font-family: "Montserrat";
  font-size: 16px;
  text-transform: uppercase;
  padding: 44px 0;
  display: block;
}
.sport-championship-footer-links ul > li > a > i {
  display: none;
}
.sport-championship-footer-links ul > li:last-child {
  padding-right: 35px;
}
.sport-championship-footer-links ul > li:first-child a {
  padding-left: 35px;
}
.sport-championship-footer-links ul > li.facebook a {
  color: #4668b2;
}
.sport-championship-footer-links ul > li.twitter a {
  color: #1da1f2;
}
.sport-championship-footer-links ul > li.google a {
  color: #dd4b39;
}
.sport-championship-footer-links ul > li.instagram a {
  color: #833ab4;
}
.sport-championship-footer-links ul > li.youtube a {
  color: #cd201f;
}
@media (max-width: 767px) {
  .sport-championship-footer-links ul > li > a > i {
    display: block;
  }
  .sport-championship-footer-links ul > li > a > span {
    display: none;
  }
}
.sport-championship-videos img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.sport-championship-videos .wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.sport-championship-videos .wrapper .width {
  height: 100%;
}
.sport-championship-videos .ifram-wrapper {
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.sport-championship-videos .wrapper .news-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.sport-championship-videos .wrapper .news-wrapper iframe {
  display: none;
}
.sport-championship-videos iframe {
  width: 100%;
  height: 100%;
  height: 500px;
}
.sport-championship-videos .news-border {
  position: absolute;
  bottom: 0;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: Montserrat;
  display: block;
  left: 1px;
  right: 1px;
  bottom: 1px;
}
.sport-championship-videos .date {
  display: inline-block;
  width: 100%;
  color: #cccccc;
}
.sport-championship-videos .name {
  color: #fff;
  line-height: 1;
}
.sport-championship-videos .youtube {
  color: #cd201f;
  margin: 0 4px;
}
.sport-championship-videos ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
@media (max-width: 992px) {
  .sport-championship-videos .wrapper .news-wrapper {
    float: left;
    height: 210px;
  }
  .sport-championship-videos .wrapper .width {
    position: relative;
    display: flex;
  }
  .video-wrapper .wrapper {
    overflow-x: scroll;
  }
}
.esport-cmapionship-header {
  background: #000;
  z-index: 100;
  position: relative;
  width: 100%;
}
.esport-cmapionship-header .wrapper {
  display: inline-block;
  width: 100%;
  font-size: 0;
}
.esport-cmapionship-header .contacts-wrap {
  float: right;
  width: 20%;
  display: inline-block;
  padding: 0;
  text-align: right;
}
.esport-cmapionship-header .logo {
  width: 10%;
  float: left;
  height: 106px;
  display: flex;
}
.esport-cmapionship-header .clear-header {
  width: 70%;
  display: inline-block;
  text-align: right;
}
.esport-cmapionship-header .logo > img {
  margin: auto 0;
  max-height: 60px;
  max-width: 63px;
  object-fit: contain;
}
.esport-cmapionship-header ul > li {
  display: inline-block;
  padding: 0 25px;
}
.esport-cmapionship-header .contacts-wrap > ul {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}
.esport-cmapionship-header .contacts-wrap > ul:before {
  content: "";
  top: 45px;
  bottom: 45px;
  left: 0;
  width: 1px;
  background: #343333;
  position: absolute;
}
.esport-cmapionship-header .contacts-wrap button {
  color: #fff;
  background: #0061c7;
  font-size: 14px;
  border-radius: 5px;
  padding: 11px 15px;
  text-transform: uppercase;
  font-family: "Montserrat";
  line-height: 1;
  border: none;
}
.esport-cmapionship-header .contacts-wrap button i {
  display: none;
}
.esport-cmapionship-header .navbar-toggle {
  display: none;
}
.esport-cmapionship-header .contacts-wrap > ul > li {
  padding: 0 25px 0 0;
}
.esport-cmapionship-header .clear-header ul > li > a {
  color: #999999;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}
.esport-cmapionship-header ul > li:first-child {
  padding-left: 0;
}
.esport-cmapionship-header ul > li:last-child {
  padding-right: 0;
}
.esport-cmapionship-header ul > li > a {
  display: block;
  padding: 45px 0;
  position: relative;
}
.esport-cmapionship-header .clear-header ul > li.active > a:before {
  position: absolute;
  content: "\f0d7";
  color: #e5e5e5;
  top: 5px;
  font-family: FontAwesome;
  font-size: 16px;
  right: 0;
  left: 0;
  text-align: center;
}
.esport-cmapionship-header .clear-header ul > li.active > a {
  color: #e5e5e5;
}
.esport-cmapionship-header ul > li > a.facebook {
  color: #3b5998;
}
.esport-cmapionship-header ul > li > a.twitter {
  color: #1da1f2;
}
.esport-cmapionship-header ul > li > a.google {
  color: #dd4b39;
}
.esport-cmapionship-header ul > li > a.pinterest {
  color: #bd081c;
}
.esport-cmapionship-header ul > li > a > span {
  display: none;
}
@media (max-width: 1200px) {
  .esport-cmapionship-header .navbar-collapse.collapse {
    display: block !important;
  }
}
@media (max-width: 992px) {
  .esport-cmapionship-header .navbar-collapse.collapse {
    padding: 0;
  }
  .esport-cmapionship-header .clear-header {
    width: 90%;
  }
  .esport-cmapionship-header .contacts-wrap {
    width: 100%;
  }
  .esport-cmapionship-header .contacts-wrap > ul {
    border-bottom: 1px solid #343333;
    padding: 0;
    text-transform: uppercase;
    text-align-last: justify;
    width: 100%;
  }
  .esport-cmapionship-header .contacts-wrap > ul:before {
    display: none;
  }
  .esport-cmapionship-header ul > li > a > span {
    display: block;
  }
  .esport-cmapionship-header ul > li > a > i {
    display: none;
  }
}
@media (max-width: 767px) {
  .esport-cmapionship-header .contacts-wrap {
    width: 100%;
    text-align: center;
  }
  .esport-cmapionship-header .clear-header {
    width: 80%;
    text-align: right;
    float: right;
  }
}
@media (max-width: 680px) {
  .esport-cmapionship-header ul > li > a > span {
    display: none;
  }
  .esport-cmapionship-header ul > li > a > i {
    display: block;
  }
  .esport-cmapionship-header .clear-header ul > li.active > a:before {
    display: none;
  }
  .esport-cmapionship-header .navbar-toggle {
    display: block;
    position: relative;
    float: right;
    padding: 5px 11px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
    margin: 39px 0 0 0;
    z-index: 1;
    background: #0061c7;
    color: #fcfcfc;
  }
  .esport-cmapionship-header .navbar-collapse.collapse {
    display: none !important;
  }
  .esport-cmapionship-header .navbar-collapse.collapse.in {
    display: block !important;
  }
  .esport-cmapionship-header .clear-header ul > li {
    display: inline-block;
    width: 100%;
  }
  .esport-cmapionship-header .clear-header ul > li {
    padding: 0;
    text-align: center;
  }
  .esport-cmapionship-header ul > li > a {
    padding: 20px 0;
  }
  .esport-cmapionship-header .logo {
    width: auto;
  }
  .esport-cmapionship-header .clear-header {
    width: 100%;
  }
}
@media (max-width: 370px) {
  .esport-cmapionship-header .contacts-wrap button i {
    display: block;
  }
  .esport-cmapionship-header .contacts-wrap button span {
    display: none;
  }
}
.esport_champoinship_main_slider {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.esport_champoinship_main_slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.esport_champoinship_main_slider .main-slide-post {
  display: block;
  position: relative;
  width: 60%;
  float: left;
}
.esport_champoinship_main_slider .older-slide-posts {
  width: 40%;
  display: block;
  position: relative;
  float: left;
}
.esport_champoinship_main_slider .older-slide-posts > div {
  position: relative;
  width: 100%;
}
.esport_champoinship_main_slider .wrapper {
  position: relative;
  height: 100%;
}
.esport_champoinship_main_slider .wrapper > div {
  position: absolute;
  bottom: 0;
  padding: 45px 50px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 27%, rgba(0, 0, 0, 0.1) 79%);
  left: 0;
  right: 0;
}
.esport_champoinship_main_slider .wrapper > div > span {
  display: inline-block;
  width: 100%;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat";
}
.esport_champoinship_main_slider .timeline {
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: #000;
  position: absolute;
}
.esport_champoinship_main_slider .timeline > span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, #ff6600 44%, #ff3300 63%);
  width: 60%;
}
.esport_champoinship_main_slider .wrapper .text {
  font-size: 32px;
  font-weight: 700;
  font-family: "Raleway";
}
.esport_champoinship_main_slider .older-slide-posts .wrapper .text {
  font-size: 20px;
}
.esport_champoinship_main_slider .arrows-wrapper a {
  z-index: 10;
  width: 68px;
  height: 60px;
  box-sizing: border-box;
  line-height: 60px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: #fff;
  font-size: 12px;
  background: #141414;
}
.esport_champoinship_main_slider .arrow-left {
  padding-left: 36px;
  left: 0;
  text-align: left;
}
.esport_champoinship_main_slider .arrow-right {
  padding-right: 36px;
  right: 0;
  text-align: right;
}
.esport_champoinship_main_slider .arrow-left:before {
  content: '';
  position: absolute;
  top: 0;
  right: -7px;
  bottom: 0;
  width: 12px;
  transform: skew(-10deg);
  background: #141414;
  transition: all .4s;
}
.esport_champoinship_main_slider .arrow-right:before {
  content: '';
  position: absolute;
  top: 0;
  left: -7px;
  bottom: 0;
  width: 12px;
  transform: skew(-10deg);
  background: #141414;
  transition: all .4s;
}
.esport_champoinship_main_slider .item_vertical:hover .text {
  color: #f60;
  transition: all .4ms;
}
@media (max-width: 992px) {
  .esport_champoinship_main_slider {
    display: block;
  }
  .esport_champoinship_main_slider .main-slide-post {
    width: 100%;
  }
  .esport_champoinship_main_slider .older-slide-posts {
    display: none;
  }
}
@media (max-width: 767px) {
  .esport_champoinship_main_slider .wrapper > div {
    padding: 30px 20px;
  }
}
@media (max-width: 550px) {
  .main-slide-post {
    height: 450px;
  }
}
.item_vertical {
  height: 50%;
  position: relative;
}
#horizontal-wrapper {
  width: 1000000px;
  position: relative;
  height: 100%;
}
#horizontal-wrapper .wrapper {
  float: left;
  position: relative;
  width: 1104px;
}
.older-slide-posts #wrapper {
  height: 800px;
}
.esport-championship-sponsors {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 10px solid #141414;
  overflow: hidden;
}
.esport-championship-sponsors span {
  font-size: 18px;
  font-weight: 700;
  font-family: "Raleway";
  display: inline-block;
  width: 100%;
  line-height: 1;
  color: #e5e5e5;
}
@media (max-width: 992px) {
  .esport-championship-sponsors {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .esport-championship-sponsors .sponsors {
    text-align: center;
    padding-bottom: 20px;
  }
  .esport-championship-sponsors span {
    display: inline;
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
  }
}
.esport-championship-standings .item {
  display: inline-block;
  width: 100%;
  padding: 25px 24px;
  border-bottom: 1px solid #141414;
  background: #292929;
  transition: all 400ms;
  font-weight: 700;
}
.esport-championship-standings .item:last-child {
  border: none;
}
.esport-championship-standings .buttons-wrapper {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Raleway";
  font-weight: 700;
  color: #e5e5e5;
  line-height: 1;
  padding-top: 40px;
  padding-bottom: 28px;
}
.esport-championship-standings .buttons-wrapper > a {
  color: #e5e5e5;
  margin-right: 18px;
}
.esport-championship-standings .buttons-wrapper .league {
  margin-left: 7px;
  color: #fb6107;
  display: inline-flex;
  width: 50%;
}
.esport-championship-standings .name {
  font-size: 12px;
  text-transform: uppercase;
  color: #e5e5e5;
  font-family: "Open Sans";
}
.esport-championship-standings .item .number {
  min-width: 40px;
  height: 30px;
  line-height: 30px;
  border-radius: 9px;
  background: #141414;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  float: right;
  padding: 0 10px;
}
.esport-championship-standings .item img {
  height: 30px;
  width: 30px;
  object-fit: cover;
  margin-right: 15px;
}
.esport-championship-standings .standings-position {
  margin-right: 27px;
  display: inline-block;
  vertical-align: middle;
  color: #e5e5e5;
}
.esport-championship-standings .item .standings-position i {
  margin-right: 9px;
}
.esport-championship-standings .item.up i {
  color: #4caf50;
}
.esport-championship-standings .item.down i {
  color: #f44336;
}
.esport-championship-standings .item.none i {
  color: #999999;
  font-size: 12px;
}
.esport-championship-standings .item:hover {
  background: #141414;
}
.esport-championship-standings .item:hover .name {
  color: #e5e5e5;
}
.esport-championship-standings .item:hover .standings-position {
  color: #e5e5e5;
}
@media (max-width: 676px) {
  .esport-championship-standings .buttons-wrapper > span {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  .esport-championship-standings .buttons-wrapper > a {
    margin: 0;
    font-size: 25px;
  }
  .esport-championship-standings .buttons-wrapper .league {
    width: 100%;
    display: inline-block;
    margin: 0;
    text-align: center;
  }
  .esport-championship-standings .buttons-wrapper .arrow.right {
    float: right;
  }
}
.fade-standings {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.mySlides {
  display: none;
}
.league_name {
  display: none;
}
.esport-championship-latest-matches > a {
  padding: 18px 40px;
  border-bottom: 1px solid #000;
  display: block;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 400ms;
  position: relative;
  background-color: #fb6107;
}
.esport-championship-latest-matches > a:last-child {
  border: none;
}
.esport-championship-latest-matches > a > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.esport-championship-latest-matches > a:hover > img {
  mix-blend-mode: overlay;
}
.esport-championship-latest-matches > a > div {
  display: inline-block;
  width: 100%;
  font-size: 0;
  position: relative;
}
.esport-championship-latest-matches > a > span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Montserrat;
  width: 100%;
  text-align: center;
  color: #999999;
  padding: 15px 0;
  position: relative;
}
.esport-championship-latest-matches > a > div > .team {
  display: inline-block;
  width: 40%;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  color: #e5e5e5;
}
.esport-championship-latest-matches > a > div > .team.left > span > img {
  margin-right: 12px;
}
.esport-championship-latest-matches > a > div > .team.right > span > img {
  margin-left: 12px;
}
.esport-championship-latest-matches > a > div > .team > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.esport-championship-latest-matches > a > div > .team > span > img {
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.esport-championship-latest-matches > a > div > .team > .team-name {
  padding: 3px 3px 2px 3px;
  position: relative;
}
.esport-championship-latest-matches > a > div > .score {
  display: inline-block;
  width: 20%;
  text-align: center;
  vertical-align: middle;
}
.esport-championship-latest-matches > a > div > .score > span {
  min-width: 50px;
  padding: 14px 18px;
  box-sizing: border-box;
  display: inline-block;
  background: #141414;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border-radius: 10px;
}
.esport-championship-latest-matches > a > div > .team.right {
  direction: rtl;
  text-align: right;
}
.esport-championship-latest-matches > a:hover {
  box-shadow: 0 0 50px rgba(251, 91, 7, 0.8);
  z-index: 20;
}
.esport-championship-latest-matches > a:hover > span {
  color: #141414;
}
.esport-championship-latest-matches > a > div > .team:hover {
  overflow: visible;
}
.esport-championship-latest-matches > a > div > .team:hover .team-name {
  z-index: 100;
  box-shadow: 0 0 5px 2px #1f1f1f;
  border-radius: 3px;
  background: #141414;
}
@media (max-width: 560px) {
  .esport-championship-latest-matches > a {
    padding: 18px 10px;
  }
  .esport-championship-latest-matches > a > div > .score,
  .esport-championship-latest-matches > a > div > .team {
    width: 100%;
    text-align: center;
    white-space: normal;
  }
  .esport-championship-latest-matches > a > div > .team.right {
    text-align: center;
    margin-top: 20px;
  }
  .esport-championship-latest-matches > a > div > .team.left {
    margin-bottom: 20px;
  }
  .esport-championship-latest-matches > a > div > .team > span {
    display: block;
  }
  .esport-championship-latest-matches > a > div > .team.right > span > img,
  .esport-championship-latest-matches > a > div > .team.left > span > img {
    margin: 0;
    margin-bottom: 5px;
  }
  .esport-championship-latest-matches > a > div > .team:hover .team-name {
    background: none;
    box-shadow: none;
  }
}
.esport_championship_participants a {
  display: block;
  padding: 65px 30px;
  background: #212121;
  margin-bottom: 35px;
  transition: all 400ms;
  position: relative;
}
.esport_championship_participants a:hover {
  box-shadow: 0 0 50px rgba(251, 91, 7, 0.8);
  background-color: #fb6107;
}
.esport_championship_participants .background-team {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}
.esport_championship_participants a:hover .background-team {
  mix-blend-mode: overlay;
  display: block;
}
.esport_championship_participants a > img {
  height: 110px;
  width: 110px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  position: relative;
}
.esport_championship_participants a > span {
  text-align: center;
  color: #e5e5e5;
  font-size: 11.16px;
  font-family: "Montserrat";
  display: inline-block;
  width: 100%;
  transition: all .4s;
  position: relative;
}
.esport_championship_participants a:hover > span {
  color: #fff;
}
@media (max-width: 580px) {
  .esport_championship_participants a {
    margin: 0 2px 2px 0;
    padding: 50px 5px;
  }
  .esport_championship_participants .row.no-guters > [class*=" col-"],
  .esport_championship_participants .row.no-guters > [class^=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .esport_championship_participants .row.no-guters {
    margin-right: 0;
    margin-left: 0;
  }
}
.esport-championship-about-trophey {
  background: url(../images/common/esport-champ-about-background.jpg);
  padding-top: 40px;
  padding-bottom: 45px;
}
.esport-championship-about-trophey .trophey-wrap {
  display: inline-block;
  width: 100%;
  border: 1px solid #7a6851;
  padding: 27px 0 25px 0;
}
.esport-championship-about-trophey .trophey-wrap img {
  width: 149px;
  height: 149px;
  object-fit: cover;
}
.esport-championship-about-trophey .trophey-wrap > span {
  display: inline-block;
  font-family: "Montserrat";
  width: 100%;
  text-align: center;
}
.esport-championship-about-trophey .trophey-wrap .name {
  color: #fff;
  font-size: 33px;
  text-transform: uppercase;
  font-weight: 900;
  padding-top: 20px;
}
.esport-championship-about-trophey .trophey-wrap .date {
  font-size: 11.16px;
  color: #e5e5e5;
}
.esport-championship-about-trophey .trophey-wrap > span > span {
  display: block;
}
.esport-championship-about-trophey .wrap {
  display: block;
  width: 100%;
  border: 1px solid #888888;
  margin-bottom: 35px;
  padding: 30px 0;
}
.esport-championship-about-trophey .wrap > span {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat";
}
.esport-championship-about-trophey .wrap .head {
  color: #e5e5e5;
  font-size: 11.6px;
}
.esport-championship-about-trophey .wrap .info {
  font-size: 28px;
  color: #fff;
  font-weight: 900;
}
ul.esport-championship-timline-tabs {
  display: block;
  text-align-last: justify;
  border-bottom: 2px dashed #666666;
  padding-right: 10%;
  position: relative;
  margin-bottom: 45px;
}
ul.esport-championship-timline-tabs:before {
  content: "";
  position: absolute;
  border-bottom: 2px dashed #666;
  right: 100%;
  left: -100%;
  bottom: -2px;
}
ul.esport-championship-timline-tabs:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #666;
}
ul.esport-championship-timline-tabs > li {
  display: inline-block;
}
ul.esport-championship-timline-tabs > li > a {
  display: block;
  position: relative;
  font-family: "Open Sans";
  font-size: 12px;
  color: #999999;
  padding: 25px 0;
}
ul.esport-championship-timline-tabs > li.active > a:before {
  background: linear-gradient(to bottom, #ff6600 30%, #ec230e 60%);
  border: none;
  background-color: #ff6600;
  background-blend-mode: hard-light;
  box-shadow: 0px 0px 20px #fb5b07;
}
ul.esport-championship-timline-tabs > li.active > a {
  color: #fff;
}
ul.esport-championship-timline-tabs > li > a:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #666;
  border: 2px solid #000;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.esport-championship-win-team {
  padding: 70px 40px;
  margin-bottom: 20px;
  background: url(../images/common/esport_championship_win_team_background.jpg);
  background-size: cover;
}
.esport-championship-win-team a {
  display: block;
  background-size: cover;
}
.esport-championship-win-team .image-wrapper {
  margin-right: 35px;
}
.esport-championship-win-team img {
  -webkit-filter: drop-shadow(0px 10px 15px #e52c20);
  filter: drop-shadow(0px 10px 15px #e52c20);
  height: 130px;
  width: 100%;
  object-fit: contain;
}
.esport-championship-win-team .text {
  display: inline-block;
  line-height: 1;
}
.esport-championship-win-team .text span {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Montserrat";
}
.esport-championship-win-team .name {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.esport-championship-win-team .status {
  color: #666666;
  font-size: 12px;
}
.esport-championship-win-team > a > div {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .esport-championship-win-team .text {
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }
  .esport-championship-win-team .image-wrapper {
    display: block;
    margin: 0;
  }
}
.esport-championship-places > a {
  padding: 35px 30px;
  background: #fff;
  display: flex;
  margin-bottom: 2px;
  position: relative;
}
.esport-championship-places > a:last-child {
  margin-bottom: 0;
}
.esport-championship-places > a > .team-logo {
  height: 65px;
  width: 65px;
  object-fit: cover;
  margin: auto 0;
  position: relative;
}
.esport-championship-places > a > .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.esport-championship-places > a > span {
  text-transform: uppercase;
  line-height: 25px;
  font-family: "Open Sans";
  position: relative;
}
.esport-championship-places > a > span {
  margin: auto 15px;
}
.esport-championship-places > a > span > span {
  display: block;
}
.esport-championship-places > a > span > .name {
  color: #e5e5e5;
  font-size: 18px;
  font-weight: 900;
}
.esport-championship-places > a > span > .place {
  color: #666666;
  font-size: 12px;
}
/*Tabs*/
.esport-championship-players ul.esport-players {
  padding-bottom: 34px;
  padding-left: 0;
}
.esport-championship-players ul.esport-players li {
  padding-right: 30px;
  display: inline-block;
}
.esport-championship-players ul.esport-players li a {
  padding: 5px 0 12px 0;
  display: block;
  position: relative;
  font-size: 14px;
  color: #f2f2f2;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.esport-championship-players ul.esport-players li a:before {
  content: '';
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  height: 6px;
  background: #fb6107;
  transition: all .4s;
}
.esport-championship-players ul.esport-players li.active a:before {
  width: 100%;
}
.esport-championship-players ul.esport-players li.active a {
  color: #fb6107;
}
/*Players*/
.esport-championship-players .wrap {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.esport-championship-players .wrap .width {
  width: 10000px;
  position: relative;
}
.esport-championship-players .wrap a {
  position: relative;
  display: inline-block;
  margin-left: 0px;
  float: left;
  overflow: hidden;
  background-color: #ff6600;
  width: 228px;
  height: 400px;
  transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.esport-championship-players .wrap a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.esport-championship-players .wrap a > .name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  padding: 30px 27px;
  font-family: "Montserrat";
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 27%, rgba(0, 0, 0, 0.1) 79%);
}
.esport-championship-players .wrap .info-bord {
  position: absolute;
  bottom: 0;
  padding: 30px;
  display: none;
  width: 100%;
}
.esport-championship-players .wrap .info-bord .name {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-family: "Montserrat";
  padding-bottom: 25px;
  white-space: nowrap;
}
.esport-championship-players .wrap .info-bord .progress-line {
  width: 100%;
  position: relative;
  background: #ffcf0f;
  height: 4px;
  display: inline-block;
}
.esport-championship-players .wrap .info-bord .bar {
  width: 78%;
  position: absolute;
  background: #141414;
  top: 0;
  left: 0;
  bottom: 0;
}
.esport-championship-players .wrap .bar-label {
  display: inline-block;
  width: 100%;
  font-size: 0;
}
.esport-championship-players .wrap .progress-item {
  font-weight: 700;
}
.esport-championship-players .wrap .achievement {
  width: 80%;
  vertical-align: top;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #141414;
  line-height: 1;
}
.esport-championship-players .wrap .score {
  width: 20%;
  vertical-align: top;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #141414;
  text-align: right;
  line-height: 1;
}
.esport-championship-players .wrap a:hover {
  box-shadow: 0 0 50px rgba(251, 91, 7, 0.8);
  z-index: 20;
}
.esport-championship-players .wrap a:hover > .name {
  display: none;
}
.esport-championship-players .wrap a:hover .info-bord {
  display: block;
}
.esport-championship-players .wrap a:hover img {
  mix-blend-mode: overlay;
}
.esport-championship-players .wrap a:hover {
  width: 310px;
}
.esport-championship-players .wrap a:last-child:hover {
  margin-left: -82px;
}
@media (max-width: 1200px) {
  .esport-championship-players .wrap a:last-child:hover {
    margin-left: 0px;
  }
}
@media (max-width: 320px) {
  .esport-championship-players .wrap a:hover {
    width: 290px;
  }
}
.esport-championship-players ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.esport-championship-comm-wrap .item {
  margin-bottom: 2px;
  padding: 20px;
  background: #202020;
  border-radius: 2px;
  position: relative;
  display: flex;
  overflow: hidden;
}
.esport-championship-comm-wrap .item > div {
  margin: auto 0;
}
.esport-championship-comm-wrap .item > div > img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
  overflow: hidden;
  object-fit: cover;
}
.esport-championship-comm-wrap .item .info {
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat";
}
.esport-championship-comm-wrap .item .hover-wrapper > ul > li {
  display: inline-block;
}
.esport-championship-comm-wrap .item .hover-wrapper > ul > li > a {
  color: #fff;
  font-size: 16px;
}
.esport-championship-comm-wrap .item .hover-wrapper > ul {
  top: -100%;
  position: absolute;
  width: 100%;
  text-align-last: justify;
  padding: 0 78px;
  text-align: center;
  transform: translateY(-100%);
  left: 0;
  transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0.2s linear 5ms;
}
.esport-championship-comm-wrap .item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 102, 0, 0.9) 30%, rgba(236, 35, 14, 0.9) 60%);
  background-color: #f60;
  background-blend-mode: overlay;
  transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0.2s linear 5ms;
  opacity: .8;
  height: 0;
  content: "";
}
.esport-championship-comm-wrap .item .info .name {
  color: #fff;
  font-size: 14px;
}
.esport-championship-comm-wrap .item .info .country {
  font-size: 10px;
  color: #e5e5e5;
}
.esport-championship-comm-wrap .item .info .country img {
  margin-right: 5px;
}
.esport-championship-comm-wrap .item:hover {
  box-shadow: 0 0 50px rgba(251, 91, 7, 0.8);
  z-index: 20;
}
.esport-championship-comm-wrap .item:hover:before {
  height: 100%;
}
.esport-championship-comm-wrap .item:hover .hover-wrapper > ul {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .esport-championship-comm-wrap .item {
    display: block;
  }
  .esport-championship-comm-wrap .item > div {
    display: block;
    width: 100%;
    text-align: center;
  }
  .esport-championship-comm-wrap .item .info {
    padding: 0;
  }
  .esport-championship-comm-wrap .item .hover-wrapper > ul {
    padding: 0 20px;
  }
}
.esport_championship_twitter_slider {
  position: relative;
  padding: 75px 0;
  background: url(../images/common/esport_championship_twitter_slider.jpg);
  background-size: cover;
  background-position: center;
}
.esport_championship_twitter_slider .wrap {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.esport_championship_twitter_slider .wrap > a {
  color: #1da1f2;
  font-size: 24px;
  padding-bottom: 34px;
  display: block;
}
.esport_championship_twitter_slider .wrap .text {
  font-size: 24px;
  font-family: "Open Sans";
  color: #fff;
  padding-bottom: 58px;
}
.esport_championship_twitter_slider .wrap .text > a {
  font-weight: 700;
  color: #fff;
  padding: 0 5px;
}
.esport_championship_twitter_slider .wrap .copyright {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.esport_championship_twitter_slider .nav-arrow {
  display: none;
}
@media (max-width: 767px) {
  .esport_championship_twitter_slider .wrap {
    width: 100%;
  }
}
.esport-championship-latest-videos img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.esport-championship-latest-videos .wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.esport-championship-latest-videos .wrapper .width {
  height: 100%;
}
.esport-championship-latest-videos .ifram-wrapper {
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.esport-championship-latest-videos .wrapper .news-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.esport-championship-latest-videos .wrapper .news-wrapper iframe {
  display: none;
}
.esport-championship-latest-videos iframe {
  width: 100%;
  height: 100%;
  height: 500px;
}
.esport-championship-latest-videos .news-border {
  position: absolute;
  bottom: 0;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: Montserrat;
  display: block;
  left: 1px;
  right: 1px;
  bottom: 1px;
}
.esport-championship-latest-videos .date {
  display: inline-block;
  width: 100%;
  color: #cccccc;
}
.esport-championship-latest-videos .name {
  color: #fff;
  line-height: 1;
}
.esport-championship-latest-videos .youtube {
  color: #cd201f;
  margin: 0 4px;
}
.esport-championship-latest-videos ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
@media (max-width: 992px) {
  .esport-championship-latest-videos .wrapper .news-wrapper {
    float: left;
    height: 210px;
  }
  .esport-championship-latest-videos .wrapper {
    overflow-x: scroll;
  }
  .esport-championship-latest-videos .wrapper .width {
    position: relative;
    display: flex;
  }
}
.esport-championship-subscribe {
  position: relative;
  border: 1px solid #454545;
  padding: 11px 0;
}
.esport-championship-subscribe input {
  padding-right: 160px;
  font-size: 16px;
  color: #8d8d8d;
  background: #000;
  line-height: 18px;
}
.esport-championship-subscribe button {
  background: #fb6107;
  color: #141414;
  font-size: 14px;
  line-height: 50px;
  padding: 0 22px;
  font-family: "Montserrat";
  position: absolute;
  top: 11px;
  right: 11px;
  border: none;
  text-transform: uppercase;
}
.esport-championship-footer-links {
  background: #212121;
}
.esport-championship-footer-links ul {
  text-align-last: justify;
}
.esport-championship-footer-links ul > li {
  display: inline-block;
}
.esport-championship-footer-links ul > li > a {
  font-family: "Montserrat";
  font-size: 16px;
  text-transform: uppercase;
  padding: 44px 0;
  display: block;
}
.esport-championship-footer-links ul > li > a > i {
  display: none;
}
.esport-championship-footer-links ul > li:last-child {
  padding-right: 35px;
}
.esport-championship-footer-links ul > li:first-child a {
  padding-left: 35px;
}
.esport-championship-footer-links ul > li.facebook a {
  color: #4668b2;
}
.esport-championship-footer-links ul > li.twitter a {
  color: #1da1f2;
}
.esport-championship-footer-links ul > li.google a {
  color: #dd4b39;
}
.esport-championship-footer-links ul > li.instagram a {
  color: #833ab4;
}
.esport-championship-footer-links ul > li.youtube a {
  color: #cd201f;
}
@media (max-width: 767px) {
  .esport-championship-footer-links ul > li > a > i {
    display: block;
  }
  .esport-championship-footer-links ul > li > a > span {
    display: none;
  }
}
.esport-championship-store .esport-store-list-item > div {
  padding-bottom: 75px;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fb6107;
  margin-bottom: 30px;
}
.esport-championship-store .esport-store-list-item img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.esport-championship-store .esport-store-list-item > div .info {
  padding: 15px 24px 17px 24px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  display: block;
  z-index: 2;
  transition: all 400ms;
  bottom: 0;
}
.esport-championship-store .esport-store-list-item > div .info:before {
  content: '';
  position: absolute;
  left: -20px;
  right: -10px;
  bottom: -50px;
  height: 200%;
  transform: rotate(4deg);
  transition: all 400ms;
  top: -10px;
  background: #141414;
  z-index: 1;
}
.esport-championship-store .esport-store-list-item .name {
  font-size: 14px;
  color: #fb6107;
  line-height: 20px;
  font-weight: bold;
  display: block;
  z-index: 1;
  position: relative;
}
.esport-championship-store .esport-store-list-item > div:hover {
  box-shadow: 0 0 50px rgba(251, 91, 7, 0.8);
  z-index: 20;
}
.esport-championship-store .esport-store-list-item > div:hover img {
  mix-blend-mode: overlay;
}
.esport-championship-store .esport-store-list-item .price {
  display: block;
  font-size: 20px;
  color: #e9190f;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .esport-championship-store .esport-store-list-item > div {
    margin: 0 auto 30px;
    width: 264px;
  }
}
.esport-championship-store-filter li a {
  padding: 5px 0 12px 0;
  display: block;
  position: relative;
  font-size: 14px;
  color: #f2f2f2;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
.esport-championship-store-filter li {
  padding-right: 30px;
  display: inline-block;
}
.esport-championship-store-filter {
  padding-bottom: 34px;
}
.esport-championship-store-filter li.active a:before,
.esport-championship-store-filter li a:hover:before {
  width: 100%;
}
.esport-championship-store-filter li a:before {
  content: '';
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  height: 6px;
  background: #fb6107;
  transition: all .4s;
}
.esport-championship-contact {
  position: relative;
  background-size: cover;
  overflow: hidden;
}
.esport-championship-contact .wrapper-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.esport-championship-contact .wrapper-img iframe {
  width: 100%;
  height: 100%;
}
.esport-championship-contact .wrapper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.esport-championship-contact .information-wrap {
  position: relative;
  padding-top: 170px;
  padding-bottom: 150px;
  text-align: right;
}
.esport-championship-contact .information-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: -10000%;
  top: 0;
  bottom: 0;
  transform: skew(-6deg);
  background-blend-mode: overlay;
  background-image: url(../images/common/espot-champ-pabstorm.jpg);
  background-color: #fb6107;
}
.esport-championship-contact .information-wrap span {
  display: inline-block;
  width: 90%;
  position: relative;
}
.esport-championship-contact .information-wrap > div {
  padding-bottom: 35px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Raleway";
  line-height: 1;
  font-weight: 900;
}
.esport-championship-contact .information-wrap-left {
  position: relative;
  padding-top: 170px;
  padding-bottom: 150px;
  text-align: left;
}
.esport-championship-contact .information-wrap-left .header-first {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  font-family: "Raleway";
  text-transform: uppercase;
}
.esport-championship-contact .information-wrap-left span {
  display: inline-block;
  width: 100%;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}
.esport-championship-contact .information-wrap-left .header-red {
  color: #ee2c0d;
  font-weight: 900;
  font-family: "Raleway";
  font-size: 48px;
  text-transform: uppercase;
  padding-bottom: 32px;
}
.esport-championship-contact .information-wrap-left > a {
  position: relative;
  padding: 21px 23px 18px 23px;
  display: inline-block;
  background: #e9190f;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  font-family: "Montserrat";
  transition: all .4ms;
  margin-top: 32px;
}
.esport-championship-contact .information-wrap .header-welcom {
  font-size: 32px;
}
.esport-championship-contact .information-wrap .header-arena {
  font-size: 40px;
  color: #000;
}
.esport-championship-contact .information-wrap > span {
  color: #fff;
  font-family: "Open Sans";
  padding-bottom: 35px;
}
.esport-championship-contact .information-wrap > a {
  position: relative;
  padding: 21px 23px 18px 23px;
  display: inline-block;
  background: #e9190f;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  font-family: "Montserrat";
  transition: all .4ms;
}
.esport-championship-contact .information-wrap > a:hover {
  background: #141414;
  color: #fff;
}
@media (max-width: 992px) {
  .esport-championship-contact .information-wrap:before {
    left: -1000%;
  }
  .esport-championship-contact .information-wrap,
  .esport-championship-contact .information-wrap-left {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.esport-team-landing-header {
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  width: 100%;
  top: 30px;
  z-index: 200;
}
.esport-team-landing-header .wrapper {
  display: inline-block;
  width: 100%;
  font-size: 0;
}
.esport-team-landing-header .contacts-wrap {
  float: right;
  width: 20%;
  display: inline-block;
  padding: 0;
  text-align: right;
}
.esport-team-landing-header .logo {
  width: 10%;
  float: left;
  height: 80px;
}
.esport-team-landing-header .clear-header {
  width: 70%;
  display: inline-block;
  text-align: right;
}
.esport-team-landing-header .logo > img {
  margin: auto 0;
  object-fit: contain;
  width: 120px;
  height: 100px;
  position: absolute;
  top: -4px;
}
.esport-team-landing-header ul > li {
  display: inline-block;
  padding: 0 25px;
}
.esport-team-landing-header .contacts-wrap > ul {
  display: inline-block;
  position: relative;
  text-align: right;
}
.esport-team-landing-header .contacts-wrap button {
  color: #fff;
  background: #0061c7;
  font-size: 14px;
  border-radius: 5px;
  padding: 11px 15px;
  text-transform: uppercase;
  font-family: "Montserrat";
  line-height: 1;
  border: none;
}
.esport-team-landing-header .contacts-wrap button i {
  display: none;
}
.esport-team-landing-header .navbar-toggle {
  display: none;
}
.esport-team-landing-header .contacts-wrap > ul > li {
  padding: 0 25px 0 0;
}
.esport-team-landing-header .contacts-wrap > ul > li > a {
  font-size: 16px;
}
.esport-team-landing-header .clear-header ul > li > a {
  color: #ffcc00;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}
.esport-team-landing-header ul {
  font-size: 0;
}
.esport-team-landing-header ul > li:first-child {
  padding-left: 0;
}
.esport-team-landing-header ul > li:last-child {
  padding-right: 0;
}
.esport-team-landing-header ul > li > a {
  display: block;
  padding: 35px 0;
  position: relative;
}
.esport-team-landing-header .clear-header ul > li.active > a:before {
  position: absolute;
  content: "\f0d7";
  color: #fff;
  bottom: 15px;
  font-family: FontAwesome;
  font-size: 16px;
  right: 0;
  left: 0;
  text-align: center;
}
.esport-team-landing-header .clear-header ul > li.active > a {
  color: #fff;
}
.esport-team-landing-header ul > li > a.facebook {
  color: #3b5998;
}
.esport-team-landing-header ul > li > a.twitter {
  color: #1da1f2;
}
.esport-team-landing-header ul > li > a.google {
  color: #dd4b39;
}
.esport-team-landing-header ul > li > a.pinterest {
  color: #bd081c;
}
.esport-team-landing-header ul > li > a > span {
  display: none;
}
@media (max-width: 1200px) {
  .esport-team-landing-header .navbar-collapse.collapse {
    display: block !important;
  }
}
@media (max-width: 992px) {
  .esport-team-landing-header .navbar-collapse.collapse {
    padding: 0;
  }
  .esport-team-landing-header .clear-header {
    width: 90%;
  }
  .esport-team-landing-header .contacts-wrap {
    display: none;
  }
  .esport-team-landing-header .contacts-wrap > ul {
    border-bottom: 1px solid #343333;
    padding: 0;
    text-transform: uppercase;
    text-align-last: justify;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .esport-team-landing-header .contacts-wrap {
    width: 100%;
    text-align: center;
  }
  .esport-team-landing-header .clear-header {
    width: 80%;
    text-align: right;
    float: right;
  }
}
@media (max-width: 680px) {
  .esport-team-landing-header ul > li > a > span {
    display: none;
  }
  .esport-team-landing-header ul > li > a > i {
    display: block;
  }
  .esport-team-landing-header .clear-header ul > li.active > a:before {
    display: none;
  }
  .esport-team-landing-header .navbar-toggle {
    display: block;
    position: relative;
    float: right;
    padding: 5px 11px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
    margin: 25px 0 20px 0;
    z-index: 1;
    color: rgba(0, 0, 0, 0.85);
    background: #fc0;
  }
  .esport-team-landing-header .navbar-collapse.collapse {
    display: none !important;
  }
  .esport-team-landing-header .navbar-collapse.collapse.in {
    display: block !important;
  }
  .esport-team-landing-header .clear-header ul > li {
    display: inline-block;
    width: 100%;
  }
  .esport-team-landing-header .clear-header ul > li {
    padding: 0;
    text-align: center;
  }
  .esport-team-landing-header ul > li > a {
    padding: 20px 0;
  }
  .esport-team-landing-header .logo {
    width: auto;
  }
  .esport-team-landing-header .clear-header {
    width: 100%;
  }
}
@media (max-width: 370px) {
  .esport-team-landing-header .contacts-wrap button i {
    display: block;
  }
  .esport-team-landing-header .contacts-wrap button span {
    display: none;
  }
}
.esport-team-landing-main-slider .msp_post_slider .msp_post_slide.slide-1 {
  background: url("../images/common/esport-team-landing-main-slider-slide-1.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
}
.esport-team-landing-main-slider .msp_post_slider .msp_post_slide.slide-2 {
  background: url("../images/common/esport-team-landing-main-slider-slide-2.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
}
.esport-team-landing-main-slider .msp_post_slider .msp_post_slide .slider-caption .big-title {
  color: #fff;
  font-size: 64px;
  margin-bottom: 40px;
}
.esport-team-landing-main-slider .msp_post_slider .msp_post_slide .slider-caption .sub-title {
  color: #a1a1a1;
  padding-bottom: 10px;
}
.esport-team-landing-main-slider .msp_post_slider .owl-dot {
  background: #ffffff;
}
.esport-team-landing-main-slider .msp_post_slider .owl-dot.active {
  background: #fc0;
}
.esport-team-landing-sponsors {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 10px solid #141414;
  overflow: hidden;
}
.esport-team-landing-sponsors span {
  font-size: 18px;
  font-weight: 700;
  font-family: "Raleway";
  display: inline-block;
  width: 100%;
  line-height: 1;
  color: #e5e5e5;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .esport-team-landing-sponsors {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .esport-team-landing-sponsors .sponsors {
    text-align: center;
    padding-bottom: 20px;
  }
  .esport-team-landing-sponsors span {
    display: inline;
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
  }
}
.esport-team-landing-next-event {
  background: url(../images/common/esport-team-landing-next-event-background.jpg);
  padding: 80px 10px 60px 10px;
  background-repeat: no-repeat;
  text-align: center;
  background-size: cover;
}
.esport-team-landing-next-event img {
  display: block;
  margin: 0 auto;
  height: 185px;
  width: 200px;
  object-fit: contain;
}
.esport-team-landing-next-event div {
  text-transform: uppercase;
  font-family: "Montserrat";
}
.esport-team-landing-next-event .name {
  font-size: 12px;
  color: #e5e5e5;
  padding-top: 43px;
}
.esport-team-landing-next-event .date {
  font-size: 10px;
  color: #999999;
}
.esport-team-landing-latest-matches > a {
  padding: 18px 40px;
  border-bottom: 1px solid #000;
  display: block;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 400ms;
  position: relative;
  background-color: #ffc30f;
}
.esport-team-landing-latest-matches > a:last-child {
  border: none;
}
.esport-team-landing-latest-matches > a > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.esport-team-landing-latest-matches > a:hover > img {
  mix-blend-mode: overlay;
}
.esport-team-landing-latest-matches > a:hover .team-name {
  color: #141414;
}
.esport-team-landing-latest-matches > a > div {
  display: inline-block;
  width: 100%;
  font-size: 0;
  position: relative;
}
.esport-team-landing-latest-matches > a > span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Montserrat;
  width: 100%;
  text-align: center;
  color: #999999;
  padding: 15px 0;
  position: relative;
}
.esport-team-landing-latest-matches > a > div > .team {
  display: inline-block;
  width: 40%;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  color: #e5e5e5;
}
.esport-team-landing-latest-matches > a > div > .team.left > span > img {
  margin-right: 12px;
}
.esport-team-landing-latest-matches > a > div > .team.right > span > img {
  margin-left: 12px;
}
.esport-team-landing-latest-matches > a > div > .team > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.esport-team-landing-latest-matches > a > div > .team > span > img {
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.esport-team-landing-latest-matches > a > div > .team > .team-name {
  padding: 3px 3px 2px 3px;
  position: relative;
}
.esport-team-landing-latest-matches > a > div > .score {
  display: inline-block;
  width: 20%;
  text-align: center;
  vertical-align: middle;
}
.esport-team-landing-latest-matches > a > div > .score > span {
  min-width: 50px;
  padding: 14px 18px;
  box-sizing: border-box;
  display: inline-block;
  background: #141414;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border-radius: 10px;
}
.esport-team-landing-latest-matches > a > div > .team.right {
  direction: rtl;
  text-align: right;
}
.esport-team-landing-latest-matches > a:hover {
  box-shadow: 0 0 50px rgba(255, 195, 15, 0.8);
  z-index: 20;
}
.esport-team-landing-latest-matches > a:hover > span {
  color: #141414;
}
.esport-team-landing-latest-matches > a > div > .team:hover {
  overflow: visible;
}
.esport-team-landing-latest-matches > a > div > .team:hover .team-name {
  z-index: 100;
  box-shadow: 0 0 5px 2px #1f1f1f;
  border-radius: 3px;
  background: #fff;
  color: #141414;
}
@media (max-width: 560px) {
  .esport-team-landing-latest-matches > a {
    padding: 18px 10px;
  }
  .esport-team-landing-latest-matches > a > div > .score,
  .esport-team-landing-latest-matches > a > div > .team {
    width: 100%;
    text-align: center;
    white-space: normal;
  }
  .esport-team-landing-latest-matches > a > div > .team.right {
    text-align: center;
    margin-top: 20px;
  }
  .esport-team-landing-latest-matches > a > div > .team.left {
    margin-bottom: 20px;
  }
  .esport-team-landing-latest-matches > a > div > .team > span {
    display: block;
  }
  .esport-team-landing-latest-matches > a > div > .team.right > span > img,
  .esport-team-landing-latest-matches > a > div > .team.left > span > img {
    margin: 0;
    margin-bottom: 5px;
  }
  .esport-team-landing-latest-matches > a > div > .team:hover .team-name {
    background: none;
    box-shadow: none;
  }
}
/*Tabs*/
.esport-team-landing-players ul.esport-players {
  padding-bottom: 34px;
  padding-left: 0;
}
.esport-team-landing-players ul.esport-players li {
  padding-right: 30px;
  display: inline-block;
}
.esport-team-landing-players ul.esport-players li a {
  padding: 5px 0 12px 0;
  display: block;
  position: relative;
  font-size: 14px;
  color: #f2f2f2;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.esport-team-landing-players ul.esport-players li a:before {
  content: '';
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  height: 6px;
  background: #ffcf0f;
  transition: all .4s;
}
.esport-team-landing-players ul.esport-players li.active a:before {
  width: 100%;
}
.esport-team-landing-players ul.esport-players li.active a {
  color: #fff;
}
/*Players*/
.esport-team-landing-players .wrap {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.esport-team-landing-players .wrap .width {
  width: 10000px;
  position: relative;
}
.esport-team-landing-players .wrap a {
  position: relative;
  display: inline-block;
  margin-left: 0px;
  float: left;
  overflow: hidden;
  background-color: #ffc30f;
  width: 228px;
  height: 400px;
  transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.esport-team-landing-players .wrap a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.esport-team-landing-players .wrap a > .name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  padding: 30px 27px;
  font-family: "Montserrat";
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 27%, rgba(0, 0, 0, 0.1) 79%);
}
.esport-team-landing-players .wrap .info-bord {
  position: absolute;
  bottom: 0;
  padding: 30px;
  display: none;
  width: 100%;
}
.esport-team-landing-players .wrap .info-bord .name {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-family: "Montserrat";
  padding-bottom: 25px;
  white-space: nowrap;
}
.esport-team-landing-players .wrap .info-bord .progress-line {
  width: 100%;
  position: relative;
  background: #ffcf0f;
  height: 4px;
  display: inline-block;
}
.esport-team-landing-players .wrap .info-bord .bar {
  width: 78%;
  position: absolute;
  background: #141414;
  top: 0;
  left: 0;
  bottom: 0;
}
.esport-team-landing-players .wrap .bar-label {
  display: inline-block;
  width: 100%;
  font-size: 0;
}

.gradient {
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	border-radius: 5px;
	background: linear-gradient(to top, #ffffff 40%, transparent 90%);
}

.main_first-team__trainings {
  background: #f1f1f1;
  margin: 80px 0 0 0;
  width: 100%;
}

.treningi .lead-title {
  margin-top: 60px;
  font-weight: 700;
  font-size: 40px;
}

.treningi .text-under-title {
  font-size: 16px;
}

.treningi .day-table .table {
  list-style: none;
  margin-bottom: 60px;
  display: table;
  margin-top: 5px;
}

.treningi .day-table ul {
  list-style: none;
  margin: auto;
  width: 100%;
  display: inline-block;
  font-size: 0;
  text-align: center;
}

.treningi .day-table ul li {
  min-width: 170px !important;
  word-break: break-word;
  min-height: 250px;
  border: 1px solid #E2E2E2;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  background: #fff;
}

.treningi .day-table ul .non-active {
  overflow: hidden;
  position: relative;
  background-color: transparent;
}

.treningi .day-table ul .non-active .diagonal-line {
  height: 1px;
  border: 0 none;
  background-color: #d5d5d5;
  position: absolute;
  top: 50%;
  left: 50%;
}

.treningi .day-table ul .non-active .top h3 {
  color: #9D9D9D;
}

.treningi .day-table .top {
  height: 65px;
}

.treningi .day-table .top h3 {
  color: #53a746;
  font-weight: 700;
  margin-left: 20px;
  font-size: 40px;
}

.treningi .day-table .bottom {
  padding-left: 20px;
}

.treningi .day-table .bottom .training-type {
  text-transform: uppercase;
  width: 70% !important;
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.treningi .day-table .bottom .time-location {
  font-weight: 700;
  margin-bottom: 0;
}

.treningi .day-table .bottom .location-street {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.popup:hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #141414;
}
/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 500px;
  background-color: #fcfcfc;
  color: #2a86dd;
  text-align: justify;
  border-radius: 6px;
  border: 1px solid #141414;
  padding: 15px 15px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -130px;
  line-height: 15px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}


/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
