/* latin-ext */
@font-face {
  font-family: 'Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'), url(https://fonts.gstatic.com/s/titilliumweb/v6/NaPecZTIAOhVxoMyOr9n_E7fdM3mDbRS.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'), url(https://fonts.gstatic.com/s/titilliumweb/v6/NaPecZTIAOhVxoMyOr9n_E7fdMPmDQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'), url(https://fonts.gstatic.com/s/titilliumweb/v6/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGIVzY4SY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'), url(https://fonts.gstatic.com/s/titilliumweb/v6/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGItzYw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Light';
  font-style: normal;
  font-weight: normal;
  src: local('Titillium Web Light'), local('TitilliumWeb-Light'), url(https://fonts.gstatic.com/s/titilliumweb/v6/NaPDcZTIAOhVxoMyOr9n_E7ffGjEGIVzY4SY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Light';
  font-style: normal;
  font-weight: normal;
  src: local('Titillium Web Light'), local('TitilliumWeb-Light'), url(https://fonts.gstatic.com/s/titilliumweb/v6/NaPDcZTIAOhVxoMyOr9n_E7ffGjEGItzYw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Semibold';
  font-style: normal;
  font-weight: normal;
  src: local('Titillium Web SemiBold'), local('TitilliumWeb-SemiBold'), url(https://fonts.gstatic.com/s/titilliumweb/v6/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGIVzY4SY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Semibold';
  font-style: normal;
  font-weight: normal;
  src: local('Titillium Web SemiBold'), local('TitilliumWeb-SemiBold'), url(https://fonts.gstatic.com/s/titilliumweb/v6/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGItzYw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    margin: 0;
    padding: 0
}

* {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.map-ticket { display:none}
.gmnoprint { display:none !important}
.map-date {text-align: center;color:#00b1cc}

.schedule:hover > .logo_filter, .standings_box tr:hover> .logo_filter {
    -webkit-filter: brightness(0) invert(1) !important;
            filter: brightness(0) invert(1) !important;
}

.stream_text {
    -webkit-animation: blinker 1s linear infinite;
            animation: blinker 1s linear infinite;
    overflow: visible !important;
}

@-webkit-keyframes blinker {
    30% {
        opacity: 0;
    }
}

@keyframes blinker {
    30% {
        opacity: 0;
    }
}

.meccsnap_selected {
    background-color: #00b1cc !important;
    border-bottom-color: #008599 !important;
}

.date_selector:after,
.header:after,
.schedule:after,
.three-box-container:after,
.container:after,
.box_title,
.last-turn-best:after,
.last-turn-best-interactive-map:after,
.box_header:after,
.game_day_main_info:after,
.social-icons:after {
    content: '';
    display: block;
    clear: both;
}

.date_selector {
    margin-top: 15px;
    margin-left: -1px;
    margin-right: -1px;
}

.section .date_selector{
    margin-top:48px;
}

.merkozesnap-szervezet { float:left;margin-left:20px}

.date_selector-item {
    width: 33.33%;
    display: block;
    float: left;
    padding: 0 1px;
    position: relative;
}

div#game_day {
    padding-bottom: 50px;
}

h1,
h3,
p,
span,
option,
select,
input,
td,
th {
    font-family: 'Regular';
}

.header img {
    float: left;
    width: 40px;
    height: 40px;
}

.header a {
    text-decoration: none;
    color: #000;
    font-style: italic;
}

.header h1 {
    position: relative;
    top: -5px;
    left: 20px;
    margin: 10px 0 5px 0;
    font-family: Bold !important;
    display: table;
}

header li.no-after:after {
    content: '' !important;
}

.schedule_box .turn_number {
    text-align: center;
    border-bottom: 1px solid #b4bbc2;
    margin-top: 29px;
    position: relative;
}

.turn_number--announcer{
    display:none !important;
    float:right;
    text-transform:uppercase;
}

.turn_number--announcer a{
    color: #aaabaf !important;
    text-decoration: none !important;
}

.turn_number--announced{
    text-align:left !important;
}

.turn_number--announced .turn_number--announcer{
    display: block !important;
}

.schedule-message-cont {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 81px;
    padding: 30px 0;
}

.schedule_box .home_team,
.schedule_box .away_team {
    float: left;
    width: 30%;
    overflow: hidden;
    padding: 0px 0;
}

.schedule_box .home_team {
    text-align: right;
}

.schedule_box .away_team {
    text-align: left;
}

.schedule_box .home_logo,
.schedule_box .away_logo {
    float: left;
    width: 12%;
    overflow: hidden;
    text-align: center;
    height: 26px;
}

.schedule_box .result-cont {
    width: 16%;
}

.sorsolas_panel .schedule_box .home_team,
.sorsolas_panel .schedule_box .away_team {
    width: 15%;
}

.sorsolas_panel .schedule_box .result-cont {
    width: 8%
}

.sorsolas_panel .schedule_box .home_logo,
.sorsolas_panel .schedule_box .away_logo {
    width: 6%;
}

.sorsolas_panel .schedule_box .buyticket_table a{
    width: 5%;
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/ticket.new.inverse.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    display:inline-block;
    height:24px;
    width:24px;
}

.sorsolas_panel .schedule_box .match_video_table a{
    width: 5%;
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/timeline/youtube_icon.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    display:inline-block;
    height:24px;
    width:20px;
}

.sorsolas_panel .schedule_box .schedule:hover .match_video_table a{
    -webkit-filter: brightness(0) invert(1) !important;
            filter: brightness(0) invert(1) !important;
}

.match_video_table{
    text-align:center;
}

.sorsolas_panel .schedule_box .team_sorsolas_tworow + .buyticket_table{
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.sorsolas_panel .schedule_box .buyticket_table a {
    display: block;
    margin:0 auto;
}

.sorsolas_panel .schedule_box .schedule:hover .buyticket_table a{
    background-position: top center;
}

.team_sorsolas_date {
    width: 23%;
    padding-left: 5px;
    font-family: SemiBold;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
}

.team_sorsolas_idopont {
    width: 8%;
    font-family: Regular;
    font-size: 15px;
    letter-spacing: 1px;
    color: #565d67;
    text-align: center;
}

.team_sorsolas_arena {
    width: 22%;
    font-family: Regular;
    font-size: 15px;
    color: #000000;
    line-height: 18px;
}

.sorsolas_panel .schedule_box .schedule:hover .team_sorsolas_date,
.sorsolas_panel .schedule_box .schedule:hover .team_sorsolas_idopont,
.sorsolas_panel .schedule_box .schedule:hover .team_sorsolas_arena {
    color: #ffffff;
}



.schedule_box .home_logo img,
.schedule_box .away_logo img {
    max-width: 90%;
    max-height: 100%;
    width: auto;
}

.schedule_box .home_team span,
.schedule_box .away_team span {
    display: block;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flexAlignCenter{
    display:flex;
    align-content:center;
    justify-content:center;
}

.schedule_box .result {
    float: left;
    background-color: #c61e29;
    color: #fff;
    padding: 2px 5px;
    width: 16%;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 32px;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}

.buyticket {
    display: none;
    position: absolute;
    right: 0;
    bottom: 3px;
    right: 4px;
    bottom: 8px;
}

div.buyticket {
    position: relative;
    bottom: 0;
    width: 8%;
    width: 26px;
}

.buyticket a {
    display: block;
    background: url(https://ada1bank.mlsz.hu/meccs-center/img/ticket.new.inverse.png);
    height: 24px;
    background-position: bottom center;
    width: 24px;
}

.schedule:hover .buyticket a {
    background-position: top center;
}

.buyticket img {
    visibility: hidden;
}

#kiemelt_ligak .schedule_box .home_team,
#kiemelt_ligak .schedule_box .away_team {
    width: 28%;
    padding: 0 3px;
}

#kiemelt_ligak .schedule_box .home_logo,
#kiemelt_ligak .schedule_box .away_logo {
    width: 11%;
}

#kiemelt_ligak .schedule_box .away_team {
    padding-right: 3px;
}

#kiemelt_ligak .schedule_box .result-cont {
    width: 14%;
}


.schedule a,
.schedule a:hover,
.schedule a:focus,
.schedule a:active {
    color: inherit;
    text-decoration: none;
}

.schedule_box .result span:nth-child(2) {
    font-family: SemiBold;
}

.schedule_box .result span:last-child img {
    height: 26px;
}

.schedule {
    border-bottom: 1px solid #b4bbc2;
    padding: 9px 0 !important;
    font-size: 13px;
    display: table;
    height: 60px;
    width: 100%;
    table-layout: fixed;
    position: relative;
    overflow:hidden;
}

.schedule.bunteto{
    border-bottom:none;
    padding:4px 0;
    height:50px;
}

.schedule-ext{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #b4bbc2;
    padding-right: 50%;
    padding-bottom: 4px;
    margin-top: -2px;
    position: relative;
    z-index: 100;
}

.schedule-bunteto{
    font-size: 11px;
    line-height: 13px;width: 100%;padding-top: 4px;
}

.schedule-selected{
  border-bottom:1px solid #b4bbc2;
}

.schedule-selected .schedule{
  border-bottom:none;
}

.schedule-selected .schedule-match{
  padding-bottom:5px;
  height:40px;
  padding-top:0px;
}

.schedule-selected .schedule-info{
  height:25px;
  text-align:center;
  font-weight:bold;
  text-transform:uppercase;
  padding-top:5px;
  padding-bottom:0px;
}

.schedule-selected:hover{
  color:#ffffff;
  background-color: #57455b;
}

.schedule-selected:hover .result {
    background: #ffffff;
    color: #57455b;
}

#sorsolas_panel .schedule{
    padding:5px 0;
    height:50px;
}

.schedule:last-child{
    border-bottom:none;
}

.schedule:hover .result {
    background: #ffffff;
    color: #57455b;
}

.schedule:hover .result .buyticket {
    display: block;
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding: 4px 0;
}

.schedule:hover .hllogo img {
    -webkit-filter: brightness(8);
            filter: brightness(8);
}

.schedule>div {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
}

.schedule-match-data{
    display:table-row !important;
}

.schedule-match-data>div {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
}

.schedule-match-info{
    display:table-row !important;
}

.schedule-match-info>div {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
}

.schedule_box .schedule-date {
    display: block;
    font-size: 12px;
    font-family: Regular !important;
}

.schedule_box .schedule-points {
    font-size: 16px;
}

.schedule:hover {
    background-color: #57455b;
    color: #fff;
    cursor: pointer;
}

.schedule:hover>.result {
    background-color: #fff;
    color: #000;
}

.top-shooter-schedule .schedule {
    background-color: #57455b;
    color: #fff;
    cursor: default;
}

.top-shooter-schedule .schedule .result {
    background: #ffffff;
    color: #57455b;
}

.schedule_box .schedule-info {
    font-family: Regular !important;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.turn_number span {
    color: #565d67;
    font-size: 16px;
    display: inline-block;
    padding-bottom: 4px;
}

.turn_number span.buyticket {
    height: 30px;
    width: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/jegy_dark.png);

    height: 13px;
    width: 30px;
    background-position: bottom center;
    background-size: initial;
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/ticket.new.inverse.png);
}

.turn_number .turn_number span.buyticket:hover {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/jegy_lila.png);
}

.standings_box img {
    vertical-align: middle;
    height: auto;
    width: auto;
    max-width: 30px;
    max-height: 25px;
}

.standings_box th,
.standings_box td {
    font-size: 14px;
    line-height: 16px;
    padding: 3px 0px;
    text-align: center;
    position: relative;
}

.standings_box th:nth-child(3),
.standings_box td:nth-child(3) {
    text-align: left;
    padding-left: 5px;
    overflow:hidden;
    text-overflow:ellipsis;
    font-weight:bold;

}

#teamtabellaPanel .standings_box th:nth-child(3),
#teamtabellaPanel .standings_box td:nth-child(3){
    color: #494949 !important;
}

