body {
    font-family: 'Jost', sans-serif;
    background-color: #f0f0f0;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
//background-image: url('/mvc/public/images/122/bck/back.jpg');
    color: #1f1f1f;
    margin: 0;
    padding: 0;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
#home-empty {
    background-image: url('/mvc/public/images/122/lion_back.jpg');
    background-position: center center;
    background-size: cover;
    height: 725px;
    width: 100%;
    position: relative;
    z-index: 0;
}
#home-empty:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, rgba(240,240,240,0) 0%, rgba(240,240,240,1) 100%);
}
#main-body,
#body-content {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    min-height: calc(100vh - 835px);
}
#main-body {
    margin: 135px auto 15px auto;
}
#game-menu-icon,
#menu-icon {
    display: none;
}
.menu-top,
.menu-fix {
    width: 100%;
    border-bottom: 3px solid #d4ae19;
    background-color: #f0f0f0;
    box-shadow: 0 0 5px #fff;
    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;
}
.menu-top {
    position: absolute;
    height: 95px;
}
.menu-fix {
    position: fixed;
    height: 55px;
}
#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: 22px;
    text-align: center;
    margin: 0;
    padding: 0;
    flex: 1;
    font-weight: 700;
    border-right: 1px solid rgba(255,255,255,0.125);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#menu-content a:last-child {
    border-right: 1px solid rgba(255,255,255,0);
}
.menu-top #menu-content a:first-child span,
.menu-fix #menu-content a:first-child span {
    display: none;
}
.menu-top #menu-content a img {
    height: 75px;
    padding: 10px 0;
}
.menu-fix #menu-content a img {
    height: 45px;
    padding: 5px 0;
}
#menu-content a.active,
#menu-content a:hover {
    color: #d4ae19;
}
.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;
}
#home-display {
    width: 100%;
//min-height: 350px;
    background-image: url('/mvc/public/images/122/bck/display.jpg');
    background-color: #1f1f1f;
    background-position: center center;
    background-size: cover;
//background-attachment: fixed;
    position: relative;
    display: flex;
}
#home-display #back {
    width: 100%;
    height: 100%;
//background: linear-gradient(to bottom, rgba(31,31,31,1.00) 0%, rgba(31,31,31,0) 5%, rgba(31,31,31,0) 95%, rgba(31,31,31,1.00) 100%);
    position: absolute;
}
#home-display #content {
    width: 100%;
    max-width: 1500px;
    left: 0;
    right: 0;
    height: 100%;
    position: relative;
//background: red;
    margin: 15px auto;
    display: flex;
    align-items: center;
    flex-direction: row;
}
#home-display #content #img {
    flex: 1;
    position: relative;
}
#home-display #content #img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
#home-display #content #info {
    flex: 2;
    display: flex;
    flex-direction: column;
}
#home-display #content #info .text {
    line-height: 1.75em;
    font-size: 1.25em;
    margin: 0 10%;
}
#main-news-box,
.main-news {
    width: 100%;
    opacity: 1;
    height: 725px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}
#main-news-box {
    position: relative;
    margin-bottom: 20px;
    margin-top: 80px;
//box-shadow: 0 5px 10px #1f1f1f;
}
#main-news-box .sub-cont {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    bottom: 20px;
    position: absolute;
    left: 0;
    right: 0;
}
.main-news {
    position: absolute;
}
.hide {
    opacity: 0;
}
.main-news,
.hide,
#main-news-box #selecter .active,
#main-news-box #selecter .unactive {
    -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: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(240,240,240,0.125);
}
.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) 80%, rgba(240,240,240,1) 100%);
}
.main-news .title {
    text-transform: uppercase;
    color: #d4ae19;
    text-shadow: 0 0 1px #f0f0f0;
    font-size: 48px;
    font-weight: 700;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 25px;
//right: 25px;
    line-height: 1;
    z-index: 1;
    background: #f0f0f0;
    padding: .25em;
    border-radius: 15px;
    border: 2px solid #d4ae19;
}
.main-news .title .sub {
    text-transform: none;
    color: #1f1f1f;
    text-shadow: 0 0 1px #f0f0f0;
    font-size: 0.35em;
    line-height: 1.25em;
    text-align: justify;
    margin-top: 10px;
}
.main-news .title .info {
    text-transform: none;
    color: #1f1f1f;
    text-shadow: 0 0 1px #f0f0f0;
    font-size: 0.30em;
    line-height: 1.25em;
    text-align: justify;
    margin-top: 10px;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(204,204,204,0.125);
}
.main-news .title .link {
    text-transform: uppercase;
    color: #1f1f1f;
    text-shadow: 0 0 1px #f0f0f0;
    font-size: 0.30em;
    margin-top: 25px;
    margin-top: 10px;
    font-weight: 700;
}
.main-news .title .link a i {
    margin-right: 5px;
    font-size: 0.90em;
}
.main-news .title .link a:hover {
    border-bottom: 2px solid;
}
.main-news .title .link a:hover,
.main-news .title .info a:hover {
    color: #d4ae19;
}
.main-news .title .info a {
    font-weight: 700;
}
#main-news-box #selecter {
    position: absolute;
    width: 100%;
    max-width: 1500px;
    margin: auto;
    top: 50px;
    display: flex;
    flex-direction: row;
    z-index: 1;
    left: 0;
    right: 0;
}
#main-news-box #selecter .active,
#main-news-box #selecter .unactive {
    width: 6vw;
    height: 3.5vw;
    border-radius: 10px;
    border: 2px solid #d4ae19;
    background-size: cover;
    background-position: center center;
    margin: 0 5px;
    cursor: pointer;
}
#main-news-box #selecter .selecter:first-child {
    margin-left: auto;
}
#main-news-box #selecter .selecter:last-child {
    margin-right: auto;
}
#main-news-box #selecter .unactive:hover,
#main-news-box #selecter .active {
    opacity: 1;
    filter: none;
}
#main-news-box #selecter .unactive {
    opacity: .75;
    filter: grayscale(75%);
}
a {
    color: inherit;
    text-decoration: inherit;
}
#last-news {
    width: 100%;
    display: flex;
    max-width: 1500px;
    margin: 10px auto;
    flex-direction: row;
}
#last-news .news {
    flex: 1;
    margin: 0 10px;
}
#last-news .news:first-child {
    margin-left: 0;
}
#last-news .news:last-child {
    margin-right: 0;
}
#last-news .news .header {
    width: 100%;
    height: 175px;
    position: relative;
    background-color: none;
}
#last-news .news:hover .header {
    background-color: #d3d3d3;
}
#last-news .news .headerP {
    width: 100%;
    height: auto;
    position: relative;
    background-color: none;
}
#last-news .news:hover .headerP {
    background-color: #d3d3d3;
}
#last-news .news .headerP .back,
#last-news .news .header .back {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#last-news .news .headerP .back {
    top: 0;
}
#last-news .news .headerP .source {
    max-width: 100%;
    z-index: 1000;
    position: relative;
    opacity: 0;
}
#last-news .news .headerP .source img {
    padding: 25px;
    width: auto;
    max-width: calc(100% - 50px);
}
#last-news .news:hover .header .back {
    filter: grayscale(100%);
    opacity: 0.45;
}
#last-news .news:hover .headerP .back {
    filter: grayscale(100%);
    opacity: 0.125;
}
#last-news .news:hover .headerP .source {
    opacity: 1;
}
#last-news .news .header .back,
#last-news .news:hover .header .back,
#last-news .news .headerP .back,
#last-news .news: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;
}
#last-news .news:hover .header,
#last-news .news .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;
}
#last-news .news:hover .headerP .source,
#last-news .news .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;
}
#last-news .news .title {
    text-transform: uppercase;
    color: #eee;
    font-size: 24px;
    line-height: 1.15em;
    padding: 5px 0;
    width: 100%;
    letter-spacing: 0.5px;
}
#last-news .news:hover .title {
    color: #d3d3d3;
}
/*
#last-news .news:hover {
        background-color: rgba(17,17,17,0.025);
}
*/
#last-news .news:hover,
#last-news .news,
#last-news .news:hover .title,
#last-news .news .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;
}
.home-title .title {
    position: relative;
    width: 100%;
    font-size: 1.5em;
    font-weight: 700;
    left: 10%;
}
.home-title .title:before {
    content: " ";
    background: #d3d3d3;
    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;
    min-width: calc((100% - 60px)/4);
    max-width: calc((100% - 60px)/4);
    border-radius: 15px;
    border: 2px solid #d4ae19;
    box-sizing: border-box;
}
#gallery a .back {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
}
#gallery a:first-child {
    margin-left: auto;
}
#gallery a:last-child {
    margin-right: auto;
}
#gallery a:hover .back {
    filter: grayscale(100%);
    opacity: 0.125;
}
#gallery a:hover {
    background-color: rgb(237,234,219);
}
#gallery a .title {
    top: 100%;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #1f1f1f;
    font-size: 24px;
    text-transform: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-shadow: 0 0 1px #eee;
}
#gallery a .title i {
    font-size: 2.75em;
    margin-bottom: 10px;
}
#gallery a .title .author {
    font-size: 0.50em;
}
/*
#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 #quote {
    width: 100%;
    color: #d4ae19;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0;
    font-size: 64px;
    position: relative;
    text-shadow: 0px -1px 2px #999;
}
#bottom #quote img {
    position: relative;
    background: #f0f0f0;
    padding: .125em .50em;
}
#bottom #quote::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(240,240,240,0) 0%, rgba(240,240,240,1) 100%);
    content: '';
    left: 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: #d3d3d3;
    color: #1f1f1f;
}
#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 #1f1f1f;
    margin: auto 5px;
}
#bottom #footer .links a img:hover {
    width: 39px;
    padding: 3px;
    border: 2px solid #1f1f1f;
    margin: auto 5px;
}
#bottom #sponsors {
    background: rgba(245,245,245,1);
}
#bottom #sponsors a {
    opacity: 1;
    filter: none;
}
#bottom #sponsors a.large {
    max-width: 50%;
}
/*
#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;
}

#bottom-title {
    width: 50%;
    margin: auto;
    padding: 5px 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 125%;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    text-transform: uppercase;
}
#bottom #hash {
    width: 100%;
    font-size: 3rem;
    display: flex;
    justify-content: center;
}
#bottom #hash span {
    display: inline;
}
#bottom #hash span:nth-child(1) {
    color: #d3d3d3;
}
#bottom #hash span:nth-child(2) {
    color: #1ca162;
}
#bottom #hash span:nth-child(3) {
    color: #f2ec24;
}
#bottom #hash span:nth-child(4) {
    color: #a5110d;
}
#bottom .social {
    width: 100%;
    margin: 15px auto;
    text-align: center;
    /*background: red;*/
}
#bottom .social img {
    width: 30px;
    height: 30px;
    padding: 5px;
    border: 2px solid #fff;
    margin: 0 10px;
    cursor: pointer;
    /*border-radius: 25%;*/
}
#bottom .social img:hover {
    /*box-shadow: 0 0 5px #ccc;*/
    border-color: rgba(255,255,255,0);
    border-radius: 5px;
}
.socialButton .fb:hover, .socialButton .tw:hover, .socialButton .gp:hover, .socialButton .in:hover {
    border-color: rgba(255,255,255,0);
    box-shadow: none;
}
#bottom .social .fb:hover, .socialButton .fb {
    background-color: #3964bf;
}
#bottom .social .fw:hover {
    background-color: #0099cc;
}
#bottom .social .tw:hover, .socialButton .tw {
    background-color: #26b0e6;
}
#bottom .social .gp:hover, .socialButton .gp {
    background-color: #dc4a38;
}
#bottom .social .in:hover, .socialButton .in {
    background-color: #0d77b7;
}
#bottom .social .yt:hover {
    background-color: #de2925;
}
#bottom .social .dm:hover {
    background-color: #0064dc;
}
#bottom .social .is:hover {
    background-color: #517fa4;
}



