body {
    //font-family: 'News Cycle', sans-serif;
    font-family: 'Oswald', sans-serif;
    background: linear-gradient(to bottom, rgba(114, 22, 14,1) 0, rgba(114, 22, 14,1) 100px, #eee 500px, #eee 100%);
    color: rgba(114, 22, 14, 1);
    margin: 0;
    padding: 0;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
#main-body,
#body-content,
#page-content {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    position: relative;
    z-index: 1;
}
#page-content {
    background-color: #eee;
    padding-top: 15px;
}
#main-body {
    margin: 135px auto 15px auto;
}
#game-menu-icon,
#menu-icon {
    display: none;
}
.menu-top,
.menu-fix {
    width: 100%;
    z-index: 100;
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
    color: #ee332e;
}
.menu-top {
    position: absolute;
    height: 95px;
    /*background: rgba(114, 22, 14,1);*/
    color: #eee;
}
.menu-fix {
    position: fixed;
    height: 55px;
    background-color: #eee;
    border-bottom: 3px solid rgba(114, 22, 14,1);
    box-shadow: 0 0 5px #111;
}
#menu-content {
    width: 100%;
    max-width: 1500px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    height: 100%;
    padding: 0;
}
#menu-content a {
    text-transform: uppercase;
    font-size: 1.25em;
    text-align: center;
    margin: 0;
    padding: 0;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.menu-fix #menu-content a {
    height: 100%;
    color: rgba(114, 22, 14,1);
}
.menu-top #menu-content a:first-child span,
.menu-fix #menu-content a:first-child span {
    display: none;
}
.menu-fix #menu-content a:first-child:hover {
    background: rgba(0,0,0,0);
}
.menu-top #menu-content a img {
    height: 75px;
    padding: 10px 0;
}
.menu-fix #menu-content a img {
    height: 45px;
    padding: 5px 0;
}
.menu-top #menu-content a,
.menu-top #menu-content a:first-child:hover,
.menu-top #menu-content a:first-child.active {
    border-bottom: 3px solid rgba(0,0,0,0);
}
.menu-fix #menu-content a:first-child:hover,
.menu-fix #menu-content a:first-child.active {
    background: none;
}
.menu-top #menu-content a.active,
.menu-top #menu-content a:hover {
    border-bottom: 3px solid #eee;
}
.menu-fix #menu-content a.active,
.menu-fix #menu-content a:hover {
    background: rgba(114, 22, 14,1);
    color: #eee;
}
.menu-fix #menu-content a img,
.menu-top #menu-content a img {
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
#main-news-box,
.main-news {
    width: 100%;
    opacity: 1;
    height: calc(100vh - 220px);
    min-height: 600px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}
#main-news-box {
    position: relative;
    margin-bottom: 2px;
}
#main-news-box .sub-cont {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 3.00em;
}
.main-news {
    position: absolute;
}
.hide {
    opacity: 0;
}
.main-news,
.hide {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.main-news .content {
    position: absolue;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.25);
}
.main-news .title {
    text-transform: uppercase;
    color: rgba(114, 22, 14, 1);
    text-shadow: 0 0 1px #eee;
    font-size: 1.00em;
    position: absolute;
    max-width: 75%;
    bottom: 25px;
    right: 25px;
    line-height: 1;
    z-index: 1;
}
.main-news .title .sub {
    text-transform: none;
    color: #111;
    text-shadow: 0 0 1px #eee;
    font-size: 0.35em;
    line-height: 1.25em;
    text-align: justify;
    margin-top: 10px;
}
#main-news-box #selecter {
    position: absolute;
    width: 100%;
    max-width: 1500px;
    margin: auto;
    bottom: 15px;
    display: flex;
    flex-direction: row;
    z-index: 1;
    left: 0;
    right: 0;
}
#main-news-box #selecter .active,
#main-news-box #selecter .unactive {
    width: calc(19% /5);
    height: 35px;
    margin: 0 4px;
    cursor: pointer;
    border: 1px solid #111;
    /*! background-color: rgba(164,26,14,1); */
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
#main-news-box #selecter .active {
    opacity: 1;
}
#main-news-box #selecter .unactive {
    opacity: 0.75;
}
#main-news-box #selecter span {
    position: absolute;
    height: auto;
    border-radius: 2px;
    background: #111;
    color: #eee;
    left: 0;
    top: -125%;
    display: block;
    white-space: nowrap;
    font-weight: 500;
    font-size: 1.10rem;
    line-height: 34px;
    padding: 0 10px;
    opacity: 0;
    z-index: 2000;
    text-transform: uppercase;
}
#main-news-box #selecter span::after {
    content: "";
    bottom: -6px;
    width: 16px;
    height: 16px;
    background: #111;
    position: absolute;
    left: 8px;
    transform: rotate(45deg);
    z-index: -1;
    border-radius: 2px;
}
#main-news-box #selecter .unactive:hover,
#main-news-box #selecter .active:hover {
    overflow: visible;
    opacity: 1;
}
#main-news-box #selecter .unactive:hover span,
#main-news-box #selecter .active:hover span {
    opacity: 1;
    z-index: 2000;
}
.main-news .content::after {
    content: " ";
    position: absolute;
    top:0;
    width: 100%;
    bottom: 0;
    z-index: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(238,238,238,1) 100%);
    left: 0;
}
.main-news .content::before {
    content: " ";
    position: absolute;
    top:0;
    width: 100%;
    bottom: 0;
    z-index: 0;
    background: linear-gradient(to bottom, rgba(114, 22, 14,1) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0) 100%);
    left: 0;
}
a {
    color: inherit;
    text-decoration: inherit;
}
#player-articles,
#player-fweb,
#player-web,
#gallery-content {
    width: 100%;
    display: flex;
    max-width: 1500px;
    margin: 10px auto;
    flex-direction: column;
}
#home-content .articles {
    display: flex;
    flex-direction: row;
    margin: 10px 0;
}
#player-articles .auteur,
#player-fweb .auteur {
    font-size: 0.90em;
    text-transform: uppercase;
    padding-top: 5px;
}
#home-content .articles a {
    flex: 1;
    margin: 0 10px;
    max-width: calc((100% - 60px)/4);
    border-bottom: 5px solid rgba(0,0,0,0);
}
#home-content .articles a:hover {
    border-color: rgba(114, 22, 14, 1);
}
#home-content .articles a:first-child {
    margin-left: 0;
}
#home-content .articles a:last-child {
    margin-right: 0;
}
#home-content .article .imgBack {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;	
}
#home-content .article .imgBack .back {
    width: 100%;
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;	
}
#player-articles .article .imgBack {
    height: 225px;
}
#player-fweb .article .imgBack {
    height: 200px;
}
#player-articles .article:hover .imgBack {
    background-color: rgba(114, 22, 14, 1);
}
#player-articles .article .headerP {
    width: 100%;
    height: auto;
    position: relative;
    background-color: none;
}
#player-articles .article:hover .headerP {
    background-color: rgba(114, 22, 14, 1);
}
#player-web .article .imgBack .source {
    max-width: 100%;
    z-index: 5;
    position: relative;
    opacity: 0;
    background: rgba(114, 22, 14, 0.75);
    text-align: center;
}
#player-web .article .imgBack .auteur {
    position: absolute;
    bottom: 0;
    left: 25%;
    right: 25%;
    width: 50%;
    text-align: center;
    background: #eee;
    height: 1.25em;
    line-height: 1.5;
    z-index: 10;
    color: #111;
}
#player-web .article .imgBack .auteur::before,
#player-web .article .imgBack .auteur::after {
    position: absolute;
    height: 1.75em;
    width: 1.75em;
    background: #eee;
    transform: rotate(45deg);
    bottom: -14px;
    content: " ";
}
#player-web .article .imgBack .auteur::before {
    left: -0.85em;
    z-index: -1;
}
#player-web .article .imgBack .auteur::after {
    right: -0.95em;
    z-index: -1;
}
#player-web .article .imgBack {
    overflow: hidden;
}
#player-web .article .imgBack .source img {
    padding: 10px 50px;
    width: auto;
    max-width: calc(100% - 100px);
    max-height: 140px;
}
#player-web .article:hover .imgBack .back {
    filter: grayscale(100%);
    opacity: 0.45;
}
#player-articles .article:hover .headerP .back {
    filter: grayscale(100%);
    opacity: 0.125;
}
#player-web .article:hover .imgBack .source {
    opacity: 1;
}
#player-articles .article .header .back,
#player-articles .article:hover .header .back,
#player-articles .article .headerP .back,
#player-articles .article:hover .headerP .back {
    -webkit-transition: filter 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -moz-transition: filter 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -o-transition: filter 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: filter 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
#player-articles .article:hover .header,
#player-articles .article .header {
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}
#player-articles .article:hover .headerP .source,
#player-articles .article .headerP .source {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
#home-content .article .title {
    text-transform: uppercase;
    color: #111;
    font-size: 1.15em;
    line-height: 1.25em;
    padding: 5px 0;
    width: 100%;
    letter-spacing: 0.5px;
    font-weight: 500;
    align-items: center;
    align-content: center;
    display: flex;
    overflow: hidden;
}
#home-content .article .cont {
    text-align: justify;
    height: 5.00em;
    overflow: hidden;
    position: relative;
}
#home-content .article .cont::after {
    height: 5.00em;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(238,238,238,1) 100%);
    z-index: 1;
}
#home-content .article:hover .title {
    color: rgba(114, 22, 14, 1);
}
/*
#player-articles .article:hover {
        background-color: rgba(17,17,17,0.025);
}
*/
#player-articles .article:hover,
#player-articles .article,
#player-articles .article:hover .title,
#player-articles .article .title {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.home-title {
    position: relative;
    width: 100%;
    display: flex;
    max-width: 1500px;
    margin: 10px auto;
    flex-direction: row;
}
.content-title {
    position: relative;
    width: 90%;
    font-size: 1.5rem;
    font-weight: 700;
    left: 10%;
    text-align: left;
    color: rgba(114, 22, 14, 1);
}
.content-title:before {
    content: " ";
    background: rgba(114, 22, 14, 1);
    position: absolute;
    top: 20px;
    left: -10%;
    right: 0;
    bottom:0;
    z-index: 0;
    height: 3px;
    width: 9%;
}
#gallery {
    width: 100%;
    max-width: 1500px;
    display: flex;
    flex-direction: row;
    margin: 10px auto;
}
#gallery a {
    flex: 1;
    margin: 0 10px;
    height: 215px;
    position: relative;
    overflow: hidden;
}
#gallery a .back {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
}
#gallery a:first-child {
    margin-left: 0;
}
#gallery a:last-child {
    margin-right: 0;
}
#gallery a:hover .back {
    filter: grayscale(100%);
    opacity: 0.25;
}
#gallery a:hover {
    background-color: rgba(114, 22, 14, 1);
}
#gallery a .title {
    top: 100%;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #eee;
    font-size: 1.35em;
    text-transform: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-shadow: 0 0 1px #000;
}
#gallery a .title i {
    font-size: 2.75em;
    margin-bottom: 10px;
}
#gallery a .title .author {
    font-size: 0.65em;
}
/*
#gallery a .title i,
#gallery a .title span {
        flex: 1;
        display: flex;
        align-items: center;
}
*/
#gallery a:hover .title {
    top: 25%;
    bottom: 0;
}
#gallery a .back,
#gallery a:hover .back {
    -webkit-transition: filter 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -moz-transition: filter 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -o-transition: filter 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: filter 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
