body {
    /*font-family: 'News Cycle', sans-serif;*/
    font-family: 'Saira Condensed', sans-serif;
    /*background-color: #d64e4a;*/
    background-color: #eee;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    /*background-image: url('/mvc/public/images/118/bck/1.jpg');*/
    /*color: #eee;*/
    color: #111;
    margin: 0;
    padding: 0;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.content-title {
    position: relative;
    font-size: 1.85rem;
    text-shadow: none;
    font-weight: 400;
    color: #d32723;
    line-height: 1.5;
    width: auto;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.content-title::after {
    background: #d32723;
    content: "";
    width: 125px;
    left: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
}
#main-body,
#body-content {
    width: 100%;
    max-width: 1500px;
    margin: auto;
}
#main-body {
    margin: 135px auto 15px auto;
}
#game-menu-icon,
#menu-icon {
    display: none;
}
.menu-top,
.menu-fix {
    width: 100%;
    z-index: 100;
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
    color: #d32723;
}
.menu-top {
    position: absolute;
    height: 95px;
    text-shadow: 0 0 5px #eee;
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(238,238,238,0.5) 60%, rgba(0,0,0,0) 100%);
}
.menu-fix {
    position: fixed;
    height: 55px;
    background-color: #eee;
    border-bottom: 3px solid #d32723;
    box-shadow: 0 0 5px #111;
}
#menu-content {
    width: 100%;
    max-width: 1500px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    height: 100%;
    padding: 0;
    font-weight: 600;
}
#menu-content a {
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    margin: 0;
    padding: 0;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.menu-fix #menu-content a {
    height: 100%;
}
.menu-fix #menu-content a:first-child:hover {
    background: rgba(0,0,0,0);
}
.menu-top #menu-content a img {
    height: 75px;
    padding: 10px 0;
}
.menu-fix #menu-content a img {
    height: 45px;
    padding: 5px 0;
}
.menu-top #menu-content a,
.menu-top #menu-content a:first-child:hover {
    border-bottom: 3px solid rgba(0,0,0,0);
}
.menu-top #menu-content a:first-child span,
.menu-fix #menu-content a:first-child span {
    display: none;
}
.menu-top #menu-content a.active,
.menu-top #menu-content a:hover {
    border-bottom: 3px solid #d32723;
}

.menu-fix #menu-content a.active,
.menu-fix #menu-content a:hover {
    background: #d32723;
    color: #eee;
}
.menu-fix #menu-content a:first-child.active,
.menu-top #menu-content a:first-child.active {
    border-bottom: 3px solid rgba(0,0,0,0);
    background: none;
}
.menu-fix #menu-content a img,
.menu-top #menu-content a img {
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
#main-news-box,
.main-news {
    width: 100%;
    opacity: 1;
    height: 1025px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}
#main-news-box {
    position: relative;
    margin-bottom: 2px;
}
#main-news-box .sub-cont {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    bottom: 200px;
    position: absolute;
    left: 0;
    right: 0;
}
.main-news {
    position: absolute;
}
.empty_main {
    height: 1025px;
    background-image: url('https://futsalweb.lu/mvc/public/images/tm/dfvghb.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hide {
    opacity: 0;
}
#home-display {
    width: 100%;
    //min-height: 350px;
    background-image: url('/mvc/public/images/118/bck/1.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: auto;
    position: relative;
    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,
.hide {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.main-news .content {
    position: absolue;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.35);
}
.main-news .sub .title {
    text-transform: uppercase;
    color: #111;
    text-shadow: 0 0 1px #eee;
    font-size: 3.25rem;
    font-weight: 500;
    line-height: 1;
    color: #d32723;
    position: relative;
    padding-bottom: 11px;
    margin-bottom: 8px;
}
.main-news .sub {
    text-transform: none;
    text-shadow: 0 0 1px #eee;
    font-size: 1.25rem;
    line-height: 1.25em;
    text-align: justify;
    margin-top: 10px;
    color: #111;
    position: absolute;
    max-width: 1390px;
    bottom: 25px;
    right: 0;
    background-color: rgba(238,238,238,0.45);
    padding: 15px;
    /*box-shadow: 0 0 5px 3px rgba(17,17,17,0.25);*/
    /*box-shadow: 0 10px 10px -10px #000;*/
    box-shadow: 0 30px 10px -30px #000;
    z-index: 2;
    font-weight: 500;
}
.main-news .sub .title::after {
    background: #d32723;
    content: "";
    width: 175px;
    left: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
}
#main-news-box #selecter {
    position: absolute;
    width: 100px;
    /*! max-width: 1500px; */
    margin: auto;
    bottom: 225px;
    display: flex;
    flex-direction: column;
    z-index: 10;
    left: calc((100% - 1500px)/2);
    /*! right: 0; */
    /*! float: left; */
}
#main-news-box #selecter span {
    position: absolute;
    height: 36px;
    border-radius: 0 10px 10px 0;
    background: #111;
    color: #eee;
    left: 100%;
    top: -1px;
    display: block;
    white-space: nowrap;
    font-weight: 500;
    font-size: 1.10rem;
    line-height: 34px;
    padding: 0 10px;
    opacity: 0;
    z-index: 2000;
}
#main-news-box #selecter .unactive:hover span,
#main-news-box #selecter .active:hover span {
    opacity: 1;
    z-index: 2000;
}
#main-news-box #selecter .active,
#main-news-box #selecter .unactive {
    width: 60px;
    height: 34px;
    margin: 5px 0;
    cursor: pointer;
    background-position: center center;
    background-size: cover;
    border: 1px solid #111;
    position: relative;
    overflow: hidden;
}
#main-news-box #selecter .active {
    opacity: 0.75;
}
#main-news-box #selecter .unactive {
    opacity: 0.75;
}
#main-news-box #selecter .unactive:hover,
#main-news-box #selecter .active:hover {
    opacity: 1;
    overflow: visible;
}
#main-news-box::after {
    content: " ";
    position: absolute;
    top:0;
    width: 100%;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(238,238,238,0.85) 80%, rgba(238,238,238,1) 100%);
    left: 0;
}
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: #d32723;
}
#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:hover .header .back {
    filter: grayscale(100%);
    opacity: 0.45;
}
#last-news .news .header .back,
#last-news .news:hover .header .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 .title {
    text-transform: uppercase;
    color: #111;
    font-size: 24px;
    line-height: 1.15em;
    padding: 5px 0;
    width: 100%;
    letter-spacing: 0.5px;
}
#last-news .news:hover .title {
    color: #d32723;
}
/*
#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;
}
#gallery {
    flex: 1;
    margin: auto;
    height: 450px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
    flex-direction: column;
    margin-bottom: 10px;
}
#gallery a {
    margin: 0;
    height: 215px;
    position: relative;
    overflow: hidden;
    width: 25%;
    height: 50%;
    padding: 0;
    display: inline-block;
}
#gallery a .back {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
}
#gallery a:first-child {
    width: 50%;
    height: 100%;
}
#gallery a:last-child {
    margin-right: 0;
}
#gallery a:hover .back {
    filter: grayscale(100%);
    opacity: 0.25;
}
#gallery a:hover {
    background-color: #d32723;
}
#gallery a .title {
    top: 100%;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #eee;
    font-size: 24px;
    text-transform: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-shadow: 0 0 1px #000;
}
#gallery a .title i {
    font-size: 2.75em;
    margin-bottom: 10px;
}
#gallery a .title .author {
    font-size: 0.50em;
}
#gallery a:hover .title {
    top: calc((100% - 135px)/2);
    bottom: 0;
}
#gallery a .back,
#gallery a:hover .back {
    -webkit-transition: filter 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -moz-transition: filter 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -o-transition: filter 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: filter 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
#gallery a,
#gallery a:hover {
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}
#gallery a .title,
#gallery a:hover .title {
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
}
#bottom {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0;
}
#bottom #sponsors,
#bottom #site-map,
#bottom #footer {
    height: auto;
}
#bottom #site-map,
#bottom #footer {
    width: 95%;
    padding: 10px 2.5%;
    height: auto;
}
#bottom #footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #d32723;
    color: #fff;
}
#bottom #footer .line {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#bottom #footer .links {
    width: 100%;
    text-align: center;
}
#bottom #footer .links a img {
    width: 35px;
    padding: 5px;
    border: 2px solid #fff;
    margin: auto 5px;
}
#bottom #footer .links a img:hover {
    width: 39px;
    padding: 3px;
    border: 2px solid #fff;
    margin: auto 5px;
}
/*
#bottom #footer .links a img,
#bottom #footer .links a img:hover {
        -webkit-transition: width 0.5s ease-in-out, padding 0.5s ease-in-out;
        -moz-transition: width 0.5s ease-in-out, padding 0.5s ease-in-out;
        -o-transition: width 0.5s ease-in-out, padding 0.5s ease-in-out;
        transition: width 0.5s ease-in-out, padding 0.5s ease-in-out;
}
*/
#bottom #footer .line a,
#bottom #footer .line div {
    flex: auto;
    text-align: center;
}
#bottom #footer .line div img {
    width: 85px;
}
#bottom #site-map {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background: rgba(17,17,17,0.50);
    color: #eee;
}
#bottom #site-map .bloc {
    flex: 1;
}
#bottom #site-map .bloc a,
#bottom #site-map .bloc h4 {
    width: 100%;
    display: block;
    position: relative;
}
#bottom #site-map .bloc h4 {
    margin: 5px 0;
    text-indent: 20%;
    min-height: calc(1em + 8px);
}
#bottom #site-map .bloc a i {
    bottom: 4px;
    position: absolute;
    right: 20%;
    opacity: 0.25;
}
#bottom #site-map .bloc a:hover i {
    opacity: 1;
}
#home-games {
    width: 100%;
    max-width: 1500px;
    margin: 10px auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    bottom: 0;
}
#home-games,
.home-games {
    height: 200px;
    display: flex;
    flex-direction: row;
    /*overflow: hidden;*/
}
.home-games {
    flex: 1;
    margin: 0 10px;
    position: relative;
    color: #111;
    /*background: rgba(238,238,238,0.5);*/
    /*box-shadow: 0 10px 10px -10px #000;*/
    box-shadow: 0 30px 10px -30px #000;
    border-radius: 0 0 5px 5px;
}
.home-games:hover {
    background: rgba(238,238,238,1);	
}
.home-games:first-child {
    margin-left: 0;
}
.home-games:last-child {
    margin-right: 0;
    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(17,17,17,0.25);
    font-weight: 500;
    text-transform: uppercase;
}
.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: #d32723;
    color: #eee;
}
.home-games .line .item img {
    width: 20px;
}
.home-games .line .team {
    flex: 3;
}
.home-games .game {
    position: absolute;
    width: 90%;
    height: auto;
    top: 0;
    left: 5%;
    right: 5%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    align-items: center;
}
.home-games .content-title {
    height: 28px;
}
.home-games .game .detail {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 125px;
}
.home-games .game .home,
.home-games .game .away {
    flex: 35;
    text-align: center;
    font-size: 20px;
}
.home-games .game .score,
.home-games .game .date-big {
    flex: 30;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
}
.home-games .game .score {
    font-size: 48px;
    font-weight: 700;
    color: #eee;
    background: #111;
    padding: 4px 0;
}
.home-games .game .date-big {
    font-size: 48px;
    border: 1px solid #111;
}
.home-games .game .date-big .day {
    font-size: 36px;
    color: #eee;
    background-color: #111;
    padding: 2px 0;
    font-weight: 700;
}
.home-games .game .date-big .hour {
    padding: 2px 0;
}
.home-games .game .home .name,
.home-games .game .away .name {
    display: flex;
    line-height: 0.95;
    height: 2.00em;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}