#home-games {
    width: 100%;
    max-width: 1500px;
    margin: 10px auto;
//height: 220px;
    padding-bottom: 10px;
}
#home-games,
.home-games {
    position: relative;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
.home-games {
    flex: 1;
    margin: 3px 10px 0 10px;
    color: #1f1f1f;
    position: relative;
}
.home-games .title {
    color: #d3d3d3;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    width: 90%;
    margin: 5px 5% 0 5%;
    border-bottom: 2px solid;
    height: 1.35em;
    font-size: 1.15em;
}
.home-games:first-child {
    margin-left: 3px;
}
.home-games:last-child {
    margin-right: 3px;
    flex-direction: column;
    align-items: center;
}
.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(212, 174, 25,0.75);
    font-weight: 700;
    font-size: 0.95em;
}
.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: #d4ae19;
    color: #f0f0f0;
}
.home-games .line .item img {
    width: 18px;
}
.home-games .line .team {
    flex: 3;
}
.home-games .line .team a:hover {
    color: #d4ae19;
}
.home-games .line.club .team a:hover {
    color: #1f1f1f;
}
.home-games .game {
    position: absolute;
    width: 90%;
    /*height: 100%;*/
    top: 4.00em;
    left: 5%;
    right: 5%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    opacity: 1;
    -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;
}
.home-games .content-title {
    height: 45px;
}
.home-games .game .detail {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 4;
    width: 100%;
}
.home-games .game .detail .home,
.home-games .game .detail .away {
    flex: 35;
    text-align: center;
    font-size: 20px;
}
.home-games .game .detail .score,
.home-games .game .detail .date-big {
    flex: 30;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
    white-space: nowrap;
}
.home-games .game .detail .score {
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 3px;
}
.home-games .game .detail .date-big {
    font-size: 48px;
    border: 1px solid #eee;
}
.home-games .game .detail .date-big .day {
    font-size: 36px;
    padding: 2px 0;
    font-weight: 700;
}
.home-games .game .detail .date-big .day,
.home-games .game .detail .score {
    background: #eee;
    color: #0f0f0f;
}
.home-games .game .link {
    flex: 1;
}
/*
.home-games .game.hide .link {
        display: none;
}
*/
#home-display .link,
#quickAccess .profileLink {
    text-align: center;
    margin-top: 15px;
}
#text .link a,
#home-display .link a,
.home-games .game .link a,
#quickAccess .profileLink a {
    color: #1f1f1f;
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 2px 5px;
    font-weight: bold;
    margin: 0 10px;
}
#quickAccess .profileLink a {
    font-size: 0.90rem;
}
#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 {
    color: #0f0f0f;
    background: #d4ae19;
    border-color: #d4ae19;
}
#quickAccess .article-game:hover .profileLink a,
#quickAccess .article-player:hover .profileLink a {
    /*
    color: #d4ae19;
    border-color: #d4ae19;
    */
}
#quickAccess .article-game:hover .profileLink a:hover,
#quickAccess .article-player:hover .profileLink a:hover {
    background: #d4ae19;
    color: #131313;
}
#text .link a i,
#home-display .link a i,
.home-games .game .link a i,
#quickAccess .profileLink a i {
    margin-right: 10px;
}
.home-games .game .detail .date-big .hour {
    padding: 2px 0;
}
.home-games .game .detail .home .name,
.home-games .game .detail .away .name {
    display: block;
    line-height: 1;
    height: 2.00em;
    font-weight: 700;
    text-transform: uppercase;
}
.home-games .game .detail .home {
    left: 0;
}
.home-games .game .detail .away {
    right: 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;
}
#calendar {
//background: #1f1f1f;
    margin-bottom: 15px;
    text-align: center;
    color: #eee;
}
#month {
    width: 100%;
    display: flex;
    flex-direction: column;
    /*border: 1px solid #eee;*/
    box-sizing: border-box;
}
#month .week {
    flex: 1;
    display: flex;
    flex-direction: row;
}
#month .week .day {
    min-height: 150px;
    flex: 1;
    margin: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 1px #bbb;
}
#month .week .day.gameDay {
    box-shadow: 0 0 1px #1f1f1f;
}
#month .week .day.gameDay:before {
    background-color: #d4ae19;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: .5;
}
#month .week .day .name {
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    z-index: 10;
}
#month .week .day.gameDay .name {
    background-color: #d4ae19;
}
#month .week .day .opponent {
    text-align: center;
    padding: 0;
    padding-top: 5px;
}
#month .week .day .game .opponent {
    width: auto;
}
#month .week .day .training .opponent {
    width: 100%;
}
#month .week .day .opponent img {
    width: auto;
    /*max-width: 80px;*/
    padding: 2px;
    z-index: 0;
}
#month .week .day .schedule {
    width: 50%;
    text-align: center;
    padding: 0;
    color: #1f1f1f;
    font-size: 1.25em;
    font-weight: 700;
    text-transform: uppercase;
    display: none;
}
#month .week .day .competition {
    width: 60px;
    position: absolute;
    right: 0;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}