.standing-box-desc {
    margin-top: 20px;
    font-size: 12px;
    color: #767676;
}

.standings_box th:nth-child(2),
.standings_box td:nth-child(2) {
    width: 45px;
}

#felidei_tabella_panel img,
#hazai_vendeg_tabella_panel img,
#aktualis_forma_panel img {
    vertical-align: middle;
    max-height: 25px;
    max-width:25px;
    width: auto;
}

#felidei_tabella_panel th:nth-child(2),
#felidei_tabella_panel td:nth-child(2),
#hazai_vendeg_tabella_panel th:nth-child(2),
#hazai_vendeg_tabella_panel td:nth-child(2),
#aktualis_forma_panel th:nth-child(2),
#aktualis_forma_panel td:nth-child(2) {
    width: 45px;
}

#tabella_panel.standings_box table {
    margin-top: 0px;
    table-layout:fixed;
}

#tabella_panel thead th{
    width:3.4%;
}

#tabella_panel thead th.tabcomment{
    width:160px;
}

#tabella_panel thead th:nth-child(1){
    width:40px;
}

#tabella_panel thead th:nth-child(2){
    width:45px;
}

#tabella_panel thead th:nth-child(3){
    width:auto;
}

.standings_box table {
    margin-top: 25px;
    border-collapse: collapse;
    width: 100%;
}

