.teams div {
    height: 150px;
}

.teams .team {
    width: 50%;
    float: left;
    padding: 0px 20px;

}

.teams .team_name {
    font-size: 20px;
}

.teams .score span {
    font-size: 40px;
    line-height: 150px;
    padding: 20px 30px;
    border: 1px solid #888;
}

.teams .home.team {
    text-align: right;
}

.teams .away.team {
    text-align: left;
}

.teams .team_name {
    width: 154px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

img.team_logo {
    width: 150px;
}

.info div {
    width: 100%;
    text-align: center;
}

.lineup span.player {
    float: left;
    padding: 5px 10px;
    width: 100%;
}

.lineup span.player ~ span {
    border-top: 1px solid #e7e7e7;
}

.lineup span.player_number {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    text-align: center;
    color: white;
    background-image: url(../images/mc-sprite.png);
    background-position-x: -452px;
    background-position-y: center;
    margin-right: 10px;
}

.lineup span.player_name {
    font-weight: 600;
    margin-right: 5px;
}

.event_banner {
    position: relative;
    padding: 60px 0;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    color: #ffffff;
}

.event_banner:after {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.latest_result {
    margin: -25px -3000px 40px;
    padding: 70px 3000px;
}

.fixture_detail {
    position: relative;
    text-align: center;
    z-index: 2;
    text-shadow: 1px 1px black;
}

.latest_result > .fixture_detail > h2, .vc_latest_result .fixture_detail > h2 {
    position: relative;
    text-transform: uppercase;
    padding: 0 0 20px;
}

.fixture_detail h3 {
    position: relative;
    /*text-transform: uppercase;*/
    padding: 0 0 20px;
    margin: 0 0 35px;
}

.latest_result h3, .vc_latest_result h3 {
    color: #d61919;
    padding: 0;
    margin: 0 0 45px;
}

.latest_result h3:after, .vc_latest_result h3:after {
    display: none;
}

.fixture_detail h3:after, .latest_result > .fixture_detail > h2:after, .vc_latest_result .fixture_detail > h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: #ec1919;
    margin: 0 0 0 -15px;
}

.fixture_detail .command_left {
    float: left;
    width: 50%;
    min-height: 134px;
}

.fixture_detail .command_right {
    width: 50%;
    float: right;
    text-align: left;
    min-height: 134px;
}

.fixture_detail .goals {
    float: right;
    text-align: right;
    margin: 0 90px 0 0;
}

.fixture_detail .goals h2 {
    font-size: 20px;
    padding: 0 0 14px 20px;
    border-bottom: 3px solid #ec1919;
    display: table;
    margin: 0 0 16px;
    height: 74px;
    width: 220px;
}

.fixture_detail .goals h2 span {
    display: table-cell;
    vertical-align: middle;
}

.fixture_detail .goals h2 a {
    color: #252c33;
}

.fixture_detail .goals h2 a:hover {
    color: #d61919;
    text-decoration: none;
}

.fixture_detail .command_right .goals h2 {
    padding: 0 20px 14px 0;
}

.fixture_detail h4 {
    color: #d61919;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.fixture_detail .players {
    position: relative;
    padding: 0;
    list-style: none;
    margin: 0;
}

.fixture_detail .players li {
    font-size: 13px;
    line-height: 22px;
}

.vc_latest_result .fixture_detail .players li {
    color: #262626;
}

.fixture_detail .players li span {
    color: #d00c0c;
}

.fixture_detail .command_info {
    position: relative;
    float: right;
    margin: 0 19px 0 0;
}

.fixture_detail .command_info .score {
    width: 120px;
    height: 76px;
    background: #d00c0c;
    text-align: right;
    padding: 0 20px 0 0;
    font-size: 60px;
    color: #fff;
    line-height: 76px;
    font-weight: bold;
    z-index: -1;
    position: relative;
}

.fixture_detail .command_info .score:after {
    content: '';
    position: absolute;
    right: -11px;
    top: 0;
    border-top: 38px solid transparent;
    border-left: 11px solid #d00c0c;
    border-bottom: 38px solid transparent;
}

.fixture_detail .command_info .logo {
    position: absolute;
    left: -49px;
    top: -10px;
    width: 98px;
    height: 98px;
    overflow: hidden;
}

.fixture_detail .command_info .logo img {
    max-width: 100%;
    height: auto;
}

.fixture_detail .command_right .command_info {
    float: left;
    margin: 0 0 0 19px;
}

.fixture_detail .command_right .goals {
    float: left;
    text-align: left;
    margin: 0 0 0 90px;
}

.fixture_detail .command_right .command_info .logo {
    left: auto;
    right: -49px;
}

.fixture_detail .command_right .command_info .score {
    text-align: left;
    padding: 0 0 0 20px;
}

.fixture_detail .command_right .command_info .score:after {
    left: -11px;
    right: auto;
    border-top: 38px solid transparent;
    border-right: 11px solid #d00c0c;
    border-left: transparent;
    border-bottom: 38px solid transparent;
}

.fixture_detail .fixture_info {
    position: relative;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
    clear: both;
    padding: 10px 0 0;
}

.fixture_detail .fixture_info .venue {
    color: #d00c0c;
}

.latest_result .venue, .vc_latest_result .venue {
    margin: 0 0 33px;
}

.vc_latest_result .date_time {
    color: #262626;
}

.lineup ul li a {
    height: 50px;
    line-height: 30px;
}

.lineup .team_lineup div {
    display: inline-block;
    text-align: left;
}

.lineup .team_lineup h3 {
    margin: 10px;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 3px solid #d4d4d4;
}

.match {
    background: #fff;
    padding: 5px;
    margin-bottom: 50px;
    padding-bottom: 20px;
    display: inline-block;
}

.match .commentaries {

}

.match .lineup {

}

.match .lineup .tab-content {
    padding: 15px;
    padding-left: 25px;
    background: #F3F3F3;
}

.match .lineup h2 {
    text-align: center;
}

.match .lineup h3 span {
    text-align: center;
    padding: 5px;
    font-weight: bold;
}

.match .lineup li {
    height: 55px;
}

.match .lineup li a {
    height: 55px;
    border: none !important;
}

.match .lineup li.active a {
    background: #F3F3F3;
    border: 0;
}

.match .lineup span.sub {
    float: right;
    margin-right: 12px;
    line-height: 30px;
}

.match .lineup span.sub span {
    background: url(../images/mc-sprite.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: -138px 2px;
    background-size: 256px;
    margin-left: 5px;
}

.match .lineup span.card.yellow_card {
    background: url(../images/mc-sprite.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: -155px 0px;
    background-size: 256px;
    line-height: 24px;
    font-size: 0px;
    -webkit-filter: brightness(93%);
}

.match .lineup span.card.second_yellow {
    background: url(../images/mc-sprite.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: -376px 0px;
    background-size: 256px;
    line-height: 24px;
    font-size: 0px;
    -webkit-filter: brightness(93%);
}

.match .lineup span.card.red_card {
    background: url(../images/mc-sprite.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: -170px 0px;
    background-size: 256px;
    line-height: 24px;
    font-size: 0px;
    -webkit-filter: brightness(93%);
}

.commentaries .commentary {
    display: table;
    padding: 7px 5px;
    width: 100%;
}

.commentaries .commentary ~ .commentary {
    border-top: 1px solid #dedcda;
}

.commentaries .commentary span {
    font-size: 18px;
    display: table-cell;
    height: 32px;
    vertical-align: middle;
}

.commentaries .commentary span ~ span {
    padding-left: 10px;
    text-align: left;
}

.commentaries .commentary span.extra {
    font-size: 14px !important;
    font-style: italic;
}

.commentaries .commentary span.event {
    font-size: 0px;
    width: 32px;
    background: url(../images/mc-sprite.png) no-repeat;
    background-position-y: center;
}

.commentaries .commentary span.event.substitution {
    background-position-x: -259px;
}

.commentaries .commentary span.event.goal,
.commentaries .commentary span.event.home_goal,
.commentaries .commentary span.event.away_goal,
.commentaries .commentary span.event.own_goal {
    background-position-x: -32px;
}

.commentaries .commentary span.event.offside {
    background-position-x: -194px;
}

.commentaries .commentary span.event.match_started,
.commentaries .commentary span.event.match_ended {
    background-position-x: -163px;
}

.commentaries .commentary span.event.yellow_card {
    background-position-x: -291px;
}

.commentaries .commentary span.event.second_yellow {
    background-position-x: -227px;
}

.commentaries .commentary span.event.red_card {
    background-position-x: -323px;
}

.commentaries .commentary span.event.penalty_missed {
    background-position-x: -129px;
}

.commentaries .commentary span.event.penalty {
    background-position-x: -97px;
}

.commentaries .commentary span.event.corner {
    background-position-x: 0px;
}

.commentaries .commentary span.event.after_match {
    background-position-x: -353px;
}

.commentaries .commentary span.event.before_match {
    background-position-x: -385px;
}

.commentaries .commentary span.event.half_time {
    background-position-x: -417px;
}

.commentaries .commentary span.event.position,
.commentaries .commentary span.event.no_goal {
    background: none;
}

.commentaries .commentary span.minute {
    font-size: 25px;
    font-weight: bold;
    width: 61px;
    color: #367a17;
    vertical-align: middle;
    text-align: right;
}

.timer {
    font-size: 36px;
    margin-bottom: 15px;
    margin-top: -18px;
    font-weight: 600;
    font-family: sans-serif;

}

.head-title {
    border-left: 7px solid #57a534;
    background-color: #367a17;
    padding: 7px 16px;
    color: #ffffff;
    font-weight: 500;
}

/* Matches Page */
.main-matches {
    text-align: initial;
}

.live-score-frame {
    padding: 5px;
    background: #fff;
}

.live-score-frame h1 {
    background: #337B09;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 21px;
    border-left: 7px solid #54A62B;
}

.live-score-list {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    list-style: none;
}

.live-score-list-item {
    position: relative;
    height: 94px;
    width: 100%;
}

.live-score-list-item + .live-score-list-item {
    border-top: 1px solid #dcdcdc;
}

.live-score-list-item a {
    width: 100%;
    height: 100%;
    color: #444;
    display: block;
    outline: none;
}

.live-score-list-item .date {
    text-align: left;
}

.live-score-list-item .status {
    text-align: right;
}

.live-score-list-item .date,
.live-score-list-item .status {
    margin-top: 30px;
    float: left;
    width: 20%;
    font-weight: bold;
    line-height: 16px;
}

.live-score-list-item .date > span,
.live-score-list-item .status > span {
    display: block;
}

.live-score-list-item .date-title,
.live-score-list-item .status-title {
    font-size: 14px;
}
.live-score-list-item .date-description,
.live-score-list-item .status-description {
    font-size: 16px;
    color: #337B09;
}

.team-info {
    float: left;
    margin-top: 21px;
    width: 80%;
}

.team-info-left,
.team-info-right {
    width: 44%;
    float: left;
}

.team-info-left {
    padding-right: 25px;
    text-align: right;
}

.team-info-right {
    padding-left: 25px;
    text-align: left;
}

.home-team-logo,
.away-team-logo {
    width: 50px;
    display: inline-block;
}

.home-team-logo {
    margin-right: 20px;
}

.away-team-logo {
    margin-left: 20px;
}

.home-team-logo img,
.away-team-logo img {
    width: 100%;
}

.home-team-name,
.away-team-name {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

.score {
    height: 35px;width: 11.2%;float: left;margin-top: 7px;line-height: 35px;text-align: center;
}

.score > div {
    width: 33.333%;
    float: left;
}

.score-home,
.score-away {
    background: #6D895C;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    border-radius: 2px;
}

.score-seperator {
    color: #6D895C;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.pager {
    text-align: center;
    margin-top: 25px;
}

.pager > a {
    width: 100px;
    height: 38px;
    display: block;
    text-align: center;
    line-height: 38px;
    font-weight: bold;
    color: #3D3D3D;
    text-decoration: none;
    border-radius: 2px;
    display: inline-block;
    background-color: #D1D1D1;
    background-image: url('../images/live-score-pager.png');
    background-repeat: no-repeat;
}

.pager a:hover {
    background-color: #b4b4b4;
}

.pager-prev {
    padding-left: 20px;
    background-position: 16px 10px;
}

.pager-next {
    margin-left: 8px;
    background-position: 73px -25px;
    padding-right: 22px;
}






.top-menu-bar {
    height: 80px;
    float: none;
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.04);
}
.text-center {
    text-align: center;
}
.h7-logo {
    display: inline-block;
    float: right;
    line-height: 80px;
}
.tumspor-logo {
    display: block;
    line-height: 80px;
}
.tumspor-logo img {
    width: 210px;
}
.home-team-logo {
    margin-right: auto;
    margin-left: 20px;
    float: right;
}
.away-team-logo {
    margin-right: 20px;
    margin-left: auto;
    float: left;
}
.home-team-name,
.away-team-name {
    max-width: 155px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-menu {
    top: 57px;
    left: 0;
    padding: 27px 24px 15px;
    background: #fff;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity .30s;
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.04);
}
.header-menu a {
    display: block;
    color: #337b09;
    font-weight: bold;
}

.header-menu a + a {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #ececec;
}

.header-menu-button:hover ~ .header-menu {
    visibility: visible;
    opacity: 1;
}

.header-menu:hover {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 991px) {
    .home-team-name,
    .away-team-name {
        max-width: 93px;
    }
}
@media (max-width: 767px) {

    .live-score-list {
        padding-left: initial;
        padding-right: initial;
    }
    .team-info,
    .live-score-list-item .date,
    .live-score-list-item .status {
        width: 100%;
    }
    .live-score-list-item {
        height: auto;
        padding-bottom: 15px;
    }
    .live-score-list-item .date,
    .live-score-list-item .status {
        text-align: center;
        margin-top: 15px;
    }
    .live-score-list-item .date > span,
    .live-score-list-item .status > span {
        display: inline-block;
    }
    .team-info-left {
        padding-right: 10px;
    }
    .team-info-right {
        padding-left: 10px;
    }
}
@media (max-width: 540px) {
    .home-team-logo,
    .away-team-logo {
        display: none;
    }
    .home-team-name,
    .away-team-name {
        width: 100%;
        max-width: initial;
    }
    .score-seperator {
        display: none;
    }
    .score > div {
        width: 45%;
    }
    .score-away {
        margin-left: 10%;
    }
    .score {
        width: 15%;
    }
    .team-info-left,
    .team-info-right {
        width: 42.5%;
    }

    .tumspor-logo img,
    .h7-logo img {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .fixture_detail .command_right .goals {
        margin: 0 0 0 20px;
    }
    .fixture_detail .goals {
        margin: 0 20px 0 0;
    }
    .event_banner {
        padding: 30px 0;
    }
    .timer {
        margin-bottom: 7px;
        margin-top: 8px;
        font-size: 22px;
    }
    .fixture_detail .players li {
        margin-left: 5px;
    }
    .fixture_detail h3 {
        margin: 0 0 12px;
    }
    .fixture_detail .goals h2 {
        padding: 0 0 0 20px;
        margin: 8px 0 15px;
        height: 65px;
    }
}