#month .week .day .competition img {
    width: 50px;
}
#month .week .day .number {
    position: absolute;
    opacity: 0.125;
    z-index: 0;
    color: #1f1f1f;
    line-height: 1;
    width: 100%;
    font-size: 7.5em;
    bottom: 0.025em;
    text-shadow: 2px 2px 0 #f0f0f0, 3px 3px 0 #1f1f1f;
}
#month .week .day.gameDay .number {
    display: none;
}
#month .week .day .game,
#month .week .day .training {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
}
#month .week .day.lastM {
    box-shadow: none;
    background-color: unset;
}
/*
#month .week .day.gameDay {
        border-bottom: 4px solid #d3d3d3;
}
#month .week .day.trainingDay {
        border-bottom: 4px solid #3b67b7;
}
*/
#month .week .day .move {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 5px;
    display: none;
}
#month .week .day .move:before {
    content: " ";
    position: absolute;
    top:0;
    left: -8px;
    right: 0;
    bottom:0;
    z-index: 0;
    transform: skewX(30deg);
}
#month .week .day .name,
#month .week .day .move,
#month .week .day .move:before {
    color: #1f1f1f;
    box-shadow: 0 0 1px #bbb;
}
#month .week .day.gameDay .name,
#month .week .day.gameDay .move,
#month .week .day.gameDay .move:before {
    box-shadow: 0 0 1px #1f1f1f;
}
#month .week .day .move i {
    width: 25px;
    height: 22px;
    font-size: 18px;
    padding-top: 3px;
    z-index: 1;
    position: relative;
}
.day .game .info-game,
.day .training .info-training {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    padding: 2px 0;
    padding-bottom: 3px;
    width: 100%;
    right: 0;
    bottom: 0;
    position: absolute;
    color: #111;
    font-size: 0.95em;
    box-shadow: 0 0 1px #1f1f1f;
    z-index: 10;
    background-color: #d4ae19;
}





.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;
    position: absolute;
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 10%;
    color: #ddd;
    padding: 35px;
    padding-bottom: 5px;
    overflow: hidden;
    overflow-y: auto;
    text-align: center;
}
.info-ajax {
    background: #111;
    border: 4px solid #0c0c0c;
    box-sizing: border-box;
}
.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: 12px;
}
#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: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#game-ajax #home,
#game-ajax #away {
    flex: 35;
}
#game-ajax #score {
    flex: 30;
    white-space: nowrap;
}
#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 #1f1f1f;
    border-bottom: 2px solid #1f1f1f;
    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;
    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 {
    padding: 5px;
    font-weight: 600;
}
#address-ajax span:first-child {
    background: #eee;
    font-weight: 600;
    text-transform: uppercase;
    color: #111;
}
#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: #eee;
    background: #1f1f1f;
    font-size: 6.00em;
    flex: 1;
    line-height: 1.00em;
    padding-bottom: 15px;
    white-space: nowrap;
}
#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 #1f1f1f;
    padding-right: 15px;
}
#info-ajax #away-selection {
    text-align: left;
    border-left: 1px solid #1f1f1f;
    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;
    color: #1f1f1f;
}
#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: 16px;
}
#calendar #header #this-month {
    flex: 5;
    font-size: 20px;
}
#calendar #header #last-month,
#calendar #header #next-month,
#calendar #header #this-month {
    font-weight: 700;
}
#squad {
    width: 100%;
    max-width: 1500px;
    text-align: center;
}
#squad .player-box {
    box-sizing: border-box;
    margin: 10px;
    width: calc((100% / 5) - 20px);
    overflow: hidden;
    display: inline-block;
}
#squad .player-box:nth-child(5n+1) {
    margin-left: 0;
}
#squad .player-box:last-child,
#squad .player-box:nth-child(5n) {
    margin-right: 0;
}
#squad .player-box .img-back-staff,
#squad .player-box .img-back {
    width: 100%;
    height: 200px;
    padding: 0;
    position: relative;
    background-size: cover;
    overflow: hidden;
}
#squad .player-box .img-back-staff::after,
#squad .player-box .img-back::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(240,240,240,0) 0%, rgba(240,240,240,1) 100%);
    content: '';
    left: 0;
}
#squad .player-box .img-back .color-back {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
#squad .player-box .img-back img {
    margin: 0;
    padding: 0;
    position: relative;
    height: 240px;
}
#squad .player-box .img-back-staff img {
    margin: auto;
    padding: 0;
    position: relative;
    height: 240px;
}
#squad .player-box .number {
    width: 100%;
    position: relative;
//text-align: left;
}
#squad .player-box .number span {
    width: 100%;
    font-size: 2.75em;
    font-weight: 700;
    color: #d4ae19;
    position: relative;
    background: rgb(240,240,240);
    padding: 0 .25em;
}
#squad .player-box .number::after {
    content: '';
    position: absolute;
    z-index: -1;
    background: #d4ae19;
    width: 100%;
    height: 4px;
    top: 27px;
    left: 0;
}

.form-guide #squad .player-box .img-back {
    width: 100%;
    height: 200px;
    padding: 0;
    position: relative;
    background-size: cover;
    overflow: hidden;
    text-align: left;
    text-indent: 15px;
}
.form-guide #squad .player-box .number {
    width: 100%;
    position: absolute;
    text-align: right;
    font-weight: 700;
    font-size: 12em;
    line-height: 1;
    bottom: 0;
    opacity: .5;
}
.form-guide #squad .player-box .number::after {
    display: none;
}