#gallery a,
#gallery a:hover {
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}
#gallery a .title,
#gallery a:hover .title {
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
}
#bottom {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0;
}
#bottom #sponsors,
#bottom #site-map,
#bottom #footer {
    height: auto;
}
#bottom #site-map,
#bottom #footer {
    width: 95%;
    padding: 10px 2.5%;
    height: auto;
}
#bottom #footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(114, 22, 14, 1);
    color: #fff;
}
#bottom #footer .line {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#bottom #footer .links {
    width: 100%;
    text-align: center;
}
#bottom #footer .links a img {
    width: 35px;
    padding: 5px;
    border: 2px solid #fff;
    margin: auto 5px;
}
#bottom #footer .links a img:hover {
    width: 39px;
    padding: 3px;
    border: 2px solid #fff;
    margin: auto 5px;
}
/*
#bottom #footer .links a img,
#bottom #footer .links a img:hover {
        -webkit-transition: width 0.5s ease-in-out, padding 0.5s ease-in-out;
        -moz-transition: width 0.5s ease-in-out, padding 0.5s ease-in-out;
        -o-transition: width 0.5s ease-in-out, padding 0.5s ease-in-out;
        transition: width 0.5s ease-in-out, padding 0.5s ease-in-out;
}
*/
#bottom #footer .line a,
#bottom #footer .line div {
    flex: auto;
    text-align: center;
}
#bottom #footer .line div img {
    width: 85px;
}
#bottom #site-map {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background: rgba(17,17,17,0.50);
    color: #eee;
}
#bottom #site-map .bloc {
    flex: 1;
}
#bottom #site-map .bloc a,
#bottom #site-map .bloc h4 {
    width: 100%;
    display: block;
    position: relative;
}
#bottom #site-map .bloc h4 {
    margin: 5px 0;
    text-indent: 20%;
    min-height: calc(1em + 8px);
}
#bottom #site-map .bloc a i {
    bottom: 4px;
    position: absolute;
    right: 20%;
    opacity: 0.25;
}
#bottom #site-map .bloc a:hover i {
    opacity: 1;
}
#home-games {
    width: 100%;
    max-width: 1500px;
    margin: 10px auto;
}
#home-games,
.home-games {
    position: relative;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
.home-games {
    flex: 1;
    margin: 0 10px;
    /*
    box-shadow: inset 0 0 2px #111;
    background: rgba(17,17,17,0.35);
    color: #eee;
    */
    color: #111;
}
.home-games:first-child {
    margin-left: 0;
}
.home-games:last-child {
    margin-right: 0;
    flex-direction: column;
}
.home-games .line {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    padding: 2px 0;
    border-bottom: 1px solid rgba(17,17,17,0.25);
}
.home-games .line:last-child {
    border-bottom: 0px;
}
.home-games .line .item {
    flex: 1;
    text-align: center;
}
.home-games .line .item:nth-child(2) {
    display: flex;
    align-items: center;
}
.home-games .club {
    background: rgba(114, 22, 14, 1);
    color: #eee;
}
.home-games .line .item img {
    width: 20px;
}
.home-games .line .team {
    flex: 3;
}
.home-games .game {
    position: absolute;
    width: 90%;
    height: auto;
    top: 1.75em;
    left: 5%;
    right: 5%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    align-items: center;
}
.home-games .game .detail {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 2;
    width: 100%;
    margin: 0;
    padding: 0;
}
.home-games .game .home,
.home-games .game .away {
    flex: 40;
    text-align: center;
    font-size: 1.00em;
}
/*
.home-games .game .home img,
.home-games .game .away img {
        filter: drop-shadow(0 0 3px #111)
}
*/
.home-games .game .home img {
    filter: drop-shadow(4px 4px 2px #666);
}
.home-games .game .away img {
    filter: drop-shadow(-4px 4px 2px #666);
}
.home-games .game .score,
.home-games .game .date-big {
    flex: 40;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
}
.home-games .game .score {
    font-size: 2.50rem;
    font-weight: 700;
    color: #eee;
    background: rgba(114, 22, 14,1);
    padding-bottom: 5px;
}
.home-games .game .date-big {
    font-size: 1.75rem;
    border: 1px solid rgba(114, 22, 14,1);
}
.home-games .game .date-big .day {
    font-size: 1.75rem;
    color: #eee;
    background-color: rgba(114, 22, 14,1);
    padding: 2px 0;
    font-weight: 700;
}
.home-games .game .date-big .hour {
    padding: 2px 0;
    color: rgba(114, 22, 14,1);
}
.home-games .game .home .name,
.home-games .game .away .name {
    display: flex;
    line-height: 0.95;
    height: 2.00em;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    font-size: 0.75em;
}
.home-games .game .home {
    left: 0;
}
.home-games .game .away {
    right: 0;
}
.home-games .game .link {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: auto;
    padding: 0;
    margin: 10px 0;
    font-size: 0.80rem;
    margin-top: 0;
}
.home-games .next,
.home-games .previous {
    width: 5%;
    position: absolute;
    flex: 1;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
}
.home-games .next:hover,
.home-games .previous:hover {
    font-size: 2.00em;
}
.home-games .disable,
.home-games .disable,
.home-games .disable:hover,
.home-games .disable:hover {
    font-size: inherit;
    opacity: 0.5;
}
.home-games .next,
.home-games .previous,
.home-games .next:hover,
.home-games .previous:hover {
    -webkit-transition: font-size 0.5s ease-in-out;
    -moz-transition: font-size 0.5s ease-in-out;
    -o-transition: font-size 0.5s ease-in-out;
    transition: font-size 0.5s ease-in-out;
}
.home-games .next i,
.home-games .previous i {
    margin: auto;
}
.home-games .next {
    right: 0;
}
.home-games .previous {
    left: 0;
}
.not-available {
    opacity: 0.5;
}
.home-games .game.hide {
    display: none;
    opacity: 0;
}
#main-body.calendar {
    background: #eee;
    margin-bottom: 15px;
    text-align: center;
    color: #111;
}
#month {
    width: 100%;
    display: flex;
    flex-direction: column;
    /*border: 1px solid #111;*/
    box-sizing: border-box;
}
#month .week {
    flex: 1;
    display: flex;
    flex-direction: row;
}
#month .week .day {
    height: 140px;
    flex: 1;
    margin: 8px;
    /* box-shadow: inset 0 0 2px #111; */
    /*border-radius: 2px;*/
    position: relative;
    overflow: hidden;
    background-color: #f8f8f8;
}
#month .week .day .name {
    width: 100%;
    background: rgba(182,19,19,0.75);
    color: #fff;
    border-bottom: 8px solid #eee;
}
#month .week .day .opponent {
    width: 60%;
    text-align: center;
    padding: 0;
    padding-top: 5px;
}
#month .week .day .training .opponent {
    width: 100%;
}
#month .week .day .opponent img {
    width: 75px;
    padding: 2px;
}
#month .week .day .competition {
    bottom: 30px;
    width: 40%;
    position: absolute;
    right: 0;
    /* filter: grayscale(100%); */
    /* opacity: 0.75; */
    z-index: 0;
}
#month .week .day .competition img {
    width: 50px;
}
#month .week .day .number {
    position: absolute;
    opacity: 0.125;
    font-size: 4.50rem;
    bottom: 25px;
    /* right: 5px; */
    line-height: 0.85;
    z-index: 0;
    left: 0;
    right: 0;
    width: 100%;
    color: rgba(114, 22, 14, 1);
}
#month .week .day .game,
#month .week .day .training {
    position: relative;
    z-index: 1;
    cursor: pointer;
    height: 105px;
    display: flex;
    flex-direction: column;
}
.day .game .info-game,
.day .training .info-training {
    color: #eee;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    padding-right: 30%;
    padding-bottom: 4px;
    padding-top: 2px;
    width: 70%;
    left: 0;
    bottom: -5px;
    position: absolute;
    background: rgba(114, 22, 14, 1);
    color: #eee;
    font-size: 0.95em;
    z-index: 0;
    border-bottom: 2px solid #fff;
}
.day .training .info-training {
    padding-right: 0;
    width: 100%;
    background: #3b67b7;
}
/*
#month .week .day:first-child {
        margin-left: 0;
}
#month .week .day:last-child {
        margin-right: 0;
}
*/
#month .week .day.lastM {
    box-shadow: none;
    background-color: unset;
}
#month .week .day .move {
    position: absolute;
    right: 0;
    /* top: 5px; */
    color: #eee;
    bottom: -4px;
    background: rgba(114, 22, 14, 1);
    padding-right: 5px;
    z-index: 2;
}
#month .week .day .move:before {
    content: " ";
    background: rgba(114, 22, 14, 1);
    position: absolute;
    top:0;
    left: -8px;
    right: 0;
    bottom:0;
    z-index: 0;
    transform: skewX(-30deg); 
    border-left: 2px solid #fff;
}
#month .week .day .move i {
    width: 25px;
    height: 22px;
    /* border-radius: 50%; */
    font-size: 1.00em;
    padding-top: 3px;
    z-index: 1;
    position: relative;
    /* opacity: 0.25; */
}
#month .week .day .training i {
    font-size: 1.00em;
    width: 100%;
}
#month .week .day .score {
    position: absolute;
    top: 32px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    cursor: pointer;
    white-space: nowrap;
}
#month .week .day .score span {
    font-size: 1.75em;
    border: 0.1em solid #f8f8f8;
    color: #f8f8f8;
    padding: 0 0.25em;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 0.125em;
}
#month .week .day .score span.won {
    background: #2b7832;
}
#month .week .day .score span.draw {
    background: #888;
}
#month .week .day .score span.lost {
    background: #a50f0f;
}





