.no-date .middle-panel .date{
    font-size: 20px;
    color: rgb(221,221,221);
    font-weight: 200;
}
.no-date .external{
    width: 0px !important;
    overflow: hidden !important;
    margin: 0 !important;
}







.live-game-section {
    position: relative;
    padding-bottom: 0!important;
}

.live-game-section *::selection {
    color: #c30000;
    /* WebKit/Blink Browsers */
    background: white;
}

.live-game-section *::-moz-selection {
    color: #c30000;
    /* Gecko Browsers */
    background: white;
}

.live-game-section .bar {
    position: relative;
    background: #2e2e2e;
}

.live-game-section .shadow {
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    pointer-events: none;
}

.live-game-section .stats {
    /*
    -webkit-box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.75);
        */
    text-align: center;
}

.live-game-section .stats>* {
    vertical-align: middle;
    display: inline-block;
    width: 32%;
}

.live-game-section .stats .info {
    font-size: 16px;
    text-transform: uppercase;
}

.live-game-section .stats .position {
    font-size: 52px;
    line-height: 55px;
    margin-bottom: 5px;
}

.live-game-section .stats .points {
    font-size: 22px;
}

.live-game-section .stats .abstract,
.live-game-section .stats .score {
    text-align: center;
}

.live-game-section .stats .abstract {
    line-height: 30px;
}

.live-game-section .game-info-wrapper {
    width: 65%;
    display: inline-block;
}

.live-game-section .external {
    width: 20%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.live-game-section .calendar>.external {
    width: 100%;
}

.live-game-section .external .button {
    padding-left: 8%;
    padding-right: 8%;
    margin: 0;
}

/* .live-game-section .external .button:hover {
    background: white;
    border-color: white;
    color: #c30000;
}

.live-game-section .stats .external .button:hover {
    color: #b40000;
}
 */

/* --------------- BETCLICK BUTTON --------------- */

.live-game-section .games .external .button.direct {
    font-size: 12px;
    display: block;
    margin-bottom: 0px !important;
}

.live-game-section .games .external .button.betclick {
    font-size: 12px;
    display: block;
    margin-top: 10px;
}


/* --------------- END BETCLICK BUTTON --------------- */


.live-game-section .games {
    background: #242424;
    -webkit-box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.75), inset -15px 0 15px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.75), inset -15px 0 15px -15px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.75), inset -15px 0 15px -15px rgba(0, 0, 0, 0.75);
}

.live-game-section .games .game {
    padding: 0 10px;
    text-align: center;
}

.live-game-section .games .game.live .team{
    padding-top:15px;
}

.live-game-section .games .item:not(:first-child) .game {
    border-left: 1px solid #393939;
}

