
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Layout
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets.
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* Fonts: Carbon Black (Carbon) - Gameplay */
/*
@font-face {
font-family: 'Carbon';
src: url('/css/fonts/carbon/carbon-black.woff2') format('woff2'),
     url('/css/fonts/carbon/carbon-black.woff') format('woff'),
	 url('/css/fonts/carbon/carbon-black.ttf') format('ttf');
font-weight: normal;
font-style: normal;
}
*/

/* FOOTBALLIZER  */
/*
BG Color:  
Green:     #10b346
Red:       
Grey:      
*/


@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');

@font-face {
font-family: 'carbon';
src: url('/match/game/css/fonts/carbon-black.woff2') format('woff2'),
     url('/match/game/css/fonts/carbon-black.woff') format('woff');
font-weight: normal;
font-style: normal;
}

/*
@font-face {
font-family: 'Roboto', sans-serif;
}
*/

:root {
--dblue: #131722;
--dblue-dark: #050609;
--mblue: #222942;
--lblue: #35405b;

--gold: #ffe029;

--white: #ffffff;
--gwhite: #F8F8FF;
--swhite: #dadada;

--green: #00992f;
--lgreen: #10b346;
--egreen: #408a5e;
--green-c2a: #61a008;

--orange: #ffa400;
--dorange: #ff5200;

--red: #ff0000;

--grey: grey;

--font-gameplay: carbon,Roboto,"DINPro Cond","Open Sans",Verdana,Arial,sans-serif;
--font-norm: Oxygen,Roboto,"DINPro Cond","Open Sans",Verdana,Arial,sans-serif;

	
--town-tile-width: calc(354px * 0.8);
--town-tile-bg-width: 360px;
--town-tile-height: calc(312px * 0.8);

	
--bs-table-bg: transparent;
/*--bs-body-bg: transparent;*/

}


html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-size: 0.95em;
height:100%;
}

body {
background-color: var(--mblue);
font-family: var(--font-norm);
color: #292929;
margin: 0;
letter-spacing: 0.1px;
height:100%;
}

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

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

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

[hidden],
template {
display: none;
}

a,
a:visited {
background-color: transparent;
text-decoration: none;
}

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

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

b,
strong {
font-weight: bold;
}

dfn {
font-style: italic;
}

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

small {
font-size: 85%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
margin:0 0 17px 0;
}

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

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

.container-main {
margin: 65px 0 0 0;
}

.container-main .container {
margin-bottom:15px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1 {
	clear: both;
	color: #292929;
	padding: 0;
    margin: 0 0 15px 0;
	font-weight: 600;
	line-height: 120%;
}

h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color:#292929;
	padding:0;
    margin:0 0 7px 0;
	font-weight:bold;
}

h1 a, h1 a:visited,
h2 a, h2 a:visited,
h3 a, h3 a:visited,
h4 a, h4 a:visited,
h5 a, h5 a:visited,
h6 a, h6 a:visited {
color: var(--gold);
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
color: var(--gold);
}


p {
margin-bottom: 17px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 17px;
}

ul,
ol {
	margin:0 0 15px 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	/* border-radius: 3px; */
	background: #e6e6e6;
	/* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); */
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	/* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); */
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	/* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); */
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	/* box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); */
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	/* border-radius: 3px; */
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
	padding: 5px 15px 5px 15px;
}

textarea {
	padding: 5px 15px 5px 5px;
	width: 100%;
}





/* Login / Signin / Signup / Register */
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/* Bootstrap customization */





/* Bootstrap Navbar */
.bg-dark-fblzr {
background-color: var(--mblue);
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,l
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus, .uneditable-input:focus {   
border-color: none;
box-shadow: none;
outline: 0 none;
}


#userbar * {
	z-index: 99999999;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	position: static;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	line-height: 32px;
	background: red;
}

.fullscreen {
background: var(--mblue);
width:100%;
height:100%;
left:0; top:0;
z-index: 99999;
position: absolute;
/*overflow: hidden;*/
}
.home.bg-lightbox {
background: var(--mblue);
}


/* Topnav */
.topnav {
background: #131722;
height: 32px; width:100%;
position:fixed;
top:0;
z-index: 10000;
font-size: 0.9rem;
}

.topnav .topnav-tab {
padding-top:5px;
opacity: 0.8;
}

.topnav .topnav-tab a,
.topnav .topnav-tab a:visited {
text-decoration: none;
color:white;
}

.topnav .topnav-tab a:hover {
text-decoration: underline;
}

.topnav .topnav-tab a.icon-signin,
.topnav .topnav-tab a.icon-signin:visited {
padding-left:22px;
background: url("/img/icons/signin.svg") left no-repeat;
background-size: contain;
}
.topnav .topnav-tab a.icon-signout,
.topnav .topnav-tab a.icon-signout:visited {
padding-left:22px;
background: url("/img/icons/signout.svg") left no-repeat;
background-size: contain;
}
.topnav .topnav-tab a.icon-user,
.topnav .topnav-tab a.icon-user:visited {
padding-left:22px;
background: url("/img/icons/user.svg") left no-repeat;
background-size: contain;
}
.topnav .topnav-tab a.icon-settings,
.topnav .topnav-tab a.icon-settings:visited {
padding-left:22px;
background: url("/img/icons/settings.svg") left no-repeat;
background-size: contain;
}
.topnav .topnav-tab a.icon-coins,
.topnav .topnav-tab a.icon-coins:visited,
.icon-coins {
padding-left:22px;
padding-right:18px;
background: url("/img/icons/coin.svg") left no-repeat;
background-size: contain;
cursor:default;
}
.topnav .topnav-tab a.icon-items,
.topnav .topnav-tab a.icon-items:visited,
.icon-items {
padding-left:22px;
padding-right:18px;
background: url("/img/icons/items.svg") left no-repeat;
background-size: contain;
}
.topnav .topnav-tab a.icon-store,
.topnav .topnav-tab a.icon-store:visited {
padding-left:22px;
padding-right:18px;
background: url("/img/icons/store.svg") left no-repeat;
background-size: contain;
}

.topnav .topnav-tab a.margin {
padding-left:28px;
}



/* Navbar */
.navbar {
margin-bottom: 20px;
padding-top: 0 !important;
padding-bottom: 0 !important;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
min-height:48px;
font-size: 0.85em;
}

.navbar .dropdown:hover .dropdown-menu {
display: block;
margin-top: 0;
}

.navbar .dropdown-menu {
font-size: 0.98em;
background: #000;
border: none;
-webkit-border-radius: 0;
-moz-border-radius:0;
border-radius: 0;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
padding-bottom: 8px;
margin: 0 0 0 -7px;
top:48px;
}

/* and this styles the dropdwon trigger link, when open */
.navbar .dropdown.show a { 
color:#e8e8e8;
}

.navbar .dropdown-menu a {
color: #e8e8e8;
}
.navbar .dropdown-menu a:hover {
/*background: #232323;*/
background: #272E46;
border-color: none;
color:#fff;
}

.navbar .dropdown-menu.right {
left:-100px;
}
.navbar-toggler {
width: 38px !important;
height:35px !important;
padding: 2px;
font-size: 1.2em;
}

.navbar-brand {
padding:0;
background: url('/img/layout/logo.svg') left top no-repeat;
width:70px; height:48px;
text-indent: -2000em;
opacity: 90%;
}
.navbar-brand:hover {
opacity: 100%;
}

.tabs {
margin:0 0 12px 0;
padding:0;
}

.nav-item {
padding: 0px;
margin:0;
min-height: 48px;
}
.nav-item:hover {
background:#000;
}


/* Colors for nav-link */
.nabvar,
.navbar-default {
background-color: #272E46;
}
.navbar-custom .navbar-nav .nav-link {
color: #e9e9e9;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
color: #ffffff;
}

/* Change BG color of Navbar*/
.navbar-custom {
/*background-color: #ff5500;*/
}






/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
color: var(--gold);
}


a:hover,
a:focus,
a:active {
color: var(--gold);
text-decoration:underline;
}

a:focus {
outline: thin dotted;
}

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

a.white,
a.white :visited {
color: #fff;
}

a.link-dark,
a.link-dark :visited {
color: var(--dblue);
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.navigation {
font-size:0.8rem;
color:#377bb5;
font-weight:bold;
/* border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea; */
padding: 15px 0 15px 0;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


.nav-previous a,
.nav-next a {
background:#919191;
padding: 7px 15px 7px 15px;
color: #fff;
display:block;
display:-moz-inline-box;
display:inline-block;
min-width:92px;
text-align:center;
}

.nav-previous a:hover,
.nav-next a:hover {
text-decoration:underline;
}

.posts-navigation {
padding: 30px 0 15px 0;
height:auto;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear {
clear:both;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 15px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}

.page-links {
clear: both;
margin: 0 0 1.5em;
}

.page-link a:visited,
.page-link:visited {
color: #0d6efd;
}
.active.page-item a {
color: white;
}

.page-header {
margin:0 0 15px 0;
padding-bottom: 15px;
border-bottom: 1px solid #eee;
}

.hr {
/*border-bottom:1px solid #e5e5e5; */
/* margin-bottom:15px; */
border-top:1px solid #e5e5e5;
width:100%;
box-sizing:border-box;
margin:17px 0px 17px 0px;
}

.hr-row {
/*border-bottom:1px solid #e5e5e5; */
/* margin-bottom:15px; */
border-top:1px solid #e5e5e5;
width:100%;
box-sizing:border-box;
margin-bottom:-9px;
}

.highlight {
padding:5px 15px 5px 15px;
background:#292929;
color:#fff; margin:0;
}

.border-top {
border-top:1px solid #e5e5e5;
padding: 5px 0 5px 0;
}

.border-bottom {
border-bottom:1px solid #e5e5e5;
padding: 5px 0 5px 0;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
margin:0 0 15px 0;
font-weight:bold;
font-size:2.8rem;

}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment {
/*background:#eaeaea;*/
background:#e8e8e8;
border: 1px #cdcdcd solid;
border-left-style:none;
border-right-style:none;
list-style:none;
margin: 15px 0 0 0;
font-size:0.85rem;
}

#comments .depth-1,
#comments .depth-3,
#comments .depth-5,
#comments .depth-7,
#comments .depth-9,
#comments .depth-11 {
padding:15px;
/* margin:0; */
}

#comments .depth-2 {
background:#f6f6f6;
padding:15px;
}


#comments .children {
padding:0; margin:0;
}

.comment-list {
margin:0;
}

#comments ol {
padding:0; margin:0;
}

#comments .says {
display:none;
}