#squad .player-box .bck-logo {
    position: absolute;
    width: 115px;
    left: 0;
    height: 115px;
}
#squad .player-box .bck-logo img {
    width: 85px;
    height: 85px;
    margin: 15px auto;
}
#squad .player-box .name {
    margin: 5px 0;
    line-height: 1.25em;
    text-align: center;
    width: 100%;
    position: relative;
    font-weight: 700;
    font-size: 1.10em;
    height: 2.50em;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#squad .player-box:hover .name {
    color: #d4ae19;
}
#squad .player-box .name span {
    margin: auto;
}
#squad .player-box .position {
    width: 100%;
    color: rgb(240,240,240);
    background: #d4ae19;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.90em;
    display: inherit;
    padding: .125em .25em;
    letter-spacing: .05em;
}
#squad .player-box .position.undefined {
    opacity: 0;
}
#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;
}
#team-pictures .button-left,
#team-pictures .button-right {
    height: 100%;
    top: 0;
    width: 5%;
    opacity: 0.75;
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 3;
}
#team-pictures .button-left {
    left: 0;
}
#team-pictures .button-right {
    right: 0;
}
#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;
}
#team-pictures:hover i {
    background-color: #fff;
    color: #111;
    text-shadow: 0 0 5px #fff;
}
#map .hall .picture .copyright,
.team-picture .copyright {
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    position: absolute;
    font-size: 1.00em;
    padding: 5px 0;
    color: #111;
    text-shadow: 1px 1px 0 #fff, 1px 0px 0 #fff, 1px -1px 0 #fff,
    -1px 1px 0 #fff, -1px 0px 0 #fff, -1px -1px 0 #fff,
    0px 1px 0 #fff, 0px 0px 0 #fff, 0px -1px 0 #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(240,240,240,1));
}
.team-picture .copyright {
    font-size: 1.00rem;
}
#main-content .central {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    position: relative;
}
#player-header-bloc {
    width: 100%;
    margin-top: 50px;
    height: 900px;
    position: relative;
    overflow: hidden;
}
#player-header-bloc  #player-header-back {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    background-image: url('/mvc/public/images/122/lion_back.jpg');
}
#player-header-bloc  #back-color {
    background: linear-gradient(to bottom, rgba(240,240,240,0), rgba(240,240,240,0.95) 66%, rgba(240,240,240,1.00) 100%);
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#player-header-bloc  #player-header-info {
    width: 100%;
    max-width: 1500px;
    position: absolute;
    z-index: 2;
    /*background-color: rgba(255,255,255,0.1);*/
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
#player-header-bloc  #player-header-info img {
    margin-top: 55px;
    width: 375px;
}
#player-header-bloc #player-name {
    color: #1f1f1f;
    font-size: 5.00em;
    position: absolute;
    bottom: 430px;
    left: 0;
    right: 0;

    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    text-shadow: 0 2px 1px #fff;
    z-index: 3;
}
#player-header-bloc #number {
    color: #d4ae19;
    font-size: 15em;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    font-weight: 500;
    line-height: 0.90em;
    text-shadow: 2px 2px 0 #1f1f1f;
    z-index: -1;
    opacity: .5;
    line-height: .8;
}
#player-info {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    font-size: 1.25em;
    text-shadow: 0 1px 1px #fff;
    height: 425px;
    overflow: hidden;
    z-index: 2;
    margin-bottom: 15px;
}
#player-info #player-picture {
    flex: 1;
    position: relative;
    text-align: center;
    max-width: 500px;
}
#player-info #player-picture img {
    margin: auto;
    max-width: 320px;
}
#player-info #player-picture #copyright {
    position: absolute;
    bottom: 0;
    color: #1f1f1f;
    text-shadow: 0 1px 1px #fff;
    width: 100%;
    text-align: center;
    padding-bottom: 3px;
    padding-top: 50px;
    background: linear-gradient(to bottom, rgba(240,240,240,0), rgba(240,240,240,1));
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75em;
}
#player-info #player-stats,
#player-info #player-id {
    flex: 1;
    display: flex;
    flex-direction: column;
}
#player-info #player-id {
    flex: 1;
    height: 100%;
    overflow: hidden;
    justify-content: flex-end;
}
#player-info #player-id .title,
#player-info #player-id .info {
    line-height: 1;
    float: left;
    font-size: 1.15em;
}
#player-info #player-id #info .line {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: .5em;
}
#player-info #player-id #info .line:last-child {
    padding-bottom: 0;
}
#player-info #player-id .title {
    flex: 2;
}
#player-info #player-id .info {
    flex: 3;
    text-transform: uppercase;
    font-weight: 700;
}
#player-info #player-id .info img {
    margin: 0 10px 0 5px;
    width: 25px;
    border: 1px solid #111;
}
#player-info #player-id .info:after {
    background: rgba(17,17,17,0.15);
    content: "";
    width: 50%;
    margin: 5px 25%;
    height: 1px;
    float: left;
}
#player-info #player-id .info:last-child::after {
    display: none;
}
#player-stats,
#player-career {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    font-weight: 700;
    margin-bottom: 15px;
}
#player-info #player-id #info  {
    display: flex;
    flex-direction: column;
}
#player-stats #stats {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.content-title
{
    position: relative;
    padding-bottom: 5px;
    font-size: 1.85rem;
    margin-bottom: 15px;
    text-shadow: none;
    font-weight: 700;
    color: #1f1f1f;
    line-height: 1.50em;
    width: 100%;
    text-align: center;
}
.content-title span {
    background: rgb(240,240,240);
    text-transform: uppercase;
    padding: 0 .25em;
}
.content-title::after {
    /*background: linear-gradient(to left, #f0f0f0 0%, #d4ae19 20px, #d4ae19 calc(100% - 20px), #f0f0f0 100%);*/
    background: #d4ae19;
    content: "";
    width: 100%;
    left: 0;
    margin: 0;
    height: 3px;
    position: absolute;
    bottom: calc(50% + 3px);
    z-index: -1;
}
#player-career .title
{
    position: relative;
    padding-bottom: 5px;
    font-size: 1.50em;
    margin-bottom: 15px;
}
#player-career .title::after {
    background: #ee332e;
    content: "";
    width: 8%;
    right: 92%;
    margin: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
}
#player-stats #stats .stat {
    flex: 1;
    min-width: 20%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #d4ae19;
    margin: 0 20px 20px 20px;
    border: 2px solid #d4ae19;
}
#player-stats #stats .stat:nth-child(4n+1) {
    margin-left: 0;
}
#player-stats #stats .stat:nth-child(4n) {
    margin-right: 0;
}
#player-stats #stats .stat:nth-child(n+5) {
    margin-bottom: 0;
}
#player-stats #stats .stat .data {
    font-size: 2.5em;
    line-height: 1em;
    padding: .25em 0;
    width: 100%;
    text-align: center;
    color: #d4ae19;
    background: #f0f0f0;
    font-weight: 700;
}
#player-stats #stats .stat span {
    text-transform: uppercase;
    font-size: 1.25em;
    color: #f0f0f0;
    font-weight: 500;
}
#player-career #stations {
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow-y: auto;
}
#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: 5px;
    width: 10px;
    background-color: none;
}
#player-trophies #trophies::-webkit-scrollbar-thumb,
#player-career #stations::-webkit-scrollbar-thumb {
    background-color: #d4ae19;
    border: none;
}
#player-career #stations .station {
    flex: 1;
    max-width: 20%;
    min-width: 20%;
    position: relative;
    padding-bottom: 5px;
    text-align: center;
    padding: 0 2.5%;
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-bottom: 10px;
}
#player-career #stations .station:first-child {
    margin-left: auto;
}
#player-career #stations .station:last-child {
    margin-right: auto;
}
#player-career #stations .station .logo {
    position: relative;
}
#player-career #stations .station .info {
    position: relative;
    flex: 3;
    display: flex;
    flex-wrap: wrap;
}
#player-career #stations .station .logo img {
    width: 125px;
}
#player-career #stations .station .logo .country {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    height: 40px;
    border-radius: 50%;
    width: 40px;
    border: 1px solid #111;
    left: calc(50% - 21px);
}
#player-career #stations .station .logo .country img {
    margin: auto;
    width: 68px;
    height: 100%;
    position: absolute;
    top: 0;
    height: 40px;
    left: -14px;
}
#player-career #stations .station .logo .country img:nth-child(2) {
    border: none;
}
#player-career #stations .station .name {
    text-transform: uppercase;
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 15px;
    min-width: 100%;
}
#player-career #stations .station .name .period {
    font-size: 0.85em;
}
#player-career #stations .station .name a:hover {
//text-decoration: underline;
    color: #d4ae19;
}
#player-career #stations .station .match {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    background: #d4ae19;
    border: 2px solid #d4ae19;
    max-width: 5.25em;
    margin: auto;
    margin-right: 5px;
}
#player-career #stations .station .match:last-child {
    margin-left: 5px;
    margin-right: auto;
}
#player-career #stations .station .match .data {
    flex: 1;
    font-size: 2.00em;
    color: #d4ae19;
    text-align: center;
    background: #f0f0f0;
    width: 100%;
}
#player-career #stations .station .match .info {
    flex: 1;
    font-size: 1.15em;
    position: relative;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    color: #f0f0f0;
}
#player-articles,
#player-fweb,
#player-web,
#player-news,
#player-trophies,
#gallery-content {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    margin-bottom: 15px;
}
#player-articles .articles,
#player-fweb .articles,
#player-web .articles,
#player-news .newss,
#player-trophies #trophies {
    width: 100%;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}