.standings_box tr td,
.standings_box tr th {
    border-bottom: 1px solid #b4bbc2
}

.standings_box tbody tr:hover {
    background-color: #57455b;
    border-bottom: 1px solid #57455b;
    cursor: pointer;
}

.standings_box tbody tr:hover>td {
    color: #fff;
}

.standings_box tbody tr.featured:not(:hover) td {
    background: #dee2e7;
}

.tab-more-cont {
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    text-align: right;
}

.tab-more {
    text-transform: uppercase;
    color: rgb(73, 73, 73);
    font-size: 14px;
    font-weight: bold;
    font-family: Regular;
}

.tab-more:hover, .tab-more:active, .tab-more:focus {
    color: rgb(38, 38, 38);
    text-decoration: none;
}

.tab-more span {
    margin-left: 5px;
}


/*
header {
    background-color: #000;
    color:#fff;
    font-family: 'Regular';
    line-height: 35px;
}
header ul {list-style: none;padding:0;margin:0;width:600px; display: inline-block;vertical-align: middle;}
header li {
    font-size: 12px;
    display: table-cell;
    height: auto;
    line-height: 36px;
}
header li:after {
    content : "|";
}

header li:last-child:after {
    content : "";
}
.header img {margin-top:5px}
header li a, .login-registration a { color:#fff;text-decoration: none; padding: 8px 10px;font-size: 13px;}
.login-registration a {margin:0}
header li a:hover, header span .selected {background-color: #c61e29;color:#fff !important;text-decoration:none;}
.social-icons {
    width: 170px;
    display: inline;
    float: right;
}

header li a:hover, header li a:focus, header li a:active{
  color:inherit;
  text-decoration: none;
}

.hamburger-toggle {
    display: none;
    position: absolute;
    width: 35px;
    height: 35px;
    left: 0;
    top: 0;
    padding: 12px;
    cursor: pointer;
    z-index:100;
}

.hamburger-toggle:hover{
  background-color: #c61e29;
}

.hamburger-toggle:active{
  background-color: #d4202c;
}

.toggle-bar{
  width:12px;
  height: 2px;
  background-color: #ffffff;
  margin:2px 0;
}

.social-icons a {color:#000}
.social-icons i {margin:0 5px;display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    background-color: grey;
    margin-left: 5px;}

.social-icons i:hover{
  background-color:#ffffff;
}

.login-registration {
    float:right;
    margin-right:50px;
}*/

#_hj_feedback_container{
    display: none !important;
}

select {
    background: #edeff2 url('https://ada1bank.mlsz.hu/meccs-center/img/down_arrow4.png') no-repeat 0 0 !important;
    background-position: right 5px center !important;
    cursor: pointer;
    padding-left:5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.countrySelector select { width:250px }

.round-selector select {
    background: rgba(255, 255, 255, 0.1) url(https://ada1bank.mlsz.hu/meccs-center/img/down_arrow3.png) no-repeat 0 0 !important;
    background-position: right 10px center !important;
}

select#leagues {
    width: 360px;
    padding-left:10px;
}

select#turns {
    width: 110px;
}