#comments .reply {
clear:both;
margin-bottom:15px;
}

#comments .reply a {
padding:9px;
background:#f6f6f6;
border:1px solid #cccccc;
color:#333333;
}

#comments .reply a:hover {
background:#fff;
}



#comments time a:hover {
text-decoration:underline;
}

#comments .comment-metadata {
margin: 5px 0 5px 0;
}

#comments .comment-metadata a {
font-size:0.75rem;
color:#808080;
text-decoration:underline;
}

#comments .comment-metadata a:hover {
text-decoration:none;
}


#comments .fn {
font-size:1.2rem;
}

#comments .fn b, 
#comments .fn h2, 
#comments .fn a,
#comments .fn a:visited {
color:#282828;
}

#respond {
margin:30px 0 30px;
}

#respond h3 {
margin: 15px 0 15px 0;
}

#respond label {
display:none;
}

#respond input {
padding: 0 15px 0 15px;
}

#comments {
}

#comments h3 {
margin:0 0 15px 0;
}

#comments .post {
border: 1px #cdcdcd solid;
border-left-style:none;
border-right-style:none;
margin:15px 0 15px 0;
}

#comments .padding {
padding:30px;
}

#comments .avatar {
float:right;
margin: 0 0 15px 15px;
border:1px #CCCCCC solid;
}

#comments nav {
margin:15px;
margin-left:0px;
margin-right:0px;
}


#comments h2 {
background:#292929;
color:#fff;
padding:5px;
text-align:center;
font-size:1.3rem;
}

#comments .comments-title {
display:none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.index-list {
margin-bottom:15px;
}


/*
a:hover {
color:#cc0000;
text-decoration:none;
}
*/





/* Custom
--------------------------------------------- */
*[hidden] { display: none; }




.sidebar {
font-size:0.9rem;
}

.sidebar h2 {
/* background:#0e0e0e; */
/* color:#f8f8f8; */
background:#e5e5e5;

border-bottom: 1px solid white;
color:#262626;
width:100%;
padding:12px 30px 12px 30px;
text-align:left;
font-size:0.8rem;
font-weight:bold;
text-transform:uppercase;
margin:0;
}

.sidebar .content {
padding:0;
}


.metadata {
font-size:0.8rem;
float:none;
}

.metadata p {
padding:0; margin:0;
text-align:left;
color:#737373;
}

.metadata .info {
float:left;
}

.metadata .info span {
margin-right:5px;
}

.metadata .share {
float:right;
}




/* reset webkit search input browser style */
input {
outline: none;
}

.search-nav input[type=search] {
margin:9px 15px 0 0;
-webkit-appearance: textfield;
/* -webkit-box-sizing: content-box; */
font-family: inherit;
font-size: 100%;
}

.search-nav input::-webkit-search-decoration,
.search-nav input::-webkit-search-cancel-button {
display: none; /* remove the search and cancel icon */
}

/* search input field */
.search-nav input[type=search] {
background: #0e0e0e url(../img/icons/social-s.png) no-repeat 9px center;
border: solid 0px #ccc;
padding: 5px 10px 5px 35px;
width: 20px;

/* -webkit-border-radius: 0.3em;
-moz-border-radius: 0.3em;
border-radius: 0.3em; */

-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}


#footer {
background-color: var(--mblue);
margin: 0 0 0 0;
padding: 30px 0 0 0;
color: #bfbfbf;
}

#footer ul,
#footer li {
list-style:none;
margin:0;
padding:2px 0 2px 0;
font-size:0.8rem;
line-height:1.1rem;
}

#footer ul {
margin-bottom: 15px;
}

#footer a,
#footer a:visited {
color: #bfbfbf;
text-decoration: none;
}

#footer a:hover {
color: #fff;
}


#footer .copyright {
padding:0px 0 0px 0;
font-size:0.8rem;
}

#footer .branding {
max-width:98px;
opacity: 0.9;
}

#footer .container-footer {
background-color: var(--dblue);
width: 100%;
margin: 0;
padding: 15px 0 1px 0;
/*margin-bottom: -15px;*/
}

#footer .container {
margin-bottom:0px;
}

#footer h4 {
color:#fff;
margin:0 0 7px 0;
font-size: 1.1em;
}




.post article footer {
font-size:0.9em;
}


#footer hr
{
  background-color: #696969;
  border-color:#696969;
}

.bg-black {
background:#000;
}

.bg-white {
background:#fff;
}

.bg-grey {
background:#eaeaea;
background:#d9d9d9;
}

.bg-grey-light {
background:#f6f6f6;
}

.content-area article header {
margin:0; padding:0;
}

.content-area article header h1 {
font-size: 2.3rem;
font-weight: 600;
padding: 0;
}

.content-area article header h1 a, 
.content-area article header h1 a:visited {
color:#282828;
}

.content-area article header h1 a:hover {
color:#c5000b;
}



.padding-0 {
padding:0;
}

.padding-top-0 {
padding-top:0;
}



.margin-0 {
margin:0;
}


.padding-medium {
padding:30px;
}

.padding-small {
padding:15px;
}

.padding-small-top-0 {
padding:0 15px 15px 15px;
}


.padding-small {
padding:15px;
}

.padding-xsmall {
padding:7px;
}

.padding-xxsmall {
padding:3px;
}

.no-padding {
padding:0px;
}

.entry-meta {
font-size:0.75rem;
margin:0;
float:none;
clear:both;
overflow:hidden;
}

.entry-meta .glyphicon {
color:#999;
padding-right:3px;
padding-top:1px;
font-size:0.7rem;
}


.entry-meta-short {
font-size:0.7rem;
margin:5px 0 5px 0;
color:#bababa;
}

.entry-meta p {
padding:0; margin:0;
text-align:left;
color:#737373;
}

.entry-meta .sharer {
margin-top:5px;
text-align:right;
}


.entry-footer {
color:#737373;
font-size:0.8rem;
}

.entry-footer a, 
.entry-footer a:visited {
color:#737373;
font-size:0.8rem;
}

.entry-footer .glyphicon {
margin-right:5px;
color:#bababa;
}

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

.entry-footer p {
margin:1px 0 1px 0;
padding:0;
}


/*
a, a:visited {
color:#00699e;padding-
}

a:hover {
color:#d30c18;
}
*/


.textwidget {
padding:30px;
}

.widget-area ul {
margin:0;
padding:0;
}

.widget-area li {
list-style:none;



/* border-bottom:1px solid white; */
padding: 1px 0 1px 0;

/* padding-bottom:5px;
margin-bottom:5px;
margin-left:30px;
border-bottom:1px solid #dadada;
padding:5px 30px 5px 30px; */
}


.widget-no-margin {
margin: -28px;
}

/* 
* {
border-radius: 0 !important;
} */

.width-full {
width:100%;
}

.font-small {
font-size:0.85rem;
color:#666;
}

.wp-polls-ul li {
padding:0; margin:0;
margin-bottom:5px;
padding-bottom:5px;
border-bottom: 1px solid #fff;
}

.wp-polls-ul input[type="radio"] {
	box-sizing: content-box;
	padding: 2px;
	size: 3px;
}


.sidebar .wp-polls {
padding:15px 30px 15px 30px;
}



@media only screen and (max-width: 767px) {

.content-area article header h1 {
font-size:1.8rem;
font-weight:bold;
padding:0;
}

.entry-meta .sharer {
text-align:left;
}


h2 {
font-size:1.3rem;
}

}


.overflow-hidden {
overflow: hidden;
}

.overflow-auto {
overflow: auto;
}


.advertisement {
background:#f2f2f2;
padding:30px;
}

.font-lighter {
font-weight:lighter;
}


.social-bar {
text-align:center;
margin:0; padding:0;
overflow:hidden;
background:#d3d4d9;
}
.social-bar ul {
list-style-type: none;
margin:0; padding:15px 0 7px 0;
overflow: hidden;
text-align: center;
}
.social-bar ul li {
display: inline-block;
margin: 0; padding: 0;
}
.social-linkedin {
background: url(../img/icons/social-linkedin.svg) no-repeat;
background-size:100%;
width:40px; height:40px;
float:left;
text-indent:-1000rem;
display:block;
margin-right:5px;
padding:0;
}

.social-behance {
background: url(../img/icons/social-behance.svg) no-repeat;
background-size:100%;
width:40px; height:40px;
float:left;
text-indent:-1000rem;
display:block;
margin-right:5px;
padding:0;
}
.social-twitter {
background: url(../img/icons/social-twitter.svg) no-repeat;
background-size:100%;
width:40px; height:40px;
float:left;
text-indent:-1000rem;
display:block;
margin-right:5px;
padding:0;
}
.social-instagram {
background: url(../img/icons/social-instagram.svg) no-repeat;
background-size:100%;
width:40px; height:40px;
float:left;
text-indent:-1000rem;
display:block;
margin-right:5px;
padding:0;
}
.social-facebook {
background: url(../img/icons/social-facebook.svg) no-repeat;
background-size:100%;
width:40px; height:40px;
float:left;
text-indent:-1000rem;
display:block;
margin-right:5px;
padding:0;
}
.social-google-plus {
background: url(../img/icons/social-google-plus.svg) no-repeat;
background-size:100%;
width:40px; height:40px;
float:left;
text-indent:-1000rem;
display:block;
margin-right:5px;
padding:0;
}
.social-spottis {
background: url(../img/icons/social-spottis.svg) no-repeat;
background-size:100%;
width:40px; height:40px;
float:left;
text-indent:-1000rem;
display:block;
margin-right:5px;
padding:0;
}
.social-youtube {
background: url(../img/icons/social-youtube.svg) no-repeat;
background-size:100%;
width:40px; height:40px;
float:left;
text-indent:-1000rem;
display:block;
margin-right:5px;
padding:0;
}
.social-pinterest {
background: url(../img/icons/social-pinterest.svg) no-repeat;
background-size:100%;
width:40px; height:40px;
float:left;
text-indent:-1000rem;
display:block;
margin-right:5px;
padding:0;
}
.social-tumblr {
background: url(../img/icons/social-tumblr.svg) no-repeat;
background-size:100%;
width:40px; height:40px;
float:left;
text-indent:-1000rem;
display:block;
margin-right:5px;
padding:0;
}



.related {
padding:15px 15px 0px 15px;
padding-bottom:1px;
font-size:smaller;
background:#f5f5f5;
margin:0 0 15px 0;
}

.related ul {
padding:0;
}

.related li {
list-style-position:inside;
margin:0;
text-align:left;
}

.font-bold, .bold {
font-weight:bold;
}