.articles .title {
    position: relative;
    font-size: 1.50em;
    width: calc(100% - 10px);
    margin: 5px;
    font-weight: 700;
    height: 4.00em;
    display: flex;
    align-content: center;
    align-items: center;
}
#player-web .articles .title {
    font-size: 1.25em;
}
.articles .auteur,
.articles .cont {
    position: relative;
    width: calc(100% - 10px);
    margin: 5px;
}
.articles .auteur {
    font-size: 0.90em;
}
#player-articles .articles a {
    max-width: calc(100% / 3);
    margin: 0 10px;
    overflow: hidden;
    height: auto;
    flex: 1;
    position: relative;
    box-sizing: border-box;
    box-shadow: unset;
    border: 2px solid #d4ae19;
    border-radius: 15px;
    background: #f0f0f0;
}
#player-articles .articles a .imgBack {
    width: 100%;
    height: 250px;
    background-position: center center;
    background-size: cover;
}
#player-fweb .articles a .imgBack {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: 120% auto;
    border-radius: 15px;
    transition-duration: 2s;
}
#player-articles .articles a .imgBack,
#player-web .articles a .imgBack {
    border-radius: 15px;
    transition-duration: 2s;
}
#player-fweb .articles a:hover .imgBack {
    background-size: 130% auto;
}
#player-articles .articles a:nth-child(3n+1) {
    margin-left: auto;
}
#player-articles .articles a:last-child,
#player-articles .articles a:nth-child(3n) {
    margin-right: auto;
}
#player-fweb .articles a {
    max-width: calc(100% / 4);
    margin: 0 10px;
    overflow: hidden;
    height: auto;
    flex: 1;
    position: relative;
    box-sizing: border-box;
    box-shadow: unset;
    border: 2px solid #d4ae19;
    border-radius: 15px;
    background: #f0f0f0;
}
#player-articles .articles a:hover,
#player-web .articles a:hover,
#player-fweb .articles a:hover {
    background: rgb(237,234,219);
}
#player-articles .articles a .article,
#player-fweb .articles a .article,
#player-web .articles a .article {
    border: 5px solid #f0f0f0;
    border-radius: 15px;
    overflow: hidden;
}
#player-articles .articles a:hover .article,
#player-web .articles a:hover .article,
#player-fweb .articles a:hover .article {
    border: 5px solid rgb(237,234,219);
}
#player-fweb .articles a:nth-child(4n+1) {
    margin-left: auto;
}
#player-fweb .articles a:last-child,
#player-fweb .articles a:nth-child(4n) {
    margin-right: auto;
}
#player-web .articles a {
    max-width: calc((100% - 4*20px)/5);
    margin: 0 10px;
    overflow: hidden;
    height: auto;
    flex: 1;
    position: relative;
    box-sizing: border-box;
    box-shadow: unset;
    border: 2px solid #d4ae19;
    border-radius: 15px;
    background: #f0f0f0;
}
#player-web .articles a:nth-child(5n+1) {
    margin-left: auto;
}
#player-web .articles a:last-child,
#player-web .articles a:nth-child(5n) {
    margin-right: auto;
}
#main-content #player-web .article .imgBack {
    width: 100%;
    height: 150px;
    background-position: center center;
    background-size: 100% auto;
    filter: blur(0px);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
#main-content #player-web .article:hover .imgBack {
    background-size: 115% auto;
    filter: blur(0px);
}
#main-content #player-web .article .imgBack img {
    max-width: 90%;
    padding: 10px 5%;
    position: relative;
    opacity: 0;
    margin: auto;
}
#main-content #player-web .article .imgBack .source {
    margin: auto;
    z-index: 1000;
    position: absolute;
    text-align: center;
}
#main-content #player-web .article:hover .imgBack .source {
    background: rgba(237,234,219,1);
}
#main-content #player-web .article:hover .imgBack img {
    opacity: 1;
}
#main-content #player-web .article .imgBack .back {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#main-content #player-web .article:hover .imgBack .back {
    filter: grayscale(100%) blur(2px);
}
#player-fweb .articles a .title,
#player-web .articles a .title {
    margin-top: 0;
}
#player-web .articles a .auteur {
    position: absolute;
    bottom: -5px;
    background: #f0f0f0;
    width: auto;
    padding: 2px 15px;
    z-index: 10000;
    font-weight: 700;
    font-size: 0.75em;
    border-radius: 15px 15px 0 0;
}
#player-web .articles a:hover .auteur {
    display: none;
}
#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% - 4*20px)/5);
    margin: 0 10px;
    overflow: hidden;
    height: auto;
    float: left;
    position: relative;
    padding: 5px 0;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#news-content .news:nth-child(5n+1) {
    margin-left: auto;
}
#news-content .news:last-child,
#news-content .news:nth-child(5n) {
    margin-right: auto;
}
#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;
    line-height: 1.50em;
    margin-left: 18%;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: 700;
}
#player-trophies #trophies {
    flex-wrap: wrap;
    text-align: center;
}
#trophies .trophy {
    width: calc((100% - 3*20px)/4);
    margin: 0 10px;
    height: auto;
    float: left;
    position: relative;
    padding: 5px 0;
    box-sizing: border-box;