.home-games .game .home {
    left: 0;
}
.home-games .game .away {
    right: 0;
}
.home-games .game .link {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: auto;
    padding: 0;
    margin: 10px 0;
}
.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;
}
#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: #0f0f0f;
    /*background: #eee;*/
    padding: 0 6px;
    font-weight: bold;
    margin: 0 10px;
    text-transform: uppercase;
    border: 1px solid #0f0f0f;
}
#quickAccess .profileLink a {
    font-size: 0.85rem;
}
.home-games .game .link a {
    border: 1px solid rgba(25,25,25,1);
    background: none;
}
.home-games .game .link a:hover {
    border: 1px solid rgba(25,25,25,0);
    background: #d32723;
    color: #eee;
}
#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,
#quickAccess .profileLink a:hover {
    color: #eee;
    background: #d32723;
    border-color: #d32723;
}
#text .link a i,
#home-display .link a i,
.home-games .game .link a i,
#quickAccess .profileLink a i {
    margin-right: 10px;
}
.not-available {
    opacity: 0.5;
}
#calendar {
    background: #eee;
    margin-bottom: 15px;
    text-align: center;
    color: #111;
}
#month {
    width: 100%;
    display: flex;
    flex-direction: column;
    /*border: 1px solid #111;*/
    box-sizing: border-box;
}
#month .week {
    flex: 1;
    display: flex;
    flex-direction: row;
}
#month .week .day {
    min-height: 115px;
    flex: 1;
    margin: 5px;
    box-shadow: inset 0 0 2px #111;
    /*border-radius: 2px;*/
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid rgba(0,0,0,0);
    background-color: rgba(255,255,255,0.25);
}
#month .week .day .name {
    width: 100%;
    background: rgba(17,17,17,0.0625);
    color: rgba(17,17,17,0.75);
}
#month .week .day .opponent {
    width: 100%;
}
#month .week .day .opponent img {
    width: 75px;
    padding: 3px;
    padding-top: 10px;
}
#month .week .day .competition {
    top: 35px;
    width: 75px;
    position: absolute;
    left: -37.5px;
    filter: grayscale(100%);
    opacity: 0.25;
    z-index: 0;
}
#month .week .day .competition img {
    width: 75px;
}
#month .week .day .number {
    position: absolute;
    font-size: 3.75rem;
    top: 25px;
    right: 5px;
    line-height: 1;
    z-index: 0;
    color: #eee;
    /*filter: drop-shadow(0 0 1px #111);*/
    text-shadow: 1px 1px 0 #111, 1px 0px 0 #111, 1px -1px 0 #111, 
        -1px 1px 0 #111, -1px 0px 0 #111, -1px -1px 0 #111,
        0px 1px 0 #111, 0px 0px 0 #111, 0px -1px 0 #111;
    opacity: 0.25;
}
#month .week .day .game, 
#month .week .day .training {
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
/*
#month .week .day:first-child {
        margin-left: 0;
}
#month .week .day:last-child {
        margin-right: 0;
}
*/
#month .week .day.lastM {
    box-shadow: none;
    background-color: unset;
}
/*
#month .week .day.gameDay {
        border-bottom: 4px solid #d32723;
}
*/
#month .week .day.gameDay::after {
    width: 100%;
    bottom: -20px;
    left: 0;
    height: 20px;
    content: "test";
    background: green;
    position: absolute;
}
/*
#month .week .day.trainingDay {
        border-bottom: 4px solid #3b67b7;
}
*/
#month .week .day .move {
    position: absolute;
    right: 5px;
    top: 60px;
    color: #eee;
}
#month .week .day .move i {
    width: 25px;
    height: 22px;
    border-radius: 50%;
    font-size: 18px;
    padding-top: 3px;
    /*opacity: 0.25;*/
}
#month .week .day .move .fa-home {
    background: #d32723;
    border: 3px solid #d32723;
    font-size: 1.25em;
}
#month .week .day .move .fa-car {
    background: #111;
    border: 3px solid #111;
}
#month .week .day .training {
    font-size: 15px;
    width: 100%;
    line-height: 30px;
    /*padding-top: 10px;*/
}
#month .week .day .training i {
    font-size: 48px;
    width: 100%;
}