.table-vertical-middle td {
vertical-align: middle!important;
}

.dim {
background:#000;
width:100%; height:100%;
position: fixed;
z-index:1;
left:0; top:0;
opacity:0.6;
margin: 0; padding: 0;
display:none;
}


.login-icon {
padding: 10px 45px 0 0;
width: 25px; height: 25px;
cursor: pointer;
}

.pre-login,
.pre-login a,
.pre-login a:visited {
background: url('/../img/icons/social-s/login-white.svg') center no-repeat;
background-size: contain;
height: 25px;
width: 38px;
margin-top:6px;
display: block;
text-indent: -9999px;
opacity: 0.6;
}
.pre-login:hover,
.pre-login a:hover {
background: url('/../img/icons/social-s/login-white.svg') center no-repeat;
background-size: contain;
opacity: 1;
}

.post-login,
.post-login a,
.post-login a:visited {
background: url('/../img/icons/social-s/user-white.svg') center no-repeat;
background-size: contain;
height: 25px;
width: 38px;
margin-top:6px;
display: block;
text-indent: -9999px;
opacity: 0.6;
}
.post-login:hover,
.post-login a:hover {
background: url(/../img/icons/social-s/user-white.svg) center no-repeat;
background-size: contain;
opacity: 1;
}

.dropdown-menu.accounts {
margin: -15px 44px 0 0;
padding: 8px;
}






.text-left {
text-align:left;
}
.text-right {
text-align:right;
}


.side-image {
max-width:250px;
float:right;
margin: 0 0 15px 15px;
}

@media only screen and (max-width: 767px) {
.side-image {
width:100%;
max-width:none;
}
}

.side-block {
display: inline-block;
}








/* Custom */

.pfpItem {
font-size:0.8rem;
}

.pfpItem .entry-meta {
display:none;
}

.pfpItem hr {
margin:30px 0 0 0;
}


.table-vert-align>thead>tr>th, .table-vert-align>tbody>tr>th, .table-vert-align>tfoot>tr>th, .table-vert-align>thead>tr>td, .table-vert-align>tbody>tr>td, .table-vert-align>tfoot>tr>td {
vertical-align: middle;
}


/*
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
*/

.color-white {
color: var(--white);
}

/*
div.entry-content p img {
min-width:100%;
background:#eaeaea url(/img/public/img-bg-fifplay.svg) no-repeat center;
background-size: 35%;
}
*/

.plain, .plain a, plain a:active, plain a:visited, plain a:hover {
color:#404040;
text-decoration:none;
}





.caption-wrapper {
/* float:left; */
position:relative;
width:100%;
margin-bottom:15px;
min-height:120px;
height:auto;
background:#f2f2f2;
display:block;
max-height:310px;
overflow: hidden;
}

.caption-wrapper:before,
.caption-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
  clear:both;
}

div.caption-overlay {
position:absolute;
bottom:-1px;
/*left:0px;*/
width:100%;
height:100%;
min-height:120px;
/* background:#f2f2f2; */
color:#000;
/* opacity:0.9;
filter:alpha(opacity=90); */

margin:0px;
padding:15px;

filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=#00000000, endColorStr=#DD000000);
background-color:transparent;
background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,0.6));
background-image:linear-gradient(transparent,rgba(0,0,0,0.6));

cursor:pointer;
display:block;

max-height:310px;
overflow: hidden;
}

div.caption-overlay.main {
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=#00000000, endColorStr=#DD000000);
background-color:transparent;
background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,0.8));
background-image:linear-gradient(transparent,rgba(0,0,0,0.8));

min-height:250px;
max-height:310px;
overflow: visible;
}


div.caption-wrapper img {
position:relative;
display:block;
min-width:210px;
min-height:120px;
}


div.caption-overlay:hover {
box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}

div.caption-overlay-text {
position:absolute;
bottom:0px;
left:0px;
width:100%;
color:#FFF;
margin:0px;
padding:15px;
display:block;
}

div.caption-overlay.top {
top:0px;
}


.caption-overlay-text p {  
color:#ddd;
font-size:0.9rem;
}  

div.caption-overlay-text h1,
div.caption-overlay-text h2 {
color:#fff;
font-size:1.6rem;
margin-bottom:7px;
}

div.caption-overlay-text h1 a,
div.caption-overlay-text h2 a {
	color:#fff;
}

.m-0 {
margin: 0 !important;
}

.m-0 {
padding: 0 !important;
}

.mt-10px {
margin-top:10px;
}
.margin-bottom,
.mb {
margin-bottom:18px;
}

.margin-bottom-x2 {
margin-bottom:32px;
}

.margin-bottom-5px {
margin-bottom:5px;
}

.margin-bottom-7px {
margin-bottom:7px;
}
.margin-bottom-8px {
margin-bottom:8px;
}

.margin-bottom-m-15px {
margin-bottom:-15px;
}

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

#search_item_id {
max-height:300px;
overflow:scroll;
}


.parent-href {
}
.parent-href a {

/*  padding:10px; 
  margin-bottom:1px; */
}
.parent-href a:hover {
}


/* Grow Item */
.item-grow {
display:inline-block;
vertical-align:middle;
-webkit-transition-duration:.32s;transition-duration:.32s;
-webkit-transition-property:
-webkit-transform;transition-property:
-webkit-transform;transition-property:transform;transition-property:transform,
-webkit-transform
}

.item-grow:active,
.item-grow:focus,
.item-grow:hover {
-webkit-transform:scale(1.1);transform:scale(1.1)
}


.underline {
text-decoration: underline;
}

.float-left {
float:left;
}
.float-right {
float:right;
}


.hidden, .hide {
display: none;
}




.xsmall {
transform: scale(0.4);
}



/* --- General / Player cards -- */
.playercard,
.stadium {
font-family: "DINPro","Open Sans", Verdana, Arial, sans-serif;
position: relative;
}

.playercard-name {
overflow:hidden;
}

.playercard div,
.stadium div {
line-height: 18px;
position: absolute;
}

.playercard-container,
.stadiumcard-container {
background-size: contain;
color:white;
}


.bold {
font-weight:bold;
}

.upcase {
text-transform:uppercase;
}

.bg-green,
td.bg-green{
background:#b6e892;
border-bottom:1px solid #fff;
}

.bg-green-dark,
td.bg-green-dark{
background:#9ed875;
border-bottom:1px solid #fff;
}

.bg-orange,
td.bg-orange {
background:#f6d980;
border-bottom:1px solid #fff;
}

.bg-orange-dark,
td.bg-orange-dark {
background:#edc447;
border-bottom:1px solid #fff;
}

.bg-red,
td.bg-red {
background:#e7a5a5;
border-bottom:1px solid #fff;
}

.value {
background:#fff;
padding:1px 3px 1px 3px;
font-size:inherit;
}

.attrib {
padding-top:3px;
}

.table>thead>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>thead>tr>th, .table>tbody>tr>td, .table>tfoot>tr>td {
padding:5px;
}

.text-middle {
vertical-align:bottom;
display: inline-block;
float:right;
}

.table tbody>tr>td.vert-align{
    vertical-align: middle;
}


.list.player {
background:#e5e5e5;
height:auto;
margin-bottom:15px;
}

.list .padding {
padding:9px 15px 9px 15px;
}

.list .left {
float:left;
}


.list.player .name h5 {
font-size:0.95rem;
margin-left:7px; margin-top:5px;
}

.list.player .name h5 a {
color:#333;
font-weight:bold;
}

.list.player .name h5 a:hover {
color:#c5000b;
}


.list.player .position {
color: #666;
margin-left:7px; margin-top:3px;
}

.list.player .nation img {
width:27px;
margin-left:1px;
}

.list.player .face img {
height: 50px;	
max-height: 50px;
}

.list.player footer {
height:7px;
border-top:1px solid #FFF;
clear:both;
}


.clearboth {
clear:both;
}

.listTitle {
padding:7px 15px 9px 15px;
font-size:1.6rem;
text-transform:uppercase;
margin-bottom:20px;
color: #000;
border-top:1px solid #666;
font-weight:lighter;
}

.listbadge img {
width:100%;
min-width:35px;
}

.listheading h1,
.listheading h2,
.listheading h3,
.listheading h4 {
margin:0;
}

.listheading h3 {
font-weight:lighter;
}

.table.player {
background:transparent;
}

.table.player .face {
max-width:30px;
min-width:25px;
}

.table.player .nation {
max-width:15px;
min-width:13px;
}

.table.player .club {
max-width:18px;
max-width:15px;
}

.table.player .name {
color:#333;
font-weight:650;
}

.table-padding>thead>tr>th, .table-padding>tbody>tr>td, .table-padding>tfoot>tr>th, .table-padding>thead>tr>th, .table-padding>tbody>tr>td, .table-padding>tfoot>tr>td {
padding:7px;
}

.table-nopadding>thead>tr>th, .table-nopadding>tbody>tr>td, .table-nopadding>tfoot>tr>th, .table-nopadding>thead>tr>th, .table-nopadding>tbody>tr>td, .table-nopadding>tfoot>tr>td {
padding:0;
}

.table-smallpadding>thead>tr>th, .table-smallpadding>tbody>tr>td, .table-smallpadding>tfoot>tr>th, .table-smallpadding>thead>tr>th, .table-smallpadding>tbody>tr>td, .table-smallpadding>tfoot>tr>td {
padding:7px;
}

.table-vert-align>thead>tr>th, .table-vert-align>tbody>tr>td, .table-vert-align>tfoot>tr>th, .table-vert-align>thead>tr>th, .table-vert-align>tbody>tr>td, .table-vert-align>tfoot>tr>td {
vertical-align: middle;
}




#players-list table,
#packs-list table {
font-size: 0.9rem;
text-align: center;
}
#players-list th {
text-align: center;
}

#packs-list .coins {
height: 11px;
vertical-align: middle;
}

#packs-list .pack-image {
height: 25px;
vertical-align: middle;
margin:3px;
}

#formations-list .pack-image {
height: 28px;
vertical-align: middle;
margin:3px;
}

#stadiums-list .weather img,
.weather-icon img {
margin-right:5px;
max-width: 22px;
}

table thead {
font-weight:bold;
text-transform:uppercase;
}

table .form {
/*padding:5px;*/
}

.table,
.table tr,
.table td {
background-color: transparent !important;
}

.table.listing {
backgorund:transparent;
}

.table.listing .visual {
width:35px;
}

.table.listing .visual img {
max-width:38px;
min-width:10px;
}

.table.listing .visual.nation img {
max-width:20px;
}

.table.listing .visual.club {
max-width:25px;
}