select#federations {
    width: 120px;
}

select#seasons,
select#evad {
    width: 11%;
    padding-left:10px;
}

select#federations {
    width: 12%;
    padding-left:10px;
}

select#leagues {
    width: 30.7%;
}

select#turns {
    width: 6%;
    padding-left:10px;
}

#filter-submit{
    width:9.9%;
    display:inline-block;
    text-align:center;
    vertical-align: middle;
    border-left:1px solid #e1e1e1;
    height: 32px;
    padding-top: 5px;
}

.filter-submit-btn a{
    color:inherit;
    text-decoration:none;
}

.filter-submit-btn{
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border:1px solid transparent;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    padding:0 0px;
}

.filter-submit-btn:hover{
    color: #383737;
    border-bottom:1px solid #383737;
}

.round-selector .fast-search {
    width: 21%
}


.last-turn-best-interactive-map {
    float: left;
    width: 70%;
}


.round-selector {
    background-color: #f5f5f6;
    padding: 5px;
}

select.absolute_select,
.round-selector select {
    border: 0;
    background-color: #f5f5f6;
    color: #383737;
    font-size: 20px;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    vertical-align: middle;
    padding: 0 30px 0 10px;
    outline: none;
}

.round-selector select {
    font-size: 17px;
}

.round-selector option {
    background: #fff;
    border-right: 1px solid black;
}

.round-separator {
    display: inline-block;
    height: 31px;
    font-size: 30px;
    margin: 0 9px;
    background: #e1e1e1;
    line-height: 48px;
    vertical-align: middle;
    width: 1px;
}

.white_background {
    background-color: #fff !important;
}

.standings,
.funny,
.amateur-football {
    padding: 20px 0;
    padding-bottom: 40px;
    background: #edeff2;
}

.amateur-football .selectbox select {
    border-right: 1px solid #dee0e4;
    background-position: right 18px center !important;
    padding: 0 50px 0 20px;
}

select.select_right {
    text-align: right;
    -moz-text-align-last: right;
         text-align-last: right;
}

.amateur-football .selectbox select:last-child {
    border-right: 0;
    padding-right: 30px;
    background-position: right center !important;
}

.rankings {
    padding: 20px 0;
    padding-bottom: 40px;
}

.rankings2 {
    padding: 20px 0;
    padding-bottom: 40px;
}

.funny {
    background-color: #fff;
}

.selectbox.absolute_select {
    position: absolute;
    right: 14px;
    top: 26px;
}

.amateur-football .selectbox.absolute_select{
    top: -5px;
}

.amateur-football .container_title{
    margin-top:40px;
}

.selectbox select {
    background: #f5f5f6;
}

.fast-search {
    display: inline-block
}

.fast-search input {
    border: 0;
    width: 100%;
    height: 31px;
    position: relative;
    top:2px;
    padding: 0 10px;
    font-style: italic;
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/kereso.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 25px;
    padding-right: 35px;
    font-size: 14px !important;
}

select:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #000;
    padding: 12px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}

.section .prev_day{
    cursor:pointer;
}

.section .prev_day:hover #prev_day, .section .prev_day:hover:after{
    color:#494949;
}

.section .next_day{
    cursor:pointer;
}

.section .next_day:hover #next_day, .section .next_day:hover:after{
    color:#494949;
}