.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: 2000;
}
.info-ajax, 
.info-ajax-hidden {
    font-size: 1.25em;
    text-align: center;
    position: absolute;
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 10%;
    color: #ddd;
    padding: 35px;
    padding-bottom: 5px;
    overflow: hidden;
    overflow-y: auto;
}
.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;
}
#competition-ajax {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}
#teams-ajax {
    width: 100%;
    text-align: center;
    font-size: 2.25em;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin: 15px auto;
    padding: 8px 0 11px 0;
    line-height: 1.00em;
    letter-spacing: 1px;
}
#time-ajax {
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 500;
    color: #111;
    margin: 15px auto;
    line-height: 1.00em;
    letter-spacing: 1px;
    display: flex;
    flex-direction: row;
}
#time-ajax span {
    flex: 1;
    padding: 5px;
    background: #eee;
}
#time-ajax span:nth-child(even) {
    font-weight: 600;
    flex: 1.5;
}
#map-ajax,
#map-ajax iframe {
    width: 100%;
    height: 275px;
}
#address-ajax {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1;
    margin-top: 13px;
    box-sizing: border-box;
    border: 1px solid #eee;
}
#address-ajax span:first-child {
    background: #eee;
    font-weight: 600;
    text-transform: uppercase;
    color: #111;
}
#address-ajax span {
    padding: 5px;
}
#game-ajax #info {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
}
#game-ajax #info img,
#competition-ajax img {
    width: auto;
    margin: auto;
}
#game-ajax #info img {
    margin-bottom: 5px;
}
#game-ajax #info span {
    position: relative;
    padding: 2px;
}
#game-ajax #info span:last-child {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 500;
}
#game-ajax #info span::after {
    content: "";
    position: absolute;
    width: 6%;
    left: 47%;
    top: 0;
    height: 1px;
    background: rgba(241,241,241,0.125);
}
#game-ajax #home,
#game-ajax #away,
#game-ajax #score {
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
}
#game-ajax #home img,
#game-ajax #away img {
    margin: auto;
    width: auto;
    height: auto;
}
#game-ajax #score #score-box {
    color: #111;
    background: #eee;
    font-size: 6.00em;
    flex: 1;
    line-height: 1.00em;
    padding-bottom: 15px;
}
#info-ajax #selection {
    display: flex;
    flex-direction: row;
}
#info-ajax #home-selection,
#info-ajax #away-selection {
    flex: 1;
    flex-direction: column;
    box-sizing: border-box;
}
#info-ajax #home-selection {
    text-align: right;
    border-right: 1px solid #eee;
    padding-right: 15px;
}
#info-ajax #away-selection {
    text-align: left;
    border-left: 1px solid #eee;
    padding-left: 15px;
}
#info-ajax .player {
    width: 100%;
    display: flex;
    flex-direction: row;
}
#info-ajax .player .name {
    flex: 8;
}
#info-ajax .player .stat {
    flex: 1;
}
#info-ajax #home-selection .player .stat {
    margin-left: 15px;
}
#info-ajax .player .stat i {
    margin-left: 5px;
}
#info-ajax #away-selection .player .stat {
    margin-right: 15px;
}
#calendar #header {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3px 0;
    margin-bottom: 15px;
}
#calendar #header #last-month-button,
#calendar #header #next-month-button {
    flex: 1;
    cursor: pointer;
}
#calendar #header #last-month,
#calendar #header #next-month {
    flex: 3;
    font-size: 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 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1500px;
    background-color: #eee;
    text-align: center;
    align-items: center;
}
#squad .player-box {
    box-sizing: border-box;
    box-shadow: 0 0 2px #111;
    margin: 10px;
    height: 250px;
    width: calc((100% / 6) - 20px);
    overflow: hidden;
    position: relative;
}
#squad .player-box .img-back {
    width: 100%;
    height: 200px;
    padding: 0;
    position: relative;
    background-image: url('/mvc/public/images/118/sq/back.jpg');
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    border-bottom: 3px solid #d32723;
}
#squad .player-box .img-back .color-back {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
#squad .player-box:hover .img-back .color-back {
    background-color: rgba(238,51,46,0.65);
}
#squad .player-box .color-back,
#squad .player-box:hover .color-back {
    transition: background-color 0.5s ease-in-out;
}
#squad .player-box .img-back img {
    margin: 0;
    padding: 0;
    position: relative;
}
#squad .player-box:hover .img-back img {
    //filter: grayscale(100%);
}
#squad .player-box .number {
    width: 32%;
    height: 50px;
    font-size: 28px;
    font-weight: 500;
    color: #111;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    line-height: 40px;
    color: #eee;
}
#squad .player-box .number span {
    position: absolute;
    top:0;
    left: 0;
    width: 65%;
    bottom:0;
    z-index: 1;
    font-weight: 700;
}
#squad .player-box .number span img {
    width: 40px;
    height: 40px;
    margin-top: 2px;
}
.form-guide #squad .player-box .number span {
    font-size: 3.00rem;
    line-height: 1;
}
#squad .player-box .number:before {
    content: " ";
    background: #d32723;
    position: absolute;
    top:0;
    left: -50px;
    right: 25px;
    bottom:0;
    z-index: 0;
    transform: skewX(-30deg);  
}
#squad .player-box .function {
    line-height: 23px;
    text-align: right;
    position: absolute;
    font-weight: 500;
    bottom: 3.00rem;
    padding-right: 5px;
    padding-top: 1px;
    width: 100%;
    box-sizing: border-box;
    background: #d32723;
    color: #eee;
}
#squad .player-box .name {
    line-height: 23px;
    text-align: right;
    position: absolute;
    font-weight: 700;
    bottom: 0;
    height: 3.00rem;
    align-items: center;
    display: flex;
    text-align: right;
    right: 5px;
}
#squad .player-box .name span {
    width: 100%;
}
#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;
}
#player-header-bloc {
    width: 100%;
    min-height: 750px;
    height: 100vh;
    position: relative;
    overflow: hidden;
    text-align: left;
}
#player-header-bloc  #player-header-back {
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    opacity: 0.85;
}
#player-header-bloc  #back-color {
    /*! background-color: rgba(170, 16, 16, 0.75); */
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#player-header-bloc  #player-header-info {
    width: 975px;
    //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 {
    width: 375px;
    position: absolute;
    bottom: 0;
}
#player-header-bloc  #player-header-info #copyright {
    position: absolute;
    bottom: 0;
    color: #111;
    text-align: center;
    background: #eee;
    padding: 5px 10px 0 10px;
    font-weight: 700;
    font-size: 0.75em;
    text-transform: uppercase;
    line-height: 1;
    right: 500px;
}
#player-header-bloc  #player-header-info #player-name {
    color: #eee;
    font-size: 50px;
    position: absolute;
    bottom: -5px;
    left: 400px;
    text-align: center;
    /*width: calc(100% - 500px);*/
    font-weight: 700;
    line-height: 1.5;
    text-shadow: 0 2px 1px #111;
}
#player-header-bloc  #player-header-info #player-name #number {
    background-color: rgba(182,19,19,1);
    color: #eee;
    width: 80px;
    display: inline-block;
    font-size: 1.35em;
    line-height: 1;
    padding: 0 5px;
    padding-bottom: 15px;
    text-shadow: none;
    margin-bottom: -20px;
}
#player-header-bloc  #player-header-info #player-info {
    width: 500px;
    position: absolute;
    bottom: 0;
    left: 475px;
    display: flex;
    flex-direction: column;
    font-size: 1.35rem;
    text-shadow: 0 0 2px #eee;
    background: linear-gradient(to bottom, rgba(238,238,238,0.65) 0%, rgba(238,238,238,0.65) 75%, rgba(238,238,238,1) 100%);
}
#player-header-bloc  #player-header-info #player-info .line {
    display: flex;
    flex-direction: row;
    flex: auto;
    padding: 7.5px 5%;
    position: relative;
}
#player-header-bloc  #player-header-info #player-info .line:first-child {
    padding-top: 10px;
}
#player-header-bloc  #player-header-info #player-info .line:last-child {
    padding-bottom: 10px;
}
#player-header-bloc  #player-header-info #player-info .title,
#player-header-bloc  #player-header-info #player-info .info {
    flex: 2;
    line-height: 1;
    display: flex;
    align-items: center;
}
#player-header-bloc  #player-header-info #player-info .title {
    color: #111;
    font-weight: 500;
}
#player-header-bloc  #player-header-info #player-info .info {
    color: #111;
    font-weight: 600;
    flex: 3;
}
#player-header-bloc  #player-header-info #player-info .info img {
    margin: 0 10px 0 5px;
    width: 20px;
    border: 1px solid #111;
    position: relative;
}
/*
#player-header-bloc  #player-header-info #player-info .line:after {
        background: rgba(17,17,17,0.125);
        content: "";
        width: 50%;
        left: 25%;
        bottom: 0;
        height: 1px;
        position: absolute;
}
#player-header-bloc  #player-header-info #player-info .line:last-child::after {
        display: none;
}
*/
#player-stats,
#player-career {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    font-weight: 700;
    margin-bottom: 15px;
}
#player-stats #stats {
    width: 100%;
    display: flex;
    flex-direction: row;
}
#player-career .title,
#player-stats .title,
#player-articles .title,
#player-fweb .title,
#player-web .title,
#player-news .title
{
    position: relative;
    padding-bottom: 5px;
    font-size: 1.50em;
    margin-bottom: 15px;
}
#player-career .title::after,
#player-stats .title::after,
#player-articles .title::after,
#player-fweb .title::after,
#player-web .title::after {
    background: #d32723;
    content: "";
    width: 8%;
    right: 92%;
    margin: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
}
#player-stats #stats .stat {
    flex: 1;
    position: relative;
    padding-bottom: 5px;
    text-align: left;
}
#player-stats #stats .stat .data {
    font-size: 3.00em;
    text-indent: 5%;
    line-height: 1.10em;
}
#player-stats #stats .stat span {
    text-transform: uppercase;
    font-size: 0.75em;
    letter-spacing: 0.1em;
}
#player-stats #stats .stat::after {
    background: #d32723;
    content: "";
    width: 25%;
    right: 75%;
    margin: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
}
#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: 10px;
    width: 10px;
    background-color: none;
}
#player-trophies #trophies::-webkit-scrollbar-thumb,
#player-career #stations::-webkit-scrollbar-thumb {
    background-color: #d32723;
    border: none;
}
#player-career #stations .station {
    flex: 1;
    max-width: 20%;
    min-width: 20%;
    position: relative;
    text-align: center;
    margin: 0 2.5%;
}
#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 .logo img {
    width: 150px;
}
#player-career #stations .station .logo .country {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#player-career #stations .station .logo .country img {
    width: 40px;
    border: 1px solid #111;
    margin: auto;
}
#player-career #stations .station .logo .country img:nth-child(2) {
    border: none;
}
#player-career #stations .station .name {
    text-transform: uppercase;
}
#player-career #stations .station .name .period {
    font-size: 0.85em;
}
/*
#player-career #stations .station .name a:hover {
        background: #d32723;
        color: #eee;
        padding: 0 5px;
}
*/
#player-career #stations .station .name a:hover {
    text-decoration: underline;
}
#player-career #stations .station .match {
    width: 50%;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#player-career #stations .station .match .data {
    flex: 1;
    font-size: 2.00em;
    text-align: right;
    margin-right: 15px;
}
#player-career #stations .station .match .info {
    flex: 4;
    font-size: 1.00em;
    position: relative;
    text-align: left;
    padding-bottom: 3px;
}
#player-career #stations .station .match .info::after {
    background: #d32723;
    content: "";
    width: 25%;
    right: 75%;
    margin: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
}
#player-articles,
#player-fweb,
#player-web,
#player-news,
#player-trophies {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    margin-bottom: 15px;
}
#player-articles .articles,
#player-fweb .articles,
#player-web .articles,
#player-news .newss {
    width: 100%;
    display: flex;
    flex-direction: row;
}
#player-articles .articles a {
    max-width: calc(100% / 3);
    margin: 0 5px;
    overflow: hidden;
    height: auto;
    flex: 1;
    position: relative;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid rgba(0,0,0,0);
    text-align: left;
}
#player-articles .articles a:first-child {
    margin-left: auto;
}
#player-articles .articles a:last-child {
    margin-right: auto;
}
#player-fweb .articles a {
    max-width: calc(100% / 4);
    margin: 0 5px;
    overflow: hidden;
    height: auto;
    flex: 1;
    position: relative;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid rgba(0,0,0,0);
    text-align: left;
}
#player-fweb .articles a:first-child {
    margin-left: auto;
}
#player-fweb .articles a:last-child {
    margin-right: auto;
}
#player-web .articles a {
    max-width: calc(100% / 5);
    margin: 0 5px;
    overflow: hidden;
    height: auto;
    flex: 1;
    position: relative;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid rgba(0,0,0,0);
    text-align: left;
}
#player-web .articles a:first-child {
    margin-left: auto;
}
#player-web .articles a:last-child {
    margin-right: auto;
}
#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);*/
    border-bottom: 5px solid rgba(0,0,0,0);
}
#news-content .news:hover {
    border-color: #d32723;
}
#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;
    margin-left: 18%;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 1.00rem;
    font-weight: 600;
}
#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;
}
#main-content .article .imgBack {
    width: 100%;
    height: 150px;
    background-position: center center;
    background-size: 100% auto;
    //filter: blur(1px);
}
#main-content #player-articles .article .imgBack {
    height: 275px;
}
#main-content .article:hover .imgBack {
    background-size: 115% auto;
    filter: blur(0px);
}
#main-content .articles a:hover {
    background: rgba(255,255,255,0.45);
    border: 1px solid #d32723;
}
#main-content .article .cont {
    height: 5.00em;
    overflow: hidden;
    line-height: 1.25em;
    text-align: justify;
    font-weight: 500;
}
#main-content .article .article-link {
    display: none;
}
.articles a:hover .title {
    color: #d32723;
}
/*
.article:hover .cont {
        display: none;
}
.article:hover .article-link {
        display: block;
        width: auto;
        margin: auto;
        text-align: center;
        font-weight: 700;
        font-size: 1.25em;
        line-height: 1.10em;
        padding: 5px;
        margin-top: 1.50em;
}
.article .article-link:hover {
        color: #fff;
        background: #d32723;
}
*/
#main-content .article .title::after {
    width: 25%;
    right: 75%;
}
#main-content .article .title {
    line-height: 1.25em;
    padding-bottom: 10px;
    margin-bottom: 5px;
    font-weight: 500;
    height: 4.00em;
    display: flex;
    align-content: center;
    align-items: center;
}
#main-content #player-web .article .title::after {
    display: none;
}
#main-content #player-web .article .title {
    padding-bottom: 0;
    margin-bottom: 0;
}
#main-content .article .auteur {
    font-size: 0.85em;
}
#main-content #player-web .article .imgBack {
    width: 100%;
    height: auto;
    background-position: center center;
    background-size: 100% auto;
    filter: blur(0px);
    position: relative;
}
#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;
    max-height: 130px;
}
#main-content #player-web .article .imgBack .source {
    margin: auto;
    z-index: 1000;
    position: relative;
    text-align: center;
}
#main-content #player-web .article:hover .imgBack .source {
    background: rgba(238,51,46,0.75);
}
#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);
}
#home-empty {
    width: 100%;
    height: 75px;
}
#article-content #all-content {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
#page-content,
#article-content,
#article-quickAccess {
    margin: auto;
    width: 100%;
    max-width: 1500px;
}
#page-content #partners,
#page-content .content {
    width: 100%;
    max-width: 900px;
    margin: auto;
    text-align: center;
    font-size: 1.25rem;
}
#page-content .content p {
    text-align: justify;
    text-indent: 10px;
}
#partners h3,
#page-content .content h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}
#partners h3::after,
#page-content .content h3::after {
    background: #111;
    content: "";
    width: 75px;
    left: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
}
#page-content .content img {
    filter: drop-shadow(0 0 5px #fff);
    display: block;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 600px;
    max-height: 250px;
}
#page-content #partners a {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    padding: 10px;
    margin: 15px 0;
}
#page-content #partners a.large {
    width: 33%;
}
#page-content #partners a.medium {
    width: 25%;
}
#page-content #partners a.small {
    width: 20%;
}
#page-content #partners a.partner {
    width: calc(100% / 6);
}
#page-content #partners a img {
    max-width: 100%;
}
#article-quickAccess {
    margin-top: 10px;
}
#page-content,
#article-content {
    margin-top: 135px;
    background: #eee;
    color: #111;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