.table.listing .visual.club img {
max-width:20px;
}

.table.listing .face {
width:48px;
margin-top:5px;
}

.table.listing .face img {
max-width:48px;
margin-top:5px;
}
.table.listing .face.team-badge img {
max-width:42px;
margin-top:5px;
margin-bottom:5px;
}

.table.listing .league {
font-weight:lighter;
width:9%;
text-align:left;
}

.table.listing .name,
.table.listing .name a:link,
.table.listing .name a:visited {
/*color:#000;*/
font-weight:580;
font-size:1.15rem;
text-align:left;
}
.table.listing .name .sub {
font-weight: normal;
font-size:0.7rem;
}

.table.listing .rating {
text-align:center;
}

.table.listing .rating span {
font-size:0.8rem;
background:#bbb;
color:#fff;
padding:3px;
}

.table.listing .informs {
font-weight:bold;
}


table.listing .cat {
text-transform:uppercase;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
 background-color: #eaeaea;
}

.margin-bottom-3px {
margin-bottom:3px;
}

.margin-left-2px {
margin-left:2px;
}

.font-lighter {
font-weight:lighter;
}

.margin-center {
margin:auto 0;
}





.clickable {
cursor: pointer;
}

.table-details>thead>tr>th, .table-details>tbody>tr>td, .table-details>tfoot>tr>th, .table-details>thead>tr>th, .table-details>tbody>tr>td, .table-details>tfoot>tr>td {
padding: 8px 11px 8px 11px;
}

.players-filter select {
margin:3px;
}

.button-text {
border: 0px;
background-color: inherit;
}



/* User Profile Card */
.profile .playercard-container {
background-image: none;
}

.profile.player-card-container {
margin:0;
padding:15px 0 7px 0;
background:#201a56 url('/img/fifa/18/cards/bg-card.png') top left no-repeat;
overflow:hidden;
}

.profile.card-lg.playercard.gold  {
background: url('/img/profile/small_common_gold.png') no-repeat; background-size:contain;}

.profile.playercard div {
line-height:22px;
position: absolute;
text-align:center;
width:60px;
}

.profile.playercard {
font-family: "DINPro","Open Sans", Verdana, Arial, sans-serif;
background-repeat: no-repeat;
color: #231100;
position: relative;
}

.profile.playercard.card-lg {
font-family: "DINPro Cond","Open Sans",Verdana,Arial,sans-serif;
width: 208px;
height: 263px;
}

.profile.card-lg .playercard-name {
color:#2D2D2D;
width: 173px;
text-align: center;
font-size: 1.4em;
top: 159px;
left: 18px;
margin:0 auto;
font-weight: 600;
}

.profile.card-lg .playercard-club {
width: 75px;
top: 30px;
left: 67px;
}

.profile.card-lg .playercard-nation {
width: 42px;
top: 115px;
left: 83px;
}

/*
.profile.card-lg .playercard-club-ex {
width: 48px;
top: 60px;
left: 30px;
}

.profile.card-lg .playercard-nation-ex {
width: 40px;
top: 115px;
left: 34px;
}
*/

.profile.card-lg .playercard-picture {
width: 128px;
top: 25px;
left: 70px;
}

.profile .gamertag {
padding: 5px;
}
.profile .gamertag img {
height: 25px;
padding: 0 5px 0 0;
vertical-align: middle;
}




.stats-main {
font-size: 0.96rem;
font-weight: 600;
}
.stats-main-hl {
font-size: 0.69rem;
line-height: 0.38rem;
}
.stats {
font-size: 0.86rem;
}

/* .FUT PLAYERS */


	
/* User accounts */

#login {
width:280px;
}
#login form {
	padding:15px;

	clear: both;
}

#login form ::placeholder {
color: #AFAFAF;
	padding:6px;
	font-size:0.6em;
}

#login .nav {

	padding:10px;
	margin: 10px 10px 10px 0;
	text-align: center;
}


.signup-link {
padding:7px 0 0 0;
}


.backtosite  {
     
    background: #f8f8f8;

color:#6C6C6C;
	margin:0 auto;
	padding:10px;
	text-align: center;
}

.backtosite a {
color: #6C6C6C;
text-decoration: none;
}

input[type="text"].error,
input[type="password"].error{
background-color: #fff9e5; 
border-color:red;
display:none;
}


.round-box {
position: absolute;
border-radius: 3px;
background: #717171;
color: #fff;
font-size: 1em;
	margin: 5px 0 0 0;
	padding: 0 5px 0 5px;
	text-align: center;
}

.table-responsive {
overflow-x: auto;
overflow-y: auto;
}



.new {
border-radius: 2px;
background: #73AD21;
padding: 3px 5px 3px 5px;
margin: 3px 5px 0 5px;
position: absolute;
width: 30px;
height: 18px;
font-size: 0.5em;
color:#fff;
}

.path {
height: 30px;
font-size: 0.78em;
color:#6d6d6d;
}
.path a,
.path a:visited {
color:#944b47;
}


.float-center {
float: none;
margin-left: auto;
margin-right: auto;
}


.d-none {
display: none;
}







	
.footballizer body {
background-color: var(--lblue);
color:#fff;
}

.footballizer body .container-main {
margin-top: 108px;
}

.footballizer h1,
.footballizer h2,
.footballizer h3,
.footballizer h4,
.footballizer h5,
.footballizer h6,
.footballizer h {
color:#fff;
}

.footballizer .navbar {
height:58px;
}

.footballizer .navbar-tab {
padding:0;
width:110px;
height:58px;
text-indent: -2000em;
opacity: 80%;
}

@media (max-width: 767.98px) {
.footballizer .navbar-tab {
width:85px;
}
}

@media (max-width: 575.98px) {
.footballizer .navbar-tab {
width:51px;
}
}

.footballizer .navbar-tab.home {
background: url('/img/layout/menu-home.svg') center top no-repeat;
}
.footballizer .navbar-tab.play {
background: url('/img/layout/play-white.svg') center top no-repeat;
}
.footballizer .navbar-tab.player {
background: url('/img/layout/player-white.svg') center top no-repeat;
}
.footballizer .navbar-tab.settings {
background: url('/img/layout/settings-white.svg') center top no-repeat;
}
.footballizer .navbar-tab.quit {
background: url('/img/layout/quit-white.svg') center top no-repeat;
}
.footballizer .navbar-tab.match {
background: url('/img/layout/menu-match.svg') center top no-repeat;
}
.footballizer .navbar-tab.training {
background: url('/img/layout/menu-training.svg') center top no-repeat;
}
.footballizer .navbar-tab.referee {
background: url('/img/layout/menu-referee.svg') center top no-repeat;
}
.footballizer .navbar-tab.ranking,
.footballizer .navbar-tab.players {
background: url('/img/layout/menu-ranking.svg') center top no-repeat;
}
.footballizer .navbar-tab.academy {
background: url('/img/layout/menu-academy.svg') center top no-repeat;
}
.footballizer .navbar-tab:hover,
.footballizer .navbar-tab.active {
background-color: #131722;
opacity: 100%;
}

.footballizer .player-details {
background: #ffffff;
width:100%;
overflow: auto;
}
.footballizer .player-details.brief {
background-color: transparent;
width:100%;
overflow: auto;
}

.footballizer .player-details .content {
width:100%;
padding:7px;
border-bottom: 1px solid black;
overflow: auto;
color:black;
}
.footballizer .player-details.brief .content {
padding:0px;
}

.footballizer .player-details .graph,
.graph {
height:5px;
width:100%;
margin-bottom:7px;
position: relative;
background: #dfdfdf;
}

.footballizer .player-details .graph .bar,
.graph .bar {
height:5px;
background:#00992f;
position: absolute;
max-width:100%;
}
.footballizer .player-details .graph .bar-progress,
.graph .bar-progress {
height:5px;
background:#00d240;
position: absolute;
max-width:100%;
}

.bar.bg-great,
.bg-great {
background-color: var(--green);
}
.bar.bg-success,
.bg-success {
background-color: var(--lgreen);
}
.bar.bg-success-low,
.bg-success-low {
background-color: var(--egreen);
}
.bar.bg-warning,
.bg-warning {
background-color: var(--orange);
}
.bar.bg-warning-important,
.bg-warning-important {
background-color: var(--dorange);
}
.bar.bg-danger,
.bg-danger {
background-color: var(--red);
}

.item-card {
background: url('/img/cards/item.png') center no-repeat;
background-size: contain;
width:120px;
height:175px;
margin:0 auto;
text-align: center;
vertical-align: middle;
display: flex;
justify-content: center;
align-items: center;
}
.item-card img {
max-width: 90px;
max-height: 126px;
display: block;
margin-left: auto;
margin-right: auto;
width: 70%;
margin-top:-18px;
}