.hidden {
    display: none;
}
.info-panel {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.85);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
}
.info-ajax, 
.info-ajax-hidden {
    font-size: 1.25em;
    text-align: justify;
    position: absolute;
    left: 2.00em;
    top: 2.00em;
    right: 2.00em;
    bottom: 2.00em;
    color: #ddd;
    padding: 1.50em;
    padding-bottom: 5px;
    overflow: hidden;
    overflow-y: auto;
}
.info-ajax {	
    //background: #111;
    background-image: url('/mvc/public/images/102/ajax_back.jpg');
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    border: 4px solid #0c0c0c;
    box-sizing: border-box;
    text-align: center;
}
.info-ajax #close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #ddd;
    font-size: 2.00rem;
    cursor: pointer;
    line-height: 1;
}
.info-ajax #close:hover {
    color: red;
}
.info-ajax #picture {
    width: auto;
    padding: 0;
    margin-right: 25px;
    float: left;
    position: relative;
}
.info-ajax #picture img {
    width: auto;
    padding: 0;
    margin: 0;
}
/*
#info-ajax #quickAccess img {
        margin: auto;
        padding: 5px 2% 0 2%;
        float: none;
}
*/
.info-ajax #content {
    padding: 10px 0;
    font-size: 1.25em;
    text-indent: 25px;
    line-height: 1.50em;
}
#title-ajax {
    font-size: 1.75em;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 25px;
}
#date-ajax {
    font-size: 0.75em;
    font-weight: 100;
}
#info-ajax #picture #copyright {
    text-shadow: 1px 1px 0 #444, 1px 0px 0 #444, 1px -1px 0 #444, 
        -1px 1px 0 #444, -1px 0px 0 #444, -1px -1px 0 #444,
        0px 1px 0 #444, 0px 0px 0 #444, 0px -1px 0 #444;
    position: absolute;
    color: #ddd;
    bottom: 5px;
    right: 5px;
    font-size: 1.00em;
}
#info-ajax #quickAccess {
    width: 100%;
    font-size: 0.85em;
}
#info-ajax #quickAccess .article-player {
    width: 32.33%;
}
#info-ajax #quickAccess .article-club {
    width: 32.33%;
}
#info-ajax #quickAccess .article-game {
    width: 49%;
}
#info-ajax #quickAccess .article-player,
#info-ajax #quickAccess .article-club,
#info-ajax #quickAccess .article-game {
    box-sizing: border-box;
    margin: 5px 0.5%;
    float: left;
    background: none;
    border-color: rgba(255,255,255,0.15);
}
#info-ajax #quickAccess .article-player:hover,
#info-ajax #quickAccess .article-club:hover,
#info-ajax #quickAccess .article-game:hover {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.25);
}
#game-ajax {
    width: 100%;
    font-size: 1.00em;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#game-ajax #home,
#game-ajax #away {
    flex: 35;
}
#game-ajax #score {
    flex: 30;
}
#competition-ajax {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}
#teams-ajax {
    width: 100%;
    text-align: center;
    font-size: 2.25em;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin: 15px auto;
    padding: 8px 0 11px 0;
    line-height: 1.00em;
    letter-spacing: 1px;
}
#teams-ajax {
    width: 100%;
    text-align: center;
    font-size: 2.25em;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin: 15px auto;
    padding: 8px 0 11px 0;
    line-height: 1.00em;
    letter-spacing: 1px;
}
#time-ajax {
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 500;
    color: #111;
    margin: 15px auto;
    line-height: 1.00em;
    letter-spacing: 1px;
    display: flex;
    flex-direction: row;
}
#time-ajax span {
    flex: 1;
    padding: 5px;
    background: #eee;
}
#time-ajax span:nth-child(even) {
    font-weight: 600;
    flex: 1.5;
}
#map-ajax,
#map-ajax iframe {
    width: 100%;
    height: 275px;
}
#address-ajax {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1;
    margin-top: 13px;
    box-sizing: border-box;
    border: 1px solid #eee;
}
#address-ajax span:first-child {
    background: #eee;
    font-weight: 600;
    text-transform: uppercase;
    color: #111;
}
#address-ajax span {
    padding: 5px;
}
#game-ajax #info {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
}
#game-ajax #info img,
#competition-ajax img {
    width: auto;
    margin: auto;
}
#game-ajax #info img {
    margin-bottom: 5px;
}
#game-ajax #info span {
    position: relative;
    padding: 2px;
}
#game-ajax #info span:last-child {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 500;
}
#game-ajax #info span::after {
    content: "";
    position: absolute;
    width: 6%;
    left: 47%;
    top: 0;
    height: 1px;
    background: rgba(241,241,241,0.125);
}
#game-ajax #home,
#game-ajax #away,
#game-ajax #score {
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
}
#game-ajax #home img,
#game-ajax #away img {
    margin: auto;
    width: auto;
    height: auto;
}
#game-ajax #score #score-box {
    color: #111;
    background: #eee;
    font-size: 6.00em;
    flex: 1;
    line-height: 1.00em;
    padding-bottom: 15px;
}
#info-ajax #selection {
    display: flex;
    flex-direction: row;
}
#info-ajax #home-selection,
#info-ajax #away-selection {
    flex: 1;
    flex-direction: column;
    box-sizing: border-box;
}
#info-ajax #home-selection {
    text-align: right;
    border-right: 1px solid #eee;
    padding-right: 15px;
}
#info-ajax #away-selection {
    text-align: left;
    border-left: 1px solid #eee;
    padding-left: 15px;
}
#info-ajax .player {
    width: 100%;
    display: flex;
    flex-direction: row;
}
#info-ajax .player .name {
    flex: 8;
}
#info-ajax .player .stat {
    flex: 1;
}
#info-ajax #home-selection .player .stat {
    margin-left: 15px;
}
#info-ajax .player .stat i {
    margin-left: 5px;
}
#info-ajax #away-selection .player .stat {
    margin-right: 15px;
}
#calendar #header {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3px 0;
    margin-bottom: 15px;
}
#calendar #header #last-month-button,
#calendar #header #next-month-button {
    flex: 1;
    cursor: pointer;
}
#calendar #header #last-month,
#calendar #header #next-month {
    flex: 3;
    font-size: 1.00em;
}
#calendar #header #this-month {
    flex: 5;
    font-size: 1.00em;
}
#calendar #header #last-month,
#calendar #header #next-month,
#calendar #header #this-month {
    font-weight: 700;
}
#squad {
    display: flex;
    //flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    align-items: center;
}
#squad .player-box {
    box-sizing: border-box;
    margin: 10px;
    height: auto;
    width: calc((100% / 5) - 20px);
    overflow: hidden;
    position: relative;
    padding: 5px 0;
}
#squad .player-box:nth-child(5n+1) {
    margin-left: auto;
}
#squad .player-box:last-child,
#squad .player-box:nth-child(5n) {
    margin-right: auto;
}
#squad .player-box .img-back {
    width: 100%;
    max-height: 275px;
    padding: 0;
    position: relative;
    //background-image: url('/mvc/public/images/102/sq/back.jpg');
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    //border-bottom: 3px solid #b61313;
}
#squad .player-box .img-back .color-back {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 75px;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(238,238,238,1));
}
#squad .player-box .img-back img {
    margin: 0;
    padding: 0;
    position: relative;
    height: auto;
    width: 100%;
    filter: drop-shadow(0px -0px 2px #111);
}
/*
#squad .player-box:hover .img-back img {
        //filter: grayscale(100%);
}
*/
#squad .player-box .number {
    width: 35%;
    font-size: 5.00rem;
    font-weight: 100;
    margin-top: 0;
    position: absolute;
    line-height: 1;
    color: rgba(114, 22, 14, 1);
    right: 7px;
    top: 0;
    opacity: 0.25;
    text-align: right;
    letter-spacing: -0.05em;
}
/*
#squad .player-box .name,
#squad .player-box:hover .name {
        transition: background-color 0.5s ease-in-out;
}
#squad .player-box:hover .name {
        background-color: #b61313;
}
*/
#squad .player-box:hover {
    background-color: rgba(114, 22, 14, 1);
}