//box-shadow: 0 0 5px rgba(0,0,0,0.5);
//cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#trophies .trophy .img {
    flex: 2;
}
#trophies .trophy .img img {
    width: 100px;
}
#trophies .trophy .info {
    flex: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.45em;
    font-weight: 700;
}
#trophies .trophy::after {
    background: rgba(255,255,255,0.125);
    content: "";
    width: 1px;
    right: -8px;
    margin: 0;
    height: 50%;
    position: absolute;
    bottom: 25%;
}
#trophies .trophy .times {
    font-size: 0.85em;
}
#trophies .trophy:nth-child(4n)::after,
#trophies .trophy:last-child::after {
    display: none;
}
#trophies .trophy:nth-child(4n+1) {
    margin-left: auto;
}
#trophies .trophy:last-child,
#trophies .trophy:nth-child(4n) {
    margin-right: auto;
}
.home-games .game.hide {
    display: none;
    opacity: 0;
}
.home-games .game,
.home-games .game.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;
}
#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 {
    margin-top: 135px;
    /*background: #191919;*/
    font-size: 1.25rem;
    padding: 10px;
    box-sizing: border-box;
}
#page-content #partners,
#page-content .content {
    width: 100%;
    max-width: 900px;
    margin: auto;
    text-align: center;
}
#page-content .content p {
    text-align: justify;
    text-indent: 10px;
}
#partners h3,
#page-content .content h3 {
    position: relative;
}
#partners h3::after,
#page-content .content h3::after {
    background: #d3d3d3;
    content: "";
    width: 115px;
    left: calc((100% - 115px)/2);
    margin: 0;
    height: 1px;
    position: absolute;
    bottom: -6px;
}
#page-content .content img {
    filter: drop-shadow(0 0 5px #000);
    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;
}
#article-content {
    margin-top: 120px;
//background: #191919;
}
#article-content #back {
    width: 100%;
    position: relative;
    height: 525px;
    overflow: hidden;
}
#article-content #back #pic {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    bottom: 1px;
}
#article-content #back::after {
    content: '';
    position: absolute;
    z-index: 10;
    background: linear-gradient(to bottom, rgba(240,240,240,0), rgba(240,240,240,1));
    height: 50px;
    left: 0;
    right: 0;
    bottom: 0;
}
#article-content #title {
    color: #1f1f1f;
    text-shadow: unset;
    font-size: 2.25em;
    font-weight: 700;
    text-align: left;
    width: 100%;
    margin: 1rem auto;
    padding: 0 10px;
    box-sizing: border-box;
}
#article-album .button-left {
    left: 5px;
}
#article-album .button-right {
    right: 5px;
}
#article-album .button-left,
#article-album .button-right {
    height: 1.00em;
    width: auto;
    background: rgba(31,31,31,0.75);
    position: absolute;
    opacity: 0.75;
    cursor: pointer;
    color: #d3d3d3;
    font-size: 3.00rem;
    padding: 5px 0.25em;
    z-index: 1;
    line-height: 0.80em;
    top: calc((100% - 1.00em - 2px)/2);
//border: 1px solid #191919;
    user-select: none;
    -webkit-user-select: none;
}
#article-album .button-left:hover,
#article-album .button-right:hover {
    opacity: 1;
    background: rgba(31,31,31,0.95);
}
#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 #1f1f1f;
    background: #1f1f1f;
    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: -10px;
}
#article-content #pictures .picture .legend,
#article-content #article-album .picture #legend {
    text-align: center;
    position: absolute;
    height: auto;
    width: 100%;
    color: #d3d3d3;
    padding: 5px 0;
    bottom: 0;
    background: rgba(31,31,31,0.75);
    font-size: 1.00rem;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.01em;
    font-weight: 700;
    text-shadow: 0 0 1px #191919;
}
#article-content #pictures .picture .legend strong {
    margin-left: 5px;
}
#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(31,31,31,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: 700;
}

#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% - 40px)/5);
    box-sizing: border-box;
    padding: 5px 0;
    display: inline-block;
    border: 2px solid #f0f0f0;
    border-radius: 10px;
}
#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(5n+1) {
    margin-left: auto;
}
#quickAccess .article-game:nth-child(2n),
#quickAccess .article-game:last-child,
#quickAccess .article-player:nth-child(5n),
#quickAccess .article-player:last-child {
    margin-right: auto;
}

#quickAccess .article-club .name,
#quickAccess .article-player .name {
    font-weight: 700;
    margin: 5px 0 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.10em;
    height: 2.50em;
}
#quickAccess .article-player .name {
    margin: 5px 0 5px 0;
    font-size: 1.00rem;
    height: 3.00rem;
}
#quickAccess .article-player:hover .name {
    /*color: #d4ae19;*/
}
#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: #d3d3d3;
    color: #1f1f1f;
    font-weight: 700;
    font-size: 3.00rem;
    padding-top: 3px;
    padding-bottom: 7px;
    line-height: 1.00em;
    flex: 2;
    white-space: nowrap;
}
/*
#quickAccess .article-game:hover .score {
        background: #d4ae19;
}
*/
#quickAccess .article-player .player {
    padding: 0;
    position: relative;
}
#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(240,240,240,1));
}
#quickAccess .article-player:hover .player .bck-player {
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(237,234,219,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;
}
#quickAccess .article-game .name {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 8px;
}
#quickAccess .article-game .name .hall {
    font-weight: 400;
    padding-top: 0.15em;
    overflow: hidden;
}
#quickAccess .article-game:hover .name {
    /*color: #d4ae19;*/
}
#quickAccess .profileLink {
    margin: 5px 0;
}
#quickAccess .article-player:hover,
#quickAccess .article-club:hover,
#quickAccess .article-game:hover,
#quickAccess .article-related:hover {
    background: rgb(237,234,219);
    border-color: #d4ae19;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.85);*/
}

.article-tags {
    margin: auto;
    margin-top: 1.00em;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 1.00em;
}
.article-tags a {
    box-sizing: border-box;
    cursor: pointer;
    padding: 0.25em 0.50em;
    margin: 0;
    margin-right: .50em;
    margin-bottom: .50em;
    line-height: 1.00em;
    color: #eee;
    font-size: 1.00rem;
    background: #09c;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
}
.article-tags a:hover {
    background: linear-gradient(to bottom, rgba(0,153,204,1) 0%, rgba(0,102,136,1) 100%);
}
.article-tags a:last-child {
    margin-right: 0;
}