.footballizer .match-history,
.footballizer .match-stats-breakdown {
color: #ffffff;
font-size:1.13em;
}
.footballizer .match-list .header,
.footballizer .match-history .header,
.footballizer .match-stats-breakdown .header,
.footballizer .traits .header{
/*background: #242642;*/
border-bottom: 1px solid #242642;
font-weight: 700;
padding:8px;
text-align:center;
font-size:1.35em;
}
.footballizer .match-history .list {
overflow: auto;
width:100%;
border-bottom: 1px solid #242642;
}
.footballizer .match-history .not-seen {
background: #010102;
}
.footballizer .match-history .list img {
width:30px;
}
.footballizer .match-history .list .home {
width:47%;
float: left;
padding:7px;
text-align: right;
/* Overflow ellipsis (three dots) */
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.footballizer .match-history .list .away {
width:47%;
float: left;
padding:7px;
text-align: left;
/* Overflow ellipsis (three dots) */
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.footballizer .match-history .list .result {
width:6%;
float: left;
font-size: 1em;
text-align: center;
font-weight: 700;
padding:7px;
margin:0 auto;
}


@media (max-width: 320px) {
.footballizer .match-history .list .home,
.footballizer .match-history .list .away {
width:41%;
}
.footballizer .match-history .list .result {
min-width:50px;
}
}
@media (min-width: 321px) and (max-width: 480px) {
.footballizer .match-history .list .home,
.footballizer .match-history .list .away {
width:41%;
}
.footballizer .match-history .list .result {
min-width:50px;
}
}

@media (min-width: 481px) {
.footballizer .match-history .list .home,
.footballizer .match-history .list .away {
width:45%;
/*	background: green;*/
}
.footballizer .match-history .list .result {
width:10%;
/*min-width:50px;*/
}
}

.footballizer .match-history .list .result a,
.footballizer .match-history .list .result a:visited {
text-decoration: underline;
}
.footballizer .match-history .list .result a:hover {
text-decoration: none;
}
.footballizer .match-history .list .result .cont {
width: auto;
max-width: 100px;
margin:0 auto;
}
.footballizer .match-history .list .result.w {
background:green;
}
.footballizer .match-history .list .result.l {
background:red;
}
.footballizer .match-history .list .result.d {
background:grey;
}

.footballizer .match-history a,
.footballizer .match-history a:link,
.footballizer .match-history a:visited {
color: #fff;
}

.footballizer .settings {
background:#1d2538;
/*padding:15px;*/
}

.footballizer .settings .player-face {
margin-top:15px;
}

.footballizer .settings .player-face img {
max-width:55px;
background: #8f8f8f;
}

.footballizer .settings .club-badge img {
max-width:55px;
}

.footballizer .settings .club-kit img {
max-width:35px;
}

.footballizer .settings .club-stadium img {
max-width:105px;
}

.footballizer .settings .club-goalpost img {
max-width:105px;
}

.footballizer .settings .club-ball img {
max-width:45px;
}

.footballizer .settings .club-hq img {
max-width:105px;
}

.footballizer .settings .club-training-ground img {
max-width:105px;
}

.footballizer .settings .club-fanshop img {
max-width:105px;
}

.footballizer .settings input[type="radio"] {
opacity: 0;
position: fixed;
width: 0;
}


.text-ellipsis {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

/* Radio Circle */
.footballizer .settings label {
cursor: pointer;
filter: grayscale(100%);
filter: opacity(40%);
border:0px dashed white;
margin-right: 8px;
}

.footballizer .settings label:hover {
filter: grayscale(0);
}
.footballizer .settings input[type="radio"]:checked + label {
filter: grayscale(0);
padding: 2px;
border:3px dashed #10b346;
}


.player-info {
/*min-width:180px;*/
}

@media (max-width: 320px) {
.player-info {
min-width:50px;
max-width:110px;
}
}
@media (min-width: 321px) and (max-width: 480px) {
.player-info {
min-width:50px;
max-width:110px;
}
.ranking-row {
display: none;	
}
}

.footballizer .player-stats,
.footballizer .match-stats {
/*background:#1d2538;*/
padding:15px;
}


.footballizer.playercard div,
.footballizer.stadium div {
line-height:22px;
text-align:center;
width:60px;
}
.footballizer.playercard div img,
.footballizer.stadium div img {
max-width:100%;
}


.footballizer.playercard.card-lg,
.footballizer.stadium.card-lg {
font-family: var(--font-norm);
width: 249px;
height: 294px;
}
.footballizer.playercard.card-md,
.footballizer.stadium.card-md {
font-family: var(--font-norm);
width: 163px;
height: 228px;
}

.footballizer.card-lg .playercard-rating {
top: 40px;
left: 50px;
font-size: 33px;
font-weight: bold;
line-height: 44px;
}
.footballizer.card-md .playercard-rating {
font-size: 24px;
font-weight: 700;
width: 40px;
top: 33px;
left: 27px;
}
.footballizer.card-lg .playercard-position {
font-size: 20px;
text-align: center;
top: 78px;
left: 50px;
}
.footballizer.card-md .playercard-position {
font-size: 14px;
font-weight: 550;
text-align: center;
width: 55px;
top: 52px;
left: 19px;
}

.footballizer.card-lg .playercard-club {
position: absolute;
top: 105px;
left: 50px;
}
.footballizer.card-lg .playercard-club img {
max-width: 35px;
}
.footballizer.card-md .playercard-club {
position: absolute;
width: 40px;
top: 89px;
left: 27px;
}
.footballizer.card-md .playercard-club img {
width: 23px;
}

.footballizer.card-lg .playercard-picture {
width: 102px;
/*height: 128px;*/
top: 35px;
left: 98px;
}
.footballizer.card-md .playercard-picture {
width: 80px;
height: 80px;
top: 38px;
left: 57px;
}

.footballizer.card-lg .playercard-name {
left: 48px;
top: 152px;
width: 100%;
max-width: 153px;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
margin:0 auto;
}
.footballizer.card-md .playercard-name {
font-family: "DINPro Cond","Open Sans",Verdana,Arial,sans-serif;
font-size: 15px;
top: 117px;
left: 0px;
width: 100%;
text-transform: uppercase;
font-weight: 500;
}

.footballizer.card-lg .playercard-name-long {
font-size:15px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

.footballizer.card-lg .playercard-attr {
font-size: 15px;
min-width: 68px;
width: auto;
text-align: left;
}
.footballizer.card-md .playercard-attr {
font-size: 16px;
min-width: 68px;
width: auto;
text-align: left;
}

.footballizer.card-lg .playercard-attr1 {
top: 175px;
left: 65px;
}
.footballizer.card-md .playercard-attr1 {
top: 134px;
left: 38px;
}
.footballizer.card-lg .playercard-attr2 {
top: 195px;
left: 65px;
}
.footballizer.card-md .playercard-attr2 {
top: 150px;
left: 38px;
}
.footballizer.card-lg .playercard-attr3 {
top: 215px;
left: 65px;
}
.footballizer.card-md .playercard-attr3 {
top: 165px;
left: 38px;
}


.footballizer.card-lg .playercard-attr4 {
top: 175px;
left: 137px;
}
.footballizer.card-md .playercard-attr4 {
top: 134px;
left: 92px;
}
.footballizer.card-lg .playercard-attr5 {
top: 195px;
left: 137px;
}
.footballizer.card-md .playercard-attr5 {
top: 150px;
left: 92px;
}
.footballizer.card-lg .playercard-attr6 {
top: 215px;
left: 137px;
}
.footballizer.card-md .playercard-attr6 {
top: 165px;
left: 92px;
}

#players-list {
/*background: #13141e;*/
}
.footballizer .list-players {
/*font-size:1.1em;*/
/*background: #13141e;*/
color:#fff;
min-height: 60px;
width:100%;
}

.footballizer .list-players .top-ten {
/*background: #171d2b;*/
/*background: #13141e;*/
}

.footballizer .list-players .me,
.footballizer .match-history .list.me {
background: #053836;
}

.footballizer .list-players .me:hover {
background: #053836;
}

.footballizer .list-players a,
.footballizer .list-players a:visited {
color:#fff;
}
.footballizer .list-players a:hover {
text-decoration: underline;
}
.footballizer .list-players tr:hover {
/*background: #0f141e;*/
background-color: var(--dblue-dark);
}

.footballizer .list-players .rating {
width:55px;
}

.footballizer .list-players .ranking-row {
width:36px;
max-width:40px;
font-size: 0.85rem;
font-weight: 600;
padding:4px;
text-align: center;
}

.footballizer .list-players .badge-quality,
.footballizer .badge-card-progress .badge-quality {
margin:0 auto;
width:30px;
height:35px;
color: #05226b;
font-size: 1.1em;
font-weight: 700;
padding-top:6px;
}
.footballizer .list-players .badge-quality.bronze,
.footballizer .badge-card-progress .badge-quality.bronze {
background: url('/img/cards/badge-bronze.png') no-repeat;
background-size:contain;
}
.footballizer .list-players .badge-quality.silver,
.footballizer .badge-card-progress .badge-quality.silver {
background: url('/img/cards/badge-silver.png') no-repeat;
background-size:contain;
}
.footballizer .list-players .badge-quality.gold,
.footballizer .badge-card-progress .badge-quality.gold {
background: url('/img/cards/badge-gold.png') no-repeat;
background-size:contain;
}
.footballizer .list-players .badge-quality.elite,
.footballizer .badge-card-progress .badge-quality.elite {
background: url('/img/cards/badge-elite.png') no-repeat;
background-size:contain;
}

.footballizer .list-players .face {
width:75px;
}


.footballizer .stats-name,
.footballizer .stats-name a,
.footballizer .stats-name a:visited {
font-size: 1.3rem;
font-weight: 670;
color:#fff;
text-align: left;
padding:5px 0 0 0;
margin:0;
/* Overflow ellipsis (three dots) */
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.footballizer .stats-name.team-name {
padding:0;
}
.footballizer .stats-main {
font-size: 0.89rem;
font-weight: 600;
}
.footballizer .stats-main-hl {
font-size: 0.55rem;
line-height: 0.3rem;
}
.footballizer .stats {
font-size: 0.75rem;
}

.footballizer .pos {
margin:-5px 0 0 0;
font-size: 0.8rem;
padding:0 0 0;
}

.footballizer .attr {
color:#fff;
max-width:50px;
opacity: 0.95;
}

.footballizer .button-new-container {
width:60px;
padding: 0px; margin:5px 0 0 0;
}
.footballizer .button-new {
border-radius: 15px;
background: #fe3a00;
padding: 2px;
width: 45px;
height: 19px;
font-size:0.7rem;
font-weight:600;
color:#eee;
text-align: center;
}

.footballizer .button-normal {
border-radius: 25px;
background: #61a008;
padding: 7px;
width: 130px;
height: 35px;
font-size:0.95rem;
font-weight:700;
color:#eee;
text-align: center;
}

.footballizer .button-challenge-container {
width:120px;
padding: 0px; margin:0px;
}

.footballizer .button-challenge {
border-radius: 25px;
background: #61a008;
padding: 3px;
width: 100px;
height: 25px;
font-size:0.95rem;
font-weight:700;
color:#eee;
text-align: center;
}
.footballizer .button-challenge.extend {
width: 130px;
}
.footballizer .button-challenge.inactive {
background-color: var(--grey);
}
.footballizer .button-challenge a,
.footballizer .button-challenge a:link,
.footballizer .button-challenge a:visited,
.footballizer .button-normal a,
.footballizer .button-normal a:link,
.footballizer .button-normal a:visited{
color:#eee;
}
.footballizer .button-challenge a:hover,
.footballizer .button-normal a:hover{
text-decoration: underline;
}

@media all and (max-device-width: 320px) {
.footballizer .button-challenge-container {
width:80px;
padding: 0px; margin:0px;
}

.footballizer .button-challenge {
border-radius: 25px;
background: #61a008;
padding: 3px;
width: 60px;
height: 25px;
font-size:0.75rem;
font-weight:600;
color:#eee;
text-align: center;
}
.footballizer .button-challenge.extend {
width: 100px;
}
.footballizer .button-challenge.inactive {
background-color: var(--grey);
}
.footballizer .button-challenge a,
.footballizer .button-challenge a:link,
.footballizer .button-challenge a:visited,
.footballizer .button-normal a,
.footballizer .button-normal a:link,
.footballizer .button-normal a:visited{
color:#eee;
}
.footballizer .button-challenge a:hover,
.footballizer .button-normal a:hover{
text-decoration: underline;
}
}







.button-challenge-new-container {
margin: 0 auto;
width:170px;
padding: 0px;
}

.button-challenge-new {
margin: 0 auto;
border-radius: 25px;
background: #00e01a;
padding: 3px;
width: 100% !important;
height: 35px;
font-size:1.2rem;
font-weight:900;
color:#10121a;
text-align: center;
}
.button-challenge-new.extend {
width: 130px;
}
.button-challenge-new.inactive {
background-color: var(--grey);
}
.button-challenge-new a,
.button-challenge-new a:link,
.button-challenge-new a:visited {
color:#10121a;
}
.button-challenge-new:hover {
background: #10121a;
color: #eeeeee;
}

@media all and (max-device-width: 320px) {
.button-challenge-new-container {
width:80px;
padding: 0px; margin:0px;
}

.button-challenge-new {
border-radius: 25px;
background: #00e01a;
padding: 3px;
width: 60px;
height: 25px;
font-size:0.75rem;
font-weight:600;
color:#000000;
text-align: center;
}
.button-challenge-new.extend {
width: 100px;
}
.button-challenge-new.inactive {
background-color: var(--grey);
}
.button-challenge-new a,
.button-challenge-new a:link,
.button-challenge-new a:visited {
color:#eee;
}
.button-challenge-new a:hover {
text-decoration: underline;
}
}






.button-remove {
border-radius: 8px;
overflow: hidden;
text-align: center;
font-weight: 600;
width:45px;
height:45px;
background-color: var(--grey);
}
.button-remove img {
width:23px;
padding-top:4px;
}

.button-buy {
border-radius: 8px;
overflow: hidden;
padding:8px 0 0 0;
/*min-width:100px;*/
color:white;
text-align: center;
font-weight: 600;
height:45px;
font-size:1.2em;

background:url(/img/icons/coin.svg);
background-position: 9px center;
background-repeat: no-repeat;
background-size: 30px auto;
padding-left: 8px;
background-color: var(--green);
}
.button-buy.purchased {
background-color: var(--grey);
}
.button-buy a,
.button-buy a:visited {
color:white;
}
.button-buy .purchased {
font-size: 0.5em;
margin:-5px;
padding:-5px;
text-transform: uppercase;}


.footballizer .challenge {
background: #61a008;
padding: 3px;
width: 120px;
height: 25px;
font-weight:700;
}

.footballizer.card-lg.playercard {
}
.footballizer.card-lg.playercard.bronze,
.footballizer.card-md.playercard.bronze {
background: url('/img/cards/bronze.png') no-repeat;
background-size: contain;
}
.footballizer.card-lg.playercard.silver,
.footballizer.card-md.playercard.silver {
background: url('/img/cards/silver.png') no-repeat;
background-size: contain;
}
.footballizer.card-lg.playercard.gold,
.footballizer.card-md.playercard.gold {
background: url('/img/cards/gold.png') no-repeat;
background-size: contain;
}
.footballizer.card-lg.playercard.elite,
.footballizer.card-md.playercard.elite {
background: url('/img/cards/elite.png') no-repeat;
background-size: contain;
}


.footballizer .profile {
width:auto;
margin:15px;
padding:15px 0 7px 0;
background:#304060;
overflow:hidden;
}

.footballizer .input.player-name{
width:100%;
text-align: center;
font-size:1.2em;
font-weight: bold;
}
.footballizer .input.club-name{
width:100%;
text-align: center;
font-size:1.2em;
font-weight: bold;
}
.footballizer .select {
width:100%;
font-size:1.2em;
}


/* Bio Card */
.footballizer .bio {
margin-bottom:15px;
}

.footballizer .bio .card-badge {
background: url('/img/cards/bio.png') no-repeat top center;
background-size: contain;
width:46px;
height:62px;
color: #05226b;
font-weight: 700;
text-align: center;
float:left;
}
.footballizer .bio .card-badge img {
margin-top: 4px;
width:40px;
}

.footballizer .bio .name {
margin-left:10px;
float:left;
}
.footballizer .bio h1 a,
.footballizer .bio h1 a:link,
.footballizer .bio h1 a:visited,
.footballizer .bio h2 a,
.footballizer .bio h2 a:link,
.footballizer .bio h2 a:visited,
.footballizer .bio h3 a,
.footballizer .bio h3 a:link,
.footballizer .bio h3 a:visited,
.footballizer .bio h4 a,
.footballizer .bio h4 a:link,
.footballizer .bio h4 a:visited,
.footballizer .players h4 a,
.footballizer .players h4 a:link,
.footballizer .players h4 a:visited,
.footballizer .bio h5 a,
.footballizer .bio h5 a:link,
.footballizer .bio h5 a:visited,
.footballizer .bio h6 a,
.footballizer .bio h6 a:link,
.footballizer .bio h6 a:visited {
color: #fff;
}
.footballizer .bio h1 a:hover,
.footballizer .bio h2 a:hover,
.footballizer .bio h3 a:hover,
.footballizer .bio h4 a:hover,
.footballizer .players h4 a:hover,
.footballizer .bio h5 a:hover,
.footballizer .bio h6 a:hover {
text-decoration: underline;
}
.footballizer .bio .name h2 {
margin:0;
}
.footballizer .bio .name h6 {
font-weight: normal;
}


/* Badge Card Progress */
.footballizer .badge-card-progress {
font-weight: normal;
width:100%;
display: flex;
margin-top: 8px;
}

.footballizer .badge-card-progress {
}
.footballizer .badge-card-progress .bar {
float:left; width:100%;
margin-top:7px;
}
.footballizer .badge-card-progress .bar .base {
background:#172751; 
height:21px; width:100%;
}
.footballizer .badge-card-progress .bar .progression {
background:#10b346; 
height:21px;
}
.footballizer .badge-card-progress .bar .progression_next {
background:#10b346; 
height:21px;
}
.footballizer .badge-card-progress .badge-quality {
/* refer to .footballizer .list-players .badge-quality */
width:38px;
height:44px;
font-size: 1.1em;
font-weight: 700;
padding-top:5px;
text-align: center;
}


/* Match Stats */
.footballizer .record-bar {
background: #13141e;
border-radius: 10px;
font-weight: normal;
width:100%;
opacity:0.85;
padding:10px 10px 8px 10px;
font-size:0.8rem;
}

.footballizer .record-bar .bar {
display: flex;
float:left; width:100%;
}
.footballizer .record-bar .bar .base {
background:#172751; 
height:15px; width:100%;
}
.footballizer .record-bar .bar .win {
background:#10b346; 
height:15px;
float:left;
}
.footballizer .record-bar .bar .draw {
background:#dedede; 
height:15px;
float:left;
}
.footballizer .record-bar .bar .loss {
background:red; 
height:15px;
float:left;
}

.footballizer .record-bar h5 a,
.footballizer .record-bar h5 a:link,
.footballizer .record-bar h5 a:visited,
.footballizer .record-bar h6 a,
.footballizer .record-bar h6 a:link,
.footballizer .record-bar h6 a:visited {
color: #fff;
text-decoration: underline;
}
.footballizer .record-bar h5 a,
.footballizer .record-bar h5 a:hover,
.footballizer .record-bar h6 a,
.footballizer .record-bar h6 a:hover {
text-decoration: none;
}

.container-radius {
background-color: var(--dblue);
border-radius: 11px;
padding: 10px 25px 15px 25px;
}

.container-rounded {
border-radius: 0.7rem;
}

.gameplay {
color: var(--gold);
font-family: var(--font-gameplay);
font-size: 2.9rem;
line-height:3rem;
}

.gold,
.gold a,
.gold a:visited,
h1.gold, h1.gold a, h1.gold a:visited,
h2.gold, h2.gold a, h2.gold a:visited,
h3.gold, h3.gold a, h3.gold a:visited,
h4.gold, h4.gold a, h4.gold a:visited,
h5.gold, h5.gold a, h5.gold a:visited,
h6.gold, h6.gold a, h6.gold a:visited,
h7.gold, h7.gold a, h7.gold a:visited {
color: var(--gold);
}

.ellipsis {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.line-max-3 {
overflow: hidden;
display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}

.opacity-85 {
opacity:0.85;
}

.opacity-75 {
opacity:0.75;
}


.gameplay h2,
h2.gameplay {
font-size: 2.9rem;
}

.gameplay h2 a,
h2.gameplay a{
color: var(--gold);
}


.norm {
color:white;
font-family: var(--font-norm);
/*font-size: 0.36em;*/
line-height: normal;
}

.bg-icon {
background-size: contain;
min-height: 110px;
}
.bg-icon.icon-penalty-kick {
background: url('/img/icons/penalty-kick.svg') top right no-repeat;
}
.bg-icon.icon-dribbling {
background: url('/img/icons/dribbling.svg') top right no-repeat;
}
.bg-icon.icon-reactions {
background: url('/img/icons/reactions.svg') top right no-repeat;
}
.bg-icon.icon-stamina {
background: url('/img/icons/stamina.svg') top right no-repeat;
}
.bg-icon.icon-vision {
background: url('/img/icons/vision.svg') top right no-repeat;
}
.bg-icon.icon-mentality {
background: url('/img/icons/mentality.svg') top right no-repeat;
}
.bg-icon.icon-academy-small {
background: url('/img/icons/academy.svg') left no-repeat;
background-size: contain;
min-height: 55px;
}

.bg-arrow-right {
background:url(/img/layout/arrow-right-yellow.svg);
background-position: left 9px;
background-repeat: no-repeat;
background-size: 22px auto;
padding-left: 34px;
}

.footballizer .main-menu {
max-width: 580px;
}

.footballizer .main-menu.vs-player {
background: #13141e;
border-radius: 10px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
padding: 10px 25px 10px 25px;
color: #ffe029;
font-family: var(--font-gameplay);
font-size: 2.9rem;
opacity:0.85;
max-width: 580px;
line-height:3rem;
margin-bottom:0px;
}
.footballizer .main-menu.vs-player-bottom {
background: #13141e;
border-radius: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
padding: 10px 25px 10px 25px;
max-width: 580px;
line-height:3rem;
margin-top:0px;
margin-bottom:15px;
}


.font-gameplay {
font-family: var(--font-gameplay);
}

.border-radius {
border-radius: 10px;
}

.padding-standard {
padding: 12px 25px 12px 25px;
}


/* Breadcrumb */
.breadcrumb,
.breadcrumb-item {
color: white;
font-size: 0.8rem;
}
.breadcrumb-item.active,
.breadcrumb.active {
color: white;
opacity: 0.58;
}
.breadcrumb a,
.breadcrumb a:visited {
color: white;
}
.breadcrumb li {
/*padding: 0 5px 0 0;*/
}
/* .Breadcrumb */

/*
.w-100 {
width:100%;
min-width: 100%;
}
*/
.w-15 {
width:15%;
min-width:15%;
}
.w-40 {
width:40%;
min-width:40%;
}
.w-60 {
width:60%;
min-width:60%;
}
.w-85 {
width:85%;
min-width:85%;
}

.footballizer .main-menu a,
.footballizer .main-menu a:visited {
color: #ffe029;
}
.footballizer .main-menu a:hover {
text-decoration: underline;
}

.footballizer .main-menu .hl {
color: #fff8dc;
}
.footballizer .main-menu .hl a,
.footballizer .main-menu .hl a:visited {
color: #fff8dc;
}
.footballizer .main-menu .hl a:hover {
text-decoration: underline;
}

.arrow-right img {
height: 30px;
}

.footballizer .bullet {
font-size:1.3rem;
}
.footballizer .bullet.win {
color:green;
}
.footballizer .bullet.draw {
color:#dedede;
}
.footballizer .bullet.loss {
color:red;
}

.footballizer .stadium-bg {
background-size: contain;
min-height:530px;
}
.footballizer .stadium-bg.stadium-,
.footballizer .stadium-bg.stadium-1 {
background: url("/img/stadiums/img-1.png") top center no-repeat;
}
.footballizer .stadium-bg.stadium-2 {
background: url("/img/stadiums/img-2.png") top center no-repeat;
}
.footballizer .stadium-bg.stadium-3 {
background: url("/img/stadiums/img-3.png") top center no-repeat;
}
.footballizer .stadium-bg.stadium-4 {
background: url("/img/stadiums/img-4.png") top center no-repeat;
}
.footballizer .stadium-bg.stadium-5 {
background: url("/img/stadiums/img-5.png") top center no-repeat;
}
.footballizer .stadium-bg.stadium-6 {
background: url("/img/stadiums/img-6.png") top center no-repeat;
}

.footballizer .btn-save {
text-align: center;
width:100%;
font-weight: bold;
margin: auto 0;
}


.footballizer .nav .nav-item:hover {
background: none;
}
.footballizer .nav .nav-link:hover {
border-color: transparent;
}
.footballizer .nav .nav-item a,
.footballizer .nav .nav-item a:visited,
.footballizer .nav .nav-item a:hover {
color:#fff;
}
.footballizer .nav .nav-item .nav-link.active,
.footballizer .nav .nav-item .nav-link.active a,
.footballizer .nav .nav-item .nav-link.active a:visited,
.footballizer .nav .nav-item .nav-link.active a:active,
.footballizer .nav .nav-item .nav-link.active a:hover {
font-weight: 600;
color: #171d2b;
}


.nav-pills
.nav-link.active,
.nav-pills .show>.nav-link {
background: white;
}

.footballizer .match-stats .result {
margin-top:50px;
font-size: 2.2rem;
font-weight: 600;
}
.footballizer .match-stats .face img {
height:120px;
}
.footballizer .match-stats .players h4 {
font-size: 1.9rem;
font-weight: 580;
margin-top:-7px;
}
.footballizer .match-stats .info {
margin: 15px 0 0 0;
opacity: 0.9;
font-size: 0.8rem;
}

.footballizer .match-stats-breakdown .list {
margin:0;
padding:8px;
width:100%;
border-bottom: 1px solid #242642;
}


.match-stats-breakdown .emoji img {
max-width: 24px;
}


@media all and (max-device-width: 320px) {
.footballizer .match-stats .result {
font-size: 1rem;
font-weight: 600;
}
.footballizer .match-stats .players h4 {
font-size: 1.2rem;
}
.footballizer .match-stats .info {
margin: 15px 0 0 0;
opacity: 0.9;
font-size: 0.8rem;
}
}

@media all and (max-device-width: 640px) {
.footballizer .match-stats .result {
font-size: 1rem;
font-weight: 600;
}
.footballizer .match-stats .players h4 {
font-size: 1.2rem;
}
.footballizer .match-stats .info {
margin: 15px 0 0 0;
opacity: 0.9;
font-size: 0.8rem;
}
}



.bg-dblue {
background: #13141e;
}

.padding {
padding: 25px 25px 25px 25px;
}

.clear-both {
clear: both;
}

.scroll-horz {
overflow: auto;
white-space: nowrap;
padding-bottom:15px;
}

.form-search {
width:100%;
}



.featured-image {
max-width:450px;
float: right;
margin: 0 0 15px 15px;
overflow: hidden;
}

.featured-image figcaption {
color: #393939;
padding:7px;
background-color: #ececec;
font-size:0.85rem;
}

@media only screen and (max-width: 767px) {
.featured-image {
width:100%;
max-width:none;
}
}

.post h2,
.post h3,
.post h4 {
text-transform: uppercase;
margin-top:20px;
display: inline-block;
}

hr {
margin:15px 0 15px 0;
clear:both;
}





.league-select select,
.team-select select {
min-width: 200px;
font-size: 1.2rem;
}


.button-simulate {
margin: 0 auto;
background: #61a008;
border-radius: 25px;
padding: 3px;
width: 150px;
height: 38px;
font-size:1.25rem;
font-weight:600;
color: #191d29;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
padding: 4px 0 0 0;
}
.button-simulate a,
.button-simulate a:visited {
color:#ffffff;
}





/* Tooltip (Customize) */
.tooltip.show {
opacity: 1;
}

.tooltip-inner {
background-color: #d6d6d6;
box-shadow: 0px 0px 4px black;
opacity: 1 !important;
color: black;
font-weight: 600;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
border-top-color: #d6d6d6 !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
border-bottom-color: #d6d6d6 !important;
}
.tooltip.bs-tooltip-start .tooltip-arrow::before {
border-left-color: #d6d6d6 !important;
}
.tooltip.bs-tooltip-end .tooltip-arrow::before {
border-right-color: #d6d6d6 !important;
}
/* .Tooltip (Customize) */


/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.7);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  /*EDIT - Close Button */
  top: 35px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
}
.lity-hide {
display: none;
}


.light-mode {
background: var(--gwhite);
color: var(--dblue);
}

.light-mode h1,
.light-mode h2,
.light-mode h3,
.light-mode h4,
.light-mode h5,
.light-mode h6 {
color:#292929;
}

.light-mode a,
.light-mode a:visited {
color: var(--egreen);
text-decoration: underline;
}

.top-5-clubs {
background: url('/img/public/top-clubs-bg.svg') bottom center no-repeat;
min-height:380px;
}

.top-5-clubs .chart {
background: url('/img/public/top-clubs-buildings.svg') bottom center no-repeat;
/*height:400px;*/
}
.top-5-clubs .rank {
width:20%;
float:right;
text-align: center;
font-size:0.75rem;
}
.top-5-clubs .rank img {
max-width:32px;
}
.top-5-clubs .rank.rank-1 {
padding-top:20px;
}
.top-5-clubs .rank.rank-2 {
padding-top:80px;
}
.top-5-clubs .rank.rank-3 {
padding-top:110px;
}
.top-5-clubs .rank.rank-4 {
padding-top:140px;
}
.top-5-clubs .rank.rank-5 {
padding-top:225px;
}



/* Effects */
.hover-zoom {
display:inline-block;
vertical-align:middle;
-webkit-transition-duration:.32s;transition-duration:.32s;
-webkit-transition-property:
-webkit-transform;transition-property:
-webkit-transform;transition-property:transform;transition-property:transform,
-webkit-transform
}
.hover-zoom:active,
.hover-zoom:focus,
.hover-zoom:hover {
-webkit-transform:scale(1.1);transform:scale(1.1)
}




.traits {

}

.traits img {
width:60%;
max-width:60%;
margin-bottom:7px;
}


.traits .locked {
opacity: 0.1;
}


/* Video Container -Youtube- */
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.video-container {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
}


/* .col-mid */
@media only screen and (max-width: 600px) {
.col-mid {
font-size: 0.6em;
}
}

/* ----- Timeline ----- */
*, *:before, *:after {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}

#timeline .timeline-item:after, header:after, #timeline .timeline-item:before, header:before {
content: "";
display: block;
width: 100%;
clear: both;
}
#timeline {
width: 100%;
margin: 30px auto;
position: relative;
padding: 0 10px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
}
#timeline:before {
content: "";
width: 8px;
height: 100%;
background: var(--dblue);
left: 50%;
top: 0;
position: absolute;
}
#timeline:after {
content: "";
clear: both;
display: table;
width: 100%;
}
#timeline .timeline-item {
margin-bottom: 50px;
position: relative;
}
#timeline .timeline-item .timeline-icon {
text-align: center;
padding: 0;
margin: 0;
background: var(--dblue);
width: 60px;
height: 60px;
position: absolute;
top: 0;
left: 50%;
overflow: hidden;
margin-left: -27px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}

