@charset "UTF-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  font-display: swap;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}


/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

article figure{
	padding-top:10px;
}
 figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
  font-display: swap;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  font-display: swap;
  /* 2 */
}

/**
 * Remove default margin.
 */
.N_A{
	color:#cecece;
}
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

#footer .footer-nav,
#footer .socialnetworks {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}
#backButton{
	display: none;
}
body {
  color: #333;
  background: #f5f5f5;
  font: 16px/24px 'Open Sans', sans-serif;
  min-width: 320px;
  /*letter-spacing: 0.15px;*/
    letter-spacing: -.03em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
	font-size: 12px;
}

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

.gm-style img {
  max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1,
.h1 {
  font-size: 30px;
}

h2,
.h2 {
  font-size: 27px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 21px;
}

h5,
.h5 {
  font-size: 17px;
}

h6,
.h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #1f1f1f;
  text-decoration: none;
}

/* explain texts */ 
body.team-page .player-stats .content_team_explain {
	padding:10px 15px 0 15px;
	color: #878787;
	font-weight: 400;
	line-height: 18px;
	height: 70px;
}

body.team-page .content_teamsquad_explain {
	padding:10px 15px 0 15px;
	color: #878787;
	font-weight: 400;
	line-height: 18px;
	
}

body.team-page .content_teamtoplist_explain {
	padding:10px 15px 0 15px;
	color: #878787;
	font-weight: 400;
	line-height: 18px;
	
}	

body.team-page .content_teamright_explain {
	padding:10px 15px 0 15px;
	color: #878787;
	font-weight: 400;
	line-height: 18px;
}	

body.matchpage .content_teamright_explain {
	padding:10px 15px 0 15px;
	color: #878787;
	font-weight: 400;
	line-height: 18px;
}

body.player-page .player-stats .content_player_explain {
	padding:10px 15px 0 15px;
	color: #878787;
	font-weight: 400;
	line-height: 18px;
	height: 70px;
}	
	
body.player-page .player-season-stats .content_player_explain {
	padding:10px 15px 0 15px;
	color: #878787;
	font-weight: 400;
	line-height: 18px;
}

body.player-page .player-season-stats .content_player_explaincareer {
	padding:10px 15px 0 15px;
	color: #878787;
	font-weight: 400;
	line-height: 18px;
}

body.player-page .player-season-stats .content_player_explaincareer p {
	margin: 0 0 0;
	padding-bottom: 10px;
}

body.player-page .comparablePlayers .content_player_explain {
	padding:10px 15px 0 15px;
	color: #878787;
	font-weight: 400;
	line-height: 18px;
}

body.player-page .right_positions .content_player_explain {
	padding:10px 15px 0 15px;
	color: #878787;
	font-weight: 400;
	line-height: 18px;
}

body.player-page .teammates .content_player_explain {
	padding:10px 15px 0 15px;
	color: #878787;
	font-weight: 400;
	line-height: 18px;
}

a:hover,
a:focus {
  
 /* -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;*/
  color: #0066cc;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
  padding: 0.4em 0.7em;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: #333;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

#chartdiv{
	height:180px;
	width:100%;
	background:#fff;
}

/*FIXED MENU*/
#menu{
	position:relative;
	background:#0f0717;
	width:100%;
	margin-top: 0px;
	z-index: 20;
	border-top:1px solid #4b4551;
	border: 0px;
}
body.fixedMenu #menu{
	position: fixed !important;
	top:72px !important;
	margin-top:0px !important;
	display:none;
}
body.fixedMenu #wrapper{
	margin-top:110px;
}
body.fixedMenu.hideMenu #menu{
	display:none;
}

.resize-active * {
  transition: none !important;
  -webkit-transition: none !important;
}

a {
  
 /* -webkit-transition: background 0.1s linear, color 0.1s linear, opacity 0.1s linear, border 0.1s linear;
  transition: background 0.1s linear, color 0.1s linear, opacity 0.1s linear, border 0.1s linear;*/
  
}

a:hover,
a:focus {
 
  /*-webkit-transition: background 0.1s linear, color 0.1s linear, opacity 0.1s linear, border 0.1s linear;*/
  /*transition: background 0.1s linear, color 0.1s linear, opacity 0.1s linear, border 0.1s linear;*/
    /*  -webkit-transition: inherit;
	  transition: inherit;*/
  
}

ul.leagueSelect li, ul.skillSelect li{
	cursor:pointer;
}

/*RATING INCREASE DECREASE*/
.rating em{
    font-size: 10px;
    width: 15px;
    height: 15px;
    border-radius: 8px;
    position: absolute;
    line-height: 15px;
    font-weight: 600;
    font-style: normal;
    margin-top: -2px;
    margin-left: 1px;
    background-image: url(https://www.footballcritic.com/images/incr4.png);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
}
.rating em:hover{
	background-size: 15px;
}
a.rankingLink:hover{
	text-decoration:none !important;
}
@media (max-width: 767px) {
	.rating em{
		background-size: 11px;
		margin-top: -3px;
		margin-left: -2px;
	}
}


#header .menuHolding{
	/*height:40px;*/
	/*margin-top:2px;*/
}
#matchesHolder .naviHolder{
	width:100%;background:#fff;height:44px;font-size:12px;BORDER-top:1PX SOLID #051f36;border-bottom:1px solid #fff;
}
#matchesHolder .loadMoreMatches{
	display: block;
	text-align:center;
}
#matchesHolder .loadMoreMatches .btn{
	cursor:pointer;
}
#matchesHolder .hideMatch{
	display:none;
}
body.allcompetitions .visual-block .container h1{
	line-height:124px;
}
body.live-scores .visual-block .container h1{
    line-height: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}
body.allcompetitions .stats-table tr th:nth-child(1){
	width:290px !important;
}
body.allcompetitions .stats-table tr td:nth-child(2){
	width:250px !important;
}
body.allcompetitions .stats-table tr th:nth-child(2), body.allcompetitions .stats-table tr td:nth-child(3){
	width:210px !important;
}
body.allcompetitions .stats-table tr th:nth-child(3), body.allcompetitions .stats-table tr td:nth-child(4){
	width:auto !important;
}

#tableSelecting{
    /*
	margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 5px;
	*/
	/*width:100%;border-radius:0px;border: 1px solid #ebebeb;height: 24px;padding: 1px 3px 3px 3px;border-top: 0px;border-bottom: 0px;*/
}
.visual-block .compSeHolder{
	position:absolute;margin-top:0px;
}
#tableSelecting.compSe{
	color:black;width: auto;border-radius:0px;border: 1px solid #ebebeb;height: 24px;padding: 1px 3px 3px 3px;border-top: 0px;border-bottom: 0px;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.container {
  max-width: 1060px;
  padding: 0 10px;
  margin: 0 auto;
}

.visible-md {
  display: block;
}

.onlyDesktop{
	
}
.visual {
  margin-bottom: 16px;
  padding: 35px 0 40px;
  overflow: visible;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);*/
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

.visual input{ /*GROTE IN DE HEADER*/
	margin-left:0px;
	margin-top:20px;
	font-size: 16px !important;
	height: 36px !important;
	line-height:36px !important;
	color:black !important;
}

.visual p {
  margin: 0;
}

.socialIcons{
    height: 94px;
	margin-right:10px;
	float:right;
    vertical-align: bottom;
    display: flex;
    align-items: flex-end;
}
body.sticker .socialIcons{
	height: 52px !important;
}

.socialIcons .socialIcoHolding{
    margin-top: 11px;
    margin-bottom: 11px;
	width:110px;
}
.socialIcons .socialIco{

	width:20px;
	height:20px;
	display:inline-block;
	background-size: contain !important;
	margin-left:12px;
	cursor:pointer;
	opacity:1.0;
	background-repeat: no-repeat !important;
}
.socialIcons .socialIco:hover{
	opacity:0.8;
}
.socialIcons .socialIco.insta{
	background:url('https://www.footballcritic.com/images/insta_icon.png');
}
.socialIcons .socialIco.twitter{
	background:url('https://www.footballcritic.com/images/twitter_icon.png');
}
.socialIcons .socialIco.fb{
	background:url('https://www.footballcritic.com/images/fb_icon.png');
}
body.sticker .socialIcons .socialIco.insta, body.sticker .socialIcons .socialIco.twitter{
}
body.sticker .socialIcons .socialIco.fb{
	
}

.formationContainer .pitchHolder{
	float:right;
	padding-right:0px;
}
.pitchHolder .note{
    width: 70%;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    opacity: 0.8;
    margin-left: 15%;
    margin-top: 5%;
    padding: 5px;
    line-height: 16px;
	padding-left:8px;
	padding-right:8px;
}
.match_minute{
	float:right;
	font-weight:bold;
	font-size:10px;
	line-height:14px;
	background-color:#4e636e;
	border-radius:2px;
	padding-left:4px;
	padding-right:4px;
}
.match_text{
	line-height:16px;
	display:block;
	white-space: initial !important;
	min-width:150px;
}
.helpIco{
	width:12px;
	height:12px;
	display:inline-block;
	background:url('https://www.footballcritic.com/images/Q_white.png');
	background-size: contain !important;
	cursor:pointer;
	opacity:0.8;
	background-repeat: no-repeat !important;
	margin-right:5px;
	
}
.helpIco:hover{
	opacity:1.0;
}
.helpIco.orange{
	background:url('https://www.footballcritic.com/images/Q_orange.png');
}
.helpIco.blue{
	background:url('https://www.footballcritic.com/images/Q_blue.png');
}

.visual h1 {
  margin: 0 0 0px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "proximanova", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.main-holder {
  overflow: hidden;
  padding: 0 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-holder {
  overflow: hidden;
  padding: 0 8px;
  width: 50%;
}

.column-holder.style {
  width: 70%;
}
.poll{
	border:1px solid #e4e4e4;
	padding:15px;
	
}

.column-holder.style02 {
  width: 30%;
}

.column-holder.style03 {
  width: 100%;
}

.column-holder .image-frame {
  overflow: hidden;
  margin: 0 0 16px;
}

.column-holder .image-frame img {
  display: block;
  width: 100%;
  height: auto;
}
article.faq h3{
	margin-top:50px;
}

.column {
  margin: 0 0 16px;
  background: #fff;
}
.column.total{
	height: calc(100% - 16px);
}

.column.no-space {
  margin: 0;
}
.fullButtonHolder{
	margin: 8px;
	width: 100%;
	background: white;
	margin-top:-10px;
	margin-top: 0px;
}

.column:after {
  content: " ";
  display: block;
  clear: both;
}

.column .heading, .column-holder .heading {
  padding: 9px 8px 9px;
  overflow: hidden;
  background: #051f36;
  position: relative;
}

.column .heading .question-link {
  width: 50px;
  height: 24px;
  font-size: 0;
  line-height: 0;
  background: #828f9a;
  color: #051f36;
  position: absolute;
  right: 8px;
  top: 4px;
  text-align: center;
  border-radius: 4px;
}

.column .heading .question-link:before {
  font-size: 15px;
  line-height: 24px;
  font-family: icomoon;
  content: "\e972";
}

.column .heading .question-link:hover {
  background: #fff;
}

.column .heading.club-logo {
  position: relative;
  padding-left: 40px;
}

.column .heading.club-logo .icon {
  margin: 0 5px 0 0;
  width: 20px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 10px;
  top: 0;
}

.column .heading.club-logo .icon img {
  vertical-align: middle;
  width: 100%;
}

.column .heading.icon {
  padding-left: 26px;
}

.column .heading.icon .ico {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 8px;
  top: 8px;
}

.column .heading.icon .ico img {
  vertical-align: top;
  width: 100%;
}

.column .heading h2, .column-holder .heading h2 {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  color: #fff;
  /*font-family: "proximanova", sans-serif;*/
  text-transform: uppercase;
  letter-spacing: 1.33px;
}
.column-holder .heading h2{
	font-family: "proximanova", sans-serif;
	font-size: 12px;
}

.column .rating-info {
  overflow: hidden;
  padding-bottom: 9px;
}

.fake-select {
  margin: 6px;
  background: #fff;
  border: 1px solid #051f36;
  display: block;
  position: relative;
  border-radius: 5px;
  color: #506272;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  /*max-height: 25px;*/
}

.fake-select:after {
  margin: -2px 0 0;
  pointer-events: none;
  position: absolute;
  right: 17px;
  top: 50%;
  z-index: 1;
  content: "";
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #051f36 transparent transparent transparent;
}

.fake-select .icon-flag {
  top: 50%;
  left: 7px;
  margin: -6px 0 0;
  position: absolute;
}

.fake-select .icon-flag img {
  display: block;
}

select {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  /*height: 100%;*/
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 3px 30px 4px 45px;
}

#header .searchHolder{
	height:52px;padding-top:10px;z-index: 21;background:#0f0717;
}

.detail-block {
  overflow: hidden;
  padding: 8px;
}
main.newspage .detail-block {
	border-bottom: 1px solid #e4e4e4;
}

.detail-block .detail-holder {
  padding: 0 0 9px;
  margin: 0 0 9px;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}

.column.smallRight h2{
	line-height: 18px;
	font-size: 0.9rem;
	margin: 0px 5px 3px;
}
.column.smallRight .title{
	margin: 7px 5px 4px;
}
.column.smallRight .wrap-text {
    margin: 0 0 5px;
}
.column.smallRight .detail-holder{
	border-bottom:0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.detail-block .detail-holder.smaller{
    padding-bottom: 13px;
    margin-top: -5px;  
}


.detail-block .detail-holder:after {
  content: " ";
  display: block;
  clear: both;
}

.detail-block .detail-holder:before {
  left: -11px;
  right: -11px;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  /*background: #b2b2b2;*/
}

table.xtraStats tbody .stat__ span, table.xtraStats tbody .apps span{
	margin-left:10%;
}
table.xtraStats.goalkeeper tbody tr:not(.positionHead){
	opacity:0.5;
}
table.xtraStats.goalkeeper tbody tr.gk{
	opacity:1;
}


.detail-block .detail-holder.bn:before {
  display: none;
}

.detail-block .img-holder {
  float: left;
  width: 232px;
  overflow: hidden;
  margin: 0 1.6% 0 0;
}

.detail-block .img-holder.style01 {
  width: 116px;
  /*height: 73px;*/
}

.detail-block .img-holder.style02 {
  width: 116px;
  /*height: 57px;*/
}

.detail-block .img-holder.style03 {
  width: 64px;
}

.detail-block .img-holder img {
  display: block;
  width: 100%;
  height: auto;
}

.detail-block .text-holder {
  overflow: hidden;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  /*color: rgba(50, 50, 50, 0.6);*/
      letter-spacing: -.03em;
}
.detail-block .text-holder p{
	opacity:0.7;
    line-height: 20px;
    margin-top: 4px !important;
}
.detail-block .btn-holder{
	padding: 0px;
}

.detail-block .text-holder.style {
  padding: 7px 0 0;
}

.detail-block .text-holder p {
  margin: 0;
}

.detail-block .wrap-text {
  margin: 0 0 10px;
  overflow: hidden;
}

.detail-block .wrap-text.space {
  margin: 0;
  min-height: 46px;
}

.detail-block .wrap-text.space h2 {
  font-size: 16px;
  line-height: 18px;
}

.detail-block .title {
  display: block;
  margin: 0 0 4px;
  color: #2275ba;
  font-size: 10px;
  font-weight: 700;
  line-height: 13px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.detail-block h2, .column-frame h2 {
  margin: 0 0 3px;
  color: #323232;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 24px;
    /*letter-spacing: 0.17px;*/
  /*font-family: Yrsa,serif;*/
}

.detail-block h2 a, .detail-block a.arch_title  {
  color: #1f1f1f;
  text-decoration: none; 
}
.detail-block h2 a:hover, .detail-block a.arch_title:hover{
	text-decoration: underline;
color:#1c71b8 !important;	
}

.detail-block h2 a:hover {
  /*opacity: 0.7;*/
  color:#1c71b8 !important;
  text-decoration:underline;
}

.detail-block .rating-info {
  overflow: hidden;
}

.btn-holder {
  padding: 7px 0 7px;
  overflow: hidden;
  text-align: center;
  /*border-top: 1px solid #828f9b;*/
}

.btn-holder.eq-padding {
  padding: 7px 0;
}

.btn {
  display: inline-block;
  vertical-align: top;
  padding: 7px 15px;
  min-width: 120px;
  min-height: 32px;
  background-color: #2275ba;
  color:#fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #2275ba;
  /*-webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;*/
}

.btn:hover, .btn:active, .btn:focus {
  /*color: #fff;
  background: #2275ba;*/
  color:#fff;
  opacity:0.8;
}
.btn.small {
  display: inline-block;
  vertical-align: top;
  padding: inherit;
  min-width: 90px;
  min-height: 24px;
  color:#fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #2275ba;
  margin-top: 3px;
  /*-webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;*/
}
.btn.small:hover{
  color: #fff;
  opacity:0.8;
  text-decoration:none;
}
.btn.small.rightside{
	margin-right:0px;
	float:right;
	margin-top:1px !important;
}

.count-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 0 0 4px;
  font-size: 16px;
  color: #828f9b;
}

.count-list.style {
  /*padding: 0 0 0 46px;*/
}

.count-list.style li {
  /*min-width: 73px;*/
  margin-right: 10px;
}

.count-list.style .icon {
  font-size: 18px;
  line-height: 18px;
  margin: 0 5px 0 0;
}

.count-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  /*min-width: 52px;*/
  margin-right: 10px;
}

.count-list .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  font-size: 15px;
  line-height: 16px;
  color: #697987;
}

.count-list .text {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.6;
  color: #051f36;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
   margin-top: -3px;
    margin-left: 2px;
}
.formationList{
	margin-left:-8px;
	float:left
}
.formContainer{
	overflow: hidden;margin-bottom:10px;
}
.count-list .text a {
  color: #051f36;
  text-decoration: none;
}

.count-list .text a:hover {
  opacity: 0.7;
}

.rating-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  counter-reset: list;
}

.rating-list li {
  height: 36px;
  display: block;
  border-bottom: 1px solid #e4e4e4;
}

.rating-list li.active .number {
  background: #fe691b;
  color: #fff;
}

.rating-list li.active .number:before {
  color: #fff;
}

.rating-list li.active .blue {
  background: #2275ba;
}

.rating-list li:first-child {
  padding: 0 0 0 6px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ebebeb;
  border: none;
}

.rating-list li:first-child .col {
  height: auto;
}

.rating-list li:first-child .col2 {
  text-align: left;
}

.rating-list li:last-child {
  /*border: none;*/
}

.rating-list .col {
  float: left;
  height: 100%;
}

.rating-list .pt {
  padding-top: 6px;
}

ul.rating-list li .pt:last-child {
  /*background:red;*/
  margin-left: 8px;
}

.rating-list .col1 {
  width: 6.8%;
}

.rating-list .col2 {
  width: 35%;
}

.rating-list .col2.nameHead {
  padding-left: 40px;
  width: 30.4%;
}

.rating-list .col3 {
  width: 22.8%;
}

.rating-list .col3.teamHead {
  padding-left: 17.8px;
  width: 27%;
}

.rating-list .col4 {
  width: 7.5%;
}

.rating-list .col4.teamHead {
  width: 11.3%;
}

.rating-list .col5 {
  width: 8.0%;
}

.rating-list .col6 {
  width: 12.0%;
}

.rating-list .col6.posHead {
  width: 9.8%;
}

.rating-list .FC {
  width: 5.0%;
  background-image: url(../images/fc_icon4.png);
  background-repeat: no-repeat;
  background-position: 20% 50%;
  height: 24px !important;
  width: 36px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.rating-list .FC.active,
.rating-list .FC.reversed {
  width: 5.0%;
  /*background-image: url(../images/fc_icon4.png) no-repeat 20% 50%;*/
  height: 24px !important;
  width: 36px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.rating-list .FC.reversed:after {
  margin-top: -13px;
  content: "";
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #051f36 transparent transparent transparent;
  margin-left: 24px;
  float: left;
}

.rating-list .FC.active:after {
  content: "";
  margin-left: 24px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 4px solid black;
  /*position:absolute;*/
  margin-top: -13px;
  float: left;
}

.rating-list .head .col.active,
.rating-list .head .col.reversed {
  background-color: #d4d6d8;
}

.rating-list .ORDER-position,
.rating-list .ORDER-age {
  cursor: pointer;
}

.rating-list .ORDER-position.reversed:after,
.rating-list .ORDER-age.reversed:after {
  content: "";
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #051f36 transparent transparent transparent;
  margin-top: -14px;
  position: absolute;
  margin-left: 29px;
}

.rating-list .ORDER-position.active:after,
.rating-list .ORDER-age.active:after {
  content: "";
  margin-left: 29px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 4px solid black;
  /*position:absolute;*/
  margin-top: -14px;
  position: absolute;
}

.rating-list .ORDER-age.reversed:after,
.rating-list .ORDER-age.active:after {
  margin-left: 27px;
}

.rating-list .fan:after {
  content: "";
  border-style: solid;
  border-width: 4px 3px 0 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-color: #051f36 transparent transparent transparent;
  margin-left: 24px;
  margin-left: 26px;
  position: absolute;
  margin-top: -13px;
}

.rating-list .fan {
  width: 5.0%;
  height: 24px !important;
  width: 36px;
}

.rating-list .fan .txt {
  line-height: 24px;
  padding-left: 4px;
  font-weight: 800;
  color: #051f36;
}

.rating-list .col5.posHead {
  /*padding-left: 3px;*/
  width: 7.5%;
}

.rating-list .head .txt {
  display: block;
  color: rgba(74, 74, 74, 0.7);
  font-size: 12px;
  font-weight: 400;
  /*line-height: 14px;*/
  padding-left: 3px;
}

.rating-list .head .col {
  height: 24px;
  line-height: 24px;
}

.rating-list .number {
  width: 100%;
  display: block;
  padding: 7px 0 8px;
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  font-weight: 700;
  /*content: counter(list, decimal) "";
    counter-increment: list;*/
}

/*
.rating-list .number:before {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  font-weight: 700;
  content: counter(list, decimal) "";
  counter-increment: list;
}*/

.rating-list .number:after {
  top: 0;
  right: -5px;
  bottom: 0;
  width: 9px;
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transform: skewX(-13deg);
  -ms-transform: skewX(-13deg);
  transform: skewX(-13deg);
}

.rating-list .img-hold,
.playerList .img-hold {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px 0;
  width: 34px;
  text-align: center;
}

.rating-list .img-hold img,
.playerList .img-hold img {
  display: inline-block;
  vertical-align: top;
  height: auto;
  max-width: 100%;
	margin-bottom: -3px; 
}

.rating-list .name {
  display: inline-block;
  vertical-align: middle;
  color: #2275ba;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  margin-top: -2px;
  white-space: nowrap;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rating-list .name a {
  color: #1c71b8;
  /*text-decoration: none;*/
}

.rating-list .name a:hover {
  /*opacity: 0.7;*/
  text-decoration: underline;
}

.rating-list .icon-hold {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  min-width: 18px;
}

.rating-list .icon-hold img {
  display: block;
}

.rating-list .info-text {
  display: inline-block;
  vertical-align: middle;
  color: #1f1f1f;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #1f1f1f;
  white-space: nowrap;
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rating-list .info-country {
  display: inline-block;
  vertical-align: middle;
  color: #1f1f1f;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #1f1f1f;
}

.rating-list .info-text.style {
  text-transform: uppercase;
}

.rating-list .rating-text {
  display: block;
  padding: 3px 4px;
  padding-right: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.39px;
  position: relative;
  z-index: 2;
  margin-top: -2px;
}

.rating-list .rating-text.green-alt2:after {
  background: #76c735;
}

.rating-list .rating-text.green-alt3:after {
  background: #83c145;
}

.rating-list .rating-text.green-alt4:after {
  background: #8fbc55;
}

.rating-list .rating-text.green-alt5:after {
  background: #b3c539;
}

.rating-list .rating-text.green-alt6:after {
  background: #d8cf1c;
}

.rating-list .rating-text.yellow:after {
  background: #fcd800;
}

.rating-list .rating-text.orange-alt4:after {
  background: #fcab08;
}

.rating-list .rating-text.orange-alt5:after {
  background: #fb7d10;
}

.rating-list .rating-text.red:after {
  background: #fb5018;
}

.rating-list .rating-text.style {
  padding: 6px 0;
  width: 28px;
  text-align: center;
}

.rating-list .rating-text.style:after {
  border-radius: 100%;
  -webkit-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  transform: skewX(0deg);
}

.rating-list .rating-text:after {
  top: -3px;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  position: absolute;
  background: #709510;
  /*-webkit-transform: skewX(-12deg);
      -ms-transform: skewX(-12deg);
          transform: skewX(-12deg);
      */
}

.rating-list.fan .rating-text:after {
  border-radius: 100%;
}

.rating-list.fan .rating-text {
  line-height: 22px;
}

.rating-list.fan .rating-text.style {
  padding: 5px 0;
  padding-right: 1px;
}

.cycle-gallery {
  position: relative;
  font-size: 0;
  line-height: 0;
  box-shadow: 0 2px 8px rgba(5, 31, 53, 0.2);
}

.cycle-gallery .mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.cycle-gallery .slideset {
  width: 100%;
  white-space: nowrap;
}

.cycle-gallery .slide {
  display: inline-block;
  vertical-align: top;
  padding: 13px 11px 15px;
  color: #051f36;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1.87px;
  /*font-family: "proximanova", sans-serif;*/
  white-space: normal;
  position: relative;
  border-right: 1px solid #cdd2d7;
}

.cycle-gallery .slide.active:after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  content: "";
  position: absolute;
  background: #051f36;
}

.cycle-gallery .slide:last-child {
  border-right: 0;
}

.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
  top: 1px;
  right: 0;
  bottom: 0;
  width: 24px;
  z-index: 5;
  position: absolute;
  background: #051f36;
}

.cycle-gallery .btn-prev .icon,
.cycle-gallery .btn-next .icon {
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -13px;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  position: absolute;
}

.cycle-gallery .btn-prev {
  right: auto;
  left: 0;
}

.info-frame {
  overflow: hidden;
}

.info-frame .info-block {
  overflow: hidden;
  background: #ebebeb;
}

.info-frame .heading-box {
  line-height: 0;
  padding: 7px 10px;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.bigMatches .info-frame .heading-box {
	padding: 7px 30px;
}

.loadingElement{
	opacity:0.3;background:lightgrey;border-radius:8px;display:inline-block;line-height:16px;
}

.info-frame .heading-box a{
	color: #1f1f1f;
}
.info-frame .heading-box a:hover span{
	text-decoration:underline !important;
}

.info-frame .heading-box .text {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  /*font-family: "proximanova", sans-serif;*/
  
      letter-spacing: -.03em;
}

.info-frame .heading-box .icon-flag {
  top: 50%;
  left: 8px;
  margin: -6px 0 0;
  position: absolute;
}

.info-frame .heading-box .icon-flag img {
  display: block;
  max-width: 100%;
  height: auto;
}

.info-frame .info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  /*padding: 8px 11px;*/
  background: #fff;
}
.info-frame .info-list .icon-holder img{

}

.info-frame .info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*margin: 0 0 12px;*/
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 6.2px;
  padding-bottom: 6px;
}
.info-frame .info-list li .fa-chevron-right{
    position: absolute;
    right: 10px;
    top: 13px;
}

.info-frame .info-list li:after {
  left: -7px;
  right: -7px;
  bottom: -9px;
  content: "";
  height: 1px;
  position: absolute;
  /*background: #b1b1b1;*/
}

.info-frame .info-list li:last-child {
  margin: 0;
  /*border-bottom: 0px;*/
}

.info-frame .info-list li:last-child:after {
  display: none;
}

.info-frame .info-list .info-box {
  width: 50%;
  padding: 0 31px;
}
.match-info .info-box a, .ground-box.newVersion .player-box .player-name a{
	text-shadow:1px 1px #24313d;
	font-weight: 500;
	letter-spacing:0.4px;
	color:#fff;
}
.match-info .info-box a:hover, .ground-box.newVersion .player-box .player-name a:hover{
	text-decoration:underline;
	color:#a2c9ea !important;
}

.info-frame .info-list .info-box.align-right {
  text-align: right;
}

.info-frame .info-list .info-box .text {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  color: #1f1f1f;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
      letter-spacing: -.03em;
}

.info-frame .info-list .info-box .text-sm {
  display: none;
  vertical-align: middle;
  color: #1f1f1f;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}

.info-frame .info-list .sub-text {
  display: inline-block;
  vertical-align: top;
  top: 9px;
  left: 10px;
  position: absolute;
  color: #1f1f1f;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}

.info-frame .info-list .sub-text.fulltime {
  font-weight: 600;
}

.info-frame .info-list .sub-text.green, .sum-matches .sub-text.green {
  color: #709510;
  font-weight:600;
}
.sum-matches .sub-text.green {
    padding-left: 7px;
}

.info-frame .info-list .icon-next {
	top: -1px;
	right: 6px;
	color: #051f36;
	font-size: 20px;
	position: absolute;
	text-decoration: none;
	line-height: 18px;
}

.info-frame .info-list .icon-next:hover {
  opacity: 0.7;
}

.info-frame .icon-holder {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
}

.info-frame .icon-holder img {
  display: inline-block;
  vertical-align: top;
  max-width: none;
  width: 22px !important;
  height: 22px !important;
}

.info-frame .btn-info {
  top: 50%;
  left: 50%;
  margin: 0 0 0 -21px;
  width: 42px;
  /*padding: 1px 0 0;*/
  border-radius: 2px;
  position: absolute;
  text-align: center;
  background: #e6e8ea;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-info .prevResult{
	display:none;
}
.btn-info.prevMatch {
	font-size: 30px !important;
	padding: 4px 3px !important;
}
.btn-info.prevMatch .prevResult{
	display:block;
	font-size:12px;
	opacity: 0.5;
	display: none;
}


.info-frame .btn-info.blue, .stats-table .btn-info {
  /*background: #051f36;*/
  background: #e6e8ea !important;
}
.info-frame .btn-info.blue{
	background: #051f36 !important;
}
.stats-table .btn-info {
	color:#1f1f1f !important;
	font-weight: 400 !important;
}
.stats-table .btn-info.blue {
	background: #051f36 !important;
	color:#fff !important;
	font-weight: 600 !important;
}
.stats-table th.arrow{
    width: 22px;
    display: none;
}
.stats-table td.arrow{
    display: none;
}
.info-frame .btn-info.blue .score-text{
	color: #1f1f1f;
	font-weight: 600;
}

.info-frame .btn-info.green, .stats-table .btn-info.green {
  background: #709510 !important;
}

.info-frame .btn-info .score-text, .stats-table .btn-info.green .score-text {
  display: inline-block;
  vertical-align: top;
    color: #fff !important;
    text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}
.info-frame .btn-info.grey .score-text{
	color: rgba(5, 31, 54, 0.5);
}

.info-frame .btn-info .text {
  display: inline-block;
  vertical-align: top;
  color: rgba(5, 31, 54, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.league-block {
  overflow: hidden;
}

.league-block .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 8px;
  height: 24px;
  line-height: 14px;
  background: #ebebeb;
}

.league-block .col {
  display: inline-block;
  vertical-align: top;
}

.league-block .col1 {
  width: 73%;
}

.league-block .col2 {
  width: 9.8%;
}

.league-block .col3 {
  width: 9.5%;
}

.league-block .sub-text,
.league-block .text {
  display: inline-block;
  /*vertical-align: top;*/
  color: rgba(74, 74, 74, 0.8);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.league-block .sub-text {
  font-weight: 700;
  /*font-family: "proximanova", sans-serif;*/
}

.league-block .league-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: list;
}

.league-block .league-list li {
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}

.league-block .league-list li:last-child {
  border: none;
}

.league-block .league-list li:nth-child(17),
.league-block .league-list li:nth-child(5),
.league-block .league-list li:nth-child(4),
.league-block .league-list li:first-child {
  border-bottom: 1px solid #323232;
}

.league-block .league-list li .col1 {
  padding: 0 0 0 25px;
}

.league-block .league-list li:before {
  top: 50%;
  left: 8px;
  margin: -7px 0 0;
  position: absolute;
  color: #1f1f1f;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  content: counter(list, decimal) "";
  counter-increment: list;
}

.league-block .icon-hold {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
}

.league-block .icon-hold img {
  display: inline-block;
  vertical-align: top;
  max-width: none;
  width: auto;
}

.league-block .city-name {
  display: inline-block;
  vertical-align: middle;
  color: #1f1f1f;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.three-columns, .two-columns {
  padding: 9px 0 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.column-frame {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 10px 9px;
}
.two-columns .column-frame{
	width: 50%;
}
.one-column .column-frame{
	width: 100%;
}

.column-frame:nth-child(3),
.column-frame:nth-child(4) {
  border: none;
  margin: 0;
}

.column-frame:first-child {
  /*width: 29.5%;*/
}

.column-frame:first-child .count-list li {
  /*min-width: 114px;*/
}

.column-frame .column-box {
  overflow: hidden;
  /*color: rgba(50, 50, 50, 0.6);*/
	font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -.03em;
}

.column-frame .column-box p {
	opacity: 0.7;
	line-height: 20px;
	margin-top: 4px !important;
}

.column-frame .image-holder {
  overflow: hidden;
  margin: 0 0 5px;
}

.column-frame .image-holder img {
  display: block;
  width: 100%;
  height: auto;
}

.column-frame .wrap-text {
  /*min-height: 170px;*/
  overflow: hidden;
}

.column-frame .title {
  margin: 0 0 6px;
  display: block;
  color: #2275ba;
  font-size: 10px;
  font-weight: 700;
  line-height: 13px;
  /*font-family: "proximanova", sans-serif;*/
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.column-frame h2 {
  /*margin: 0 0 7px;
  color: #323232;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.17px;*/
}

.column-frame h2 a, .news-feed p a {
  color: #323232;
  text-decoration: none;
}

.column-frame h2 a:hover, .news-feed p a:hover {
  opacity: 0.7;
}

.column-frame .count-list {
  padding: 0 0 0 2px;
}

.column-frame .count-list li {
  /*min-width: 88px;*/
  margin-right: 10px;
}

#header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  /*position: absolute;*/
  /*position: fixed !important;*/
  /*padding: 21px 0;*/
  background: #0f0717;
  padding:0px;
}

#header.static {
  position: relative;
}
#header.sticky {
  position: fixed;
}

#header:after {
  content: " ";
  display: block;
  clear: both;
}

#header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
}
#wrapper .visual a{
	color:rgba(255, 255, 255, 0.8);
	text-decoration:underline;
}
#wrapper .visual a:hover{
	color: #1c71b8;
}

#header .logo {
  float: left;
  margin: 0;
}

#header .logo a {
  display: block;
}

#header .logo img {
  display: block;
  width:265px;
  height: auto;
}

.search-form {
  overflow: hidden;
  position: relative;
  height: 30px;
  width: 444px;
  border-radius: 5px;
  /*border: 1px solid rgba(14, 39, 61, 0.1);*/
}

.search-form .form-control {
  width: 100%;
  height: 100%;
  padding: 0 100px 0 7px;
  margin: 0;
  border: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  box-shadow: none;
  color: rgba(50, 50, 50, 0.3);
  background: #fff;
  /*border-top-left-radius:5px;
  border-bottom-left-radius:5px;*/
}

.search-form .form-control:-moz-placeholder {
  color: rgba(50, 50, 50, 0.3);
  opacity: 1;
}

.search-form .form-control::-moz-placeholder {
  color: rgba(50, 50, 50, 0.3);
  opacity: 1;
}

.search-form .form-control:-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.3);
}

.search-form .form-control::-webkit-input-placeholder {
  color: rgba(50, 50, 50, 0.3);
}

.search-form .btn-search {
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 87px;
  padding: 0 0 0 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  border: none;
  background-color: #fe691b;
  /*background: -webkit-linear-gradient(left, #f44516 0%, #ff691b 100%);
  background: linear-gradient(to right, #f44516 0%, #ff691b 100%);*/
  /*border-top-right-radius:5px;
  border-bottom-right-radius:5px;*/
}

.search-form .btn-search:after {
  top: 50%;
  left: 12px;
  margin: -7px 0 0;
  font-size: 18px;
  content: "\e908";
  position: absolute;
  font-family: 'icomoon' !important;
}

#footer {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  background: #2b2433;
}

#footer .footer-holder {
  max-width: 100%;
  padding: 20px 15px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
    text-align: center;
    display: block;
	padding: 15px 0px 15px;
}

#footer .bottom-footer .keywords {
	line-height:38px;
	text-align:center;
	border-bottom:1px solid #2b2433;
	padding-bottom:5px;
	font-size:13px;
	font-weight:400;
}
#footer .bottom-footer .who_partners, #footer .bottom-footer .network_address{
	border-bottom:1px solid #2b2433;
	padding-bottom:25px;	
	padding-top:25px;
	color:#a6a5a7;
	font-size:13px;
	font-weight:400;
	display:table;
	width: 100%;
}
#footer .bottom-footer .network_address .network ul{
	padding-left: 20px;
}
#footer .bottom-footer .network_address .network ul li{
	float: left;
	width: 50%;
}
#footer .bottom-footer .network_address .network ul li a{
    color: #fff;
	filter: brightness(90%);
}
#footer .bottom-footer .network_address .network ul li a:hover{
	filter: brightness(120%);
}
#footer .bottom-footer .social_channels {
	border-bottom:1px solid #2b2433;
	padding-bottom:15px;	
	padding-top:15px;
	color:#a6a5a7;
	font-size:13px;
	font-weight:400;
	display:block;
	text-align:center;
}
@media (max-width: 767px) {
	#footer .bottom-footer .network_address .network, #footer .bottom-footer .network_address .address{
		width: 100% !important;
		display: table !important;
	}
	#footer .bottom-footer .network_address .network ul li{
		float: none;
		width: 100%;
	}
	#footer .bottom-footer .network_address .network ul{
		list-style: none;
	}
}

#footer .footer_logo{
	max-width:20%;
}


#footer .bottom-footer .copy_menu{
	padding-bottom:15px;	
	padding-top:15px;
	color:#a6a5a7;
	font-size:11px;
	font-weight:400;
	line-height:14px;
	display:table;
	text-align:center;
	width:100%;
}
#footer .bottom-footer .copy_menu .copy, #footer .bottom-footer .footer_menu{
	display:table-cell;
}
#footer .bottom-footer .copy_menu .copy{
	text-align:right;
	padding-right:15px;
}
#footer .bottom-footer .footer_menu{
	text-align:left;
	padding-left:15px;
}
#footer .bottom-footer .copy_menu a{
	color:#a6a5a7;
    margin-left: 10px;
	margin-right:10px;
}
#footer .bottom-footer .copy_menu a::before{
	content: "•";
    margin-right: 5px;
    position: absolute;
    margin-left: -10px;
    font-size: 16px;
}
#footer .bottom-footer .copy_menu a:hover{
	text-decoration:underline;
}
#footer .bottom-footer .social_channels img{
	height:26px;
	margin-right:10px;
	opacity:0.85;
}
#footer .bottom-footer .social_channels img:hover{
	opacity:1.0;
}
#footer .bottom-footer .who_partners .who, #footer .bottom-footer .network_address .network {
	width: 50%;
	padding-right:15px;
	line-height:18px;
	display:table-cell;
}
#footer .bottom-footer .who_partners .partners, #footer .bottom-footer .network_address .address {
	width: 50%;
	padding-left:15px;
	line-height:18px;
	display:table-cell;	
}
#footer .bottom-footer .who_partners .partners div{
	margin-top:15px;
}
#footer .bottom-footer .who_partners .partners img{
	margin-right:25px;
	height:38px;
}
#footer .bottom-footer .who_partners .partners a{
	filter:brightness(90%);
}
#footer .bottom-footer .who_partners .partners a:hover{
	filter:brightness(120%);
}
#footer .bottom-footer .keywords span {
	padding-left:15px;
	padding-right:15px;
}
#footer .bottom-footer .keywords a{
	color:#fff;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
}
#footer .bottom-footer .keywords a:hover{
	color:#a6a5a7;
	text-decoration:underline;
}
.mobTime{
	max-height:16px;
	margin-top:-2px;
	padding-left:5px; 
	color: rgba(5, 31, 54, 0.5) !important;
}
#footer .email-form {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin: 0 0 28px;
}

#footer .email-form label {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.56);
}

#footer .email-form .input-holder {
  width: 100%;
  position: relative;
  border-radius: 4px;
}

#footer .email-form input[type="email"] {
  width: 100%;
  height: 32px;
  border: 0;
  outline: none;
  color: #323232;
  font-size: 12px;
  line-height: 14px;
  padding: 7px 80px 7px 8px;
  border-radius: 4px;
}

#footer .email-form input[type="email"]:-moz-placeholder {
  color: #323232;
  opacity: 1;
}

#footer .email-form input[type="email"]::-moz-placeholder {
  color: #323232;
  opacity: 1;
}

#footer .email-form input[type="email"]:-ms-input-placeholder {
  color: #323232;
}

#footer .email-form input[type="email"]::-webkit-input-placeholder {
  color: #323232;
}

#footer .email-form .btn-submit {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 76px;
  height: 32px;
  border-radius: 0 4px 4px 0;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background: #ff691b;
}

#footer .email-form .btn-submit:hover {
  opacity: 0.75;
}

#footer .footer-nav {
  width: 120px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 12px;
  line-height: 14px;
}

#footer .footer-nav li {
  display: block;
  margin: 0 0 20px;
}

#footer .footer-nav li a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #fff;
  opacity: 0.6;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

#footer .footer-nav li a:hover {
  color: #fff;
  opacity: 1;
}

#footer .socialnetworks {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100px;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 33px;
  text-transform: capitalize;
}

#footer .socialnetworks li {
  float: left;
  margin: 0 0 15px;
}

#footer .socialnetworks li:last-child {
  margin: 0;
}

#footer .socialnetworks li a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

#footer .socialnetworks li a:hover {
  color: #fff;
  opacity: 1;
}

#footer .socialnetworks .icon-facebook,
#footer .socialnetworks .icon-twitter,
#footer .socialnetworks .icon-instagram {
  float: left;
  margin: 0 8px 0 0;
  width: 18px;
  font-size: 18px;
}
.newsItem{
	width:80px;
	display:inline-block; 
	opacity: 0.6;
	color: #051f36;
	font-size: 11px;
	line-height: 14px;
	font-weight: 400;
}
@media (max-width: 767px) {
	
	.league-information .add-info{
		padding-top:0px !important;
	}
	.column.full-league{
		width:100%;
	}
	.breadcrumbs .desktop{
		display:none !important;
	}
	.breadcrumbs .mobile{
		display:inline-block !important;
	}
	body.team-page .column.full-league{
		order: 0;
	}
	body.team-page .column{
		width:100%;
	}
	body.team-page .stats-table .info{
		display: table-cell;
	}
	body.team-page .stats-table td{
	    line-height: 16px;
	}
	
	body.team-page .players-table td.name{
		text-overflow: ellipsis;
		/*white-space: nowrap;*/
		overflow: hidden;
		max-width: 24vw;
		padding-right: 5px;
	}
	body.team-page table.xtraStats tbody .stat__ span, body.team-page table.xtraStats tbody .apps span{
		margin-left: 15%;
	}
	.team-page .players-table.boxShadow td.playerImg{
	    width: 43px;
	}
	.formationList{
		margin-left:0px;
	}
	.detail-block .img-holder.style01{
		/*width:100%;*/
	}
	.visual-block .compSeHolder{
		position:relative;
		margin-top: 3px;
	}
	#extendedStats td.season{
		max-width: 70px;
	}
	
	.players-table td.name {
		min-width: 70px !important;
	}
	/*MOBILE FOOTER*/
	#footer .bottom-footer .keywords{
		line-height: 18px;
		text-align:left;
		padding-bottom: 12px;
		text-align: center;
	}
	#footer .bottom-footer .keywords:before{
		content: 'Keywords';
		color:#a6a5a7;
		display:block;
		text-align:center;
		padding-bottom:10px;
		padding-top:3px;
		font-weight: bold;
	}
	#footer .bottom-footer .who_partners{
		padding-top:12px;
		padding-bottom:12px;
	}
	#footer .bottom-footer .who_partners .who{
		width:100%;
		display: block;	
		padding-bottom:12px;
		border-bottom: 1px solid #2b2433;
	}
	#footer .bottom-footer .who_partners .partners{
		width:100%;
		display: block;
		margin-top:12px;
	}
	#footer .bottom-footer .keywords span{
		padding-left:0px;
		padding-right:5px;
	}
	#footer .bottom-footer .who_partners .partners img{
		margin-bottom:10px;
	}
	#footer .bottom-footer .social_channels img{
		margin-bottom:10px;
		height:auto;
	}
	#footer .bottom-footer .copy_menu .copy{
		display:block;
		width:100%;
		text-align:center;
	}
	#footer .bottom-footer .footer_menu{
		display:block;
		width:100%;
		text-align: center;
		margin-top:10px;
		font-size:13px;
	}
	#footer .bottom-footer .copy_menu a{
		display:block;
		line-height: 20px;
	}
}

.rightBlock{
	/*background:red !Important;*/
	/*float: none !important;
	width: auto !important;*/
	/*background:blue;*/
	/*float: left !important;
	position: relative !important; 
	width: calc(1060px - 285px - 561px) !important;*/
	height:94px;
	text-align: right;
	padding-top:16px;
	/*width: 214px;*/
	display: block;
	float: right;	
	width: 180px;
}

#footer .bottom-footer {
  overflow: hidden;
  padding: 8px 0;
  background: #1e1e1e;
}

#footer .bottom-footer .container {
  overflow: hidden;
  padding: 0 10px;
}

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

#footer .footer-logo a {
  display: block;
}

#footer .footer-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 0.56;
}

#footer .copyright {
  float: right;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  opacity: 0.56;
  margin: 2px 0 0;
}

#footer .copyright a {
  color: #fff;
  text-decoration: none;
}

#footer .copyright a:hover {
  color: #ff691b;
  opacity: 1;
}



/*
MATCHES
*/
	#lightSlider{
		background:#cdd2d7;
		height: 44px !important;
		/*transform: translate3d(0px, 0px, 0px) !important;*/
	}
	.lslide{
		background:white;
		text-align: center;
	}
	.lSPager{
		display:none;
	}
	#lightSlider li.highl h3{
		border-bottom:2px solid #051f36;
		/*background: lightgreen;*/
		font-weight: 700;
	}
    #lightSlider li h3{
		line-height: 46px;
		margin-top: 0px;
		font-size:11px;
		color: #051f36;
		font-size: 11px;
		font-weight: 600;
		letter-spacing: -.03em;
		text-transform: uppercase;
		padding-top: 4px;
	}
	#lightSlider li.today{
		/*background:#f9e9e9;*/
	}
	#lightSlider li.today.highl sub, #lightSlider li.day.highl sub{
		top: -48px;
		font-weight: 600;
		font-size: 10px;
	}
	#lightSlider li.today.highl h3, #lightSlider li.day.highl h3{
		line-height: 54px;
		height: 44px;
		font-weight: 600;
		font-size: 10px;
	}
	#lightSlider li.today.highl h3{
		font-size: 11px;
		line-height: 48px;
	}
	#lightSlider sub{
		top: -54px;
		text-transform: uppercase;
		font-size: 10px;
		color: #ca4444;
		letter-spacing: 0.3px;
	}
	#lightSlider li.day sub{
		color:#000;
	}
	.lSAction>a{
		opacity: 1 !important;
		margin-top: -21px !important;
		height: 42px !important;
		background:#051f36;
		/*left:0px;*/
		width: 24px !important;
		z-index:3 !important;
		color: #fff;
	}
	.lSAction .fa-chevron-right, .lSAction .fa-chevron-left{
		margin-left: calc(50% - 5.5px);
		font-size: 16px;
		margin-top: 55%;
	}
	.lSAction .fa-chevron-right:hover, .lSAction .fa-chevron-left:hover{
		opacity:0.8;
	}
	.lSPrev{
		left:0px !important;
		background:#051f36;
		content: "xxx";
	}
	.lSNext{
		right: 0px !important;
	}
	
	.info-frame .info-block:first-child .heading-box{
		/*background: url(https://www.footballcritic.com/images/head_shadow.png) repeat-x;*/
	}
	.icon-prev, .icon-next{
		color: #fff;
		font-size: 26px;
		line-height: 42px !important;
	}
	.icon-prev{
		margin-left: -2px;
	}
	.loader{
		font-size: 12px;
		color: rgba(5, 31, 54, 0.5);
		margin-top:10px;
		text-align:center;
		min-height:200px;
	}
	
	/*FIXES voor main.css!!*/
	.info-frame .heading-box .icon-flag{
		margin: -8px 0 0 !important;
	}
	.info-frame .info-list{
		padding-bottom: 0px;
	}
	@media (max-width: 1024px) {
		.info-frame .info-list .info-box .text {
			padding-right: 5px;
			padding-left: 5px;
		}
	}

/*SIGN IN and NAV*/
		
		li.dropdown.selected .sub-menu{
			position: fixed !important;
			max-width: 210px !important;
		}
		li.dropdown.selected .sub-menu li{
			max-width: 210px;
		}
		
		#nav{
			margin-left:-10px;
		}
		#nav .nav-bar > li.dropdown:after{
			display:none;
		}
		#nav .nav-bar > li.dropdown span{
			padding-right:15px;
		}
		#nav .nav-bar > li{
			line-height:40px;
			border-right: 1px solid #2b2433;
		}
		#nav ul.nav-bar li:last-child{
			border-right:0px;
		}
		#nav .nav-bar{
			font-size:13px;
			position:absolute;
		}
		.rightBlock{
			/*
			background:#0f0717;
			width: calc(100% - 820px);
			height:94px;
			float:left;
			text-align: right;
			padding-top:13px;
			position: inherit !important;
			*/
		}
		#signIn{
			border:1px solid #fff;
			/*padding:13px;
			padding-top: 5px;
			padding-bottom: 5px;*/
			padding-right: 14px;
			padding-left: 13px;
			border-radius:5px;
			color:#fff;
			display: block;
			font-size: 13px;
			/*cursor:pointer;*/
			background:#0f0717;
			/*width: 90px;*/
			margin-top:11px;
			line-height:31px;
			height:34px;
			/*display: inline-table !important;*/
		}
		#signIn .bell-ringer{
			cursor:pointer;position:absolute;width:16px;height:16px;line-height:12px;font-size:9px;background:red;color:#fff;text-align: center;font-weight: 600;border-radius: 8px; margin-left:11px;margin-top:3px;border:2px solid #0f0717;
		}
		.popupcontent.popupMsg a:hover{
			text-decoration:underline;
		}
		#signInHolder{
			/*border-bottom:5px solid #0f0717;*/
		}
		
		body.sticker #signInHolder{
			/*margin-top: 11px;			*/
			position: static !important;
			margin-top: -3px !important;
			/*width: 1060px !important;*/
			bottom: auto !important;
		}
		body.homepage.sticker #signInHolder{
			position: relative !important;
			margin-top: 0px !important;
			
		}
		#signIn:hover, #regIster:hover{
			/*opacity:0.7;*/
		}
		#signIn .icon48x48.icon-userlogin{
			display:inline-flex;
			/*float: right;*/
			/*margin-top: 2px;*/
			margin-left: 4px;
		}
		#regIster{
			display: block;
			color: white;
			font-size: 11px;
			margin-top: 2px;
			cursor:pointer;
			/*position: absolute;*/
			width: 100%;
			/*bottom: 0px;*/
			opacity:0.01;
		}
		#regIster a{
			color:#fff;
		}
		#regIster a:hover{
			color: #1c71b8;
			text-decoration:underline;
		}
		#alertI{

		}
		#menu .nav-bar li.alert span{
			background:url('http://footballcritic.com/images/alert_icon.png');
			line-height:24px;
			width:23px;
			background-repeat: no-repeat;
			background-position: 0% 50%;		
			display: inline-block;
			background-size: 65%;
			margin-left: 12px;
			margin-right: 7px;
			height: 24px;
			margin-top: 7px;
			position: absolute;
		}
		#menu .nav-bar li.alert span:hover{
			/*opacity:0.8;*/
		}
		#menu .nav-bar li.alert span b{
			background:red;
			margin-left: 2px;
			width: 14px;
			display: inline-block;
			line-height: 14px;
			text-align: center;
			border-radius: 7px;
			font-size: 10px;
			font-weight: 400;
			margin-top: -2px;
			float: left;
		}
		#header .logo{
			margin-top:12px;
			margin-bottom:10px;
		}
		body.sticker #header{
			position:fixed;
			height:52px;
		}
		.logoHolding{
			width:285px;height:100%;border-right:1px solid #2b2433;vertical-align: middle;display: flex;align-items: center;float:left;
		}
		body.sticker #header .logoHolding{
			height:52px;
		}	
		
		body.sticker #header .menuHolding{
			display:none;
		}
		body.homepage.sticker #header .menuHolding{
			display: inherit;
		}
		
		body.sticker #header .searchHolder{
			/*height: 52px;*/
			/*padding-top:7px !important;*/
		}
		#header .secondHolder{
			width:535px;
			height:100%;
			border-right:1px solid #2b2433;
			float:left;
		}
		body.sticker #header .secondHolder{
			height: 52px;
			border-right:0px;
		}
		body.sticker #header #regIster{
			display:none;
		}
		body.sticker #header #signIn{
			margin-top:0px !important;
			/*
			margin-top:-10px !important;
			*/
		}
		body.homepage.sticker #header #signIn{
			margin-top:9px !important;
		}
		body.sticker .visual, body.sticker .visual-block, body.sticker .banner-area {
			margin-top:52px;
		}
		body.homepage.sticker .visual{
			margin-top:52px;
			z-index:19;
		}
		
		body.sticker .rightBlock{
			height:42px;
		}
		.aa-dropdown-menu{
			/*margin-left:14px;*/
		}
		
		.package{
			/*height:94px;*/
			width:100%;
		}
		
		.mobileLogo{
			display:none;
		}
		@media (max-width: 1024px) {
			body.sticker #header .menuHolding{
				display:block;
			}


			body.homepage #header .searchHolder{
				display:block !important;
			}
			#header .socialIcons{
				display:none;
			}
			#homeSearch{
				display:none !important;
			}
			#bb-search-input{
				border-top-right-radius: 4px !important;
				border-bottom-right-radius: 4px !important;
				margin-left:0px !important;
				width:100% !important;
				max-width:400px !important;
			}
			
			.logoHolding, .rightBlock{
				display:none !important;
			}
			.mobileLogo{
				display:inline-block;
				width:34px;
				height:34px;
				position: absolute;
				left: calc(50vw - 15px);
				margin-top: 5px;
			}
			.mobileLogo img{
				object-fit: cover;
				object-position: left;
				width:34px;
				height:34px;
			}
			body.homepage .mobileLogo img{
				width:auto;
				height: 32px;
				margin-top: 1px;
				margin-left: 5px;
			}
			#backButton{
				color: #fff;
				position: absolute;
				top: 10px;
				font-size: 18px;
				width: 30px;
				height: 30px;
				line-height: 30px;
				text-align: center;
				display: block;
			}
			body.homepage #backButton{
				display: none;
			}
			body.homepage .mobileLogo{
				width:auto;
				position: relative;
				left: 0px;
			}
			#header .secondHolder{
				width:100% !important;
				border-right: 0px;
				    padding-top: 3px;
			}
			.nav-opener{
				/*position: absolute;*/
				/*top: 9px;
				right: 7px;*/
				margin: 15px 8px 0 10px;
				float:right;
			}
			.searchHolder{
				width: auto;
				/*float: left;*/
				padding-top: 5px !important;
				height:48px !important;
			}
			.package{
				height: 52px;
			}
			#header{
				position:fixed !important;
			}
			.visual, .visual-block, .banner-area{
				margin-top: 10px;
			}
			#menu{
				height:1px;
			}
		}

/*snelzoeken*/

#aa-search-input, #bb-search-input{
    height: 30px;
    width: 415px;
	border-radius: 4px;
	font-size: 12px;
	margin-left:50px;
}
#aa-search-input:focus, #bb-search-input:focus {
    outline: none;
	border:1px solid #ff691b;
}
#bb-search-input:focus {
	/*margin-left: -18px !important; */
}
#bb-search-input{
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	margin-left: -26px;
}

#homeSearch{
	position:absolute;
	width:36px;
	height:36px;
	background:#fe691b;
	content: '';
	z-index:1;
	margin-top: 20px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	font-size: 16px;
	line-height:36px;
    display: inline-block;
	cursor:pointer;
}
#homeSearch:hover i{
	opacity:0.7;
}
.aa-input-icon {
	height: 16px;
	width: 16px;
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	fill: #e4e4e4; 
}
.aa-dropdown-menu {
	border-radius: 4px;
	background-color: #fff;
	border: 2px solid rgba(228, 228, 228, 0.6);
	border-right: 1px solid rgba(228, 228, 228, 0.6);
	min-width: 415px;
	margin-top: 5px;
	text-decoration:none;
	color:black;
	box-sizing: border-box; 
	box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.5);
	margin-left:14px;
	z-index:999 !important;
	margin-right:-1px;
}
body.homepage .aa-dropdown-menu {
	margin-left:-26px;
}
body.homepage #header .algolia-autocomplete{
	display:none !important;
}
body.homepage #header .searchHolder{
	display:none !important;
}

.aa-suggestion {
	padding: 0px;
	cursor: pointer;
    font-size: 12px;
	width:100%;
	overflow:hidden;
	margin-bottom:-1px;
	border-bottom: 1px solid #cccccc;
}
.aa-suggestion .flag{
	display: inline-block !important;
}
.aa-suggestion a{
	color:black;
	font-weight: normal;
}
.aa-suggestion + .aa-suggestion {
    /*border-top: 1px solid #cccccc;*/
	/*margin-top:-1px;*/
	/*background:red;*/
}
.aa-suggestion:hover, .aa-suggestion.aa-cursor {
	background-color: #ebebeb; 
}
.aa-search-head{
	background:#e1e4e7;
	text-align:center;
	font-size:12px;
	color:#514b57;
	line-height: 33px;
	border-bottom:1px solid #cccccc;
	/*
	margin-bottom:-1px;
	*/
}
.aa-search-head .btn.small.rightside{
	float: inherit;
	right:0px;
	position:absolute;
	
}

.aa-dropdown-menu div:first-child .aa-search-head .btn.small.rightside { 
	margin-top:0px;
	margin-top:4px;
}

.aa-search-head a.btn.small.rightside, .aa-search-head a.btn.small.rightside:hover, .aa-search-head a.btn.small.rightside:active{
	text-decoration:none !important;
	cursor:pointer;
}
.aa-search-head a.btn.small.rightside:hover{
	color:#fff !important;
	opacity:0.8;
}
.aa-dropdown-menu .aa-suggestion em {
	/*font-weight:bold;*/
	font-weight: bold;
	font-style: normal;
	/*background-color:#ffe7db;*/
}
.aa-dropdown-menu .club{
	float: left;
	margin-left:3px;
	opacity:0.8;
    line-height:14px;
	padding-top:11px;
}
.aa-dropdown-menu .player{
    line-height:14px;
	float: left;
	padding-top:11px;
}
.aa-dropdown-menu .photo{
	float: left;
	width:38px;
	height:34px;
}
.aa-dropdown-menu .photo img{
	height:32px;
	/*display:none;*/
	position:absolute;
	margin-top: 2px;
	margin-left: 2px;
}
body.homepage .aa-dropdown-menu .photo img{
	position:relative;
}
.aa-dropdown-menu .photo.team img{
	height:22px;
	/*display:none;*/
	position:absolute;
	margin-top: 7px;
	margin-left: 1px;
}
.aa-dropdown-menu .photo.team{
	
}
.aa-dropdown-menu .fc{
    display: block;
    /*padding: 3px 3.8px;*/
    color: #fff;
	background: #709510;
    font-size: 14px; 
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.39px;
    position: relative;
    z-index: 2;
    margin-top: 3px;
	border-radius: 100%;
	width: 28px;
    float: right;
	margin-right:6px;
	text-align:center;
}
.aa-dropdown-menu .noResults{
	font-size: 12px; 
	line-height:35px;
	padding-left:8px;
}
@media (max-width: 1024px) { 
	.normItem{
		padding-top: 12px !important;
	}
  .nav-opener {
    margin: 11px 5px 0 10px !important;
  }
  body.nav-active .nav-opener{
	  display:none;
  }
  body.nav-active .menuHolding{
	  display:block;
  }
  #header .container {
    padding: 0 8px !important;
  }
	.aa-dropdown-menu {
		/*min-height:calc(100vh - 59px) !important;*/
		position: sticky !important;
		border-radius: 0px !important;
		/*box-shadow: none !important;*/
		margin-left: -8px !important;
		margin-top: 8px !important;
		width: calc(100vw + 0px) !important;
		border: 0px !important;
		/*max-height: 280px;*/
		overflow-x: scroll;
		/*
		max-height: calc(100vh - 59x);
		height: calc(100vh - 59px);*/
		overflow-y: scroll;
		box-shadow: none !important;
		/*border-bottom:10px solid #000 !important;*/
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	body.homepage .aa-dropdown-menu {
		margin-left: -45px !important;
		width: calc(100vw + 0px) !important;
	}
	.aa-search-head{
		background:#0a1f37;
		line-height:32px;
		text-align:left;
		padding-left:15px;
		font-size:14px;
		color:#fff;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	.aa-suggestion {
		/*line-height:50px !important;*/
		/*padding-top:6px;
		padding-bottom:6px;*/
	}
	.aa-search-head .btn.small.rightside{
		margin-right:8px;
		margin-top:4.5px !important;
		line-height:22px !important;
		height:24px !important;
		margin-right:12px;
		padding-left:10px;
		padding-right:10px;
	}
	.aa-suggestion span{
		margin-top:6px;
		margin-bottom:6px;
	}
	.aa-suggestion .fc{
		margin-top:9px;
	}
	.aa-dropdown-menu .photo img{
		margin-top: 3px;
		margin-top: 1px;
		height:40px
	}
	.aa-dropdown-menu .photo.team img{
		height:34px;
		margin-top: 1px;
		margin-left:5px;
	}
	.aa-dropdown-menu .photo{
		width:52px;
	}	
	
	#aa-search-input{
		height: 36px;
		width: calc(100% - 14px) !important;
		font-size: 12px !important;
	}
	#aa-search-input.bigger{
		font-size:14px !important;
	}
	.algolia-autocomplete{	 /*HOLDER*/
		/*width: calc(100% - 90px);*/
		width: 100%;
	}
	#homeSearchHolder{
		width: calc(100% - 90px);
		position: relative;
		display: inline-block;
		direction: ltr;
	}
	#header .searchHolder{
		width: calc(100% - 36px);
		display:flex;
		display: none;
	}
	body.homepage #header .searchHolder{
		width: calc(100%);
	}
	.aa-dropdown-menu {
		width: calc(100% + 60px);
		min-width: 100%;
		margin-left:-25px; 
		/*margin-right:-25px;*/
		
	}
	#aa-search-input{
		margin-left:10px;
	}
	.aa-suggestion, .aa-search-head {
		font-size:14px;
	}
}
@media (max-width: 769px) { 

	.container center h1{
		margin-top: 0px !important;
		font-size: 15px !important;
		line-height: 21px !important;
		margin-bottom: 12px !important;
	}

	.signin{
		font-size: 14px !important;
		border-radius: 3px;
		margin: 0 0 20px !important;
	}
	.fullButtonHolder{
		    margin: 0px; 
			margin-bottom:10px;
	}

}


#nav {
  /*padding: 6px 0 0;*/
	padding: 0px 0 0px;
  /*width: 280px;*/
      margin-left: 0px !important; 
}

#nav:after {
  content: " ";
  display: block;
  clear: both;
}

#nav .nav-bar {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0px !important;
  font-weight: 700;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  
    list-style-type: none;
    overflow: hidden;
  
}

#nav .nav-bar > li {
  font-size: 13px !important;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right:0px;
  margin-left:0px;
  line-height:40px;
  cursor:pointer;
  float: left;
  
}
#nav .nav-bar > li span{
	/*line-height:37px;
	display: inline-block;*/
	padding-left: 12px;
	padding-right: 20px;
	color:#fff;	
	font-weight: 600;
	font-family: "proximanova", sans-serif;
	letter-spacing: 1.33px;
	padding-left: 8px;
	padding-right: 8px;
	font-size:12px;
}

#nav .nav-bar .sub-menu li span{
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0px;
	padding-left: 12px;
	padding-right: 20px;
	font-weight: 500;
	font-size:13px;
}

#nav .nav-bar > li.dropdown span{
	padding-right: 8px;
}

#nav .nav-bar > li:hover .dropdown-holder {
  max-height: 4000px;
}

#nav .nav-bar > li:hover .dropdown-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#nav .nav-bar > li:hover.dropdown:after {
  /*border-color: #ff691b transparent transparent transparent;*/
}

#nav .nav-bar > li.dropdown:after {
  top: 16px;
  right: 12px;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-color: #fff transparent transparent transparent;
}
.package{
	display: table;
}
#signInHolder{
	/*background:green;*/
    height: 52px;
	opacity:0.01;
}

.column.comparablePlayers .heading .ico{
	top: 10px;
}
.column.comparablePlayers .heading h2{
	margin-left: 2px; 
	padding-top: 2px;
}
.column.comparablePlayers #seasonSelector{
	float: right; 
	margin-top: -20px; 
	margin-bottom: -4px;
}
.column.comparablePlayers #seasonSelector select{
	width: auto;
}
.column.comparablePlayers .liHead{
	height:24px;line-height:24px;background: #ebebeb;font-size: 11px; font-weight: 400; color: rgba(74, 74, 74, 0.7);text-transform: uppercase;
}
.column.comparablePlayers .liHead .cp_player{
	width:200px;
	cursor:pointer;
}
.column.comparablePlayers .liHead .cp_team{
	margin-left:160px;
	width:149px;
	cursor:pointer;
	margin-left: auto;
}
.column.comparablePlayers .liHead .cp_country{
	width:81px;margin-left:50px;cursor:pointer;
}

#signIn{
	display: inline-block !important;
}

#signIn .icon48x48.icon-userlogin{
    display: inline-block !important;
    width: 15px;
    height: 15px;
	/*margin-top: 5px !important;*/
	vertical-align: middle;
}

.package .logoHolding{
	/*display:table-cell;*/
	height:94px !important;
}
body.homepage .package .logoHolding, body.homepage .rightBlock{
	height:52px !important;
}
body.homepage #signInHolder{
    height: 52px !important;
}
body.homepage #signIn{
    margin-top: 9px;
}
body.homepage .rightBlock{
	padding-top: 0px;
}

body.homepage #header .logo{
    top: auto;
	bottom: auto !important;
}
body.homepage #header .logo{
    margin-top: auto !important;
    margin-bottom: auto !important;
}
body.homepage #header .menuHolding{
    height: 52px;
    margin-top: 0px;
}
body.homepage #nav .nav-bar > li{
    line-height: 51px !important;
	margin-top: 0px;
}

body.sticker #header .logoHolding {
    height: 52px !important;
	padding-left:0px;
}
.package .secondHolder{
	display:table-cell;
	width: auto !important;
}
#nav .nav-bar{
	position: relative !important;
}
#header .container{
	padding: 0 0px;
}
#nav .nav-bar > li a {
  color: #fff;
  display:inline-block;
  width:100%;
}

#nav .nav-bar > li:hover, #nav .nav-bar li.selected {
	color: #fff;
	background:#27202e;
}

#nav .nav-bar > li ul.sub-menu > li:hover{
	background:#332d39;
	/*background:red;*/
}
#nav .nav-bar > li ul.sub-menu > li:hover span{
	opacity:0.95;
}

#nav .nav-bar .dropdown-holder {
  top: 100%;
  left: 0;
  width: 100px;
  position: absolute;
  max-height: 0;
  overflow: hidden;
  /*-webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;*/
}

#nav .sub-menu{
	position:absolute;
	z-index: 4;
	background: #27202e;
	list-style: none;
	padding-left: 0px;
	width: calc( 100% + 120px);
	display:none;
	/*-box-shadow: 0px 5px 10px #000;*/
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
}
#nav .sub-menu li{
	border-top:1px solid #332d39;
	line-height: 31px;
}
#nav .sub-menu li span{
	font-size: 13px;
	font-weight: 400;
	/*text-transform: uppercase;*/
	opacity: 0.8;
}

#nav .nav-bar .dropdown-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 10px;
  margin-top: 5px;
  background: #333;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#nav .nav-bar .dropdown-menu li {
  display: block;
  margin: 0 0 10px;
}

#nav .nav-bar .dropdown-menu li:last-child {
  margin: 0;
}

.signin {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.17px;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 10px;
  margin: 0 0 25px;
  background: #3f3845;
}

.signin .icon-person,
.signin .text {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}

.signin .icon-person {
  width: 24px;
  height: 24px;
  padding: 2px;
  opacity: 0.5;
  color: #1e1e1e;
  font-size: 18px;
  line-height: 20px;
  border-radius: 100%;
  background: #fff;
}

.signin:hover {
  color: #fff;
  background: #ff691b;
}

.nav-opener {
  position: relative;
  width: 18px;
  height: 12px;
  z-index: 9;
  display: block;
  margin: 15px 12px 0 0;
}

.nav-opener .opener {
  width: 100%;
  height: 100%;
  display: block;
  border-top: 2px solid #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0;
}

.nav-opener .opener:after,
.nav-opener .opener:before {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #fff;
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
}

.nav-opener .opener:before {
  top: 10px;
}
.nav-opener .opener, .btn-back a, #nav .nav-bar > li, .add-nav li:first-child a, .mobileLogo a, #putInWeeks .left, #putInWeeks .right {
	outline:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-back {
  display: block;
  text-align: right;
  margin: 0;
  height: auto;
  width: auto;
  padding: 0 0px 10px;
}

.btn-back a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #fff;
  font-size: 25px;
  margin-right: -5px;
}

.btn-back a:hover {
  /*color: #ff691b;*/
}

@font-face {
  font-family: "proximanova";
  src: url("../fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proximanova-bold-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: icomoon;
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-trophy:before {
  content: "\e90b";
}

.icon-shield:before {
  content: "\e909";
}

.icon-group:before {
  content: "\e90a";
}

.icon-chat:before {
  content: "\e900";
}

.icon-clock:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\e902";
}

.icon-instagram:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-next:before {
  /*content: ">";*/
    content: "";
    background-image: url(https://www.footballcritic.com/images/arrow3.svg);
    width: 18px;
    height: 18px;
    display: block;
	margin-top: 5px;
}
.icon-up:before {
  content: "\e09c";
}

.icon-prev:before {
  content: "\e906";
}

.icon-forward:before {
  content: "\e907";
}

.icon-search:before {
  content: "\e908";
}

.icon-person:before {
  content: "\e971";
}

.icon-help-with-circle:before {
  content: "\e972";
}

.icon-share:before {
  content: "\e973";
}

.icon-chat2:before {
  content: "\e974";
}

/*
@media (min-width: 768px) {
  .visible-md {
    display: none;
  }

  #footer .footer-holder {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 648px;
    padding: 5px 15px 22px;
  }

  #footer .email-form {
    width: 300px;
    margin: 0;
  }

  #footer .footer-nav {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin: 17px 0 0;
    text-align: center;
  }

  #footer .footer-nav li {
    display: inline-block;
    vertical-align: top;
    padding: 0 7px;
    margin: 0;
  }

  #footer .socialnetworks {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    margin: 20px 0 0 47px;
  }

  #footer .socialnetworks li {
    padding: 0;
    margin: 0 13px 0 0;
  }
}

@media (min-width: 1024px) {
  #footer .footer-holder {
    max-width: 990px;
    padding: 6px 5px 28px;
  }

  #footer .email-form {
    width: 248px;
  }

  #footer .footer-nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 420px;
    margin: 20px 0 0 0;
  }

  #footer .footer-nav li {
    padding: 0 3px;
  }

  #footer .socialnetworks {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 20px 0 0 15px;
  }

  .signin {
    display: none;
  }

  .nav-opener {
    display: none;
  }

  .btn-back {
    display: none;
  }
  .desktop {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  #footer .footer-holder {
    max-width: 1050px;
  }

  #footer .footer-nav {
    width: 487px;
    margin: 16px 0 0;
  }

  #footer .footer-nav li {
    padding: 0 7px;
  }
}

@media (max-width: 1199px) {
  .search-form {
    width: 400px;
  }
}

@media (max-width: 1023px) {
  .hidden-md {
    display: none !important;
  }

  .main-holder {
    padding: 0 38px;
  }

  .column-holder.style {
    width: 50%;
  }

  .column-holder.style02 {
    width: 50%;
  }

  .column-holder .image-frame {
    padding: 0 10px;
  }

  .detail-block {
    padding: 8px 11px 10px;
  }

  .detail-block .detail-holder {
    padding: 0 0 10px;
    margin: 0 0 3px;
  }

  .detail-block .detail-holder.b0 {
    margin: 0 0 6px;
  }

  .detail-block .detail-holder.b0:before {
    display: none;
  }

  .detail-block .img-holder.style {
    float: none;
    display: block;
    width: 100%;
    height: 116px;
    margin: 0;
  }

  .detail-block .img-holder.style03 {
    margin: 8px 2.7% 0 -3px;
  }

  .detail-block .text-holder.md-style {
    float: left;
    width: 100%;
  }

  .detail-block .text-holder.style {
    padding: 4px 0 0;
  }

  .detail-block .wrap-text {
    margin: 0 0 70px;
  }

  .detail-block h2 {
    margin: 0;
  }

  .count-list.style {
    padding: 6px 0 0 2px;
  }

  .count-list li {
    min-width: 122px;
  }

  .count-list .icon {
    margin: 0 7px 0 0;
  }

  .rating-list .col1 {
    width: 12.2%;
  }

  .rating-list .col2 {
    width: 62%;
  }

  .rating-list .col3 {
    width: 13.3%;
  }

  .rating-list .col4 {
    display: none;
  }

  .rating-list .col5 {
    display: none;
  }

  .rating-list .img-hold {
    margin: 2px 0 0 4px;
  }

  .rating-list .info-text {
    display: none;
  }

  .info-frame .info-list {
    padding: 8px 7px;
  }

  .info-frame .info-list li {
    margin: 0 0 8px;
    padding: 0 0 8px;
  }

  .info-frame .info-list li:after {
    bottom: 0;
  }

  .info-frame .info-list .info-box {
    padding: 0 0 0 32px;
  }

  .info-frame .info-list .info-box.align-right {
    padding: 0 9px 0 0;
  }

  .info-frame .info-list .info-box .text {
    font-size: 12px;
    line-height: 14px;
    width: 90px;
  }

  .info-frame .info-list .icon-forward {
    display: none;
  }

  .info-frame .icon-holder {
    width: 21px;
  }

  .info-frame .icon-holder img {
    display: block;
    width: 100%;
    height: auto;
  }

  .info-frame .btn-info {
    width: 36px;
    top: 2px;
    margin: 0 0 0 -6px;
  }

  .info-frame .btn-info .text {
    font-size: 10px;
  }

  .league-block .header {
    padding: 0 8px 0 27px;
  }

  .league-block .league-list li .col1 {
    padding: 0 0 0 38px;
  }

  .league-block .league-list li:before {
    left: 28px;
  }

  .league-block .icon-hold {
    width: 17px;
  }

  .three-columns {
    padding: 7px 0 0;
  }

  .column-frame {
    width: 50%;
    margin: 0 0 6px;
    border-bottom: 1px solid #b2b2b2;
  }

  .column-frame:first-child {
    width: 50%;
  }

  .column-frame:first-child .count-list li {
    min-width: 128px;
  }

  .column-frame .image-holder {
    height: 119px;
  }

  .column-frame .wrap-text {
    min-height: 177px;
  }

  .column-frame .title {
    margin: 0 0 3px;
  }

  .column-frame h2 {
    margin: 0;
    min-height: 41px;
  }

  #header {
    padding: 15px 0;
  }

  #header .logo {
    margin: 7px 0 0 7px;
  }

  .search-form {
    width: 414px;
    height: 42px;
  }

  .search-form .btn-search {
    width: 90px;
  }

  #footer .bottom-footer .container {
    padding: 0 76px;
  }

  #nav {
    display: block;
    position: fixed;
    top: 0;
    right: -280px;
    bottom: 0;
    z-index: 99;
    width: 257px;
    padding: 18px 8px 80px;
    background: #323232;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.3);
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }

  .nav-active #nav {
    right: 0;
  }

  #nav .nav-bar {
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-family: "proximanova", sans-serif;
  }

  #nav .nav-bar > li {
    display: block;
    margin: 0 0 24px;
  }

  #nav .nav-bar > li:hover .dropdown-holder {
    max-height: inherit;
  }

  #nav .nav-bar > li.dropdown:after {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }

  #nav .nav-bar .dropdown-holder {
    position: static;
    max-height: inherit;
  }

  #nav .nav-bar .dropdown-menu {
    background: none;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
*/

/*
@media (max-width: 767px) {
  .container {
    padding: 0;
  }

  .hidden-sm {
    display: none !important;
  }

  .visual {
    font-size: 18px;
    line-height: 24px;
    padding: 79px 37px 17px;
  }

  .visual h1 {
    margin: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .main-holder {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .column-holder {
    width: 100%;
    padding: 0;
  }

  .column-holder.style {
    width: 100%;
  }

  .column-holder.style02 {
    width: 100%;
  }

  .column-holder.top {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .column-holder.bottom {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .three-columns {
    display: block;
  }

  .column-frame {
    width: 100%;
    display: block;
  }

  .column-frame:nth-child(3) {
    border-bottom: 1px solid #b2b2b2;
  }

  .column-frame:first-child {
    width: 100%;
  }

  .column-frame .count-list li {
    min-width: 124px;
  }

  #header {
    padding: 7px 0;
  }

  #header .container {
    padding: 0 8px;
  }

  #header .logo {
    margin: 5px 0 0;
    width: 30px;
    overflow: hidden;
  }

  #header .logo img {
    display: block;
    max-width: none;
    width: auto;
  }

  .search-form {
    width: 204px;
  }

  .search-form .form-control {
    padding: 0 40px 0 7px;
  }

  .search-form .btn-search {
    width: 39px;
    padding: 0;
  }

  .search-form .btn-search span {
    display: none;
  }

  .search-form .btn-search:after {
    left: 8px;
    font-size: 24px;
    margin: -8px 0 0;
  }

  #footer .bottom-footer {
    text-align: center;
    padding: 11px 0;
  }

  #footer .bottom-footer .container {
    padding: 0 10px;
  }

  #footer .footer-logo {
    display: inline-block;
    vertical-align: top;
    float: none;
  }

  #footer .copyright {
    float: none;
    display: block;
  }

  .nav-opener {
    margin: 15px 8px 0 20px;
  }
}
*/

/*article*/

.newspage a.related{
	display:inline-block;
	float:left;
	width:270px;
	margin-right:20px;
	background:#e0e6ed;
	border-top:4px solid #091f37;
	padding:15px;
	margin-bottom:10px;
}
.newspage a.related .relTitle{
	font-weight:600;
	margin-bottom:2px;
	color:#1f1f1f;
	display:inline-block;
	width: 100%;
	line-height: 22px;
}
.newspage a.related .relSub{
	font-weight:400;
	margin-bottom:0px;
	color:#1f1f1f;
	display:inline-block;
	font-size:13px;
	width: 100%;
	opacity:0.7;
	margin-bottom:10px;
	line-height: 20px;
}
.newspage a.related span.btn{
	display:inline-block;
	margin-left: calc(50% - 60px);
	/*background: #fff;*/
}
.newspage a.related span.btn:hover{
	color:#fff;
	background: #2275ba;
}

.twocolumn {
  margin-bottom: 16px;
}

.banner-area {
  position: relative;
  padding: 15px 0 16px;
}

.banner-area .add-banner {
  max-width: 729px;
  margin: 0 auto;
}

.banner-area .add-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.content {
  background: #fff;
  color: #323232;
  /*letter-spacing: 0.15px;
  font: 16px/24px Open Sans, sans-serif;*/
  padding: 19px 30px 0 30px;
}

.content .header-article {
  color: rgba(74, 74, 74, 0.6);
  font-size: 13px;
  line-height: 24px;
}
.content .header-article .socials{
	margin-bottom:20px;
	margin-top:22px;
}
.content .header-article .socials img{
	height:30px;
	margin-right:5px;
}

.titleHolder{
	width:100%;
	margin-left:8px;
	margin-right:8px;
	background:white;
    padding-bottom: 10px;	
}
.artLabel{
	background:#fe691b;
	width:35%;
	padding-left:27px;
	color:#fff;
	line-height:32px; 
	font-weight: 600; 
	font-size: 12px;
	margin-top:20px;
    letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-left:-10px;
}
.artLabel:after{
	content: '';
	position: relative;
	float: right;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 32px 12px;
  border-color: transparent transparent #fff transparent;
}
.content h1, .titleHolder h1 {
  color: #1f1f1f;
  /*text-transform: uppercase;
  letter-spacing: 2px;
  font: 700 36px/40px "proximanova", sans-serif;
  margin: 0 0 1px;*/
  
	margin: 0 0 1px;
	/*font-family: Yrsa,serif;*/
	font-weight: 700;
	font-size: 28px;
	line-height: 38px;
    letter-spacing: -.03em;
}
.titleHolder h1 {
	padding:25px;
	font-size: 40px;
	line-height: 52px;
	padding-top:25px;
	padding-bottom:15px;
    padding-right: 50px;
	text-transform: uppercase;
}
.titleHolder p{
    font-size: 1rem;
    /*letter-spacing: -.03em;*/
    line-height: 24px;
	padding-left:25px;
	margin-top:0px;
	/*color: rgba(74, 74, 74, 0.6);*/
	padding-right: 60px;
	letter-spacing: 0px;
}
.content .header-article p {
      margin: 6px 0px 9px;
}
.content .author{
	margin-bottom:20px;
	color:#1f1f1f;
	/*font-family: Open Sans, sans-serif;*/
	font-weight:400;
	line-height:1.5;
	font-size:12px;
	letter-spacing: -.03em;
}
.content .author a{
	font-weight:600;
	color:#1f1f1f;
}
.content .author a:hover{
	text-decoration:underline;
	color:#1c71b8;
}

.content .meta {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 17px;
}

.content .time {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0.6;
  color: rgba(74, 74, 74, 1);
  font: 13px/16px "Roboto", sans-serif;
  overflow: hidden;
  font-weight: 400;
  font-display: swap;
}

.content .time li {
  padding: 0 9px 0 12px;
  float: left;
  position: relative;
}

.content .time li:before {
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 100%;
  content: '';
  background: #1f1f1f;
  width: 3px;
  height: 3px;
}

.content .time li:first-child:before {
  background: #fff;
}

.content .time li:first-child {
    padding-left: 3px;
    margin-left: -2px;
}

.content .time li a {
  color: #1f1f1f;
  text-decoration: underline;
}

.content .time li a:hover {
  text-decoration: none;
}

.content .btn-comment {
  float: right;
  color: #051f36;
  padding: 0 12px 0 0;
  font: 12px/16px "Roboto", sans-serif;
  position: relative;
  font-display: swap;
}

.content .btn-comment:before {
  position: absolute;
  top: 7px;
  right: 0;
  border: solid 3px;
  border-color: #051f36 transparent transparent transparent;
  content: '';
}

.content .img {
  margin: 0 -30px;
  background: #e6e6e6;
}
.content .img span{
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	display: inline-block;
    font-size: 13px;
    opacity: 0.8;
}

.content .img img {
  display: block;
  width: 100%;
  height: auto;
}

.content .img .caption {
  display: block;
  padding: 2px 24px;
color: rgba(74, 74, 74, 0.6);
font-size: 13px;
line-height: 24px;
}

.content .content-holder {
  padding: 26px 0px 13px 0px;
}
.content ul.categories{
    margin-top: 10px;
	margin-bottom: 40px;
	font-size: 14px;
	letter-spacing: -.03em;
    line-height: 24px;
}

.content p {
  margin: 0 0 24px;
  /*text-align: justify;*/
     font-size: 14px;
line-height: 1.65;
  color: rgba(0, 0, 0, 1);
      letter-spacing: 0px;
}
.content p b {
	font-weight:700;
}
.content h2{
	margin-top: 40px;
}

.content .alignright {
  float: right;
  margin: 0 0 0 14px;
    width: 190px;
    padding: 5px 0px 3px 10px;
}

.content .alignright img {
  width: 100%;
  height: auto;
  display: block;
}

figcaption {
  display: block;
  color: #1f1f1f;
  padding: 0px 0 2px;
color: rgba(74, 74, 74, 0.6);
font-size: 13px;
margin-top: 2px;
line-height: 16px;
}

.block-add {
  background: rgba(50, 50, 50, 0.04);
  margin: 0 -23px 15px -25px;
  padding: 16px 15px;
  overflow: hidden;
}

.content .links-area {
  overflow: hidden;
  text-align: center;
  padding: 12px 0 8px;
}

.content .links-area .title {
  display: block;
  color: #262626;
  letter-spacing: 2px;
  padding: 0 0 8px;
  font: 700 10px/20px "proximanova", sans-serif;
}

.content .links-area ul {
  margin: 0;
  list-style: none;
  padding: 0;
  color: #1c71b8;
  font: 14px/20px "Roboto", sans-serif;
  font-display: swap;
}

.content .links-area ul li {
  padding: 0 0 8px;
}

.content .links-area ul li a {
  color: #1c71b8;
  text-decoration: underline;
}

.content blockquote {
  margin: 0 auto;
  max-width: 436px;
  padding: 25px 0 17px;
}

.content blockquote q {
  display: block;
  font: 18px/24px "Roboto", sans-serif;
  color: #1f1f1f;
  letter-spacing: 0.2px;
  border-left: 2px solid #323232;
  position: relative;
  padding: 0 0 0 8px;
  font-display: swap;
}

.content blockquote cite {
  display: block;
  color: #1f1f1f;
  text-align: right;
  margin: 6px -17px 0 0;
  font: 12px/16px "Roboto", sans-serif;
  font-display: swap;
}

.content .bottom {
  position: relative;
  text-align: center;
  color: #506272;
  padding: 24px 0 0;
  font: 14px/20px "Roboto", sans-serif;
  margin: 0 -26px;
  font-display: swap;
}

.content .bottom:before {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 0;
  content: '';
  background: #828f9b;
}

.content .bottom a {
  color: #506272;
  position: relative;
}

.content .bottom a:before {
  position: absolute;
  top: 7px;
  right: -11px;
  border: solid 3px;
  border-color: #051f36 transparent transparent transparent;
  content: '';
}

.aside-banner {
  display: block;
  margin: 0 0 16px;
  z-index:2;
}

.widget {
  margin: 0 0 17px;
}

.players-box {
  position: relative;
  background: #fff;
}

.widget h2 {
  background: #051f36;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.33px;
  font: 400 12px/16px "proximanova", sans-serif;
  /*opacity: 0.5;*/
  margin: 0;
  padding: 8px;
}

.players-box .players {
  margin: 0;
  list-style: none;
  padding: 0;
  font: 13px/20px "Roboto", sans-serif;
  color: #1f1f1f;
  font-display: swap;
}

.players-box .players li {
  position: relative;
  background: #ebebeb;
  border-top: 1px solid #a4a4a4;
  padding: 9px 33px 6px 0;
}

.players-box .players li:first-child {
  border: 0;
}

.players-box .players li a {
  font-size: 14px;
  color: #1c71b8;
}

.players-box .players .rating {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  position: absolute;
  top: 4px;
  right: 2px;
  background: #709510;
  color: #fff;
  letter-spacing: -0.39px;
  font: 700 14px/28px "Roboto", sans-serif;
  text-align: center;
  font-display: swap;
}

.widget .rating-info {
  background: #fff;
  padding: 0 0 8px;
}

.widget .rating-list li {
  padding: 0;
  height: auto;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #b1b1b1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget .rating-list .col1 {
  width: 12.8%;
}

.widget .rating-list .col2 {
  width: 60%;
  text-align: left !important;
}

.widget .rating-list .col3 {
  width: 15.9%;
}

.widget .rating-list .pt {
  padding-top: 0;
}

.widget .rating-list .pt {
  padding-top: 0;
}

.rating-list .rating-text:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  position: absolute;
  background: #709510;
  -webkit-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  transform: skewX(0deg);
}

.widget .rating-list .rating-text:after {
  border-radius: 0;
}

.news-block .column .heading {
  /*opacity: 0.5;*/
}

.column .heading h2 {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  color: #fff;
  font-family: "proximanova", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.33px;
}

.news-block .three-columns {
  display: block;
  padding: 7px 0 0;
}

.news-block .column-frame {
  width: 23.5%;
  padding: 0 8px 9px;
}

.news-block .column-frame .count-list .icon {
  font-size: 13px;
}

.news-feed {
  display: inline-block;
  vertical-align: top;
  width: 27.5%;
  color: #323232;
  letter-spacing: 0.15px;
  font: 500 16px/20px "Roboto", sans-serif;
  font-display: swap;
}

.news-feed .news {
  position: relative;
  margin: 0 0 0 -2px;
  padding: 2px 0 7px;
}

.news-feed p {
  margin: 0 0 11px;
}

.news-feed p a {
  color: #323232;
}

.comments-area {
  position: relative;
  margin: -4px 0 17px;
}

.comments-area h2 {
  margin: 0 0 6px;
  background: #051f36;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.33px;
  padding: 7px 8px 9px;
  font: 700 12px/16px "proximanova", sans-serif;
}

.comments-area .comment-block {
  overflow: hidden;
}

.comments-area .user {
  width: 164px;
  background: #fff;
  float: left;
  padding: 17px 16px 15px;
  margin: 0 16px 0 0;
}

.comments-area .user img {
  display: block;
  margin: 0 0 13px;
}

.comments-area .user .status {
  display: block;
  color: #1f1f1f;
  font: 400 12px/16px "Roboto", sans-serif;
  font-display: swap;
}

.comments-area .user .name {
  display: block;
  color: #1f1f1f;
  padding: 0 0 6px;
  letter-spacing: 0.15px;
  font: 700 14px/20px "Roboto", sans-serif;
  font-display: swap;
}

.comments-area .user ul {
  margin: 0;
  list-style: none;
  padding: 0 0 23px;
  opacity: 0.8;
  color: #1f1f1f;
  font: 12px/16px "Roboto", sans-serif;
  overflow: hidden;
  font-display: swap;
}

.comments-area .user .logout {
  display: block;
  color: #1c71b8;
  text-decoration: underline;
  letter-spacing: 0.15px;
  font: 14px/20px "Roboto", sans-serif;
  font-display: swap;
}

.comments-area .user .logout:hover {
  text-decoration: none;
}

.comments-area .user .logout a {
  color: #1c71b8;
}

.comments-area .comments-holder {
  overflow: hidden;
}

.comments-area .comments {
  background: #fff;
  padding: 17px 22px 16px;
  margin: 0 0 10px;
  position: relative;
}

.comments-area .comments textarea {
  width: 100%;
  height: 32px;
  border: 1px solid rgba(50, 50, 50, 0.3);
  padding: 0;
  resize: none;
  color: #1f1f1f;
  letter-spacing: 0.15px;
  font: 400 14px/20px "proximanova", sans-serif;
  padding: 5px 7px;
  margin: 0 0 8px;
  outline: none;
}

.comments-area .comments textarea::-webkit-input-placeholder {
  opacity: 0.4;
  color: #1f1f1f;
}

.comments-area .comments textarea::-moz-placeholder {
  opacity: 1;
  opacity: 0.4;
  color: #1f1f1f;
}

.comments-area .comments textarea:-moz-placeholder {
  opacity: 0.4;
  color: #1f1f1f;
}

.comments-area .comments textarea:-ms-input-placeholder {
  opacity: 0.4;
  color: #1f1f1f;
}

.comments-area .comments textarea .placeholder {
  opacity: 0.4;
  color: #1f1f1f;
}
.container center h1{
	margin-top:14px; 
	font-size:16px; 
	line-height:36px;
	font-weight:700;
}
.comments-area .comments button {
  width: 86px;
  height: 32px;
  border: 1px solid  #ededed;
  text-transform: capitalize;
  border-radius: 3px;
  color: #1c71b8;
  background: none;
  margin: 0 0 0 -5px;
  font: 13px/20px "Roboto", sans-serif;
  font-display: swap;
}

.comments-area .comments .options {
  position: absolute;
  bottom: 20px;
  right: 20px;
  content: '';
  color: #323232;
  text-decoration: underline;
  letter-spacing: 0.13px;
  font: 12px/20px "Roboto", sans-serif;
  display: none;
  padding: 0 10px 0 0;
  font-display: swap;
}

.comments-area .comments .options a {
  color: #323232;
}

.comments-area .comments .options:before {
  position: absolute;
  top: 10px;
  right: 0;
  border: solid 3px;
  border-color: #051f36 transparent transparent transparent;
  content: '';
}

.comments-area .sorting-area {
  background: #fff;
  padding: 15px 16px 11px;
  margin: 0 0 10px;
}

.comments-area .sorting-area .sort {
  display: inline-block;
  vertical-align: top;
  color: #262626;
  padding: 0 7px 0 0;
  margin: 0 24px 0 0;
  letter-spacing: 0.15px;
  font: 400 14px/20px "Roboto", sans-serif;
  font-display: swap;
}

.comments-area .sorting-area .sort a {
  color: #1c71b8;
  text-decoration: underline;
  position: relative;
}

.comments-area .sorting-area .sort a:before {
  position: absolute;
  top: 7px;
  right: -10px;
  border: solid 3px;
  border-color: #051f36 transparent transparent transparent;
  content: '';
}

.comments-area .sorting-area .sort a:hover {
  text-decoration: none;
}

.comments-list {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-list ul li {
  padding: 0 0 0 50px;
}

.comments-list .top-comments {
  position: absolute;
  top: 18px;
  right: 16px;
  color: #fe691b;
  font: 700 14px/16px "Roboto", sans-serif;
  font-display: swap;
}

.comments-list li {
  padding: 0 0 9px;
}

.comments-list .user-comment {
  color: #1f1f1f;
  letter-spacing: 0.15px;
  background: #fff;
  padding: 16px 16px 6px;
  font: 400 14px/20px "Roboto", sans-serif;
  font-display: swap;
}

.comments-list .user-comment p {
  margin: 0 0 13px;
}

.comments-list .user-comment .user-avatar {
  float: left;
  margin: 0 16px 0 0;
  width: 56px;
}

.comments-list .user-comment .comment-box {
  overflow: hidden;
}

.comments-list .user-comment .user-header {
  overflow: hidden;
  padding: 0 90px 5px 0;
}

.comments-list .user-comment .user-header * {
  display: inline-block;
  vertical-align: top;
}

.comments-list .user-comment .user-header a {
  color: #1f1f1f;
  letter-spacing: 0.15px;
  margin: 0 5px 0 0;
  font: 700 14px/20px "Roboto", sans-serif;
  font-display: swap;
}

.comments-list .user-comment .user-header time {
  opacity: 0.5;
  color: #1f1f1f;
  font: 12px/16px "Roboto", sans-serif;
  font-display: swap;
}

.comments-list .footer {
  overflow: hidden;
  position: relative;
}

.comments-list .footer .btn-like {
  background: url(../images/thumb-up.png) no-repeat 5px 5px;
  display: inline-block;
  vertical-align: top;
  font: 14px/20px "Roboto", sans-serif;
  letter-spacing: 0.15px;
  padding: 3px 0 3px 28px;
  opacity: 0.5;
  margin: 0 7px 0 0;
  color: #051f36;
  position: relative;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  font-display: swap;
}

.comments-list .footer .btn-like:hover {
  opacity: 1;
}

.comments-list .footer .btn-like:before {
  width: 24px;
  height: 24px;
  border: 1px solid  #ededed;
  border-radius: 3px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.comments-list .footer .btn-unlike {
  background: url(../images/thumb-down.png) no-repeat 5px 5px;
  display: inline-block;
  vertical-align: top;
  font: 14px/20px "Roboto", sans-serif;
  letter-spacing: 0.15px;
  padding: 3px 0 3px 28px;
  opacity: 0.5;
  position: relative;
  color: #051f36;
  margin: 0 14px 0 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  font-display: swap;
}

.comments-list .footer .btn-unlike:hover {
  opacity: 1;
}

.comments-list .footer .btn-unlike:before {
  width: 24px;
  height: 24px;
  border: 1px solid  #ededed;
  border-radius: 3px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.comments-list .footer .btn-reply {
  background: url(../images/reply-icon.png) no-repeat 0 7px;
  color: #1c71b8;
  text-decoration: underline;
  letter-spacing: 0.15px;
  font: 14px/20px "Roboto", sans-serif;
  display: inline-block;
  vertical-align: top;
  padding: 4px 0 0 18px;
  font-display: swap;
}

.comments-list .footer .btn-reply:hover {
  text-decoration: none;
}

.comments-list .footer .report {
  position: absolute;
  top: 4px;
  right: 0;
  opacity: 0.4;
  color: #1f1f1f;
  font: 12px/16px "Roboto", sans-serif;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  font-display: swap;
}

.comments-list .footer .report:hover {
  opacity: 1;
}

.paging-area {
  overflow: hidden;
  background: #fff;
  position: relative;
  padding: 7px 0;
}

.paging-area .button {
  position: absolute;
  top: 15px;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.paging-area .button:hover {
  opacity: 1;
}

.paging-area .paging {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  color: #323232;
  font: 400 13px/32px "Roboto", sans-serif;
  font-display: swap;
}

.paging-area .paging li {
  display: inline-block;
  vertical-align: top;
}

.paging-area .paging li a {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  display: block;
  border: 1px solid  #f1f1f1;
  text-align: center;
  color: #1c71b8;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  opacity: 1;
}

.paging-area .paging li a:hover, .paging-area .paging li a.active {
  color: #fff;
  background: #2275ba;
}

.paging-area .btn-first {
  left: 16px;
}

.paging-area .btn-prev {
  left: 41px;
}

.paging-area .btn-next {
  right: 41px;
}

.paging-area .btn-last {
  right: 16px;
}

.social-area {
  /*position: absolute;
  top: 194px;
  left: 10px;
  */
  position: absolute;
  margin-left:-80px;
  margin-top:-120px;
}
.social-area.mobile{
	display:none !important;
}

.social-area .title {
  display: block;
  color: #051f36;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font: 700 8px/14px "proximanova", sans-serif;
  padding: 0 0 4px;
}

.social-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-area ul li a {
  display: block;
}

.social-area ul li a:hover {
  opacity: 0.7;
}

.social-area ul li.mobile-show {
  display: none;
}

.social-area ul li img {
  display: block;
}

.block-add .add-block img {
  width: 100%;
  height: auto;
  display: block;
}

/*xxxxx*/

/*LIJSTJES!!*/

.playerList thead {
  line-height: 24px;
  background: #ebebeb;
  color: rgba(74, 74, 74, 0.7);
}

.playerList {
  background: #fff;
}

.playerList thead th {
  font-size: 10px;
  font-weight: 400;
  text-align: left;
}

.playerList thead th.sortable {
  cursor: pointer;
  
}
.playerList thead th.sortable:focus {
	outline:0;
	background:#e0e2e3;
}

.playerList tbody td {
  font-size: 12px;
  font-weight: 400;
  color: #1f1f1f;
}

.playerList tbody tr {
  height:38px !important;
  border-bottom: 1px solid #e4e4e4;
}

.playerList .rank {
  width: 35px;
}

.playerList tbody td.rank span {
  background: #fff;
  color: #333;
  width: calc(100% - 0px);
  display: block;
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  max-width: 35px;
  padding-right: 4px;
  min-width: 30px;
}
.playerList tbody tr td.rank span{
	padding: 4px 0 6px;	
}
.playerList tbody tr.active td.rank span{
	/*padding: 7px 0 8px;	*/
	height:37.2px;
	padding-top: 8px;
}

.playerList tbody tr td.rank.orange span {
  background: #fe691b;
  color: #fff;
  /*height: 35px;*/
}

.playerList tbody tr td.rank.blue span {
  background: #2275ba;
  color: #fff;
  /*height: 35px;*/
}

.playerList tbody tr:first-child td.rank span:after {
  top: 0.5px;
  right: -5px;
  bottom: 0;
  width: 9px;
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transform: skewX(-13deg);
  -ms-transform: skewX(-13deg);
  transform: skewX(-13deg);
}
.playerList tbody tr:nth-child(n+2) td.rank span{
	background:none;
}
.playerList tbody tr:first-child{
	height: 37px !important;
}
table.players-table tbody tr:first-child{
    height: 38px !important;
}

.playerList tbody td.fc span {
  display: block;
  padding: 3px 4.8px;
  /*padding-right: 5px;*/
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 21.5px;
  letter-spacing: -0.39px;
  position: relative;
  z-index: 2;
  margin-top: 1px;
}

.playerList tbody td.fc span:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  position: absolute;
  background: #709510;
  border-radius: 100%;
  width: 28px;
  height: 28px;
}
.playerList .rating, .relatedLinks .btn .rating, #comparePlayers .rating{
	width: 28px;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	background: #4ed10d;
	text-align: center;
	color: #fff;
	font-weight: 700;
	border-radius: 100%;
	margin: 0 auto;
	margin-right:7px;
}
.playerList .rating.full{
	width: 34px;
	border-radius: 10%;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	font-weight: 700;
}
.playerList .rating.full em{
    font-size: 10px;
    font-weight: 700;
	margin-left: 1px;
	font-style: normal;
	opacity:0.8;
}
/*CLASSES VOOR RATINGS*/
.colorClass.layer1{ background:#dd0000 !important; }
.colorClass.layer2{ background:#d07800 !important; }
.colorClass.layer3{ background:#d3b500 !important; }
.colorClass.layer4{ background:#a5c622 !important; }
.colorClass.layer5{ background:#709510 !important; }
.colorClass.layer6{ background:#507629 !important; }
.colorClass.layer7{ background:#80579f !important; }
.colorClass.layer8{ background:#583177 !important; }
.colorClass.layer9{ background:#2a0a43 !important; }

.relatedLinks{
	border-top:1px solid #e4e4e4;margin-top:10px;padding-top:25px;margin-bottom:30px;
}
.relatedLinks .btn{
	margin-right:10px;
	margin-bottom:10px;
	background:#fff;
	color:#000;
	padding: 5px 3px;
	line-height: 36px !important;
	border: 1px solid #e4e4e4;
	padding-bottom: 4px;
    min-width: auto;
	padding-right:7px;
}
.relatedLinks .btn img{
	float:left;
	height:36px;
	margin-right:5px;
}
.relatedLinks .btn.team img{
	height:32px;
	margin-top: 1px; 
}

.relatedLinks .btn:hover{
	text-decoration:none !important;
}
.relatedLinks .btn .rating{
	display: inline-block;
	margin-left: 5px;
	margin-right:0px;
}
.relatedLinks .btn i{
	float:none !important;
	display:inline-block;
	margin-bottom: -3.5px;
    margin-left: 5px;
    margin-right: 5px;
}
/*
.playerList tbody td.fc span {
  display: block;
  padding: 3px 4.8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 21.5px;
  letter-spacing: -0.39px;
  position: relative;
  z-index: 2;
  margin-top: 1px;
}

.playerList tbody td.fc span:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  position: absolute;
  background: #709510;
  width: 28px;
  height: 28px;
}
*/

.flag-hold {
  margin-top: -3px;
  float: left;
  margin-right: 5px;
}

.playerList a {
  color: #1f1f1f;
  font-weight: 500;
  letter-spacing: -.03em;
}

.playerList thead th span {
  padding-left: 5px;
  margin-left: -5px;
  line-height: 24px;
  display: inline-block;
  width: 100%;
  min-width: 28px;
  text-transform: uppercase;
  color:#000;
}
.playerList.doubleHead thead th span {
  line-height: 14px;
  padding-top:4px;
  padding-bottom:4px;
  font-size:10px;
}
.playerList.doubleHead th.sortable span:after{
	margin-top: 3px !important;
}

.playerList thead th.fcHead{
	min-width: 36px;
	width: 36px;
}

.playerList thead th:first-child span {
  margin-left: 0px;
  width: calc(100% - 6px);
}

.playerList thead th:last-child span {
  width: calc(100% + 5px);
}

.playerList thead th.selected span {
  background-color: #d4d6d8;
      font-weight: 700;
}

.playerList thead th.fan,
.playerList tbody td.fan,
.playerList thead th.fc,
.playerList tbody td.fc {
  width: 32px;
}

.playerList thead th.fc {
  background-image: url("https://www.footballcritic.com/images/ico-home-fc.png");
  background-repeat: no-repeat;
  background-position-y: center;
}

.playerList thead th.fc.selected:before {
  background-image: url("https://www.footballcritic.com/images/ico-home-fc.png");
  background-repeat: no-repeat;
  background-position-y: center;
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  margin-top: 5px;
}

.playerList thead th.fc span {
  padding-left: 19px;
}

.playerList .country {
  padding-top: 1px;
  display: inline-block;
  padding-left: 4px;
}

.playerList .club {
  padding-top: 0px;
  display: inline-block;
  /*padding-left: 4px;*/
  white-space: nowrap;
  max-width: 100px;
  /*overflow: hidden;*/
  text-overflow: ellipsis;
}
.playerList.halfList .club{
	font-weight:400;
}

.playerList .player {
  white-space: nowrap;
  max-width: 110px;
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  display: inline-block;
  padding-left: 3px;
}

.playerList .clubLogo {
  width: 29px;
}

.playerList .clubLogo img {
  float: left;
  margin-top: 1px;
}

.flag.flag-16 {
  /*margin-top:2px;*/
  float: left;
}

.playerList thead th.sortable span:after {
  /*background-image: url(https://www.footballcritic.com/images/updown.png);*/
  background-repeat: no-repeat;
  content: "";
  background-size: 5px 7.5px;
  display: inline-block;
  height: 9px;
  width: 10px;
  background-position-x: right;
  position: absolute;
  margin-top: 9px;
  margin-left: -2px;
}
.playerList thead th.sortable.tablesorter-headerDesc span:after {
	background-image: url(https://www.footballcritic.com/images/sprites/order-desc.png) !important;
    background-size: 7.5px 6px;
    opacity: 0.9;
}
.playerList thead th.sortable.tablesorter-headerAsc span:after {
	background-image: url(https://www.footballcritic.com/images/sprites/order-asc.png) !important;
    background-size: 7.5px 6px;
    opacity: 0.9;
}
.sortable.tablesorter-headerDesc, .sortable.tablesorter-headerAsc{
	font-weight:700;
}
#playerTopList th.sortable{
    padding-right: 10px;
}
/*#playerTopList.assists th.tipholder span{
	margin-right: 10px;
}*/

.playerList thead th.selected span:after {
  background: none;
  border-width: 0px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 4px solid black;
  position: absolute;
  margin-top: 8px;
  width: 4px;
  height: 6px;
  content: "";
  display: inline-block;
  margin-left: 2px;
}

.playerList thead th.selected.reversed span:after {
  background: none;
  width: 4px;
  height: 6px;
  content: "";
  display: inline-block;
  margin-left: 2px;
  /*margin-right: -2px;*/
  border-style: solid;
  border-width: 4px 3px 0px 3px;
  border-color: #051f36 transparent transparent transparent;
  position: absolute;
  margin-top: 10px;
}

.playerList .img-hold {
  /*float: left;*/
  /*max-height: 33px;*/
	padding-top: 0px;
    display: inline-block;
    height: 100%;
}

.playerList .playerImg {
  /*max-width: 31px;*/
  max-width: 30px;
}

.playerList .clubLogo img {
  max-width: inherit;
}

.playerList .position {
  /*width: 28px;*/
}

.playerList tbody td.position span {
  padding-left: 7px;
  font-size: 16px;
  color: #333;
  font-weight: 700;
}

.playerList.list_C tbody td {
  padding-top: 3px;
  padding-bottom: 3px;
}

.playerList.list_C .points {
  /*font-weight: 700;*/
}

.playerList th.position span {
  /*min-width: auto;*/
}

.playerList .tablePoint {
  width: 28px;
}

.playerList.list_C .tablePoint span {
  min-width: auto;
}

/* News Pages */

.breadcrumbs {
  overflow: hidden;
  background: #0f2332;
  /*margin-top:72px;*/
  position:absolute;
	width:100%;
	background: #00000073 !important;
	
	/*
	overflow-y: hidden;
	max-height: 24px;

	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	*/
}
.breadcrumbs .desktop{
	display:inline-block;
}
.breadcrumbs .mobile{
	display:none;
}
body.article .breadcrumbs{
	position:relative;
}
body.sticker:not(.article) .breadcrumbs{
    top: 94px;
    position: absolute;
}
body.sticker.article .breadcrumbs{
    top: 94px;
    position: relative;
}
body.sticker.article .banner-area{
	margin-top:96px;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  padding: 0 0 0px;
}

.breadcrumbs ul > * {
  font-size: 16px;
  line-height: 1.2;
}

.breadcrumbs ul li {
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  padding-right: 10px;
}

.breadcrumbs ul li + li {
  padding-left: 15px;
  position: relative;
}

.breadcrumbs ul li + li:before {
  font-size: 18px;
  line-height: 22px;
  content: '›';
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
}

.breadcrumbs ul li a {
  display: block;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.breadcrumbs ul li a:hover {
  opacity: 0.6;
}

.visual-block {
  width: 100%;
  overflow: hidden;
  background: #254151;
  background: -webkit-linear-gradient(left, #254151 0%, #121417 100%);
  background: linear-gradient(to right, #254151 0%, #121417 100%);
}

.visual-block .container {
  /*height: 124px;*/
  margin-top:22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.competition .visual-block .container {
	margin-top:42px;
	margin-bottom: 25px;
}


body.matchpage .visual-block .container {
	height: inherit;
}
body.matchpage .noPositions{
	color:#fff;
	text-align:center;
	padding-top:42%;
	font-weight: 700;
	line-height: 14px;
	color: #fff;
	font-family: "proximanova", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.33px;
}

body.matchpage .sidebar.top{
	order:2;
}

.visual-block .img-logo {
  overflow: hidden;
  margin: 0 22px 0 10px;
	max-width: 140px;
}

.visual-block .img-logo img {
  vertical-align: top;
  max-width: 100%;
  max-height:79px;
}
body.competition .visual-block .img-logo{
    margin: 0px 35px 0px 20px;
}

.visual-block h1, .visual-block .h1 {
  font-size: 42px;
  line-height: 48px;
  font-family: "proximanova", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #fff;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.navbar-holder {
  width: 100%;
  margin: 0 0 17px;
  position: relative;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 8px rgba(5, 31, 53, 0.2);
}

.navbar-holder .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.add-nav {
  border-left: 1px solid #cdd2d7;
  position: relative;
}

.add-nav:before {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  content: '';
  background: #051e36;
  display: none;
}

.add-nav:after {
  font-family: icomoon;
  content: '\e905';
  position: absolute;
  right: 5px;
  top: 10px;
  font-size: 18px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  pointer-events: none;
  display: none;
}
.add-nav.active:after {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
li.hasSubmenu a{
	padding-right: 25px !important;
}
li.hasSubmenu:after {
  font-family: icomoon;
  content: '\e905';
  position: relative;
    margin-right: 5px;
    margin-top: -33px;
  font-size: 18px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  pointer-events: none;
  float: right;
  /*display: none;*/
}
#putInWeeks{
}
#putInWeeks .selOptions{
	margin-top: 6px;
	margin-bottom:6px;
}
#putInWeeks .left, #putInWeeks .right{
	background:#fff;
	display: inline-block !important;
	height: 21px;
	cursor:pointer;
	opacity:1.0;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	line-height: 19px;
    font-size: 21px;
    font-weight: 600;
}
.filter-nav .left{
	margin-right:4px;	
	float: left;
}
.filter-nav .right{
	margin-left:4px;	
	float: right;
}
#putInWeeks .right.disabled, #putInWeeks .left.disabled{
	opacity:0.2 !important;
	cursor: default;
}
.filter-nav .left:hover, .filter-nav .right:hover{
    color: #fff;
    background: #051f36;
}

.add-nav.active {
  overflow: visible;
}
.matchesWeekSelector a:hover{
	text-decoration:none !important;
}
.add-nav:hover li:first-child{
	/*display:none;*/
}
.pickupListRounds li a:hover{
	cursor:pointer;
	color:#fff !important;
	text-decoration:none !important;
}
.add-nav .num {
  width: 12px;
  height: 12px;
  color: #fff;
  font-size: 9px;
  margin: 0 0 0 2px;
  line-height: 12px;
  font-weight: 500;
  text-align: center;
  border-radius: 100%;
  background: #fc691b;
  font-family: "proximanova", sans-serif;
  position: absolute;
  right: 28px;
  top: 16px;
  z-index: 1;
  pointer-events: none;
  display: none;
}

.add-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}

.add-nav ul > * {
  font-size: 16px;
  line-height: 1.2;
}

.add-nav li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 20px;
  font-family: "proximanova", sans-serif;
  text-transform: uppercase;
  border-right: 1px solid #cdd2d7;
}

.add-nav li.dot a {
  padding-left: 26px;
}

.add-nav li.dot a:before {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #d1110b;
  position: absolute;
  left: 12px;
  top: 18px;
  content: '';
}

.add-nav li a {
  display: block;
  color: #051f36;
  letter-spacing: 1px;
  position: relative;
  padding: 12px 13px;
  cursor:pointer;
}

.add-nav li a:after {
  /*-webkit-transition: width 0.25s linear;
  transition: width 0.25s linear;*/
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background: #051e36;
}

.add-nav li:hover a:after,
.add-nav li.active a:after {
  width: 100%;
}

.reviews-box {
	display:none;
  font-size: 0;
  line-height: 0;
  font-family: "proximanova", sans-serif;
  text-transform: uppercase;
  margin-left: auto;
  background: #e6e8ea;
  border-right: 1px solid #cdd2d7;
}

.reviews-box > * {
  font-size: 16px;
  line-height: 1.2;
}

.reviews-box a {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  color: #051f36;
  letter-spacing: 1px;
}

/*
.reviews-box a:before {
  font-family: icomoon;
  position: absolute;
}*/

.reviews-box a:hover {
  background: #dedede;
}

.reviews-box .review {
  padding: 12px;
  padding-left: 36px;
  height: 44px;
  border-left: 1px solid #cdd2d7;
}

/*
.reviews-box .review:before {
  font-size: 17px;
  content: '\e974';
  left: 12px;
  top: 13px;
}*/

.reviews-box .review .num {
  background: #d1110b;
  border-radius: 7px;
  font-size: 8px;
  line-height: 12px;
  color: #fff;
  padding: 2px 5px 1px;
}

.reviews-box .share {
  width: 43px;
  height: 44px;
  border-left: 1px solid #cdd2d7;
}

/*
.reviews-box .share:before {
  font-size: 17px;
  content: '\e973';
  left: 12px;
  top: 14px;
}*/

.sub-page .main-holder {
  padding: 0;
  margin: 0 -8px;
}

.sub-page .main-column.xs-flex .column.top {
  width: 100%;
}
.rest-page main{
	margin-top: 38px !important;
}

.main-holder.single-col .column-holder {
  width: 100%;
}
.main-holder.single-col a{
	color:#1f1f1f;
}
.main-holder.single-col a:hover{
	color:#1c71b8;
	text-decoration:underline;
}
.main-holder.single-col a.btn{
	color: #fff;
}
.main-holder.single-col a.btn:hover{
	color:#fff;
	text-decoration:none;
}
.main-holder.single-col .heading-box{
	background-color:#ebebeb !important;
	margin-top: -1px;
}
.main-column {
  width: 70%;
  padding: 0 8px;
}
.main-column .mainRef{
	font-size:12px;
	MARGIN-top:10px;
	font-weight:600;
	margin-bottom:20px;
}

.visible-sm {
  display: none;
}

.visible-xs {
  display: none;
}

.hidden-lg {
  display: none;
}

.league-table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}

.league-table tr.dark-border td {
  border-bottom-color: #bfbfbf;
}

.league-table tr.active .number, .players-table tr.active .number {
  background: #fe691b;
  color: #fff;
}
.players-table tr.active .number{
	margin-top:-3px;
    margin-bottom: -2px;
}
.players-table tr.active td{
    padding-bottom: 2px;
}

.league-table tr.highlighted td {
  background: #f5f6f7;
}

.league-table th {
  font-size: 12px;
  line-height: 24px;
  background: #e1e4e7;
  color: rgba(74, 74, 74, 0.7);
  font-weight: normal;
}

.league-table th .caret {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  position: relative;
  top: -4px;
  margin: 0 0 0 2px;
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #9fa9b2 transparent;
}

.league-table th .caret:after {
  font-size: 0;
  line-height: 0;
  content: '';
  position: absolute;
  top: 5px;
  left: -4px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #9fa9b2 transparent transparent transparent;
}

.league-table th.selected {
  color: #051f36;
  font-weight: 700;
  background: #cbcfd4;
}

.league-table th.selected .caret {
  top: -5px;
  border-color: transparent transparent transparent transparent;
}

.league-table th.selected .caret:after {
  border-color: #051f36 transparent transparent transparent;
}

.league-table th.selected .rate-icon {
  background: url("../images/icon-rate-blue.png") no-repeat;
  background-size: 100% 100%;
}

.league-table th.pos {
  width: 45px;
  text-align: left;
  padding-left: 20px;
}


.league-table th.pts {
  width: 46px;
}

.league-table th.val {
  width: 62px;
}

.league-table th.ratings {
  width: 42px;
}

.league-table th.ratings.blue {
  background: #cbcfd4;
}

.league-table th.ratings img {
  display: inline-block;
  position: relative;
  top: 2px;
}

.league-table th .rate-icon {
  width: 15px;
  height: 14px;
  background: url("../images/icon-rate.png") no-repeat;
  background-size: 100% 100%;
  display: block;
  margin: 0 auto;
}

.league-table th.rank {
  padding: 0 5px;
  text-align: left;
}

.league-table th.player {
  width: 35px;
}

.league-table th.name {
  text-align: left;
  padding-left: 5px;
}

.league-table th.age {
  width: 72px;
}

.league-table th.empty {
  width: 32px;
}

.league-table th.club {
  width: 102px;
}

.league-table th.flag {
  width: 30px;
}

.league-table th.country {
  width: 40px;
}

.league-table th.fans {
  width: 42px;
  font-size: 11px;
  font-weight: 700;
}

.league-table td {
  font-size: 12px;
  line-height: 24px;
  color: #1f1f1f;
  text-align: center;
  min-width: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #e4e4e4;
}
.league-table td.flagHolder .flag{
	display:inline-block !important;
	margin-top: 5px;
}

.league-table td.selected {
  font-weight: 700;
  background: #f6f7f8;
}

.league-table td.pos {
  text-align: left;
  font-weight: 700;
  font-size: 15px;
  padding-left: 20px;
}

.league-table td.team-name {
  text-align: left;
}

.league-table td.team-name .txt {
  width: 85%;
  line-height: 16px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.league-table td.val {
  color: #051f36;
  font-weight: 700;
}

.league-table td.player {
  padding: 0;
  text-align: center;
  vertical-align: bottom;
}

.league-table td.player img {
  vertical-align: bottom;
}

.league-table td.rank {
  padding: 0;
}

.league-table td.age,
.league-table td.country {
  text-transform: uppercase;
}

.league-table td .number {
  width: 38px;
  display: block;
  padding: 7px 0 8px 9px;
  position: relative;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  font-weight: 700;
}

.league-table td .number:after {
  top: 0;
  right: -5px;
  bottom: 0;
  width: 9px;
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transform: skewX(-13deg);
      -ms-transform: skewX(-13deg);
          transform: skewX(-13deg);
}

.league-table td.name {
  text-align: left;
  padding-left: 5px;
  line-height: 14px;
}

.league-table td.name .pos {
  text-transform: uppercase;
  color: #939393;
  padding: 0;
  display: none;
}

.league-table td.club {
  text-align: left;
}

.league-table td.club .ico-flag {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

.league-table td .title {
  display: block;
  color: #85818a;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
}

.league-table td .num {
  display: block;
  color: #4ed10d;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.league-table td.flag img {
  display: inline-block;
  position: relative;
  top: 2px;
}

.league-table td .icon-hold {
  display: inline-block;
  vertical-align: middle;
  min-width: 18px;
  margin: 0 4px 0 0;
}

.league-table td .icon-hold img {
  vertical-align: top;
}

.league-table td .club-name {
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

.league-table td .rating {
  width: 29px;
  height: 29px;
  font-size: 14px;
  line-height: 29px;
  background: #4ed10d;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-radius: 100%;
  margin: 0 auto;
}

.league-table td .rating.orange {
  background: #ff5900;
}

.league-table td .rating.red {
  background: #c41b16;
}

.league-table.addition tr.ads td {
  padding: 0;
}

.league-table.addition tr.ads .aside-ads {
  margin: 0;
}

.league-table.addition .val {
  display: table-cell;
}

.league-table.addition th.rank {
  width: 42px;
}

.league-table.addition th.club {
  width: 156px;
  text-align: left;
  padding-left: 20px;
}

.league-table.addition th.position {
  width: 42px;
}

.league-table.addition th.p-age {
  width: 44px;
}

.league-table.addition th.born {
  width: 60px;
}

.league-table.addition td.position {
  text-transform: uppercase;
}

.league-table.addition td.born {
  text-transform: uppercase;
}

.league-table.addition td.born .ico-flag {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
  width: 15px;
  text-align: center;
  margin: 0 5px 0 0;
}

.league-table.addition td.born .ico-flag img {
  width: 100%;
  display: block;
  height: auto;
}

.league-table.addition td.born .txt {
  display: inline-block;
  vertical-align: middle;
}

.league-table.addition td .club-name {
  max-width: 80%;
}

.league-table.sm-addition th .caret {
  border-width: 0 3px 3px 3px;
}

.league-table.sm-addition th .caret:after {
  left: -3px;
  border-width: 3px 3px 0 3px;
}

.league-table.sm-addition th.pos {
  width: 32px;
  padding-left: 10px;
}

.league-table.sm-addition th.played {
  width: 22px;
}

.league-table.sm-addition th.gd {
  width: 32px;
}

.league-table.sm-addition th.pts {
  width: 38px;
}

.league-table.sm-addition th.ratings {
  width: 35px;
}

.league-table.sm-addition td.pos {
  padding-left: 10px;
}

.league-table.sm-addition td.team-name .txt {
  width: 82%;
  padding: 0 0 0 4px;
}

.league-table.sm-addition td .number:after {
  right: -4px;
}

.league-table.sm-addition td.club {
  text-align: center;
}

.league-table.sm-addition td .icon-hold {
  margin: 0;
}

.btn-loadmore {
  font-size: 14px;
  line-height: 20px;
  color: #051f36;
  display: inline-block;
  margin: 6px 0;
  position: relative;
  padding: 0 16px 0 0;
}

.btn-loadmore:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  margin: -2px 0 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #051f36 transparent transparent transparent;
}

.btn-loadmore:hover {
  color: #051f36;
  opacity: 0.7;
}

.list-info {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: list;
}
.list-info.head2head li:before{
	display:none;
}
.list-info.head2head .stat{
	display:inline-table;
	width:100%;
}
.list-info.head2head .stat .numb{
	display:table-cell;
	width:6%;
	text-align:center;
	font-weight:bold;
}
.list-info.head2head .stat .graph{
	display:table-cell;
	width:34%;	
	line-height: 18px;
}
.affiche{
	border-bottom:1px solid #051f36;
	display:table;
	width:100%;
}
.affiche .home{
	display:table-cell;
	width:40%;
	text-align:right;
	line-height:60px;
}
.affiche .away{
	display:table-cell;
	width:40%;
	text-align:left;
	line-height:60px;
}
.affiche .home img, .affiche .away img{
	max-width:inherit;
	height:38px;
}
.affiche .home div, .affiche .away div{
    vertical-align: middle;
    display: inline-flex;

}

.affiche .vs{
    display:table-cell;
    width:20%;
	text-align: center;
	
	font-size:16px;
	font-weight:700;
	opacity:0.4;
}
.list-info.head2head .stat .graph.home .filled{
	background:#063c91;
	height:100%;
	display: inline-block;
}
.list-info.head2head .stat .graph.home .empty{
	background:#f5f5f5;
	height:100%;
	display: inline-block;
	float:left;
}
.list-info.head2head .stat .graph.away .filled{
	background:#063c91;
	height:100%;
	display: inline-block;
	float:left;
}
.list-info.head2head .stat .graph.away .empty{
	background:#f5f5f5;
	height:100%;
	display: inline-block;
}
.list-info.head2head .stat .info{
	display:table-cell;
	width:auto;
	text-align:center;
}

.list-info li {
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}
.list-info li.mom, table.players-table tr.mom td{
	background:#e9f5fe;
	font-weight:bold;
}
.list-info li.notPlayed .name, .list-info li.notPlayed .rank{
	opacity:0.7;
}
.list-info li .icon-hold img{
	height:22px;
}
.list-info li .icon-hold{
    margin-left: 3px;
    margin-right: 2px;
}
.list-info li .clubname{
	font-size: 12px;
    font-weight: 500;
}
.list-info li .clubname a{
    color: #1f1f1f;
}
.list-info li .clubname a:hover{
	text-decoration:underline;
	color:#1c71b8 !important;
}

.list-info li.active {
  background: #e9f5fe !important;
  /*border-bottom-color: #ababac;*/
}


.list-info li:before {
  top: 50%;
  left: 10px;
  margin: -8px 0 0;
  position: absolute;
  color: #323232;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  content: counter(list, decimal) "";
  counter-increment: list;
}
.list-info.strong-weak li:before {
	content: '';
}
.list-info.strong-weak li{
    height: auto;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
}
.positive_holder{
	float:left;
	width:36px;
	background:#709510;
	height: 31.6px;
	line-height: 31.6px;
}
.positive_holder .icon48x48.icon-thumb_up{
    float: left;
    margin-top: 8px;
    margin-left: 9px;
}
.negative_holder{
	float:left;
	width:36px;
	background:#d07800;
	height: 31.6px;
	line-height: 31.6px;
}
.negative_holder .icon48x48.icon-thumb_down{
    float: left;
    margin-top: 8px;
    margin-left: 9px;
}

.list-info.strong-weak .badge{
	margin-top:8px;margin-bottom:2px;display:inline-block;font-weight:700;color:#fff;line-height:25px;padding-left:8px;padding-right:8px;color:#000;border-radius:5px;
}
.list-info.strong-weak .badge.gold{
	background:#f5c523;
}
.list-info.strong-weak .badge.silver{
	background:#c2c2c2;
}
.list-info.strong-weak.weaks .badge{
	background: #f3ede4 !important;
	/*padding-left: 0px !important;*/
}
.list-info li:last-child {
  /*border-bottom: 1px solid #828f9b;*/
}

.list-info li .col1 {
  padding: 0 0 0 22px;
  margin-right:auto;
}

.list-info li .col2 {
  /*margin-left: auto;*/
  margin-left:5px;
  white-space: nowrap;
}

.list-info li .col2 span {
  display: inline-block;
  vertical-align: middle;
}
.list-info li .col2 span.sub-text{
	color:grey;
	font-size: 13px;
}

.list-info li .col2 img {
  vertical-align: middle;
}

.list-info li .col2 .title,
.list-info li .col2 .num {
  display: block;
}

.list-info li .text, table.statsList .text {
  height: 22px;
  font-size: 12px;
  color: #051f36;
  line-height: 22px;
  border-radius: 3px;
  text-align: right;
  padding: 0 5px;
}
table.statsList .text {
    padding-top: 2px;
    padding-bottom: 2px;
}

.list-info li .text.first, table.statsList .text.first{
  background: #f5c523;
}

span.nice_stat{
	background: #b6d7a8;	
    line-height: 22px;
    border-radius: 3px;
	height: 22px;
	font-size: 12px;
	color: #051f36;
	padding: 0 5px;
    display: inline-block;
    margin-left: 20% !important;
    float: left;
}

span.bad_stat{
	background: #f2b1b1;	
    line-height: 22px;
    border-radius: 3px;
	height: 22px;
	font-size: 12px;
	color: #051f36;
	padding: 0 5px;
    display: inline-block;
    margin-left: 20% !important;
    float: left;
}

span.nice_5stat{
	background: #daedd2;	
    line-height: 22px;
    border-radius: 3px;
	height: 22px;
	font-size: 12px;
	color: #051f36;
	padding: 0 5px;
    display: inline-block;
    margin-left: 20% !important;
    float: left;
}

span.bad_5stat{
	background: #f4d4d4;	
    line-height: 22px;
    border-radius: 3px;
	height: 22px;
	font-size: 12px;
	color: #051f36;
	padding: 0 5px;
    display: inline-block;
    margin-left: 20% !important;
    float: left;
}

span.nice_stat.red{
	background: #f443364d;
}

.list-info li .text.second, table.statsList .text.second {
  background: #c2c2c2;
}

.list-info li .text.third, table.statsList .text.third {
  background: #d6ae8b;
}

.list-info li .icon-hold {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
}

.list-info li .icon-hold img {
  vertical-align: top;
margin-top: -2px;
}

.list-info li .team-logo,
.list-info li .flag {
  line-height: 0;
  margin: 0 2px 0 0;
  min-width: 16px;
  text-align: center;
    margin-right: 6px;
}

.list-info li .img {
  display: inline-block;
  vertical-align: bottom;

  margin: 0 0 0 12px;
  width: 34px;
    margin-top: 1.5px !important;
}

.list-info li .img img {
  vertical-align: bottom;
    margin-bottom: 0px;
}

.list-info li .name {
  font-size: 12px;
  line-height: 20px;
  color: #1f1f1f;
  display: inline-block;
  vertical-align: top;
  padding: 8px 0 0;
}

.list-info li .name .pos {
  color: #9a9a9a;
  margin: 0 0 0 4px;
  text-transform: uppercase;
}

.list-info li .rating {
  width: 29px;
  height: 29px;
  font-size: 14px;
  line-height: 29px;
  background: #4ed10d;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
}

.list-info li .rating.orange {
  background: #ff5900;
}

.list-info li .rating.red {
  background: #c41b16;
}

.list-info li .rank {
  color: #323232;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 11px 0 0;
  width: 30px;
}

.list-info li .fans {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  text-align: center;
}

.list-info li .title {
  display: block;
  color: #85818a;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
}

.list-info li .num {
  display: block;
  color: #4ed10d;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.list-info li .num.orange {
  color: #ff5900;
}

.list-info li .num.red {
  color: #c41b16;
}

.list-info.rendom li:before {
  display: none;
}

.list-info.rendom li .col1 {
  padding: 0;
  margin-right: auto;
  white-space: nowrap;
}

.list-info.rendom li .img {
  margin: 0;
}

.ad-box-lg {
  max-width: 300px;
  overflow: hidden;
  margin: 0 0 16px;
}

.ad-box-lg img {
  display: block;
  width: 100%;
  height: auto;
}

.filter-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  position: relative;
  padding: 8px 10px 8px;
  border-bottom: 1px solid #ccc;
  padding-top: 0px;
  /*min-height: 40px;*/
}


.filter-nav .title {
  min-width: 36px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #323232;
  padding: 0px 0 0;
  line-height: 32px;
float: left;
margin-top: 2px;
margin-bottom: -2px;
}

.filter-nav .drop, .skillHolder {
	width: calc(100% - 100px);
}
.filter-nav.SELECTformation .drop{
	width:100%;
}
.filter-nav.SELECTformation li span{
	opacity:0.6;
}
#seasonSelector{
	position:absolute; right:10px; margin-top: 6px;
}
#seasonSelector.standalone{
	position:relative;
    margin-left: 10px;
    margin-bottom: 10px;
}
.filter-nav .drop:after {
  font-family: icomoon;
  content: '\e905';
  position: absolute;
  right: 5px;
  top: 2px;
  font-size: 18px;
  color: #fff;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  pointer-events: none;
/*position: absolute;
    right: 2px;
    display: block;
    background-image: url(https://www.footballcritic.com/images/ar-down-w.png);
    content: '';
    width: 16px;
    height: 10px;
    transform: none !important;
    background-repeat: no-repeat;
    margin-top: 10px;*/
  
  /*display: none;*/
}
.filter-nav .drop.hover:after{
  -webkit-transform: rotate(270deg) !important;
      -ms-transform: rotate(270deg) !important;
          transform: rotate(270deg) !important;	
	  /*top: -1px;
    right: 11px;*/
}

.filter-nav .drop .num {
  width: 12px;
  height: 12px;
  color: #fff;
  font-size: 9px;
  margin: 0 0 0 2px;
  line-height: 12px;
  font-weight: 500;
  text-align: center;
  border-radius: 100%;
  background: #fc691b;
  font-family: "proximanova", sans-serif;
  position: absolute;
  right: 25px;
  top: 6px;
  z-index: 1;
  pointer-events: none;
  display: none;
}

.filter-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}

.filter-nav ul > * {
  font-size: 16px;
  line-height: 1.2;
}

.filter-nav ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 17px;
  padding: 0 3px;
  position: relative;
      /*padding-top: 8px;*/
}
.filter-nav ul li.hide{
	display:none;
}

.filter-nav ul li a, #putInWeeks .left, #putInWeeks .right{
  display: block;
  color: #051f36;
  padding: 2px 6px 3px;
  border-radius: 3px;
  border: 1px solid #051f36;
  margin-top:7px;
}
.formationLabel {
  display:inline-block;
  color: #fff;
      background: #051f36;
  padding: 2px 6px 3px;
  border-radius: 3px;
  border: 1px solid #051f36;	
    line-height: 16px;
	margin-right:5px;
}

.filter-nav ul li a img {
  width: auto;
  height: 18px;
  vertical-align: bottom;
}

.filter-nav ul li:hover > a,
.filter-nav ul li.active > a {
  color: #fff;
  background: #051f36;
}

.filter-nav ul li .count {
  width: 12px;
  height: 12px;
  color: #fff;
  font-size: 9px;
  margin: 0 0 0 2px;
  line-height: 12px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  background: #fc691b;
  font-family: "proximanova", sans-serif;
}

.filter-nav ul li.dropdown > a {
  padding-right: 21px;
}

.filter-nav ul li.dropdown > a:after {
  font-family: icomoon;
  content: '\e905';
  position: absolute;
  right: 5px;
  top: 4px;
  font-size: 18px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.filter-nav ul li.dropdown:hover > a {
  border-radius: 5px 5px 0 0;
}

.filter-nav ul li.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.filter-nav ul .dropdown-menu {
  -webkit-transition: opacity 0.25s linear, visibility 0.25s linear;
  transition: opacity 0.25s linear, visibility 0.25s linear;
  position: absolute;
  right: 3px;
  top: 100%;
  width: 150px;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  background: #051f36;
  border: 1px solid #051f36;
  opacity: 0;
  visibility: hidden;
}

.filter-nav ul .dropdown-menu li {
  display: block;
  padding: 0;
}

.filter-nav ul .dropdown-menu li a {
  border: 0;
  border-radius: 0;
  padding: 4px 10px;
  color: #fff;
}

.filter-nav ul .dropdown-menu li:hover a {
  background: #fff;
  color: #051f36;
}

.info-frame .result {
  font-size: 8px;
  line-height: 16px;
  width: 12px;
  height: 16px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #bbc1c7;
}

.info-frame .result.green {
  background: #78d03a;
}

.info-frame .result.red {
  background: #d52822;
}

.info-frame .venue {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  line-height: 16px;
  color: #8e99a3;
}

.info-frame .venue img {
  width: 18px;
  display: inline-block;
  position: relative;
  top: 1px;
  margin: 0 5px 0 0;
}

.info-frame .match-date {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  line-height: 16px;
  color: #8e99a3;
}

.info-frame.addition .info-block:last-child {
  border-bottom: 1px solid #828f9b;
}

.info-frame.addition .info-block:first-child {
  border-bottom: 0;
}

.info-frame.addition .heading-box {
  background: #e1e4e7;
}

.info-frame.addition .heading-box .text {
  color: #5e5a65;
}

.info-frame.addition .icon-holder {
  width: 24px;
  text-align: center;

}

.info-frame.addition .icon-holder img {
  width: auto !important;
  height: 22px !important;
  max-width: 100%;
}

.info-frame.addition .btn-info {
  margin: 0 0 0 -22px;
  left: 53.5%;
}

.info-frame.addition .btn-info .text {
  font-size: 12px;
}

.info-frame.addition .info-list li {
  padding-top: 7px;
  padding-bottom: 8px;
}

.info-frame.addition .info-list .sub-text {
  color: #051f36;
  top: 10px;
  font-weight: 700;
}

.info-frame.addition .info-list .sub-text.date {
  color: #afb8bf;
  text-transform: none;
  font-weight: 400;
}

.info-frame.addition .info-list .icon-next {
  top: 8px;
  right: 4px;
  color: #051f36;
  font-size: 20px;
  position: absolute;
  text-decoration: none;
}

.info-frame.addition .info-list .icon-next:hover {
  opacity: 0.7;
}

.info-frame.addition .info-list .info-box {
  padding: 0 25px;
  width: 46%;
}

.info-frame.addition .info-list .info-box .text {
  width: 75%;
}

.info-frame.addition .info-list .info-box.align-right {
  width: 54%;
  padding: 0 28px;
}

.info-frame.addition .info-list .info-box.align-right .text {
  width: 68%;
}

.detail-block.addition .detail-holder {
  padding: 0 0 7px;
  margin: 0 0 7px;
}

.detail-block.addition .detail-holder.featured-news {
  padding: 0 3px 9px;
}

.detail-block.addition .detail-holder.featured-news .img-holder {
  float: none;
  width: 100%;
  margin: 0 0 4px;
}

.detail-block.addition .detail-holder.featured-news .wrap-text {
  min-height: 168px;
}

.detail-block.addition .detail-holder.featured-news p {
  margin: 0 0 15px;
}

.detail-block.addition .img-holder {
  margin: 0 8px 0 0;
}

.detail-block.addition .count-list li {
  min-width: inherit;
}

.league-information {
  overflow: hidden;
  padding: 8px 0 0;
}
.league-information a:hover{
	text-decoration:none;
}

.league-information .add-info {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  position: relative;
}

.league-information .add-info > * {
  font-size: 16px;
  line-height: 1.2;
}

.league-information .add-info:before {
  width: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  background: #fff;
}

.league-information .add-info li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
  width: 49%;
  /*width:150px;*/
  padding: 0 10px;
  margin: 0 0 13px;
  border-left: 1px solid #e4e4e4;
}

.league-information .add-info .title {
  display: block;
  color: #878787;
  font-weight: 400;
}
.league-information .add-info span{
	font-weight: 600;
}

.league-information .add-info .text {
  font-size: 12px;
  display: block;
  color: #323232;
  font-weight:600;
}
.league-information .add-info .text a{
	color: #1f1f1f;
}
.league-information .add-info .text a:hover{
	color: #1c71b8;
}

.league-information .add-info .text.blue a {
  color: #1c71b8;
  /*font-weight: 700;*/
}

.league-information .add-info .text.country {
  display: inline-block;
  vertical-align: middle;
}

.league-information .add-info .text.club {
  font-size: 13px;
}

.league-information .add-info .flag {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin: 0 3px 0 0;
}

.league-information .add-info .flag img {
  vertical-align: top;
}

.league-information .add-info .titles {
  font-size: 13px;
  color: #323232;
  opacity: 0.6;
}

.league-information .add-info.style li {
  width: auto;
}

.league-information .boxes-wrap {
  overflow: hidden;
  border-top: 1px solid rgba(5, 31, 54, 0.2);
}

.league-information .champions-box {
  overflow: hidden;
  padding: 8px;
  margin: 0 0 4px;
  /*border-top: 1px solid rgba(5, 31, 54, 0.2);*/
}
.league-information .champions-box a{
	font-weight: 600;
}
.league-information .champions-box.team {
  padding-bottom:0px;
  padding-left:0px;
  padding-right:0px;	
}

.league-information .champions-box .img-holder {
  overflow: hidden;
  margin: 0 0 11px;
}

.league-information .champions-box .img-holder img {
  display: block;
  width: 100%;
  height: auto;
}

.league-information .champions-box .add-info {
  margin: 0 -7px;
  /*border-bottom: 1px solid rgba(5, 31, 54, 0.2);*/
}

.league-information .champions-box .img-holder + .add-info li {
  margin: 0 0 10px;
}

.league-information .champions-box .img-holder + .add-info li .title {
  margin: 0;
}

.league-information .champions-box .img-holder + .add-info li .text {
  font-size: 14px;
  display: block;
  color: #323232;
  font-weight: 400;
  width: auto;
}

.league-information .champions-box .title {
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #878787;
  font-weight: 400;
  margin: 0 0 3px;
  margin-left:0px;
}

.league-information .champions-box .title-logo {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin: 0 2px 0 0;
  width: 22px;
}

.league-information .champions-box .title-logo img {
  vertical-align: top;
}

.league-information .champions-box .text {
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  color: #323232;
  font-weight: 600;
  width: 88%;
}
.league-information .champions-box .text a{
	color: #323232;
}
.league-information .champions-box .text.stadium{
    margin-top: -3px;
    margin-left: 3px;
}

.league-information .kits-box {
  overflow: hidden;
}

.league-information .kits-box .title {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #323232;
  opacity: 0.6;
  margin: 0 0 7px;
}

.league-information .kits-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.league-information .kits-box ul > * {
  font-size: 16px;
  line-height: 1.2;
}

.league-information .kits-box ul li {
  width: 33.333%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 0 10px;
}

.league-information .kits-box ul li:before {
  width: 1px;
  height: 85px;
  position: absolute;
  left: 0;
  top: 15px;
  content: '';
  background: rgba(5, 31, 54, 0.2);
}

.league-information .kits-box ul li:first-child:before {
  display: none;
}

.league-information .kits-box ul li .img-holder {
  max-width: 62px;
  overflow: hidden;
  margin: 0 auto 11px;
}

.league-information .kits-box ul li .img-holder img {
  width: 100%;
  display: block;
  height: auto;
}

.league-information .kits-box ul li .txt {
  display: block;
  color: #323232;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.11px;
}

.league-information .promoted-teams {
  overflow: hidden;
  padding: 12px 8px 9px;
  overflow: hidden;
  border-top: 1px solid rgba(5, 31, 54, 0.2);
}

.league-information .promoted-teams .title {
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #878787;
  font-weight: 400;
  margin: 0 0 7px;
  margin-left:3px;
}

.league-information .promoted-teams ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  margin: 0 0 15px;
}

.league-information .promoted-teams ul > * {
  font-size: 16px;
  line-height: 1.2;
}

.league-information .promoted-teams ul li {
  font-size: 13px;
  line-height: 16px;
  color: #1c71b8;
  overflow: hidden;
  margin: 0 0 4px;
}

.league-information .promoted-teams ul .team-logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  width: 22px;
  line-height: 0;
  font-size: 0;
}

.league-information .promoted-teams ul .team-logo img {
  vertical-align: top;
  height:22px;
  width:22px;
}

.league-information .promoted-teams ul .name {
  display: inline-block;
  vertical-align: middle;
  width: 88%;
  font-weight: 600;
}

.league-information .promoted-teams ul .name span {
  color: #878787;
  font-weight: 400;
}

.league-information .promoted-teams .seasion {
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #1c71b8;
}

.league-information .promoted-teams .seasion a {
  color: #1c71b8;
}

.league-information .promoted-teams .seasion a:hover {
  text-decoration: underline;
}

.league-information .additional-info .promoted-teams {
  padding-bottom: 3px;
}

.league-information .additional-info .promoted-teams ul {
  margin: 0;
}

.league-information .additional-info .promoted-teams ul li {
  margin: 0 0 8px;
  padding: 3px 0 0;
}

.league-information .additional-info .promoted-teams ul .team-logo {
  width: auto;
}

.league-information .social-media {
  overflow: hidden;
  padding: 12px 0;
  border-top: 1px solid rgba(5, 31, 54, 0.2);
}

.league-information .social-media .title {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #323232;
  opacity: 0.6;
  margin: 0 0 7px;
}

.league-information .social-media ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}

.league-information .social-media ul > * {
  font-size: 16px;
  line-height: 1.2;
}

.league-information .social-media ul li {
  width: 33%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  border-left: 1px solid rgba(5, 31, 54, 0.2);
}

.league-information .social-media ul li:first-child {
  border: 0;
}

.league-information .social-media .icon {
  display: block;
  margin: 0 auto 5px;
  height: 28px;
}

.league-information .social-media .txt {
  color: #323232;
  font-size: 14px;
  line-height: 18px;
  display: block;
  letter-spacing: 0.13px;
  text-transform: uppercase;
}

.league-information .domesic-box {
  overflow: hidden;
  padding: 12px 8px 0;
  overflow: hidden;
  border-top: 1px solid rgba(5, 31, 54, 0.2);
}

.domesic-box p{
	font-size:12px;
	font-weight: 500;
	line-height:18px; 
	letter-spacing: -.03em;
	padding:8px;
	padding-left:10px;
	padding-right:10px;
}

.league-information .domesic-box .title {
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #878787;
  font-weight: 400;
  margin: 0 0 11px;
}

.league-information .domesic-box .title .flag {
  opacity: 1;
  line-height: 0;
  font-size: 0;
  position: relative;
  top: 2px;
  margin: 0 8px 0 0;
}

.league-information .domesic-box .title .flag img {
  vertical-align: top;
}

.league-information .domesic-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.league-information .domesic-box ul li {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  color: #1c71b8;
  margin: 0 0 12px;
}

.md-block .holder:nth-child(2):before {
  background: #e1e4e7;
  position: absolute;
  left: 8px;
  right: 8px;
  top: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  display: none;
}

.match-info {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0 70px 5px;
	margin-top: 35px;
	margin-bottom: 25px;
}

.match-info .info-box {
  width: 50%;
  padding: 0 0 0 62px;
  position: relative;
}

.match-info .info-box.align-right {
  text-align: right;
  padding: 0 62px 0 0;
}

.match-info.winner_team_B .info-box.align-right .name a, .match-info.winner_team_B .info-box.align-right .name-sm{
	font-weight: 500;
}
.match-info.winner_team_B .info-box:not(.align-right) .name a{
	font-weight: 700;
}
.match-info.winner_team_A .info-box.align-right .name a{
	font-weight: 700;
}
.match-info.winner_team_A .info-box .name a, .match-info.winner_team_A .info-box .name-sm{
	opacity:0.7;
}
.match-info.winner_team_A .info-box.align-right .name a, .match-info.winner_team_A .info-box.align-right .name-sm{
	opacity:1.0;
}


.match-info .info-box.align-right .players {
  left: auto;
  right: 62px;
}

.match-info .info-box .name,
.match-info .info-box .name-sm {
  font-size: 24px;
  line-height: 30px;
  /*text-transform: uppercase;*/
  font-family: 'Open Sans', sans-serif;
  display: block;
  color: #fff;
  padding: 2px 0 0;
  /*letter-spacing: 1.78px;*/
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.match-info .info-box .name-sm {
  display: none;
}

.match-info .info-box .players {
  display: inline-block;
  width: 85%;
  color: #fff;
  opacity: 1;
  font-size: 12px;
  line-height: 20px;
  /*position: absolute;*/
  left: 62px;
  top: 105%;
  /*letter-spacing: 0.15px;*/
	max-width: 370px;
font-weight: 300;
}

.match-info .btn-info {
  width: 88px;
  height: 42px;
  font-size: 16px;
  line-height: 20px;
  padding: 11px 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -44px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 4px;
  background: #48555c;
}

.match-info .btn-info.goals {
  background: none;
  font-size: 28px;
  color: #fff;
}

.match-info .match-time {
  /*width: 88px;
  position: absolute;
  left: 50%;
  top: -22px;
  margin: 0 0 0 -44px;*/
  text-align: center;
  color: #fc691b;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.7;
}
.sidebar.selectieList span.name{
	max-width: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	min-width: 34px;
	padding: 0px 0 0 !important;
	line-height:36px !important
}
.sidebar.selectieList li span.name:first-child{
	border-right:1px solid #e4e4e4;
}
.ground-box.newVersion .player-name{
	max-width: 85px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.match-info .match-time:before {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  background: #fc691b;
  border-radius: 100%;
  content: '';
  margin: 0 5px 0 0;
  position: relative;
  top: -2px;
}
.match-info .match-time.played{
	color:#fff;
    font-size: 11px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    width: 100%;
}
.match-info .match-time.played:before {
	display:none;
}

.match-info .team-logo {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 120px;
  width: 120px;
  text-align: left;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.match-info .team-logo .ratingHolder{
	float: right;
    width: 52px;
}
.match-info .team-logo.away .ratingHolder{
	float: left;
}
.match-info .rating{
	background:none;
	font-size:26px;
	font: 26px 'Open Sans', sans-serif;
	margin-top: 11px;
    /*position: absolute;*/
}

.match-info .team-logo.away {
  left: auto;
  right: 0;
  text-align:right;
}

.match-info .team-logo img {
  width: auto;
  vertical-align: top;
  max-width: 60px;
}

.img-graphic {
  overflow: hidden;
  margin: 0 0 16px;
}

.img-graphic img {
  display: block;
  width: 100%;
  height: auto;
}

.players-table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}
.players-table tbody tr:last-child td {
	border-bottom: 1px solid #e4e4e4 !important;
}

.players-table tr.dark-border td {
  border-bottom-color: #323232;
}

.players-table tr.pink td {
  background: #fef6f6;
}

.players-table tr.pink td.selected {
  background: #f3eced;
}

.players-table tr.pink:hover td {
  background: #f5f7f7;
}

.players-table tr:hover td {
  /*background: #f5f7f7;*/
}
.players-table.boxShadow td.playerImg{
	width: 47px;
}
.players-table.boxShadow td.name{
	border-right: 1px solid rgba(204, 204, 204, 0.5);
}
.players-table.boxShadow td.postionHolder{
	padding-left:6px;
}
.players-table.boxShadow td.name{
	width:200px;
}
table.squadStats .sel_C{
	display:none;
}
.squadStats td.name{
	width:auto !important;
}
.match-box .hidden-xs a, .stats-table .txt a, .list-info a, .domestic-table a, .info-list a, .league-table a, #commentsHolder a{
	color:#1f1f1f;
}
#commentsHolder .comment.goal a{
	color:#fff;
}
#commentsHolder .comment.goal a:hover{
	color:lightgrey !important;
}
.players-table td.name a:hover, .players-table td.linkName a:hover, .players-table td.clubName a:hover, .playerList span.player a:hover, a:hover span.club, .match-box .hidden-xs a:hover, .stats-table .txt a:hover, .list-info a:hover, .domestic-table a:hover, .info-list a:hover, .league-table a:hover, .info-list a:hover span, table.seasons a:hover, .column-frame h2 a:hover, .news-feed p a:hover, .heading-box a:hover, .playerList a:hover, #commentsHolder a:hover{
  /*color: #1f1f1f;*/
  text-decoration: underline;
  color:#1c71b8 !important;
}
.players-table td.name a{
	
}
.players-table tbody tr:nth-child(odd), .playerList.halfList tbody tr:nth-child(odd){
	background-color: #fff;
}
.players-table tbody tr:nth-child(even), .playerList.halfList tbody tr:nth-child(even), .stats-table:not(.teamMatches) tbody tr:nth-child(4n+3), .stats-table.teamMatches tbody tr:nth-child(even), .domestic-table tbody tr:nth-child(even), .list-info li:nth-child(even){
	/*background-color: #fbfbfb;*/
	/*background-color: #f9f9f9;*/
}
.stats-table.sum-matches tr{
	background-color: #fff !important;
}
.stats-table.sum-matches tr:nth-child(even){
	/*background-color: #f9f9f9 !important;*/
}


.playerList tbody tr td{
	border-bottom: 1px solid #e4e4e4;	
}
.playerList td.iso3letters{
	padding-left:2px;
}
	

.stats_head{
	background:#e1e5e8;
    font-size: 11px;
    line-height: 23px;
	width:100%;
	padding-left:16%;
	padding-right:16%;
	display: table;
	/*color: rgba(74, 74, 74, 0.7);*/
	color:#000;
}
.stats_head.subkop{
	color: rgba(74, 74, 74, 0.7);
	margin-top:20px;
}
.stats_head div{
	display:table-cell;
	width:33.3%;
	text-transform: uppercase;
}
.stats_head div:nth-child(1), .stats_head div:nth-child(3){
	font-weight:700;
}
.stats_head div:nth-child(2){
	text-align:center;
}
.stats_head div:nth-child(3){
	text-align:right;
}
.players-table th {
  font-size: 11px;
  line-height: 24px;
  /*background: #e1e4e7;*/
  color: #000; /*rgba(74, 74, 74, 0.7);*/
  font-weight: 700;
  text-align: left;
  padding-left: 3px;
}

.players-table th img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.players-table th .caret {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  position: relative;
  top: -4px;
  margin: 0 0 0 2px;
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #9fa9b2 transparent;
}

.players-table th .caret:after {
  font-size: 0;
  line-height: 0;
  content: '';
  position: absolute;
  top: 5px;
  left: -4px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #9fa9b2 transparent transparent transparent;
}

.players-table th.selected {
  color: #051f36;
  font-weight: 700;
  background: #d0d4d8;
}

.players-table th.selected .caret {
  top: -6px;
  border-color: transparent;
}

.players-table th.selected .caret:after {
  border-color: #051f36 transparent transparent transparent;
}

.players-table th.position {
  width: 26px;
}

.players-table th.number {
  width: 34px;
}

.players-table th.player {
  width: 36px;
}

.players-table th.absence {
  width: 60px;
}

.players-table th.age {
  width: 38px;
}

.players-table th.time {
  width: 38px;
}

.players-table th.goal,
.players-table th.hit {
  width: 32px;
}

.players-table th.flag img {
  display: block;
  margin: 0 auto;
}

.players-table th.sub {
  width: 60px;
}

.players-table th .card {
  width: 9px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.players-table th.y-card .card {
  background: #ffc200;
}

.players-table th.r-card .card {
  background: #d1110b;
}

.players-table th.val {
  width: 62px;
}

.players-table th.ratings {
  width: 38px;
}

.players-table th.ratings.blue {
  background: #cbcfd4;
}

.players-table th.ratings img {
  display: inline-block;
  position: relative;
  top: 2px;
}

.players-table th .rate-icon {
  width: 15px;
  height: 14px;
  background: url("../images/icon-rate.png") no-repeat;
  background-size: 100% 100%;
  display: block;
  margin: 0 auto;
}

.players-table th.fans {
  width: 34px;
}

.players-table th.arrow {
  width: 22px;
  display: none;
}

.players-table th.new-ratings {
  width: 70px;
}

.players-table th.fan-rating {
  width: 70px;
}

.players-table td {
  font-size: 12px;
  line-height: 24px;
  color: #1f1f1f;
  text-align: center;
  min-width: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #d0d0d0;
  padding-left: 3px;
  padding-right: 3px;
}

.players-table td a {
  color: #1f1f1f;
}

.newSocial{
	width:33.6px;
	height:33.6px;
	display:inline-block;
	background-image:url(https://www.footballcritic.com/images/social_rounds.png);
	margin-top: 7px;
	background-size: 134px 72.8px;
}

.newSocial.facebook{
    background-position: 84px 34px;
}
.newSocial.twitter{
	background-position: 0px 34px;
}
.newSocial.instagram{
	background-position: 33px -39px;
}
.newSocial.whatsapp{
    background-position: -50px -72.6px;
}
.articleSocials{
	display:inline-block;width:30%; float: right;
	text-align: right;
	margin-top:7px;
}
.articleSocials .newSocial{
	margin-left:10px;
}

#main.newspage .players-table td a{
    min-width: 75px;
    display: inline-block;
}
#main.newspage .players-table td.teamLogo a{
	min-width:auto;
}
#main.newspage .content{
	padding-top:0px;
}
#main.newspage a:hover{
	text-decoration:underline;
}
#main.newspage .peopleLink{
	color:#0066cc;
}

.players-table td.selected {
  background: #f4f5f5;
}

.players-table td.position {
  text-transform: uppercase;
  line-height: 16px;
}

.players-table td.position .num {
  color: #4188c3;
  font-size: 9px;
  line-height: 11px;
  font-weight: 700;
  text-align: center;
  display: none;
}

.players-table td.number .num {
  width: 20px;
  height: 25px;
  background: url("../images/ico-shirt.png") no-repeat;
  background-size: 100% 100%;
  color: #4188c3;
  margin: 0 auto;
  padding: 0 5px;
  font-size: 10px;
  /*line-height: 12px;*/
  font-weight: 700;
  word-break: break-all;
	display: table-cell;
	line-height: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.players-table td.player {
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.players-table td.player img {
  vertical-align: bottom;
  max-width: 100%;
}

.players-table td.name {
  text-align: left;
  line-height: 18px;
  min-width:110px;
}

.players-table td.name .icon {
  line-height: 0;
  font-size: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.players-table td.name .icon img {
  vertical-align: middle;
    margin-top: -2px !important;
}

.players-table td.name .points {
  background: #d1110b;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 6px;
  text-align: center;
  line-height: 8px;
  position: absolute;
  right: -3px;
  top: -3px;
  font-style: normal;
}

.players-table td.absence {
  text-align: right;
  padding-right: 3px;
}

.players-table td.absence .icon,
.players-table td.absence .txt {
  display: inline-block;
  vertical-align: middle;
}

.players-table td.absence .txt {
  line-height: 14px;
  width: 75%;
}

.players-table td.absence .icon {
  width: 15px;
  line-height: 0;
  font-size: 0;
  margin: 0 0 0 2px;
}

.players-table td.absence .icon img {
  vertical-align: top;
  max-width: 100%;
}

.players-table td.val {
  color: #051f36;
  font-weight: 600;
}

.players-table td.fans .title {
  display: block;
  color: #85818a;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
}

.players-table td.fans .num {
  display: block;
  color: #4ed10d;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.players-table td.fans .num.orange {
  color: #ff5900;
}

.players-table td.fans .num.red {
  color: #c41b16;
}

.players-table td.fans .num.gray {
  color: #d8d8d8;
}

.players-table td .rating, .player-box .rating, .pitch_pos .rating, .pitch_pos_small .rating, #extendedStats .rating, .match-box .rating {
  width: 28px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  background: #4ed10d;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-radius: 100%;
  margin: 0 auto;
  display:inline-block;
}
.pitch_pos .rating .playerName, .pitch_pos_small .playerName{
	position:absolute;width:60px;line-height:11px; margin-left: -18px; color: #fff; font-size: 9px; letter-spacing: 0.3px;font-weight: 600; text-shadow: 1px 1px #24313d;
}
.formationContainer .playerName{
    line-height: 12px !important;
	font-size: 10px !important;
	margin-left: -23px !important;
    width: 70px !important;
	margin-top: 2px !important;
}
.rating.n_a{
	font-size:11px !important;
	background-color: #d8d8d8 !important;
}

#extendedStats .rating {
    margin-top: -4px;
    margin-bottom: -4px;
	margin-left: -8px;
}
 .pitch_pos_small .rating {
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  margin-bottom:3px;
}
.pitch_pos_small .rating.n_a{
	font-size: 10px !important;;
}

.widgets .poll .mainlabel {
    position: relative;
    display: inline-block;
    background: #051f36;
    padding: 0 10px;
    padding-right: 6px;
    font-size: 12px;
    font-family: "proximanova", sans-serif;
    letter-spacing: 1.33px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
}
.poll .answer {
	height:34px;
	display:inline-table;
	width:100%;
}
.poll .answerHolder{
	height:34px;
	margin-bottom:14px;
	cursor:pointer;
}
.poll .answerHolder.voted{
	border:1px solid #d9d9d9;
	border-radius: 5px;
	cursor:pointer;
	height:34px;
}
.poll .answerHolder.voted .answer, .poll .answerHolder.voted .prc_bar div{
	height:33px;
}

.widgets .poll .answerHolder.voted .txt{
	line-height:31px;
}
.widgets .poll .answerHolder.voted .prc_bar{
    margin-top: -33px;
}
.poll.locked .answerHolder{
    cursor: unset;
}
.poll h3{
	margin-bottom:20px;
	font-size: 20px;
}
.poll .prc_bar{
	display:block;
	margin-top:-34px;
	height:34px;
}
.poll .prc_bar div{
	height:34px;
	display: block;
	float:left;
	background:#051f36;
	opacity:0.1;
	border-radius: 5px;
}
.widgets .poll .answer .radio{
	width:6%;
	display:table-cell;
	vertical-align: middle;
}
.widgets .poll .votes{
	width:100%;
	color:grey;
	font-size:12px;
	text-align:right;
    font-weight: 600;
	padding-right: 2px;
}
.widgets .poll:not(.locked) .answerHolder:hover .prc_bar div{
	opacity:0.2;
}
.widgets .poll:not(.locked) .answerHolder:hover .answer{
	background: #f8f8f8;
}
.widgets .poll.locked .answerHolder:not(.voted) .prc_bar div{
	opacity:0.05;
}
.widgets .poll.locked .answerHolder:not(.voted) .txt{
	opacity: 0.6;
}
.widgets .poll .answerHolder.voted .prc{
	padding-right: 7px;
}
.widgets .poll .answer .radio li{
    display: inline-block;
    width: 14px;
    height: 14px;
    border: solid 1px rgba(0,0,0,.26);
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    margin-top: -2px;
    margin-left: 10px;
    background: #fff;
    box-shadow: -1px 1px 2px rgba(0,0,0,.15) inset;
}
.widgets .poll .answer .txt{
	width:74%;
	display:table-cell;
    font-size: 13px;
	line-height: 32px;
    letter-spacing: -.03em;
}
.widgets .poll .answer .prc{
	width:10%;
	display:table-cell;
    text-align: right;
	padding-right: 8px;
}
.widgets .poll .mainlabel:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 20px;
    height: 100%;
    content: "";
    background: #051f36;
    transform: skew(-26deg);
    margin-left: -6px;
    z-index: 0;
}

.players-table td .rating.orange {
  background: #ff5900;
}

.players-table td .rating.red {
  background: #c41b16;
}

.players-table td .rating.gray {
  background: #d8d8d8;
}

.players-table td.arrow {
  display: none;
}

.players-table td .icon-next, .stats-table td .icon-next {
  display: block;
  color: #051f36;
  font-size: 18px;
  text-decoration: none;
}

.players-table td .icon-next:hover {
  opacity: 0.7;
}

.players-table td .rate-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #76dc44;
}

.players-table td .rate-counter .points {
  width: 34px;
  font-size: 16px;
  color: #3c970f;
  font-weight: 700;
  text-align: center;
  background: #dcf6cf;
  border-left: 1px solid #76dc44;
  border-right: 1px solid #76dc44;
}

.players-table td .rate-counter a {
  width: 16px;
  font-size: 14px;
  font-weight: 700;
  color: #5e5e5e;
  background: #fff;
}

.players-table td .rate-counter.orange {
  border-color: #ff7f39;
}

.players-table td .rate-counter.orange .points {
  background: #ffdecc;
  color: #ff7124;
  border-left-color: #ff7f39;
  border-right-color: #ff7f39;
}

.players-table td .rate-counter.red {
  border-color: #c41b16;
}

.players-table td .rate-counter.red .points {
  background: #f3d1d0;
  color: #c41b16;
  border-left-color: #c41b16;
  border-right-color: #c41b16;
}

.players-table td.fan-rating .rating {
  display: inline-block;
  vertical-align: middle;
}

.players-table td .fans {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  text-align: center;
}

.players-table td .fans .title {
  display: block;
  color: #85818a;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
}

.players-table td .fans .num {
  display: block;
  color: #4ed10d;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.players-table td .fans .num.orange {
  color: #ff5900;
}

.players-table td .fans .num.red {
  color: #c41b16;
}

.players-table.addition tr:hover td {
  /*background: #fff;*/
}
.players-table.addition tr.positionHead{
	height: 22px !important;
	display:none;
	border-bottom: 0px;
}
.players-table.addition tr.positionHead.asc{
	display:table-row;
}
.players-table.addition tr.positionHead td{
	padding-top: 0px;
	padding-bottom: 0px;
	background:#f5f5f5;
	color: rgba(74, 74, 74, 0.7);
	text-transform: uppercase;
    font-weight: normal;
    font-size: 11px;
    line-height: 23px;
}
.players-table.addition tr:hover td.selected {
  background: #f4f5f5;
}

.players-table.addition th {
  text-align: center;
  padding-left: 0;

}
.players-table.addition.seasons th {
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
    text-transform: uppercase;	
}
.players-table.addition.seasons th.icon{
	width:6%;
}
.players-table.addition.seasons th.position{
	width:25% !important;
}

.players-table.overview .flag{
	margin-top: -6px !important;
	margin-left: 15px;
}
.players-table.overview td.flags{
	width: 46px;
}
.players-table.overview td.arrow{
	display:table-cell;
}
.players-table.overview th.arrowH{
	width: 25px;
}

.players-table.addition.playerList th.position {
	width: 90px;
}
.players-table.addition.league th.position {
  /*width: 38px;*/
  /*width: 90px;*/
  width: 44px;
}
.players-table.bigList .clubLogo{
	width:28px;
}
.players-table.bigList .clubLogo img{
	float:right;
	margin-top:0px;
	margin-right: 2px;
}
.players-table.bigList .clubName{
	min-width:100px;
}

.players-table.addition th.name {
  text-align: left;
}

.players-table.addition th.val {
  box-shadow: -1px 0 0 rgba(204, 204, 204, 0.5);
}

.players-table.addition th.fans {
  text-align: left;
}

.players-table.addition td {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0;
  padding-right: 0;
}
.players-table.ranks td{
	padding-bottom: 2px;
}

.players-table.addition td.player {
  padding-top: 0;
  padding-bottom: 0;
}

.players-table.addition td.val {
  box-shadow: -1px 0 0 rgba(204, 204, 204, 0.5);
}

.players-table.addition td.fans {
	text-align: left;
	width: 38px;
}

.tabset {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #051f36;
  padding: 0 10px;
  margin: 6px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.tabset.visible-xs {
  display: none;
}

.tabset li {
  font-family: "proximanova", sans-serif;
  font-size: 14px;
  line-height: 18px;
  width: 50%;
  border-left: 1px solid #f5f5f5;
}

.tabset li:first-child {
  border-left: 0;
}

.tabset li:hover a {
  background: #fff;
}

.tabset li.active a {
  background: #fff;
  border-color: #051f36;
  height: 46px;
  margin: -6px 0 0;
}

.tabset li.active a:after {
  display: block;
}

.tabset li a {
  background: #e1e4e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #051f36;
  height: 40px;
  padding: 5px;
  padding-top: 7px;
  text-transform: uppercase;
  border: 1px solid #e1e4e7;
  border-bottom: 0;
  position: relative;
  letter-spacing: 1px;
}

.tabset li a:after {
  bottom: -1px;
  height: 5px;
  background: #fff;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  display: none;
}

.tabset li .icon,
.tabset li .txt {
  display: inline-block;
  vertical-align: middle;
}

.tabset li .icon {
  width: 20px;
  font-size: 0;
  line-height: 0;
  margin: 0 8px 0 0;
}

.tabset li .icon img {
  vertical-align: top;
  max-width: 100%;
}

.tabset.three-tabs li {
  width: 33.333%;
}

.tabset.three-tabs li .icon {
  width: 43px;
}

.sidebar {
  width: 30%;
  padding: 0 8px;
}

.sidebar .info-frame .icon-holder {
  width: 18px;
  text-align: center;
}

.sidebar .info-frame .icon-holder img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}

.sidebar .info-frame .btn-info {
  left: 50%;
  margin: 0 0 0 -21px;
}

.sidebar .info-frame .btn-info .text {
  font-size: 12px;
}

.sidebar .info-frame .info-list li .info-box {
  padding: 0 24px;
  line-height:22px;
}

.sidebar .info-frame .info-list li .info-box .text {
  width: 70%;
}

.sidebar .info-frame .info-list li .icon-next {
  /*top: 8px;*/
  right: 4px;
  color: #051f36;
  font-size: 20px;
  position: absolute;
  text-decoration: none;
}

.sidebar .info-frame .info-list li .icon-next:hover {
  opacity: 0.7;
}

.aside-ads {
  overflow: hidden;
  margin: 0 0 16px;
  background: #e1e4e7;
}

.aside-ads img {
  display: block;
  width: 100%;
  height: auto;
}

.aside-ads.bg01 {
  /*height: 1000px;*/
  /*padding-bottom:30px;*/
}

.aside-ads.bg02 {
  /*height: 750px;*/
}

.team-page #header {
  background: #0f0717;
}

.team-page .breadcrumbs {
  background: -webkit-linear-gradient(left, #501b36 0%, #272f4f 100%);
  background: linear-gradient(to right, #501b36 0%, #272f4f 100%);
}

.team-page .visual-block {
  background: #9c1737;
  background: -webkit-linear-gradient(left, #9c1737 0%, #272f4f 100%);
  background: linear-gradient(to right, #9c1737 0%, #272f4f 100%);
}

.team-page .detail-block.addition .detail-holder.featured-news .wrap-text {
  min-height: 157px;
}

.team-page .detail-block.addition .detail-holder.featured-news h2 {
  margin: 0 0 18px;
}

.ranking-page #header {
  /*background: -webkit-linear-gradient(left, #612719 0%, #ff691b 100%);
  background: linear-gradient(to right, #612719 0%, #ff691b 100%);*/
}

.ranking-page .visual-block {
  background: -webkit-linear-gradient(left, #612719 0%, #ff691b 100%);
  background: linear-gradient(to right, #612719 0%, #ff691b 100%);
}

.ranking-page .visual-block .container {
  height: 70px;
}

.ranking-page .visual-block h1 {
  width: 100%;
  text-align: center;
}

.ranking-page .navbar-holder {
  background: -webkit-linear-gradient(left, #612719 0%, #ff691b 100%);
  background: linear-gradient(to right, #612719 0%, #ff691b 100%);
  box-shadow: none;
  padding-top: 6px;
  height: 218px;
  margin: 0 0 128px;
}

.ranking-page .navbar-holder .container {
  max-width: 804px;
}

.ranking-page .add-nav {
  border-left: 0;
  width: 100%;
  text-align: center;
}

.ranking-page .add-nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ranking-page .add-nav li {
  border: 0;
  width: 19.5%;
}

.ranking-page .add-nav li:last-child {
  width: 22%;
}

.ranking-page .add-nav li a {
  color: #fff;
  padding: 22px 13px 10px;
}

.ranking-page .add-nav li a:after {
  background: #fff;
}

.ranking-page .add-nav li a:before {
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.ranking-page .add-nav li .players:before {
	content: '';
	display: inline-block;
	background: url(../images/sprites/sprite_icons_48x48.png?v=30) no-repeat;
	width: 24px;
	height: 20px;
	background-size: 240px 240px;
	background-position: -22px -71px;

}

.ranking-page .add-nav li .teams:before {
  font-size: 16px;
  content: '\e909';
}

.ranking-page .add-nav li .matches:before {
  width: 24px;
  height: 18px;
  content: '';
  background: url("../images/icon-vs.png") no-repeat;
}

.ranking-page .add-nav li .competititons:before {
  font-size: 18px;
  content: '\e90b';
}

.ranking-page .add-nav li .coming-soon {
  color: #051f36;
  opacity: 0.4;
}

.ranking-page .add-nav li .coming-soon:before {
  font-size: 19px;
  content: '\e901';
}

.ranking-page .add-nav li.active a:after {
  background: #fff;
}

.ranking-block {
  position: absolute;
  left: 0;
  right: 0;
  top: 216px;
  z-index: 2;
  text-align: center;
  color: #051f36;
  font-size: 13px;
  line-height: 15px;
}

.ranking-block .container {
  background: #fff;
  max-width: 784px;
  padding-top: 13px;
  padding-bottom: 16px;
  box-shadow: 0 2px 8px rgba(5, 31, 53, 0.2);
}

.ranking-block h2 {
  font-size: 28px;
  line-height: 32px;
  color: #051f36;
  margin: 0 0 7px;
  font-weight: 400;
}

.ranking-block p {
  margin: 0 auto 23px;
  max-width: 340px;
}

.ranking-block .filters {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.ranking-block .filters > * {
  font-size: 16px;
  line-height: 1.2;
}

.ranking-block .filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 22px;
}

.ranking-block .filters ul li {
  margin: 0 0 6px;
}

.ranking-block .filters ul li:hover a,
.ranking-block .filters ul li.active a {
  background: #051f36;
  color: #fff;
}

.ranking-block .filters ul a {
  display: block;
  border-radius: 4px;
  color: #051f36;
  background: #fff;
  border: 1px solid #051f36;
}

.ranking-block .col {
  width: 176px;
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
}

.filter-content {
  overflow: hidden;
}

.filter-content .text-label,
.filter-content .flag {
  display: inline-block;
  vertical-align: middle;
}

.filter-content .flag {
  font-size: 0;
  line-height: 0;
  margin: 0 5px 0 0;
  min-width: 18px;
  text-align: center;
}

.filter-content .flag img {
  vertical-align: top;
}

.filter-content [type="checkbox"] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.filter-content .custom-input {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #051f36;
  position: relative;
  margin-right: 5px;
}

.filter-content [type="checkbox"] + .custom-input:before {
  content: '';
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid #fff;
  border-width: 0 0 3px 3px;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: -4px 0 0 -5px;
}

.filter-content [type="checkbox"]:checked + .custom-input {
  background: #051f36;
}

.filter-content [type="checkbox"]:checked + .custom-input:before {
  opacity: 1;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.check-list > * {
  font-size: 16px;
  line-height: 1.2;
}

.check-list li {
  padding: 7px 8px 7px;
  font-size: 12px;
  line-height: 16px;
  color: #555;
  border-bottom: 1px solid #ccc;
}

.check-list li:last-child {
  border-bottom: 0;
}

.check-list li.subhead {
  background: #e1e4e7;
}

.additional-block {
  position: relative;
  background: #e5e5e5;
  padding: 16px 0 0;
}

.additional-block .main-holder {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.additional-block .main-holder .main-holder {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.additional-block .league-table th.rank {
  width: 42px;
}

.additional-block .league-table th.club {
  width: 50px;
}

.additional-block .league-table td.club {
  text-align: center;
}

.additional-block .league-table td.name .pos {
  display: inline;
}

.additional-block .league-table td strong.value {
  color: #051f36;
  padding: 0 3px;
  display: block;
  font-size: 14px;
}

.btn-filters {
  position: absolute;
  right: 5px;
  top: 6px;
  background: #051f36;
  padding: 5px 7px 7px 30px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  border-radius: 5px;
  display: none;
}

.btn-filters:hover {
  color: #fff;
  opacity: 0.8;
}

.btn-filters:before {
  width: 14px;
  height: 10px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin: -5px 0 0;
  content: '';
  background: url("../images/icon-filter.svg") no-repeat;
  background-size: 100% 100%;
}

.filters-aside .head {
  background: #f4f4f4;
  height: 44px;
  padding: 12px 10px 8px;
  display: none;
}

.filters-aside .btn-cancle,
.filters-aside #btn-clear {
  font-size: 14px;
  line-height: 20px;
  color: #1c71b8;
}

.filters-aside .btn-cancle:hover,
.filters-aside #btn-clear:hover {
  opacity: 0.7;
}

.filters-aside .btn-cancle {
  float: left;
  padding-left: 18px;
  position: relative;
}

.filters-aside .btn-cancle:before {
  font-family: 'icomoon';
  content: '\e906';
  font-size: 18px;
  position: absolute;
  left: -3px;
  top: 0;
}

.filters-aside #btn-clear {
  float: right;
}

.filters-aside .opener {
  background: #041a30;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  padding: 12px 10px;
  font-family: "proximanova", sans-serif;
  letter-spacing: 1.33px;
  position: relative;
  display: none;
}

.filters-aside .opener:before {
  font-family: 'icomoon';
  content: '\e906';
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 11px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.acc-wrapper.active .opener:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.player-page #header {
  background: #0f0717;
}

.player-page .breadcrumbs {
  background: -webkit-linear-gradient(left, #501b36 0%, #162742 100%);
  background: linear-gradient(to right, #501b36 0%, #162742 100%);
}

.player-page .visual-block {
  background: -webkit-linear-gradient(left, #9c1737 0%, #272f4f 100%);
  background: linear-gradient(to right, #9c1737 0%, #272f4f 100%);
}
.visual-block .header_matchblock{
	width:40%;margin-left:30%;background:#3f4d56;text-align:center;margin-top:-20px; border-radius: 3px;color:#fff;line-height:20px; margin-bottom: 15px;
	padding: 5px;
}
.visual-block .header_matchblock .ico-flag{
	display: inline-block; margin-bottom: -3.8px; margin-right: 3px;
}
.visual-block .header_matchblock a{
	color:white;
	opacity:0.9;
}
.visual-block .header_matchblock a:hover{
	opacity:0.5;
	text-decoration:underline;
}

.player-info {
  width: 100%;
  height: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  color: #fff;
}

.player-info .col-left {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.player-info .col-left img.teamlogo{
	min-width: 50px;
	float:left;
	width:60px;
	margin-bottom: 18px;
	margin-right: -5px;
}

.player-info .player-img {
  width: 100px;
  margin: 0 2px  0;
  text-align: center;
}

.player-info .player-img img {
  vertical-align: top;
  max-width: 100%;
  min-width:100px;
  min-height:100px;
}

.team .player-info .col-left{
	-webkit-box-align: center;
	-ms-flex-align: inherit;
	align-items: center;
	padding-top:5px;
}

.player-info h1, .player-info .h1 {
	font-size: 36px;
	line-height: 38px;
	color: #fff;
	font-family: sans-serif;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    max-height: 46px;
    width: 100%; /* 416px;*/
}
.player-info.smaller h1{
	font-size: 34px;
	line-height: 42px;	
}

.player-info .player-name {
  padding: 0 0 15px;
}
body.team-page .player-info .player-name{
	padding: 0 0 0px;
}
.player-info .icon-help{
    float: right;
    margin-left: 3px;
}

.player-info .pos, .competition-page .pos {
  display: block;
  font-size: 17px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.competition-page .pos {
	color:#fff;
}

.player-info .pos a{
	color:#fff;
}
.player-info .pos a:hover{
	opacity:0.7;
	text-decoration:underline;
}

.player-info .col-right {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 0 0px;
}

.player-info .box {
  text-align: center;
  padding: 0 10px;
  position: relative;
  margin-top:5px;
}

.player-info .ratings {
  width: 44px;
  height: 44px;
  color: #fff;
  display: block;
  margin: inherit;/*0 auto 2px;*/
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  border-radius: 100%;
  background: #4ed10d;
  border: 2px solid #4ed10d;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 6px;
  /*margin-left:4px;*/
  display:inline-block;
  margin-left: -5px;
}
.player-info .box .difference, #comparePlayers .difference{
	width:30px;
	height:30px;
	background-repeat: no-repeat;
	background-size:contain;
    top: 14px;
	display:inline-block;
	line-height: 12px;
	cursor:help;
    float: right;
    margin-top: 17px;
	margin-right:2px;
}
@media (min-width: 768px) {
	.player-info .box .difference{	

	}
}
.player-info .box .difference{
	cursor:pointer;
	margin-top: 0px;
	float: none;
	margin-left: 3px;
	margin-right: auto;
	POSITION: absolute;
	margin-left: -7px;
	top:2px;
}
.player-info .box .difference:hover{
	width:34px;
	height:34px;
	top: 0px;
	margin-left: -9px;
}
.player-info .box .difference.team{
	margin-left: 5px;
}
.player-info .box .difference.team:hover{
	margin-left: 3px;
}
.player-info .box .difference.up, #comparePlayers .difference.up{
	background-image: url('https://www.footballcritic.com/images/graph_up.png');
	color: #6fc418;
}
.player-info .box .difference.down, #comparePlayers .difference.down{
	background-image: url('https://www.footballcritic.com/images/graph_down.png');
	color: #f21817;
}

.player-info .ratings.white {
  background: #fff;
  color: #ff5900;
  border-color: #ff5900;
}

.player-info .val {
  font-size: 23px;
  line-height: 44px;
  font-weight: 700;
}

.player-info .title {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  display: block;
  letter-spacing: -0.49px;
}

.player-info .title .ico {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px 1px 0; 
}
.player-info .title .tx{
    line-height: 16px;
    display: inline-block;
    margin-top: 2px;
}

.player-info .title .ico img {
  vertical-align: top;
}

.player-info .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 13px;
  opacity: 0.6;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.player-info .icon-help-with-circle {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin: 0 0 0 3px;
  opacity: 0.6;
}

.player-stats {
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.player-stats .head {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 7px 7px;
  /*border-bottom: 1px solid #ccc;*/
  border-bottom: 1px solid #fff;
}

.player-stats .back-btn {
  background: #e6e9eb;
  border-radius: 3px;
  font-size: 13px;
  line-height: 20px;
  color: #051f36;
  padding: 2px 13px 2px 7px;
  position: relative;
  cursor:pointer;
}
.player-stats .back-btn.next{
	margin-left:7px;
}
.player-stats .back-btn.next.disabled, .player-stats .back-btn.prev.disabled{
	color:#a7aeb3;	
	cursor:default;
}
.player-stats .back-btn.next:hover, .player-stats .back-btn.prev:hover {
  background: #e6e9eb !important;
}

.player-stats .back-btn:before {
  position: absolute;
  top: 50%;
  left: 2px;
  content: '\e906';
  font-family: 'icomoon';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
}
.player-stats .back-btn.next:before{
	content: '\e905';
	right: 2px;
	left: auto;
	
}
.player-stats .back-btn.next {
	padding: 2px 7px 2px 13px;
}

.player-stats .back-btn:hover {
  background: #d1d1d1;
}

.player-stats .right-head {
  margin-left: auto;
}

.player-stats .right-head .col {
  display: inline-block;
}

.player-stats .right-head .title {
  display: inline-block;
  vertical-align: middle;
  color: #323232;
  font-size: 13px;
  line-height: 20px;
}

.player-stats .right-head .title.visible-xs {
  display: none;
}

.player-stats .right-head ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.player-stats .right-head ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
}

.player-stats .right-head ul li a {
  display: block;
  border: 1px solid #051f36;
  color: #051f36;
  font-size: 13px;
  line-height: 20px;
  border-radius: 3px;
  min-width: 30px;
  padding: 1px 5px;
}

.player-stats .right-head ul li.active a,
.player-stats .right-head ul li:hover a {
  color: #fff;
  background: #051f36;
}

.player-stats .column {
  width: 41.4%;
  margin: 0;
}

.player-stats .column:first-child {
  width: 58.6%;
  border-right: 1px solid #e4e4e4;
}

.player-stats .ad-box-lg {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.player-stats .voting {
  position: absolute;
  right: 8px;
  top: 4px;
}

.player-stats .voting .title {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  opacity: 0.8;
  font-weight: 400;
  margin: 0 2px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.player-stats .voting .time {
  display: inline-block;
  vertical-align: middle;
  background: #d1110b;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 0 3px 0 14px;
  position: relative;
}

.player-stats .voting .time:before {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 0.4;
  content: '';
  position: absolute;
  left: 4px;
  top: 5px;
  border-radius: 100%;
}

.player-stats .match-box {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 7px;
  margin: 0 0 6px;
}

.player-stats .match-box .info-box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 0 0 30px;
  font-size: 14px;
  line-height: 18px;
  color: #323232;
}

.player-stats .match-box .info-box.align-right {
  padding: 0 30px 0 0;
}

.player-stats .match-box .info-box.align-right .team-name {
  text-align: right;
}

.player-stats .match-box .img {
  width: 30px;
  display: block;
}

.player-stats .match-box .img img {
  max-width: 100%;
  vertical-align: top;
}

.player-stats .match-box .team-name {
  width: 74%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.player-stats .match-box .goals {
  width: 50px;
  text-align: center;
  position: absolute;
  left: 50%;
  font-size: 18px;
  line-height: 22px;
  color: #051f36;
  font-weight: 700;
  margin: 6px 0 0 -25px;
}

.player-stats .rating-box {
  text-align: center;
  margin: 0 0 18px;
}

.player-stats .rating-box .title {
  display: block;
  color: #323232;
  font-size: 13px;
  margin: 0 0 2px;
  letter-spacing: 0.12px;
}

.player-stats .rating-box .counter {
  font-size: 0;
  line-height: 0;
  width: 140px;
  background: #ffdbcc;
  border-radius: 4px;
  padding: 4px;
  margin: 0 auto;
}

.player-stats .rating-box .counter > * {
  font-size: 16px;
  line-height: 1.2;
}

.player-stats .rating-box .btn-minus,
.player-stats .rating-box .btn-plus {
  background: #fff;
  border: 1px solid #ff4d00;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  color: #4e4e4e;
  font-weight: 700;
  font-size: 16px;
  line-height: 34px;
}

.player-stats .rating-box .num {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  line-height: 36px;
  color: #ff5900;
  width: 60px;
  font-weight: 700;
  letter-spacing: -0.78px;
}

.player-stats .stats-box {
  overflow: hidden;
  padding: 0 0 4px;
}

.player-stats .stats-box .wrap {
  overflow: hidden;
  margin: 0 0 2px;
}

.player-stats .stats-box .wrap .img {
  float: left;
  width: 42px;
  border: 5px solid #ffffff;
  border-radius: 100%;
}

.player-stats .stats-box .wrap .img img {
  width: 100%;
  display: block;
  border-radius: 100%;
}

.player-stats .stats-box .wrap .title {
  padding: 12px 0 5px;
  font-size: 13px;
  line-height: 16px;
  display: block;
  color: #323232;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.player-stats .stats-box .stats-info {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.player-stats .stats-box .stats-info > * {
  font-size: 16px;
  line-height: 1.2;
}

.player-stats .stats-box .stats-info li {
  width: 33.333%;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 10px;
  margin: 0 0 15px;
  box-shadow: 1px 0 0 rgba(5, 31, 54, 0.2);
}

.player-stats .stats-box .stats-info .subtitle {
  display: block;
  color: #323232;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.11px;
  opacity: 0.6;
}

.player-stats .stats-box .stats-info .txt {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #323232;
}

.player-stats.addition .player-graph .graph-wrap, .matchpage .graph-wrap {
  padding: 19px 0 0;
  margin: 0 0 0px;
}

.player-stats.addition .player-graph .graph-wrap ul li {
  height: 20px;
}

.player-stats.addition .player-graph .graph-wrap ul li .point {
  line-height: 20px;
}

.player-stats.addition .player-graph .graph-wrap .graph-elements {
  height: 130px;
  bottom: 10px;
  padding: 0 14px 0 45px;
}

.player-stats.addition .player-graph .graph-wrap .graph-elements .line {
  height: 130px;
}

.player-stats.addition .player-graph .graph-wrap .graph-elements .team-logo.p1 {
  left: 30px;
  bottom: -17px;
}

.player-stats.addition .player-graph .graph-wrap .graph-elements .team-logo.p2 {
     left: 24.1%;
  bottom: 43px;
}

.player-stats.addition .player-graph .graph-wrap .graph-elements .team-logo.p3 {
left: 40.8%;
  bottom: 63px;
}

.player-stats.addition .player-graph .graph-wrap .graph-elements .team-logo.p4 {
    left: 57.4%;
  bottom: 46px;
}

.player-stats.addition .player-graph .graph-wrap .graph-elements .team-logo.p5 {
left: 73.4%;
  bottom: 35px;
}

.player-stats.addition .player-graph .graph-wrap .graph-elements .team-logo.p6 {
left: 90.8%;
  right: 10px;
  bottom: 23px;
}

.player-stats.addition .match-box {
  padding: 15px 10px;
  min-height:109px;
}

table.stats-table li.icon-down{
    margin-top: -6px;
    position: absolute;
}

.player-stats.addition .match-box .info-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0 0 0 40px;
}

.player-stats.addition .match-box .info-box.align-right {
  padding: 0 40px 0 0;
}

.player-stats.addition .match-box .info-box.align-right .team-name {
  text-align: center;
}
.player-stats.addition .match-box  a{
	color:#323232;
}
.player-stats.addition  a.compLink{
	color: #a0a0a0;
}
.player-stats.addition .match-box  a:hover, .player-stats.addition  a.compLink:hover{
	text-decoration:underline;
	color:#1c71b8;
}

.player-stats.addition .match-box .img {
  width: 100%;
  text-align: center;
  margin: 0 0 13px;
}

.player-stats.addition .match-box .img img {
  width: auto;
  height: 48px;
}

.player-stats.addition .match-box .team-name {
  width: 100%;
  font-size: 12px;
  text-align: center;
}

.player-stats.addition .match-box .time-box {
  width: 78px;
  position: absolute;
  left: 50%;
  padding: 1px 0 0;
  margin: 0 0 0 -39px;
  text-align: center;
}

.player-stats.addition .match-box .time-box .time {
  background: #051f36;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  line-height: 17px;
  padding: 2px;
  font-weight: 700;
  display: block;
  letter-spacing: 1.5px;
  margin: 0 0 12px;
}

.player-stats.addition .match-box .time-box .start-time {
  font-size: 12px;
  line-height: 18px;
  color: #323232;
  opacity: 0.6;
  display: block;
  margin: 0 0 2px;
}

.player-stats.addition .add-info {
  text-align: center;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  color: #a0a0a0;
  /*opacity: 0.6;*/
  padding: 0 10px 15px;
  border-bottom: 1px solid #e4e4e4;
}

.player-graph {
  overflow: hidden;
  padding: 0 7px;
}

.player-graph .graph-wrap {
  position: relative;
  padding: 14px 0 0;
  margin: 0 0 13px;
}

.player-graph .graph-wrap ul li {
  overflow: hidden;
  height: 35px;
  position: relative;
}

.player-graph .graph-wrap ul li:before {
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  background: #e4e4e4;
  opacity: 1;
  content: '';
}

.player-graph .graph-wrap ul li .point {
  width: 28px;
  font-size: 13px;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.5);
  background: #fff;
  display: block;
  position: relative;
  z-index: 1;
  padding: 0 2px;
}

.player-graph .graph-wrap .graph-elements {
  position: absolute;
  left: 0;
  bottom: 17px;
  padding: 0 12px 0 47px;
  height: 143px;
  width: 99%;
}

.player-graph .graph-wrap .graph-elements .line {
  width: 100%;
  height: 143px;
  vertical-align: top;
}

.player-graph .graph-wrap .graph-elements .team-logo {
  position: absolute;
  height:32px;
}

.player-graph .graph-wrap .graph-elements .team-logo.p1 {
  left: 34px;
  bottom: 55px;
}

.player-graph .graph-wrap .graph-elements .team-logo.p2 {
  left: 26.2%;
  bottom: -13px;
}

.player-graph .graph-wrap .graph-elements .team-logo.p3 {
  left: 40.8%;
  bottom: 88px;
}

.player-graph .graph-wrap .graph-elements .team-logo.p4 {
  left: 57.6%;
  bottom: 123px;
}

.player-graph .graph-wrap .graph-elements .team-logo.p5 {
  left: 75.5%;
  bottom: 94px;
}

.player-graph .graph-wrap .graph-elements .team-logo.p6 {
  left: auto;
  right: 10px;
  bottom: 75px;
}

.player-graph ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.player-graph ul.rating-poits {
  padding: 0 8px 0 32px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	*/
}
.player-graph ul.rating-poits li{
	width: 18.3%;
}
.player-graph ul.rating-poits li:nth-child(6n){
	width:auto;
}

.player-graph ul.rating-poits .ratings {
  background: #4ed10d;
  text-align: center;
  width: 28px;
  height: 28px;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  display: block;
  border-radius: 100%;
  font-weight: 700;
}

.player-graph ul.rating-poits .ratings.orange {
  background: #ff5900;
}

.stats-table {
  width: 100%;
  border-collapse: collapse;
}

.stats-table th {
  background: #ebebeb;
  font-weight: normal;
  font-size: 11px;
  line-height: 23px;
  color: #000; /*rgba(74, 74, 74, 0.7);*/
    text-transform: uppercase;
}

.stats-table th img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.stats-table th.comp {
  padding-left: 8px;
  width: 60px;
  text-align: left;
}

.stats-table th.date {
  padding-left: 7px;
  width: 80px;
  text-align: left;
}

.stats-table th.fixture {
  width: 350px;
}
.stats-table.teamMatches th.fixture{
	width: auto;
}
.stats-table.teamMatches .ratings{
	width: 10%;
}
.holderMatches{
	width:100%;
}

.stats-table th.info {
  text-align: right;
}

.stats-table th.mins {
  width: 30px;
}

.stats-table th.ratings {
  width: 34px;
}

.stats-table th.fans {
  width: 44px;
}

.stats-table td {
  font-size: 12px;
  line-height: 26px;
  color: #323232;
  padding: 5px 0;
  border-bottom: 1px solid #e4e4e4;
}
.stats-table.teamMatches td {
    /*line-height: 29px;*/
}
.stats-table.teamMatches a:hover{
	text-decoration:underline;
}
.stats-table.teamMatches td.form{
	width:40px;
}

.stats-table td.comp {
  padding-left: 8px;
}

.stats-table td.date {
  padding-left: 7px;
  color: #99a4ad;
}
.stats-table .mobDate{
	color: #99a4ad;
	padding-left: 6px;
}
.stats-table .minsTel{
	color: #99a4ad;
}
.moreMatchInfo{
	display:none;
}
.moreMatchInfo .holding{
	padding-left:10px;
	padding-top: 5px;
	padding-bottom: 7px;
}
.moreMatchInfo .holding .item{
	line-height:24px;
}
.stats-table .moreMatchInfo .ico-flag{
    margin: 0 5px 2px 0;
}

.stats-table td.info {
  text-align: right;
  min-width: 20px;
}

.stats-table td.info img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
}

.stats-table td.mins {
  text-align: center;
    padding-right: 3px;
}

.stats-table td.fans {
  text-align: center;
}

.stats-table .ico-flag {
  display: inline-block;
  /*display:none;*/
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
  width: 15px;
  text-align: center;
  margin: 0 5px 0 0;
}

.stats-table .ico-flag img {
  width: 100%;
  display: block;
  height: auto;
}

.stats-table .txt {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  text-transform: uppercase;
}

.stats-table .info-box {
  width: 50%;
  position: relative;
}

.stats-table .info-box .icon-holder {
  width: 22px;
  position: absolute;
  left: 0;
  top: 0;
}

.stats-table .title, .playerList .title {
  display: block;
  color: #85818a;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
}

.stats-table .num, .playerList .num {
  display: block;
  color: #4ed10d;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.stats-table .num.orange, .playerList .num.orange{
  color: #ff5900;
}

.stats-table .num.red, .playerList .num.red {
  color: #c41b16;
}

.stats-table .rating, .graph-tip .rating {
  width: 28px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  background: #4ed10d;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-radius: 100%;
  margin: 0 auto;
	margin-right: 7px;
    margin-top: -2px;
    margin-bottom: -1px;
}
.graph-tip{
	line-height:18px;
	width:100%;
	padding-top:5px;
	letter-spacing:0px;
}
.graph-tip .extra{
	margin-top:5px;
	margin-bottom:3px;
}
.graph-tip .rating {
	float: none;
	display:inline-block;
	margin-left:10px;
}

.stats-table .rating.orange {
  background: #ff5900;
}

.stats-table .rating.red {
  background: #c41b16;
}

.stats-table .btn-info {
	z-index:1; 
  top: 50%;
  left: 50%;
     margin: 0 0 0 -21px;
  width: 42px;
  padding: 0px 0 0;
  border-radius: 2px;
  position: absolute;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  border-radius: 2px;
  background: #051f36;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.stats-table .btn-info.grey{
	color: rgba(5, 31, 54, 0.5) !important;
}

.stats-table .match-box {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.stats-table .match-box .info-box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 0 0 31px;
}

.stats-table .match-box .info-box.align-right {
  padding: 0 19px 0 0;
}
.stats-table .match-box .info-box{
	padding: 0 0 0 27px;
}
.stats-table.player .match-box .info-box.align-right{
	padding: 0 18px 0 0;
}
.team-page .stats-table.player .match-box .info-box.align-right{
    padding: 0 18px 0 0;
}

.stats-table .match-box .info-box.align-right .team-name {
  text-align: right;
    width: calc(100% - 40px);
}

.stats-table .match-box .sm-txt {
  font-size: 13px;
  text-transform: uppercase;
}

.stats-table .match-box .img {
  width: 24px;
  display: block;
  text-align: center;
  
}
.stats-table .match-box .info-box .img {
	margin-left: 0px;
	margin-right: 6px;
}
.stats-table .match-box .info-box.align-right .img {
	margin-left: 6px;
	margin-right: 0px;
}

.stats-table .match-box .img img {
  max-width: 100%;
  vertical-align: top;
  /*margin-top:3px;*/
  margin-top:1px;
  max-height:22px;
}

.stats-table .match-box .team-name {
  width: 84%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wins-block {
  overflow: hidden;
  padding: 20px 34px 16px;
}

.wins-block .box {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: top;
  width: 173px;
  padding: 0 10px 0 0;
}

.wins-block .box > * {
  font-size: 16px;
  line-height: 1.2;
}

.wins-block .trophy-box {
  float: left;
  position: relative;
  margin: 0 34px 0 0;
}

.wins-block .trophy-box img {
  vertical-align: top;
}

.wins-block .trophy-box .icon {
  position: absolute;
  left: 50%;
  bottom: -11px;
  font-size: 0;
  line-height: 0;
  border: 2px solid #fff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.wins-block .trophy-box .icon img {
  vertical-align: top;
}

.wins-block .trophy-box .icon.circle {
  border-radius: 100%;
}

.wins-block .trophy-box .icon.circle img {
  border-radius: 100%;
}

.wins-block .trophy-box .num {
  position: absolute;
  right: -29px;
  top: 4px;
  background: #d1110b;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.wins-block .textbox {
  overflow: hidden;
  padding: 2px 0 0;
}

.wins-block .title {
  display: block;
  font-weight: 400;
  color: #323232;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 2px;
}

.wins-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wins-block ul li {
  font-size: 13px;
  line-height: 16px;
  color: #000;
  opacity: 0.4;
}

.domestic-table {
  width: 100%;
  border-collapse: collapse;
}
.domestic-table th img{
	float: left;height:20px;width:20px;margin-right: 6px; margin-top: -2px;
}

.domestic-table tr.total td {
  font-weight: 700;
}

.domestic-table tr.total td:first-child {
  padding-left: 34px;
}

.domestic-table th {
  background: #ebebeb;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  color: #000;
  padding: 6px 8px 5px;
  text-align: left;
  border-bottom: 1px solid #9d9fa1;
    text-transform: uppercase;
}

.domestic-table th.games {
  /*width: 112px;*/
}

.domestic-table th.mins {
  width: 58px;
}

.domestic-table th.goals {
  width: 56px;
}

.domestic-table th.min-goal {
  width: 76px;
}

.domestic-table th.assist {
  width: 60px;
}

.domestic-table th.yellow {
  width: 56px;
}

.domestic-table th.red {
  width: 38px;
}

.domestic-table .btn-drop {
  display: inline-block;
  vertical-align: middle;
  background: #051f36;
  color: #fff;
  border-radius: 5px;
  padding: 2px 24px 2px 9px;
  position: relative;
  margin: 0 0 0 3px;
}

.domestic-table .btn-drop:after {
  position: absolute;
  right: 10px;
  top: 50%;
  content: '';
  margin: -1px 0 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
}

.domestic-table td {
  font-size: 12px;
  line-height: 24px;
  color: #414141;
  padding: 5px 8px 5px;
  border-bottom: 1px solid #e4e4e4;
}

.domestic-table .ico-flag {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  font-size: 0;
  line-height: 0;
  margin: 0 4px 0 0;
}

.domestic-table .ico-flag img {
  vertical-align: top;
}

.domestic-table .txt {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  margin-top: -1px;
}

.player-information {
  padding: 2px 0 0;
}
table.stats-table li.icon-fc{
	top: 5px;
	position: relative;
	margin-right: 8px;
}

.timeline-block {
  position: relative;
  margin: 0px 0 10px;
}

.timeline-block .heading {
  padding: 9px 8px 9px;
  overflow: hidden;
  background: #051f36;
  position: relative;
  margin: 0 0 16px;
  display: none;
}

.timeline-block .heading h2 {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  color: #fff;
  font-family: "proximanova", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.33px;
}

.timeline-block .team-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  background: #fff;
  padding: 0 9px;
  border-top: 1px solid #d0d0d0;
}

.timeline-block .team-row:first-child {
  border-top: 0;
  border-bottom: 1px solid #d0d0d0;
}

.timeline-block .team-row .team-logo {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 9px 0 0;
}

.timeline-block .team-row .team-logo img {
  width: auto;
  max-height: 30px;
}

.timeline-block .team-row .team-name {
  color: #323232;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 1.17px;
  text-transform: uppercase;
  font-family: "proximanova", sans-serif;
}

.match-timeline {
  height: 24px;
  background: #d0d0d0;
  position: absolute;
  top: 50%;
  left: 105px;
  right: 45px;
  margin: -12px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0px;
}

.match-timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  content: '';
  width: 1px;
  background: rgba(5, 31, 54, 0.2);
}

.match-timeline .progress {
  /*background: #04192b;*/
  background: #6f7c8a;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}

.match-timeline .start,
.match-timeline .end,
.match-timeline .mid {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  z-index: 1;
  padding: 0 3px;
  font-weight: 700;
}

.match-timeline .mid {
  position: absolute;
  left: 50%;
  top: 0;
  width: 20px;
  height: 24px;
  padding: 0;
  text-align: center;
  margin: 0 0 0 -10px;
}

.match-timeline .mid:before,
.match-timeline .mid:after {
  width: 2px;
  height: 24px;
  background: #051f36;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -1px;
  content: '';
}

.match-timeline .mid:before {
  top: auto;
  bottom: 100%;
}

.match-timeline .end {
  left: auto;
  right: 0;
}
.match-timeline .end:before,
.match-timeline .end:after {
  width: 2px;
  height: 24px;
  background: #051f36;
  position: absolute;
  top: 100%;
  left: 45%;
  margin: 0 0 0 -1px;
  content: '';
}

.match-timeline .end:before {
  top: auto;
  bottom: 100%;
}

.match-timeline ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 24px;
  font-size: 12px;
  color: #fff;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0 13px;
}

.match-timeline ul:hover {
  z-index: 3;
}

.match-timeline ul li {
  position: absolute;
  min-width: 7px;
  text-align: center;
    padding-top: 15px;
    margin-top: -15px;
    margin-bottom: 10px;
    height: 54px;
}
.timeline-event.tipholder{
	cursor:pointer;
}
li.timeline-event{
	cursor:pointer;
}

/*ICONS*/
li.timeline-event .icon-ball-miss.home{
	position:absolute; margin-top: -39px;margin-left: -11.5px;float:left;
}
li.timeline-event .icon-ball.home{
	position:absolute; margin-top: -39px;margin-left: -9px;float:left; z-index: 2;
}
li.timeline-event .icon-ball-miss.away{
	position:absolute; margin-top: 4px;margin-left: -11.5px;float:left;
}
li.timeline-event .icon-ball.away{
	position:absolute; margin-top: 4px;margin-left: -9px;float:left; z-index: 2;
}
li.timeline-event .icon-yellowcard.home{
	position:absolute; margin-top: -39px;margin-left: -8px;float:left;
}
li.timeline-event .icon-yellowcard.away{
	position:absolute; margin-top: 4px;margin-left: -8.5px;float:left;
}
li.timeline-event .icon-yellow-cards.home{
	position:absolute; margin-top: -39px;margin-left: -8px;float:left;
}
li.timeline-event .icon-yellow-cards.away{
	position:absolute; margin-top: 4px;margin-left: -8.5px;float:left;
}
li.timeline-event .icon-redcard.home{
	position:absolute; margin-top: -39px;margin-left: -8px;float:left;
}
li.timeline-event .icon-redcard.away{
	position:absolute; margin-top: 4px;margin-left: -8.5px;float:left;
}
.timeline-event.tipholder.home:hover .icon48x48{
	margin-top: -41px !important;
}
.timeline-event.tipholder.away:hover .icon48x48{
	margin-top: 2px !important;
}
.jBox-wrapper .cmtLine{
	line-height:36px;
	clear:left;
	display:inline-block;
	width:100%;
}
.jBox-wrapper{
	max-width:300px;
}
.jBox-wrapper .min{
	float:right;
	margin-right:0px;
	margin-top:-2px;
	margin-bottom:-12px;
	font-weight:600;
}
.jBox-wrapper .cmtLine img{
	float:left;
	height:32px;
	margin-right:6px;
}
.timeline-event.tipholder:hover div{
    opacity:1.0;
	font-size: 10px;
    line-height: 24px;
    width: 5px;
	margin-top: 0px;
	margin-left:-1px;

}


.match-timeline ul .timeline-event.p1 {
  left: 28%;
}

.match-timeline ul .timeline-event.p2 {
  left: 35%;
}

.match-timeline ul .timeline-event.p3 {
  left: 47%;
}

.match-timeline ul .timeline-event.p4 {
  left: 55%;
}

.match-timeline ul .timeline-event.p5 {
  left: 80%;
}

.match-timeline ul .timeline-event.p6 {
  left: 90%;
}

.match-timeline ul .timeline-event.p7 {
  left: 17%;
}

.match-timeline ul .timeline-event.p8 {
  left: 26%;
}

.match-timeline ul .timeline-event.p9 {
  left: 34%;
}

.match-timeline ul .timeline-event.p10 {
  left: 43%;
}

.match-timeline ul .timeline-event.p11 {
  left: 51%;
}

.match-timeline ul .timeline-event.p12 {
  left: 62%;
}

.match-timeline ul .timeline-event.p13 {
  left: 65.5%;
}

.match-timeline ul .timeline-event.p14 {
  left: 70%;
}

.match-timeline ul .timeline-event.p15 {
  left: 92%;
}

.match-timeline .timeline-time {
    background: #fff;
    font-size: 10px;
    line-height: 20px;
    width: 3px;
	margin-top: 2px;
	opacity:0.8;
}

.match-timeline .timeline-team-1,
.match-timeline .timeline-team-2 {
  position: absolute;
  bottom: 100%;
  height: 24px;
  width: 100%;
  padding: 1px 0 0;
}

.match-timeline .timeline-team-1:hover,
.match-timeline .timeline-team-2:hover {
  cursor: pointer;
}

.match-timeline .timeline-team-1:hover .tooltip,
.match-timeline .timeline-team-2:hover .tooltip {
  display: block;
}

.match-timeline .ico-ball,
.match-timeline .ico-arrow,
.match-timeline .ico-card {
  width: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
  max-width: inherit;
}

.match-timeline .ico-card {
  width: 14px;
  margin: -9px 0 0 -7px;
}

.match-timeline .ico-arrow {
  width: 21px;
  margin: -8px 0 0 -10px;
}

.match-timeline .timeline-team-2 {
  bottom: auto;
  top: 100%;
  padding: 3px 0 0;
}

.match-timeline .timeline-team-2 .tooltip {
  bottom: auto;
  top: 100%;
  box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.24);
}

.match-timeline .timeline-team-2 .tooltip:after {
  top: auto;
  bottom: 100%;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}

.match-timeline .timeline-team-2 .tooltip .name {
  text-align: left;
}

.tooltip {
  width: 146px;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 100%;
  margin: 0 0 0 -73px;
  background: #fff;
  border-radius: 5px;
  padding: 5px 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.24);
  display: none;
}

.tooltip:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: '';
  margin: 0 0 0 -10px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}

.tooltip .img {
  width: 30px;
  margin: 0 auto 2px;
}

.tooltip .img img {
  width: 100%;
  display: block;
}

.tooltip .name {
  display: block;
  color: #051f36;
  text-align: center;
}

.tooltip .pos {
  display: block;
  font-size: 11px;
  color: #000;
  opacity: 0.5;
  text-align: center;
}

.tooltip .person {
  overflow: hidden;
  padding: 0 5px;
}

.tooltip .person .img {
  float: left;
  width: 24px;
  margin: 0 5px 0 0;
}

.tooltip .person .text {
  overflow: hidden;
}

.tooltip .person .name {
  font-size: 10px;
  color: #000;
  opacity: 0.5;
  text-align: left;
}

.tooltip .person:first-child {
  margin: 0 0 5px;
}

.tooltip .person:first-child .name {
  color: #051f36;
  font-size: 12px;
  opacity: 1;
}

.positions-block {
  overflow: hidden;
  margin: 0 0 16px;
}

.ground-box {
  overflow: hidden;
  position: relative;
  height: 635px;
  margin-bottom:20px;
}
.ground-box .pitchLogos{
	position:absolute;opacity:0.6;text-align:left;width:100%;height:100%;
}
.ground-box .pitchLogos img.home{
	margin-left: 20px;top:25px;position: absolute;
	width:40px;
}
.ground-box .pitchLogos, .position-holder{
	max-width:512px;
}
.ground-box .pitchLogos img.away{
	margin-left: 20px;bottom:25px;position: absolute;
	width:40px;
}

.ground-box .img-ground {
  position: absolute;
  left: 0;
  width: 512px;
  height: 635px;
  
}

.position-holder {
  width: 100%;
  height: 635px;
  position: relative;
}

.player-box {
  width: 75px;
  text-align: center;
  position: absolute;
}

.player-box .shirt {
  width: 34px;
  margin: 0 auto 2px;
  position: relative;
}

.player-box .shirt img {
  width: 100%;
  vertical-align: top;
}

.player-box .shirt .num {
  position: absolute;
  left: 0;
  top: 8px;
  width: 100%;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}

.player-box .shirt .num.red {
  color: #d1110b;
}

.player-box .player-name {
  display: block;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 700;
  position: relative;
}

.player-box .icons {
  font-size: 0;
  line-height: 0;
    margin-top: 20px;
    position: absolute;
    width: 100%;
}
.ground-box{
}
.ground-box .icons span{
	margin-left:3px;
	vertical-align: top;
}

.player-box .icons > * {
  font-size: 16px;
  line-height: 1.2;
}

.player-box .ico {
  position: relative;
  display: inline-block;
  line-height: 0;
  font-size: 0;
  margin: 0 1px;
}

.player-box .points {
  background: #d1110b;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 5px;
  text-align: center;
  line-height: 6px;
  position: absolute;
  right: 0;
  top: 0;
}

body.player-page .teamLogo img{
    margin-top: -11px;
    position: absolute;
}
body.player-page .teamLogo{
	width:26px;
}

.player-box.p1 {
  top: 171px;
  left: 13px;
}

.player-box.p2 {
  top: 87px;
  left: 12%;
}

.player-box.p3 {
  top: 171px;
  left: 12%;
}

.player-box.p4 {
  top: 255px;
  left: 12%;
}

.player-box.p5 {
  top: 10px;
  left: 21.7%;
}

.player-box.p6 {
  top: 91px;
  left: 24%;
}

.player-box.p7 {
  top: 171px;
  left: 28.5%;
}

.player-box.p8 {
  top: 251px;
  left: 24%;
}

.player-box.p9 {
  top: 330px;
  left: 21.7%;
}

.player-box.p10 {
  top: 119px;
  left: 38.4%;
}

.player-box.p11 {
  top: 222px;
  left: 38.4%;
}

.player-box.p12 {
  bottom: -74px;
  left: 13px;
}

.player-box.p13 {
  bottom: -74px;
  left: 12%;
}

.player-box.p14 {
  bottom: -74px;
  left: 21.7%;
}

.player-box.p15 {
  top: 175px;
  right: 13px;
}

.player-box.p16 {
  top: 43px;
  right: 14%;
}

.player-box.p17 {
  top: 131px;
  right: 12%;
}

.player-box.p18 {
  top: 219px;
  right: 12%;
}

.player-box.p19 {
  top: 307px;
  right: 14%;
}

.player-box.p20 {
  top: 131px;
  right: 20.3%;
}

.player-box.p21 {
  top: 219px;
  right: 20.3%;
}

.player-box.p22 {
  top: 39px;
  right: 30.3%;
}

.player-box.p23 {
  top: 175px;
  right: 30.3%;
}

.player-box.p24 {
  top: 311px;
  right: 30.3%;
}

.player-box.p25 {
  top: 175px;
  right: 40.4%;
}

.player-box.p26 {
  bottom: -74px;
  right: 13px;
}

.player-box.p27 {
  bottom: -74px;
  right: 12%;
}

.ground-box.newVersion .player-box{
    background: none;
    width: 15%;
}
.ground-box.newVersion .player-box .shirt{
	width:100%;
	margin:0px;
	position: absolute;
	left: 0px;
}
.ground-box.newVersion .player-box .shirt div, .subList .shirt{
	display: inline-block;
	width:28px;
	line-height:24px;
	border-radius:24px;
	font-size:11px;
}
.subList .home{
	text-align:left;
	margin-bottom:3px;
}
.subList .away{
	text-align:right;
	margin-bottom:3px;
}
.subList .away .subIcons{
    display: inline-block;
    vertical-align: bottom;
	height: 22px;
}

.subList .icon48x48.big.icon-substitute_in{
	width:20px;
}
.subList .player-name{
	font-weight: 700;
	font-size: 11px;
	line-height: 14px;
}
.subList .player-name a{
	text-shadow:1px 1px #24313d;
	font-weight: 500;
	letter-spacing:0.4px;
	color:#fff;	
}
.subList .player-name a:hover{
    text-decoration: underline;
    color: #a2c9ea !important;
}
.subList .home .subIcons{
	position:absolute;
	margin-top:5px;
	margin-left:5px;
}
.subList .home .subIcons span{
	margin-right:3px;
}
.subList .subIcons .icon-substitute_in{
	display:none;
}
.ground-box.newVersion .player-box .player-name, .pitch_pos .player-name{
	border-radius: 3px;
	width:auto;
	padding-left: 5px;
	padding-right: 5px;
	min-width: 50px;
	top: 27px; 
	display: inline-block;
	padding-bottom: 1px;;opacity: 1.0;
}
.pitch_pos .player-name{
	position:absolute;
	margin-top:0px;
	margin-left:-36px;
	line-height:18px;
	max-width: 70px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	font-weight: 700;
}
.pitchHolder h4{
	font-size:12px;
	float:left;
	margin-right:10px;
}
.pitch_pos .player-name a{
	color: #fff;
}
.pitch_pos a:hover .player-name{
	text-decoration:underline;
	color:#a2c9ea !important;
}

.stats-block {
  overflow: hidden;
  padding: 8px 7px 16px;
}
.tableWrapper .stats-block {
    padding: 8px 13px 16px;
}
.tableWrapper .stats-block.total, .tableWrapper .stats-block.p90 {
	padding:8px 25px 16px;
}
.tableWrapper .home_logo{
	float: left;  width: 60px; margin-top:15px;margin-left:15px;
	    margin-bottom: 15px;
}
.tableWrapper .away_logo{
	float: right;  width: 60px; margin-top:15px;margin-right:15px;
	    margin-bottom: 15px;
}
.tableWrapper .home_logo.alpha, .tableWrapper .away_logo.alpha{
	opacity:0.01;
	width:0px;
}

.stats-block .head {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 92px;
  padding: 0 2px 10px;
  position: relative;
}

.stats-block .team-box {
  width: 50%;
  padding: 0 0 0 35px;
  text-align: right;
}

.stats-block .team-box:first-child {
  padding: 0 35px 0 0;
  text-align: left;
}


.stats-block .logo {
  width: 24px;
  display: inline-block;
  text-align: center;
  margin: 0 0 12px;
}

.stats-block .logo img {
  height: 24px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.stats-block .points {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #323232;
}

.stats-block .percent-box {
  position: absolute;
  left: 50%;
  top: -2px;
  width: 64px;
  margin: 0 0 0 -32px;
}

.stats-block .percent-box .txt {
  text-align: center;
  color: #323232;
  font-size: 12px;
  line-height: 16px;
  display: block;
  margin: 0 0 6px;
}

.stats-block .percent-box .progress-circle {
  overflow: hidden;
  position: relative;
}

.stats-block .percent-box .progress-circle img {
  vertical-align: top;
}

.stats-block .percent-box .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #323232;
  font-size: 18px;
  line-height: 22px;
}

.stats-block .add-info {
  background: #e9e9e9;
  position: relative;
  z-index: 1;
  padding: 7px 10px 0;
}

.stats-block .add-info:before {
  background: #063c91;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
  width: 50%;
  z-index: -1;
}

.stats-block .add-info .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 0 6px;
}

.stats-block .add-info .side-one {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  width: 50%;
}

.stats-block .add-info .side-one .num {
  color: #fff;
}

.stats-block .add-info .side-two {
  color: #323232;
  font-size: 12px;
  line-height: 16px;
  width: 50%;
  float: right;
  text-align: right;
}

.stats-block .add-info .txt {
  display: block;
}

.stats-block .add-info .num {
  color: #323232;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.stats-block .add-info .inner-box {
  width: 59%;
  margin: 0 auto;
  border: 8px solid #fff;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}

.stats-block .add-info .inner-box .holder {
  padding: 0;
  min-height: 56px;
}

.stats-block .add-info .inner-box .side-one {
  /*padding: 3px 5px;*/
  /*background: url("https://www.footballcritic.com/images/pattern.png");*/
}
.stats-block .inner-box .side-one .txt, .stats-block .inner-box .side-one .num{
	margin-left: 3%;
	margin-top: 2%;
}
.stats-block .inner-box .side-two .txt, .stats-block .inner-box .side-two .num{
    width: 90px;
    margin-left: -90px;
    text-align: right;
    float: right;
    padding-right: 7px;
	display: inline-block;
	margin-top: 3px;
}
.stats-block .inner-box .side-two .num{
    margin-top: 18px;
}
.stats-block .inner-box .side-one .num{
	margin-top: 0%;
}
.stats-block .add-info .inner-box .side-two {
  /*padding: 3px 5px;*/
  /*background: url("https://www.footballcritic.com/images/pattern01.png");*/
}

.stats-block .progress-row {
  overflow: hidden;
  padding: 6px 0 0;
  position: relative;
    margin-top: 5px;
}

.stats-block .progress-row .title {
  color: #323232;
  display: block;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  margin: -1px 0 3px;
  font-weight: 400;
}

.stats-block .progress-row .num {
  position: absolute;
  right: 2px;
  top: 27px;
  color: #323232;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.stats-block .progress-row .num div{
	width:40px;
	text-align:center;
	line-height:16px;
	border-radius:2px;
    font-weight: 400;
    font-size: 12px;
}
.stats-block .progress-row.first .num div{
	width:20px;
}
.stats-block .progress-row.team_a .num.home div{
	background: rgba(167, 198, 0, 0.2);
	color: #000;
}
.stats-block .progress-row.team_b .num div{
	background: rgba(167, 198, 0, 0.2);
	color: #000;
}
.stats-block .progress-row.team_b .num.home div{
	background: #fff;
	font-weight: 400;
}

.stats-block .progress-row .num.home{
	left: 2px;
}

.stats-block .progress-row .progress {
  height: 16px;
  background: #243d4c;
  width: 82%;
  margin-left:9%;
  margin-top:8px;
}
.stats-block.total .progress-row.first .progress, .stats-block.p90 .progress-row.first .progress{
	width: 100%;
	margin-left:0%;
}
.stats-block .progress-row.first .num {
	top:2px;
}

.stats-block .progress-row .progress .bar {
  background: #063c91;
  height: 16px;
  display: block;
}
.stats-block .progress-row .progress .bar:before{
	content: '';
	width:1px;
	background:#cccccc;
	height:16px;
    display: block;
    float: right;
    margin-top: 0px;
    position: absolute;
	margin-left: calc(41% - 0.5px);
}
.stats-block .progress-row.first .progress .bar:before{
	margin-left: calc(50% - 0.5px);
}

.positions-block-mb {
  overflow: hidden;
  margin: 5px 0 0;
}

.positions-block-mb .ground-box {
  height: 635px;
}

.positions-block-mb .ground-box .img-ground {
  height: 494px;
}

.positions-block-mb .ground-box .team-logo {
  position: absolute;
  height: 176px;
  width: auto;
  top: 50%;
  left: 50%;
  opacity: 0.2;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.positions-block-mb .sub-players {
  text-align: left;
  overflow: hidden;
  padding: 15px 10px 0;
}

.positions-block-mb .sub-players .player-box {
  position: static;
  display: inline-block;
}

.positions-block-mb .position-holder {
  height: 402px;
}

.positions-block-mb .player-box.p1,
.positions-block-mb .player-box.p2,
.positions-block-mb .player-box.p3,
.positions-block-mb .player-box.p4,
.positions-block-mb .player-box.p5,
.positions-block-mb .player-box.p6,
.positions-block-mb .player-box.p7,
.positions-block-mb .player-box.p8,
.positions-block-mb .player-box.p9,
.positions-block-mb .player-box.p10,
.positions-block-mb .player-box.p11,
.positions-block-mb .player-box.p15,
.positions-block-mb .player-box.p16,
.positions-block-mb .player-box.p17,
.positions-block-mb .player-box.p18,
.positions-block-mb .player-box.p19,
.positions-block-mb .player-box.p20,
.positions-block-mb .player-box.p21,
.positions-block-mb .player-box.p22,
.positions-block-mb .player-box.p23,
.positions-block-mb .player-box.p24,
.positions-block-mb .player-box.p25,
.positions-block-mb .player-box.p26,
.positions-block-mb .player-box.p27 {
  right: auto;
  left: auto;
}

.positions-block-mb .player-box.p1 {
  top: 4%;
  left: 50%;
  margin: 0 0 0 -37px;
}

.positions-block-mb .player-box.p2 {
  top: 25.4%;
  right: 18%;
}

.positions-block-mb .player-box.p3 {
  top: 25.4%;
  left: 50%;
  margin: 0 0 0 -37px;
}

.positions-block-mb .player-box.p4 {
  top: 25.4%;
  left: 18%;
}

.positions-block-mb .player-box.p5 {
  right: 1%;
  top: 47.5%;
}

.positions-block-mb .player-box.p6 {
  top: 51%;
  right: 19.5%;
}

.positions-block-mb .player-box.p7 {
  top: 55.5%;
  left: 37.9%;
}

.positions-block-mb .player-box.p8 {
  top: 51.5%;
  left: 19.6%;
}

.positions-block-mb .player-box.p9 {
  left: 25%;
  top: 77.2%;
}

.positions-block-mb .player-box.p10 {
  right: 25%;
  top: 77.2%;
}

.positions-block-mb .player-box.p11 {
  top: 47.3%;
  left: 1%;
}

.positions-block-mb .player-box.p15 {
  top: 76.5%;
  left: 50%;
  margin: 0 0 0 -37px;
}

.positions-block-mb .player-box.p16 {
  top: 55.5%;
  right: 5%;
}

.positions-block-mb .player-box.p17 {
  right: 27%;
  top: 58.5%;
}

.positions-block-mb .player-box.p18 {
  left: 27%;
  top: 58.5%;
}

.positions-block-mb .player-box.p19 {
  left: 5%;
  top: 55.5%;
}

.positions-block-mb .player-box.p20 {
  right: 26.7%;
  top: 40.6%;
}

.positions-block-mb .player-box.p21 {
  left: 26.7%;
  top: 40.6%;
}

.positions-block-mb .player-box.p22 {
  left: 2%;
  top: 22.6%;
}

.positions-block-mb .player-box.p23 {
  left: 50%;
  top: 22.6%;
  margin: 0 0 0 -37px;
}

.positions-block-mb .player-box.p24 {
  right: 2%;
  top: 22.6%;
}

.positions-block-mb .player-box.p25 {
  left: 50%;
  top: 4%;
  margin: 0 0 0 -37px;
}

.tabs-nav {
  overflow: hidden;
  background: #fff;
  padding: 8px 0 0;
  margin: -1px 0 0;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #051f36;
}

.tabs-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  padding: 0 5px;
}

.tabs-nav ul > * {
  font-size: 16px;
  line-height: 1.2;
}

.tabs-nav ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}

.tabs-nav ul li a {
  display: block;
  background: #fff;
  color: #051f36;
  border-radius: 4px 4px 0 0;
  border: 1px solid #051f36;
  border-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  padding: 1px 6px;
}

.tabs-nav ul li:hover a,
.tabs-nav ul li.active a {
  background: #051f36;
  color: #fff;
}

.squad-table {
  width: 100%;
  border-collapse: collapse;
}

.squad-table th {
  font-size: 11px;
  line-height: 24px;
  background: #e1e4e7;
  color: rgba(74, 74, 74, 0.7);
  text-align: left;
  padding-left: 3px;
}

.squad-table th .caret {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  position: relative;
  top: -4px;
  margin: 0 0 0 2px;
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #9fa9b2 transparent;
}

.squad-table th .caret:after {
  font-size: 0;
  line-height: 0;
  content: '';
  position: absolute;
  top: 5px;
  left: -4px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #9fa9b2 transparent transparent transparent;
}

.squad-table th.selected {
  color: #051f36;
  font-weight: 700;
  background: #d0d4d8;
}

.squad-table th.selected .caret {
  top: -6px;
  border-color: transparent;
}

.squad-table th.selected .caret:after {
  border-color: #051f36 transparent transparent transparent;
}

.squad-table th.selected .rate-icon {
  background: url("../images/icon-rate-blue.png") no-repeat;
}

.squad-table th.team-logo {
  width: 35px;
}

.squad-table th.pos {
  width: 40px;
}

.squad-table th.mins {
  width: 44px;
}

.squad-table th.shots {
  width: 70px;
}

.squad-table th.tackles {
  width: 55px;
}

.squad-table th.passes {
  width: 58px;
}

.squad-table th.deuls {
  width: 80px;
}

.squad-table th.ratings {
  width: 35px;
  padding-left: 0;
}

.squad-table th.fans {
  width: 38px;
}

.squad-table th .rate-icon {
  width: 15px;
  height: 14px;
  background: url("../images/icon-rate.png") no-repeat;
  background-size: 100% 100%;
  display: block;
  margin: 0 auto;
}

.squad-table td {
  font-size: 12px;
  line-height: 24px;
  color: #1f1f1f;
  min-width: 16px;
  padding-top: 4px;
  padding-bottom: 3px;
  padding-left: 3px;
  border-bottom: 1px solid #e4e4e4;
}

.squad-table td.selected {
  background: #f6f7f8;
}

.squad-table td.name {
  line-height: 16px;
  font-size: 13px;
}

.squad-table td.pos {
  text-transform: uppercase;
}

.squad-table td.ratings {
  padding-left: 0;
}
.players-table td.ratings{
	width: 45px;
}

.squad-table td .rating {
  width: 29px;
  height: 29px;
  font-size: 14px;
  line-height: 29px;
  background: #4ed10d;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-radius: 100%;
  margin: 0 auto;
}

.squad-table td .rating.orange {
  background: #ff5900;
}

.squad-table td .rating.red {
  background: #c41b16;
}

.squad-table td.fans .title {
  display: block;
  color: #85818a;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
}

.squad-table td.fans .num {
  display: block;
  color: #4ed10d;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.squad-table td.fans .num.orange {
  color: #ff5900;
}

.squad-table td.fans .num.red {
  color: #c41b16;
}

.squad-table td .logo img {
  width: auto;
  height: 28px;
  vertical-align: middle;
}

.squad-table td .icon {
  padding: 0 3px;
  position: relative;
  line-height: 0;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.squad-table td .icon img {
  vertical-align: top;
}

.squad-table td .point {
  background: #d1110b;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 6px;
  text-align: center;
  line-height: 8px;
  position: absolute;
  right: -3px;
  top: -3px;
  font-style: normal;
}

.total-votes {
  background: #e1e4e7;
  width: 100%;
  height: 36px;
  text-align: right;
  padding: 9px;
}

.total-votes .txt {
  font-size: 13px;
  line-height: 18px;
  color: #0d0618;
  opacity: 0.6;
  margin: 0 5px 0 0;
}

.total-votes .num {
  font-size: 14px;
  line-height: 18px;
  color: #041c30;
}

#mobsearchVisual{
	font-family: 'Roboto', sans-serif;
	padding-left: 15px;
	background: #000;
	position: absolute;
	width: 100%;
	margin-top: 0px;
	z-index: 10;
	display:none;
	color:#cfcdd0;
	padding-bottom:15px;
    max-height: calc(100vh - 63px);
    height: calc(100vh - 63px);
    overflow-y: scroll;
	font-display: swap;
}
#mobsearchVisual .closeSub{
    right: 15px;
    position: absolute;
    margin-top: 15px;
    font-size: 15px;
}
#mobsearchVisual .sHead{
	letter-spacing: 2px;
	font-weight:400;
	line-height:70px;
	font-size:20px;
	text-transform: uppercase;
}
#mobsearchVisual .sTitle{
	letter-spacing: 2px;
	font-weight:800;
	line-height:38px;
	font-size:10px;
	text-transform: uppercase;
	padding-bottom:0px;
	margin-top:-5px;
}
#mobsearchVisual .sItem{
	letter-spacing: 2px;
	font-weight:400;
	line-height:36px;
	font-size:16px;
	opacity: 0.8;
}
#mobsearchVisual .sItem a{
	color:#cfcdd0;
}


@media (min-width: 768px) {
	
	
	.player-info .player-img img {
	  /*min-width:81px;
	  min-height:81px;*/
	}
	
	.matchesWeekSelector{
		
	}

	/*HIDE VISUAL MOBILE SEARCH*/
	#mobsearchVisual{
		display:none !important;
	}
	
  .visible-md {
    display: none;
  }

  #footer .footer-holder {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*max-width: 648px;*/
    /*padding: 5px 15px 22px;*/
  }

  #footer .email-form {
    width: 300px;
    margin: 0;
  }

  #footer .footer-nav {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin: 17px 0 0;
    text-align: center;
  }

  #footer .footer-nav li {
    display: inline-block;
    vertical-align: top;
    padding: 0 7px;
    margin: 0;
  }

  #footer .socialnetworks {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
    margin: 20px 0 0 47px;
  }

  #footer .socialnetworks li {
    padding: 0;
    margin: 0 13px 0 0;
  }
}

@media (min-width: 1024px) {
	body.sub-page.sticker .visual-block{
		margin-top:94px;
	}
  .desktop {
    display: block !important;
  }

  #footer .footer-holder {
    max-width: 990px;
       padding: 15px 0px 15px;
  }

  #footer .email-form {
    width: 248px;
  }

  #footer .footer-nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 420px;
    margin: 20px 0 0 0;
  }

  #footer .footer-nav li {
    padding: 0 3px;
  }

  #footer .socialnetworks {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 20px 0 0 15px;
  }

  .signin {
    display: none;
  }

  .nav-opener {
    display: none;
  }

  .btn-back {
    display: none;
  }
}

@media (min-width: 1025px) {
  .player-info .title br {
    display: none;
  }
}

@media (min-width: 1200px) {
  #footer .footer-holder {
    max-width: 1050px;
  }

  #footer .footer-nav {
    width: 487px;
    margin: 16px 0 0;
  }

  #footer .footer-nav li {
    padding: 0 7px;
  }
}

.onlyMobileTip{
	display:none !important;
}

@media (max-width: 1199px) {
  .search-form {
    width: 400px;
  }
}

@media (max-width: 1024px) {
.player-info .box:last-child{
	width: 112px;
}
.player-info .ratings{
	margin-bottom:0px;
}
	#koenConsole{
		display:none;
	}
  #nav .nav-bar > li{
		line-height: 44px;
  }
  .hidden-md {
    display: none !important;
  }
  #nav .nav-bar > li{
	  border-right:0px !important;
  }
  #nav .nav-bar > li span{
	  padding-left: 2px;
  }
  #nav .nav-bar > li.dropdown span{
	  padding-right: 15px;
    padding-left: 5px;
  }
#nav .nav-bar > li.dropdown:after {
    top: 19px;
    right: 13px;
}
#nav .nav-bar > li.dropdown.selected:after {
	right: 14px;
}
#nav .nav-bar > li.dropdown:after{
	-webkit-transition: inherit;
	transition: inherit;
}
#nav .nav-bar > li:hover, #nav .nav-bar li.selected{
	background: #28242b;
}
#nav .sub-menu {
	position: relative !important;
    margin-left: -10px;
	/*margin-right: -10px;*/
	width: calc(100% + 10px) !important;
	max-width: calc(100% + 10px) !important;
    box-shadow: none;
	background: #28242b !important;
}

li.dropdown.selected .sub-menu li{
	max-width: 100% !important;
	border-top: 1px solid #4f4c52 !important;
    padding-left: 20px;
    line-height: 37px !important;
}

  .main-holder {
    padding: 0 38px;
  }

  .column-holder.style {
    width: 50%;
  }

  .column-holder.style02 {
    width: 50%;
  }

  .column-holder .image-frame {
    padding: 0 10px;
	    text-align: center;
  }

  .detail-block {
    padding: 8px 10px 10px;
  }

  .detail-block .detail-holder {
    padding: 0 0 10px;
    margin: 0 0 3px;
  }


  .detail-block .detail-holder.b0 {
    margin: 0 0 6px;
  }

  .detail-block .detail-holder.b0:before {
    display: none;
  }

  .detail-block .img-holder.style {
    float: none;
    display: block;
    width: 100%;
    height: 116px;
    margin: 0;
  }

  .detail-block .img-holder.style03 {
    margin: 8px 2.7% 0 -3px;
  }

  .detail-block .text-holder.md-style {
    /*float: left;
    width: 100%;*/
  }

  .detail-block .text-holder.style {
    padding: 4px 0 0;
  }

  .detail-block .wrap-text {
    margin: 0 0 10px;
  }
  .detail-block .btn-holder{
	  margin-top:10px;
  }

  .detail-block h2 {
    margin: 0;
  }

  .count-list.style {
    padding: 6px 0 0 2px;
  }

  .count-list li {
    min-width: 122px;
  }

  .count-list .icon {
    margin: 0 7px 0 0;
  }

  .rating-list .col1 {
    width: 9.2%;
  }

  .rating-list .col2 {
    width: 52%;
  }

  .rating-list .head .col2 {
    padding-left: 3px;
    width: 37.4%;
  }

  .rating-list .head .col1 {
    width: 17.0%;
  }

  .rating-list .head .col3 {
    width: 31.8%;
  }

  .rating-list .info-country {
    display: none;
  }

  .rating-list .head .FC {
    width: 50px;
  }

  .rating-list .col3 {
    width: 8.5%;
  }

  .rating-list .col4 {
    display: none;
  }

  .rating-list .col5 {
    display: none;
  }

  .rating-list .col6 {
    /*display: none;*/
    width: 18%;
  }

  .rating-list .head .col6 {
    display: none;
  }

  .rating-list .head .col4 {
    /*display:block;
        width: 14.3%;*/
    display: none;
  }

  .rating-list .img-hold {
    margin: 2px 0 0 4px;
  }

  .rating-list .info-text {
    display: none;
  }

  .info-frame .info-list {
    padding: 0;
  }

  .info-frame .info-list li {
    padding: 8px 0 9px;
    margin: 0;
  }

  .info-frame .info-list li:after {
    bottom: 0;
  }

  .info-frame .info-list .info-box {
    padding: 0 25px;
  }

  .info-frame .info-list .info-box .text {
    font-size: 12px;
    line-height: 14px;
    width: 75%;
  }

  .info-frame .info-list .icon-forward {
    display: none;
  }

  .info-frame .icon-holder {
    width: 21px;
  }

  .info-frame .icon-holder img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .info-frame .btn-info {
    width: 36px;
    margin: 0 0 0 -18px;
  }

  .info-frame .btn-info .text {
    font-size: 10px;
  }

  .league-block .header {
    padding: 0 8px 0 27px;
  }

  .league-block .league-list li .col1 {
    padding: 0 0 0 38px;
  }

  .league-block .league-list li:before {
    left: 28px;
  }

  .league-block .icon-hold {
    width: 17px;
  }

  .three-columns {
    padding: 7px 0 0;
  }

  .column-frame {
    width: 50%;
    margin: 0 0 6px;
    /*border-bottom: 1px solid #b2b2b2;*/
  }
  .column-frame .column-box{
      border-bottom: 1px solid #e4e4e4;
	      padding-bottom: 10px;
	}
	.column-frame:last-child .column-box{
		border-bottom:0px;
	}

  .column-frame:first-child {
    width: 50%;
  }

  .column-frame:first-child .count-list li {
    min-width: 128px;
  }

  .column-frame .image-holder {
    /*height: 150px;*/
  }

  .column-frame .wrap-text {
    /*min-height: 177px;*/
  }

  .column-frame .title {
    margin: 0 0 3px;
  }

  .column-frame h2 {
    margin: 0;
    min-height: 41px;
  }

  .content {
    padding: 19px 20px 0;
  }

  .content h1 {
    margin: 0 0 4px;
  }

  .content p {
    margin: 0 0 14px;
  }

  .content .meta {
    padding: 0 0 17px;
  }

  .content .img {
    margin: 0 -20px;
  }

  .content .img .caption {
    padding: 2px 42px;
  }

  .content .content-holder {
    padding: 16px 20px 13px 22px;
  }

  .content .alignright {
    width: 146px;
    padding: 3px 2px 10px 0;
  }

  .content .alignright.desktop {
    display: none !important;
  }

  .content .links-area {
    padding: 4px 8px 8px;
  }

  .widget .rating-list .col3 {
    width: 14.8%;
  }

  .twocolumn {
    padding: 0 58px;
  }

  .twocolumn .column-holder {
    width: 100%;
  }

  .twocolumn .column-holder.style02 {
    display: none;
  }

  .news-block .column-frame {
    width: 32.9%;
    border: 0;
  }

  .news-feed {
    display: block;
    width: 100%;
    clear: both;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .news-feed .news {
    width: 48%;
  }

  .comments-area .user {
    width: 100%;
    float: none;
    margin: 0 0 16px;
    overflow: hidden;
  }

  .comments-area .user img {
    float: left;
    margin: 0 16px 0 0;
    width: 64px;
  }

  .comments-area .user .box {
    overflow: hidden;
    position: relative;
  }

  .comments-area .user ul {
    padding: 0;
    font-size: 10px;
    line-height: 16px;
  }

  .comments-area .user ul li {
    float: left;
    padding: 0 5px 0 0;
  }

  .comments-area .user .logout {
    position: absolute;
    top: 0;
    right: 0;
  }

  .comments-area .comments button {
    margin: 0;
  }

  .comments-area .comments .options {
    display: block;
  }

  .comments-area .sorting-area {
    display: none;
  }

  .comments-area .sorting-area.active {
    display: block;
  }

  .comments-area .sorting-area .sort {
    font-size: 10px;
    margin: 0 7px 0 0;
  }

  .comments-list ul li {
    padding: 5px 0 0 15px;
  }

  #header {
    padding: 0px 0;
  }

  #header .logo {
    margin: 7px 0 0 7px;
  }

  .search-form {
    width: 414px;
    height: 42px;
  }

  .search-form .btn-search {
    width: 90px;
  }

  #footer .bottom-footer .container {
    padding: 0 76px;
  }

  #nav {
    display: block;
    position: fixed;
    top: 0px;
    right: -280px;
    /*bottom: 0;*/
    z-index: 99;
    width: 257px;
    padding: 12px 12px 0px;
    background: #0f0717;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.3);
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }

  .nav-active #nav {
    right: 0;
  }
  .nav-active #nav .fa-chevron-right{
	  color: #fff;
  }

  #nav .nav-bar {
    display: block;
    font-size: 16px;
    line-height: 18px;
    /*font-family: "proximanova", sans-serif;*/
    margin-left: -12px;
    margin-right: -12px;
	overflow-y: scroll;
	height: calc(100vh - 117px);
	max-height: calc(100vh - 117px);
	border-top: 1px solid #353535;
  }

  #nav .nav-bar > li {
    display: block;
    margin: 0 0 0px;
	width: 100%;
	padding-left:10px;
    border-bottom: 1px solid #353535;
	font-size: 14px !important;
  }

  #nav .nav-bar > li:hover .dropdown-holder {
    max-height: inherit;
  }

  #nav .nav-bar > li.dropdown:after {
    display: inline-block;
    vertical-align: top;
    position: absolute;
	content: "+";
	border-width: 0px;
	top: 0px !important;
    color: #fff;
    /*opacity: 0.7;*/
  }
  #nav .nav-bar > li.dropdown.selected:after {
	  content: "-";
  }

  #nav .nav-bar .dropdown-holder {
    position: static;
    max-height: inherit;
  }

  #nav .nav-bar .dropdown-menu {
    background: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /*TABLET*/
	.match-info{
		margin-top: 60px;
	}
	.visual-block .container{
		height: 114px;
	}
	body.competition .visual-block .container{
		height: 86px;
	}
	body.competition .player-name{
		margin-top:-15px;
	}
	.player-info .col-right{
		margin-top: 15px;
	}
	.visual-block .container .player-info {
		height: 114px;
	}
  
  .playerList .playerImg {
    width: 40px;
  }

  .playerList .notTablet {
    display: none;
  }

  .playerList .club {
    max-width: 100px;
  }

  .playerList .rankPlImg {
    max-width: 60px;
  }

  .playerList tbody tr td.rank {
    width: 40px;
  }

  .playerList .player {
    max-width: 102px;
  }

  .rating-list .img-hold,
  .playerList .img-hold {
    margin: 1px 1px 0;
  }

  .breadcrumbs {
    padding: 0 10px;
  }

  .visual-block {
    /*padding: 0 20px;*/
	/*4-9-2019 aanpassing*/
	padding: 0 10px;
	margin-top: 52px !important;
	
  }
  .team-page .visual-block{
	  /*margin-top: 90px;*/
  }

  .visual-block .img-logo {
    margin: 0 39px 0 2px;
  }

  .navbar-holder {
    padding: 0 10px;
    margin: 0 0 16px;
  }

  .add-nav li.dot a {
    padding-left: 13px;
  }

  .add-nav li.dot a:before {
    display: none;
  }

  .sub-page .main-holder {
    padding: 0 10px;
  }

  .sub-page .main-holder .main-holder {
    padding: 0;
  }

  .main-column {
    width: 100%;
  }

  .main-column.bottom {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .visible-lg {
    display: none;
  }

  .visible-sm {
    display: block;
  }

  .hidden-lg {
    display: block;
  }

  .league-table th {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .league-table.addition tr.ads td {
    padding: 5px 0 5px;
  }

  .league-table.addition tr.ads .aside-ads {
    max-width: 300px;
    margin: 0 auto;
  }

  .league-table.addition th.club {
    width: 130px;
  }

  .info-frame.addition .btn-info {
    margin: 0 0 0 -19px;
  }

  .info-frame.addition .info-list {
    padding: 0;
  }

  .info-frame.addition .info-list li {
    margin: 0;
    padding-top: 7px;
    padding-bottom: 8px;
  }

  .detail-block.addition .detail-holder.featured-news .img-holder {
    margin: 0 0 6px;
  }

  .detail-block.addition .detail-holder.featured-news .wrap-text {
    margin: 0;
    min-height: 187px;
  }

  .detail-block.addition .detail-holder.featured-news .title {
    margin: 0 0 5px;
  }

  .detail-block.addition .detail-holder.featured-news h2 {
    margin: 0 0 3px;
  }

  .league-information {
    padding: 10px 0 0;
  }

  .league-information .add-info {
    padding: 0 0 2px;
	padding-top: 10px !important;
  }

  .league-information .add-info li {
    /*width: auto;*/
    margin: 0 4px 9px 0;
  }

  .league-information .add-info .titles {
    display: none;
  }

  .league-information .boxes-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .league-information .champions-box {
    width: 50%;
  }

  .league-information .champions-box .img-holder {
    margin: 0 0 8px;
  }

  .league-information .champions-box .img-holder + .add-info {
    padding: 5px 0 0;
    border: 0;
    margin: 0 -10px -12px;
  }

  .league-information .champions-box .text {
    width: 84%;
  }

  .league-information .kits-box {
    padding: 11px 0 0;
    width: 50%;
    border-top: 1px solid rgba(5, 31, 54, 0.2);
    border-left: 1px solid rgba(5, 31, 54, 0.2);
  }

  .league-information .kits-box .title {
    margin: 0 0 15px;
  }

  .league-information .kits-box ul li {
    width: 30%;
    float: left;
    margin: 0 0 14px;
  }

  .league-information .kits-box ul li:before {
    height: 114px;
    display: none;
  }

  .league-information .kits-box ul li:first-child {
    width: 66.5%;
  }

  .league-information .kits-box ul li:first-child:before {
    display: block;
    left: auto;
    right: 0;
  }

  .league-information .kits-box ul li:first-child .img-holder {
    max-width: 82px;
    margin-bottom: 13px;
  }

  .league-information .kits-box ul li .img-holder {
    max-width: 30px;
    margin-bottom: 5px;
  }

  .league-information .promoted-teams {
    width: 50%;
    border-left: 1px solid rgba(5, 31, 54, 0.2);
  }

  .league-information .promoted-teams ul {
    margin: 0 0 19px;
  }

  .league-information .promoted-teams ul li {
    margin: 0 0 9px;
  }

  .league-information .promoted-teams ul .name {
    width: 84%;
  }

  .league-information .promoted-teams ul .name span {
    display: block;
  }

  .league-information .additional-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .league-information .additional-info .promoted-teams {
    border-left: 0;
  }

  .league-information .social-media {
    width: 50%;
    border-left: 1px solid rgba(5, 31, 54, 0.2);
  }

  .league-information .social-media .title {
    text-align: left;
    padding: 0 10px;
    margin: 0 0 13px;
  }

  .md-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
  }

  .md-block .holder {
    padding: 0 8px;
    width: 100%;
  }

  .md-block .holder:nth-child(2) {
    max-width: 316px;
    min-width: 316px;
    padding: 0 8px;
    position: relative;
    margin: 0 0 16px;
  }

  .md-block .holder:nth-child(2):before {
    display: block;
  }

  .md-block .column-holder {
    width: 100%;
  }

  .md-block.addition .holder {
    width: 50%;
  }

  .md-block.addition .holder:nth-child(2) {
    min-width: inherit;
    max-width: inherit;
    width: 50%;
    margin: 0;
  }

  .md-block.addition .holder:nth-child(2):before {
    display: none;
  }

  .match-info .info-box .name,
  .match-info .info-box .name-sm {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
  }

  .match-info .info-box .players {
    font-size: 14px;
    line-height: 18px;
    max-width: 205px;
  }

  .match-info.add {
    padding: 0 70px 20px;
  }

  .match-info.add .btn-info {
    margin: -31px 0 0 -44px;
  }

  .players-table th {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .players-table th.new-ratings {
    width: 90px;
  }

  .players-table td .rate-counter {
    height: 32px;
  }

  .players-table td .rate-counter .points {
    line-height: 30px;
  }

  .players-table td .rate-counter a {
    width: 26px;
    line-height: 30px;
  }

  .sidebar {
    width: 100%;
  }

  .sidebar.top {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body.competition .sidebar.top {
        -ms-flex-order: 2;
            order: 2;
  }
  
  .team-page .sidebar.top{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .sidebar .info-frame .btn-info {
    margin: 0 0 0 -18px;
  }

  .aside-ads.bg01 {
    height: auto;
  }

  .aside-ads.bg02 {
    height: auto;
  }

  .team-page .visual-block .img-logo {
    margin: 0 17px 0 -10px;
	width:40px;
	height:40px;
	min-width:40px;
  }
  .visual-block .img-logo img{
    /*height: auto;*/
  }

  .ranking-page .navbar-holder {
    margin: 0 0 168px;
  }

  .ranking-page .add-nav li {
    width: 18.5%;
  }

  .ranking-page .add-nav li:last-child {
    width: 26%;
  }

  .ranking-page .sidebar {
    width: 30%;
  }

  .ranking-page .main-column {
    width: 70%;
  }

  .ranking-page .additional-block .sidebar {
    min-width: 316px;
    max-width: 316px;
  }

  .ranking-page .additional-block .main-column {
    width: 70%;
  }

  .ranking-page .additional-block .column-holder {
    width: 100%;
  }

  .ranking-block .container {
    max-width: 606px;
    padding-bottom: 8px;
  }

  .ranking-block .filters ul li {
    margin: 0 0 18px;
  }

  .check-list li {
    padding: 8px 8px 9px;
  }

  .player-info .col-left {
    width: 80%;
  }

  .player-info .player-img {
    width: 100px;
  }

  .player-info h1 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 1.5px;
    margin: 0 0 4px;
  }

  .player-info .col-right {
    width: 20%;
    padding: 0 0 5px;
  }

  .player-info .box:last-child {
    padding: 0 0 0 10px;
    margin: 0 -18px 0 0;
  }

  .player-info .txt {
    display: none;
  }

  .player-info .icon-help-with-circle {
    position: absolute;
    right: 10px;
    top: 0;
  }

  .player-information .add-info li {
    width: 25%;
    margin: 0 0 12px;
  }

  .timeline-block {
    margin: 0 10px 16px;
  }

  .timeline-block .team-row {
    padding: 0 5px;
  }

  .timeline-block .team-row .team-logo {
    width: 24px;
    height: 24px;
    margin: 0 7px 0 0;
  }

  .timeline-block .team-row .team-logo img {
    max-height: 24px;
  }

  .timeline-block .team-row .team-name {
    font-size: 18px;
    line-height: 22px;
  }

  .match-timeline {
    left: 89px;
    right: 15px;
  }

  .match-timeline ul .timeline-event.p12 {
    left: 61%;
  }

  .match-timeline ul .timeline-event.p15 {
    left: 91%;
  }

  .squad-table th {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.tableOnlyDesktop{
	display:table-cell;
}
.tableonlyMobile{
	display:none;
}
#main.newsArchive{
	margin-top:17px;
}
article .infoHeader{
	border-bottom:1px solid #e4e4e4;
	overflow: hidden;
	height:72px;
	padding-top:12px;
}
article .infoHeader .author{
	display:inline-block;
	width:70%; 
	float: left;
}
article .infoHeader .profileImage{
	background-size:cover;width:48px;height:48px; border-radius: 24px;float:left;
}
article .infoHeader .author .name{
	float:left;margin-left:10px;line-height:20px;font-size:14px; margin-top: 5px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	font-weight: 700;
}
article .infoHeader .author .name span{
    color: rgba(0, 0, 0, 0.6);
	text-transform: initial;
	font-weight: 500;
}
article .published{
	text-align:left;line-height: 20px;font-size: 13px; font-weight: 400; margin-bottom: -10px; margin-top: 20px;
	color:rgba(0, 0, 0, 0.54);
	font-weight: 400;
	letter-spacing: 0.1px;
}


@media (max-width: 767px) {
	body.player-page .next-game, body.player-page .about-seo, body.team-page .next-game{
		display:none;
	}
	.players-table.addition.playerList th.position{
		width: 7%;
	}
	body.player-page .comparablePlayers th.position{
		width: 20% !important;
	}
	body.matchpage .playerList.bigList th span:after{
		display:none;
	}
	
	body.competition .visual-block .container {
		margin-top:32px;
		margin-bottom:0px;
	}
	.main_news .detail-holder .img-holder, .column-frame .image-holder{
		width: 30%;
	}
	.main_news .detail-holder .text-holder, .column-frame .wrap-text{
		width: calc(70% - 12px);
	}
	.column-frame .wrap-text p{
		margin: 0 0 6px;
	}
	.column-frame .column-box{
		padding-bottom: 5px;
	}
	.column-frame{
		padding: 0 10px 5px;
	}
	.column-frame .image-holder, .column-frame .wrap-text{
		float:left;
	}
	.count-list.style{
		float:right;
		width: calc(68%);
		padding-top:0px;
	}
	.column-frame .wrap-text{
	    margin-left: 10px;
	
	}
	.column-frame h2{
		font-size: 18px;
		font-weight: 700;
	}
	.detail-block .detail-holder{
		padding: 5px 0 5px;
	}
	.detail-block .text-holder p, .column-frame .column-box p{
		line-height: 18px;
		font-size: 12px;
	}
	.detail-block .text-holder.style{
		padding: 0px 0 0;
	}

	.main_news .detail-holder .text-holder h2, .column-frame h2{
		font-size: 16px;
		font-weight: 700;
		line-height: 22px;
	}
	body.homepage .count-list{
		padding: 0 0 0 0px;
	}
	.formContainer{
		display: flex; 
		flex-direction: column;
	}
	.column-holder.formationList{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		order: 2;
		display: flex;
	}
	.column-holder.pitchHolder{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		display: flex;
	}
	
	.team-page tbody td{
		/*font-size:11px;*/
	}
	.team-page .playerList thead th{
		font-size:10px;
	}
	.team-page .players-table.addition tr.positionHead td{
		font-size:10px;
	}
	.filter-nav{
		padding-top: 8px;
	}
	.team-page table.xtraStats { 
		
	}
	
	
	article figure{
		margin-left: -20px;
		margin-right: 0px;
		width: calc(100% + 40px);
	}
	article figure figcaption{
		padding-left:20px;
	}
	
	/*ARTICLE MOBILE*/
	.titleHolder{
		margin-left:0px;
		margin-right:0px;
		padding-bottom: 0px;
	}
	.titleHolder h1{
		font-size: 28px;
		line-height: 38px;
		padding: 15px;
		font-weight: 700;
		padding-bottom: 5px;
	}
	.artLabel{
		/*display:none;*/
		width:65%;
		padding-left: 16px;
		font-size: 11px;
		line-height: 26px;
		margin-left:0px;
	}
	.titleHolder p{
		padding-left:15px;
		margin-bottom: 10px;
		margin-top: 0px;
	}
	#main.newsArchive{
		margin-top:77px;
	}
	article .infoHeader{
		height:auto !important;
		padding-top:15px;
	}
	article iframe{
		width:100%;
	}
	article h2{
		line-height: 1.1;
	}
	article #st-1{
		text-align:left;
	}
	article .infoHeader .profileImage{
		width:38px;height:38px; border-radius: 19px;
	}
	article .infoHeader .author .name{
		margin-top: 1px;
		margin-left: 6px;
		font-size:12px;
		line-height: 18px;
	}
	article .infoHeader .author{
		width: 100%;
		float:none;
		margin-bottom:0px;
	}
	article .articleSocials{
	    margin-top: 7px;
		display: block;
		width: 100%;
		float:none;
		text-align: left;
		padding-bottom: 15px;
	}
	article .published{
		font-size: 12px;
		margin-bottom: 0px;
		padding-left:3px;
		text-align:left;
		margin-top: 10px;
	}
	.content .content-holder .widgets{
		margin-bottom: 20px !important;
		margin-top: 20px !important;
	}
	article .ais-hits--item div.formHolder{
		display:none;
	}
	.newspage a.related{
		width:100%;
	}
	article .widgets .w5{
		margin-left: 0px;
		margin-right: 14px;
	}
	article .w5 i.note, article .w4 i.note{
		padding-left:10px;
	}
	.content .content-holder .widgets .w1 .wbody .wrighttxt{
		    font-size: 13px !important;
	}
	.content .content-holder .widgets .w1 .whead .wplayerinfo img.wplayerphoto{
		margin-top: 11px !important;
	}
	article .w4 .name, article .w4 .club {
		display:none;
	}
	
	
	.selOptions{
		/*height: 36px !important;*/
		/*height: 21px !important;*/
	}
	.filter-nav{
		height:40px;
		/*height:auto;*/
	}
	
	.md-block.description{
		display:none;
	}
	
	.detail-block .img-holder{
		width:100%;
	}
	
	#header .secondHolder{
		/*width: 100% !important;
		padding-top: 0px;*/
	}
	
	.add-nav.active{
		
	}
	#extendedStats .general.tableOnlyDesktop{
		display:none !important;
	}
	.onlyMobileTip{
		display:inline-block !important;
	}
	.onlyDesktop{
		display:none !important;
	}
	
	.player-stats.addition .add-info, .player-stats.addition .match-box .time-box .start-time{
		font-size:12px;
		line-height:18px;
	}

	.stats-table .match-box .img img{
		margin-top:2px;
	}
	.stats-table .match-box .sm-txt a, .stats-table .moreMatchInfo a{
		color:#1f1f1f;
	}
	#menu{
		/*margin-top: 53px;*/
		top: 0px !important;
	}
	.player-info .icon-help{
		display:none;
	}
	.stats-table th.arrow, .stats-table td.arrow{
		display: table-cell;
	}
	  
	.visual-block .img-logo img{
		height: 32px;
	}
	body.competition .visual-block .img-logo{
		height:50px !important;
	}
  .info-frame .info-list .info-box .text.hidden-xs {
    display: none;
  }
  
  .player-season-stats .min-goal{
	  display:none;
  }

  .info-frame .info-list .info-box .text-sm.visible-xs {
    display: inline-block;
  }

  .info-frame .info-list .sub-text {
    left: 5px;
  }
	.domestic-table th.games{
		width:auto;
	}
	.domestic-table th{
		line-height:18px;
	}
	/*MOBILE*/
	.tableOnlyDesktop{
		display:none;
	}
	.tableonlyMobile{
		display:table-cell;
	}

  .container {
    padding: 0;
  }

  .hidden-sm {
    display: none !important;
  }

  .visual {
    font-size: 18px;
    line-height: 24px;
    padding: 19px 37px 17px;
	margin-top: 63px;
	margin-bottom:0px;
	padding-left:0px;
	padding-right:0px;
  }

  .visual h1 {
    margin: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .main-holder {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-holder {
    width: 100%;
    padding: 0;
  }

  .column-holder.style {
    width: 100%;
  }

  .column-holder.style02 {
    width: 100%;
  }

  .column-holder.top {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-holder.bottom {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .three-columns {
    display: block;
  }

  .column-frame {
    width: 100%;
    display: block;
  }

  .column-frame:nth-child(3) {
    /*border-bottom: 1px solid #b2b2b2;*/
  }

  .column-frame:first-child {
    width: 100%;
  }

  .column-frame .count-list li {
    min-width: 124px;
  }

  .banner-area {
    padding: 0px 0 0;
  }

  .content {
    padding: 24px 15px 0;
  }

  .content h1 {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 6px;
  }

  .content .header-article {
    font-size: 16px;
    line-height: 24px;
  }

  .content .header-article p {
    margin: 0 0 6px;
  }

  .content .time li {
    padding: 0 9px 0 8px;
  }

  .content .img .caption {
    padding: 2px 19px;
  }

  .content .content-holder {
    padding: 7px 16px 13px 2px;
  }
  article.content .content-holder{
	  padding: 7px 2px 2px 2px;
  }

  .content .alignright {
    width: 162px;
    margin: 0 -26px 0 1px;
  }

  .content .alignright.desktop {
    display: block !important;
  }

  .content blockquote {
    padding: 13px 0 11px 12px;
  }

  .widget .rating-list li {
    height: 36px;
  }

  .widget .rating-list .pt {
    padding-top: 3px;
  }

  .twocolumn {
    padding: 0;
  }

  .news-block .column-frame h2 {
    font-size: 11px;
    line-height: 16px;
  }

  .news-block .image-holder {
    float: left;
    max-height: 64px;
    margin: 0 10px 0 0;
    height: inherit;
    width: 64px;
  }

  .news-block .news-holder {
    overflow: hidden;
  }

  .news-block .column-frame {
    width: 100%;
  }

  .news-block .column-frame .wrap-text {
    min-height: 0;
  }

  .news-feed .news {
    width: 100%;
  }

  .comments-area .comments-holder {
    padding: 0 0 10px;
  }

  .comments-area .column-holder.style02 {
    display: none !important;
  }

  .comments-list .top-comments {
    background: url(../images/star.png) no-repeat;
    width: 14px;
    height: 13px;
    text-indent: -9999px;
    overflow: hidden;
  }

  .comments-list .user-comment .user-avatar {
    width: 34px;
  }

  .comments-list .user-comment .comment-box {
    overflow: visible;
  }

  .comments-list .user-comment .user-header {
    padding: 9px 50px 10px 0;
  }

  .comments-list .user-comment .user-header time {
    line-height: 20px;
  }

  .block-add {
    margin: 0 -30px 9px -16px;
  }

  .block-add .add-block {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }

  .block-add .widget {
    float: none;
    width: 100%;
  }

  .mobile {
    display: none !important;
  }

  .social-area {
    display:none;
	position: static;
    overflow: hidden;
    background: #fff;
    text-align: center;
  }
  .social-area.mobile {
    display: block !important;
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
    border: 1px solid #eaeaea;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .social-area .title {
    float: left;
    width: 20%;
    height: 32px;
    line-height: 32px;
  }

  .social-area ul {
    width: 80%;
    float: left;
  }

  .social-area ul li {
    width: 25%;
    float: left;
    height: 32px;
  }

  .social-area ul li:nth-child(1) {
    background: #3b5998;
  }

  .social-area ul li:nth-child(2) {
    background: #00aced;
  }

  .social-area ul li:nth-child(3) {
    background: #ff691b;
  }

  .social-area ul li.mobile-show {
    display: block;
  }

  .social-area ul li img {
    margin: 0 auto;
  }

  #header {
    padding: 0px 0;
  }



  #header .logo {
    margin: 5px 0 0;
    width: 33px;
    overflow: hidden;
  }

  #header .logo img {
    display: block;
    max-width: none;
    width: auto;
  }

  .search-form {
    width: 204px;
  }

  .search-form .form-control {
    padding: 0 40px 0 7px;
  }

  .search-form .btn-search {
    width: 39px;
    padding: 0;
  }

  .search-form .btn-search span {
    display: none;
  }

  .search-form .btn-search:after {
    left: 8px;
    font-size: 24px;
    margin: -8px 0 0;
  }

  #footer .bottom-footer {
    text-align: center;
    padding: 11px 0;
  }

  #footer .bottom-footer .container {
    padding: 0 10px;
  }

  #footer .footer-logo {
    display: inline-block;
    vertical-align: top;
    float: none;
  }

  #footer .copyright {
    float: none;
    display: block;
  }


  body.nav-active .nav-opener {
	  display:none;
  }

  /*MOBILE*/
  ul.ais-pagination{
	  overflow: hidden;
	  border-bottom: 9px solid #fff;
  }

  .rating-list .img-hold,
  .playerList .img-hold {
    margin: 1px 1px 0;
  }

  .playerList .playerImg {
    width: 44px;
  }

  .playerList .player {
    max-width: inherit;
  }

  .playerList .club {
    max-width: inherit;
  }

  .breadcrumbs {
    padding: 0 7px;
  }

  .visual-block {
    padding: 0 10px;
	margin-top: 52px !important;
  }

  .visual-block .container {
    /*height: 104px;*/
  }

  .visual-block .img-logo {
    width: 30px;
    display: block;
    margin: 0 auto 1px;
  }

  .visual-block h1, .visual-block .h1 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1.2px;
  }
  body.competition .visual-block h1{
    font-size: 20px;
    line-height: 26px;	  
  }

  /*
  .visual-block.addition .container {
    display: block;
    padding-top: 30px;
    padding-bottom: 15px;
  }
  */
		  /*MOBIELE VERANDERINGEN HEADER*/
		  .visual-block .container{
				height: 80px;
		  }
		  .visual-block .container .player-info{
			  height: 80px;
		  }
		  .player-info .col-left img.teamlogo{
			width: 24px;
			margin-bottom: 30px;
			min-width: 24px;
			margin-left: -4px;
		  }
		  .player-info .player-img img{
			min-width: 70px;
			min-height: 70px;
			max-width: 75px;
		  }
		  .player-info .player-img{
			  margin-left:-1px;
			  width:78px !important;
		  }
		  .visual-block h1, .visual-block .h1{
			text-align: left;
			letter-spacing: 0.5px;
			/*font-size: 20px !important;*/
			line-height: calc(4vw + 9px) !important;
			font-size: calc(8px + 3vw) !important;
			white-space: inherit;
			max-height: inherit;
			margin-bottom: 6px;
			text-transform: uppercase;
			font-weight: 400;
			letter-spacing: 0px;
			
		  }
		  .player-info .pos, .competition-page .pos{
				font-size: 12px;
				line-height: 12px;
				font-weight: 300;
				letter-spacing: 0.1px;
				margin-top: -5px;
		  }
		  .player-info .col-left{
				height: 81px;
		  }
		  .player-info .player-name{
			  margin-left: -5px;
			  max-width: 100%;
		  }
		  .player-info .ratings{
			font-size: 20px !important;
			height: 40px !important;
			width: 40px !important;
			padding-top: 0px !important;
			line-height:36px;
			margin-left: -13px;
		  }
		  .player-info .box .difference{
				width: 30px;
				height: 30px;
				top: 5px;
				left: 36px;
		  }
		  .player-info .title img{
			  height: 10px !important;
			  margin-left: -12px;
		  }
		  /*XXXXXXXXXXXXX*/
  

  .navbar-holder {
    padding: 0;
  }

  .add-nav {
    height: 45px;
    min-width: 120px;
    overflow: hidden;
    border: 0;
  }

  .add-nav:before {
    display: block;
  }

  .add-nav:after {
    display: block;
  }

  .add-nav.active ul {
    display: block;
  }
  li.hasSubmenu ul{
	  display:none !important;
  }
  li.hasSubmenu:after{
    margin-top: -28px;
  }
  li.hasSubmenu.active:after{
	  margin-top: auto;
	  display:none;
  }

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

  .add-nav ul {
    background: #fff;
    border: 1px solid #cdd2d7;
  }

  .add-nav li {
    display: block;
    border: 0;
    border-bottom: 1px solid #cdd2d7;
  }

  .add-nav li:first-child a {
    padding: 11px 45px 13px 10px;
    height: 44px;
  }
  .add-nav li.hasSubmenu li:first-child a{
	  height: inherit;
	  padding:0px;
  }
  /*
	  .add-nav:hover li.active{
		  position:absolute;
		  top:0px;
			padding: 11px 45px 13px 10px;
			height: 44px;
	  }
	  .add-nav:hover li:not(.active){
		  padding:auto;
	  }
	*/

  .add-nav li a {
    padding: 7px 10px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .add-nav li a:after {
    display: none;
  }

  .add-nav li:hover {
    opacity: 0.8;
  }

  .reviews-box .review .txt {
    display: none;
  }

  .sub-page .main-holder {
    padding: 0;
    margin: 0;
  }

  .sub-page .main-column.xs-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .sub-page .main-column.xs-flex .top {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .team-page.sub-page .main-column.xs-flex .top{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 0;
            order: 0;
  }

  .sub-page .main-column.xs-flex .bottom {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .main-column {
    padding: 0;
  }

  .visible-xs {
    /*display: block;*/
	display:inline-block;
  }

  .hidden-xs {
    display: none !important;
  }

  .league-table th.pos {
    width: 32px;
    padding-left: 10px;
  }

  .league-table th.played {
    width: 22px;
  }

  .league-table th.gd {
    width: 32px;
  }

  .league-table th.pts {
    width: 38px;
  }

  .league-table th.name {
    width: 120px;
  }

  .league-table th.club {
    width: 32px;
  }

  .league-table .win,
  .league-table .draw,
  .league-table .lose,
  .league-table .gf,
  .league-table .ga,
  .league-table .val,
  .league-table .player,
  .league-table .country,
  .league-table .empty,
  .league-table .age {
    display: none;
  }

  .league-table td.pos {
    padding-left: 10px;
  }

  .league-table td.team-name .txt {
    width: 82%;
    padding: 0 0 0 4px;
  }

  .league-table td .number:after {
    right: -4px;
  }

  .league-table td.name .pos {
    display: inline;
  }

  .league-table td.club {
    text-align: center;
  }

  .league-table td.club .ico-flag {
    margin: 0 0 0 4px;
  }

  .league-table td .icon-hold {
    margin: 0;
  }

  .league-table td .club-name {
    display: none;
  }

  .league-table.addition .p-age,
  .league-table.addition .position {
    display: none;
  }

  .league-table.addition .player {
    display: table-cell;
  }

  .league-table.addition th.club {
    padding-left: 0;
    text-align: center;
    width: 30px;
  }

  .league-table.addition th.born {
    width: 30px;
  }

  .league-table.addition td.born .txt {
    display: none;
  }

  .filter-nav .drop {
    height: 25px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
	margin-left: 0px;
	margin-top: -1px;
	width: inherit !important;
  }
  .filter-nav ul li a{
	  margin-top: 0px;
  }
  .filter-nav.notActive ul li.active > a {
	  background: none !important;
  }
  .skillHolder{
	width: initial;  
  }
  #seasonSelector{
	margin-top: -2px;
  }

  .filter-nav .drop:after {
    display: block;
  }

  .filter-nav .drop .num {
    display: block;
  }

  .filter-nav .drop.hover { /*MOUSE CLICK OP MENU - MOBIEL*/
    overflow: visible;
    border-radius: 0 0 5px 5px;
  }

  .filter-nav .drop ul {
    background: #051f36;
    border-radius: 5px 5px;
    overflow: hidden;
    border-bottom: 1px solid #466a8a;
  }

  .filter-nav .drop ul li {
    display: block;
    padding: 0;
    min-width: 170px;
    border-bottom: 1px solid #3a3a3a;
  }
  .filter-nav .drop.hover ul li {
	/*line-height: 22px;	  */
  }

  .filter-nav .drop ul li:first-child a {
    border-radius: 5px 5px 0 0;
  }
  
  .filter-nav .drop ul li{
	  order: 1;
	  -ms-flex-order: 1;
		display: -webkit-flex; /* Safari */
		display: flex;
		
  }
  .filter-nav .drop ul li.active{
	  order: 2;
	  -ms-flex-order: 2;
  }

  .filter-nav .drop ul li a {
    padding: 3px 6px;
    color: #fff;
    border-radius: 0;
	width:100%;
  }

  .filter-nav .drop ul li:hover > a {
    /*background: #fff;*/
    /*color: #051f36;*/
  }

  .filter-nav ul li.dropdown {
    display: none;
  }

  .info-frame.addition .icon-holder {
    width: 18px;
  }

  .info-frame.addition .info-list .icon-next {
    right: 0;
  }

  .info-frame.addition .info-list .info-box {
    padding: 0 17px;
  }

  .info-frame.addition .info-list .info-box.align-right {
    padding: 0 27px;
  }

  .info-frame.addition .info-list .info-box.align-right .text {
    width: 69%;
  }

  .detail-block.addition {
    padding: 0;
  }

  .detail-block.addition .detail-holder {
    padding: 2px 7px 7px;
  }

  .detail-block.addition .detail-holder.featured-news {
    padding: 8px 11px 9px;
  }

  .detail-block.addition .detail-holder.featured-news .wrap-text {
    min-height: 183px;
  }

  .detail-block.addition h2 {
    margin: 0 0 5px;
  }

  .league-information {
    padding: 8px 0 0;
  }
  body.player-page .league-information{
	  padding-top:0px;
	  padding-bottom:0px;
  }

  .league-information .add-info li {
    width: 50%;
    margin: 0 0 13px;
  }

  .league-information .boxes-wrap {
    display: block;
  }

  .league-information .champions-box {
    width: 100%;
  }

  .league-information .kits-box {
    border-left: 0;
    width: 100%;
  }

  .league-information .kits-box .title {
    margin: 0 0 8px;
  }

  .league-information .kits-box ul li {
    float: none;
    width: 33.333%;
    margin: 0 0 10px;
  }

  .league-information .kits-box ul li:before {
    display: block;
    height: 85px;
  }

  .league-information .kits-box ul li:first-child {
    width: 33.333%;
  }

  .league-information .kits-box ul li:first-child:before {
    display: none;
  }

  .league-information .kits-box ul li:first-child .img-holder {
    max-width: 62px;
    margin-bottom: 11px;
  }

  .league-information .kits-box ul li .img-holder {
    max-width: 62px;
    margin-bottom: 11px;
  }

  .league-information .promoted-teams {
    width: 100%;
    border-left: 0;
    display: none;
  }

  .league-information .additional-info {
    display: block;
  }

  .league-information .additional-info .promoted-teams {
    display: block;
  }

  .league-information .social-media {
    width: 100%;
    border-left: 0;
  }

  .league-information .social-media .title {
    text-align: center;
    margin: 0 0 7px;
  }

  .league-information .domesic-box {
    padding: 12px 8px 8px;
  }

  .md-block {
    display: block;
    margin: 0;
  }

  .md-block .holder {
    padding: 0;
    width: 100%;
  }

  .md-block .holder:nth-child(2) {
    min-width: inherit;
    max-width: inherit;
    padding: 0;
  }

  .md-block .holder:nth-child(2):before {
    display: none;
  }

  .md-block.addition .holder {
    width: 100%;
  }

  .md-block.addition .holder:nth-child(2) {
    width: 100%;
  }

  .match-info {
    padding: 0 36px 5px;
	margin-top: 55px;
  }

  .match-info .info-box {
    padding: 0 0 0 50px;
  }

  .match-info .info-box.align-right {
    padding: 0 50px 0 0;
  }

  .match-info .info-box .name,
  .match-info .info-box .name-sm {
    /*display: none;*/
		font-size: 16px;
		line-height: 18px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
  }
  .match-info .rating{
	  margin-top: 5px;
  }
  .btn-info.prevMatch{
	  font-size: 22px !important;
  }
  .match-info .info-box .players{
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
  }

  .match-info .info-box .name-sm {
    /*display: block;*/
	
  }

  .match-info .info-box .players {
    /*display: none;*/
  }

  .match-info .match-time {
    font-size: 14px;
    line-height: 18px;
    top: -22px;
  }

  .match-info .team-logo {
    width: 50px;
  }

  .match-info .team-logo img {
    max-height: 40px;
  }

  .match-info.add {
    padding: 10px 36px 0;
  }

  .match-info.add .btn-info {
    margin: -18px 0 0 -44px;
  }

  .players-table th.arrow {
    display: table-cell;
  }

  .players-table td.position .num {
    display: block;
  }

  .players-table td.arrow {
    display: table-cell;
  }

  /*.players-table.addition .number,*/
  .players-table.addition .flag,
  .players-table.addition .field,
  .players-table.addition .sub,
  .players-table.addition .time,
  .players-table.addition .goal,
  .players-table.addition .hit,
  .players-table.addition .y-card,
  .players-table.addition .r-card/*,
  .players-table.addition .val */{
    display: none;
  }
  
  .team-page .icon-flag i.flag{
	  display:table-cell;
  }
  .team-page .md-block, .player-stats.addition{
	  width:100%;
  }

  .tabs-block .column-holder.tab {
    display: none;
  }

  .tabs-block .column-holder.tab.active {
    display: block;
  }
  .tabs-block{
	  margin-top:20px;
  }

  .tabset.visible-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tabset li .lg {
    display: none;
  }

  .sidebar {
    padding: 0;
  }

  .sidebar .info-frame .icon-holder {
    width: 18px;
  }

  .sidebar .info-frame .info-list li .icon-next {
    right: 0;
  }

  .aside-ads {
    width: 300px;
    margin: 0 auto 16px;
  }

  .team-page .visual-block .img-logo {
    margin: 0 auto 1px;
    width: 34px;
	height: 34px;
	min-height: 34px;
    margin-left: 0px;
    margin-right: 1px;
  }

  .ranking-page .navbar-holder {
    margin: 0 0 16px !important;
    background: #fff;
    padding-top: 0;
    height: auto;
    box-shadow: 0 2px 8px rgba(5, 31, 53, 0.2);
  }

  .ranking-page .add-nav {
    width: auto;
  }

  .ranking-page .add-nav ul {
    display: block;
  }

  .ranking-page .add-nav li {
    width: 100%;
  }

  .ranking-page .add-nav li:last-child {
    width: 100%;
  }

  .ranking-page .add-nav li:first-child a {
    padding: 11px 45px 13px 40px;
  }

  .ranking-page .add-nav li a {
    color: #051f36;
    padding: 7px 10px 7px 40px;
  }

  .ranking-page .add-nav li a:before {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .ranking-page .add-nav li .matches:before {
    background: url("../images/icon-vs-b.png") no-repeat;
  }

  .ranking-page .add-nav li .coming-soon {
    opacity: 1;
  }

  .ranking-page .sidebar {
    width: 100%;
  }

  .ranking-page .main-column {
    width: 100%;
  }

  .ranking-page .additional-block .sidebar {
    min-width: inherit;
    max-width: inherit;
    width: 100%;
    display: block;
  }

  .ranking-page .additional-block .main-column {
    width: 100%;
  }

  .ranking-block {
    position: static;
    padding: 8px;
    background: #f4f4f4;
  }

  .ranking-block .container {
    background: none;
    box-shadow: none;
    padding: 0;
  }

  .ranking-block h2 {
    display: none;
  }

  .ranking-block p {
    display: none;
  }

  .ranking-block .col {
    width: 50%;
  }

  .ranking-block .col:first-child {
    display: none;
  }

  .filter-content {
    padding: 8px;
  }

  .additional-block .main-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .additional-block .main-holder .main-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .additional-block .league-table th.rank {
    width: 38px;
  }

  .additional-block .league-table th.club {
    width: 36px;
  }

  .additional-block .league-table th.ratings {
    width: 26px;
  }

  .filters-active {
    overflow: hidden;
    height: 100vh;
  }

  .btn-filters {
    display: block;
  }

  .filters-aside {
    -webkit-transition: -webkit-transform 0.35s linear;
    transition: -webkit-transform 0.35s linear;
    transition: transform 0.35s linear;
    transition: transform 0.35s linear, -webkit-transform 0.35s linear;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    background: #fff;
    z-index: 9;
    height: 100vh;
    overflow: auto;
  }

  .filters-aside .head {
    display: block;
  }

  .filters-aside .opener {
    display: block;
  }

  .acc-wrapper {
    overflow: hidden;
  }

  .acc-wrapper .acc-slide {
    display: none;
  }

  .acc-wrapper.active .acc-slide {
    display: block;
  }

  /*
		  .player-page .visual-block .container {
			height: auto;
		  }

		  .player-info {
			height: auto;
		  }
		  .visual-block .container .player-info{
			height: auto !important;  
			margin-top:10px;
		  }

		  .player-info .col-left {
			width: 100%;
			display: block;
		  }

		  .player-info .player-img {
			width: 100px;
			margin: 0 auto;
		  }

		  .player-info h1 {
			font-size: 28px !important;
			line-height: 30px !important;
			width:100% !important;
		  }

		  .player-info .player-name {
			display: block;
			padding: 5px 0 0px;
		  }

		  .player-info .pos {
			display: none;
		  }

		  .player-info .col-right {
			width: 100%;
			-webkit-box-pack: center;
				-ms-flex-pack: center;
					justify-content: center;
					margin-top:0px;
		  }

		  .player-info .box {
			width: 95px;
			display: inline-block;
			vertical-align: top;
		  }

		  .player-info .box:last-child {
			margin: 0;
			padding: 0 10px;
		  }

		  .player-info .ratings {
			width: 38px;
			height: 38px;
			font-size: 16px;
			line-height: 34px;
		  }

		  .player-info .title {
			font-size: 12px;
			line-height: 16px;
		  }
  */

  .player-stats {
    background: transparent;
  }

  .player-stats .right-head .title.hidden-xs {
    display: none;
  }

  .player-stats .right-head .title.visible-xs {
    display: inline-block;
  }

  .player-stats .column {
    width: 100%;
    margin: 0 0 16px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .player-stats .column:first-child {
    width: 100%;
    margin: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
	border-right:0px;
  }
  .player-stats.addition .player-graph .graph-wrap{
	  padding-left:5px;
	  margin-bottom:0px;
  }

  .player-stats .stats-box {
    padding: 0;
  }

  .player-graph {
    padding: 0 0 15px;
    border-bottom: 1px solid #051f36;
  }

  .player-graph .graph-wrap .graph-elements .team-logo.p2 {
    left: 24.2%;
  }

  .stats-table th.fixture {
    padding: 0 10px;
    width: auto;
  }

  .stats-table .comp,
  .stats-table .date,
  .stats-table .mins {
    display: none;
  }

  .stats-table td.fixture {
    padding: 0 10px;
  }
  .stats-table td{
	  padding: 9px 0;
  }
  .stats-table td.ratings{
	  padding: 3px 0;
  }
  
  body.player-page .stats-table td{
	  line-height:18px;
	  padding: 4px 0;
  }
  body.player-page .stats-table td.comp{
	  padding-left:5px;
  }
  
  body.player-page .stats-table .comp .txt{
	  display:none;
  }
  body.player-page .stats-table th.comp{
		color: transparent;
		width: 32px;
		font-size: 8px;
  }
  body.player-page .stats-table .ico-flag{
	  margin-top: -1.5px;
  }
  body.player-page .stats-table th.date{
	  padding-left:2px;
  }
  body.player-page .stats-table th{
	  font-size:10px;
	  line-height:22px;
  }
  body.player-page .stats-table .form_ico .matchStatus{
	  display:none;
  }
  body.player-page .stats-table.player .match-box .info-box.align-right{
	    padding: 0 18px 0 0;  
  }
  body.player-page .stats-table .ico-flag{
	  width:16px;
  }
  
  body.player-page .stats-table .info, body.player-page .stats-table .mins{
	  display:none; 
  }

  .wins-block {
    padding: 20px 15px;
  }

  .wins-block .box {
    width: 49%;
    padding: 0;
  }

  .wins-block .trophy-box {
    float: none;
    text-align: center;
    margin: 0 0 20px;
    min-height: 77px;
  }

  .wins-block .trophy-box .num {
    right: 20px;
  }

  .wins-block .title {
    text-align: center;
  }

  .wins-block ul {
    display: none;
  }

  .player-information .add-info li {
    width: 50%;
  }

  .timeline-block {
    margin: 0 0 16px;
  }

  .timeline-block .heading {
    display: block;
  }

  .timeline-block .team-row {
    display: none;
  }

  .match-timeline {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    width: 24px;
    height: auto;
    padding: 0;
    margin: 0 auto;
    background: none;
    border-top: 2px solid rgba(5, 31, 54, 0.2);
    border-bottom: 2px solid rgba(5, 31, 54, 0.2);
  }

  .match-timeline .progress {
    display: none;
  }

  .match-timeline .start,
  .match-timeline .end,
  .match-timeline .mid {
    display: none;
  }

  .match-timeline ul {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
  }

  .match-timeline ul li {
    position: relative;
    left: auto !important;
  }

  .match-timeline ul li.change {
    display: none;
  }

  .match-timeline .timeline-time {
    color: rgba(5, 31, 54, 0.5);
    text-align: right;
    position: absolute;
    right: -26px;
    top: 0;
    width: 26px;
  }

  .match-timeline .timeline-team-1,
  .match-timeline .timeline-team-2 {
    position: relative;
  }

  .match-timeline .timeline-team-1:hover,
  .match-timeline .timeline-team-2:hover {
    cursor: default;
  }

  .match-timeline .timeline-team-1 + .timeline-time {
    right: auto;
    left: -26px;
    text-align: left;
  }

  .match-timeline .timeline-team-2 .tooltip {
    box-shadow: none;
    right: auto;
    left: 62px;
    top: 5px;
  }

  .match-timeline .timeline-team-2 .tooltip:after {
    display: none;
  }

  .tooltip {
    display: block;
    box-shadow: none;
    background: none;
    border-radius: 0;
    margin: 0;
    left: auto;
    right: 62px;
    bottom: auto;
    padding: 0;
    top: 5px;
    width: 105px;
  }

  .tooltip:after {
    display: none;
  }

  .tooltip .img {
    display: none;
  }

  .tooltip .name {
    color: #323232;
    text-align: right;
  }

  .tooltip .pos {
    display: none;
  }

  .tooltip .person:first-child .name {
    font-size: 10px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .filters-active .filters-aside {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (max-width: 575px) {
  .info-frame.addition .btn-info {
    margin: 0 0 0 -21px;
  }

  .player-graph .graph-wrap .graph-elements .team-logo.p2 {
    left: 25.2%;
  }
}

@media (max-width: 479px) {
  .player-graph .graph-wrap .graph-elements .team-logo.p2 {
    left: 26.2%;
  }
}

@media (max-width: 450px) {
  /*MOBILE SMALLER*/

  .playerList .player {
    max-width: 100px;
  }

  .playerList .club {
    max-width: 100px;
  }
}

@media (max-width: 399px) {
  .player-graph .graph-wrap .graph-elements .team-logo.p2 {
    left: 28.2%;
  }
}

/*BIGLIST - EXTRAS*/
.playerList.bigList thead th span{
	text-align:left;
	padding-left:6px;
}
.playerList .rankPlImg{
	padding-right:3px;
}
.playerList.bigList thead th:first-child span{
	/*padding-left:0px;
	padding-right: 5px;*/
	text-align:left;
}
.playerList.bigList tr td:first-child{
	padding-left: 10px;
	/*letter-spacing: -0.5px;*/
    max-width: 64px;
}
.playerList.bigList.history tr td:first-child{
	max-width: inherit;
}
.playerList.bigList thead th.ORDER-no span{
	padding-left: 7px;
}
.playerList.bigList thead th.name span, .playerList.bigList thead th.clubName span, .playerList.bigList thead th.age span{
	padding-left: 5px;
}
.playerList.bigList thead th.peopleNat{
}
.playerList.bigList thead th.peopleNat span{
	padding-left: 5px;
}
.playerList.bigList.ranks i.flag{
	margin-left: 3px;
}
.playerList.bigList.league .icon-hold img{
	position: absolute;
	margin-top: -11px;
}
.playerList.bigList.league .icon-hold{
    width: 18px;
    display: block;
}

.playerList.bigList th.rank{
	/*width:45px;*/
}
.players-table.bigList td{
	text-align:left;
	padding-left:0px;
	letter-spacing: -0.5px;
}
.players-table.bigList.seasons td{
	text-align:center;
}
.players-table.bigList.seasons td.cr{
	width: 42px;
}
.players-table.bigList td.attendance{
	color:#a3a3a3;
}
.players-table.bigList td.position, .players-table.bigList td.number{
	text-align:center;
}
.players-table.bigList td.age, .players-table.bigList td.clubName{
	padding-left:4px;
}
.players-table.bigList.ranks td.position{
	text-align:left;
	padding-left:2px;
}
.players-table.bigList.ranks td.stat{
	padding-left:3px;
}
.players-table.bigList.ranks td.val{
	min-width: 38px;
}
.players-table.bigList.ranks td.age{
	min-width: 44px;
}
.players-table.bigList.ranks td.nat{
	min-width: 44px;
	padding-left: 4px;
}
.players-table.ranks td.name{
	min-width:170px;
}
.players-table.ranks td.clubName{
	/*min-width:120px;*/
}
.players-table.ranks td.val{
	width:50px;
}

.playerList.bigList span.icon-flag i{
    margin-top: -7.2px;
    position: absolute;
}
.playerList.bigList span.icon-flag i.flag.flag-{
	margin-top: -5px !important;
}
.playerList tr.last td  {
	border-bottom:1px solid #828282 !important;
}
.playerList.bigList th .icon48x48{
	vertical-align: middle;
	margin-bottom: 0px;
	margin-top:0px; 
}
.playerList.bigList th .icon48x48.icon-fc{
	margin-right:2px;
}
.playerList.bigList td.val{
    min-width: 64px;
    text-align: left;
	padding-left: 7px;
    width: 64px;
}
.playerList.bigList.league td.val{
	text-align: right;
	padding-right:8px;
	min-width: 35px;
	width: 66px;
}
.playerList.bigList.league th.value span{
	text-align: center;
}
.playerList.bigList .fcHead span{
	padding-left: 12px;
}
.playerList.halfList .fcHead span{
    position: absolute;
    margin-top: -8px;
}
.playerList.halfList .fcHead span:after{
	    margin-top: 4px !important;
}
.playerList.bigList .fanHead span{
	margin-left: 0px !important;
	width:100% !important;
	padding-left: 3px;
}
.playerList.bigList td.fans{
	padding-left:3px;
}
.playerList.bigList thead th.selected span{
	background-color: transparent !important;
}

.playerList thead th.sortable span:after{
	display:none;
}
.playerList.bigList thead th span{
	color:#000;

}
.playerList.bigList th.headerSortUp {

}
.playerList.bigList th.headerSortDown {

}
.playerList.bigList th.sortable span:after, .playerList.halfList th.sortable span:after, .teamMatches th.sortable span:after{
	content: '';
	display:inline;
	background-image: url(https://www.footballcritic.com/images/sprites/table-order.png); 
	background-repeat: no-repeat; 
	background-position: 95% 50%;
	background-size: 7.5px 9px;
    margin-top: 7px;
    margin-left: 0px;
}
.playerList.bigList th.headerSortUp, .playerList.bigList th.headerSortDown, .playerList.halfList th.headerSortUp, .playerList.halfList th.headerSortDown{
	background-color:#d0d4d8;
}
.playerList.bigList th.headerSortUp span:after, .playerList.halfList th.headerSortUp span:after, .teamMatches th.tablesorter-headerAsc span:after{
	content: '';
	display:inline;
	background-image: url(https://www.footballcritic.com/images/sprites/order-asc.png);
	background-size: auto;
	background-color: #d0d4d8;
	background-size: 7.6px 4px;
	background-position: 95% 50%;
    margin-top: 7px;
    margin-left: 0px;
}
.playerList.bigList th.headerSortDown span:after, .playerList.halfList th.headerSortDown span:after, .teamMatches th.tablesorter-headerDesc span:after{
	content: '';
	display:inline;
	background-image: url(https://www.footballcritic.com/images/sprites/order-desc.png); 
	background-size: auto;
	background-color:#d0d4d8;
	background-size: 7.6px 4px;
	background-position: 95% 50%;
    margin-top: 7px;
    margin-left: 0px;
}

.teamMatches th.tablesorter-headerAsc span:after, .teamMatches th.tablesorter-headerDesc span:after, .teamMatches th.sortable span:after{
	display:inline-block;
    width: 15px;
    height: 8px;
	background-color:#e1e4e7;
}
.teamMatches th.info.sortable span:after{
    margin-left: -8px;
}


.playerList.bigList td.pts{
	font-weight: 700;
}
.playerList.bigList td.pos{
	font-weight: 700;
	/*text-align: center;*/
	text-align: left;
	font-size: 16px;
	padding-right: 3px;
}



@media (max-width: 767px) {
	#chartdiv{
		width: calc(100% + 0px);
		margin-left: -5px;
	}
	.domestic-table th img{
		margin-top: 0px;
	}
	.notMobile{
		display:none !important;
	}
	th.fcHead{
		width:44px;
	}
	th.fanHead{
		width:38px;
	}
	.players-table td .rating{
		margin: 0 6px;
	}
	.players-table.bigList td.fans{
		padding-left: 4px;
	}
	.playerList.bigList tbody td.position span{
		padding-left:0px !important;
	}
}
.reviews-box .icon48x48.icon-comment, .reviews-box .icon48x48.icon-shared{
    position: absolute;
    left: 12px;
    top: 14px;
}

.info-frame .flag{
	margin-top: -1px;
	float: left;
	margin-right: 6px;
}

/*POPUP*/
	/* Outer */
	.popup {
		width:100%;
		height:100%;
		display:none;
		position:fixed;
		top:0px;
		left:0px;
		background:rgba(0,0,0,0.75);
		z-index:999999999;
	}
	/* Inner */
	.popup-inner {
		max-width:700px;
		width:90%;
		padding:40px;
		position:absolute;
		top:50%;
		left:50%;
		-webkit-transform:translate(-50%, -50%);
		transform:translate(-50%, -50%);
		box-shadow:0px 2px 6px rgba(0,0,0,1);
		border-radius:3px;
		background:#fff;
		min-height:350px;
	}
	/* Close Button */
	.popup-close {
		width:30px;
		height:30px;
		padding-top:4px;
		display:inline-block;
		position:absolute;
		top:0px;
		right:0px;
		transition:ease 0.25s all;
		-webkit-transform:translate(50%, -50%);
		transform:translate(50%, -50%);
		border-radius:1000px;
		background:rgba(0,0,0,0.8);
		font-family:Arial, Sans-Serif;
		font-size:20px;
		text-align:center;
		line-height:100%;
		color:#fff;
	}
	.popup-close:hover {
		-webkit-transform:translate(50%, -50%) rotate(180deg);
		transform:translate(50%, -50%) rotate(180deg);
		background:rgba(0,0,0,1);
		text-decoration:none;
	}
/*
player position
*/
.pitch_pos .rate_3{
	opacity:1.0 !important;
	background-color:#6fb122 !important;
	border: 3px solid #000;
}
.pitch_pos .rate_2{
	opacity:1.0 !important;
	background-color:#36d636 !important;
	border: 3px solid #000;
}
.pitch_pos .rate_1{
	opacity:1.0 !important;
	background-color:#00fc02 !important;
	border: 3px solid #000;
}
.pitch_pos div.rated:after, .pitch_pos div.rated:after, .pitch_pos div.rated:after{
	position: absolute;
	color: #fff;
	margin-top: 26px;
	font-size: 11px;
	letter-spacing: 1px;
	width: 50px;
	text-align: center;
	left: -12px;
	display: inline-block;
	font-weight: 500;
	text-shadow: 1px 1px #000;
}
.pitch_pos_small div.rated:after, .pitch_pos_small div.rated:after, .pitch_pos_small div.rated:after{
	position: absolute;
	color: #fff;
	margin-top: 15px;
	font-size: 10px;
	letter-spacing: 1px;
	width: 42px;
	text-align: center;
	left: -12px;
	display: inline-block;
	font-weight: 500;
	text-shadow: 1px 1px #000;
}
.pitch_pos_small .rate_4, .pitch_pos .rate_4{
    background-color: #5b8b23 !important;
    border: 2px solid #141414;
    opacity: 0.8 !important;
}
.pitch_pos_small .rate_3{
	opacity:1.0 !important;
	background-color:#6fb122 !important;
	border: 2px solid #000;
}
.pitch_pos .alpha, .pitch_pos_small .alpha{
	opacity:1.0 !important;
	background-color:#36d636 !important;
	border: 2px solid #000;
	opacity:0.2 !important;
}
.pitch_pos_small .rate_2{
	opacity:1.0 !important;
	background-color:#36d636 !important;
	border: 2px solid #000;
}
.pitch_pos_small .rate_1{
	opacity:1.0 !important;
	background-color:#00fc02 !important;
	border: 2px solid #000;
}
.pitch_pos div.pos_fl:after, .pitch_pos_small div.pos_fl:after{ content: 'FL'; }
.pitch_pos div.pos_fc:after, .pitch_pos_small div.pos_fc:after{ content: 'FC'; }
.pitch_pos div.pos_fr:after, .pitch_pos_small div.pos_fr:after{ content: 'FR'; }

.pitch_pos div.pos_aml:after, .pitch_pos_small div.pos_aml:after{ content: 'AML'; }
.pitch_pos div.pos_amc:after, .pitch_pos_small div.pos_amc:after{ content: 'AMC'; }
.pitch_pos div.pos_amr:after, .pitch_pos_small div.pos_amr:after{ content: 'AMR'; }

.pitch_pos div.pos_ml:after, .pitch_pos_small div.pos_ml:after{ content: 'ML'; }
.pitch_pos div.pos_mc:after, .pitch_pos_small div.pos_mc:after{ content: 'MC'; }
.pitch_pos div.pos_mr:after, .pitch_pos_small div.pos_mr:after{ content: 'MR'; }

.pitch_pos div.pos_dml:after, .pitch_pos_small div.pos_dml:after{ content: 'DML'; }
.pitch_pos div.pos_dmc:after, .pitch_pos_small div.pos_dmc:after{ content: 'DMC'; }
.pitch_pos div.pos_dmr:after, .pitch_pos_small div.pos_dmr:after{ content: 'DMR'; }

.pitch_pos div.pos_dl:after, .pitch_pos_small div.pos_dl:after{ content: 'DL'; }
.pitch_pos div.pos_dc:after, .pitch_pos_small div.pos_dc:after{ content: 'DC'; }
.pitch_pos div.pos_dr:after, .pitch_pos_small div.pos_dr:after{ content: 'DR'; }

.pitch_pos div.pos_gk:after, .pitch_pos_small div.pos_gk:after{ content: 'GK'; }
.pitch_pos div:after, .pitch_pos_small div:after{
	display:none;
}
/*TEAM FORMS W/D/L*/
.matchStatus{
	text-transform: uppercase;
	margin-left: 6px;
	font-size:10px;
	display:inline-block;
	line-height:16px;
	width:16px;
	text-align:center;
	color:#fff;
	font-weight:400;
    max-height: 16px;
	border-radius: 2px;
}
.stats-table .matchStatus{
	display:block;
}
.teamForm{
	font-size:0px;
}
.teamForm .matchStatus{
	text-transform: uppercase;
	margin-left: 2px;
	font-size:9px;
	display:inline-block;
	line-height:13px;
	width:13px;
	text-align:center;
	color:#fff;
	font-weight:600;
    max-height: 13px;
	float: left;
    border-radius: 2px;
}
td.teamForm{
	width: 86px;
}
.info-frame.addition .matchStatus{
	position:absolute;
}
.matchStatus.W{ background:#a7c600;	}
.matchStatus.L{ background:#d84c4b;	}
.matchStatus.D{ background:#e5cd17;	}
.matchStatus.N{ background:#bcc1c5;	}

/*CSS TOOLTIP*/
	.tipholder {
		position: relative;
		display: inline-block;
	}

	/* Tooltip text */
	.tipholder .tooltiptext {
		visibility: hidden;
		/*visibility: visible;*/
		width: 200px;
		background-color: #0a2137;
		color: #fff;
		text-align: left;
		padding: 5px 10px;
		border-radius: 6px;
		font-size:12px;
	 
		/* Position the tooltip text - see examples below! */
		position: absolute;
		z-index: 1;
		
		bottom: 190%;
		left: 50%; 
		margin-left: -100px; /* Use half of the width (120/2 = 60), to center the tooltip */
	}

	/* Show the tooltip text when you mouse over the tooltip container */
	.tipholder:hover .tooltiptext {
		visibility: visible;
	}
	.tipholder.leaving .tooltiptext{
		visibility: hidden;
	}
	
	.tipholder .tooltiptext::after {
		content: " ";
		position: absolute;
		top: 100%; /* At the bottom of the tooltip */
		left: 50%;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: #0a2137 transparent transparent transparent;
	}

.formpieces{
	width:25px;
	height:16px;
	display: table !important;
	font-size: 1px;
}
.formpieces a{
	margin-right:1px;
	display: table-cell;
}
.formpieces .emptyForm{
	width:4px;
	height:16px;
	margin-right:1px;
	display: table-cell;
	vertical-align: bottom;
}
.formpieces .tipholder{
	cursor:pointer;
	width:4px;
	height:16px;
	margin-right:1px;
	display: table-cell;
	vertical-align: bottom;
}
.formpieces .tipholder span.blk{
	display: table-cell;
	background:lightgrey;
	width:4px;
	height:12px;
}
tr.footer td:first-child{
	text-align:left;
	color: #000; /*rgba(74, 74, 74, 0.7);*/
    font-size: 11px;
}
.playerList tbody tr.footer{
	height: 24px !important;
}
tr.footer td{
	background: #ebebeb;
	line-height: 24px;
	height: 24px !important;
	padding-top: 0px !important; 
	padding-bottom: 0px !important; 
    border-top: 1px solid grey;
}
/*style voor submenu*/
li.hasSubmenu ul{
	position: absolute;
	width: 220px;
	background: #fff;
	border-bottom: 1px solid #cdd2d7;
}
li.hasSubmenu ul li{
	display:block;
	line-height:35px;
	border-top: 1px solid #cdd2d7;
	padding-left:13px;
	cursor:pointer;
}
li.hasSubmenu ul{
	display:none;
}
li.hasSubmenu:hover ul{
	display:block;
}
li.hasSubmenu ul li:hover:after{
	width: calc(100% + 14px);
	float: left;
	height: 2px;
	position: relative;
	margin-left: -13px;
	margin-top:-1px;
	bottom: 0;
	content: '';
	background: #051e36;
	display:none;
}
li.hasSubmenu ul li:hover{
	background:#f9f9f9;
}
li.hasSubmenu ul li a{
	padding: unset;
}
li.hasSubmenu:hover a:after{
	display:none;
}
/*MOBILE CLICK*/
li.hasSubmenu.on ul{
	display:block !important;
	z-index: 99;
	margin-left: 20px;
	margin-top: 0px;
	border-left: 2px solid #cdd2d7;
}
li.hasSubmenu.on{
	opacity: 1.0;	
}
li.hasSubmenu.on ul li{
	border-top:0px;
}
li.hasSubmenu.on:after{
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

/* /////// style voor submenu*/
.comments-area{
	display:none;
}
.info-block.closed .info-list{
	display:none;
}
.info-block.closed{
	border-bottom: 1px solid #cccccc;
}
/*
#matchesHolder .info-block .heading-box{
	CURSOR:POINTER;
}
*/
.info-block.contLiveMatches .heading-box{
	background:#d2dabf !important;
}
/*
	.info-block .heading-box:after{
		content: "-";
		position: absolute;
		right: 14px;
		margin-top: 6px;
	}
*/
.info-block .heading-box span{
	line-height:14px;
}
.info-block.closed .heading-box:after{
    content: '+';
    position: absolute;
    right: 12px;
    margin-top: 6px;
}
#putTableTeams{
	width: calc(100% + 1px);
}
#putTableTeams tbody .tbHead{
    font-size: 11px;
    font-weight: 400;
    color: rgba(74, 74, 74, 0.7);
    background: #ebebeb;
    height: 21px !important;
	border-bottom:0px !important;
}
#putTableTeams tbody .tbHead span{
	font-weight:400;
}
#putTableTeams tbody .tbHead li{
    margin-top: -8px !important;
}
#putTableTeams.playerList .position{
	width: 32px;
}
#putTableTeams.playerList .clubLogo{
	width: 28px;
}
.squadStats td.ratings{
	text-align:center;
}

.selOptions{
	-webkit-appearance: menulist;
	font-size:12px;
	border:1px solid grey;
	width:180px;
	padding: 0px 3px 0px 3px;
    line-height: 24px;
    height: 24px;
	background: #fff;
	border-radius:3px;
}
select.selOptions{
	margin-top:1.5px;
}
.selOptions option{
	padding:0px;
	line-height:16px;
	height:16px;
	min-height:16px;
	max-height:16px;
	/*background:red !important;*/
}

/*MATCH EXTRA TOEVOEGINGEN*/
.matchpage .verd_25_50 .sidebar.selectieList{
	width:30%;
}
.matchpage .verd_25_50 .main-column.bottom{
	width:40%;
}
.matchpage .match-timeline .timeline-time b{
	display:none;
}
.matchpage .stats-block .head{
	
}
@media (max-width: 1024px) { /*TABLET*/
	body.competition .visual-block .img-logo{
		margin:0px 10px;
	}
	.matchpage .md-block .holder{
		width:100%;
	}
	.breadcrumbs{
		margin-top: 52px;
		top:auto !important;
	}
	.breadcrumbs ul li + li{
		padding-left: 13px;
		padding-right: 8px;
		max-width: 120px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.breadcrumbs ul li + li a{
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;		
	}
}
@media (max-width: 767px) { /*MOBILE*/
	
	.ground-box.newVersion .player-box .player-name{
		max-width: 70px;
	}
	
	.matchpage .verd_25_50 .sidebar.selectieList{
		width:100%;
	}
	.matchpage .verd_25_50 .main-column.bottom{
		width:100%;
	}
	.matchpage .mainRef{
		padding-left:10px;
		padding-bottom:10px;
	}
	.matchpage .match-timeline ul li{
		margin-top: auto;
	}
	li.timeline-event span{
		position: relative !important;
		margin-top: auto !important;
		margin-left: auto !important;
	}
	.match-timeline .home .timeline-time{
		right: 24px;
		width: 45vw;
	}
	.match-timeline .timeline-time{
		top:10px;
		font-size: 11px;
		opacity: 1.0;
	}
	.match-timeline .away .timeline-time{
		left: 22px;
		width: 45vw;
		text-align: left;
	}
	.match-timeline .away span{
		margin-left: 6px !important;
		margin-right: 6px;
	}
	.match-timeline .home span{
		margin-left: 6px !important;
	}
	.match-timeline .timeline-time{
		background:none;
	}
	.match-timeline ul li{
		height:auto;
	}
	.match-timeline .timeline-time b{
		color:black;
		font-size:12px;
		display:inline-block !important;
	}
	.matchpage .topMobileOrder{
		order: -1;
	}
}

/* BLINKING EFFECT */
.flash-button{
	color:#fff;
	border:none;
	border-radius:5px;
	
	animation-name: flash;
	animation-duration: 1.2s;
	animation-timing-function: ease-in;
	animation-iteration-count: infinite;

	-webkit-animation-name: flash;
	-webkit-animation-duration: 1.2s;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: infinite;

	-moz-animation-name: flash;
	-moz-animation-duration: 1.2s;
	-moz-animation-timing-function: ease-in;
	-moz-animation-iteration-count: infinite;
}

@keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

@-moz-keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}


/*VISUAL LOADING*/
.ph-item{-ms-flex-wrap:wrap;background-color:#fff;border:0px solid #e6e6e6;border-radius:2px;display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;margin-bottom:0px;overflow:hidden;padding:30px 15px 15px;position:relative}.ph-item,.ph-item *,.ph-item :after,.ph-item :before{-webkit-box-sizing:border-box;box-sizing:border-box}.ph-item:before{-webkit-animation:phAnimation .8s linear infinite;animation:phAnimation .8s linear infinite;background:-webkit-gradient(linear,left top,right top,color-stop(46%,hsla(0,0%,100%,0)),color-stop(50%,hsla(0,0%,100%,.35)),color-stop(54%,hsla(0,0%,100%,0))) 50% 50%;background:linear-gradient(90deg,hsla(0,0%,100%,0) 46%,hsla(0,0%,100%,.35) 50%,hsla(0,0%,100%,0) 54%) 50% 50%;bottom:0;content:" ";left:50%;margin-left:-250%;position:absolute;right:0;top:0;width:500%;z-index:1}.ph-item>*{-ms-flex:1 1 auto;-ms-flex-flow:column;-webkit-box-direction:normal;-webkit-box-flex:1;-webkit-box-orient:vertical;flex:1 1 auto;flex-flow:column;padding-left:15px;padding-right:15px}.ph-item>*,.ph-row{display:-webkit-box;display:-ms-flexbox;display:flex}.ph-row{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:7.5px}.ph-row div{background-color:#d2d2d2;height:10px;margin-bottom:7.5px}.ph-row .big,.ph-row.big div{height:20px;margin-bottom:15px}.ph-row .empty{background-color:hsla(0,0%,100%,0)}.ph-col-2{-ms-flex:0 0 16.66667%;-webkit-box-flex:0;flex:0 0 16.66667%}.ph-col-4{-ms-flex:0 0 33.33333%;-webkit-box-flex:0;flex:0 0 33.33333%}.ph-col-6{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%}.ph-col-8{-ms-flex:0 0 66.66667%;-webkit-box-flex:0;flex:0 0 66.66667%}.ph-col-10{-ms-flex:0 0 83.33333%;-webkit-box-flex:0;flex:0 0 83.33333%}.ph-col-12{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%}.ph-avatar{background-color:#d2d2d2;border-radius:50%;margin-bottom:15px;min-width:60px;overflow:hidden;position:relative;width:100%}.ph-avatar:before{content:" ";display:block;padding-top:100%}.ph-picture{background-color:#d2d2d2;height:120px;margin-bottom:15px;width:100%}@-webkit-keyframes phAnimation{0%{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}to{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}}@keyframes phAnimation{0%{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}to{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}}
.ph-item{
	display:none;
}
.ph-item.squad, .ph-item.rankedplayers{
	padding: 5px;
	padding-top: 16px;
	padding-left:0px;
	opacity:0.5;
	overflow:hidden;
	clear:left;
}
.ph-item.squad .ph-row, .ph-item.rankedplayers .ph-row{
    margin-bottom: 2.5px;
}
.ph-item.squad .ph-row div, .ph-item.rankedplayers .ph-row div{
    flex: none;
	width:20px;
}

.ph-item.formation{
	display:flex;
}
.ph-item.formation.hide{
	display:none;
}



/*
MOBILE SUB MAINMENU
*/
.main_menu .scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; 
  }


.main_menu header {
	/*background: #152637;*/
	border-left: 1px solid #cdd2d7;
	border-right: 1px solid #cdd2d7;
  }


.main_menu .itemHolder{
  border-radius: 0px; 
  }


.main_menu .logo {
  text-align: center; 
  font-weight: 700;
  /*border-right: 1px solid rgba(#727c87, .4);*/
  padding: 12px 24px 13px; 
}

.main_menu .nav-item {
  /*padding: 12px 16px 13px;*/
}
.main_menu .nav-item:after {

}
.main_menu .nav-item.active:after, .main_menu .nav-item:hover:after {
	border-bottom: 2px solid #051e36;
	display:inline-block;
	height:100%;
	width:100%;
	content: '';
	float:left;
	margin-top:-2px;
}
.main_menu .nav-item:not(:last-child) {
  border-right: 1px solid #cdd2d7;
}
.main_menu .nav-item a{
	display: block;
	padding: 12px 13px;
    cursor: pointer;
    color: #051f36;
    letter-spacing: 1px;
}

.main_menu * { 
  box-sizing: border-box; }

.main_menu {
    font-size: 12px;
    line-height: 20px;
    font-family: "proximanova", sans-serif;
    text-transform: uppercase;
  max-width: 100%;
  margin: 0px;

  }


.main_menu header,
.main_menu nav { 
  font-size: 0; 
  }


.main_menu .logo,
.main_menu .nav-item {
  font-size: 12px; 
  }

.main_menu .logo,
.main_menu .nav-item,
.main_menu .vertical-align-middle {
  display: inline-block;
  vertical-align: middle; 
  }


.main_menu .scroll::-webkit-scrollbar {
  display: none; 
  }

.labelDesktop{
	display:inline;
}
.labelMobile{
	display:none;
}

body.player-page .player-info .player-name{
	padding: 0 0 26px;
}
body.player-page .player-info .col-left img.teamlogo{
	margin-bottom:22px;
}

@media (max-width: 767px) { /*MOBILE*/
	
	.content .content-holder .widgets .w1 .whead .wnumber{
		display:none !important;
	}
	.content .content-holder .widgets .w1 .whead .wplayerinfo img.wplayerphoto{
		margin-top: 10px !important;
	}
	article.content h2{
		margin-top:30px;
		font-size: 22px;
	}
	article.content p{
		font-size: 0.9rem;
		line-height: 1.58;
	}
	.main_menu:after{
		content: '';
		height:44px;
		width:7.5%;
		right:0px;
		background-image: linear-gradient(to right, #ff000000 , #ffffff);
		position: absolute;
		margin-top: -44px;
	}
	.main_menu .nav-item:last-child a{
		padding-right:22px;
	}
	
	.labelDesktop{
		display:none;
	}
	.labelMobile{
		display:inline;
	}
	/*new aug 2019*/
	select.selOptions{
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 5px;
	}
	.btn.small{
		height:30px;
		line-height:30px;
		margin-top: 6px;
	}
	#footer .bottom-footer .who_partners .who{
		/*display:none;*/
		padding-left: 5%;
		padding-right: 5%;
		margin-top:10px;
		margin-bottom:10px;
	}
	#footer .bottom-footer .keywords a{
		padding-left:5px;
		padding-right:5px;
	}
	#footer .bottom-footer .who_partners .partners{
		padding-left:0px;
	}
	#footer .bottom-footer .who_partners .partners img{
		margin-left:12px;
		margin-right:12px;
	}
	#footer .bottom-footer .who_partners{
		padding-top: 2px;
		padding-bottom: 6px;
	}
	#footer .bottom-footer .copy_menu .copy{
		padding-right:0px;
		font-size: 11px;
		line-height: 16px;
	}
	#footer .bottom-footer .copy_menu a{
		color:#a6a5a7;
		width: 35%;
		text-align: left;
		float: left;
		margin-left: 10%;
	}
	#footer .bottom-footer .keywords{
		line-height: 18px;
		font-size: 12px;
	}
	
	/*MOBIEL ANDERE INSTEEK BREADCRUMBS*/
	body:not(.area):not(.allcompetitions) .breadcrumbs ul li + li{
		max-width: 150px;
		display:none;
	}
	body:not(.area):not(.allcompetitions) .breadcrumbs ul li:nth-last-child(2), body:not(.area):not(.allcompetitions) .breadcrumbs ul li:nth-last-child(3) {
		display:inline-flex;
	}
	body:not(.area):not(.allcompetitions) .breadcrumbs ul li:nth-last-child(3):before{
		/*content: '...';
		font-size: 10px;
		line-height: 27px;
		opacity:1;*/
		content: '››';
	}
	body:not(.area):not(.allcompetitions) .breadcrumbs ul li:first-child:before{
		content:'' !important;
	}
	body:not(.area):not(.allcompetitions) .breadcrumbs ul li:nth-last-child(3){
		padding-left: 18px;
		margin-left:2px;
	}
	body:not(.area):not(.allcompetitions) .breadcrumbs ul li:first-child{
		padding-left: 0px !important;
		margin-left:0px !important;	
	}
	body:not(.area):not(.allcompetitions) .breadcrumbs ul li:nth-last-child(2):before, body:not(.area):not(.allcompetitions) .breadcrumbs ul li:nth-last-child(3):before{
		transform: rotate(180deg);
		line-height: 30px;
	}
	body:not(.area):not(.allcompetitions) .breadcrumbs ul li{
		line-height: 25px;
	}
	body:not(.area):not(.allcompetitions) .breadcrumbs ul li:nth-last-child(2){
		/*opacity:0.6;*/
	}
	
	/*MATCH*/
	.visual-block .header_matchblock{
		width: 70%;
		margin-left: 15%;
	}
	.match-info{
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.match-info .team-logo.away{
		display: block;
		text-align: left;
		top: 1px;
		right: -12px;
	}
	.match-info .team-logo.away > div{
		order:2;
		position: absolute;
		top: 40px;
	}
	.match-info .team-logo.away > a{
		order:1;
		position: absolute;
	}
	.match-info .team-logo{
		top:40px;
	}
	.match-info.noRatings .team-logo{
		top: 50%;
	}
	.match-info .rating{
		font: 22px 'Open Sans', sans-serif;
		text-align: center;
		width: 42px;
	}
	.sidebar .info-frame .btn-info .text{
		font-size:11px;
	}
	.match-info.noRatings .team-logo.away{
		top:0px;
	}
	
	body.article .detail-block .img-holder{
		float: left;
		width:30%;
	}
	body.article .detail-block .text-holder{
	    width: calc(70% - 12px);
		float: inherit;
		margin-left:5px;
	}
	body.article .detail-block h2{
		font-size: 18px;
		font-weight: 700;
	}
	body.article .count-list{
		margin-left:1px;
		padding-left:0px;
		margin-bottom: 5px;
	}
	body.article .detail-block .wrap-text{
		margin-bottom:5px;
	}
	body.article .detail-block .detail-holder:last-child{
		border-bottom:0px;
	}
	body.team-page .player-stats.addition .add-info .timezone{
		display:block;
	}
	body.team-page .player-stats.addition .add-info div{
		width:18px;
		height:14px;
		margin-left: 5px;
	}
	body.team-page .player-stats.addition .add-info div i{
		position:absolute;
		margin-top: 1px !important;
	}
	body.team-page .player-info .player-name{
		margin-left:0px;
		margin-top: -4px;
	}
	body.team-page .visual-block h1, body.team-page .visual-block .h1{
		letter-spacing: 0.4px;
	}
	body.team-page .player-info .col-right{
		margin-top:13px;
	}
	body.team-page .team .player-info .col-left{
		padding-top:3px;
	}
	body.player-page .player-info .player-name{
		padding-bottom:14px;
	}
	/*TABLES EVERYWHERE*/
	body.player-page .players-table.addition.seasons th.icon{
		width:auto;
	}
	body.player-page .players-table.addition.seasons th.position {
		width: 35% !important;
	}
	body.player-page .players-table.bigList td txt{
		line-height:14px;
	}
	body.player-page select.selOptions{
		margin-top:0px;
	}
	body.player-page #extendedStats th{
		line-height:12px;
	}

}

#extendedStats{
	display:none;
}



.filter-nav.statsSel{}
.filter-nav.skillHolder{
	display:none;
	z-index:4;
	border-bottom:0px;
	float:left;
}
.filter-nav.skillHolder.show{
	display:inline-block;
}
#extendedStats td.season{
	text-overflow: ellipsis;
	max-width: 60px;
	width: 60px;
	white-space: nowrap;
	overflow: hidden;
}
#extendedStats .competition{
	max-width:140px;
	min-width: 140px;
}
#extendedStats td.competition .txt{
	/*text-overflow: ellipsis;*/
	/*max-width: 138px;*/
	/*white-space: nowrap;
	overflow: hidden;										*/
}
#noMatches{
	padding:10px;
	text-align:center;
	margin-top:1px;
	border-top:1px solid #e4e4e4;
}

#extendedStats .defensive, #extendedStats .possession, #extendedStats .creative, #extendedStats .goalscoring, #extendedStats .disciplinary, #extendedStats .goalkeeping, #extendedStats .errors, #extendedStats .disruption, #extendedStats .creation{
	display:none;
}
#extendedStats .general{
	display:table-cell;
}
#extendedStats .goalkeeping {
	width:10%;
}



/*CAREER STATS PEOPLE*/ 
#summStats{
	display:block;
}
#summStats th li, #extendedStats th li{
	/*margin-top: -8px;
	position:absolute;*/
}
#extendedStats tr td:nth-of-type(3) ~ td{
	width: 7.5%;
}
#extendedStats tr td.defensive{
	width: auto !important;
}
#extendedStats tr td.possession{
	width: auto !important;
}
#extendedStats .domestic-table .ico-flag{
	margin-right:0px;
}
#extendedStats .competition{
	padding-left:0px;
}
#extendedStats th a{
    line-height: 18px;
}

body.team-page .squadStats .playerImg{
	padding-left:8px;
}
body.team-page .players-table.addition tr.positionHead td{
	font-size: 10px;
	line-height: 22px;
}
body.team-page .squadStats .name b{
	display:none;
}
body.player-page .domesic-box h3{
    font-size: 16px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-left: 10px;
}
body.area .visual-block .container{
    padding-top: 25px;
    padding-bottom: 20px;
}
body.search .stats-table th{
	font-size: 10px;
	line-height: 22px;
}
body.search .three-columns{
	float:left;
}
body.search .content{
	width:100%;
}
body.search .teamMatches.players td.comp{
	padding-left: 0px;
}

/*ARTICLE*/
body.article .widgets .w4 .embheader{
	max-height: 22px;
}
body.article .widgets .w4 .embheader div{
	line-height: 22px !important;
	font-size: 10px;
}
body.article .widgets i.note{
	display:none;
}
body.article .widgets .w4 .player img{
    height: 32px;
    margin-top: 3px;
}
body.article .widgets .w4 .attr_2, body.article .widgets .w4 .attr_1, body.article .widgets .w4 .attr_3, body.article .widgets .w4 .attr_4, body.article .widgets .w4 .attr_5, body.article .widgets .w4 .attr_6, body.article .widgets .w4 .attr_7, body.article .widgets .w4 .formHolder, body.article .widgets .w4 .p-mom{
	display:none;
}
body.article .widgets .w4 .ais-hits--item.embheader div.ratings:before{
    background: url(../images/sprites/sprite_icons_48x48.png?v=30) no-repeat !important;
	background-position: -125px -126px !important;
	background-size: 180px 180px !important;
	margin-top: 4px !important;
	cursor: default !important;
}
body.article .widgets .w4 .ais-hits--item div.name{
	width: 35%;
}
body.article .widgets .w5 .wname{
	font-family: sans-serif;
	letter-spacing: 0.3px;
	font: 600 18px/18px 'proximanova',sans-serif !important;
}
body.article .widgets .w5 .story{
	margin-top: 0px !important;
}
body.article .widgets .w5 .contHolder{
	padding-bottom: 0px;
}
body.article .widgets .w5 .stats-table td{
	padding-bottom:0px !important;
}
body.article .w5 tr.cont{
	background:#fff !important;
}
body.article .w5{
    border-top: 1px solid #091f37;
    width: 80%;
    margin-left: 10%;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
}
body.article .w5 .stats-table {
    width: calc(100% + 1px);
	box-shadow: 1px 2px 6px 2px #88888843;
}
body.article .widgets .w5 .stats-table td{
	padding-top:0px !important;
}
body.article .widgets .w5 .wnHold{
	margin-top: 12px;
}
body.article .widgets .w5 .stats-table tr td{
	line-height: 30px !important;
}
body.article .widgets .w5 .stats-table .txt{
	margin-top:-4px;
}
body.article .widgets .w5 .stats-table .ico-flag{
	margin-top: -3.5px;
}
body.article .widgets .w5 .ratingHolder{
	margin-top:7px;
}
body.matchpage .players-table.addition th.name{
	width:130px;
}
body.matchpage .tableFloatingHeaderOriginal{
	top:52px !important;
}

/*
body.article article h2{
	border-top:3px solid #fe691b;
	border-bottom:3px solid #fe691b;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}*/
body.article article h2, body.matchpage article h2 {
    border-top: 2px solid #fe691b;
    border-bottom: 2px solid #fe691b;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background: #fe691b08;
}
table.report-table{
	width:100%;
	border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(0, 0, 0, 1);
    letter-spacing: 0px;
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	margin-bottom:20px;
}
.report-inc-cons{
	margin-bottom:20px;
}
.report-inc-cons .minute_holder{
	display:inline;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(0, 0, 0, 1);
}
.report-inc-cons .minute_holder .fa{
    margin-right: 2px;
}
.report-inc-cons .rest_holder{
	display:inline;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(0, 0, 0, 1);
	margin-left: 8px;
}
.report-inc-cons .rest_holder .icon48x48{
    margin-top: -4px;
}

table.report-table tr td{
	border-bottom: 1px solid #e4e4e4;
	line-height:36px;
	padding-left:6px;
	border-left: 1px solid #e4e4e4;
}
body.article .w5 .pos_short{
	font-size:14px;
	color:#9a9a9a;
	display:inline-block;
    margin-left: 10px;
    float: right;
    margin-top: -1.5px;
	font: 14px/16px 'Open Sans', sans-serif !important;
}
body.article article p a{
	color:#0066cc;
}
#commentsHolder .comment iframe{
	max-width:100%;
	margin-top: 10px;
}
/*NIEUWE WIDGET ---- */
.widgetCreator table.stats-table{
    width: 80%;
    margin-left: 10%;
    box-shadow: 1px 2px 6px 2px #88888843;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
	border-top: 1px solid #091f37;
}
.widgetCreator .stats-table tr{
    background: #e6e6e6;
}
.widgetCreator .stats-table tr td {
	font-size: 12px;
	line-height: 30px !important;
	color: #323232;
	padding: 5px 0;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}
.widgetCreator .stats-table tr td.comp{
	padding-left: 8px;
	width: 60px;
}
.widgetCreator .stats-table .ico-flag {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    font-size: 0;
    width: 15px;
    text-align: center;
    margin: 0 5px 0 0;
	margin-top: -3.5px;
}
.widgetCreator .stats-table .txt{
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    text-transform: uppercase;
	margin-top: -4px;
}
.widgetCreator .stats-table .txt a{
    color: #1f1f1f;
}
.widgetCreator .matchStatus {
    text-transform: uppercase;
    margin-left: 6px;
    font-size: 10px;
    display: block;
    line-height: 16px;
    width: 16px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    max-height: 16px;
    border-radius: 2px;
}
.widgetCreator .stats-table .match-box {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.widgetCreator .stats-table .match-box .info-box{
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
	padding: 0 0 0 27px;
}
.widgetCreator .stats-table.player .match-box .info-box.align-right {
    padding: 0 18px 0 0;
}
.widgetCreator .stats-table .match-box .team-name {
    width: 84%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.widgetCreator .stats-table .match-box .info-box.align-right .team-name {
    text-align: right;
    width: calc(100% - 40px);
}
.widgetCreator .stats-table .match-box .team-name {
	white-space: nowrap;
}
.widgetCreator .stats-table .match-box .info-box.align-right .team-name {
	text-align: right;
	width: calc(100% - 40px);
}
.widgetCreator .stats-table .match-box .sm-txt {
    font-size: 13px;
    text-transform: uppercase;
}
.widgetCreator .visible-xs {
    display: none;
}
.widgetCreator .stats-table .match-box .img {
    width: 24px;
    display: block;
    text-align: center;
}
.widgetCreator .stats-table .match-box .info-box.align-right .img {
    margin-left: 6px;
    margin-right: 0px;
}
.widgetCreator .stats-table .match-box .img img {
    max-width: 100%;
    vertical-align: top;
    /* margin-top: 3px; */
    margin-top: 1px;
    max-height: 22px;
}
.widgetCreator .stats-table .btn-info {
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -21px;
    width: 42px;
    padding: 0px 0 0;
    border-radius: 2px;
    position: absolute;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    border-radius: 2px;
    background: #051f36;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.widgetCreator .stats-table .btn-info.blue {
    background: #051f36 !important;
    color: #fff !important;
    font-weight: 600 !important;
}
.widgetCreator tr.cont {
    background: #fff !important;
}
.widgetCreator .contHolder {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    padding-top: 5px;
	padding-bottom: 0px;
    line-height: 22px;
}
.widgetCreator .topBar {
    height: 60px;
}
.widgetCreator .clubLogo {
	float: left;
	width: 60px;
	margin-right: 2px;
	margin-bottom: 10px;
}
.widgetCreator .clubLogo img {
    width: 100%;
    margin-top: 15px;
}
.widgetCreator .playerHead {
    float: left;
    height: 60px;
}
.widgetCreator  .playerHead img {
    height: 100%;
}
.widgetCreator .highlights {
    float: left;
	margin-left: 0px;
	margin-top: 0px;
}
.widgetCreator .wnHold {
    margin-top: 12px;
	margin-left: 5px;
}
.widgetCreator .wname {
    text-transform: uppercase;
    width: 390px;
    display: table-row;
    text-align: left;
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    /* position: absolute; */
    font-family: sans-serif;
    letter-spacing: 0.3px;
    font: 600 18px/18px 'proximanova',sans-serif !important;
}
.widgetCreator  .pos_short {
    font-size: 14px;
    color: #9a9a9a;
    display: inline-block;
    margin-left: 10px;
    float: right;
    margin-top: -1.5px;
    font: 14px/16px 'Open Sans', sans-serif !important;
}
.widgetCreator  .ratingHolder {
    margin-top: 7px;
	float: right;
	width: 44px;
	margin-right: -4px;
}
.widgetCreator  .rating {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background: #709510;
    font-size: 20px;
    line-height: 44px;
}
.widgetCreator  .date{
	color:#99a4ad !important;
}


/*TABLET*/
@media (max-width: 1024px){ 
	.player-info .title img{
		height: 12px !important;
		MARGIN-TOP: 5PX;
		MARGIN-LEFT: -3px;
	}
	body.player-news .sidebar{
		order:2;
	}
	.rest-page main{
		margin-top: 85px !important;
	}
}
@media (max-width: 767px){ 
	/*
	body.player-page .main-column:first-child{
		order: 3;
	}
	body.player-page .sidebar{
		order: 1;
	}*/
	#people_radar, #chartdiv_radar{
		width: calc(100% - 20px) !important;
		height: 220px !important;
	}
	.content blockquote cite{
		margin: 6px 0px 0 0;
	}
	.widgetCreator .visible-xs {
		display: inline-block;
	}
	.widgetCreator .stats-table.player .match-box .info-box.align-right{
		padding: 0 14px 0 0;
	}
	.widgetCreator table.stats-table{
		width: calc(100% - 10px);
		box-shadow: none;
		margin-left:0px;
	}
	.widgetCreator ul{
		padding-left:20px;
	}
	body.article .w5 .pos_short{
		font: 12px/16px 'Open Sans', sans-serif !important;
	}
	body.article article h2{
		border-top: 2px solid #fe691b;
		border-bottom: 2px solid #fe691b;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	body.search .content{
		margin-top:20px;
	}
	body.search .stats-table td{
		padding: 6px 0;
	}
	body.search .teamMatches.clubs td.comp img{
		margin-left:7px;
	}
	#extendedStats .competition{
		width:80px;
	}
	#extendedStats td.season{
		width:60px;
	}
	#extendedStats th, #summStats th {
		line-height: 25px;
	}
	#extendedStats .mom{
		display:none;
	}
	#extendedStats .competition{
		min-width:40px;
		max-width:40px;
		width:auto;
	}
	#extendedStats.possession .ratingHolder, #extendedStats.defensive .ratingHolder, #extendedStats.goalscoring .ratingHolder{
		display:none !important;
	}
	body.player-page .pitch_pos{
		width: 80vw !important;
		height: 100vw !important;
		margin-left: 10vw;
	}
	#footer .footer_logo{
		width: 50%;
		max-width: 240px;
	}
	body.player-news .detail-block .text-holder p{
		display:none;
	}
	.players-table.addition.playerList th.position{
		width:15%;
	}
	body.team-page .squadStats .name b{
		display: inline;
		font-weight: 400;
		color: #afafaf;
		padding-left: 4px;
		letter-spacing: -0.5px;
		font-size: 11px;
	}
	body.team-page .squadStats th.position, body.team-page .squadStats .postionHolder{
		display:none;
	}
	body.team-page .squadStats .flags{
		/*padding-left:4px;*/
	}
	body.team-page .squadStats td.name{
		line-height: 14px;
		padding-top: 2px !important;
		padding-bottom: 2px !important;
	}
	body.team-page .players-table.boxShadow td.name{
		border-right:0px;
		width:auto;
	}
	body.team-page .players-table.boxShadow td.playerImg{
		padding-left:5px;
	}
	body.team-page .players-table.boxShadow .formHolder{
		/*width:50px;*/
		max-width: 40px;
		width: 40px;
	}
	body.team-page .players-table.boxShadow .ageHolder{
		min-width:34px;
	}
	body.team-page .players-table.boxShadow td.ageHolder{
		padding-left:10px;
	}
	body.team-page .players-table .name{
		width:auto !important;
		max-width: none !important;
	}
	body.team-page .clockHolder{
		display:none !important;
	}
	/*EXTRA TABLES*/
	body.team-page .xtraStats .name{
		width: 30% !IMPORTANT;
	}
	body.team-page .xtraStats th.sortable span:after{
		DISPLAY:NONE;
	}
	body.player-page .playerList.bigList tr td:first-child{
		padding-left:5px;
	}
	body.team-page .teamMatches .form{
		display:none;
	}
	body.team-page .teamMatches th{
		font-size:10px;
		line-height:22px;
	}
	body.team-page select.selOptions{
		margin-top:0px;
	}
	.stats-table .match-box .sm-txt{
		font-size:12px;
	}
	body.competition #tableSelecting{
		margin-top: 1px !important;
	}
	body.competition .players-table.addition.playerList th.position{
		width:10%;
	}
	#hotPlayers .players-table.bigList .clubLogo{
		padding-right:8px;
	}
	#hotPlayers tbody tr td.rank{
		width: 32px;
	}
	#hotPlayers .playerImg{
		width: 40px;
	}
	#playerTopList thead th span{
		line-height: 14px;
	}
	#playerTopList th.sortable span:after{
		margin-top: 2%;
	}
	#playerTopList .playerImg{
		width:38px !important;
	}
	#playerTopList tr td.rank{
		width: 35px;
	}
	body.competition ul.ais-pagination{
		border-bottom:0px;
	}
	body.competition .history td{
		line-height:16px;
	}
	body.news-archive h2{
		font-size: 16px;
		font-weight: 700;
		line-height: 22px;
	}
	body.news-archive .count-list{
		padding: 0 0 0 0px;
	}
	body.area .visual-block .img-logo{
		width:64px;
		margin-left: 0px;
		margin-right: 10px;
	}
	body.area .visual-block .container{
		padding-top:10px;
	}
	body.area .visual-block h1{
		letter-spacing: 1px;
	}
	body.area .column, body.area .md-block{
		width:100%;
	}
	body.allcompetitions .navbar-holder{
		display:none;
	}
	body.allcompetitions .stats-table tr td:nth-child(2){
		width: 33% !important;
		padding-right: 10px;
	}
	body.allcompetitions .stats-table tr td:nth-child(4) {
		width: auto !important;
		padding-right: 10px;
	}
	body.allcompetitions .stats-table.teamMatches td{
		line-height: 14px;
	}
	article .w4 .name, article .w4 .club{
		display: table-cell;
	}
	.content .content-holder .widgets{
		margin-right: -20px !important;
	}
	article.content .content-holder{
		padding-top:20px;
	}
	article .infoHeader{
		padding-bottom:10px;
	}
	article.content p{
		margin: 0 0 25px;
	}
	article.content h1{
		font-size: 24px;
		line-height: 30px;
	}
	body.article .w5 .stats-table {
		box-shadow: none;
	}
	.tableWrapper .home_logo, .tableWrapper .away_logo{
		width: 40px;
	}
	.tableWrapper .home_logo{
		margin-left:10px;
	}
	.tableWrapper .away_logo{
		margin-right:10px;
	}
	.tableWrapper .stats-block.total, .tableWrapper .stats-block.p90{
		padding: 8px 10px 16px;
	}
	.stats-block .progress-row .num div{
		width: 24px;
		font-size: 11px;
		line-height: 15px;
	}
	.stats-block .progress-row .num{
		right:0px;
	}
	.stats-block .progress-row .num.home{
		left: 0px;
	}
	.tableWrapper .stats_head{
		font-size: 10px;
		line-height: 22px;
	}
	.right_positions .pitch_pos_small{
		width: 70vw !important;
		height: 100vw !important;
		margin-left: 15vw !important;
	}
	/*DIKKERE VINGERS BLUE BUTTONS*/
	.filter-nav{
		height: 47px;
	}
	.filter-nav .drop{
		height: 32px;
	}
	.filter-nav ul li{
		line-height: 24px;
	}
	.filter-nav .drop:after{
		top: 5px;
	}
	.btn.small.rightside{
		margin-top: 6px !important;
		margin-right: 5px !important;
	}
	#main.match-stats .verd_25_50 .sidebar.selectieList{
		order:3;
	}
	#main.match-stats .column-holder{
		flex-direction: column;
		display: flex;
	}
	#main.match-stats .column-holder .column:nth-child(1){
		order: 2;
	}
	#main.match-stats .column-holder .column:nth-child(2){
		order: 1;
	}
	.scorers{
		color:#fff;
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
		margin-top: -8px;
		line-height:16px;
	}
	.scorers a{
		color:#fff;
		opacity:0.85;
	}
	body.matchpage .players-table td.name{
		line-height:16px;
	}
	body.matchpage .playerList.bigList tr td:first-child{
		padding-left:4px;
	}
	body.matchpage .players-table.addition th.name{
		width:80px;
	}
	body.article .widgets .w5 .ratingHolder{
		position: absolute;
		margin-top: -1.5px;
		right: 10px;
		float:none;
	}
	body.article .widgets .w5 .ratingHolder .rating{
		background:none !important;
	}
	body.article .widgets .w5 .wname{
		font: 600 16px/18px 'proximanova',sans-serif !important;
	}
	body.matchpage .ratinhHolder{
		width:42px !important;
	}
	body.matchpage .rating-list .img-hold, .playerList .img-hold{
		width: 32px !important;
	}
	body.matchpage .clockHolder{
		width: 26px !important;
	}
	body.matchpage .playerList.doubleHead thead th span{
		font-size:9px !important;
	}
	body.matchpage .playerList.bigList thead th span{
		padding-left:9px;
	}
	body.matchpage .players-table.boxShadow td.playerImg {
		width: 40px;
	}
	body.team-page .playerList .img-hold{
		margin: 2px -2px 0;
	}
	body.team-page .players-table.boxShadow td.playerImg{
		width:38px;
	}
	body.team-page .playerList.doubleHead thead th span{
		font-size:9px !important;
		padding-left:9px;
		padding-right: 6px;
		line-height: 12px;
	}
	
}
@media (max-width: 480px){ /*MOBIEL KLEINSTE OPTIE*/
	#summStats .yellow, #summStats .red, #extendedStats .clock, #extendedStats .yellow, #extendedStats .red{
		display:none;
	}
	#extendedStats .clock, #extendedStats .yellow, #extendedStats .red{
		display:table-cell;
	}
	#extendedStats.disciplinary .ratingHolder, #extendedStats.possession .ratingHolder, #extendedStats.creative .ratingHolder{
		display:none;
	}
	#extendedStats .mob_dis{
		display:none !important;
	}
	#extendedStats .domestic-table td{
		padding: 5px 7px 5px;
	}
	body.player-page .player-info .col-right{
		width:16%;
	}
	body.player-page .player-info .col-left{
		width:84%;
	}
	body.player-page .player-info .title img{
		MARGIN-LEFT: -35px !important;
		    max-width: inherit;
	}
	body.team-page .player-info .title img{
		MARGIN-LEFT: -22px !important;
	}
	.visual-block h1, .visual-block .h1{
		    line-height: calc(4vw + 5px) !important;
	}
	body.team-page .full-league .form_holder{
		display:none;
	}
	body.team-page .full-league .date{
	    min-width: 76px;
	}
	body.team-page .full-league .stats-table th{
		font-size:10px;
	}
	body.team-page .stats-table td.fixture{
		width:58% !important;
	}
	body.team-page .stats-table .ico-flag{
		margin: 0 2px 0 0;
	}
	body.team-page .stats-table.teamMatches .ratings{
		width:7.5%;
	}
	body.team-page .stats-table td.comp{
		width: 8%;
	}
	body.team-page .stats-table .txt{
		display:none;
	}
	body.team-page .formationMatches td.fixture{
		width: auto !important;
	}
	body.area .teamMatches .formHolder{
		display:none;
	}
	body.area .teamMatches .info, body.area .teamMatches .comp .txt{
		display:none;
	}
	body.area .stats-table th.comp{
		width: 40px;
	}
	body.area .stats-table th{
		font-size:10px;
		line-height: 22px;
	}
	body.area .stats-table td{
		line-height:16px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	body.area .stats-table .date{
		width: 21%;
	}
	
	/*ARTICLE WIDGETS*/
	body.article .w5{
		width: calc(100% - 10px);
		margin-left:0px;
	}
	body.article .w5 .stats-table{
		width:100%;
	}
	article .w4 .club{
		display:none;
	}
	body.article .titleHolder h1{
		font-size: 24px;
		line-height: 32px;
	}
	body.article .w5 .contHolder{
		padding-left: 10px;
		padding-right: 10px;
	}
	body.article .w4 .ais-hits--item{
		padding-left: 4px;
	}
	body.article .w4 .ais-hits--item div.p-age{
		min-width: 28px;
	}
	body.article .w4 .ais-hits--item div.position{
		min-width: 70px;
	}
	body.article .w4 .ais-hits--item div.born{
		min-width: 63px;
	}
	body.article .w4 .ais-hits--item div.player{
		min-width: 36px;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	  .player-info .box:last-child{
		  margin: 0 -12px 0 0;
		  width: 106px;
	  }
	  .player-info .ratings{
		font-size: 22px !important;
		height: 46px !important;
		width: 46px !important;
		padding-top: 0px !important;
		line-height: 44px;
		margin-left: -13px;
	  }
	  .player-info .box .difference{
			margin-top: 5px;
			width: 30px;
			height: 30px;
	  }
	  .player-info .title img{
		height: 15px !important;
		margin-left: 4px;
	  }
}
@media (max-width: 767px) {
	.player-info .box:last-child{
		height:60px;
		margin: 0 -4px 0 0;
		width: 104px;
		padding: 0px 6px 0px 14px !important;
	}
	.player-info .ratings{
		/*float:left;*/
		margin-left: 3px;
	}
	.player-info .title img{
		position: absolute;
		bottom: 0px;
		margin-left: -40px;
		height: 13px !important;
		margin-bottom: 2px;
	}
	.player-info .box .difference{
	    margin-top: 4px;
		margin-left: 5px;
		width: 14px;
		height: 14px;
		top: 0px;
		left: auto;
		right: 18px;
	}
	.player-info .box .difference.team{
		right: 7px;
	}
	body.player-page .player-info .col-left{
		width:70%;
	}
	body.player-page .player-info .col-right{
		width:30%;
	}
}

/*IMAGES HARDE MATEN -- LAZY LOAD*/
body.homepage .detail-block .img-holder img{
	width: 232px;
	height: 150px;
}
body.homepage .detail-block .img-holder.style01 img{
	width: 232px;
	height: 87px;	
}
.three-columns .column-frame .image-holder img{
	width: 235px;
	height: 152px;	
}
@media (max-width: 767px) {
	body.homepage .detail-block .img-holder img, body.homepage .detail-block .img-holder.style01 img{
		width: 232px !important;
		height: auto !important;
	}
	.three-columns .column-frame .image-holder img{
		height: auto !important;
	}
}



/*2024*/
.px_728{
	width: 728px;
	margin-left: -2.5px;
}
#nav .sub-menu li span{
	opacity:1.0;
}
.hasSuboptions .sub-sub-menu{
	display: none;
	position: absolute;
	margin-left: 210px;
	background: #332d39;
	z-index: 9999;
	width: 210px;
	margin-top: -32px;
	padding: 0;
	list-style: none;
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
}
.hasSuboptions .icon-next{
	float: right;
	font-size: 18px;
	margin-top: -6px;
	display: inline;
	margin-bottom: -5px;
	margin-right: 3px;
}
.hasSuboptions .sub-sub-menu > li{
	margin-top: 0px;
	font-weight:400;
	padding-left:10px;
}
@media only screen and (min-width: 1025px) {
	.hasSuboptions .sub-sub-menu > li:hover{
		background: #46404e;
	}
	.hasSuboptions:hover .sub-sub-menu{
		display:block;
	}
}
#nav .nav-bar > li.dropdown span{
	height: 100%;
	display: inline-block;	
}
#nav .nav-bar > li.dropdown span .b{
	background: red;
	color: #fff;
	display: table-cell;
	line-height: 14px;
	float: right;
	margin-top: 11px;
	vertical-align: top;
	text-align: center;
	border-radius: 5px;
	margin-left: 3px;
	font-family: roboto;
	font-weight: 500;
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2.7px;
	letter-spacing: initial;
	min-width: 14px;
}
#nav .nav-bar > li.dropdown .sub-menu .b{
	position: absolute;
	top: -2px;
	right: 10px;
}
#nav li.hasSuboptions span{
	display: block !important;	
}
#openSearch{
	display: none !important;
}
@media only screen and (max-width: 1024px) {
	#mobButtons{
		position: absolute;
		top: 10px;
		right: 12px;
	}
	#openSearch{
		display: inline-block !important;
		color: #fff;
		font-size: 16px;
		line-height: 34px;
		width: 30px;
		text-align: center;
	}
	body.homepage #openSearch{
		display: none !important;
	}
	#aa-search-input{
		margin-left: 10px;
		display: none;
	}
	.hasSuboptions .icon-next{
		margin-right: 7px;
		margin-top: -3px;
	}
	#nav .nav-bar > li.dropdown span{
		display:block;
		padding-left:0px;
		padding-right:0px;
	}
	.hasSuboptions .sub-sub-menu{
		position:relative;
		margin-left:0px;
		margin-top:0px;
		box-shadow: none;
	}
	.hasSuboptions.selected .sub-sub-menu{
		display:block;
	}
	#nav .nav-bar > li:hover{
		background: inherit !important;
	}
	#nav .nav-bar > li.dropdown.selected .sub-menu{
		display:block !important;
	}
	#nav .nav-bar > li.dropdown span .b{
		display: inline-block;
		float: inherit;
	}
	.nav-opener b{
		background: red;
		color: #fff;
		display: table-cell;
		line-height: 14px;
		float: right;
		margin-top: -22px;
		vertical-align: top;
		text-align: center;
		border-radius: 5px;
		right: -7px;
		font-family: roboto;
		font-weight: 500;
		font-size: 10px;
		padding-left: 2px;
		padding-right: 2.7px;
		letter-spacing: initial;
		min-width: 14px;
		position: absolute;
		z-index: 99;
	}
	.info-frame .btn-info .text{
		font-size: 12px;
		line-height: 24px;
	}
	.detail-block .wrap-text {
		margin: 0 0 7px;
	}
	.info-frame .btn-info{
		width: 38px;
		margin: 0 0 0 -19px;
	}
	.matchSwitcher ul.squadSelect{
		width: auto;
		white-space: nowrap;
	}
	.filter-nav ul li a{
		font-size: 13px;
	}
	#lightSlider li.highl h3{
		border-bottom:4px solid #051f36;
	}
}
@media (max-width: 767px) { /*MOBIEL*/
	.teamForm .matchStatus{
		font-size: 11px;
		line-height: 15px;
		width: 15px;
		max-height: 15px;
		margin-left: 3px;
	}
	.main_news .detail-holder .img-holder, .column-frame .image-holder{
		max-width: 80px;
		margin-right: 10px;
		margin-bottom: 5px;
	}
	.column-frame .wrap-text{
		margin-left: 0px;
		width: calc(100% - 90px);
		float: none;
	}
	.detail-block .text-holder p, .column-frame .column-box p{
		display: none;
	}
	.detail-block .detail-holder:first-child{
		padding-top: 0px;
		padding-bottom: 5px;
	}
	#bb-search-input{
		font-size: 14px !important;
	}
	.main_news .detail-holder .text-holder{
		width: auto;
	}
	.btn, .btn.small.rightside{
		font-size: 13px;
	}
	body.homepage .detail-block .detail-holder:nth-child(n+4) {
		display: none;
	}
	body.homepage .count-list .text{
		font-size: 12px;
	}
	.info-frame .heading-box .text, .info-frame .info-list .info-box .text{
		font-size: 13px;
	}
	.playerList thead th{
		font-size: 11px;
	}
	body.homepage .playerList .img-hold{
		margin-left: -5px !important;
		margin-bottom: -1px;
	}
	body.homepage .playerList .clubLogo img{
		width: 26px;
		margin-left: -3px;
	}
	.playerList .rating{
		margin-right: 10px;
	}
	td.teamForm {
		width: 100px;
	}
	.playerList tbody td{
		font-size: 13px;
	}
	.playerList .tablePoint{
		width: 34px;
	}
	select.selOptions{
		margin-top: 8px;
		margin-bottom: 8px;
		line-height: 28px;
		height: 28px;
		margin-left: 7px;
	}
	.count-list.style{
		float: none;
		margin-top: 3px;
	}
	#footer .bottom-footer .keywords .change-consent{
		background: #fff3;
		line-height: 24px;
		border-radius: 3px;
		padding: 1px 7px;
		text-decoration: underline;
		margin-bottom: 5px;
		display: inline-block;
	}
	.detail-block .img-holder.style01{
		width: 80px;
		margin-bottom: 5px;
		margin-right: 10px;
	}
	.count-list .text{
		font-size: 12px;
	}
	body.team-page .stats-table td{
		line-height: 36px;
	}
	.stats-table .match-box .img img{
		margin-top: 7px;
	}
}