#squad .player-box:hover .img-back .color-back {
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(182,18,18,1));
}
/*
#squad .player-box .number,
#squad .player-box:hover .number {
        transition: color 0.5s ease-in-out;
}
#squad .player-box,
#squad .player-box:hover {
        transition: background-color 0.5s ease-in-out;
}
#squad .player-box .img-back .color-back,
#squad .player-box:hover .img-back .color-back {
        transition: background 0.5s ease-in-out;
}
#squad .player-box .name span,
#squad .player-box:hover .name span {
        transition: color 0.5s ease-in-out;
}
*/
#squad .player-box:hover {
    background-color: #b61313;
}
#squad .player-box:hover .name span {
    color: #eee;
}
#squad .player-box:hover .number {
    opacity: 0.75;
    color: #eee;
}
#squad .player-box .name {
    margin: auto;
    line-height: 1.25em;
    text-align: left;
    width: 85%;
    margin-left: 15%;
    position: relative;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 3.00em;
}
#squad .player-box .position {
    margin: auto;
    line-height: 1.25em;
    text-align: left;
    width: 85%;
    margin: 5px 0;
    margin-left: 15%;
    position: relative;
    font-weight: 400;
    height: 1.00em;
    font-size: 0.75em;
    color: #111;
    text-transform: uppercase;
}
#squad .player-box .name span {
    margin: auto;
    text-align: left;
    width: 100%;
}
#squad .player-box .bck-logo {
    position: absolute;
    width: 95px;
    left: 0;
    height: 95px;
    opacity: 0.5;
}
#squad .player-box:hover .bck-logo {
    opacity: 1;
}
#squad .player-box .bck-logo img {
    width: 75px;
    height: 75px;
    margin: 10px auto;
}
#main-content .central {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    position: relative;
    z-index: 1;
}
#player-page #back-bloc {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    width: 100%;
    height: 120vh;
    max-height: 100%;
    z-index: -1;
}
#player-header-bloc {
    width: 100%;
    margin-top: 0;
    height: 725px;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid rgba(114, 22, 14,1);
}
#player-header-bloc  #player-header-info {
    width: 100%;
    max-width: 1500px;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    /*! opacity: 0.75; */
}
#player-header-bloc  #player-header-info #player-info {
    color: #eee;
    font-size: 2.50rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    margin: auto;
    /*! text-align: center; */
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 2px 1px #111;
    background-color: rgba(114, 22, 14,1);
    align-items: center;
}
#player-header-bloc  #player-header-info #player-info:before,
#player-header-bloc  #player-header-info #player-info:after {
    content: " ";
    background: rgba(114, 22, 14,1);
    position: absolute;
    top:0;
    width: 100px;
    bottom:-1px;
    z-index: 0;
    transform: skewX(45deg);  
}
#player-header-bloc  #player-header-info #player-info:before {
    left: -50px;
    transform: skewX(-45deg);  
}
#player-header-bloc  #player-header-info #player-info:after {
    right: -50px;
    transform: skewX(45deg);  
}
#player-header-bloc  #player-header-info #player-info #name {
    color: #eee;
    width: auto;
    display: inline-block;
    line-height: 1.25em;
    text-shadow: none;
    left: 6rem;
    position: relative;
    border-left: 2px solid #eee;
    padding-left: 0.50em;
    font-size: 1.00em;
    z-index: 1;
    margin-top: 5px;
    padding-bottom: 5px;
}
#player-header-bloc  #player-header-info #player-info #number {
    background-color: rgba(182,19,19,1);
    color: #eee;
    width: auto;
    display: inline-block;
    font-size: 1.5em;
    line-height: 1;
    padding: 0;
    text-shadow: none;
    margin: auto;
    background: none;
    border: none;
    left: 0;
    width: 5rem;
    right: auto;
    text-align: right;
    position: absolute;
}
#player-header-bloc  #player-header-info #player-info .title,
#player-header-bloc  #player-header-info #player-info .info {
    flex: 1;
    padding: 2px 5%;
    width: 90%;
    text-align: center;
    line-height: 1;
}
#player-header-bloc  #player-header-info #player-info .title:first-child {
    margin-top: 105px;
}
#player-header-bloc  #player-header-info #player-info .title {
    color: #111;
    font-weight: 600;
}
#player-header-bloc  #player-header-info #player-info .info {
    color: #eee;
    font-weight: 700;
}
#player-header-bloc  #player-header-info #player-info .info img {
    margin: 0 10px 0 5px;
    width: 20px;
    border: 1px solid #111;
}
#player-header-bloc  #player-header-info #player-info .info:after {
    background: rgba(17,17,17,0.15);
    content: "";
    width: 50%;
    margin: 5px 25%;
    height: 1px;
    float: left;
}
#player-header-bloc  #player-header-info #player-info .info:last-child::after {
    display: none;
}
#player-content {
    width: 100%;
    background: linear-gradient(to bottom, rgba(238,238,238,0.75) 0%, rgba(238,238,238,1) 100%);
    padding-top: 5px;
}
#player-content .central #player-identity {
    width: 100%;
    display: flex;
    overflow: hidden;
}
#player-content .central #player-identity #profile {
    width: 250px;
    position: relative;
}
#player-identity #copyright {
    position: absolute;
    color: #111;
    /*
    text-shadow: 1px 1px 0 #eee, 1px 0px 0 #eee, 1px -1px 0 #eee, 
                            -1px 1px 0 #eee, -1px 0px 0 #eee, -1px -1px 0 #eee,
                            0px 1px 0 #eee, 0px 0px 0 #eee, 0px -1px 0 #eee;
    */
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.00rem;
    z-index: 2;
    font-weight: 500;
}
#player-content .central #player-identity #profile img {
    width: auto;
    max-width: 100%;
    margin-bottom: -10px;
}
#player-content .central #player-identity #player-info {
    width: calc(100% - 250px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 2%;
    font-size: 1.15rem;
}
#player-content .central #player-identity #player-info .info {
    width: 25%;
    font-weight: 600;
}
#player-content .central #player-identity #player-info .bio {
    width: 95%;
    margin-right: 5%;
    font-weight: 600;
    text-align: justify;
}
#player-content .central #player-identity #player-info .title {
    width: 20%;
    margin-left: 5%;
    /*
    width: 25%;
    */
    color: #111;
    font-weight: 500;
}
#player-content .central #player-identity #player-info .info img {
    width: 20px;
    border: 1px solid #777;
    margin-right: 5px;
}
#player-stats,
#player-career {
    background-color: rgba(238,238,238,1);
    position: relative;
    min-height: 100px;
    /*border-top: 5px solid;*/
}
#player-stats #stats-title,
#player-career #stats-title {
    color: #eee;
    font-size: 1.00em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 50%;
    margin: auto;
    font-weight: 700;
    line-height: 1;
    background-color: rgba(114, 22, 14,1);
    align-items: center;
    z-index: 1;
    padding-bottom: 10px;
    text-align: center;
}
#player-career #stats-title span,
#player-stats #stats-title span {
    z-index: 1;
    position: relative;
}
#player-career #stats-title:before,
#player-career #stats-title:after,
#player-stats #stats-title:before,
#player-stats #stats-title:after {
    content: " ";
    background: rgba(114, 22, 14,1);
    position: absolute;
    top:0;
    width: 100px;
    bottom:0;
    z-index: 0;
}
#player-career #stats-title:before,
#player-stats #stats-title:before {
    left: -50px;
    transform: skewX(45deg);  
}
#player-career #stats-title:after,
#player-stats #stats-title:after {
    right: -50px;
    transform: skewX(-45deg);  
}
#player-page #stats {
    width: 100%;
    display: flex;
    flex-direction: row;
    text-align: center;
    padding-top: 10px;
}
#player-page #stats .stat {
    flex: 1;
    font-size: 1.00em;
    font-weight: 600;
}
#player-page #stats .stat span {
    /*
    background: rgba(114, 22, 14,1);
    color: #eee;
    */
    line-height: 1;
    padding: 0 5px;
    /*border: 1px solid #111;*/
}
#team-pictures {
    width: 80%;
    margin: auto;
    height: auto;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    z-index: 2;
    font-size: 2.00em;
}
.team-picture {
    width: 100%;
    margin: auto;
    height: auto;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.team-picture.hide {
    z-index: 1;
    display: none;
}
#map .hall .picture img,
.team-picture img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: -10px;
}
#article-album .button-left,
#article-album .button-right,
#team-pictures .button-left,
#team-pictures .button-right {
    height: 100%;
    top: 0;
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 1;
    align-content: center;
}
#article-album .button-left,
#team-pictures .button-left {
    left: 0;
}
#article-album .button-right,
#team-pictures .button-right {
    right: 0;
}
#article-album i,
#team-pictures i {
    margin: auto;
    height: 50px;
    width: 50px;
    font-size: 1.00em;
    line-height: 48px;
    color: #ddd;
    text-shadow: 0 0 5px #000;
    cursor: pointer;
    text-align: center;
    opacity: 0.75;
    padding-top: 3px;
}
#article-album:hover i,
#team-pictures:hover i {
    background-color: #ddd;
    color: #111;
    text-shadow: 0 0 5px #ddd;
}
#article-album i:hover,
#team-pictures i:hover {
    opacity: 1;
}
#map .hall .picture .copyright,
.team-picture .copyright {
    bottom: 0;
    right: 0;
    text-align: center;
    position: absolute;
    font-size: 0.85rem;
    padding: 5px;
    color: #fff;
    text-shadow: 1px 1px 0 #444, 1px 0px 0 #444, 1px -1px 0 #444, 
        -1px 1px 0 #444, -1px 0px 0 #444, -1px -1px 0 #444,
        0px 1px 0 #444, 0px 0px 0 #444, 0px -1px 0 #444;
    font-weight: 500;
    text-transform: uppercase;
}
#home-empty {
    width: 100%;
    height: 450px;
    background-image: url('https://futsalweb.lu/mvc/public/images/tm/fcd03.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}
#home-empty::after {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(238,238,238,0) 0%, rgba(238,238,238,0) 50%, rgba(238,238,238,1) 100%);
}


#article-content #all-content {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
#page-content,
#article-content,
#article-quickAccess {
    margin: auto;
    width: 100%;
    max-width: 1500px;
}
#page-content #partners,
#page-content .content {
    width: 100%;
    max-width: 900px;
    margin: auto;
    text-align: center;
    font-size: 1.25rem;
    position: relative;
}
#page-content .content p {
    text-align: justify;
    text-indent: 10px;
}
#partners h3,
#page-content .content h3 {
    position: relative;
    margin-bottom: 5px;
    text-align: left;
    left: 10%;
}
#partners h3:before,
#page-content .content h3:before {
    content: " ";
    background: #111;
    position: absolute;
    top: 20px;
    left: -10%;
    right: 0;
    bottom:0;
    z-index: 0;
    height: 2px;
    width: 9%;
}
#page-content .content img {
    filter: drop-shadow(0 0 5px #fff);
    display: block;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 600px;
    max-height: 250px;
}
#page-content #partners a {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    padding: 10px;
    margin: 15px 0;
}
#page-content #partners a.large {
    width: 33%;
}
#page-content #partners a.medium {
    width: 25%;
}
#page-content #partners a.small {
    width: 20%;
}
#page-content #partners a.partner {
    width: calc(100% / 6);
}
#page-content #partners a img {
    max-width: 100%;
}
#article-quickAccess {
    margin-top: 10px;
}
#page-content,
#article-content {
    margin-top: 125px;
    background: #eee;
    color: #111;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
#article-content #back {
    width: 100%;
    position: relative;
    height: 550px;
}
#article-content #back #pic {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
}

#article-content #back #title {
    position: relative;
    color: #b61313;
    padding: 0;
    font-size: 2.25em;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.0125em;
}
#article-content #pictures,
#article-content #article-album {
    margin: 10px auto;
    width: 100%;
    max-width: 800px;
    height: auto;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    border: 1px solid #ddd;
    background: #ddd;
    box-sizing: border-box;
}
#article-content #pictures .picture,
#article-content #article-album .picture {
    width: 100%;
    //height: 100%;
    position: relative;
    text-align: center;
    z-index: 0;
}
#article-content #pictures .picture img,
#article-content #article-album .picture img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    position: relative;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -5px;
}
#article-content #pictures .picture .legend,
#article-content #article-album .picture #legend {
    text-align: center;
    position: absolute;
    height: auto;
    width: 100%;
    color: #111;
    padding: 5px 0;
    bottom: 0;
    background: rgba(221,221,221,0.75);
    font-size: 1.00rem;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.01em;
    font-weight: 700;
    text-shadow: 0 0 1px #ddd;
}
#article-content #pictures .picture .legend .copyright,
#article-content #article-album .picture #legend .copyright {
    font-size: 0.75em;
    text-transform: uppercase;
    padding-top: 3px;
}
#article-content #pictures:hover .picture .legend,
#article-content #article-album:hover .picture #legend {
    background: rgba(221,221,221,0.95);
}
#article-content #content {
    //flex: 2;
    max-width: 900px;
    margin: auto;
    font-size: 1.25em;
}
#article-content #content #synopsis,
#article-content #content #synopsis-long {
    font-weight: 500;
}