#timeline .timeline-item .timeline-content {
width: 45%;
background: var(--dblue);
padding: 20px;
-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
overflow: hidden;
}
#timeline .timeline-item .timeline-content:before {
content: "";
position: absolute;
left: 45%;
top: 20px;
width: 0;
height: 0;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 7px solid var(--dblue);
}
#timeline .timeline-item .timeline-content.right {
float: right;
}
#timeline .timeline-item .timeline-content.right:before {
content: "";
right: 45%;
left: inherit;
border-left: 0;
border-right: 7px solid var(--dblue);
}
#timeline .timeline-datestamp {
text-transform: uppercase;
font-size:0.76em;
line-height: 1.3em;
max-width: 50px;
margin:0 auto;
text-align: center;
margin-top:16px;
}
#timeline .activity-mode {
text-transform: uppercase;
font-size:0.76em;
line-height: 1.3em;
}


@media screen and (max-width: 768px) {
#timeline {
margin: 30px;
padding: 0px;
width: 90%;
}
#timeline:before {
left: 0;
}
#timeline .timeline-item .timeline-content {
width: 90%;
float: right;
}
#timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
left: 10%;
margin-left: -6px;
border-left: 0;
border-right: 7px solid var(--dblue);
}
#timeline .timeline-item .timeline-icon {
left: 0;
}
}
/* ----- .Timeline ----- */