#article-content #back {
    width: 100%;
    position: relative;
    height: 550px;
}
#article-content #back #pic {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
}
#article-content #back #title {
    position: relative;
    color: #111;
    text-shadow: 0 0 5px #d64e4a;
    padding: 0;
    font-size: 2.35em;
    font-weight: 600;
    margin: 5px 0;
    letter-spacing: 0.0125em;
}
#article-content #pictures,
#article-content #article-album {
    margin: 10px auto;
    width: 100%;
    max-width: 800px;
    height: auto;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    border: 1px solid #ddd;
    background: #ddd;
    box-sizing: border-box;
}
#article-content #pictures .picture,
#article-content #article-album .picture {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    z-index: 0;
}
#article-content #pictures .picture img,
#article-content #article-album .picture img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    position: relative;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -10px;
    padding: 0;
}
#article-content #pictures .picture .legend,
#article-content #article-album .picture #legend {
    text-align: center;
    position: absolute;
    height: auto;
    width: 100%;
    color: #111;
    padding: 5px;
    bottom: 0;
    background: rgba(221,221,221,0.75);
    font-size: 1.10rem;
    margin: 0;
    letter-spacing: 0.01em;
    font-weight: 700;
    text-shadow: 0 0 1px #ddd;
    box-sizing: border-box;line-height: 1.25;
}
#article-content #pictures .picture .legend .copyright,
#article-content #article-album .picture #legend .copyright {
    font-size: 0.75rem;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 5px;
}
#article-content #pictures:hover .picture .legend,
#article-content #article-album:hover .picture #legend {
    background: rgba(221,221,221,0.95);
}
#article-content #content {
    //flex: 2;
    max-width: 900px;
    margin: auto;
    font-size: 1.25rem;
}
#article-content #content #synopsis,
#article-content #content #synopsis-long {
    font-weight: 700;
}
#article-content #content #text {

}
#article-content #content #synopsis,
#article-content #content #synopsis-long,
#article-content #content #text {
    text-align: justify;
}
#article-content #content #text br {
    margin-bottom: 10px;
}
#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;
    min-width: calc((100% - 50px)/5);
    box-sizing: border-box;
    padding: 5px 0;
    display: inline-block;
    background: #eee;
}
#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: 600;
    margin: 5px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.10em;
    height: 2.50em;
    color: #111;
}
#quickAccess .article-player .name {
    margin: 5px 0 5px 0;
    font-size: 1.00rem;
    height: 3.00rem;
}
#quickAccess .article-player:hover .name {
    color: #b61313;
}
#quickAccess .article-player .name span {
    margin: auto;
    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 {
    color: #eee;
    background: #1f1f1f;
    font-weight: 700;
    font-size: 3.00rem;
    padding: 3px 0;
    line-height: 1.00em;
    flex: 2;
}
#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(238,238,238,1));
}
#quickAccess .article-player:hover .player .bck-player {
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(221,221,221,1));
}
#quickAccess .article-player .player img {
    padding: 0;
    margin: 0;
    max-width: 120px;
    margin-bottom: -5px;
}
#quickAccess .article-game .home img,
#quickAccess .article-game .away img,
#quickAccess .article-club .logo img {
    padding: 0;
    margin: auto;
}
#quickAccess .article-game .name {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 8px;
    color: #111;
}
#quickAccess .article-game .name .hall {
    font-weight: 500;
    padding-top: 0.15em;
    overflow: hidden;
}
#quickAccess .article-game:hover .name {
    color: #b61313;
}
#quickAccess .profileLink {
    margin: 5px 0;
}
#quickAccess .article-player:hover,
#quickAccess .article-club:hover,
#quickAccess .article-game:hover,
#quickAccess .article-related:hover {
    background: #ddd;
    //box-shadow: 0 0 5px rgba(0,0,0,0.85);
}
#title-box {
    width: auto;
    padding: 10px 25px;
    background: rgba(214,78,74,0.90);
    position: absolute;
    bottom: 15px;
    left: 25px;
    max-width: 900px;
    left: calc((100% - 950px)/2);
    text-align: left;
}
#title-box #date,
#title-box #author {
    width: 100%;
    font-size: 1.00em;
    color: #eee;
    text-shadow: 0 0 3px #d64e4a;
    display: flex;
}
#title-box #author i {
    margin-right: 10px;
    font-size: 0.85em;
}
#title-box #author img {
    margin-right: 10px;
    height: 1.40em;
    width: auto;
    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;
    align-items: center;
    z-index: 1;
    position: relative;
    padding: 3px 0;
    border-width: 1px 0;
    border-color: rgba(0,0,0,0);
    border-style: solid;
}
#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(31,31,31,0.0375) 10%, rgba(31,31,31,0.0375) 90%, rgba(31,31,31,0) 100%);
}
#game-selection .team-selection .player.gk,
#game-selection .team-selection .player.gks {
    border-color: #eee;
    background: none;
    background: linear-gradient(to left, rgba(31,31,31,0) 0%, rgba(31,31,31,0.15) 10%, rgba(31,31,31,0.15) 90%, rgba(31,31,31,0) 100%);
}
#game-selection .team-selection .player.gk::after,
#game-selection .team-selection .player.gks::after {
    position: absolute;
    content: "gk";
    color: #eee;
    text-transform: uppercase;
    font-weight: 700;
    left: 80%;
    font-size: 3.5rem;
    text-shadow: 1px 1px 0px #111, 1px 0px 0px #111, 1px -1px 0px #111,
        -1px 1px 0px #111, -1px 0px 0px #111, -1px -1px 0px #111,
        0px 1px 0px #111, 0px -1px 0px #111;
    opacity: 0.075;
    line-height: 1;
    bottom: -3px;
}
#game-selection .team-selection .player .number {
    flex: 1;
    font-weight: 400;
    text-align: center;
    align-items: center;
    display: flex;
    font-size: 2.25em;
    line-height: 1;
    position: relative;
    color: #eee;
    opacity: 0.375;
    text-shadow: 1px 1px 0px #111, 1px 0px 0px #111, 1px -1px 0px #111,
        -1px 1px 0px #111, -1px 0px 0px #111, -1px -1px 0px #111,
        0px 1px 0px #111, 0px -1px 0px #111;
}
#game-selection .team-selection .player .cp {
    flex: 0;
    overflow: visible;
    height: 100%;
    position: relative;
}
#game-selection .team-selection .player .cp span {
    top: calc((100% - 25px) / 2);
    text-align: center;
    font-size: 1.50rem;
    color: #eee;
    border-radius: 50% 0 0 50%;
    line-height: 0.85;
    font-weight: 700;
    overflow: visible;
    width: 25px;
    height: 25px;
    background: #111;
    position: absolute;
    z-index: 1;
}
#game-selection .team-selection .player .number span {
    margin: auto;
    margin-top: -3px;
}
#game-selection .team-selection .player .name {
    flex: 5;
    margin: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1.25;
    max-height: 2.50em;
    /*overflow: hidden;*/
}
#game-selection .team-selection .player .name img:first-child {
    margin-left: 25px;
}
#game-selection .team-selection .player .picture {
    flex: auto;
    height: 2.50em;
    position: relative;
    overflow: hidden;
    max-width: 40px;
    height: 40px;
    overflow: hidden;
    border: 2px solid #111;
    border-radius: 50%;
    display: flex;
    text-align: center;
    margin: 0 10px 0 20px;
    background: #999;
    z-index: 2;
}
#game-selection .team-selection .player .statsShort {
    flex: 3;
    display: flex;
    align-items: center;
}
#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 .picture img {
    width: 40px;
    position: absolute;
    margin: auto;
    margin-top: 2px;
}
.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/118/game_back.jpg');
    background-position: center top;
    background-size: cover;
    height: 675px;
    /*! margin-top: 95px; */
    position: relative;
}
#game-header #content,
#game-menu #game-menu-content {
    margin: auto;
    width: 100%;
    max-width: 1500px;
    position: relative;
}
#game-header #content {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    background: rgba(238,238,238,0.65);
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 10px;
    text-shadow: 0 0 3px #eee;
}
#game-menu #game-menu-content {
    height: auto;
    background: none;
}
#game-header #bck {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(238,238,238,0) 0%, rgba(238,238,238,0) 65%, rgba(238,238,238,0.75) 80%, rgba(238,238,238,1) 100%);
}
#game-header #content #info {
    flex: 2;
    margin-bottom: 50px;
}
#game-header #content .details {
    margin: auto;
    width: 90%;
    display: flex;
    flex-direction: column;
    padding: 0 5%;
    flex: auto;
}
#game-header #content .details span img {
    width: 75px;
    height: 75px;
    margin: 5px auto;
}
#game-header #content .details span {
    width: 100%;
    display: flex;
    flex-direction: column;
    line-height: 1.25em;
    font-weight: 600;
}
#game-header #content .details span:first-child {
    display: inline;
}
#game-header #content #info,
#game-header #content .team {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 80%;
    overflow: hidden;
}
#game-header #content #info .score {
    font-size: 10rem;
    line-height: 8rem;
    padding: 15px 0;
    font-weight: 700;
    width: 100%;
    flex: auto;
}
#game-header #content .team {
    flex: 2;
    height: 80%;
    align-content: center;
}
#game-header #content .team span {
    align-content: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-size: 2.50rem;
    font-weight: 600;
    width: 80%;
    line-height: 1.15;
    height: 2.50em;
}
#game-header #content .team .colors {
    width: 20%;
    height: 10px;
    border: 2px solid #111;
    position: relative;
    display: flex;
    flex-direction: row;
}
#game-header #content .team img {
    margin-top: 15px;
    width: 175px;
}
#game-header #content .team .colors div {
    width: 100%;
    flex: 1;
}
#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(241,241,241,1));
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}
#game-menu {
    width: 100%;
    position: absolute;
    margin-bottom: 10px;
    bottom: 0;
}
#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: 0;
    text-align: center;
    font-weight: 600;
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    border-bottom: 5px solid rgba(0,0,0,0);
    cursor: pointer;
    text-shadow: 0 0 2px #eee;
    overflow: hidden;
}
#game-menu #game-menu-content span.active:hover,
#game-menu #game-menu-content span.active {
    color: #d32723;
}
#game-menu #game-menu-content span::after {
    position: absolute;
    top: -2px;
    bottom: 0;
    width: 0;
    right: 10px;
    content: "";
    height: 50px;
    border-left: 2px solid #000;
    transform: rotate(15deg);
}
#game-menu #game-menu-content span.active::after {
    border-left: 2px solid #d32723;
}
#game-menu #game-menu-content span:last-child::after {
    display: none;
}
#game-menu #game-menu-content span i {
    font-size: 0.85em;
    margin-right: 10px;
}
#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;
    padding-bottom: 2px;
    border-bottom: 3px solid rgba(17,17,17,0.25);
}
#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(31,31,31,0) 0%, rgba(31,31,31,0.0375) 10%, rgba(31,31,31,0.0375) 90%, rgba(31,31,31,0) 100%);
}
#game-calendar .game .competition,
#game-calendar .game .logo {
    flex: 1;
    position: relative;
    overflow: hidden;
    height: 100%;
    text-align: center;
    display: flex;
}
#game-calendar .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 {
    //filter: grayscale(100%);
    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;
}
#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;
    border: 1px solid #111;
    box-sizing: border-box;
    text-transform: uppercase;
}
#game-calendar .training .details .link:hover,
#game-calendar .game .details .link:hover,
#info-ajax .link {
    background: #d32723;
    border-color: rgba(0,0,0,0);
    color: #eee;
}
#info-ajax .link:hover {
    background: #333;
}
#info-ajax .link {
    margin-top: 1.00em;
    font-size: 1.00em;
}
#game-calendar .training .details i,
#game-calendar .game .details i,
#info-ajax .link i {
    margin-right: 5px;
}
#calendar-options {
    width: auto;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.25rem;
}
#calendar-options .option {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#calendar-options .option span {
    flex: 5;
    text-align: left;
    font-weight: 500;
}
#calendar-options .option .select {
    margin-right: 15px;
    margin-left: 5px;
    height: 1.00rem;
    width: 1.00rem;
    font-size: 2.00rem;
    border: 2px solid #111;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    position: relative;
    font-family:'FontAwesome';
}
#calendar-options .option .select.active::after {
    content: "\f00c";
    color: #d32723;
    top: -16px;
    position: absolute;
    left: -8px;
    filter: drop-shadow(0 0 2px #eee);
}
#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;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
#duels #charts {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#duels .chart {
    height: 200px;
    margin: 0 20px;
    margin-top: 10px;
    /*! border-bottom: 2px solid #111; */
    position: relative;
    display: flex;
    flex-direction: column;
    /*! flex-wrap: wrap; */
    padding-top: 20px;
    margin-bottom: 25px;
    /*
    min-width: calc((100% - 80px)/3);
    max-width: calc((100% - 80px)/3);
    */
    flex: 1;
}
#duels .chart .content-title {
    /*position: absolute;*/
    top: 0;
}
#duels .chart .element {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    height: 100%;
    position: relative;
    height: 140px;
    border-bottom: 2px solid #111;
}
#duels .chart:first-child {
    margin-left: 0;
}
#duels .chart:last-child {
    margin-right: 0;
}
#duels .chart .details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}
#duels .chart .element,
#duels .chart .chart-title {
    width: calc(100%/3 - 20px);
    padding: 0 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: 100px; */
    height: auto;
}
#duels .chart.goal .graph {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin-top: 50px;
}
#duels .chart.goal .graph .content {
    height: 100%;
    flex: 3;
    display: flex;
    border-bottom: 2px solid #111;
    padding: 0 10px;
}
#duels .chart.goal .graph .content .goals {
    height: 100%;
}
/*
#duels .chart.goal .graph .content .goals:first-child {
        margin-right: 1px;
}
*/
#duels .chart.goal .graph .club-goals {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    align-items: center;
}
#duels .chart.goal .graph .club-goals img,
#duels .chart .element img {
    position: absolute;
    margin: auto;
    width: 75px;
}
#duels .chart.goal .graph .club-goals img {
    bottom: 10px;
}
#duels .chart .element img {
    opacity: 1;
    z-index: 2;
    filter: grayscale(0%);
    bottom: 45px;
}
#duels .chart.goal .graph .club-goals .nb,
#duels .chart .element .nb {
    font-weight: 700;
    position: absolute;
    font-size: 1.25em;
    text-shadow: 0 0 3px #eee;
    z-index: 3;
}
#duels .chart .element .nb {
    width: 30px;
    text-align: center;
    bottom: 5px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0);
    line-height: 1.5em;
    background: rgba(238,238,238,0.25);
}
#duels .chart .element:hover .nb {
    color: #111;
    background: #eee;
    text-shadow: none;
}
#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: #d32723;
    text-shadow: 0 0 2px #eee;
}
#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 #aaa;
}
#related #table-3 #competition-table .line:nth-child(9),
#related #table-3 #competition-table .line:nth-child(10) {
    border-bottom: 2px solid #aaa;
}
#related #table-4 #competition-table .line:nth-child(2),
#related #table-4 #competition-table .line:nth-child(3) {
    border-bottom: 2px solid #aaa;
}
#related #competition-table .line:nth-child(odd) {
    background: linear-gradient(to left, rgba(31,31,31,0) 0%, rgba(31,31,31,0.0375) 10%, rgba(31,31,31,0.0375) 90%, rgba(31,31,31,0) 100%);
}
#related #competition-table .line .cell {
    flex: 1;
}
#related #competition-table .line .cell:nth-child(2) {
    display: flex;
    align-items: center;
}
#related #competition-table .line .cell img {
    margin: auto;
    width: 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(31,31,31,0) 0%, rgba(31,31,31,0.0375) 10%, rgba(31,31,31,0.0375) 90%, rgba(31,31,31,0) 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;
    color: #ddd;
    text-align: center;
    border-radius: 50%;
    font-size: 1.35rem;
    width: 26px;
    margin: auto;
    line-height: 1.20;
    height: 26px;
    border: 4px solid;
    font-weight: 800;
}
#form .form-guide .form-team .form-game .result.won::after {
    content: "V";
    color: #2b7832;
}
#form .form-guide .form-team .form-game .result.draw::after {
    content: "N";
    color: #555;
}
#form .form-guide .form-team .form-game .result.lost::after {
    content: "D";
    color: #a50f0f;
}
#form .form-guide #squad {
    display: flex;
}
#form .form-guide #squad .player-box {
    width: auto;
    flex: 1;
    height: auto;
}
#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;
    white-space: nowrap;
}
#form .form-guide #squad .player-box .stat span:nth-child(2) {
    font-size: 1.5em;
    text-align: right;
    font-weight: 700;
    align-items: center;
    margin-right: 15px;
}
#form .form-guide #squad .player-box .scorer-chart {
    padding: 0 10px;
    margin: 10px;
    border-bottom: 2px solid #111;
    height: 50px;
    display: flex;
    flex-direction: row;
    position: relative;
}
#form .form-guide #squad .player-box .scorer-chart .goal-element {
    height: 100%;
}
#form .form-guide #squad .player-box .scorer-chart .goal-element .nb {
}
#form .form-guide #squad .player-box .scorer-chart .goal-element .nb span {
    background: #eee;
    color: #111;
    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 {
    padding-bottom: 7.5px;
    height: 3em;
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: right;
    top: 205px;
}
#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;
}
.home-games .game.hide {
    display: none;
    opacity: 0;
}
#lineups #stats {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}
#lineups #stats #elements {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#lineups #stats #elements .stat {
    display: flex;
    flex-direction: row;
    width: 33.33%;
    align-items: center;
    justify-content: center;
    margin: auto;
}
#lineups #stats #elements .stat:nth-child(4),
#lineups #stats #elements .stat:nth-child(5),
#lineups #stats #elements .stat:nth-child(6) {
    margin-top: 25px;
}
#lineups #stats #elements .clear-stat {
    width: 100%;
}
#lineups #stats #elements .stat span {
    flex: 1;
    font-size: 6.00rem;
    font-weight: 700;
    position: relative;
    line-height: 1;
}
#lineups #stats #elements .stat .team {
    flex: 1;
    position: relative;
    display: flex;
    align-content: center;
    overflow: hidden;
}
#lineups #stats #elements .stat .team img {
    width: 50px;
    height: auto;
    position: relative;
    margin: auto;
    padding: 0;
    z-index: 1;
    /*filter: grayscale(50%);*/
    opacity: 0.375;
}
#lineups #stats #elements .stat .team:nth-child(1) img {
    left: -15px;
}
#lineups #stats #elements .stat .team:nth-child(5) img {
    right: -15px;
}
#lineups #stats #elements .stat .team:nth-child(1) {
    margin-left: 5%;
}
#lineups #stats #elements .stat .team:nth-child(5) {
    margin-right: 5%;
}
#lineups #stats #elements .stat .team::after {
    width: 50px;
    height: 100%;
    position: absolute;
    z-index: 2;
    content: "";
}
#lineups #stats #elements .stat .team:nth-child(1)::after {
    left: 0;
    background: linear-gradient(to right, rgba(241,241,241,1) 0%, rgba(0,0,0,0) 100%);
}
#lineups #stats #elements .stat .team:nth-child(5)::after {
    right: 0;
    background: linear-gradient(to left, rgba(241,241,241,1) 0%, rgba(0,0,0,0) 100%);
}
#lineups #stats #elements .stat span .obt {
    position: relative;
    opacity: 0.375;
}
#lineups #stats #elements .stat span .con {
    position: absolute;
    bottom: 5px;
    width: 80%;
    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; 
    font-size: 0.60em;
}
#lineups #stats #elements .stat span:first-child .con {
    right: 0;
}
#lineups #stats #elements .stat span:last-child .con {
    left: 0;
}
#lineups #stats #elements .stat img {
    width: 75px;
    height: 75px;
    padding: 0 10px;
    margin: auto;
}
.fa-futbol-o {
    position: relative;
}
.fa-futbol-o.m10::after,
.fa-futbol-o.pen::after {
    position: absolute;
    bottom: -4px;
    font-size: 0.65em;
    font-family: 'Saira Condensed', sans-serif;
    z-index: 1;
    color: #111;
    font-weight: 700;
    width: 13px;
    height: 13px;
    background: rgba(238,238,238,0.95);
    border-radius: 50%;
    border: 1px solid #111;
    right: -5px;
    text-align: center;
}
.fa-futbol-o.m10::after {
    content: "10";
}
.fa-futbol-o.pen::after {
    content: "P";
}
#loadMoreArticles,
#loadMoreFweb,
#loadMorePress {
    width: 100%;
    display: inline-block;
    padding: 5px 0;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    border: 1px solid rgba(17,17,17,0.125);
    box-sizing: border-box;
    margin: 0 10px;
    font-size: 1.25em;
}
#loadMoreArticles:hover,
#loadMoreFweb:hover,
#loadMorePress:hover {
    color: #d32723;
    border-color: #d32723;
}
#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% - 30px)/4);
    max-width: calc((100% - 30px)/4);
    margin-bottom: 5px;
}
#home-content.news-page #player-articles .article .imgBack {
    height: 225px;
}
#home-content.news-page .articles a:nth-child(4n+1) {
    margin-left: 0;
}
#home-content.news-page .articles a:nth-child(4n) {
    margin-right: 0;
}
.loader {
    border: 10px solid rgba(0,0,0,0);
    border-top: 10px solid #d32723;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    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 50px rgba(241,241,241,0.5);
    background-color: rgba(241,241,241,0.5);
}
#page-menu {
    display: flex;
    flex-direction: row;
    width: auto;
    margin-bottom: 15px;
    padding: 10px;
}
#page-menu span {
    font-weight: 700;
    font-size: 1.25rem;
    text-align: center;
    flex: 1;
    border-bottom: 3px solid;
}
#page-menu span.unactive {
    cursor: pointer;
    border-color: rgba(0,0,0,0);
}
#page-menu span.unactive:hover {
    color: #d32723;
}
#page-menu span i {
    margin-right: 10px;
}
.gameDay .info-game,
.trainingDay .info-training {
    color: #eee;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    padding: 2px 0;
    padding-bottom: 3px;
}
.gameDay .info-game {
    background: #d32723;	
}
.trainingDay .info-training {
    background: #3b67b7;
}
#team-pictures {
    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;
    z-index: 2;
    font-size: 2.00em;
}
.team-picture {
    width: 100%;
    margin: auto;
    height: auto;
    position: relative;
    overflow: hidden;
    -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;
}
.team-picture.hide {
    z-index: 1;
    display: none;
}
#map .hall .picture img,
.team-picture img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: -10px;
}
#article-album .button-left,
#article-album .button-right,
#team-pictures .button-left,
#team-pictures .button-right {
    height: 100%;
    top: 0;
    width: 5%;
    opacity: 1;
    position: absolute;
    display: flex;
    align-items: center;
}
#article-album .button-left,
#team-pictures .button-left {
    left: 10px;
}
#article-album .button-right,
#team-pictures .button-right {
    right: 10px;
}
#article-album i,
#team-pictures i {
    margin: auto;
    font-size: 2.75rem;
    cursor: pointer;
    color: #eee;
    filter: drop-shadow(0 0 2px #111);
    z-index: 3;
}
#article-album i:hover,
#team-pictures i:hover {
    color: #d32723;
}
#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 #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;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(to bottom, rgba(0,0,0,0), #eee);
}
.team-picture .copyright {
    font-size: 1.00rem;
}
#share-box {
    width: 100%;
    margin: 10px auto;
    display: flex;
    flex-direction: row;
}
#share-box .share {
    flex: 1;
    margin: 5px;
    padding: 5px 0;
    color: #fff;
    position: relative;
    box-shadow: 0 10px 5px -8px #111;
    font-size: 1.15rem;
    cursor: pointer;
    text-shadow: 0 0 1px #000;
    font-weight: 400;
    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(17,17,17,0.125);
}
#game-quotes .quote:last-child::after {
    display: none;
}
#game-quotes .quote:nth-child(odd) {
    flex-direction: row;
}
#game-quotes .quote:nth-child(even) {
    flex-direction: row-reverse;
}
#game-quotes .quote .player {
    display: flex;
    align-content: baseline;
    align-items: baseline;
    position: relative;
    width: 150px;
}
#game-quotes .quote .player img {
    flex: auto;
    height: 200px;
    width: 150px;
    position: absolute;
    bottom: 0;
}
#game-quotes .quote .player::after {
    content: "";
    height: 50px;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(241,241,241,0) 0%, rgba(241,241,241,1) 100%);
    position: absolute;
}
#game-quotes .quote .comment {
    display: flex;
    width: calc(100% - 150px);
    align-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
}
#game-quotes .quote .comment::before,
#game-quotes .quote .comment::after {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 2.50rem;
    color: #eee;
    /*filter: drop-shadow(0 0 1px #000);*/
    text-shadow: 1px 1px 0 #000, 1px 0px 0 #000, 1px -1px 0 #000, 
        -1px 1px 0 #000, -1px 0px 0 #000, -1px -1px 0 #000,
        0px 1px 0 #000, 0px 0px 0 #000, 0px -1px 0 #000;
    z-index: 0;
    opacity: 0.25;
}
#game-quotes .quote .comment::before {
    content: "\f10d";
    top: 5px;
    left: 5px;
}
#game-quotes .quote .comment::after {
    content: "\f10e";
    bottom: 30px;
    right: 5px;
}
#game-quotes .quote .comment span {
    font-style: italic;
    padding: 10px 35px 35px 35px;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: justify;
    z-index: 1;
    font-weight: 400;
    font-family: 'Ubuntu';
}
#game-quotes .quote .comment .name {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-weight: 500;
    font-size: 0.85em;
}
.clear {
    clear: both;
}
#competition-table,
#stats-table {
    font-size: 1.25rem;
}
#table-1 tr td::after,
#table-3 tr td::after,
#table-4 tr td::after,
#table-6 tr td::after {
    font-weight: 700;
    font-size: 2.50em;
    bottom: -6px;
}
#stats-table table tr:nth-child(n+2),
#competition-table table tr:nth-child(n+2) {
    border-top: 1px solid #bbb;
}
#stats-table table tr td a:hover {
    color: #d32723;
}
/*
        max 1500px	
        
        #main-news-box #selecter {
                position: absolute;
                width: 100%;
                margin: auto;
                top: 95px;
                display: flex;
                flex-direction: row;
                z-index: 10;
                left: 0;
        }
        #main-news-box #selecter .active,
        #main-news-box #selecter .unactive {
                width: 18vw;
                height: 10vw;
                margin: 0 auto;
                cursor: pointer;
                background-position: center center;
                background-size: cover;
                border: 1px solid #111;
                position: relative;
                overflow: hidden;
                box-sizing: border-box;
        }
        #main-news-box #selecter span {
                display: none;
        }
*/