#article-content #content #text br {
    margin-bottom: 10px;
}
#article-content #content #synopsis,
#article-content #content #synopsis-long,
#article-content #content #text {
    text-align: justify;
}
#article-quickAccess #quickAccess #games,
#article-quickAccess #quickAccess #players {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
}



#quickAccess .article-player,
#quickAccess .article-club,
#quickAccess .article-game {
    margin: 5px;
    overflow: hidden;
    text-align: center;
    font-size: 0.90em;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.5);*/
    width: calc((100% - 30px)/4);
    box-sizing: border-box;
    padding: 5px 0;
    display: inline-block;
    background: #eee;
    /*border: 1px solid #ccc;*/
}
#quickAccess .article-game {
    width: calc((100% - 10px)/2);
}
#quickAccess .article-game .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 95%;
}
#quickAccess .article-game:nth-child(2n+1),
#quickAccess .article-player:nth-child(4n+1) {
    margin-left: auto;
}
#quickAccess .article-game:nth-child(2n),
#quickAccess .article-game:last-child,
#quickAccess .article-player:nth-child(4n),
#quickAccess .article-player:last-child {
    margin-right: auto;
}

#quickAccess .article-club .name, 
#quickAccess .article-player .name {
    font-weight: 500;
    margin: 5px 0 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.00rem;
    height: 2.50em;
    color: #111;
}
#quickAccess .article-player .name {
    margin: 5px 0 5px 0;
    font-size: 1.00rem;
    height: 3.00rem;
}
#quickAccess .article-player:hover .name {
    color: rgb(114,22,14);
}
#quickAccess .article-player .name span {
    margin: auto;
    height: 1.55rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
#quickAccess .article-game .vs,
#quickAccess .article-game .home,
#quickAccess .article-game .away {
    margin: 0;
    padding: 0;
}
#quickAccess .article-game .home,
#quickAccess .article-game .away {
    flex: 2;
}
#quickAccess .article-game .score {
    background: #111;
    color: #eee;
    font-weight: 700;
    font-size: 2.00rem;
    padding-top: 3px;
    padding-bottom: 7px;
    line-height: 1.00em;
    flex: 2;
}
#quickAccess .article-game:hover .score {
    background: rgb(114,22,14);
}
#quickAccess .article-player .player {
    padding: 0;
    position: relative;
    overflow: hidden;
}
#quickAccess .article-player .player .bck-player {
    position: absolute;
    height: 45px;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(238,238,238,1));
}
#quickAccess .article-player:hover .player .bck-player {
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(221,221,221,1));
}
#quickAccess .article-player .player img {
    padding: 0;
    margin: 0;
    max-width: 120px;
    margin-bottom: -5px;
}
#quickAccess .article-game .home img,
#quickAccess .article-game .away img,
#quickAccess .article-club .logo img {
    padding: 0;
    margin: auto;
    max-width: 100%;
}
#quickAccess .article-game .name {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 8px;
    color: #111;
}
#quickAccess .article-game .name .hall {
    font-weight: 400;
    padding-top: 0.15em;
    overflow: hidden;
}
#quickAccess .article-game:hover .name {
    color: rgba(114, 22, 14, 1);
}
#quickAccess .profileLink {
    margin: 5px 0;
}
#quickAccess .article-player:hover,
#quickAccess .article-club:hover,
#quickAccess .article-game:hover,
#quickAccess .article-related:hover {
    background: #ddd;
    //box-shadow: 0 0 5px rgba(0,0,0,0.85);
}
#title-box {
    width: calc(100% - 50px);
    padding: 10px 25px;
    padding-bottom: 20px;
    background: #eee;
    align-items: left;
    position: absolute;
    bottom: -15px;
    left: calc((100% - 950px)/2);
    max-width: 900px;
}
#article-author {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 0;
}
#article-author #author-name,
#article-author #author-date {
    flex: 1;
    font-size: 0.85em;
    text-align: left;
    margin: auto;
    align-items: center;
    display: flex;
}
#article-author #author-name {
    margin-right: 0;
}
#article-author #author-date {
    margin-left: 0;
}
#article-author #author-name i {
    margin-right: 5px;
    font-size: 0.85em;
}
#article-author #author-name img {
    margin-right: 10px;
    width: 1.40em;
    border-radius: 50%;
    border: 1px solid #ccc;
}
#game-selection {
    display: flex;
    flex-basis: row;
}
#game-selection .team-selection {
    flex: 1;
    display: flex;
    flex-direction: column;
    font-size: 1.25rem;
    position: relative;
}
#game-stats .team-stats .bck-logo,
#game-selection .team-selection .bck-logo {
    position: absolute;
    width: 100%;
    top: 5.00em;
    z-index: 0;
    text-align: center;
}
#game-stats .team-stats .bck-logo {
    top: 58px;
    height: 175px;
    z-index: -1;
}
#game-stats .team-stats .bck-logo img,
#game-selection .team-selection .bck-logo img {
    width: 175px;
    margin: auto;
    opacity: 0.25;
}
#game-selection .team-selection .player {
    display: flex;
    flex-direction: row;
    //align-items: center;
    z-index: 1;
}
#game-selection .team-selection .player:nth-child(odd) {
    /*background: rgba(255,255,255,0.75);*/
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 10%, rgba(255,255,255,0.5) 90%, rgba(255,255,255,0) 100%);
}
#game-selection .team-selection .player:nth-child(even) {
    background: rgba(238,238,238,0.75);
}
#game-selection .team-selection .player .number {
    font-weight: 700;
    text-align: center;
    align-items: center;
    display: flex;
    font-size: 1.25em;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(114, 22, 14, 1);
    margin: auto 5px;
}
#game-selection .team-selection .player .number.gk,
#game-selection .team-selection .player .number.gks {
    border: 2px solid #111;
    color: #111;
}
/*
#game-selection .team-selection .player .gks {
        background: rgba(0,255,0,0.125);
}
*/
#game-selection .team-selection .player .cp:after {
    position: absolute;
    content: "C";
    bottom: -5px;
    right: -10px;
    width: 19px;
    text-align: center;
    font-size: 0.5em;
    background: rgba(114, 22, 14, 1);
    height: 19px;
    color: #eee;
    border-radius: 50%;
    text-indent: 1px;
}
#game-selection .team-selection .player .gk.cp:after {
    background: #111;
}
#game-selection .team-selection .player .number span {
    margin: auto;
}
#game-selection .team-selection .player .name {
    flex: 8;
    margin: auto;
    color: #111;
    display: flex;
    flex-direction: row;
}
#game-selection .team-selection .player .name span {
    flex: 5;
}
#game-selection .team-selection .player .name img:first-child {
    margin-left: 25px;
}
#game-selection .team-selection .player .picture {
    flex: auto;
    height: 2.50em;
    position: relative;
    padding-top: 5px;
    overflow: hidden;
}
#game-selection .team-selection .player .statsShort {
    flex: 3;
    display: flex;
    align-items: center;
}
#game-selection .team-selection .player .statsShort i {
    margin: 0 0.25em;
    color: #111;
}
#game-selection .team-selection .player .statsShort i:first-child {
    margin-left: 0;
}
#game-selection .team-selection .player .statsShort i:last-child {
    margin-right: 0;
}
#game-selection .team-selection .player img {
    max-height: 0.85em;
    margin: 0 0.15em;
}
#game-selection .team-selection .player .picture img {
    height: 100%;
    max-height: none;
    width: auto;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}