.storyline {
position: relative;
border-top: 1px var(--lblue) solid;
border-bottom: 1px var(--lblue) solid;
background-color: var(--dblue-dark);
}
.storyline .storyline-container:after {
content: "";
position: absolute;
z-index: 999;
top: 0;
right: 0;
bottom: 0px;
pointer-events: none;
background-image: linear-gradient(to right, rgba(255,255,255,0), var(--dblue-dark) 85%);
width: 8%;
}
.storyline .storyline-container:before {
content: "";
position: absolute;
z-index: 999;
top: 0;
left: -1px;
bottom: 0px;
pointer-events: none;
background-image: linear-gradient(to left, rgba(255,255,255,0), var(--dblue-dark) 85%);
width: 8%;
}

.storyline .content {
white-space: nowrap;
overflow-x: scroll;
overflow-y: hidden;
position: relative;
}

.storyline .checkpoint {
content: "";
display: inline-block;
width: 105px;
height: 55px;
background-color: var(--grey);
border-radius: 55px;
border: none;
top:-63px;
text-align:center;
font-size: 1.1rem;
font-weight: 600;
text-transform: uppercase;
padding-top: 14px;
}
.storyline .checkpoint.start {
background-color: var(--green);
margin: 0 0 0 35px;
}
.storyline .checkpoint.end {
background-color: var(--grey);
margin: 0 55px 0 0;
}
.storyline .checkpoint.end.done {
background-color: var(--green);
}
.storyline .checkpoint.end.done .caption {
font-size:0.6rem;
}