#article-author {
    max-width: 100%;
    display: flex;
    margin: 0 10px;
    margin-bottom: 1em;
    border-bottom: 2px solid #d4ae19;
    box-sizing: border-box;
}
#no-comment {
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 10px;
}
#article-author img {
    width: 23px;
    height: 23px;
    border: 2px solid #d4ae19;
    border-bottom: none;
    margin-right: 5px;
    align-self: flex-end;
}
#article-author #author-name,
#article-author #author-date {
    font-size: 0.85rem;
    font-weight: 700;
}
#article-author #author-name i {
    margin-right: 10px;
    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-selection .team-selection .bck-logo {
    position: absolute;
    width: 100%;
    top: 5.00em;
    z-index: 0;
    text-align: center;
}
#game-selection .team-selection .bck-logo img {
    width: 175px;
    margin: auto;
    filter: grayscale(100%);
    opacity: 0.05;
}
#game-selection .team-selection .player {
    display: flex;
    flex-direction: row;
    margin-bottom: .5em;
    z-index: 1;
}
#game-selection .team-selection:first-child .player {
    flex-direction: row-reverse;
}
/*
#game-selection .team-selection .player:nth-child(odd) {
    //background: rgba(0,0,0,0.125);
    background: linear-gradient(to left, rgba(31,31,31,0) 0%, rgba(0,0,0,0.15) 10%, rgba(0,0,0,0.15) 90%, rgba(31,31,31,0) 100%);
}
*/
#game-selection .team-selection .player .number {
    flex: 1;
    background: rgba(221,221,221,0.125);
    font-weight: 700;
    text-align: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
    max-width: 2em;
}
/*
#game-selection .team-selection .player .gk,
#game-selection .team-selection .player .gks {
    background: rgba(168,136,50,0.25);
}
#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: 0px;
    width: 2rem;
    text-align: left;
    font-size: 0.55em;
    background: #1f1f1f;
    z-index: -1;
    color:  #d4ae19;
    text-align: center;
}
#game-selection .team-selection:first-child .player .cp:after {
    left: 0;
}
#game-selection .team-selection:last-child .player .cp:after {
    right: 0;
}
#game-selection .team-selection .player .number span {
    margin: auto;
    position: absolute;
    right: 0;
    line-height: 1;
    color: #f0f0f0;
    background: #d4ae19;
    width: 2em;
    padding: .25em 0;
    font-size: 1rem;
    height: 1em;
    top: calc((100% - 1.5em)/2);
}
#game-selection .team-selection .player .number.gk span,
#game-selection .team-selection .player .number.gks span {
    color: #1f1f1f;
}
#game-selection .team-selection:first-child .player .number span {
    left: 0;
    right: unset;
}
#game-selection .team-selection .player .name {
    flex: 5;
    margin: auto;
    border-bottom: 2px solid #d4ae19;
    height: 3.50rem;
    box-sizing: border-box;
    padding: 0 .5em;
    white-space: nowrap;
    overflow-x: hidden;
}
#game-selection .team-selection:first-child .player .name {
    text-align: right;
}
#game-selection .team-selection .player .name img:first-child {
    margin-left: 25px;
}
#game-selection .team-selection .player .picture {
    flex: auto;
    height: 3.5rem;
    position: relative;
    padding-top: 2px;
    overflow: hidden;
    border: 2px solid #d4ae19;
    max-width: 3.25rem;
    box-sizing: border-box;
}
#game-selection .team-selection .player .statsShort {
    flex: 3;
    display: flex;
    align-items: center;
}
#game-selection .team-selection:first-child .player .statsShort {
    justify-content:flex-end;
}
#game-selection .team-selection .player .statsShort i {
    margin: 0 0.25em;
}
#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-header {
    width: 100%;
    background-image: url('/mvc/public/images/122/game_back.jpg');
    background-position: center center;
    background-size: cover;
    margin-top: 60px;
    position: relative;
    margin-bottom: 1.5em;
}
#game-header #content,
#game-menu #game-menu-content {
    margin: auto;
    width: 100%;
    max-width: 1500px;
    position: relative;
}
#game-header #content {
    padding-top: 60px;
}
#game-header #bck {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.75);
}
#game-header #content #info {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 55px;
    text-transform: uppercase;
    text-align: center;
    padding: 2em 0;
    box-sizing: border-box;
}
#game-header #content #info span {
    margin: auto;
    width: 100%;
    font-size: 1.75rem;
    font-weight: 700;
    padding: .25em 0;
}
#game-header #content #teams {
    display: flex;
    padding: .5em 0;
    align-items: center;
}
#game-header #content #teams .club {
    margin: auto;
    width: 90%;
    color: #1f1f1f;
    font-weight: 700;
    font-size: 2.25rem;
    text-transform: uppercase;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 10px 0;
    position: relative;
    height: 6.0rem;
    align-items: center;
    justify-content: flex-end;
}
#game-header #content #teams .club:last-child {
    flex-direction: row-reverse;
}
#game-header #content #teams .no-score {background: #d4ae19;
    color: #f0f0f0;
    font-size: 5em;
    width: 2em;
    height: 1em;
    line-height: .85;
    font-weight: 700;
    opacity: .5;
    margin: auto .25em;
}
#game-header #content #teams .club img {
    width: 75px;
    margin-right: 0;
    margin-left: 20px;
}
#game-header #content #teams .club:last-child img {
    margin-right: 20px;
    margin-left: 0;
}
#game-header #content #teams .club span {
    font-size: 5.00rem;
    text-align: right;
    flex: auto;
    opacity: 0.85;
    line-height: 1;
    height: auto;
    width: 2.00em;
    color: #d4ae19;
    background: rgba(240,240,240,.75);
    border: 3px solid #d4ae19;
    text-align: center;
    position: relative;
    margin: 0 20px;
    line-height: 1;
    padding: .125em 0;
    display: block;
    max-width: 2em;
}
#game-header #content #teams .club span::after {
    height: 3px;
    width: 25px;
    top: calc((100% - 3px)/2);
    content: "";
    position: absolute;
    background: #d4ae19;
}
#game-header #content #teams .club:first-child span::after {
    right: -25px;
}
#game-header #content #teams .club:last-child span::after {
    left: -25px;
}
#game-header #content #teams .club .shootout {
    position: relative;
    text-shadow: 0 0 2px #000;
    border: 1px solid #d4ae19;
    color: #d4ae19;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    margin-left: 10px;
}
#game-header #content #competition {
    position: absolute;
    bottom: 75px;
    right: 0;
    width: 50%;
    transform: rotate(0deg);
    filter: grayscale(100%);
    opacity: 0.125;
    overflow: hidden;
    text-align: center;
}
#game-header #content #competition img {
    width: 275px;
    margin: auto;
}
#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(25,25,25,1));
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}
#game-menu {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    background: linear-gradient(to bottom, rgba(240,240,240,0) 0%, rgba(240,240,240,1) 100%);
}
#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: .5em 0;
    text-align: center;
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    text-shadow: 0 0 2px #fff;
    border-bottom: 5px solid rgba(0,0,0,0);
    cursor: pointer;
}
#game-menu #game-menu-content span.active {
    color: #d4ae19;
    border-bottom: 5px solid #d4ae19;
}
#game-menu #game-menu-content span:hover {
    border-bottom: 5px solid #1f1f1f;
}
#game-menu #game-menu-content span.active:hover {
    border-color: initial;
}
#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 {
    font-size: 0.85em;
    margin-bottom: 5px;
    margin-right: .5em;
}
#game-calendar {
    width: 100%;
    display: flex;
    flex-direction: column;
}
#game-calendar .training,
#game-calendar .game,
#game-calendar .month {
    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) {
    background: linear-gradient(to left, rgba(240,240,240,1) 0%, rgba(230,230,230,1) 10%, rgba(230,230,230,1) 90%, rgba(240,240,240,1) 100%);
}
#game-calendar .game .competition,
#game-calendar .game .logo {
    flex: 1;
    position: relative;
    overflow: hidden;
    height: 100%;
    text-align: center;
    display: flex;
}
#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 .competition img {
    width: 30px;
    margin: auto;
}
#game-calendar .game .logo img {
    margin: auto;
    width: 30px;
}
#game-calendar .game .teamH,
#game-calendar .game .teamA {
    flex: 3;
    font-weight: 700;
    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-size: .85em;
}
#game-calendar .training .info {
    flex: 4.5;
    text-align: center;
    font-weight: 700;
    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: #111;
    background: #eee;
    font-weight: 700;
    cursor: pointer;
    line-height: 1;
    padding: 5px;
    margin: 0 2.5px;
    font-size: 0.85rem;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #bbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#game-calendar .training .details .link:hover,
#game-calendar .game .details .link:hover,
#info-ajax .link {
    background: #d4ae19;
}
#info-ajax .link:hover {
    background: #333;
    color: #eee;
}
#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;
}
#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 #eee;
    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: #d4ae19;
    top: -16px;
    position: absolute;
    left: -8px;
    filter: drop-shadow(0 0 2px #1f1f1f);
}
#game-calendar .game .score,
#form .form-team .form-game .score {
    background: #eee;
    color: #111;
    flex: 1;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    font-size: 1.45rem;
    padding: 5px 0;
    white-space: nowrap;
    box-sizing: border-box;
    border: 1px solid #bbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#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 #ddd;
    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 #ddd;
    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: auto;
    max-width: 100%;
    padding: 0.25em;
    box-sizing: border-box;
}
#duels .chart.goal .graph .club-goals img {
    bottom: 5px;
}
#duels .chart .element img {
    opacity: 1;
    z-index: 2;
    filter: grayscale(0%);
    bottom: 45px;
    width: auto;
    max-width: 100%;
    padding: 0.25em;
    box-sizing: border-box;
}
#duels .chart.goal .graph .club-goals .nb,
#duels .chart .element .nb {
    font-weight: 700;
    position: absolute;
    font-size: 1.25em;
    z-index: 3;
}
#duels .chart .element .nb {
    width: 30px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0);
    position: absolute;
    top: 0;
    background: #d4ae19;
    color: #f0f0f0;
    line-height: 1;
    padding: .125em;
    width: 1.5em;
    display: none;
}
#duels .chart .element::after {
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: calc((100% - 3px)/2);
    width: 3px;
    background: #d4ae19;
    z-index: -1;
    display: none;
}
#duels .chart .element:hover .nb,
#duels .chart .element:hover::after {
    display: initial;
}
#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: 700;
    text-transform: uppercase;
    font-size: 1.25rem;
}
#related #competition-table .line {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    padding: 7.5px 0;
}
#related #competition-table .line.club {
    color: #d4ae19;
    text-shadow: 0 0 2px #000;
}
#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 #ddd;
}
#related #table-3 #competition-table .line:nth-child(9),
#related #table-3 #competition-table .line:nth-child(10) {
    border-bottom: 2px solid #ddd;
}
#related #table-4 #competition-table .line:nth-child(2),
#related #table-4 #competition-table .line:nth-child(3) {
    border-bottom: 2px solid #ddd;
}
#related #competition-table .line:nth-child(odd) {
    background: linear-gradient(to left, rgba(31,31,31,1) 0%, rgba(25,25,25,1) 10%, rgba(25,25,25,1) 90%, rgba(31,31,31,1) 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: 35px;
}
#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:nth-child(odd) {
    background: linear-gradient(to left, rgba(240,240,240,1) 0%, rgba(230,230,230,1) 10%, rgba(230,230,230,1) 90%, rgba(240,240,240,1) 100%);
}
#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;
    border-radius: 10px;
    font-size: 1.25em;
    width: 35px;
    margin: auto;
    line-height: 1.10;
    height: 1.10em;
}
#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.25rem;
    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 #ddd;
    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: #f0f0f0;
    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;
}
#form .form-guide #squad .player-box:hover .name,
#form .form-guide #squad .player-box:hover .img-back {
    color: inherit;
    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 .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: 700;
    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;
}
#page-menu {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 15px;
}
#page-menu span {
    font-weight: 700;
    font-size: 1.25rem;
    text-align: center;
    flex: 1;
}
#page-menu span.unactive {
    background: #d3d3d3;
    color: #1f1f1f;
    cursor: pointer;
}
#page-menu span.unactive:hover {
    background: #d4ae19;
    color: #1f1f1f;
}
#page-menu span i {
    margin-right: 10px;
}
#loadMoreArticles,
#loadMoreFweb,
#loadMorePress {
    width: calc(100% - 20px);
    display: inline-block;
    padding: 5px 0;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    color: #1f1f1f;
    box-sizing: border-box;
    margin: 10px;
    border: 2px solid #d4ae19;
    border-radius: 15px;
}
#loadMoreArticles:hover,
#loadMoreFweb:hover,
#loadMorePress:hover {
    background: rgb(237,234,219);
}
#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);
    max-width: calc((100% - 60px)/4);
    margin: 10px;
}
#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;
}
.fa-futbol-o {
    position: relative;
}
.player .fa-futbol-o.m10::after,
.player .fa-futbol-o.pen::after {
    position: absolute;
    bottom: -9px;
    font-size: 0.85rem;
    z-index: 1;
    font-weight: 700;
    width: 17px;
    height: 17px;
    color: #111;
    background: #d4ae19;
    /*
    color: #eee;
    background: rgba(26,26,26,1);
    border: 1px solid #eee;
    box-shadow: 0 0 1px #eee;
    */
    border: 2px solid rgba(26,26,26,1);
    border-radius: 50%;
    right: -9px;
    text-align: center;
    line-height: 1.25;
}
.player:nth-child(even) .fa-futbol-o.m10::after,
.player:nth-child(even) .fa-futbol-o.pen::after {
    /*background: rgba(31,31,31,1);*/
    border-color: rgba(31,31,31,1);
}
#game-selection .team-selection .player .statsShort .fa-futbol-o.m10::after,
#game-selection .team-selection .player .statsShort .fa-futbol-o.pen::after {
    background: rgba(31,31,31,1);
    border-color: #d3d3d3;
    color: #d3d3d3;
    font-size: 0.60em;
    line-height: 1.35em;
}
.fa-futbol-o.m10::after {
    content: "10";
}
.fa-futbol-o.pen::after {
    content: "P";
}
#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 #000;
    font-size: 1.00rem;
    cursor: pointer;
    text-shadow: 0 0 1px #000;
    font-weight: 600;
    text-align: left;
}
#share-box .share i {
    text-align: center;
    position: relative;
    padding: 0 10px;
    font-size: 1.00rem;
}
#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(241,241,241,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(25,25,25,0) 0%, rgba(25,25,25,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: #1f1f1f;
    /*filter: drop-shadow(0 0 1px #000);*/
    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;
    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;
}
#game-quotes .quote .comment .name {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-weight: 600;
    font-size: 1.00em;
}
.loader {
    border: 20px solid #d3d3d3;
    border-top: 20px solid rgba(241,241,241,0.125);
    border-bottom: 20px solid rgba(241,241,241,0.125);
    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(31,31,31,0.75);
    background-color: rgba(31,31,31,0.75);
}
#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.45em;
    bottom: -5px;
}
#stats-table table tr:nth-child(n+2),
#competition-table table tr:nth-child(n+2) {
    border-top: 1px solid #333;
}
#game-stats {
    text-align: center;
    width: 100%;
}
#game-stats .stat {
    width: 33%;
    margin: auto;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 2%;
}
#game-stats .chart-bloc {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#game-stats .chart-bloc .data {
    font-weight: 500;
    font-size: 3.00em;
    flex: 3;
    text-align: center;
}
#game-stats .chart-bloc .chart-bar {
    flex: 3;
    height: 3em;
    box-sizing: border-box;
    border: 2px solid #1f1f1f;
    border-radius: 1.5em;
    overflow: hidden;
    position: relative;
}
#game-stats .chart-bloc .chart-bar .away,
#game-stats .chart-bloc .chart-bar .home {
    position: absolute;
    height: 100%;
    top: 0;
}
#game-stats .chart-bloc .chart-bar .away {
    right: 0;
}
#game-stats .chart-bloc .chart-bar .home {
    left: 0;
}
#game-stats .content-title {
    font-size: 1.50em;
}
.chart-circle {
    width: 3.00em;
    height: 3.00em;
    background: none;
    border-radius: 50%;
    overflow: hidden;
    margin: 5px;
    position: relative;
    border: 3px solid #1b1b1b;
}
.chart-circle .half {
    position: absolute;
    left: 50%;
    width: 50%;
    height: 100%;
    background: #aaa;
}
.chart-circle .prc {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 100%;
    background: #d3d3d3;
    bottom: 0;
    transform-origin: center left;
}
#stats-table table tr td a:hover {
    color: #d4ae19;
}