/* WEBSITE_STYLES
--------------------------------------------- */

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

html, body {
    width: 100%; /*height:100%;*/
    min-height: 100vh;
    min-width: 340px;
    margin: 0;
    padding: 0;
    /*background: #fff url('https://www.beneleague-icehockey.com/assets/images/pattern.png') center repeat;*/
    background: url(../../assets-sub/images/bg.jpg) no-repeat center top fixed #ffffff;
    background-size: cover;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
    position: relative;
}

.grecaptcha-badge {
    display: none;
}

body {
    padding: 60px 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 700;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.1em;
}

ul, p, li, table {
    color: #4b4b4b;
    font-weight: 300;
}

ul, li {
    list-style-type: none;
}

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

strong {
    color: #333;
}

a {
    text-decoration: none;
}

.extra-padding {
    padding: 30px 20px !important;
}

.no-top-padding {
    padding-top: 0 !important;
}

.no-top-margin {
    margin-top: 0 !important;
}

::placeholder {
    color: #c0c0c0;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #c0c0c0;
}

::-ms-input-placeholder {
    color: #c0c0c0;
}

/* TOP MENU
--------------------------------------------- */

section.top {
    background: #000;
    padding: 0;
    min-height: 60px;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

section.top > a.logo {
    position: absolute;
    z-index: 5;
    width: 85px;
    height: 60px;
    left: 30px;
    top: 0;
    background: url('../images/logo.png') left center no-repeat;
    margin: 0;
    vertical-align: top;
}

section.top > article:first-of-type {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    background: transparent;
}

section.top > article nav {
    width: 100%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

section.top > article nav div {
    font-size: 0;
}

section.top > article nav div > ul {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

section.top > article nav div > ul > li {
    display: inline-block;
    margin-right: 0;
    position: relative;
}

section.top > article nav div > ul > li a {
    height: 100%;
    padding: 0 20px;
    margin: 10px 0;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    line-height: 40px;
    -webkit-transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    -webkit-border-radius: 2px;
    border-radius: 0;
}

section.top > article nav div > ul > li a span {
    padding-bottom: 5px;
    text-transform: uppercase;
}

section.top > article nav div > ul > li a:hover span {
    border-bottom: 1px solid #fff;
}

section.top > article nav div > ul > li a.active span {
    border-bottom: 2px solid #ad1919;
}

section.top > article div.containMenu {
    position: relative;
}

section.top > article div#navMobile {
    display: none;
    cursor: pointer;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 45px 0 0;
    box-sizing: border-box;
    min-height: 60px;
    position: relative;
    z-index: 3;
    background: #000 url(https://www.beneleague-icehockey.com/assets/images/icon-menu.png) no-repeat right 50%;
    background-size: auto;
    background-size: 40px;
    text-align: right;
    font-size: 1.2em;
    font-weight: 400;
    color: #fff;
    line-height: 60px;
}

section.top > article div.menuOverlay {
    width: 100%;
    max-width: 320px;
    padding: 20px;
    margin: 0 auto;
    position: absolute;
    z-index: 6;
    left: 0;
    right: 0;
    top: 50px;
    display: none;
    background: #fff;
    border-top: 1px solid #eee;
    overflow-x: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    -webkit-box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, .1);
    box-sizing: border-box;
}

section.top > article:last-of-type div.menuOverlay div.menu-container-mobile ul {
    margin: 0;
    display: inline-block;
    position: relative;
    padding: 0;
}

section.top > article:last-of-type div.menuOverlay div.menu-container-mobile ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
    z-index: 50;
}

section.top > article:last-of-type div.menuOverlay div.menu-container-mobile ul li:last-of-type {
    border-bottom: 0 solid #e8e8e8;
}