.game_day {
    width: 30%;
    position: relative;
    float: left;
    border-right: 1px solid #ccced1;
    padding-right: 10px;
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.game_day h3 {
    color: #b4bbc2;
    font-size: 20px;
    margin-top: 38px;
}

.game_day h3 img {
    vertical-align: text-bottom;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}


.container.header {
    height: 80px;
    padding: 15px;
}

.container_title {
    color: #565d57;
    border-bottom: 3px solid #bfc3c8;
    font-family: Bold;
    font-family: Semibold;
    font-size: 30px;
    padding-bottom: 5px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.container_title a{
    color: inherit;
}

.container_title_small{
    color: #565d57;
    border-bottom: 2px solid #bfc3c8;
    font-family: Bold;
    font-family: Semibold;
    font-size: 20px;
    padding-bottom: 5px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.container_title a, .container_title a:hover, .container_title a:focus, .container_title a:active{
    text-decoration: none;
}

.container_subtitle {
    /*color: #57455b;
  border-bottom: 3px solid #57455b;
  font-family:Semibold;
  font-size: 20px;
  padding-bottom: 5px;
  margin-top: 40px;
  margin-bottom:0;*/
    background-color: #57455b;
    border-bottom: 3px solid #57455b;
    font-family: Semibold;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 0;
    color: #ffffff;
    padding: 5px 5px 5px 15px;
}

.block_header {
    color: #565d57;
    border-bottom: 3px solid #bfc3c8;
    margin-top: 25px;
    margin-bottom: 15px;
    font-family: Semibold;
    padding-bottom: 5px;
}

.block_header__title {
    font-size: 30px;
    line-height: 34px;
    display: inline-block;
}

.block_header__subtitle {
    font-size: 20px;
}

.block_header__subtitle--right {
    float: right;
}

.player_szezon_cont .container_subtitle{
    background-color: #c61e29;
    border-bottom-color: #c61e29;
}

.player_karrier .container_subtitle{
    background-color: #00b1cc;
    border-bottom-color: #00b1cc;
}

.player_igazolas .container_subtitle:first-child {
    margin-top: 15px;
}

.league_special_img{
    vertical-align:bottom;
    margin-right:10px;
    height:38px;
}

.game_day .line {
    height: 3px;
    background: #ccced1;
    position: relative;
    margin: 0px 0;
}

.game_day p.line_number {
    padding-left: 3px;
    margin: 7px 0;
}

.game_day p.line_number a{
    color:inherit;
    text-decoration:none;
}

.game_day .line_count {
    height: 5px;
    position: absolute;
    top: -1px;
    background: red;
    width: 200px
}

.fa-menu-element {
    vertical-align: middle !important;
    display: table-cell !important;
}

.blue_color {
    color: #00b1cc !important
}

.gray_text {
    color: #b4bbc2 !important;
    font-size: 18px;
}

.purple_color {
    color: #57455b !important;
}

.red_color {
    color: #c61e29 !important;
}

.blue_background {
    background-color: #00b1cc !important;
}

.purple_background {
    background-color: #57455b !important;
}

.red_background {
    background-color: #c61e29 !important;
}


/* TIMELINE CHARTS */

.timeline {
    font-size: 0.75em;
    height: 120px;
    list-style: none;
    padding: 0 !important;
}

.timeline li {
    position: relative;
    float: left;
    width: 15px;
    width: calc((100% - 91px)/15);
    margin: 0 0.1em;
    height: 140px;
    border-radius: 3px;
    font-family: Regular
}

.timeline li .goal_per_hour {
    display: block;
    height: 100%;
}

.timeline li .label {
    color: #b4bbc2;
    font-size: 14px;
    display: block;
    position: absolute;
    bottom: -2em;
    left: 0;
    background: #fff;
    font-family: Light;
    width: 100%;
    font-weight: normal;
    height: 2em;
    line-height: 2em;
    padding: 0;
    text-align: center;
}

.timeline li .goal_per_hour .count {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: rgba(87, 69, 91, 1);
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 3px
}

.timeline li {
    background: #edeff2;
    margin: 0 3px;
}

.timeline li .goal_per_hour:hover .bubble,
.timeline li .goal_per_hour:focus .bubble {
    display: block;
}

.timeline li .goal_per_hour:hover .count {
    background: #2D7BB2;
}

.timeline li .goal_per_hour:hover .label {
    color: #57455b;
}


.timeline li .goal_per_hour .bubble {
    display: none;
    position: absolute;
    left: 50%;
    top: -20px;
    width: 50px;
    height: 25px;
    line-height: 25px;
    padding: 0px;
    background: #57455b;
    z-index: 999999;
    text-align: center;
    margin-left: -26px;
    font-size: 15px;
    color: #fff;
}

.timeline li .goal_per_hour .bubble:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 20px;
    border-style: solid;
    border-width: 6px 6px 0;
    border-color: #57455b transparent;
    display: block;
    width: 0;
    z-index: 1;
}

#game_day_line_stat {
    clear: both;
    margin-top: 30px;
    font-size: 24px;
    line-height: 24px;
}

#game_day_line_stat span {}

.weather {
    float: left;
    width: 120px;
    text-align: center;
    margin-top: 20px
}

.weather-inline{
    float: right;
    vertical-align: middle;
    color: #d9d9d9;
    line-height: 30px;
    font-size: 16px;
}

.box_header .weather-inline img{
    position: relative;
    float: none;
    height: 20px;
    top: 0;
    vertical-align: text-top;
    right: 5px;
}

.game_day_main_info {
    margin-top: 20px
}

.player-top5 { cursor: pointer}

.weather_temperature {
    margin: 0;
    font-size: 58px;
    color: #d9d9d9;
    line-height: 1;
    font-family: Light;
    margin-top: 15px;
}

.weather_temperature sup {
    font-size: 22px;
    top: -1.1em;
}

.weather_city {
    margin: 0;
    font-size: 18px;
    min-height: 25px;
    color: #b4bbc2
}

.box_title {
    float: left;
    color: #94989d;
    font-family: Bold;
    font-family: Semibold;
    font-size: 22px;
    letter-spacing: 0.5px;
}

.box-sidebar {
    margin: 10px 0;
}

.box-item {
    margin-bottom: 30px;
}

.box-sidebar .box_title {
    font-size: 16px;
    margin-bottom: 5px;
}

.box_selector{
    position: absolute;
    right: 0;
    top: 0;
}

.box_selector select {
    background: transparent url(https://ada1bank.mlsz.hu/meccs-center/img/down_arrow3.png) no-repeat 0 0 !important;
    background-position: right 5px center !important;
    border: none !important;
    line-height: 30px;
    padding-right: 25px;
    color: #94989d;
    font-size: 22px;
}

.box_selector select:focus {
    outline: none;
}

.three-box-container,
.two-box-container {
    margin: 0 -10px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
}

.three-box-container .box {
    width: 33.33%;
    display: block;
    float: left;
    vertical-align: top;
    padding: 0 10px;
    border-right: 1px solid #cbcdd0;
}

.three-box-container .box2 {
    width: 66.66%;
    display: block;
    float: left;
    vertical-align: top;
    padding: 0 10px;
    border-right: 1px solid #cbcdd0;
}

.two-box-container .box {
    width: 50%;
    display: block;
    float: left;
    vertical-align: top;
    padding: 0 10px;
    border-right: 1px solid #cbcdd0;
}

.one-box-container .box {
    width: 100%;
    display: block;
    float: left;
    vertical-align: top;
    padding: 0;
    border-right: 1px solid #cbcdd0;
}


.three-box-container .box:last-child,
.two-box-container .box:last-child,
.one-box-container .box:last-child,
.three-box-container .box2:last-child,
.two-box-container .box2:last-child,
.one-box-container .box2:last-child {
    border-right: 0;
}


th.standing_position {
    text-align: center;
}

td.standing_top_position,
td.standing_last_position,
td.standing_position {
    text-align: center;
    padding: 2px 0;
    padding-left: 3px;
    width: 40px;
}

td.standing_top_position:before,
td.standing_last_position:before,
td.standing_position:before {
    background: #c61e29;
}

td.standing_last_position:before {
    background: #57455b;
}

th.standing_position:before,
td.standing_position:before {
    background: #00b1cc;
}

td.standing_top_position,
th.standing_position,
td.standing_position,
td.standing_last_position {
    position: relative;
}

td.standing_top_position:before,
th.standing_position:before,
td.standing_position:before,
td.standing_last_position:before {
    display: block;
    content: '';
    width: 3px;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 0;
}


td.standing_bold {
    white-space: nowrap;
    font-weight: bold;
}

.box_header {
    border-bottom: 1px solid #f0f0f1;
    padding-bottom: 2px;
}

.box_header img {
    float: right
}

.standings_box td,
.standings_box th {
    color: #494949;
    height: 30px;
    position: relative;
}

.gray_border {
    border-bottom: 1px solid #e0e2e5 !important;
}

.next_day:after {
    content: "\f105";
    font-family: FontAwesome;
    color: #d7d8db;
    float: right;
    font-size: 26px;
}

.prev_day:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #d7d8db;
    float: left;
    font-size: 26px;
}

#prev_day,
#next_day {
    color: #768082
}