.storyline .item {
display: inline-block;
margin: -2px;
text-align: center;
min-width:230px;
min-height:200px;
}
.storyline .item .img {
content: "";
height: 32px;
max-height: 32px;
margin-bottom: 8px;
}
.storyline .item .img img {
height: 100%;
max-height: 100%;
}
.storyline .heading {
height: 18px;
max-height: 18px;
margin-bottom: 12px;
}
.storyline .item .caption {
height: 32px;
min-height: 32px;
width: 100%;
text-align: center;
margin:0 auto;
}

.storyline .item .status {
content: "";
width: 55px;
height: 55px;
background-color: white;
border-radius: 55px;
margin: 0 auto;
margin-bottom: 25px;
}
.storyline .item .status.done {
background: var(--green) url('/img/icons/check.svg') no-repeat center;
background-size: 50%;
}
.storyline .item.done {
display: inline-block;
background:
linear-gradient(180deg,
rgba(0,0,0,0) calc(50% - 1px),
rgba(0,153,47,1) calc(50% - 10px),
rgba(0,0,0,0) calc(50% + 1px)
);
}
.storyline .item .status.locked {
background: var(--grey) url('/img/icons/lock.svg') no-repeat center;
background-size: 50%;
}
.storyline .item.locked {
display: inline-block;
background:
linear-gradient(180deg,
rgba(0,0,0,0) calc(50% - 1px),
rgba(161,161,161,1) calc(50% - 10px),
rgba(0,0,0,0) calc(50% + 1px)
);
}
.storyline .item .status.play {
background: var(--green) url('/img/icons/kick.svg') no-repeat center;
background-size: 60%;
}
.storyline .item.play {
display: inline-block;
background:
linear-gradient(180deg,
rgba(0,0,0,0) calc(50% - 1px),
rgba(161,161,161,1) calc(50% - 10px),
rgba(0,0,0,0) calc(50% + 1px)
);
}




.button-play {
display: inline-block;
vertical-align: middle;
border-radius: 30px;
background: var(--green-c2a);
padding: 5px 0;
width: 110px;
/*height: 30px;*/
font-size: 1rem;
font-weight: 650;
color: #eee;
text-align: center;
letter-spacing: 1px;
text-transform: uppercase;
margin: 0 auto;
}

.button-play.inactive {
background-color: var(--grey);
}
.button-play a,
.button-play a:link,
.button-play a:visited,
.button-normal a,
.button-normal a:link,
.button-normal a:visited{
color:#eee;
}
.button-play a:hover,
.button-normal a:hover{
text-decoration: underline;
}

@media all and (max-device-width: 320px) {
.button-play-container {
width:80px;
padding: 0px;
margin:0px;
}
}



/* Town */
.town {
width: 100%;
min-width:1120px;
height: 720px;
background-size: cover;
align-items: center;
overflow: hidden;
}

.town.bg-1 {
background: url("/img/layout/bg-town.jpg") left top;
}

.town .canvas {
margin: 0 auto;
width: calc(var(--town-tile-bg-width) * 3);
height: 720px;
background: url("/img/layout/bg-town-grids.svg-") center top;
background-size: var(--town-tile-bg-width) auto;
position: relative;
overflow: hidden;
}

.town .item {
width: var(--town-tile-width);
height: var(--town-tile-height);
position: absolute;
text-align: center;
background-size: 100% auto;
background-position: bottom center;
background-repeat: no-repeat;
}

.town .item.row-1 {
top:0;
}
.town .item.row-2 {
top: calc(14.2% * 0.8);
}
.town .item.row-3 {
top:calc(28.3% * 0.8);
}
.town .item.row-4 {
top:calc(37.6% * 0.8);
}
.town .item.row-5 {
top:calc(50.1% * 0.8);
}
.town .item.col-1 {
left:20%;
}
.town .item.col-2 {
left:calc(33.5% * 1.1);
}
.town .item.col-3 {
left:67%;
}
.town .item.col-1.even {
left:calc(16.9% * 1.41);
}
.town .item.col-2.even {
left:calc(50.2%);
}

.town .item.bg-hq-1 {
background-image: url('/img/town/hq-1.png');
}
.town .item.bg-hq-2 {
background-image: url('/img/town/hq-2.png');
}
.town .item.bg-hq-3 {
background-image: url('/img/town/hq-3.png');
}
.town .item.bg-hq-4 {
background-image: url('/img/town/hq-4.png');
}
.town .item.bg-hq-5 {
background-image: url('/img/town/hq-5.png');
}

.town .item.bg-fanshop-1 {
background-image: url('/img/town/fanshop-1.png');
}
.town .item.bg-fanshop-2 {
background-image: url('/img/town/fanshop-2.png');
}
.town .item.bg-fanshop-3 {
background-image: url('/img/town/fanshop-3.png');
}
.town .item.bg-fanshop-4 {
background-image: url('/img/town/fanshop-4.png');
}
.town .item.bg-fanshop-5 {
background-image: url('/img/town/fanshop-5.png');
}

.town .item.bg-training_ground-1 {
background-image: url('/img/town/training-ground-1.png');
}
.town .item.bg-training_ground-2 {
background-image: url('/img/town/training-ground-2.png');
}
.town .item.bg-training_ground-3 {
background-image: url('/img/town/training-ground-3.png');
}
.town .item.bg-training_ground-4 {
background-image: url('/img/town/training-ground-4.png');
}
.town .item.bg-training_ground-5 {
background-image: url('/img/town/training-ground-5.png');
}


.town .attribs .canvas {
    background: rgba(20, 23, 33, 0.5); 
    width: 1000px; 
    height: 215px; 
    margin: 0 auto; 
    border-radius: 25px 25px 0 0; 
    position: absolute; 
    bottom: 0; 
    left: 50%; 
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px; /* Adjust the gap between the inner divs if needed */
    padding: 20px;
}


.town .attribs .snippet {
background: rgba(0, 0, 0, 0.3);
padding: 0px; margin: 8px;
height: 38px;
}

.town .attribs .data {
font-size:15px;
display: flex;
justify-content: space-between;
padding: 5px 13px 0px 13px;
}

.town .attribs .graph.bg {
background: #151820;
height: 11px; width: 100%;
margin-top: 5px;
position: relative;
}

.town .attribs .graph.bar {
background: #00e01a;
height: 100%;
height: 11px;
}


.town .achievements .bar {
    float: right !important;
    position: relative !important;
    z-index: 98 !important;
    padding: 1rem !important;
    right: -10px !important;
    top: -5px !important;
	width:82px;
	opacity: 0.88;
}

.town .achievements .bar img {

}

.town .achievements .bar p {
margin: 5px 0 0 0;
height:26px;
font-size: 0.7rem;
text-align: center;
line-height: 0.8rem
}

/* .Town */




/* Search Box - Academy */
.search-wrapper {
max-width: 600px;
position: relative;
margin: 0 auto;
}

#search-box {
background-color: #e3e3e3;
color: var(--mblue);
border: none;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
padding: 12px 18px;
width: 100%;
outline: none;
transition: border-radius 0.s ease;
}

#search-box::placeholder {
color: rgba(0, 0, 0, 0.7); /* Or use #888888 for flat color */
opacity: 1;
}
	  
.no-bottom-radius {
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}

#search-results {
background-color: #e3e3e3;
border-radius: 0 0 20px 20px;
overflow: hidden;
width: 100%;
position: absolute;
top: 100%;
left: 0;
z-index: 10;
display: none;
}

.search-query-display {
padding: 14px 20px;
font-size: 18px;
color: #ffffff;
display: none;
}

.divider {
height: 1px;
background-color: #6c6c6c;
}

.search-result-item,
.search-result-item:link,
.search-result-item:visited{
padding: 14px 20px;
cursor: pointer;
font-weight: bold;
color: var(--dblue);
text-decoration: none;
display: block;
text-decoration: none;
}

.search-result-item:hover {
background-color: #cccccc;
}
/* .Search Box - Academy */









@media (min-width: 1200px) {
  .col-lg-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.post-box {
  background: rgba(255,255,255,0.03);
  border-radius: 10px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  transition: transform .2s ease, background .2s ease;
}
.post-box:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.08);
}
.post-thumb img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
}
.post-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  min-height: 2.6em;
}
.post-excerpt {
  line-height: 1.3em;
  min-height: 2.5em;
}

/* === new part that actually makes it scroll horizontally === */
.scroll-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 1rem;
  padding: 1rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;

  /* hide scrollbar in all browsers */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}
.scroll-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.scroll-item {
  flex: 0 0 auto;
  width: clamp(220px, 25vw, 280px);
  scroll-snap-align: start;
}



.video-thumb {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
}
.video-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s ease;
}
.play-icon::before {
  content: '';
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent white;
  margin-left: 5px;
}
.video-thumb:hover .play-icon {
  background: rgba(255,255,255,0.3);
}



.howto-link {
  display: inline-block;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 0.75rem 1.25rem;
  margin: 0.4rem;
  text-decoration: none;
  transition: all 0.25s ease;
  font-size: 0.95rem;
  text-align: center;
  white-space: nowrap;
}
.howto-link:hover {
  background: rgba(255,255,255,0.07);
  transform: translateY(-0.8px);
	text-decoration: none;
}