.card {
    width: 0.65em;
    height: 1.00em;
    display: inline-block;
    transform: rotate(5deg);
    box-shadow: 1px 1px 2px #000;
}
.card.red {
    background: red;
}
.card.yellow {
    background: yellow;
}
.card.yellowred {
    background: linear-gradient(135deg, yellow 35%, red 65%);
}
#game-stats {
    display: flex;
    flex-basis: row;
    color: #111;
}
#game-stats .team-stats {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 4.00rem;
    position: relative;
    overflow: hidden;
}
#game-stats .team-stats span {
    font-size: 1.25rem;
    width: 100%;
    text-align: center;
}
#game-stats .team-stats .stat {
    min-width: 50%;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 5px;
}
#game-stats .team-stats .cards {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}
#game-stats .team-stats .card {
    font-size: 4.00rem;
    color: #eee;
    text-shadow: 1px 1px 0 #000, 1px 0px 0 #000, 1px -1px 0 #000, 
        -1px 1px 0 #000, -1px 0px 0 #000, -1px -1px 0 #000,
        0px 1px 0 #000, 0px 0px 0 #000, 0px -1px 0 #000;
    display: flex;
    align-items: center;
    align-content: center;
    margin: 5px 15px;
    margin-top: 18px;
    transform: none;
}
#game-stats .team-stats .card.yellowred {
    background: linear-gradient(125deg, yellow 45%, red 55%);
}
#game-stats .team-stats .card:first-child {
    margin-left: auto;
}
#game-stats .team-stats .card:last-child {
    margin-right: auto;
}
#game-stats .team-stats .card span {
    font-size: 0.65em;
    flex: 1;
    text-align: center;
    /*transform: rotate(-5deg);*/
}
#game-header {
    width: 100%;
    background-image: url('/mvc/public/images/102/game_back.jpg');
    background-position: center center;
    background-size: cover;
    height: 500px;
    //margin-top: 95px;
    position: relative;
}
#game-header #bck {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, rgba(114, 22, 14, 1) 0%, rgba(114, 22, 14, 0.45) 20%, rgba(114, 22, 14, 0.45) 80%, rgba(114, 22, 14, 1) 100%);
}
#game-header #content,
#game-menu #game-menu-content {
    margin: auto;
    width: 100%;
    max-width: 1500px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#game-header #content #info #header {
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    width: 100%;
    font-size: 1.00rem;
    color: #111;
    background: rgba(255,255,255,0.75);
}
#game-header #content #info #header span {
    padding: 3px 10px;
    flex: 1;
    position: relative;
    min-height: 25px;
}
#game-header #content #info #header span::after {
    position: absolute;
    content: "";
    background: #111;
    height: 6px;
    width: 6px;
    right: -3px;
    top: calc((100% - 6px) / 2);
    z-index: 2;
}
#game-header #content #info #header span:last-child::after {
    display: none;
}
#game-header #content #info {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 0;
    /*background: linear-gradient(to top, #b61313 0%, rgba(182,19,19,0.75) 100%);*/
    display: flex;
    flex-direction: column;
    font-size: 1.50rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #eee;
}
#game-header #content #teams {
    display: flex;
    flex-direction: row;
    background: linear-gradient(to top, rgba(114, 22, 14, 1) 0%, rgba(114, 22, 14, 0.75) 100%);
}
#game-header #content #teams .club {
    margin: auto;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    position: relative;
    flex: 3;
}
#game-header #content #teams .score {
    flex: 2;
    display: flex;
    font-size: 2.75em;
    position: relative;
    align-items: center;
}
#game-header #content #teams .score span {
    width: 100%;
}
#game-header #content #teams .score .shootout {
    font-size: 2.00rem;
    position: absolute;
    background: #eee;
    color: #111;
    text-align: center;
    line-height: 1.20;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: calc((100% - 44px) / 2);
    border: 2px solid #111;
}
#game-header #content #teams .score .shootout:first-child {
    left: 0;	
}
#game-header #content #teams .score .shootout:last-child {
    right: 0;	
}
#game-header #content #teams .score span {
    height: auto;
}
#game-header #content #teams .club img {
    width: 75px;
}
#game-header #content #teams .club span {
    font-size: 6.00rem;
    text-align: right;
    flex: auto;
    opacity: 0.85;
    line-height: 1;
    height: auto;
    width: auto;
}
#game-header #content #teams .club span {
    color: #eee;
    font-weight: 400;
    font-size: 1.25rem;
    text-transform: uppercase;
    text-align: right;
    padding-top: 5px;
}
#game-header #content #competition {
    position: absolute;
    bottom: 75px;
    //left: 50%;
    right: 0;
    transform: rotate(0deg);
    filter: grayscale(100%);
    opacity: 0.025;
    overflow: hidden;
}
#game-header #content #competition img {
    width: 275px;
    //margin-left: -137.5px;
}
#article-content.game-article {
    max-width: 1500px;
    margin-top: 0;
}
#text .link {
    text-align: center;
    margin-bottom: 10px;
}
#text p.last-p {
    position: relative;
    height: 4.25em;
    overflow: hidden;
}
#text p.last-p::after {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(238,238,238,1));
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}
#game-menu {
    width: 100%;
    background: linear-gradient(to bottom, rgba(114, 22, 14, 1)0%, rgba(114, 22, 14, 1) 50%, rgba(114, 22, 14, 1) 100%);
    position: relative;
    margin-bottom: 10px;
}
#game-menu #game-menu-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}
#game-menu #game-menu-content span,
#game-menu #game-menu-content span.unactive {
    flex: auto;
    padding: 10px 0 5px 0;
    text-align: center;
    font-size: 1.05rem;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    //bottom: -4px;
    border-bottom: 5px solid rgba(0,0,0,0);
    cursor: pointer;
    color: #eee;
}
#game-menu #game-menu-content span.active {
    color: #111;
    background: #eee;
}
#game-menu #game-menu-content span:hover {
    text-shadow: 0 0 2px #111;
    /*letter-spacing: 0.01em;*/
    /*background: rgba(255,255,255,0.025);*/
    border-color: #eee;
}
#game-menu #game-menu-content span.active:hover {
    text-shadow: none;
    border-color: rgba(0,0,0,0);
}
#game-menu #game-menu-content span::after {
    position: absolute;
    top: 25%;
    bottom: 25%;
    width: 1px;
    right: 0;
    content: "";
    background: rgba(255,255,255,0.125);
}
#game-menu #game-menu-content span:last-child::after {
    display: none;
}
#game-menu #game-menu-content span i {
    margin-right: 10px;
}

#home-display .link,
#quickAccess .profileLink {
    text-align: center;
    margin-top: 15px;
}
#quickAccess .profileLink {
    margin-top: 5px;
}
#text .link a,
#home-display .link a,
.home-games .game .link a,
#quickAccess .profileLink a {
    color: rgba(114, 22, 14,1);
    background: #eee;
    padding: 2px 5px;
    font-weight: 500;
    margin: 0 10px;
    text-transform: uppercase;
    border: 1px solid rgba(114, 22, 14,1);
}
#quickAccess .profileLink a {
    font-size: 0.80rem;
}
#home-display .link a,
#quickAccess .profileLink a {
    margin: auto;
}
.home-games .game .link a:first-child {
    margin-left: 0;
}
.home-games .game .link a:last-child {
    margin-right: 0;
}
#text .link a:hover,
#home-display .link a:hover,
.home-games .game .link a:hover,
#quickAccess .profileLink a:hover {
    color: #eee;
    background: rgba(114, 22, 14,1);
}
#text .link a i,
#home-display .link a i,
.home-games .game .link a i,
#quickAccess .profileLink a i {
    margin-right: 10px;
}
#game-calendar {
    width: 100%;
    display: flex;
    flex-direction: column;
}
#game-calendar .game,
#game-calendar .month,
#game-calendar .training {
    padding: 5px 0;
}
#game-calendar .game,
#game-calendar .training {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 25px;
    font-size: 1.25rem;
}
#game-calendar .month {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.75rem;
}
#game-calendar .competition-round {
    text-align: left;
    text-indent: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
#game-calendar .training:nth-child(odd),
#game-calendar .game:nth-child(odd),
#form .form-guide .form-team .form-game:nth-child(odd) {
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 10%, rgba(255,255,255,0.5) 90%, rgba(255,255,255,0) 100%);
}
#game-calendar .game .competition,
#game-calendar .game .logo {
    flex: 1;
    position: relative;
    overflow: hidden;
    height: 100%;
    text-align: center;
    display: flex;
}
#game-calendar .game .competition img {
    width: 30px;
    margin: auto;
}
#game-calendar .training .competition {
    flex: 1;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
#game-calendar .training .competition i {
    margin: auto;
}
#game-calendar .game .logo img {
    margin: auto;
    width: 30px;
}
#game-calendar .game .teamH,
#game-calendar .game .teamA {
    flex: 3;
    font-weight: 400;
    text-transform: uppercase;
}
#game-calendar .game .teamH {
    text-align: right;
}
#game-calendar .game .teamA {
    text-align: left;
}
#game-calendar .training .date,
#game-calendar .game .date {
    flex: 3;
    text-align: center;
    font-weight: 400;
    font-size: 1.00rem;
    text-transform: uppercase;
}
#game-calendar .training .info {
    flex: 4.5;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}