.today {
    color: #57455b
}

.last-turn-best-shooter,
.last-turn-best-team {
    float: left;
    width: 49.5%;
    box-sizing: border-box;
}

#top-game a,
#top-game a:hover,
#top-game a:active,
#top-game a:focus {
    color: inherit;
    text-decoration: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#top-game a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
}

.top-game {
    margin: 30px 0;
    position: relative;
    height: 135px
}

.top-game .less {
    -webkit-filter: grayscale(100%) opacity(0.5);
    filter: grayscale(100%) opacity(0.5);
}

.top-game-home-name,
.top-game-away-name {
    top: 100px;
    font-family: Light;
    font-size: 24px;
    position: absolute;
}

#top-game .top-game-home-name a,
#top-game .top-game-away-name a{
    display:block;
}

.top-game-home-name p,
.top-game-away-name p {
    font-family: Light;
    font-size: 24px;
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.top-game-away-name {
    top: 100px;
    right: 0;
    width: 175px;
    text-align: center;
}

.top-game-home-name {
    left: 85px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 175px;
    text-align: center;
}

.top-game-home,
.top-game-away,
.top-game-result {
    display: inline-block
}

.top-game-home {
    color: #383737;
    font-family: Light;
    font-size: 24px;
    text-align: center;
}

.top-game-home {
    position: absolute;
    left: 0px;
    width: calc(50% - 70px);
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1000;
}

.top-game-away {
    position: absolute;
    right: 0px;
    color: #383737;
    font-family: Light;
    font-size: 24px;
    text-align: center;
    width: calc(50% - 70px);
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1000;
}

.top-game-result {
    font-size: 50px;
    font-family: Light;
    vertical-align: top;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.top-game-home img,
.top-game-away img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.top-game-result span {
    font-family: Light;
}

.top-game table {
    width: 100%;
    text-align: center;
}

.prev_day,
.today,
.next_day,
.top-shooter-jersey,
.top-shooter-goal-count,
.top-shooter-goal-avg {
    padding: 5px 0;
    border-top: 2px solid gray;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: Regular;
    box-sizing: border-box;
    font-size: 16px;
    color: #768082;
}

.top-shooter-jersey,
.top-shooter-goal-count,
.top-shooter-goal-avg {
    padding: 10px 0;
}

#rankings-yard .ry-player.team-logo-193798:hover .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/ujpest-mez.png) !important;
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-193799:hover .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/videoton-mez.png) !important;
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-193800:hover .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/fradi-mez.png) !important;
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-193801:hover .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/paksi-mez.png) !important;
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-193802:hover .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/dvsc-mez.png) !important;
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-193803:hover .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/honved-mez.png) !important;
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-193804:hover .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/dvtk-mez.png) !important;
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-193805:hover .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/zsory-mez.png) !important;
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-193806:hover .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/zte_mez.png) !important;
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-193807:hover .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/kaposvar_mez.png) !important;
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-193808:hover .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/kisvarda_mez.png) !important;
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-193809:hover .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/puskas-mez.png) !important;
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-157331:hover .ry-mez {
    /* background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/vasas-mez.png) !important; */
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-175906:hover .ry-mez {
    /* background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/haladas-mez.png) !important; */
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-157333:hover .ry-mez {
    /* background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/balmaz-mez.png) !important; */
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-175905:hover .ry-mez {
    /* background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/mtk-mez.png) !important; */
    color: #000;
    font-weight: bold;
}


/* Non-hover shirts */

#rankings-yard .ry-player.team-logo-157324 .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/videoton-mez.png) !important;
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-157327 .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/dvsc-mez.png) !important;
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-157323 .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/ujpest-mez.png) !important;
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-157325 .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/fradi-mez.png) !important;
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-157326 .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/paksi-mez.png) !important;
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-157327 .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/dvsc-mez.png) !important;
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-157328 .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/honved-mez.png) !important;
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-157329 .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/dvtk-mez.png) !important;
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-157330 .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/zsory-mez.png) !important;
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-157331 .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/vasas-mez.png) !important;
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-157332 .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/haladas-mez.png) !important;
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-157333 .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/balmaz-mez.png) !important;
    color: #000;
    font-weight: bold;
}