section.top > article:last-of-type div.menuOverlay div.menu-container-mobile li a {
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    color: #373a3c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

section.top > article:last-of-type div.menuOverlay div.menu-container-mobile li a span {
    border-left: 2px solid #fff;
    padding-left: 10px;
}

section.top > article:last-of-type div.menuOverlay div.menu-container-mobile li a:hover span {
    border-left: 2px solid #c0c0c0;
}

section.top > article:last-of-type div.menuOverlay div.menu-container-mobile li a.active span {
    border-left: 2px solid #ad1919;
}

.somethingWentWrong {
    display: inline-block;
    width: 100%;
    color: #000;
    font-size: 14px;
}

/* GAMES SLIDER
--------------------------------------------- */
section.games {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
    height: 105px;
    overflow: hidden;
}

section.games > article {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

.games-slider-container {
    background: #fff;
    padding: 10px 0 10px 0;
    box-sizing: border-box;
    position: relative;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
}

.games-slider {
    width: 1500px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    position: relative;
}

.game-slide {
    display: inline-block;
    height: 80px;
    width: 120px;
    text-align: center;
    margin: 0;
    border-right: 0 solid rgba(0, 0, 0, 0.5);
    padding: 10px 20px 5px 20px;
    box-sizing: border-box;
    color: #000;
}

.game-slide:nth-child(odd) {
    background-color: #f7f7f7;
}

.game-slide-teams {
    display: inline-block;
    width: 100%;
    height: 45px;
    font-size: 0;
}

.game-slide-team {
    display: inline-block;
    width: 30px;
    height: 40px;
    font-size: 11px;
    vertical-align: top;
    line-height: 40px;
    background-image: url('https://www.beneleague-icehockey.com/assets/images/teams/small-bene.png');
    background-position: top center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-top: 20px;
    background-size: contain;
}

.game-slide-details {
    display: inline-block;
    width: 60px;
    height: 40px;
    font-size: 0;
}

.game-slide-details-date {
    display: block;
    width: 60px;
    height: 12px;
    font-size: 11px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 12px;
    vertical-align: top;
}

.game-slide-details-result {
    display: block;
    width: 60px;
    height: 28px;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 28px;
    vertical-align: top;
}

.game-slide-details-result span {
    padding: 0 3px;
}
.game-slide-details-result span.ot {
    display: block;
    font-size: 12px;
    margin-top: -5px;
    line-height: 120%;
}

.game-slide-periods {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    vertical-align: top;
    color: #787878;
    line-height: 120%;
}

.games-prev.slick-disabled, .games-next.slick-disabled {
    opacity: .25;
    cursor: default;
}

.games-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 80px;
    background-image: url('https://www.beneleague-icehockey.com/assets/images/chevron-left-black.png');
    background-position: center center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.games-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 80px;
    background-image: url('https://www.beneleague-icehockey.com/assets/images/chevron-right-black.png');
    background-position: center center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.slick-dots {
    bottom: 0;
}

.slick-dots li button::before {
    font-size: 30px;
    color: #fff !important;
    content: '';
    background-image: url('https://www.beneleague-icehockey.com/assets/images/slider-dot.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

.news-sliderdots .slick-dots li button::before {
    background-image: url('https://www.beneleague-icehockey.com/assets/images/slider-dot-grey.png');
}

.news-sliderdots .slick-dots li.slick-active button::before {
    background-image: url('https://www.beneleague-icehockey.com/assets/images/slider-dot-red.png');
}

.slick-dots li {
    margin: 0 2px;
}

/* LEADERBOARD SLIDER
--------------------------------------------- */

.leaderboard-slider-container {
    display: inline-block;
    width: 100%;
    padding: 20px 0 15px 0;
    box-sizing: border-box;
    position: relative;
}

.leaderboard-slider {
    width: 800px;
    margin: 15px auto 0 auto;
    height: 320px;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.leaderboard-slide {
    display: inline-block;
    height: 320px;
    width: 200px;
    color: #fff;
    text-align: center;
    margin: 0 0;
    padding: 0 0 0 0;
    box-sizing: border-box;
}

.leaderboard-slide-title {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
}

.leaderboard-slide-picture {
    display: inline-block;
    width: 140px;
    border-radius: 100px;
    border: 5px solid #fff;
    height: 140px;
    background: url('https://www.beneleague-icehockey.com/assets/images/leaderboard.png') center center no-repeat;
}

.leaderboard-slide-name {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
}

.leaderboard-slide-team {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 10px;
}

.leaderboard-slide-type {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
}

.leaderboard-slide-value {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 10px;
}

.leaderboard-sliderdots {
    width: 100%;
    margin: 0;
    height: 30px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

/* NEWS SLIDER
--------------------------------------------- */

.news-slider-container {
    display: inline-block;
    width: 100%;
    padding: 20px 0 15px 0;
    box-sizing: border-box;
    position: relative;
}

.news-slider {
    width: 100%;
    margin: 0 auto 0 auto;
    height: 460px;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.news-slide {
    display: inline-block;
    background: #fff;
    height: 460px;
    width: 100%;
    color: #000;
    text-align: left;
    margin: 0 0;
    padding: 0 0 0 0;
    box-sizing: border-box;
}

.news-slide-title {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px 20px 0 20px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 20px;
}

.news-slide-picture {
    display: inline-block;
    width: 100%;
    height: 335px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.news-slide-body {
    display: inline-block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 120px 5px 20px;
    font-size: 14px;
    max-height: 78px;
    overflow: hidden;
}

.news-slide-link {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 90px;
    padding: 5px 10px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 10px;
    background-color: #ad1919;
    color: #fff;
    background-image: url('https://www.beneleague-icehockey.com/assets/images/chevron-right-white.png');
    background-position: 70px center;
    background-size: 12px 12px;
    background-repeat: no-repeat;
}

.news-sliderdots {
    width: 100%;
    background: #fff;
    margin: 0;
    height: 30px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

/* STATS-RANKING
--------------------------------------------- */

.stats-ranking {
    box-sizing: border-box;
    padding-right: 400px;
    width: 100%;
    margin-top: 30px;
    height: auto;
    position: relative;
}

.stats-ranking .ranking {
    width: 400px;
    background-color: #000;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    min-height: 400px;
}

table.rankingtable {
    color: #fff;
    border-collapse: collapse;
    width: 100%;
}

.stand-content table.rankingtable {
    color: #000;
}

table.rankingtable.long {
    table-layout: fixed;
    width: auto;
    margin-bottom: 10px;
}

table.rankingtable th {
    white-space: nowrap;
    text-align: center;
    font-weight: 300;
    border-bottom: 2px solid #fff;
    padding: 0 0 0 0;
    width: 25px;
}

table.rankingtable th.league-title {
    border-bottom: 0 solid #fff;
    padding: 0 !important;
}

table.rankingtable.long th.league-title {
    padding-left: 10px !important;
}

table.rankingtable.long th {
    padding: 0 5px 0 5px;
}

table.rankingtable th:first-of-type {
    text-align: left;
    font-size: 24px; /*font-weight: 100;*/
    font-weight: 300;
    padding: 0 10px 0 0;
    width: auto;
}

table.rankingtable th:last-child {
    white-space: nowrap;
}

table.rankingtable.long th:last-child {
    padding-right: 15px;
}

table.rankingtable.long th:nth-child(3) {
    font-weight: bold;
}

table.rankingtable tr:nth-child(2) td {
    padding-top: 10px;
}

table.rankingtable td { /*font-weight: 100;*/
    font-weight: 300;
    padding: 3px 5px 3px 5px;
    width: 25px;
    text-align: center;
}

table.rankingtable.long td {
    white-space: nowrap;
}

table.rankingtable td:first-of-type { /*font-weight: 100;*/
    font-weight: 300;
    padding: 2px 0 0 0;
    text-align: right;
    min-width: 20px;
    max-width: 20px;
}

table.rankingtable td:nth-child(2) {
    width: auto;
    padding: 0 10px;
    text-align: left;
}

table.rankingtable td:last-child {
    text-align: center;
    white-space: nowrap;
}

table.rankingtable.long td:last-child {
    padding-right: 15px;
}

table.rankingtable.long td:nth-child(2) {
    min-width: 200px;
}

table.rankingtable.long td:nth-child(4) {
    font-weight: bold;
}

table.rankingtable td.playoffbreak {
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

table.rankingtable tr:nth-child(odd) td {
    background-color: rgba(255, 255, 255, 0.15);
}

table.rankingtable.long tr:nth-child(odd) td {
    background-color: #f7f7f7;
}

.ranking-container table.rankingtable tr:nth-child(odd) td {
    background-color: rgba(255, 255, 255, 0.15);
}

.media.maps {
    margin-top: 10px;
    max-width: 100%;
}

table.rankingtable td.to-league-page {
    text-align: left;
    background-color: transparent !important;
}

table.rankingtable td.to-league-page a {
    padding: 0 0 0 15px;
    line-height: 25px;
    background-image: url(https://www.beneleague-icehockey.com/assets/images/chevron-right-white.png);
    background-size: 10px;
    background-position: left center;
    background-repeat: no-repeat;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    margin-top: 15px;
    padding-top: 0;
    display: inline-block;
}

.stats-ranking .stats {
    width: 100%;
    background-color: #ad1919;
    background-image: url('https://www.beneleague-icehockey.com/assets/images/home-stats-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    color: #fff;
    box-sizing: border-box;
}


/* SCHEDULE
--------------------------------------------- */
div.schedule-container {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

a.schedule-line {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 5px 0 5px 10px;
    position: relative;
    color: #000 !important;
    align-items: center;
}

a.schedule-line:hover {
    color: #fff !important;
    background: #ad1919 !important;
}

a.schedule-line:first-of-type {
    margin-top: 0;
}

h1.games-list-header {
    margin-bottom: 30px;
}

a.schedule-line:nth-child(odd) {
    background-color: #f7f7f7;
}

div.schedule-teams {
    vertical-align: top;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    background-image: url(../images/vs.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center 7px;
}

a.schedule-line:hover div.schedule-teams {
    background-image: url(https://www.beneleague-icehockey.com/assets/images/vs-white.svg);
}

a.schedule-line.result div.schedule-teams {
    background-image: none;
    display: flex;
    align-items: center;
}

a.schedule-line span {
    line-height: 20px;
    vertical-align: top;
    text-align: right;
    display: inline-block;
    padding: 0 30px 0 0;
    width: 50%;
    box-sizing: border-box;
}

a.schedule-line span.left {
    text-align: left;
    padding: 0 0 0 30px;
}

a.schedule-line.result span {
    vertical-align: top;
    text-align: right;
    display: inline-block;
    padding: 0 10px 0 0;
    width: 50%;
    box-sizing: border-box;
    position: relative;
}

a.schedule-line.result span.result {
    width: 40px;
    padding: 0;
    text-align: center;
    background: #ad1919;
    color: #fff;
}

a.schedule-line.result span.result i {
    font-size: 10px;
}

a.schedule-line.result:hover span.result {
    background: #fff !important;
    color: #ad1919 !important;
}

a.schedule-line.result span.left {
    text-align: left;
    padding: 0 0 0 10px;
}

div.schedule-info {
    width: 150px;
    line-height: 20px;
    text-align: left;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
}

a.schedule-line:hover div.schedule-info {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

div.schedule-info-text {
    margin-top: 0;
    width: 100%;
    line-height: 20px;
    text-align: left;
    padding-right: 10px;
    box-sizing: border-box;
}

div.schedule-info .date {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 12px;
}

div.schedule-info .venue {
    clear: both;
    float: left;
    text-align: right;
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.schedule-info .league {
    clear: both;
    float: left;
    text-align: right;
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: italic;
}


/* NEWS-MEDIA
--------------------------------------------- */

.news-media {
    box-sizing: border-box;
    width: 100%;
    background: #000;
    box-sizing: border-box;
    padding: 30px 20px;
    height: auto;
    position: relative;
    margin-top: 20px;
    font-size: 0;
}

.news-media .media {
    width: 50%;
    display: inline-block;
    padding: 0 40px;
    color: #fff;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 14px;
}

.news-media .media .media-content {
    width: 100%;
    background: #fff;
    display: inline-block;
    color: #fff;
    vertical-align: top;
    box-sizing: border-box;
    border: 10px solid #fff;
    position: relative;
}

.news-media .media .media-content .big-movie {
    width: 66.6%;
    height: 280px;
    background-color: #c0c0c0;
    background-size: auto 380px;
    background-position: center center;
    display: inline-block;
    padding: 0;
    color: #fff;
    vertical-align: top;
    box-sizing: border-box;
    border-right: 10px solid #fff;
    text-align: center;
}

.news-media .media .media-content .small-movie {
    width: 200px;
    height: 140px;
    background-color: #c0c0c0;
    background-size: auto 190px;
    background-position: center center;
    display: inline-block;
    padding: 0;
    color: #fff;
    vertical-align: top;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    text-align: center;
}

.news-media .media .media-content .small-movie.top {
    top: 0;
    border-bottom: 5px solid #fff;
}

.news-media .media .media-content .small-movie.bottom {
    top: 140px;
    border-top: 5px solid #fff;
}

.news-media .media .media-content .big-movie .play-button {
    display: inline-block;
    width: 100px;
    height: 280px;
    background-image: url('https://www.beneleague-icehockey.com/assets/images/play-button.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.news-media .media .media-content .small-movie .play-button {
    display: inline-block;
    width: 50px;
    height: 140px;
    background-image: url('https://www.beneleague-icehockey.com/assets/images/play-button.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.media-content-text {
    width: 100%;
    box-sizing: border-box;
    color: #000;
    background-image: url('https://www.beneleague-icehockey.com/assets/images/poweredby.svg');
    background-position: top+12px right;
    background-repeat: no-repeat;
    background-size: 75px;
    min-height: 40px;
}

.media-content-text h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 13px;
}

.media-content-text div {
    display: inline-block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
}

.news-media .media .picture-content {
    width: 100%;
    height: 300px;
    background: #c0c0c0;
    display: inline-block;
    padding: 0;
    color: #fff;
    vertical-align: top;
    box-sizing: border-box;
    border: 10px solid #fff;
    margin-top: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.news-media .news {
    width: 50%;
    display: inline-block;
    padding: 0 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    color: #fff;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: top;
}

.news-media .news .news-content {
    width: 100%;
    display: inline-block;
    padding: 0;
    color: #fff;
    vertical-align: top;
    box-sizing: border-box;
    border: 10px solid #fff;
}

.news-media .news .bottom-content {
    width: 100%;
    display: inline-block;
    height: 170px;
    padding: 0;
    color: #fff;
    vertical-align: top;
    box-sizing: border-box;
    border: 10px solid #ad1919;
    margin-top: 40px;
    background: #ad1919;
    position: relative;
}

.news-media .news .bottom-content a {
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    width: 33%;
    top: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px;
}

.news-media .news .bottom-content a.iihf {
    left: 0;
    background-image: url('https://www.beneleague-icehockey.com/assets/images/IIHF.png');
}

.news-media .news .bottom-content a.rbihf {
    width: 34%;
    left: 33%;
    background-image: url('https://www.beneleague-icehockey.com/assets/images/RBIHF.png');
}

.news-media .news .bottom-content a.ijnl {
    right: 0;
    background-image: url('../images/IJNL.png');
}

.stand-legenda {
    box-sizing: border-box;
    padding-right: 400px;
    width: 100%;
    height: auto;
    position: relative;
}

.stand-legenda .legenda {
    width: 400px;
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
}

.stand-legenda .legenda .stand-content {
    width: 100%;
    display: inline-block;
    padding: 0;
    color: #000;
    vertical-align: top;
    box-sizing: border-box;
}

.stand-legenda .stand {
    width: 100%;
    overflow-x: auto;
    background-color: #fff;
    color: #fff;
    box-sizing: border-box;
    padding: 30px 20px;
    box-sizing: border-box;
}

.stand-legenda .stand .stand-content {
    width: 100%;
    display: inline-block;
    padding: 0;
    color: #fff;
    vertical-align: top;
    box-sizing: border-box;
}

.footer-spacer {
    display: inline-block;
    width: 100%;
    height: 180px;
}

footer {
    width: 100%;
    height: 170px;
    background: #000;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
}

section.footer {
    background: #000;
    padding: 10px 160px;
    min-height: 125px;
    box-sizing: border-box;
    width: 100%;
}

section.footer > a.logo {
    position: absolute;
    z-index: 5;
    width: 215px;
    height: 145px;
    left: 60px;
    top: 20px;
    background: url('../images/logo-footer.png') top center no-repeat;
    background-size: contain;
    margin: 0;
    vertical-align: top;
}

section.footer > .socials {
    position: absolute;
    z-index: 5;
    width: 115px;
    height: 110px;
    right: 30px;
    top: 20px;
    margin: 0;
    vertical-align: top;
    text-align: right;
}

section.footer > .socials .social {
    display: inline-block;
    width: 34px;
    height: 36px;
    color: #fff;
    text-align: center;
    padding: 3px 2px;
    box-sizing: border-box;
    font-size: 11px;
    border: 0 solid #fff;
}

section.footer > .socials .social-content {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #000;
    text-align: center;
    font-size: 11px;
}

section.footer > .socials .social-content.twitter {
    background: url('../images/twitter.png') center center no-repeat;
    background-size: contain;
}

section.footer > .socials .social-content.instagram {
    background: url('../images/instagram.png') center center no-repeat;
    background-size: contain;
}

section.footer > .socials .social-content.facebook {
    background: url('../images/facebook.png') center center no-repeat;
    background-size: contain;
}

section.footer > article {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    background: transparent;
    color: #fff;
    text-align: center;
}

section.footer > article .partners {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 0;
}

section.footer > article .partner {
    display: inline-block;
    width: 20%;
    color: #fff;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    font-size: 11px;
    border: 0 solid #fff;
}

section.footer > article .partner-content {
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border: 0 solid #fff;
    box-sizing: border-box;
    padding-top: 60px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 150px;
}

section.footer > article .partner-content.face-off {
    background-image: url('../images/logos-face-off.svg');
}

section.footer > article .copyright {
    display: inline-block;
    width: auto;
    color: #fff;
    text-align: center;
    font-size: 11px;
    padding: 10px 40px 0 40px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

section.footer > article .copyright a {
    color: #fff;
    text-decoration: underline;
}

/* MAIN CONTENT
--------------------------------------------- */

section {
    padding: 0;
    min-height: 60px;
    box-sizing: border-box;
    width: 100%;
}

section.submenu {
    min-height: 0;
    margin-top: 20px;
}

section.submenu article {
    background: #ad1919;
}

section.submenu.black article {
    background: #000;
}

section > article {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.page-header {
    box-sizing: border-box;
    width: 100%;
    background: #000;
    box-sizing: border-box;
    padding: 30px 20px;
    height: auto;
    position: relative;
    margin-top: 20px;
    font-size: 0;
}

.page-header.white {
    background: #fff;
}

.page-header.red {
    background: #ad1919;
}

.page-header.black {
    background: #000;
}

.page-header.transparent {
    background: transparent;
    color: #000;
    padding-bottom: 50px;
}

.page-header h1 {
    color: #fff;
    font-size: 34px; /*font-weight: 100;*/
    font-weight: 300;
    line-height: 40px;
    position: relative;
}

.page-header.white h1 {
    color: #000;
}

.page-header.black h1 {
    color: #fff;
}

.page-header.transparent h1 {
    color: #000;
}

.breadcrumbs {
    display: inline-block;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.breadcrumbs.bottom {
    margin-top: 15px;
    border-bottom: 0 none
}

.breadcrumbs a {
    color: #000;
    border: 1px solid rgba(0, 0, 0, 1);
    padding: 5px 10px;
}

.page-header h1.double-header {
    background: #fff;
    width: auto;
    padding: 15px;
    display: inline-block;
    -webkit-box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, .1);
    max-width: 50%;
    box-sizing: border-box;
}

.page-header h1.double-header .secondary {
    background: #000;
    color: #fff;
    width: auto;
    padding: 0 15px;
    position: absolute;
    -webkit-box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, .1);
    left: 20px;
    bottom: -30px;
    font-size: 24px;
}

.team-logo {
    position: absolute;
    right: 0;
    top: 20px;
    bottom: 20px;
    width: 250px;
    z-index: 20;
    color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.page-content {
    box-sizing: border-box;
    width: 100%;
    color: #000;
    background: transparent;
    box-sizing: border-box;
    padding: 0;
    height: auto;
    position: relative;
    margin-top: 20px;
    font-size: 0;
}

.page-content.white {
    background: #fff;
    color: #000;
    font-size: 14px;
}

.page-content.black {
    background: #000;
    color: #fff;
    font-size: 14px;
}

.page-content.red {
    background: #ad1919;
    color: #fff;
    font-size: 14px;
}

.page-content a {
    color: #ad1919;
}

.page-content a:hover {
    text-decoration: underline;
}

/* TEAM PAGE
--------------------------------------------- */

.content-sidebar {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
}

.content-sidebar .sidebar {
    max-width: 400px;
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.content-sidebar .content {
    flex: 1;
    background-color: #fff;
    color: #fff;
    box-sizing: border-box;
    padding: 20px;
}

.content-info {
    width: 100%;
    display: inline-block;
    color: #000;
    box-sizing: border-box;
}

.content-info p {
    width: 100%;
    display: inline-block;
    color: #000;
    box-sizing: border-box;
    padding: 0 0 20px 0;
}

div.submenu {
    width: 100%;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 0 solid rgba(0, 0, 0, 0.25);
}

div.submenu a {
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 16px;
    border: 0 solid rgba(0, 0, 0, 0.25);
    border-bottom: 0;
}

div.submenu a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.25);
}

div.submenu a.active {
    color: #ad1919;
    background: #fff;
}

div.submenu.black a.active {
    color: #000;
    background: #fff;
}

div.team-info {
    display: inline-block;
    width: 100%;
    border: 0 solid #fff;
}

div.team-info h3 {
    color: #000;
    border-bottom: 1px solid #fff; /*font-weight: 100;*/
    font-weight: 300;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

div.team-info table.team-info-data {
    width: 100%;
    margin-bottom: 20px;
}

div.team-info table.team-info-data td {
    padding: 0 5px 5px 5px;
    line-height: normal;
}

div.team-info table.team-info-data td:first-of-type {
    width: 75px;
    font-weight: bold;
}

div.team-info table.team-info-data.wide td:first-of-type {
    width: 100%;
    font-weight: normal;
}

div.team-info table.team-info-data td a {
    padding: 0 0 0 15px;
    line-height: 25px;
    background-image: url('../images/chevron-right-red.png');
    background-size: 10px;
    background-position: left center;
    background-repeat: no-repeat;
}

.team-roster-players {
    margin-bottom: 20px;
}

.team-roster-players th {
    text-align: left;
    padding: 5px 5px;
    width: auto;
}

.team-roster-players th:first-of-type {
    text-align: right;
    width: 20px;
}

.team-roster-players td {
    text-align: left;
    padding: 5px 5px;
    width: auto;
}

.team-roster-players td.subheader {
    font-weight: bold;
    font-size: 18px;
    padding-top: 25px;
}

.team-roster-players td.nmbr {
    text-align: right;
    width: 20px;
}

h2.player-group.first {
    margin-top: 0;
}

h2.player-group {
    margin-top: 30px;
}

.player-line {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    box-sizing: border-box;
    color: #000;
    position: relative;
    padding: 0 0 0 90px;
    min-height: 60px;
    margin: 10px 0 0 0;
}

.player-number {
    display: inline-block;
    position: absolute;
    border-radius: 60px;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #ad1919;
    text-align: center;
    font-size: 24px;
    font-weight: 200;
}

.player-number.position {
    font-size: 20px;
}

.player-name {
    display: inline-block;
    line-height: 20px;
    padding-top: 10px; /*font-weight: 100;*/
    font-weight: 300;
}

.player-name span {
    font-weight: bold;
    font-size: 18px;
}

.player-yob {
    display: inline-block;
    line-height: 20px;
    width: 100%;
    right: 20px;
    padding-top: 0;
    font-style: italic;
}

.player-nation {
    display: inline-block;
}

.team-blocks {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}

.team-block {
    display: inline-flex;
    width: 150px;
    margin: 20px;
    border: 1px solid #000;
    flex-direction: column;
    justify-content: center;
}

.team-block .team-block-logo {
    display: block;
    box-sizing: border-box;
    width: 150px;
    height: 150px;
    margin: 0;
    border: 0 none;
}

.team-block .team-block-logo-image {
    display: inline-block;
    width: 130px;
    height: 130px;
    margin: 10px;
    background-image: url(../images/logo-grey.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.team-block .team-block-name {
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

/* LEAGUE PAGE
--------------------------------------------- */

div.league-info {
    display: inline-block;
    width: 100%;
    border: 0 solid #fff;
}

div.league-info h3 {
    color: #000;
    border-bottom: 1px solid #fff; /*font-weight: 100;*/
    font-weight: 300;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

div.league-info table.league-info-data {
    width: 100%;
    margin-bottom: 20px;
}

div.league-info table.league-info-data td {
    padding: 0 5px 5px 5px;
    line-height: normal;
}

div.league-info table.league-info-data td:first-of-type {
    width: 100px;
    font-weight: bold;
}

div.league-info table.league-info-data.wide td:first-of-type {
    width: 100%;
    font-weight: normal;
}

div.league-info table.league-info-data td a {
    padding: 0 0 0 15px;
    line-height: 25px;
    background-image: url('../images/chevron-right-red.png');
    background-size: 10px;
    background-position: left center;
    background-repeat: no-repeat;
}

div.league-info table.league-info-data td a.league-rules {
    display: inline-block;
    font-weight: normal;
    padding: 5px 10px 5px 25px;
    line-height: 25px;
    background-image: url('https://www.beneleague-icehockey.com/assets/images/chevron-right-white.png');
    background-size: 10px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-top: 10px;
}

div.league-info table.league-info-data td a.league-rules:hover {
    background-color: #ad1919;
    text-decoration: none;
}

.league-blocks {
    display: flex;
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}

.league-block {
    display: inline-flex;
    width: 150px;
    margin: 20px;
    border: 1px solid #000;
    flex-direction: column;
    justify-content: center;
}

.league-block .league-block-logo {
    display: block;
    box-sizing: border-box;
    width: 150px;
    height: 150px;
    margin: 0;
    border: 0 none;
}

.league-block .league-block-logo-image {
    display: inline-block;
    width: 130px;
    height: 130px;
    margin: 10px;
    background-image: url(../images/logo-grey.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.league-block .league-block-name {
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.league-event {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 10px 10px 10px 150px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-weight: normal;
}

.league-event:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.league-event-date {
    display: inline-block;
    width: 140px;
    vertical-align: top;
    position: absolute;
    left: 10px;
    top: 10px;
}

.league-event-date span {
    display: inline-block;
    width: 100%;
}

.league-event-teams {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 15px;
    box-sizing: border-box;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.league-event-teams.wide {
    width: 100%;
    font-weight: bold;
}

.league-event-teams.wide.team {
    font-weight: normal;
}

.league-event-reason {
    display: inline-block;
    width: auto;
    vertical-align: top;
    padding: 0 15px;
    box-sizing: border-box;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.league-event-description {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 15px;
    box-sizing: border-box;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.league-event-dates {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 15px;
    box-sizing: border-box;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.league-event-dates span.from {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.league-event-dates span.to {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background-color: #8dc63f;
    padding: 0 5px;
    box-sizing: border-box;
}

.league-event-dates span.location-changed {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-weight: bold;
    font-size: 11px;
}

.league-event-dates span span.changelabel {
    font-size: 14px;
    display: inline-block;
    width: 45px;
    box-sizing: border-box;
    background-color: #f0f;
}

.league-event .rightalign {
    text-align: right;
}

.ranking-container {
    display: inline-block;
    width: 100%;
    background-color: #ad1919;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
    overflow-x: auto;
}

select.leagueselector {
    width: 190px;
    padding: 0 11px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #d9d7d7;
    border-bottom: 2px solid #d9d7d7;
    outline: 0;
    color: #000;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    background-color: #fff;
    background-image: url(../images/arrow-down-black.svg);
    background-repeat: no-repeat;
    background-position: right+15px center;
    background-size: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -22px;
    height: 45px;
    line-height: 44px;
}

/* STATS PAGE
--------------------------------------------- */

.stats-legenda {
    box-sizing: border-box;
    padding-right: 400px;
    width: 100%;
    height: auto;
    position: relative;
}

.stats-legenda .legenda {
    width: 400px;
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    min-height: 400px;
}

.stats-legenda .stats {
    width: 100%;
    overflow-x: auto;
    background-color: #fff;
    color: #fff;
    box-sizing: border-box;
    padding: 30px 20px;
    box-sizing: border-box;
}

.singleleaderboard-header {
    background: #000;
    color: #fff;
    padding: 20px;
}

.singleleaderboard-slider-container {
    background-color: #ad1919;
    display: inline-block;
    width: 100%;
    padding: 20px 50px 15px 50px;
    background-image: url(https://www.beneleague-icehockey.com/assets/images/home-stats-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    color: #fff;
    box-sizing: border-box;
}

.singleleaderboard-slider {
    width: 100%;
    margin: 15px auto 0 auto;
    height: 320px;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.singleleaderboard-slide {
    display: inline-block;
    height: 320px;
    width: 25%;
    color: #fff;
    text-align: center;
    margin: 0 0;
    padding: 0 0 0 0;
    box-sizing: border-box;
}

.singleleaderboard-slide-title {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
}

.singleleaderboard-slide-picture {
    display: inline-block;
    width: 120px;
    border: 5px solid #fff;
    height: 150px;
    background: white;
    z-index: 1;
}

.singleleaderboard-slide-picture.placeholder {
    background: url('../images/leaderboard.svg') center center no-repeat;
}

.profile-pic {
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.singleleaderboard-slide-name {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
}

.singleleaderboard-slide-team {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 10px;
}

.singleleaderboard-slide-type {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
}

.singleleaderboard-slide-value {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 10px;
}

.singleleaderboard-sliderdots {
    width: 100%;
    margin: 0;
    height: 30px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

table.statsTable {
    width: 100%;
    border-collapse: collapse;
}

table.statsTable tr:nth-child(odd) {
    background-color: #f7f7f7;
}

table.statsTable th {
    background: #000;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px 10px 10px;
    width: 40px;
    text-align: center;
}

table.statsTable th span {
    cursor: pointer;
    text-decoration: underline;
}

table.statsTable th.sorting {
    background-color: #ad1919;
    background-image: url(../images/arrow-down.svg);
    background-position: bottom+10px center;
    background-repeat: no-repeat;
    background-size: 12px;
}

table.statsTable th.sorting.name {
    background-position: bottom+10px left+30px;
}

table.statsTable th:nth-child(2) {
    width: auto;
    text-align: left;
}

table.statsTable th:nth-child(3) {
    text-align: left;
}

table.statsTable td {
    text-align: center;
    padding: 10px;
}

table.statsTable tr:nth-child(odd) td.sorting {
    background: #c7aeae;
}

table.statsTable tr:nth-child(even) td.sorting {
    background: #e5cccc;
}

table.statsTable td:nth-child(2) {
    text-align: left;
}

table.statsTable td:nth-child(3) {
    text-align: left;
    white-space: nowrap;
}

div.filters {
    display: inline-block;
    width: 100%;
    color: #000;
    padding: 10px 0 20px 0;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

div.filter-title {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    background: #000;
    color: #fff;
    padding: 0 10px;
    line-height: 50px;
    box-sizing: border-box;
}

div.filter-option {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0 10px 0 30px;
    margin-top: 15px;
    line-height: 20px;
    box-sizing: border-box;
}

div.filter-option span {
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    box-sizing: border-box;
    background-image: url("../images/check-grey.svg");
    background-size: 20px;
    background-position: left center;
    background-repeat: no-repeat;
}

div.filter-option:hover span {
    border-color: #fff;
}

div.filter-option.active span {
    background-image: url(../images/check-red.svg);
    border-color: #ad1919;
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}

.pager {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

.pager a {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    font-weight: bold;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.pager a.active {
    background-color: #ad1919;
    color: #fff;
}

.pager span {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: rgba(0, 0, 0, 0.25);
}

.pager span.pages {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ad1919;
}


/* CONTACT / INFO
--------------------------------------------- */
div.contact-info {
    display: inline-block;
    width: 100%;
    border: 0 solid #fff;
}

div.contact-info h3 {
    color: #000;
    border-bottom: 1px solid #fff; /*font-weight: 100;*/
    font-weight: 300;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

div.contact-info table.contact-info-data {
    width: 100%;
    margin-bottom: 20px;
}

div.contact-info table.contact-info-data td {
    padding: 0 5px 5px 5px;
    line-height: normal;
}

div.contact-info table.contact-info-data td:first-of-type {
    width: 75px;
    font-weight: bold;
}

div.contact-info table.contact-info-data.wide td:first-of-type {
    width: 100%;
    font-weight: normal;
}

div.contact-info table.contact-info-data td a {
    padding: 0 0 0 15px;
    line-height: 25px;
    background-image: url('../images/chevron-right-red.png');
    background-size: 10px;
    background-position: left center;
    background-repeat: no-repeat;
}

.members {
    display: inline-block;
    width: 100%;
}

.member-line {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    box-sizing: border-box;
    color: #000;
    position: relative;
    padding: 0 0 0 90px;
    min-height: 60px;
    margin: 10px 0 0 0;
}

.member-number {
    display: inline-block;
    position: absolute;
    border-radius: 60px;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #ad1919;
    text-align: center;
    font-size: 24px;
    font-weight: 200;
}

.member-number.position {
    font-size: 20px;
}

.member-name {
    display: inline-block;
    line-height: 20px;
    padding-top: 10px; /*font-weight: 100;*/
    font-weight: 300;
}

.member-name span {
    font-weight: bold;
    font-size: 18px;
}

.member-yob {
    display: inline-block;
    line-height: 20px;
    width: 100%;
    right: 20px;
    padding-top: 0;
    font-style: italic;
}

.member-nation {
    display: inline-block;
}

.form.contact input[type="text"], .form.contact input[type="input"], .form.contact input[type="password"], .form.contact textarea, .form.contact select {
    width: 100%;
    padding: 11px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border: 1px solid #d9d7d7;
    border-bottom: 2px solid #d9d7d7;
    outline: 0;
    color: #000;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.form.contact select {
    background: #fff url(../images/arrow-down-black.svg) no-repeat 98% 50%;
    background-size: 14px;
    color: #000;
}

.form.contact .field.error select {
    border: 1px solid #ad1919;
}

.form.contact .field.error input[type="text"] {
    border: 1px solid #ad1919;
}

.form.contact .field.error input[type="password"] {
    border: 1px solid #ad1919;
}

.form.contact .field.error textarea {
    border: 1px solid #ad1919;
}

.form.contact .field.link {
    padding-bottom: 20px;
}

.form.contact .field a {
    font-size: 14px;
}

.form-response {
    display: inline-block;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, .1);
}

.form-response.errors {
    background-color: #ad1919;
    color: #fff;
}

.form-response.succes {
    background-color: #8dc63f;
    color: #fff;
}

.form.contact .captcha {
    display: inline-block;
    width: 100%;
    padding-left: 100px;
    position: relative;
    box-sizing: border-box;
}

.form.contact .captcha img {
    position: absolute;
    left: 0;
    top: 0;
}

.form.contact input[type="submit"] {
    width: 100%;
    max-width: 300px;
    margin: 15px 0;
    padding: 15px 20px;
    display: inline-block;
    background: #ad1919;
    border: 1px solid #ad1919;
    border-bottom: 1px solid #ad1919;
    color: #fff;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
    font-size: 18px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 0 1px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 0 1px rgba(0, 0, 0, .2);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background 300ms ease;
    transition: background 300ms ease;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form.contact .label {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.form.contact .label span.required {
    color: #ad1919;
}

.form.contact .legend span.required {
    color: #ad1919;
}

.news-line {
    display: block;
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
    background-position: 20px 20px;
    background-repeat: no-repeat;
    background-size: 200px;
}

.news-line.image {
    padding-left: 220px;
}

.news-line:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.news-title {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    padding: 20px;
    box-sizing: border-box;
}

.news-exerpt {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: normal;
    padding: 0 20px;
    box-sizing: border-box;
}

.news-readmore {
    display: inline-block;
    width: auto;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    background-color: #ad1919;
    font-weight: normal;
    padding: 10px;
    box-sizing: border-box;
    margin: 20px;
}

/* GAME PAGE
--------------------------------------------- */
div.game-info {
    display: inline-block;
    width: 100%;
    border: 0 solid #fff;
}

div.game-info h3 {
    color: #000;
    border-bottom: 1px solid #fff; /*font-weight: 100;*/
    font-weight: 300;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

div.game-info table.game-info-data {
    width: 100%;
    margin-bottom: 20px;
}

div.game-info table.game-info-data td {
    padding: 0 5px 5px 5px;
    line-height: normal;
}

div.game-info table.game-info-data td:first-of-type {
    width: 75px;
    font-weight: bold;
}

div.game-info table.game-info-data.officials td:first-of-type {
    width: 120px;
}

div.game-info table.game-info-data.wide td:first-of-type {
    width: 100%;
    font-weight: normal;
}

div.game-info table.game-info-data td a {
    padding: 0 0 0 15px;
    line-height: 25px;
    background-image: url('../images/chevron-right-red.png');
    background-size: 10px;
    background-position: left center;
    background-repeat: no-repeat;
}

div.game-info table.game-info-data-overview {
    width: auto;
    margin-bottom: 20px;
    display: inline-block;
}

div.game-info table.game-info-data-overview tr.separate td {
    border-top: 1px solid rgba(0, 0, 0, 0.50);
}

div.game-info table.game-info-data-overview tr.bottompart td {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}

div.game-info table.game-info-data-overview th {
    text-align: center;
    border-bottom: 2px solid #4b4b4b;
}

div.game-info table.game-info-data-overview th.first {
    width: 75px;
    text-align: left;
}

div.game-info table.game-info-data-overview th.second {
    width: 50px;
    text-align: left;
}

div.game-info table.game-info-data-overview td {
    vertical-align: middle;
    min-width: 35px;
    text-align: center;
}

div.game-info table.game-info-data-overview td.first {
    width: 75px;
    text-align: left;
    border: 0 !important;
}

div.game-info table.game-info-data-overview td.second {
    width: 50px;
    text-align: left;
}


.game-lineup {
    display: inline-block;
    width: 100%;
}

.game-lineup-header {
    display: inline-block;
    width: 100%;
}

.team-lineup-header-table {
    width: 100%;
    border-collapse: collapse;
}

.game-lineup-header-team {
    width: 50%;
    vertical-align: middle;
    background-color: #ad1919;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
}

.game-lineup-header-team:first-of-type {
    text-align: left;
}

.game-lineup-header-team.active {
    background-color: #ad1919;
    color: #fff;
}

.game-lineup-teams {
    display: inline-block;
    width: 100%;
    position: relative;
}

.game-lineup-team {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 30;
    width: 50%;
    background: #fff;
    padding: 0 20px 0 0;
}

.game-lineup-team:first-of-type {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 31;
    width: 50%;
    background: #fff;
    padding: 0 0 0 20px;
}

.game-lineup-team.active {
    z-index: 35;
}

.game-lineup-team table {
    width: 100%;
    border-collapse: collapse;
}

.game-lineup-team tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

.game-lineup-team td {
    text-align: right;
    line-height: 40px;
}

.game-lineup-team td.subheader {
    font-size: 18px;
    padding: 10px 0;
}

.game-lineup-team td span {
    float: right;
    width: 40px;
    font-size: 18px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    margin: 0 0 0 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    color: #ad1919;
    font-weight: bold;
}

.game-lineup-team:first-of-type {
    left: 0;
    text-align: left;
}

.game-lineup-team:first-of-type td {
    text-align: left;
}

.game-lineup-team:first-of-type td span {
    float: left;
    text-align: center;
    box-sizing: border-box;
    margin: 0 10px 0 0;
    border-left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

div.timeline-header {
    width: 100%;
    border-collapse: collapse;
    background-image: url(../images/vs.svg);
    background-position: center 50px;
    background-repeat: no-repeat;
    background-size: 15px;
}

div.timeline-header div.vs {
    display: table;
    width: 100%;
    font-size: 0;
}

div.timeline-header div.vs .mobile-vs {
    display: none;
}

div.timeline-header-team {
    display: table-cell;
    width: 50%;
    height: 100px;
    vertical-align: middle;
    font-size: 24px;
    color: #000;
    padding: 0 160px 0 100px;
    box-sizing: border-box;
    background-image: url(../images/logo-grey.png);
    background-position: center right+35px;
    background-repeat: no-repeat;
    background-size: 90px;
    text-align: left;
    font-weight: bold;
    position: relative;
}

div.timeline-header-team:first-of-type {
    padding: 0 100px 0 160px;
    background-position: center left+35px;
    text-align: right;
}

div.timeline-header-team .score {
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -25px;
    background-color: #ad1919;
    color: #fff;
    display: inline-block;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

div.timeline-header-team:first-of-type .score {
    right: 25px;
    left: auto;
    float: right;
    margin-left: 15px;
    margin-right: 0;
}

div.timeline-header-status {
    text-align: center;
    color: #ad1919;
    font-size: 20px;
    font-weight: bold;
}

div.timeline-header-score {
    text-align: center;
    color: #000;
    font-size: 12px;
    padding: 10px 0 0 0;
}

.timeline-content {
    width: 100%;
    border-top: 0 solid rgba(0, 0, 0, 0.15);
    margin-top: 20px;
    padding-top: 20px;
}

.timeline-event-score {
    position: absolute;
    left: 50%;
    background-color: #ad1919;
    color: #fff;
    width: 40px;
    text-align: center;
    font-size: 12px;
    margin-left: -20px;
    top: 45px;
}

.timeline-event {
    display: inline-block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    color: #000;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    padding: 10px 0;
    background-size: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    font-weight: bold;
    color: #ad1919;
}

.timeline-event.goal {
    background-image: url('../images/game-puck.svg');
    background-position: center 10px;
    min-height: 85px;
}

.timeline-event.penalty {
    background-image: url('../images/game-whistle.svg');
}

.timeline-event.enter {
    background-image: url('../images/game-in.svg');
}

.timeline-event.exit {
    background-image: url('../images/game-out.svg');
}

.timeline-event.change {
    background-image: url('../images/game-change.svg');
}

.timeline-event.clock {
    background-image: url('../images/game-clock.svg');
}

.timeline-event.team-a {
    text-align: left;
    font-weight: normal;
    color: #000;
}

.timeline-event.team-b {
    text-align: right;
    font-weight: normal;
    color: #000;
}

.timeline-event-content {
    display: inline-block;
    width: 50%;
    color: #000;
    box-sizing: border-box;
    position: relative;
    min-height: 50px;
}

.team-a .timeline-event-content {
    text-align: left;
    padding: 0 50px 0 75px;
}

.team-b .timeline-event-content {
    text-align: right;
    padding: 0 75px 0 50px;
}

.timeline-event span {
    width: 50px;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: italic;
}

.timeline-event span b {
    width: 100%;
    font-weight: bold;
    color: #ad1919;
    font-size: 14px;
    font-style: normal;
}

.timeline-event.team-a span {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 15px;
}

.timeline-event.team-b span {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 15px;
}

/* MEDIA QUERIES
--------------------------------------------- */

@media only screen and (min-width: 0) and (max-width: 1500px) {
    .games-slider {
        width: 1340px;
    }

    section > article {
        max-width: 1280px;
    }

    table.statsTable td:nth-child(3) {
        white-space: normal;
    }

}

@media only screen and (min-width: 0) and (max-width: 1340px) {
    .games-slider {
        width: 1180px;
    }

    .leaderboard-slider {
        width: 600px;
    }

    section > article {
        max-width: 1120px;
    }

    .news-media .media .media-content {
        padding: 0 180px 0 0;
    }

    .news-media .media .media-content .small-movie {
        width: 180px;
    }

    /*
	.timeline-header { background-position:center 40px; }
	.timeline-header-team { padding:100px 20px 0 0; background-position:top right +20px; text-align:right; }
	.timeline-header-team:first-of-type { padding:100px 0 0 20px; background-position:top left +20px; text-align:left; }
	.timeline-header-team .score { top:45px; }
	*/
    div.timeline-header {
        background-position: center 40px;
    }

    div.timeline-header-team {
        padding: 100px 20px 0 0;
        background-position: top right+20px;
        text-align: right;
    }

    div.timeline-header-team:first-of-type {
        padding: 100px 0 0 20px;
        background-position: top left+20px;
        text-align: left;
    }

    div.timeline-header-team .score {
        top: 45px;
    }
}

@media only screen and (min-width: 0) and (max-width: 1200px) {
}

@media only screen and (min-width: 0) and (max-width: 1180px) {
    .player-line {
        width: 100%;
    }

    .member-line {
        width: 100%;
    }

    .games-slider {
        width: 1020px;
    }

    .leaderboard-slider {
        width: 400px;
    }

    section {
        padding: 0 20px;
    }

    section > article {
        max-width: 960px;
    }

    .news-media {
        padding: 30px 0;
    }

    .news-media .news {
        padding: 0 20px;
    }

    .news-media .media {
        padding: 0 20px;
    }

    /*
	.stand-stand { padding:30px 0; }
	.stand-stand .stand-l { padding:0 20px; }
	.stand-stand .stand-r { padding:0 20px; }
	*/
    section.footer > article .partner {
        width: 50%;
    }

    .news-line.image {
        padding-top: 180px;
        padding-left: 0;
        background-position: center 20px;
    }

}

@media only screen and (min-width: 0) and (max-width: 1080px) {
    section.top > article:first-of-type {
        padding-right: 20px;
    }

    section.top > article nav div > ul {
        text-align: right;
    }

    section.top > article nav div > ul > li a {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 0) and (max-width: 1020px) {
    .games-slider {
        width: 860px;
    }

    section > article {
        max-width: 100%;
    }

    section.top > article nav div > ul > li a {
        padding: 0 10px;
    }

    .stats-legenda {
        padding-right: 0;
        width: 100%;
        height: auto;
        position: relative;
    }

    .stats-legenda .legenda {
        width: 100%;
        position: static;
        min-height: 10px;
        margin-bottom: 20px;
    }

    .stats-legenda .stats {
    }

    .stand-legenda {
        padding-right: 0;
        width: 100%;
        height: auto;
        position: relative;
    }

    .stand-legenda .legenda {
        width: 100%;
        position: static;
        min-height: 10px;
        margin-bottom: 20px;
    }

    .stand-legenda .stand {
    }

    table.statsTable th {
        padding: 10px 5px;
        width: auto;
    }

    table.statsTable td {
        padding: 10px 5px;
        width: auto;
    }

    table.statsTable td:nth-child(3) {
        white-space: nowrap;
    }

    .game-lineup-header-team {
        text-align: center;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.05);
        color: #000;
    }

    .game-lineup-header-team.active {
        background-color: #ad1919;
        color: #fff;
        text-align: center;
    }

    .game-lineup-header-team:first-of-type {
        text-align: center;
    }

    .game-lineup-team {
        width: 100% !important;
    }

    .game-lineup-team {
        left: 0;
        text-align: left;
    }

    .game-lineup-team td {
        text-align: left;
    }

    .game-lineup-team td span {
        float: left;
        text-align: center;
        box-sizing: border-box;
        margin: 0 10px 0 0;
        border-left: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.15);
    }

    /*.timeline-event { display:inline-block; width:100%; border-top:1px solid rgba(0,0,0,0.15); color:#000; text-align:center; box-sizing:border-box; position:relative; padding:10px 0; background-size:30px; background-position:center center; background-repeat:no-repeat; font-weight:bold;  color:#ad1919; }*/
    .timeline-event.team-a {
        background-position: left 10px;
        padding-left: 50px;
    }

    .timeline-event.team-a .timeline-event-score {
        left: 15px;
    }

    .timeline-event.team-b {
        background-position: right 10px;
        padding-right: 50px;
    }

    .timeline-event.team-b .timeline-event-score {
        right: -5px;
        left: auto;
    }

    .timeline-event-content {
        width: 80%;
    }

}

@media only screen and (min-width: 0) and (max-width: 920px) {
    .leaderboard-slider {
        width: 200px;
    }

    table.statsTable td:nth-child(3) {
        white-space: normal;
    }

}

@media only screen and (min-width: 0) and (max-width: 899px) {
    .player-line {
        width: 50%;
    }

    .member-line {
        width: 50%;
    }

    .leaderboard-slider {
        width: 600px;
    }

    section.top > article nav div > ul > li a {
        padding: 0 5px;
    }

    .stats-ranking {
        padding-right: 0;
        width: 100%;
        height: auto;
        position: relative;
    }

    .stats-ranking .ranking {
        width: 100%;
        position: static;
        min-height: 10px;
        margin-bottom: 20px;
    }

    .stats-ranking .stats {
    }

    .content-sidebar {
        flex-direction: column;
    }

    .content-sidebar .sidebar {
        min-height: 10px;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .news-media {
        padding-right: 0;
        width: 100%;
        height: auto;
        position: relative;
    }

    .news-media .news {
        width: 100%;
        min-height: 10px;
        margin-bottom: 20px;
    }

    .news-media .media {
        width: 100%;
        min-height: 10px;
        margin-bottom: 0;
    }

    /*
	.stand-stand { padding-right:0px; width:100%; height:auto; position:relative; }
	.stand-stand .stand-l { width:100%; min-height:10px; margin-bottom:20px; }
	.stand-stand .stand-r { width:100%; min-height:10px; padding-top:30px; margin-bottom:0px; border-top:20px solid #fff; }
	*/
    .news-media .media .media-content {
        padding: 0 250px 0 0;
    }

    .news-media .media .media-content .big-movie {
        background-size: auto 410px;
    }

    .news-media .media .media-content .small-movie {
        width: 250px;
    }

    .news-media .news .bottom-content {
        margin-top: 20px;
    }

    .game-lineup-header-team {
        text-align: right;
        cursor: pointer;
        background-color: #ad1919;
        color: #fff;
    }

    .game-lineup-header-team.active {
        background-color: #ad1919;
        color: #fff;
        text-align: center;
    }

    .game-lineup-header-team:first-of-type {
        text-align: left;
    }

    .game-lineup-team {
        width: 50% !important;
    }

    .game-lineup-team {
        right: 0;
        left: auto;
        text-align: right;
    }

    .game-lineup-team td {
        text-align: right;
    }

    .game-lineup-team td span {
        float: right;
        text-align: center;
        box-sizing: border-box;
        margin: 0 0 0 10px;
        border-right: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.15);
    }

    /*
	.timeline-header { background-position:center 50px; }
	.timeline-header-team { padding:0 150px 0 100px; background-position:center right +35px; text-align:left; }
	.timeline-header-team:first-of-type { padding:0 100px 0 150px; background-position:center left +35px; text-align:right; }
	.timeline-header-team .score { top:50%; }
	*/
    .timeline-content {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    div.timeline-header {
        background-position: center 50px;
    }

    div.timeline-header-team {
        padding: 0 150px 0 100px;
        background-position: center right+35px;
        text-align: left;
    }

    div.timeline-header-team:first-of-type {
        padding: 0 100px 0 150px;
        background-position: center left+35px;
        text-align: right;
    }

    div.timeline-header-team .score {
        top: 50%;
    }

    .news-line.image {
        padding-top: 0;
        padding-left: 220px;
        background-position: 20px 20px;
    }


}

@media only screen and (min-width: 0) and (max-width: 860px) {
    .games-slider {
        width: 700px;
    }

    section > article {
        max-width: 640px;
    }

    section.footer > article .partner {
        width: 100%;
    }

    /*
	.timeline-header { background-position:center 40px; }
	.timeline-header-team { padding:100px 20px 0 0; background-position:top right +20px; text-align:right; }
	.timeline-header-team:first-of-type { padding:100px 0 0 20px; background-position:top left +20px; text-align:left; }
	.timeline-header-team .score { top:45px; }
	*/
    div.timeline-header {
        background-position: center 40px;
    }

    div.timeline-header-team {
        padding: 100px 20px 0 0;
        background-position: top right+20px;
        text-align: right;
    }

    div.timeline-header-team:first-of-type {
        padding: 100px 0 0 20px;
        background-position: top left+20px;
        text-align: left;
    }

    div.timeline-header-team .score {
        top: 45px;
    }

    .stats-legenda .stats {
        padding: 30px 0;
    }

    .stand-legenda .stand {
        padding: 30px 0;
    }

}

@media only screen and (min-width: 0) and (max-width: 775px) {

    section.top {
        padding: 0 10px 0 10px;
    }

    section.top > article:first-of-type {
        padding-right: 0;
    }

    section.top > a.logo {
        left: 0;
    }

    /*
	section.footer { padding:120px 10px 10px 10px; }
	section.footer > a.logo { left:10px; }
	section.footer > .socials { right:10px; }
	*/
    section.footer {
        padding: 100px 50px 10px 50px;
    }

    section.footer > a.logo {
        left: 50%;
        margin-left: -100px;
        height: 65px;
    }

    section.footer > .socials {
        right: 50%;
        margin-right: -125px;
        height: 65px;
    }

    section.footer > .socials .social {
        width: 34px;
        margin-top: 6px;
    }

    section.footer > article .partner {
        width: 50%;
    }

    section.top > article nav {
        display: none;
    }

    section.top > article div#navMobile {
        display: block;
    }

    .games-slider-container {
        padding: 20px 10px 15px 10px;
    }
}

@media only screen and (min-width: 0) and (max-width: 700px) {
    .leaderboard-slider {
        width: 400px;
    }

    .games-slider {
        width: 540px;
    }

    section > article {
    }

    .news-media .media .media-content {
        padding: 0 200px 0 0;
    }

    .news-media .media .media-content .big-movie {
        background-size: auto 380px;
    }

    .news-media .media .media-content .small-movie {
        width: 200px;
    }
}

@media only screen and (min-width: 0) and (max-width: 600px) {
    .player-line {
        width: 100%;
    }

    .member-line {
        width: 100%;
    }

    .page-header.transparent {
    }

    .page-header h1.double-header {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .page-header h1.double-header .secondary {
        right: 20px;
    }

    .team-logo {
        position: static;
        width: 100%;
        height: 150px;
        margin-bottom: 20px;
    }

    .news-line.image {
        padding-top: 180px;
        padding-left: 0;
        background-position: center 20px;
    }
}

@media only screen and (min-width: 0) and (max-width: 540px) {
    .games-slider {
        width: 380px;
    }

    section > article {
    }

    /*section.footer > .socials .social { width:100%; } */
    section.footer > article .partner {
        width: 100%;
    }

    .news-media .media .media-content {
        padding: 0 0 0 0;
        height: 520px;
    }

    .news-media .media .media-content .big-movie {
        background-size: auto 380px;
        border-right: 0;
    }

    .news-media .media .media-content .small-movie {
        width: 50%;
    }

    .news-media .media .media-content .small-movie.top {
        top: 290px;
        bottom: auto;
        left: 0;
        border: 0;
        border-right: 5px solid #fff;
    }

    .news-media .media .media-content .small-movie.bottom {
        top: 290px;
        bottom: auto;
        right: 0;
        border: 0;
        border-left: 5px solid #fff;
    }

    .media-content-text {
        top: 435px;
    }

    .page-header.leagues {
        padding-bottom: 20px;
    }

    select.leagueselector {
        position: relative;
        width: 100%;
        margin-left: 20px;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 0) and (max-width: 500px) {
    .leaderboard-slider {
        width: 100%;
    }

    .leaderboard-slide {
        width: 100%;
    }

    div.schedule-teams {
        background-image: none !important;
        font-weight: bold;
        color: #ad1919;
    }

    a.schedule-line span.team-a {
        padding: 0 0 20px 0;
        background-image: url(../images/vs.svg);
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: bottom+5px center;
    }

    a.schedule-line:hover span {
        color: #fff;
    }

    a.schedule-line:hover span.team-a {
        background-image: url(https://www.beneleague-icehockey.com/assets/images/vs-white.svg);
        color: #fff;
    }

    a.schedule-line:hover span.team-b {
        color: #fff;
    }

    a.schedule-line span.team-b.left {
        padding: 0 0 5px 0;
    }

    a.schedule-line span {
        padding: 0 0 10px 0;
        width: 100%;
        text-align: center;
    }

    a.schedule-line span.left {
        padding: 10px 0 0 0;
        width: 100%;
        text-align: center;
    }

    a.schedule-line.result span {
        width: 100%;
        text-align: center;
    }

    a.schedule-line.result span.result {
        margin: 5px 0;
        width: 80px;
    }

    a.schedule-line.result span.result i {
        width: auto;
        background-color: transparent;
        color: #fff;
        vertical-align: middle;
    }

    a.schedule-line.result span.left {
        padding: 0 0 5px 0;
        width: 100%;
        text-align: center;
    }

    a.schedule-line.result div.schedule-teams {
        width: 100%;
        font-weight: bold;
        color: #000;
    }

    .news-media .news .bottom-content a {
        background-size: 75px;
    }

    .game-lineup-header-team {
        text-align: center;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.05);
        color: #000;
    }

    .game-lineup-header-team.active {
        background-color: #ad1919;
        color: #fff;
        text-align: center;
    }

    .game-lineup-header-team:first-of-type {
        text-align: center;
    }

    .game-lineup-team {
        width: 100% !important;
        padding: 0 20px 20px 20px !important;
        box-sizing: border-box;
    }

    .game-lineup-team {
        left: 0;
        text-align: left;
    }

    .game-lineup-team td {
        text-align: left;
    }

    .game-lineup-team td span {
        float: left;
        text-align: center;
        box-sizing: border-box;
        margin: 0 10px 0 0;
        border-left: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.15);
    }

    /*
	.timeline-header { background-position:center 40px; }
	.timeline-header-team { padding:100px 20px 10px 0; background-position:top right +20px; text-align:right; }
	.timeline-header-team:first-of-type { padding:100px 0 10px 20px; background-position:top left +20px; text-align:left; }
	.timeline-header-team .score { top:100%; right:10px; left:auto; margin-top:0px; }
	.timeline-header-team:first-of-type .score { top:100%; left:10px; right:auto;  }
	*/
    .timeline-event-content {
        width: 100%;
    }

    .team-a .timeline-event-content {
        padding: 0 20px 0 75px;
    }

    .team-b .timeline-event-content {
        padding: 0 75px 0 20px;
    }

    div.timeline-header {
        background-position: center 40px;
    }

    div.timeline-header-team {
        padding: 100px 20px 10px 0;
        background-position: top right+20px;
        text-align: right;
    }

    div.timeline-header-team:first-of-type {
        padding: 100px 0 10px 20px;
        background-position: top left+20px;
        text-align: left;
    }

    div.timeline-header-team .score {
        top: 100%;
        right: 10px;
        left: auto;
        margin-top: 0;
    }

    div.timeline-header-team:first-of-type .score {
        top: 100%;
        left: 10px;
        right: auto;
    }

    .league-event {
        padding: 40px 20px 10px 20px;
    }

    .league-event-date {
        width: 100%;
        left: 0;
        top: 5px;
        text-align: center;
    }

    .league-event-date span {
        padding: 0 5px;
        box-sizing: border-box;
        width: auto;
    }

    .league-event-teams {
        width: 100%;
        text-align: center;
        padding: 0;
        border-left: 0;
    }

    .league-event-dates {
        width: 100%;
        text-align: center;
        padding: 0;
        border-left: 0;
    }

    .league-event-description {
        padding: 15px 0;
        border-left: 0;
        text-align: center;
    }

    .content-sidebar .content {
        padding: 20px 0;
    }

    .content-sidebar .content.leagues .content-info {
        padding: 0 0 30px 0;
    }

    .content-sidebar .content .content-info {
        padding: 0 20px;
    }

    .content-sidebar .content .team-roster {
        padding: 0 20px 0 20px;
    }

    .content-sidebar .content .members {
        padding: 0 20px 30px 20px;
    }

    .content-sidebar .content h1 {
        padding: 0 20px;
        text-align: center;
    }

}

@media only screen and (min-width: 0) and (max-width: 470px) {

    .news-media .media .media-content {
        height: 560px;
    }

    .media-content-text {
        padding-right: 0;
        background-position: bottom center;
        background-image: url(../images/poweredby-wide.svg);
        background-size: 175px;
    }

    .media-content-text div {
        padding-right: 0;
        height: 60px;
    }

}

@media only screen and (min-width: 0) and (max-width: 450px) {
    a.schedule-line {
        padding: 5px 0 0 0;
        flex-direction: column;
    }

    a.schedule-line.result .schedule-teams {
        flex-direction: column;
    }

    div.schedule-info {
        width: 100%;
        text-align: center;
        bottom: auto;
        border: 0;
    }

    div.schedule-info-text {
        text-align: center;
        width: 100%;
        font-size: 0;
        height: 23px;
        padding-bottom: 5px;
        padding-right: 0;
        margin-bottom: 5px;
    }

    div.schedule-info .date {
        float: none;
        width: auto;
        font-size: 12px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0;
        box-sizing: border-box;
        vertical-align: top;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }

    div.schedule-info .venue {
        float: none;
        width: auto;
        font-size: 12px;
        display: inline-block;
        padding-right: 10px;
        padding-left: 0;
        box-sizing: border-box;
        vertical-align: top;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }

    div.submenu {
        text-align: center;
    }

    a.schedule-line {
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
        padding-bottom: 5px;
    }

    a.schedule-line:hover div.schedule-info .date {
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    }

    a.schedule-line:hover div.schedule-info .venue {
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    }

    a.schedule-line div.schedule-info .date::after {
        display: inline-block;
        content: "/";
        margin: 0 5px;
        color: #000;
    }

    a.schedule-line:hover div.schedule-info .date::after {
        color: #fff;
    }

    div.timeline-header {
        background-image: none;
    }

    div.timeline-header div.vs {
        display: inline-block;
    }

    div.timeline-header div.vs .mobile-vs {
        display: block;
        width: 100%;
        height: 30px;
        background-image: url(../images/vs.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 15px;
    }

    div.timeline-header-team {
        font-size: 18px;
        display: inline-block;
        width: 100%;
        background-size: 80px;
        padding: 15px 70px 0 100px !important;
        background-position: top left+10px;
        height: auto;
        min-height: 80px;
    }

    div.timeline-header-team:first-of-type .score {
        top: 20px;
        right: 0;
        left: auto;
        margin-left: 0;
        margin-right: 15px;
    }

    div.timeline-header-team .score {
        top: 20px;
        right: 0;
        left: auto;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    div.timeline-header-team:first-of-type {
        padding: 0 70px 0 100px;
        background-position: top left+10px;
        text-align: right;
    }

    .extra-padding {
        padding: 20px 0 !important;
    }
}

@media only screen and (min-width: 0) and (max-width: 420px) {
    .team-blocks {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .team-block {
        width: 100%;
        margin: 20px 0 0 0;
        padding-bottom: 40px;
    }

    .team-block .team-block-logo {
        width: 100%;
    }

    .league-blocks {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .league-block {
        width: 100%;
        margin: 20px 0 0 0;
        padding-bottom: 40px;
        height: 170px;
    }

    .league-block .league-block-logo {
        width: 100%;
    }


}

@media only screen and (min-width: 0) and (max-width: 380px) {
    .games-slider {
        width: 100%;
    }

    .game-slide {
        padding: 10px 10px 5px 10px;
    }

    section > article {
        max-width: 100%;
    }
}

.news-image {
    display:block;
    max-width: 100%;
    margin: 0 auto 20px;
}

@media screen and (min-width: 900px) {
    .mobile-only {
        display: none;
    }

    .content-sidebar .content {
        max-width: calc(100% - 400px);
    }
}

@media screen and (max-width: 899px) {
    .desktop-only {
        display: none;
    }
}

.node {
    padding: 20px 20px 10px;
}

.node p {
    padding-bottom: 10px;
}

.node ul,
.node ol {
    margin: 0 0 10px 40px;
}

.node ul li {
    list-style: disc;
}

.node ol li {
    list-style: decimal;
}

/** Embed Media **/
.media-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 25px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.media-wrapper iframe.media,
.media-wrapper .media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.charts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.charts .chart {
    padding: 20px;
    max-width: 100%;
}

ul.tab-menu {
    display: inline-block;
    text-align: center;
    width: 100%;
}

ul.tab-menu li {
    display: inline-block;
    margin: 5px 10px;
}

ul.tab-menu li a {
    font-weight: bold;
}

ul.tab-menu li.ui-tabs-active a {
    padding-bottom: 5px;
    color: #000;
    border-bottom: 2px solid #000;
    cursor: default;
}

ul.tab-menu li a:hover {
    text-decoration: none;
    color: #000;
}

@media screen and (max-width: 1330px) {
    .charts .chart h3 {
        text-align: center;
    }
}

@media screen and (max-width: 450px) {
    .charts .chart div {
        margin: 0 10px;
        overflow: scroll;
    }
}

.slick-arrow.slick-disabled {
    display: none;
}

.hidden {
    display: none !important;
}

.game-slide.is-live {
    width: 160px;
}

.game-slide-details-date.live-game {
    color: #ad1919;
    font-weight: bold;
}