.live-game-section .games .game .game-info-wrapper>* {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.live-game-section .games .game .team-short {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
}

.live-game-section .games .game .result {
    font-size: 24px;
}

.live-game-section .games .game .x {
    font-size: 10px;
    font-weight: 300;
    margin: 0;
}

.live-game-section .games .game .external .button {
    padding-left: 10px;
    padding-right: 10px;
}

.live-game-section .games .game .team img {
    /*
    max-width: 45px;
    max-height: 45px;
    */
    margin-bottom: 8px;
    height: 45px;
}

.live-game-section .games .game .team .name {
    text-transform: uppercase;
    font-size: 11px;
}


.live-game-section .games .game .date {
    font-size: 18px;
    margin: 0;
}
.live-game-section .games .game .date.unscheduled {
    font-size: 16px;
}

.live-game-section .games .edge-holder,
.live-game-section .games .edge-button {
    width: 30px;
}

.live-game-section .games .edge-button-path {
    width: 10px;
    height: 14px;
    margin-top: 18px;
    margin-bottom: 18px;
    stroke-width: 4px;
}




.live-game-section .game-detail-wrapper {
    display:block;
}
.live-game-section .game-detail-wrapper div{
    display:inline-block;
}
.live-game-section .game .competition-small{
    font-size: 10px;
    color: white;
    text-transform: uppercase;
    display: block !important;
}

.live-game-section .games .game-detail-wrapper>* {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.live-game-section .selected{
    background-color: #333;
}
.live-game-section .item:hover:not(:last-child):not(:first-child):not(.selected) {
    background-color: #111;
    cursor: pointer;
}

.live-game-section .time-result-wrapper{
    width:75px;
    height:75px;
    position: relative;
}
.live-game-section .time-result-wrapper .svg-circle{
    height:100%;
}
.live-game-section .time-result-wrapper canvas{
    background-color: #333;    
}

.live-game-section .time-result-wrapper .time, .live-game-section .time-result-wrapper .result{
    position:absolute;
    top:0;right:0;bottom:0;left:0;
    margin:auto;
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
    font-size:26px !important;
    /*
    position: absolute;
    top: 16px;
    color: #fff;
    font-size: 26px !important;
    width: 100%;
    */
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    opacity: 0;
}

.live-game-section .time-result-wrapper .result>.vs{
    font-size: 18px !important;
    display: inline-block !important;
    position: relative;
    top: -4px;
}


.live-game-section .games > .carousel .item {
    display: table;
}
.live-game-section .games > .carousel .item > .inner-item {
    display: table-cell;
    vertical-align: middle;
}

.live-game-info-section-wrapper {
    height:32px;
}

.live-game-info-section {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 4;
}



.live-game-info-section:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    /*box-shadow: inset 0px -10px 10px -10px rgba(0, 0, 0, 0.75);*/
}



.live-game-info-section .toggle {
    position: absolute;
    bottom: -30px;
    width: 80px;
    height: 30px;
    background: white url('../images/menu-button.png') no-repeat center center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    left: 46%;
    left: calc(50% - 40px);
    cursor: pointer;
    -webkit-transition: bottom 1s ease-in-out, border-radius 1s ease-in-out;
    -moz-transition: bottom 1s ease-in-out, border-radius 1s ease-in-out;
    transition: bottom 1s ease-in-out, border-radius 1s ease-in-out;
    z-index: 1;
}

.live-game-info-section.active .toggle {
    bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


.live-game-info-section .toggle-bar{
    width: 100%;
    position: absolute;
    bottom: -32px;
    height:32px;
    text-align: center;
}

.live-game-info-section.active .toggle-bar{
}

.live-game-info-section .toggle-bar>img{
    cursor: pointer;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.live-game-info-section .bar {
    background-color: #242424;
    border: 1px solid #393939;
}





.live-game-info-section .content {
    width: 100%;
    overflow: hidden;
    background: rgb(51,51,51);
    max-height: 0;
    -webkit-transition: max-height 1s linear;
    -moz-transition: max-height 1s linear;
    transition: max-height 1s linear;
}

.live-game-info-section .content:not(.selected) {
    /*display: none;*/
    height: 0px !important;
}

.live-game-info-section.active .content {
    max-height: 810px;
}

.live-game-info-section .content .post-game:not(.selected)  {
    display: none;
}

.live-game-info-section .content .table {
    height: 100%;
    width: 66%;
    border-collapse: collapse;
    display: table;
}

.live-game-info-section .content .day-game-info {
    color: #ddd;
    display: table-row;
    vertical-align: bottom;
    height: 1px;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

.live-game-info-section .pre-game .day-game-info .info {
    margin: 30px 0 24px 0;
    text-align: center;
}

.live-game-info-section .pre-game .day-game-info {
    border-top: solid 1px rgb(72,72,72);
}

.live-game-info-section .pre-game .day-game-info .info:not(:last-child) {
    border-right: solid 1px rgb(72,72,72);
}

.live-game-info-section .day-game-info .info>* {
    display: inline-block;
    vertical-align: middle;
    margin: 2%;
}



.live-game-info-section .day-game-info .info .icon svg{
    height: 30px;
    max-width: 50px;
    display: inline-block;
    stroke: #ddd;
}


.live-game-info-section .pre-game .day-game-info .info .channels img {
    display: inline-block;
    margin-right: 10px;
}
























.live-game-info-section .pre-game .day-game-info .info .location {
    margin-top: 0px;
    margin-bottom: 0px;
}

.live-game-info-section .pre-game .day-game-info .info .location > *{
    text-align: left;
}

.live-game-info-section .pre-game .day-game-info .info .location .stadium{
    font-size: 16px;
    margin-bottom: 3px;
    max-width: 130px;
    overflow: hidden;
}

.live-game-info-section .pre-game .day-game-info .info .location .stadium p{
   position: relative;
   left:0;
   top:0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}


.live-game-info-section .pre-game .day-game-info .info .location .stadium p.revealed{
    overflow: visible;
}


.live-game-info-section .pre-game .day-game-info .info .location .directions{
    font-size: 12px;
    transition: color 200ms;
}

.live-game-info-section .day-game-info .info .location:hover{
    cursor: pointer;
}

.live-game-info-section .day-game-info .info .location:hover .directions{
    color: white;
}

.live-game-info-section .pre-game .day-game-info .info .location .directions .arrow{
    max-width: 15px;
    height: 8px;
    stroke: #ddd;
    stroke-width: 4px;
    fill: none;
    transition: stroke 200ms;
}

.live-game-info-section .day-game-info .info .location:hover .directions .arrow{
    stroke: white;
}


.live-game-info-section .content .stats {
    margin: 3% 3% 4% 3%;
    text-transform: uppercase;
}

.live-game-info-section .content .stat {
    margin: 5px 0;
    text-transform: uppercase;
    color: white;
}

.live-game-info-section .content .stats .home-team {
    text-align: right;
}

.live-game-info-section .content .stats .text {
    text-align: center;
    font-weight: normal;
    font-size:14px;
    /*line-height: 50px;*/
}

.live-game-info-section .content .stats .place .text {
    line-height: 50px;
}

.live-game-info-section .content .stats .visitor-team {
    text-align: left;
}

.live-game-info-section .content .stats .bars.colored {
    display: flex;
}
.live-game-info-section .content .stats .bars.colored .bar-holder{
    flex: 1;
}
.live-game-info-section .content .stats .bars.colored .text{
    padding: 7px 0;
}

.live-game-info-section .content .stats .colored .home-team {
    color: #c30000;
}

.live-game-info-section .content .stats .colored .visitor-team {
    color: rgb(134,134,134);
}

.live-game-info-section .content .stats .names .logo {
    height: 30px;
    display: inline-block;
}


.live-game-info-section .content .stats .names .home-team .team-name {
    float: right;
}

.live-game-info-section .content .stats .names .visitor-team .logo {
    float: left;
}

.live-game-info-section .content .stats .names .visitor-team .team-name {
    float: left;
}
.live-game-info-section .content .stats .names .home-team .logo {
    float: right;
}


.live-game-info-section .content .stats .names .dash {
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
}

.live-game-info-section .content .stats .names .place {
    display: inline-block;
    color: white;
    font-size: 24px;
    line-height: 24px;
}

.live-game-info-section .content .stats .names .place span {
    font-size: 20px;
    vertical-align: top;
}

.live-game-info-section .content .stats .names .team-name {
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 24px;
}


.live-game-info-section .content .stats .last-results {
    font-size: 14px;
    font-weight: 300;
    color: white;

    padding: 0px;
}


.live-game-info-section .content .stats .last-results .last-results-wrapper {
    white-space: nowrap;
}

.live-game-info-section .content .stats .last-results .result{
    display: inline-block;
    padding: 3px 6px;
    vertical-align: middle;
}

.live-game-info-section .content .stats .last-results .result:not(:last-child){
    border-right: solid 1px rgb(63,63,63);
}

.live-game-info-section .content .stats .last-results .result:last-child{
    padding-right: 0px;
}


.live-game-info-section .content .stats .last-results .result.game-result *{
    display: inline-block;
}

.live-game-info-section .content .stats .last-results .result.game-result .score .cross{
    font-size: 10px;
    vertical-align: middle;
}

.live-game-info-section .content .stats .last-results .result.game-result .score .score-value{
    font-size: 16px;
}




@media (min-width: 992px) and (max-width: 1366px) {

    .live-game-info-section .pre-game .day-game-info .info .channels img {
        display: block;
        padding: 5px;
        margin: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .live-game-info-section .pre-game .day-game-info .info .location .stadium{
        font-size: 12px;
    }

    .live-game-info-section .pre-game .day-game-info .info .location .directions{
        font-size: 10px;
    }
}

.live-game-info-section .no-date-game .time-result-wrapper .time-left {
    color:rgb(221,221,221);
    line-height:50px;
    padding:0;
    font-size:14px;
    text-transform:none;
}
@media (min-width: 992px) {

    
    .live-game-info-section .content .stats .names .team-name {
        font-size: 22px;
        line-height: 55px;
    }

    .live-game-info-section .content .stats .names .place {
        font-size: 36px;
        line-height: 55px;
    }

    .live-game-info-section .content .stats .names .place span {
        font-size: 30px;
        vertical-align: top;
    }
    
    .live-game-info-section .content .stats .names .logo {
        height: 45px;
    }

    .live-game-info-section .time-result-wrapper .time-left .days-left{
        font-size: 26px;
        line-height: 22px;
    }

    .live-game-info-section .time-result-wrapper .time-left .text{
        font-size: 14px;
    }
    
    .live-game-info-section .time-result-wrapper .time-left{
        padding: 13px 0px;
        height: 65px;
    }

    .live-game-info-section .no-date-game .time-result-wrapper .time-left {
        line-height:80px;
        font-size:20px;
    }
    

    
    .live-game-info-section .content .stats .last-results .result.game-result .score .cross{
        font-size: 10px;
    }

    .live-game-info-section .content .stats .last-results .result.game-result .score .score-value{
        font-size: 16px;
    }

    
    .live-game-info-section .radial-progress {
        width: 65px;
        height: 65px;
    }

    .live-game-info-section .radial-progress .circle .shadow {
        width: 65px;
        height: 65px;
    }

    .live-game-info-section .radial-progress .circle .mask, .live-game-info-section .radial-progress .radial-progress .circle .fill{
        width: 65px ;
        height: 65px;
    }

    .live-game-info-section .radial-progress .circle .mask .fill {
        clip: rect(0px, 29px, 65px, 0px);
    }

    .live-game-info-section .radial-progress .inset {
        width: 62px;
        height: 62px;
    }


    .live-game-info-section .pre-game .day-game-info .info .location .stadium {
        max-width: 90%;
    }

}

@media (min-width: 1200px) {

    .live-game-info-section .content .stats .names .team-name {
        font-size: 28px;
        line-height: 60px;
    }

    .live-game-info-section .content .stats .names .place {
        font-size: 40px;
        line-height: 60px;
    }
    
    .live-game-info-section .content .stats .names .logo {
        height: 60px;
    }

    
    .live-game-info-section .time-result-wrapper .time-left .days-left{
        font-size: 50px;
        line-height: 54px;
    }

    .live-game-info-section .time-result-wrapper .time-left .text{
        font-size: 14px;
    }
    
    .live-game-info-section .time-result-wrapper .time-left{
        padding: 15px 0px;
        height: 65px;
    }

    
    .live-game-info-section .radial-progress {
        width: 100px;
        height: 100px;
    }

    .live-game-info-section .radial-progress .circle .shadow {
        width: 100px;
        height: 100px;
    }

    .live-game-info-section .radial-progress .circle .mask, .live-game-info-section .radial-progress .radial-progress .circle .fill{
        width: 100px ;
        height: 100px;
    }

    .live-game-info-section .radial-progress .circle .mask .fill {
        clip: rect(0px, 29px, 65px, 0px);
    }

    .live-game-info-section .radial-progress .inset {
        width: 97px;
        height: 97px;
    }

    
    .live-game-info-section .content .stats .last-results {
        font-size: 20px;
    }
    
    .live-game-info-section .content .stats .last-results .result.game-result .score .cross{
        font-size: 10px;
    }

    .live-game-info-section .content .stats .last-results .result.game-result .score .score-value{
        font-size: 22px;
    }

    
    .live-game-info-section .pre-game .day-game-info .info .location .stadium {
        max-width: 135px;
    }
}


@media (min-width: 1366px) {

    .live-game-info-section .content .stats .names .team-name {
        font-size: 32px;
        line-height: 77px;
    }

    .live-game-info-section .content .stats .names .place {
        font-size: 54px;
        line-height: 77px;
    }

    .live-game-info-section .content .stats .names .place span {
        font-size: 25px;
        line-height: 60px;
    }
    
    .live-game-info-section .content .stats .names .logo {
        height: 60px;
    }

}




.live-game-info-section .content .stats .bars .value {
    display: inline-block;
    vertical-align: middle;
    margin: 2px 10px;
    color: white;
    font-size: 20px;
}

.live-game-info-section .content .stats .bars .bar {
    vertical-align: middle;
    height: 11px;
    width: 0;
    max-width: 90%;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    display: inline-block;
}

.live-game-info-section .content .stats:not(.showing) .bars .bar {
    width: 0 !important;
}

.live-game-info-section .content .stats.showing .bars .bar {
    width: 100%;
}

.live-game-info-section .content .stats .bars .home-team .bar {
    background: #c30000;
}

.live-game-info-section .content .stats .bars .visitor-team .bar {
    background:  rgb(134,134,134);
}


.live-game-info-section .hamburger {
    position: relative;
    cursor: pointer;
    width: 22px;
    height: 14px;
    margin-top: 2px;
}

.live-game-info-section .hamburger:before,
.live-game-info-section .hamburger:after {
    content: "";
    display: table;
    clear: both;
}

.live-game-info-section .hamburger .dash {
    border-bottom: solid 1px #fff;
    -webkit-backface-visibility: hidden;
    -webkit-transition: transform 200ms ease-in-out;
    -moz-transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transform-origin: center;
    position: absolute;
    left: 0;
    right: 0;
}

.live-game-info-section .slb-text:not(.active) .hamburger .dash-1 {
    transform: translate(0, 1px);
}

.live-game-info-section .slb-text:not(.active):hover .hamburger .dash-1 {
    transform: translate(0, 3px);
}

.live-game-info-section .slb-text:not(.active) .hamburger .dash-2 {
    transform: translate(0, 7px) scale(1);
}

.live-game-info-section .slb-text:not(.active) .hamburger .dash-3 {
    transform: translate(0, 13px);
}

.live-game-info-section .slb-text:not(.active):hover .hamburger .dash-3 {
    transform: translate(0, 11px);
}

.live-game-info-section .slb-text.active .hamburger .dash-1 {
    transform: translate(0, 7px) rotate(45deg);
}

.live-game-info-section .slb-text.active:hover .hamburger .dash-1 {
    transform: translate(0, 7px) rotate(35deg);
    transform: translate(0, 7px) rotate(135deg);
}

.live-game-info-section .slb-text.active .hamburger .dash-2 {
    transform: translate(0, 7px) scale(0);
}

.live-game-info-section .slb-text.active .hamburger .dash-3 {
    transform: translate(0, 7px) rotate(-45deg);
}

.live-game-info-section .slb-text.active:hover .hamburger .dash-3 {
    transform: translate(0, 7px) rotate(-35deg);
    transform: translate(0, 7px) rotate(45deg);
}


.live-game-section .radial-progress .inset {
    background-color: #242424;
}
.live-game-section .item:hover:not(.selected) .radial-progress .inset {
    background-color: #111;
}
.live-game-section .selected .radial-progress .inset {
    background-color: #333;
}

@media (max-width: 425px) { /* media query used to force exception */

    .live-game-section .games > .carousel .item {
        height: 120px;
    }

    .live-game-section .games .game .external .button {
        /*padding: 5px 10px;*/
        min-width:70px;
        font-size: 12px;
    }
    .live-game-section .game .competition-small {
        font-size: 9px;
    }
    .live-game-section .games .game .team .name {
       font-size: 10px;
    }
    .live-game-section .time-result-wrapper .time, .live-game-section .time-result-wrapper .result{
        margin-left: -2px;
    }
}


@media (min-width: 425px) {
    .live-game-section .games .game .game-info-wrapper>* {
        display: inline-block;
        margin: 0 5px;
        vertical-align: middle;
    }

    .live-game-section .games .game .team-short {
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 300;
    }

    .live-game-section .games .game .result {
        font-size: 38px;
    }

    .live-game-section .games .game .x {
        font-size: 20px;
        font-weight: 300;
        margin: 0;
    }

    .live-game-section .games .game .external .button {
        padding-left: 20px;
        padding-right: 20px;
    }

    .live-game-section .external {
        width: auto;
        height: 100%;
    }
    .live-game-section .external .button {
        padding-left: 8%;
        padding-right: 8%;
        margin: 42px 0;
    }


    .live-game-section .games .game .team img {
        /*
        max-width: 50px;
        max-height: 50px;
        */
        margin-bottom: 10px;
        height: 50px;
    }

    .live-game-section .games .game .team .name {
        text-transform: uppercase;
        font-size: 13px;
    }

    .live-game-section .games .game .date {
        font-size: 22px;
        margin: 0;
    }

    .live-game-section .games .game .date.unscheduled {
        font-size: 18px;
    }
    .live-game-section .time-result-wrapper canvas{
        width:100%;
    }

    .live-game-section .time-result-wrapper .time, .live-game-section .time-result-wrapper .result{
        font-size: 28px !important;
    }


}

@media (min-width: 768px) {
    .live-game-info-section {
        display: block;
    }
    .live-game-section .inner-item.game>.external>.button {
        margin: 42px 0 !important;
    }


    .live-game-section .game-info-wrapper {
        width: auto;
    }
    
    .live-game-section .games .game .team .name {
        text-transform: uppercase;
        font-size: 14px;
    }

    /* --------------- BETCLICK BUTTON --------------- */
    .live-game-section .inner-item.game > .external > .button.direct {
        margin-bottom: 0px !important;
        margin-top: 15px !important;
    }

    .live-game-section .inner-item.game > .external > .button.betclick {
        margin-top: 10px !important;
        margin-bottom: 15px !important;
    }
}

@media (min-width: 1024px) {
    .live-game-section .games .game {
        padding: 0 20px;
    }
}

@media (min-width: 1280px) {
    .live-game-section .games .game>* {
        margin: 0 7px;
    }
}



.live-game-info-section .header{
    margin-bottom: 40px;
    margin-top: 20px;
    padding-bottom: 40px;
    border-bottom: solid 1px rgb(72,72,72);
}


.live-game-info-section .time-result-wrapper{
    position: relative;
}


.live-game-info-section .time-result-wrapper .time-left{
    position: absolute;
    top: 0px;
    color: white;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}


.live-game-info-section .radial-progress {
    margin: 0 auto;
    background-color: rgb(92,92,92);
}

.live-game-info-section .radial-progress .circle .mask {
    clip: rect(0px, 59px, 59px, 29px);
}

.live-game-info-section .radial-progress .circle .mask .fill {
    background-color: transparent;
    clip: rect(0px, 29px, 59px, 0px);
}


@media (max-width: 991px) {
    .live-game-info-section .radial-progress {
        width: 50px;
        height: 50px;
    }

    .live-game-info-section .radial-progress .circle .shadow {
        width: 50px;
        height: 50px;
    }


    .live-game-info-section .radial-progress .circle .mask, .live-game-info-section .radial-progress .radial-progress .circle .fill{
        width: 50px;
        height: 50px;
    }

    .live-game-info-section .radial-progress .inset {
        width: 47px;
        height: 47px;
    }

    .live-game-info-section .time-result-wrapper .time-left{
        height: 50px;
        padding: 5px 0px;
    }
    
    .live-game-info-section .time-result-wrapper .time-left .days-left{
        font-size: 20px;
        line-height: 24px;
    }

    .live-game-info-section .time-result-wrapper .time-left .text{
        font-size: 10px;
    }
}





.live-game-info-section .content .sidebar-news {

}


.live-game-info-section .sidebar-news .content .text.extra-small:not(.red){
    display:none;
}

.live-game-info-section .sidebar-news > div .content .medium-s {
    margin-bottom: 0px;
}

.live-game-info-section .sidebar-news .content img.media-logo{
    display:block;
}

.live-game-info-section .sidebar-news img.media-logo{
    margin:0;
}


.live-game-info-section .sidebar-news > div .content,
.live-game-info-section .sidebar-news .inner-item > .image-placeholder{
    display: inline-block;
    float: left;
}

/*.live-game-info-section .sidebar-news .inner-item > .image-placeholder,*/
.live-game-info-section .sidebar-news .inner-item .video-wrapper
{
    width: 42%;
}


.live-game-info-section .sidebar-news .inner-item > .image-placeholder img
{
    /* position: relative; */
    /* float: left; */
    /* width:  100%; */
    /* height: 80%; */
    /* background-position: 50% 50%; */
    /* background-repeat:   no-repeat; */
    /* background-size:     cover; */
}

.live-game-info-section .sidebar-news .inner-item .video-wrapper
{
    height: 80%;
    position: relative;
}
}

.live-game-info-section .sidebar-news .inner-item .video-wrapper .image-placeholder img
{
    height: 100%;
}

.live-game-info-section .sidebar-news .inner-item .video-wrapper .image-placeholder
{
    position: relative;
}

.live-game-info-section .sidebar-news > div .content{
     width: 59%;
     font-family: "Roboto Condensed", sans-serif;
     font-weight: 400;
}

.live-game-info-section .sidebar-news > div .content :first-child{
    margin-bottom: 2%;
}


.live-game-info-section .sidebar-news .inner-item{
    display: flex;
    align-items: center;
}

.live-game-info-section .sidebar-news > div .content .medium-s{
    font-weight: 300;
    text-transform:uppercase;
    line-height: 1.1;
    margin-bottom: 4%;
}

.live-game-info-section .sidebar-news > div a:not(:last-child){
     margin-bottom: 24px;
}


.live-game-info-section a.div:hover .logo rect#icon_white_hover_layer {
    font-size: 106px;
}



.live-game-info-section .video.logo, 
.live-game-info-section .video-wrapper .logo{
    width: 50px;
    height: 50px;
    /* margin: auto; */
    fill: none;
}

.live-game-info-section .video-wrapper .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

.live-game-info-section .video.logo{
     margin-bottom: 14px;
}



.live-game-info-section .sidebar-news {
    padding: 3% 3% 0% 3%;
}

.live-game-info-section .sidebar-news .inner-item .news-content {
    padding-left: 5%;
}

.live-game-info-section .sidebar-news .inner-item .news-content .hour{
    text-transform: uppercase;
    color: rgb(136,136,136);
    font-size: 12px;
}

.live-game-info-section .sidebar-news .inner-item .news-content .title{
    color: #ddd;
    font-weight: 300;
    font-family: "Roboto Condensed";
    line-height: 1.1em;
}
.live-game-info-section .sidebar-news a:hover .inner-item .news-content .title{
    color: #fff;
}

.live-game-info-section .sidebar-news .inner-item {
    padding-bottom: 20px;
}

.live-game-info-section a:hover .image-placeholder{
    filter: brightness(1.2);   
    transition: filter 200ms ease-in-out;
}
.live-game-info-section a .image-placeholder{
    height: 0px;
    padding-top: 56.25%;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.live-game-info-section a .image-placeholder img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height:none;
}
.live-game-info-section a .left-wrapper{
    width: 42%;
    overflow: hidden;
}

.live-game-info-section a .video-wrapper .shadow{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.live-game-info-section a .video-wrapper .shadow .gradient{
    width: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}


@media (max-width: 1199px) {
    .live-game-info-section .sidebar-news .inner-item .news-content .title{
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .live-game-info-section .sidebar-news .inner-item .news-content .title{
        font-size: 16px;
    }
}

@media (min-width: 1366px) {
    .live-game-info-section .sidebar-news .inner-item .news-content .title{
        font-size: 18px;
    }

    /* --------------- BETCLICK BUTTON --------------- */
    .live-game-section .inner-item.game > .external > .button.direct, .live-game-section .inner-item.game > .external > .button.betclick {
        font-size: 14px;
    }
}






/*
    Live Game
*/
/*
.live-game-info-section.active .content   {
    max-height: 600px;
}
.live-game-info-section.active .content.pos-match {
    max-height: 730px;
}
    */


.live-game-info-section .game-widget-container .day-game-info .info{
    margin-bottom: 8px;
}
.live-game-info-section .game-widget-container .day-game-info .info .icon{
    margin: 0px;
}

.live-game-info-section .game-widget-container .day-game-info .info .channels {
    margin: 0px 0px 0px 0px;
}

.live-game-info-section .game-widget-container .day-game-info .info .channels img {
    display: inline-block;
}

.live-game-info-section .game-widget-container .day-game-info .info .location .stadium{
    font-size: 16px;
}

.live-game-info-section .game-widget-container .day-game-info .info.hashtag{
    font-size: 25px;
    line-height: 1em;
}
.live-game-info-section .game-widget-container .day-game-info .info.hashtag > *{
    margin: 0px;
}

.live-game-info-section .game-widget-container .day-game-info .info .icon.weather svg,
.live-game-info-section .game-widget-container .day-game-info .info.hashtag svg{
    width: 30px;
}
.live-game-info-section .game-widget-container .day-game-info .info .icon.weather,
.live-game-info-section .game-widget-container .day-game-info .info.hashtag .icon{
    margin-right: 5px;
}


.live-game-info-section .game-widget-container .sidebar-news .news-container {
    padding-top: 15px;
}


.live-game-info-section .game-widget-container .sidebar-news > div a:not(:last-child){
     margin-bottom: 5px;
}


.live-game-info-section .game-widget-container .table {
    margin-top: 8%;
}

@media (min-width: 992px) {
    
    .live-game-info-section .game-widget-container .table {
        margin-top: 4%;
    }
}

@media (min-width: 1200px) {

    
    .live-game-info-section .game-widget-container .day-game-info .info.hashtag{
        font-size: 40px;
    }

    .live-game-info-section .game-widget-container .day-game-info .info .location .stadium{
        font-size: 20px;
    }
    
    .live-game-info-section .game-widget-container .table {
        margin-top: 4%;
    }
}


.live-game-info-section .live-game .wc-widget{
    height: 100%;
    width: 99%;
}

.live-game-info-section .live-game .sr-widget .sr-widget-title{
    color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-header{
    background-color: rgba(195, 0, 0, 0.5);
}
.live-game-info-section .live-game .sr-widget .sr-subheader-1{
background-color: rgba(195, 0, 0, 0.5);
}
.live-game-info-section .live-game .sr-widget .sr-subheader-1.sr-pills-carousel, .live-game-info-section .live-game .sr-widget .sr-subheader-1.sr-toggle{
background-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-header-1{
background-color: #c30000;
color: #ffffff;
}
.live-game-info-section .live-game .sr-widget .sr-header-2{
background-color: #c30000;
color: #ffffff;
}
.live-game-info-section .live-game .sr-widget .sr-header-3{
    background:rgba(195,195,195,0.3);
    color: #ffffff;
}
.live-game-info-section .live-game .sr-widget .sr-header-4{
background-color: rgba(195, 0, 0, 0.3);
color: #ffffff;
}
.live-game-info-section .live-game .sr-widget .sr-header-6{
color: white;
}
.live-game-info-section .live-game .sr-widget .sr-section-1{
background-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-section-2{
background-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-live-badge .sr-icon-live{
color: white;
}
.live-game-info-section .live-game .sr-widget .sr-tabs .sr-tabs-header:after{
background-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-tabs .sr-tab{
color: #ffffff;
background-color: rgba(195, 0, 0, 0.6);
}
.live-game-info-section .live-game .sr-widget .sr-tabs .sr-tab.sr-active{
background-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-tabs .sr-tab:hover{
background-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-pills .sr-pill.sr-active{
color: #ffffff;
background-color: #c30000;
border-left-color: transparent;
}
.live-game-info-section .live-game .sr-widget .sr-pills .sr-pill.sr-active:hover{
background-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-pills.sr-pills-carousel .sr-pill.sr-day:hover, .live-game-info-section .live-game .sr-widget .sr-pills.sr-pills-carousel .sr-pill.sr-round:hover, .live-game-info-section .live-game .sr-widget .sr-pills.sr-pills-carousel .sr-pill.sr-active.sr-day:hover, .live-game-info-section .live-game .sr-widget .sr-pills.sr-pills-carousel .sr-pill.sr-active.sr-round:hover{
color: white;
}
.live-game-info-section .live-game .sr-widget .sr-pills.sr-pills-carousel .sr-pill.sr-day.sr-active, .live-game-info-section .live-game .sr-widget .sr-pills.sr-pills-carousel .sr-pill.sr-round.sr-active{
color: white;
}
.live-game-info-section .live-game .sr-widget .sr-selected{
background: linear-gradient(to right, rgba(195, 0, 0, 0.5), transparent);
background-color: rgba(255, 255, 255, 0.1);
}
.live-game-info-section .live-game .sr-widget[dir="rtl"] .sr-selected{
background: linear-gradient(to left, rgba(195, 0, 0, 0.5), transparent);
background-color: rgba(255, 255, 255, 0.1);
}
.live-game-info-section .live-game .sr-widget .sr-highlight{
background: linear-gradient(to right, rgba(195, 0, 0, 0.3), transparent);
}
.live-game-info-section .live-game .sr-widget[dir="rtl"] .sr-highlight{
background: linear-gradient(to left, rgba(195, 0, 0, 0.3), transparent);
}
.live-game-info-section .live-game .sr-widget .sr-highlight-solid{
background-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-highlight-solid-trans{
background-color: rgba(195, 0, 0, 0.3);
}
.live-game-info-section .live-game .sr-widget .sr-default-tooltip{
color: #242424;
background-color: #fff;
border-color: #aaa;
}
.live-game-info-section .live-game .sr-widget .sr-team-header-home{
background-color: rgba(195, 0, 0, 0.5);
color: #ffffff;
}
.live-game-info-section .live-game .sr-widget .sr-team-header-away{
background-color: rgba(195, 0, 0, 0.5);
color: #ffffff;
}
.live-game-info-section .live-game .sr-widget .sr-color-home{
background-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-color-away{
background-color: #242424;
}
.live-game-info-section .live-game .sr-widget .sr-border-color-home{
border-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-border-color-away{
border-color: white;
}
.live-game-info-section .live-game .sr-widget .sr-matclineups-pitch .sr-player-home, .live-game-info-section .live-game .sr-widget .sr-lmts-tactical-home .sr-shirt, .live-game-info-section .live-game .sr-widget .sr-widgets-lmts-playerinfo .sr-home, .live-game-info-section .live-game .sr-widget .sr-lmts-lineups-player .sr-home{
background-color: #c30000;
color: #242424;
}
.live-game-info-section .live-game .sr-widget .sr-matclineups-pitch .sr-player-away, .live-game-info-section .live-game .sr-widget .sr-lmts-tactical-away .sr-shirt, .live-game-info-section .live-game .sr-widget .sr-widgets-lmts-playerinfo .sr-away, .live-game-info-section .live-game .sr-widget .sr-lmts-lineups-player .sr-away{
background-color: white;
color: #242424;
}
.live-game-info-section .live-game .sr-widget .sr-matclineups-teams .sr-tabs-header.sr-home:after{
background-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-matclineups-teams .sr-tabs-header.sr-away:after{
background-color: white;
}
.live-game-info-section .live-game .sr-widget .sr-matclineups-teams .sr-away:after{
background-color: white;
}
.live-game-info-section .live-game .sr-widget .sr-matclineups-teams .sr-tab .sr-lineups-header-home{
background-color: rgba(195, 0, 0, 0.75);
color: #242424;
}
.live-game-info-section .live-game .sr-widget .sr-matclineups-teams .sr-tab .sr-lineups-header-away{
background-color: rgba(255, 255, 255, 0.75);
color: #242424;
}
.live-game-info-section .live-game .sr-widget .sr-matclineups-teams .sr-tab.sr-active{
background-color: white;
}
.live-game-info-section .live-game .sr-widget .sr-matclineups-teams .sr-tab.sr-active:first-child{
background-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-matclineups-teams .sr-tab.sr-active .sr-lineups-header-home{
background-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-matclineups-teams .sr-tab.sr-active .sr-lineups-header-away{
background-color: white;
}
.live-game-info-section .live-game .sr-widget .sr-matclineups-teams .sr-matchlineups-home .sr-matchlineups-shirtnumber{
background-color: #c30000;
color: #242424;
}
.live-game-info-section .live-game .sr-widget .sr-matclineups-teams .sr-matchlineups-away .sr-matchlineups-shirtnumber{
background-color: white;
color: #242424;
}
.live-game-info-section .live-game .sr-widget.sr-large .sr-matclineups-teams .sr-tab .sr-lineups-header-home{
background-color: rgba(195, 0, 0, 0.5);
color: #ffffff;
}
.live-game-info-section .live-game .sr-widget.sr-large .sr-matclineups-teams .sr-tab .sr-lineups-header-away{
background-color: rgba(195, 0, 0, 0.5);
color: #ffffff;
}
.live-game-info-section .live-game .sr-widget .sr-cuproster-match-date{
background-color: rgba(195, 0, 0, 0.3);
}
.live-game-info-section .live-game .sr-widget .sr-odd-outcome{
color: #ffffff;
background-color: rgba(195, 0, 0, 0.5);
}
.live-game-info-section .live-game .sr-widget .sr-odd-outcome:hover{
background-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-form-home .sr-form-inner{
background-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-form-away .sr-form-inner{
background-color: white;
}
.live-game-info-section .live-game .sr-widget .sr-last-next-home:before{
background-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-last-next-away:before{
background-color: white;
}
.live-game-info-section .live-game .sr-widget .sr-dropdown-overlay:before{
background-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-dropdown-list ul{
background-color: rgba(36, 36, 36, 0.95);
}
.live-game-info-section .live-game .sr-widget .sr-item-last{
border-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-group-name.sr-active{
background-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-group-name:hover{
background-color: rgba(195, 0, 0, 0.6);
}
.live-game-info-section .live-game .sr-widget .sr-comment-share .sr-icon:hover{
color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-comment-item .sr-score-change{
color: white;
}
.live-game-info-section .live-game .sr-widget .sr-datepicker-calendar-table .sr-day.sr-active{
background-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-datepicker-calendar-table .sr-day.sr-today{
border: 1px solid #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-toggle-datepicker-calendar:hover .sr-icon.sr-icon-calendar, .live-game-info-section .live-game .sr-widget .sr-toggle-datepicker-calendar.sr-active .sr-icon.sr-icon-calendar{
color: white;
}
.live-game-info-section .live-game .sr-widget .sr-toggle-live:hover .sr-icon.sr-icon-live, .live-game-info-section .live-game .sr-widget .sr-toggle-live.sr-active .sr-icon.sr-icon-live{
color: white;
}
.live-game-info-section .live-game .sr-widget .sr-toggle-odds.sr-active:hover .sr-switcher-toggle, .live-game-info-section .live-game .sr-widget .sr-toggle-odds.sr-active .sr-switcher-toggle{
background: white;
}
.live-game-info-section .live-game .sr-widget .sr-toggle-odds.sr-active .sr-toggle-odds-text{
color: white;
}
.live-game-info-section .live-game .sr-widget .sr-live-colorBox{
background: white;
color: red;
}
.live-game-info-section .live-game .sr-widget .sr-embedded .sr-matchheader-soccer .sr-live-wrapper{
background: white;
color: red;
}
.live-game-info-section .live-game .sr-widget .sr-playerinfo-wrap{
background-color: rgba(36, 36, 36, 0.7);
color: #ffffff;
}
.live-game-info-section .live-game .sr-widget .sr-playerinfo-wrap .sr-content{
background-color: rgba(36, 36, 36, 0.7);
color: #ffffff;
}
.live-game-info-section .live-game .sr-widget .sr-playerinfo-wrap .sr-playerinfo-content > .sr-player-info, .live-game-info-section .live-game .sr-widget .sr-playerinfo-wrap .sr-tab-pane{
background-color: #242424;
color: #ffffff;
}
.live-game-info-section .live-game .sr-widget.sr-widgets-playerinfo.sr-medium .sr-tabs .sr-tab, .live-game-info-section .live-game .sr-widget.sr-widgets-playerinfo.sr-large .sr-tabs .sr-tab{
background-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-lmts-heatmap-tab:hover .sr-nav-icon:before, .live-game-info-section .live-game .sr-widget .sr-lmts-heatmap-tab:hover .sr-nav-title{
color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-lmts-heatmap-tab-selected .sr-nav-icon:before, .live-game-info-section .live-game .sr-widget .sr-lmts-heatmap-tab-selected .sr-nav-title{
color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-lmts-lineups-tab:hover, .live-game-info-section .live-game .sr-widget .sr-lmts-lineups-tab.sr-tab-selected{
color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-lmts-lineups-tab.sr-tab-selected .sr-nav-title{
border-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-lmts-pitch-branding{
background: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-lmts.sr-lmts-pitch-crowd .sr-scoreboard-head{
background-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-lmts .sr-widgets-matchinfo{
background-color: rgba(36, 36, 36, 0.8);
color: #ffffff;
box-shadow: 0 0 23px black;
}
.live-game-info-section .live-game .sr-widget .sr-lmts .sr-events .sr-generic-ticker[data-team="home"] .sr-ticker-side{
background-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-lmts .sr-events .sr-generic-ticker[data-team="away"] .sr-ticker-side{
background-color: #242424;
}
.live-game-info-section .live-game .sr-widget .sr-lmts [data-team="home"] .sr-lmts-icon-man{
color: #c30000;
text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
.live-game-info-section .live-game .sr-widget .sr-lmts [data-team="away"] .sr-lmts-icon-man{
color: #242424;
text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
.live-game-info-section .live-game .sr-widget .sr-lmts [data-team="home"] .sr-position-circle-inner{
border-color: #c30000;
box-shadow: 0 0 3px 1px #c30000, 0 0 3px 1px #c30000 inset;
}
.live-game-info-section .live-game .sr-widget .sr-lmts [data-team="away"] .sr-position-circle-inner{
border-color: #242424;
box-shadow: 0 0 3px 1px white, 0 0 3px 1px white inset;
}
.live-game-info-section .live-game .sr-widget .sr-lmts .sr-ball-behind[data-team="home"]{
box-shadow: 20px 0 5px 0 rgba(195, 0, 0, 0.5);
}
.live-game-info-section .live-game .sr-widget .sr-lmts .sr-ball-behind[data-team="away"]{
box-shadow: 20px 0 5px 0 rgba(255, 255, 255, 0.8);
}
.live-game-info-section .live-game .sr-widget .sr-lmts .sr-lmts-positioned-event-spot[data-team="home"] .sr-circle, .live-game-info-section .live-game .sr-widget .sr-lmts .sr-lmts-positioned-event-spot[data-team="home"] .sr-spot, .live-game-info-section .live-game .sr-widget .sr-lmts .sr-lmts-positioned-event-spot[data-team="home"] .sr-time{
background-color: #c30000;
}
.live-game-info-section .live-game .sr-widget .sr-lmts .sr-lmts-positioned-event-spot[data-team="away"] .sr-circle, .live-game-info-section .live-game .sr-widget .sr-lmts .sr-lmts-positioned-event-spot[data-team="away"] .sr-spot, .live-game-info-section .live-game .sr-widget .sr-lmts .sr-lmts-positioned-event-spot[data-team="away"] .sr-time{
background-color: #242424;
}
.live-game-info-section .live-game .sr-widget.sr-widgets-matchcommentary .sr-event-content .sc-event-full, .live-game-info-section .live-game .sr-widget.sr-widgets-matchcommentary .sr-comment-tennis.sr-tennis-set-won{
background-color: rgba(195, 0, 0, 0.2);
}
.live-game-info-section .live-game .sr-widget.sr-widgets-oddscomparison .sr-oddscomparison-selectors .sr-button, .live-game-info-section .live-game .sr-widget.sr-widgets-oddscomparison .sr-oddscomparison-selectors .sr-dropdown-indicator, .live-game-info-section .live-game .sr-widget.sr-widgets-oddscomparison .sr-oddscomparison-selectors .sr-button-home{
background-color: rgba(195, 0, 0, 0.5);
}
.live-game-info-section .live-game .sr-widget.sr-widgets-oddscomparison .sr-oddscomparison-selectors .sr-button.sr-button-active, .live-game-info-section .live-game .sr-widget.sr-widgets-oddscomparison .sr-oddscomparison-selectors .sr-button:hover{
background-color: #c30000;
}
.live-game-info-section .live-game .sr-widget.sr-widgets-oddscomparison-oddsupcomingmatches .sr-odd-outcome:hover{
background-color: rgba(195, 0, 0, 0.5);
}
.live-game-info-section .live-game .sr-widget.sr-widgets-oddscomparison-oddstournaments .sr-title-outrights{
color: #c30000;
}
.live-game-info-section .live-game .sr-widget.sr-widgets-oddscomparison-oddsmatchdetails .sr-odds-row.sr-row-average{
background-color: rgba(195, 0, 0, 0.5);
}
.live-game-info-section .live-game .sr-widget.sr-widgets-oddscomparison-oddsmatchdetails .sr-odds-row.sr-row-highest{
background-color: rgba(195, 0, 0, 0.3);
color: #ffffff;
}
.live-game-info-section .live-game .sr-widget.sr-widgets-oddscomparison-oddsmatchdetails .sr-oddsdropdown-header, .live-game-info-section .live-game .sr-widget.sr-widgets-oddscomparison-oddsmatchdetails .sr-odds-legend{
background-color: rgba(195, 0, 0, 0.3);
}
.live-game-info-section .live-game .sr-widget.sr-widgets-oddscomparison-oddsmatchlist .sr-iconOdds-statistics:hover{
color: #c30000;
}
.live-game-info-section .live-game .sr-widget.sr-widgets-oddscomparison-oddsoutrights .sr-average{
color: #c30000;
}
.live-game-info-section .live-game .sr-widget.sr-widgets-oddscomparison-oddsoutrights .sr-odds-header-left, .live-game-info-section .live-game .sr-widget.sr-widgets-oddscomparison-oddsoutrights .sr-odds-header-right, .live-game-info-section .live-game .sr-widget.sr-widgets-oddscomparison-oddsoutrights .sr-competitor, .live-game-info-section .live-game .sr-widget.sr-widgets-oddscomparison-oddsoutrights .sr-outrightodds{
border-right: 1px solid rgba(0, 0, 0, 0.8);
border-bottom: 1px solid rgba(0, 0, 0, 0.8);
background-color: rgba(195, 0, 0, 0.3);
}
.live-game-info-section .live-game .sr-widget.sr-widgets-momentum2 .sr-fill-home{
fill: #c30000;
}
.live-game-info-section .live-game .sr-widget.sr-widgets-momentum2 .sr-fill-away{
fill: white;
}
.live-game-info-section .live-game .sr-widget.sr-widgets-momentum2 .sr-stroke-home{
stroke: #c30000;
}
.live-game-info-section .live-game .sr-widget.sr-widgets-momentum2 .sr-stroke-away{
stroke: white;
}
/****** variables used for generation *******$brandColor: rgb(195, 0, 0);
$clFontPrimary: #ffffff;
$bgPrimary: #ffffff;
$clFontHeader: #ffffff;
$teamHome: rgb(195, 0, 0);
$teamAway: rgb(255, 255, 255);
$clHomeAwayTeam: rgb(36, 36, 36);
$bgDialog: rgb(36, 36, 36);
$clDialog: #ffffff;
$bgHighlight: rgb(255, 255, 255);
$clHighlight: rgb(255, 0, 0);
$bgOddsArrowUp: #009100;
$bgOddsArrowDown: #cf0000;
*********************************************/

.live-game-info-section .live-game .sr-widget .sr-header-1,
.live-game-info-section .live-game .sr-widget .sr-header-2 {
    background-color: rgb(94,94,94) !important;
}

.sr-lmts-collapse-container{
    background-color: rgb(51,51,51) !important;
}

.sr-crest-wrapper img {
    opacity:1;
    display:inline;
}

/* regra de excepcao para tratamento dos thumbnails video em small tablets */
@media (min-width: 768px) and (max-width: 1024px) {

    .live-game-info-section .video-wrapper .logo {
        margin-top: -20px;
        margin-left: -20px;
    }

    .live-game-info-section .video.logo, .live-game-info-section .video-wrapper .logo {
        width: 40px;
        height: 40px;
    }

    .live-game-info-section .sidebar-news .inner-item .video-wrapper, .live-game-info-section a .left-wrapper {
        width: 52%;
    }

    .live-game-info-section .sidebar-news .inner-item .news-content {
        width: 48% !important;
    }
}