#rankings-yard .ry-player.team-logo-157334 .ry-mez {
    background-image: url(https://ada1bank.mlsz.hu/meccs-center/img/mez/puskas-mez.png) !important;
    color: #000;
    font-weight: bold;
}

/* Abroad */
#abroad {
    margin-bottom: 40px;
}

.abroad_player_main {
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
}

.abroad_player_info {
    order: 2;
    flex: 1 1 auto;
    margin:0 20px;
}

.abroad_player_info th {
    padding-right: 15px;
    font-family: SemiBold;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
    height: 30px;
    color: #b4bbc2;
    vertical-align: top;
    white-space: nowrap;
}

.abroad_player_info td {
    font-weight: 700;
    font-family: Regular;
    font-size: 16px;
    line-height:20px;
    padding-bottom: 10px;
    height: 30px;
    color: #353535;
    vertical-align: top;
}

.abroad_player_team_img {
    order: 3;
}

.abroad_player_img {
    max-width: 140px;
}

.abroad_player_img img{
    max-width: 100%;
    width: 120px;
    border: 3px solid #c9c9c9;
    border-radius: 3px;
}

/* End of non-hover shirts */

.prev_day {
    border-top: 3px solid #bfb9c1;
}

.today {
    color: #57455b;
    border-top: 3px solid #8f8392;
}

.next_day {
    border-top: 3px solid #615065;
}

.date_selector_border_left {
    width: 1px;
    background: #d7d7d7;
    height: 60px;
    position: absolute;
    top: 8px;
    left: 0px;
}

.date_selector_border_right {
    width: 1px;
    background: #d7d7d7;
    height: 60px;
    position: absolute;
    top: 8px;
    right: 0px;
}

.today span {
    font-family: Bold !important;
}

.top-shooter-jersey {
    border-top: 3px solid #99e0eb;
    line-height: 26px;
}

.top-shooter-goal-count {
    border-top: 3px solid #4cc8db;
    line-height: 26px;
}

.top-shooter-goal-avg {
    border-top: 3px solid #00b1cc;
    line-height: 26px;
}

.top-shooter-jersey span,
.top-shooter-goal-count span,
.top-shooter-goal-avg span {
    border-top: 1px solid #00b1cc;
    border-bottom: 1px solid #00b1cc;
    color: #00b1cc;
    font-size: 24px;
    font-family: Light;
    line-height: 26px;
    display: inline-block;
    margin-top: 2px;
}

.top-shooter-title {
    font-size: 16px !important;
    border: 0 !important;
    display: block !important;
    line-height: 1;
    font-family: Regular !important
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.last-turn-best {
    border-bottom: 1px solid #b4bbc2;
    margin: 0 0 5px 10px;
    padding-bottom: 20px
}

.last-turn-best-team {
    border-left: 1px solid #ccced1;
    margin-left: 1%;
    padding-left: 1%
}

.player-type {
    border-bottom: 2px solid #ccced1;
    padding: 3px 0 0 0;
}

.player-type span {
    color: #353535;
    padding-right: 20px;
    padding-left: 10px;
    display: block;
    padding: 9px 15px;
    letter-spacing: 0.5px;
    float: left;
    font-family: Regular;
    font-size: 20px;
    line-height: 18px;
}

.player-type span:hover {
    cursor: pointer;
    margin-bottom: -2px;
    font-family: SemiBold;
    color: #00b1cc;
}

.player-type span.active {
    border-bottom: 2px solid #00b1cc;
    cursor: default;
    margin-bottom: -2px;
    font-family: SemiBold;
    color: #00b1cc;
}

.player-type span:after{
  display: block;
  content: attr(data-title);
  font-family: SemiBold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}

#top-match-title.player-type span:hover, #top-match-title.player-type span.active{
  margin-bottom:0;
  padding-bottom:7px;
}

#top-match-title .lSSlideOuter{
  margin-bottom:-2px;
  padding-top:1px;
}

#top-match-title{
  padding-left:20px;
  padding-right:20px;
}

#top-match-title-arrow-left{
  position: absolute;
  left: 0;
  width: 20px;
  line-height: 32px;
  text-align: center;
  font-size: 20px;
  top: 7px;
  cursor: pointer;
  color: #ccced1;
}

#top-match-title-arrow-right{
  position: absolute;
  right:0;
  width:20px;
  line-height: 32px;
  text-align: center;
  font-size: 20px;
  top: 7px;
  cursor: pointer;
  color: #ccced1;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
}

#top-match-title-arrow-left:hover, #top-match-title-arrow-right:hover{
  color:#494949;
}

#top-match-title{
  position: relative;
}

#top-scorer-title.player-type span:hover, #top-scorer-title.player-type span.active{
  margin-bottom:0;
  padding-bottom:7px;
}