#game-calendar .training .details,
#game-calendar .game .details {
    flex: 2;
    text-align: center;
    align-content: center;
    align-items: center;
    display: flex;
}
#game-calendar .training .details .link,
#game-calendar .game .details .link {
    flex: auto;
}
#game-calendar .training .details .link,
#game-calendar .game .details .link,
#info-ajax .link {
    text-align: center;
    color: #eee;
    background: #333;
    font-weight: 400;
    cursor: pointer;
    line-height: 1;
    padding: 5px;
    margin: 0 2.5px;
    font-size: 0.85rem;
    display: inline-block;
    text-transform: uppercase;
}
#game-calendar .training .details .link:hover,
#game-calendar .game .details .link:hover,
#info-ajax .link {
    background: #b61313;
}
#info-ajax .link:hover {
    background: #333;
}
#info-ajax .link {
    margin-top: 1.00em;
    font-size: 1.00em;
}
#game-calendar .training .details i,
#game-calendar .game .details i,
#info-ajax .link i {
    margin-right: 5px;
}
#calendar-options {
    width: auto;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.25rem;
}
#calendar-options .option {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 8px;
}
#calendar-options .option span {
    flex: 5;
    text-align: left;
    font-weight: 600;
}
#calendar-options .option .select {
    margin-right: 15px;
    margin-left: 5px;
    height: 1.00rem;
    width: 1.00rem;
    font-size: 2.00rem;
    border: 2px solid #111;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    position: relative;
    font-family:'FontAwesome';
}
#calendar-options .option .select.active::after {
    content: "\f00c";
    color: rgba(114, 22, 14, 1);
    top: -16px;
    position: absolute;
    left: -8px;
    filter: drop-shadow(0 0 2px #eee);
}
#game-calendar .game .score,
#form .form-team .form-game .score {
    background: #ddd;
    flex: 1;
    text-align: center;
    font-weight: 500;
    line-height: 0.75em;
    font-size: 1.45rem;
    padding-top: 0.20em;
    padding-bottom: 0.25em;
}
#duels #charts {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#duels .chart {
    height: 200px;
    margin: 0 20px;
    margin-top: 10px;
    border-bottom: 2px solid #111;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 60px;
    margin-bottom: 25px;
    /*
    min-width: calc((100% - 80px)/3);
    max-width: calc((100% - 80px)/3);
    */
    flex: 1;
}
#duels .chart .content-title {
    margin-bottom: 0;
    height: 50px;
    position: absolute;
    top: 0;
}
#duels .chart .element {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    height: 100%;
    position: relative;
}
#duels .chart:first-child {
    margin-left: 0;
}
#duels .chart:last-child {
    margin-right: 0;
}
#duels .chart .element,
#duels .chart .chart-title {
    width: calc(100%/3 - 20px);
    margin: auto 10px;
}
#duels .chart .chart-title {
    text-align: center;
    font-weight: 700;
    padding-top: 3px;
}
#duels .chart .element .bar,
#duels .chart.goal .graph .content .goals {
    width: 100%;
    /*background: rgba(255,255,255,0.25);*/
    background: #888 linear-gradient(to left, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.25) 100%);
    position: relative;
}
#duels .chart.goal {
    flex-direction: column;
    border: none;
    padding-top: 90px;
    height: auto;
}
#duels .chart.goal .graph {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
#duels .chart.goal .graph .content {
    height: 100%;
    flex: 3;
    display: flex;
    border-bottom: 2px solid #111;
    padding: 0 10px;
}
#duels .chart.goal .graph .content .goals {
    height: 100%;
}
/*
#duels .chart.goal .graph .content .goals:first-child {
        margin-right: 1px;
}
*/
#duels .chart.goal .graph .club-goals {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    align-items: center;
}
#duels .chart.goal .graph .club-goals img,
#duels .chart .element img {
    position: absolute;
    margin: auto;
    width: 75px;
}
#duels .chart.goal .graph .club-goals img {
    bottom: 5px;
}
#duels .chart .element img {
    opacity: 1;
    z-index: 2;
    filter: grayscale(0%);
    bottom: 45px;
}
#duels .chart.goal .graph .club-goals .nb,
#duels .chart .element .nb {
    font-weight: 700;
    position: absolute;
    font-size: 1.25em;
    text-shadow: 0 0 3px #eee;
    z-index: 3;
}
#duels .chart .element .nb {
    width: 100%;
    text-align: center;
    /*
    bottom: 5px;
    height: 30px;
    border-radius: 50%;
    */
    border: 1px solid rgba(0,0,0,0);
}
#duels .chart .element:hover .nb {
    color: #111;
    background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(238,238,238,0.75) 20%, rgba(238,238,238,1) 40%, 
        rgba(238,238,238,1) 60%, rgba(238,238,238,0.75) 80%, rgba(0,0,0,0) 100%);
    /*background: #eee;*/
    text-shadow: none;
    /*border: 1px solid #ddd;*/
}
#duels .chart.goal .chart-title {
    width: 100%;
    margin: auto;
}
#duels .chart.goal .graph .club-goals .nb {
    width: 100%;
    /*bottom: -20px;*/
}
#related #competition-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.10rem;
}
#related #competition-table .line {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    padding: 7.5px 0;
}
#related #competition-table .line.club {
    color: #b61313;
    text-shadow: 0 0 2px #FFF;
}
#related #table-1,
#related #table-3,
#related #table-4,
#related #table-6 {
    margin-top: 15px;
}
#related #competition-table .line .cell:nth-child(3) {
    flex: 2;
}
#related #competition-table .line:nth-child(1),
#related #table-1 #competition-table .line:nth-child(5),
#related #table-3 #competition-table .line:nth-child(5) {
    border-bottom: 2px solid #111;
}
#related #table-3 #competition-table .line:nth-child(9),
#related #table-3 #competition-table .line:nth-child(10) {
    border-bottom: 2px solid #111;
}
#related #table-4 #competition-table .line:nth-child(2),
#related #table-4 #competition-table .line:nth-child(3) {
    border-bottom: 2px solid #111;
}
#related #competition-table .line:nth-child(even) {
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 10%, rgba(255,255,255,0.5) 90%, rgba(255,255,255,0) 100%);
}
#related #competition-table .line .cell {
    flex: 1;
}
#related #competition-table .line .cell:nth-child(2) {
    display: flex;
    align-items: center;
}
#related #competition-table .line .cell img {
    margin: auto;
    width: 25px;
}
#form .form-guide {
    display: flex;
    flex-direction: row;
    width: 100%;
}
#form .form-guide .form-team {
    display: flex;
    flex-direction: column;
    flex: 1;
}
#form .form-guide .form-team .form-game {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex: 1;
    align-items: center;
    padding: 10px 0;
}
#form .form-guide .form-team .form-game .team {
    font-weight: 700;
    text-transform: uppercase;
    flex: 2.5;
}
#form .form-guide .form-team .form-game .team:nth-child(1),
#form .form-guide .form-team .form-game .team:nth-child(2) {
    text-align: right;
}
#form .form-guide .form-team:nth-child(1) {
    margin-right: 10px;
}
#form .form-guide .form-team:nth-child(2) {
    margin-left: 10px;
}
#form .form-guide #squad:nth-child(1) {
    margin-right: 25px;
}
#form .form-guide #squad:nth-child(2) {
    margin-left: 25px;
}
#form .form-guide .form-team .form-game .team:nth-child(5),
#form .form-guide .form-team .form-game .team:nth-child(6) {
    text-align: left;
}
#form .form-guide .form-team .form-game .logo {
    flex: 1;
    display: flex;
}
#form .form-guide .form-team .form-game .logo img {
    margin: auto;
    width: 35px;
}
#form .form-guide .form-team .form-game .result {
    flex: 1;
    height: 100%;
    position: relative;

}
#form .form-guide .form-team .form-game .result.won::after,
#form .form-guide .form-team .form-game .result.draw::after,
#form .form-guide .form-team .form-game .result.lost::after {
    font-weight: 700;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    right: 0;
    padding: 0 5px;
    color: #ddd;
    text-align: center;
    font-size: 1.25em;
    width: 15px;
    margin: auto;
    line-height: 1.25;
    height: 25px;
}
#form .form-guide .form-team .form-game .result.won::after {
    content: "V";
    background: #2b7832;
}
#form .form-guide .form-team .form-game .result.draw::after {
    content: "N";
    background: #888;
}
#form .form-guide .form-team .form-game .result.lost::after {
    content: "D";
    background: #a50f0f;
}
#form .form-guide #squad {
    display: flex;
}
#form .form-guide #squad .player-box {
    width: auto;
    flex: 1;
}
#form .form-guide #squad .player-box .stat {
    font-size: 1.15rem;
    text-align: left;
    text-indent: 15px;
    display: flex;
    align-items: center;
    height: 45px;
}
#form .form-guide #squad .player-box .stat span {
    flex: 1;	
}
#form .form-guide #squad .player-box .stat span:nth-child(2) {
    font-size: 1.5em;
    text-align: right;
    font-weight: 700;
    align-items: center;
    margin-right: 15px;
}
#form .form-guide #squad .player-box .scorer-chart {
    padding: 0 10px;
    margin: 10px;
    border-bottom: 2px solid #111;
    height: 50px;
    display: flex;
    flex-direction: row;
    position: relative;
}
#form .form-guide #squad .player-box .scorer-chart .goal-element {
    height: 100%;
}
#form .form-guide #squad .player-box .scorer-chart .goal-element .nb {
}
#form .form-guide #squad .player-box .scorer-chart .goal-element .nb span {
    background: #191919;
    color: #eee;
    border-radius: 5px;
    padding: 2px 5px;
    opacity: 0;
    z-index: 10;
    position: absolute;
    min-width: 50%;
    bottom: 10px;
    left: 25%;
}
#form .form-guide #squad .player-box .scorer-chart .goal-element:hover .nb span {
    opacity: 1;
}
#form .form-guide #squad .player-box .scorer-chart .goal-element.game {
    background: #888 linear-gradient(to right, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 100%);
}
#form .form-guide #squad .player-box .scorer-chart .goal-element.m10 {
    background: #666 linear-gradient(to right, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 100%);
}
#form .form-guide #squad .player-box .scorer-chart .goal-element.pen {
    background: #444 linear-gradient(to right, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 100%);
}
#form .form-guide #squad .player-box {
    overflow: inherit;
    border-bottom: 5px solid rgba(0,0,0,0);
}
#form .form-guide #squad .player-box:hover .name,
#form .form-guide #squad .player-box:hover .name span,
#form .form-guide #squad .player-box:hover .img-back {
    color: #111;
    border-color: inherit;
}
#form .form-guide #squad .player-box .name,
#form .form-guide #squad .player-box:hover .name {
    border-bottom: 1px solid #111;
    /*padding-bottom: 7.5px;*/
}
#form .form-guide #squad .player-box .name {
    margin-left: 0;
    width: 70%;
    padding: 0 15%;
}
#form .form-guide #squad .player-box:hover
{
    background: inherit;
}
#form .form-guide #squad .player-box:hover .img-back .color-back
{
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(238,238,238,1));
}
#form .form-guide #squad .player-box .img-back .number {
    color: #eee;
}
#map .hall .picture {
    width: 100%;
    margin: 5px auto;
    height: auto;
    position: relative;
    overflow: hidden;
    //border: 1px solid #111;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    z-index: 2;
    filter: grayscale(25%);
}
#map .hall .map-info {
    display: flex;
    flex-direction: row;
}
#map .hall .map-info iframe {
    flex: 2;
    height: 200px;
    margin-right: 5%;
}
#map .hall .map-info .info {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    flex: 1;
    font-size: 1.25rem;
}
#map .hall .map-info .info span {
    flex: 1;
    display: flex;
    align-items: center;
    width: 100%;
}
#albums #gallery {
    flex-wrap: wrap;
}
#albums #gallery a {
    height: 275px;
    min-width: calc((100% - 40px)/3);
    max-width: calc((100% - 40px)/3);
    margin: 5px 10px;
}
#albums #gallery a:nth-child(3n+1),
#albums #gallery a:first-child {
    margin-left: auto;
}
#albums #gallery a:nth-child(3n),
#albums #gallery a:last-child {
    margin-right: auto;
}
#related,
#duels,
#map,
#form {
    color: #111;
}
.fa-futbol-o {
    position: relative;
}
.fa-futbol-o.m10::after,
.fa-futbol-o.pen::after {
    position: absolute;
    bottom: -5px;
    font-size: 0.50em;
    font-family: 'Oswald', sans-serif;
    z-index: 1;
    color: #eee;
    font-weight: 500;
    width: 15px;
    height: 15px;
    background: #111;
    border-radius: 50%;
    border: 2px solid #eee;
    right: -7px;
    text-align: center;
    line-height: 1.35;
}
.fa-futbol-o.m10::after {
    content: "10";
}
.fa-futbol-o.pen::after {
    content: "P";
}
#player-page::before {
    content: " ";
    position: absolute;
    top:0;
    width: 100%;
    height: 800px;
    bottom: 0;
    z-index: 0;
    background: linear-gradient(to bottom, rgba(114, 22, 14,1) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0) 100%);
    left: 0;
}
#player-career #stations {
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow-y: auto;
    padding: 10px 0;
}
#player-trophies #trophies::-webkit-scrollbar-track,
#player-career #stations::-webkit-scrollbar-track {
    background-color: none;
}
#player-trophies #trophies::-webkit-scrollbar,
#player-career #stations::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background-color: none;
}
#player-trophies #trophies::-webkit-scrollbar-thumb,
#player-career #stations::-webkit-scrollbar-thumb {
    background-color: rgba(114, 22, 14, 1);
    border: none;
}
#player-career #stations .station {
    flex: 1;
    max-width: 25%;
    min-width: 25%;
    position: relative;
    text-align: center;
    margin: 0;
}
#player-career #stations .station:first-child {
    margin-left: 0;
}
#player-career #stations .station:last-child {
    margin-right: 0;
}
#player-career #stations .station .logo {
    position: relative;
}
#player-career #stations .station .logo img {
    width: 150px;
}
#player-career #stations .station .logo .country {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#player-career #stations .station .logo .country img {
    width: 40px;
    border: 1px solid #111;
    margin: auto;
}
#player-career #stations .station .logo .country img:nth-child(2) {
    border: none;
}
#player-career #stations .station .name {
    text-transform: uppercase;
    font-weight: 500;
}
#player-career #stations .station .name .period {
    font-size: 0.85em;
    font-weight: 400;
}
/*
#player-career #stations .station .name a:hover {
        background: #d32723;
        color: #eee;
        padding: 0 5px;
}
*/
#player-career #stations .station .name a:hover {
    text-decoration: underline;
}
#player-career #stations .station .match {
    width: 50%;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#player-career #stations .station .match .data {
    flex: 1;
    font-size: 2.00em;
    text-align: right;
    margin-right: 15px;
}
#player-career #stations .station .match .info {
    flex: 4;
    font-size: 1.00em;
    position: relative;
    text-align: left;
    padding-bottom: 3px;
}
#player-career #stations .station .match .info::after {
    background: rgba(114, 22, 14,1);
    content: "";
    width: 25%;
    right: 75%;
    margin: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
}
/*
#player-career #stats {
        width: 100%;
        display: flex;
        flex-direction: row;
        text-align: center;
        padding-bottom: 10px;
}
#player-career #stats .stat {
        flex: 1;
        font-size: 16px;
        font-weight: 600;
}
#player-career #stats .stat span {
        line-height: 1;
        padding: 0 5px;
}
*/
#player-page #stats .stat .data {
    flex: 1;
    font-size: 1.50em;
    font-weight: 700;
    width: 2.00em;
    height: 2.00em;
    color:  rgba(114, 22, 14,1);
    border: 5px solid rgba(114, 22, 14,1);
    border-radius: 50%;
    line-height: 2.00em;
    margin: auto;
    margin-bottom: 5px;
}
#news-content .news::after,
#trophies .trophy::after,
#player-career #stations .station::after {
    background: rgba(114, 22, 14, 0.175);
    content: "";
    width: 2px;
    right: 0;
    margin: 0;
    height: 50%;
    position: absolute;
    top: 25%;
}
#news-content .news::after,
#trophies .trophy::after {
    right: -10.5px;
}
#player-career #stations .station #stats {
    padding-bottom: 10px;
    padding-top: 10px;
}
#news-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#news-content .news {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    width: calc((100% - 3*20px)/4);
    margin: 3px 10px;
    height: auto;
    float: left;
    position: relative;
    padding: 5px 0;
    box-sizing: border-box;
    cursor: pointer;
    border-bottom: 5px solid rgba(0,0,0,0);
    color: #111;
    text-transform: uppercase;
    min-height: 65px;
}
#news-content .news:hover {
    color: rgba(114, 22, 14, 1);
    border-color: rgba(114, 22, 14, 1);
}
#news-content .news:nth-child(4n+1) {
    margin-left: 0;
}
#news-content .news:last-child,
#news-content .news:nth-child(4n) {
    margin-right: 0;
}
#news-content .news .img {
    width: 15%;
    height: 100%;
    margin: 0;
    left: 1%;
    top: 0;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
}
#news-content .news .title {
    width: 80%;
    height: 100%;
    position: relative;
    margin: 0;
    float: left;
    text-align: center;
    margin-left: 18%;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 1.00rem;
    font-weight: 600;
}
#news-content .news:last-child::after,
#trophies .trophy:last-child::after,
#player-trophies #trophies .trophy:nth-child(6n)::after,
#player-career #stations .station:last-child::after {
    display: none;
}
#player-articles,
#player-fweb,
#player-web,
#player-news,
#player-trophies {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    margin-bottom: 15px;
    background: rgba(238,238,238,1);
}
#player-trophies #trophies {
    flex-wrap: wrap;
    text-align: center;
}
#trophies .trophy {
    width: calc((100% - 5*20px)/6);
    margin: 0 10px;
    height: auto;
    float: left;
    position: relative;
    padding: 5px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #111;
}
#trophies .trophy:hover {
    color: rgba(114, 22, 14, 1);
}
#trophies .trophy .img img {
    width: 100px;
    padding: 10px 0;
}
#trophies .trophy .img {
    position: relative;
    margin-bottom: 5px;
}
#trophies .trophy .img::after {
    background: #111;
    content: "";
    width: 75%;
    height: 2px;
    right: 12.5%;
    margin: 0;
    bottom: 0;
    position: absolute;
}
#trophies .trophy:hover .img::after {
    background: rgba(114, 22, 14, 1);
}
#trophies .trophy .info {
    flex: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.45em;
    font-weight: 700;
    text-transform: uppercase;
}
#trophies .trophy .times {
    font-size: 0.85em;
}
#trophies .trophy:nth-child(6n+1) {
    margin-left: 0;
}
#trophies .trophy:last-child,
#trophies .trophy:nth-child(6n) {
    margin-right: 0;
}
#player-content .central #player-identity #profile::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(238,238,238,1) 100%);
    height: 75px;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
}
#player-page #player-career {
    padding: 10px 0;
}
#player-content .central,
#player-page #player-career {
    max-width: 1500px;
    margin: auto;
}
#player-content .content-title::before {
    width: 135px;
    left: -145px;
}
#player-content .content-title {
    left: 145px;
}
#home-content {
    background: rgba(238,238,238,1);
}
#loadMoreArticles,
#loadMoreFweb,
#loadMorePress {
    width: calc(100% - 10px);
    margin: 5px;
    display: inline-block;
    padding: 5px 0;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    color: rgba(114, 22, 14, 1);
    border: 1px solid rgba(114, 22, 14, 0.25);
    box-sizing: border-box;
}
#loadMoreArticles:hover,
#loadMoreFweb:hover,
#loadMorePress:hover {
    background-color: rgba(114, 22, 14, 0.25);
    border-color: rgba(114, 22, 14, 1);
}
#loadMoreArticles.hide,
#loadMoreFweb.hide,
#loadMorePress.hide {
    display: none;
}
.news-page .articles {
    flex-wrap: wrap;
    padding: 0 10px;
}
#home-content.news-page .articles a {
    min-width: calc((100% - 60px)/4);
    margin-bottom: 5px;
}
#home-content.news-page .articles a:nth-child(4n+1) {
    margin-left: 0;
}
#home-content.news-page .articles a:nth-child(4n) {
    margin-right: 0;
}
.loader {
    border: 20px solid #111;
    border-top: 20px solid #ee332e;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: calc((100% - 200px) / 2);
    left: calc((100% - 200px) / 2);
    z-index: 10000;
    box-shadow: 0 0 0 10px rgba(238,238,238,0.65);
    background-color: rgba(238,238,238,0.65);
}
#page-menu {
    display: flex;
    flex-direction: row;
    width: auto;
    margin-bottom: 15px;
    padding: 10px;
}
#page-menu span {
    font-weight: 600;
    font-size: 1.00rem;
    text-align: center;
    flex: 1;
}
#page-menu span.unactive {
    background: #333;
    color: #eee;
    cursor: pointer;
}
#page-menu span.unactive:hover {
    background: rgba(114,22,14,1);
}
#page-menu span i {
    margin-right: 10px;
}
#share-box {
    width: 100%;
    margin: 10px auto;
    display: flex;
    flex-direction: row;
}
#share-box .share {
    flex: 1;
    margin: 5px;
    padding: 5px 0;
    color: #fff;
    position: relative;
    box-shadow: 0 10px 5px -8px #111;
    font-size: 1.00rem;
    cursor: pointer;
    text-shadow: 0 0 1px #000;
}
#share-box .share i {
    text-align: center;
    position: relative;
    padding: 0 10px;
}
#share-box .share:nth-child(1) {
    background-color: #3B5998;
}
#share-box .share:nth-child(2) {
    background: #00ACED;
}
#share-box .share:nth-child(3) {
    background: #CD3C2A;
}
#share-box .share:nth-child(4) {
    background: #4875B4;
}
#share-box .share:nth-child(5) {
    background: #27a27b;
}
#share-box .share:hover {
    margin: 3px;
    padding: 7px 2px;
}
#share-box .share,
#share-box .share:hover {
    -webkit-transition: margin 0.25s ease-in-out, padding 0.25s ease-in-out;
    -moz-transition: margin 0.25s ease-in-out, padding 0.25s ease-in-out;
    -o-transition: margin 0.25s ease-in-out, padding 0.25s ease-in-out;
    transition: margin 0.25s ease-in-out, padding 0.25s ease-in-out;
}
#game-quotes {
    display: flex;
    flex-direction: column;
}
#game-quotes .quote {
    flex: auto;
    display: flex;
    margin: 25px 0;
    min-height: 200px;
    position: relative;
}
#game-quotes .quote::after {
    position: absolute;
    content: "";
    width: 75%;
    left: 12.5%;
    bottom: -24.5px;
    height: 1px;
    background: rgba(17,17,17,0.125);
}
#game-quotes .quote:last-child::after {
    display: none;
}
#game-quotes .quote:nth-child(odd) {
    flex-direction: row;
}
#game-quotes .quote:nth-child(even) {
    flex-direction: row-reverse;
}
#game-quotes .quote .player {
    display: flex;
    align-content: baseline;
    align-items: baseline;
    position: relative;
    width: 150px;
}
#game-quotes .quote .player img {
    flex: auto;
    height: 200px;
    width: 150px;
    position: absolute;
    bottom: 0;
}
#game-quotes .quote .player::after {
    content: "";
    height: 50px;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(241,241,241,0) 0%, rgba(241,241,241,1) 100%);
    position: absolute;
}
#game-quotes .quote .comment {
    display: flex;
    width: calc(100% - 150px);
    align-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
}
#game-quotes .quote .comment::before,
#game-quotes .quote .comment::after {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 2.50rem;
    color: #eee;
    /*filter: drop-shadow(0 0 1px #000);*/
    text-shadow: 1px 1px 0 #000, 1px 0px 0 #000, 1px -1px 0 #000, 
        -1px 1px 0 #000, -1px 0px 0 #000, -1px -1px 0 #000,
        0px 1px 0 #000, 0px 0px 0 #000, 0px -1px 0 #000;
    z-index: 0;
    opacity: 0.25;
}
#game-quotes .quote .comment::before {
    content: "\f10d";
    top: 5px;
    left: 5px;
}
#game-quotes .quote .comment::after {
    content: "\f10e";
    bottom: 30px;
    right: 5px;
}
#game-quotes .quote .comment span {
    font-style: italic;
    padding: 10px 35px 35px 35px;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: justify;
    z-index: 1;
    font-weight: 400;
    font-family: 'Ubuntu';
}
#game-quotes .quote .comment .name {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-weight: 500;
    font-size: 0.85em;
}
#back-link {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
}
#stats-table table tr:nth-child(n+2),
#competition-table table tr:nth-child(n+2) {
    border-top: 1px solid #bbb;
}
#table-1 tr td::after,
#table-3 tr td::after,
#table-4 tr td::after,
#table-6 tr td::after {
    font-weight: 700;
    font-size: 2.50em;
    bottom: 0;
}
#stats-table table tr td a:hover {
    color: rgba(114, 22, 14,1);
}