#top-scorer-title .lSSlideOuter{
  margin-bottom:-2px;
  padding-top:1px;
}

#top-scorer-title{
  padding-left:20px;
  padding-right:20px;
}

#top-scorer-title-arrow-left{
  position: absolute;
  left: 0;
  width: 20px;
  line-height: 32px;
  text-align: center;
  font-size: 20px;
  top: 7px;
  cursor: pointer;
  color: #ccced1;
}

#top-scorer-title-arrow-right{
  position: absolute;
  right:0;
  width:20px;
  line-height: 32px;
  text-align: center;
  font-size: 20px;
  top: 7px;
  cursor: pointer;
  color: #ccced1;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
}

#top-scorer-title-arrow-left:hover, #top-scorer-title-arrow-right:hover{
  color:#494949;
}

#top-scorer-title{
  position: relative;
}

.map {
    margin: 10px 10px 0 0
}

#top-shooter>div {
    display: table-cell;
}

#top-shooter {
    margin-top: 15px;
    display: table;
    width: 100%;
}

#top-shooter-name-team p {
    margin: 0
}

#top-shooter-img,
#top-shooter-name-team,
#top-shooter-team-img {
    vertical-align: middle;
    display: inline-block
}

#top-shooter-img img {
    max-width: 96px;
}

#top-shooter-team-img img {
    max-width: 50px;
    height:auto;
}

#top-shooter-name-team {
    margin: 0 15px
}

#top-shooter-name-team .top-shooter-name {
    font-family: Light;
    color: #383737;
    font-size: 21px;
    width: 215px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#top-shooter-name-team .top-shooter-team {
    font-family: Regular;
    color: #b4bbc2;
    font-size: 17px;
    line-height: 1;
}

#top-shooter-name-team .top-shooter-goals{
    font-family: Bold;
    text-transform:uppercase;
    font-size:18px;
    margin-top:5px;
}

#top-shooter-name-team .top-shooter-goals span{
    font-family: inherit;
    color: #383737;
}

#top-shooter-name-team .top-shooter-goals span:last-child{
    color: #4cc8db;
}

#top-shooter-name-team .top-shooter-goals span:first-child{
    font-size:18px;
    color: #00b1cc;
}

#top-shooter-name-team .top-shooter-name,
#top-shooter-name-team .top-shooter-team,
#top-shooter-name-team .top-shooter-goals {
    width: 215px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



#top-shooter-name-team a,
#top-shooter-name-team a:hover,
#top-shooter-name-team a:active,
#top-shooter-name-team a:focus {
    color: inherit;
    text-decoration: none;
}

#top-scorer {
    margin-top: 15px;
}


.interactive-map {
    width: 100%;
    margin: 0 10px 5px 10px;
    box-sizing: border-box;
}


/* DONUT CHART */

.chart {
    font-family: Regular;
    position: relative;
    width: 160px;
    height: 160px;
    float: right;
}

.game_day_calendar #calendar{
    float: left;
    width: 100%;
    padding-right: 160px;
    margin-right: -160px;
}

.game_day_calendar #calendar .ui-datepicker{
    width:195px;
    margin:0 auto;
    border: none;
}

.game_day_calendar #doughnutChart.chart{

}

.doughnutTip {
    position: absolute;
    min-width: 30px;
    max-width: 180px;
    padding: 5px 15px;
    border-radius: 1px;
    background: rgba(0, 0, 0, .8);
    color: #ddd;
    font-size: 17px;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    letter-spacing: .06em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    pointer-events: none;
    &::after {
        position: absolute;
        left: 50%;
        bottom: -6px;
        content: "";
        height: 0;
        margin: 0 0 0 -6px;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 6px solid rgba(0, 0, 0, .7);
        line-height: 0;
    }
}

.doughnutSummary {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000;
    text-align: center;
    cursor: default;
}

#doughnutChart .doughnutSummary{
    width:80px !important;
    margin-left:-40px !important;
    height: 80px !important;
    margin-top: -40px !important;
}

.game_more_btn{
    text-align: center;
    width: 100%;
    padding-top: 15px;
    float: left;
}

.game_more_btn:before, .game_more_btn:after{
    content: '';
    display:block;
    clear:both;
}

.game_more_btn a{
    text-transform: uppercase;
    color: #ffffff;
    background: #54475b;
    padding:3px 15px;
}

.game_more_btn a:hover{
    background: #6a5a72;
    text-decoration: none;
}

#calendar .ui-datepicker th{
    padding: .4em .3em;
}

#calendar .ui-datepicker .ui-datepicker-title{
    line-height: 1.3em;
}

.doughnutSummaryTitle {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -43%;
    font-size: 32px;
    letter-spacing: .06em;
    font-family: Light;
    color: #565d67;
}

.doughnutSummaryNumber {
    position: absolute;
    top: 54%;
    width: 100%;
    margin-top: -0%;
    font-size: 18px;
    font-family: Light;
    color: #b4bbc2;
}

.chart path:hover {
    opacity: 0.65;
}


/* RESPONSIVE VIEW */

@media screen and (max-width: 1100px) {
    .container {
        width: 100%;
        padding: 0 5px
    }

    .kozponti-footer-links .container{
        padding:0 15px;
    }

    footer .container, #main-sponsor-title .container, .sponsors .container, #sub-sponsor-title .container {
        padding:0 15px;
    }

}
