.leaderboard {
    text-align: center;
    display: table;
    margin: 0 auto;
    padding: 20px 0;

}

.leaderboard .leaderboard-container{
    margin:0 auto;
    display: inline-block;
}

section#mainnews {
    margin-top: 0;
    margin-bottom:0;
}

section header a {
    color: #fff;
}

section#rightnow {
    float: left;
    width: 370px;
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    section#rightnow {
        width: 300px;
    }
}

#time-line header {
    background: #0D3B4A;
    color: #fff;
}

#time-line header a {
    color: #fff;
}

.time-line-content {
    border: 1px solid #DBDBDB;
    border-top: none;
    margin-top: -2px;
    overflow: hidden;
    position: relative;
    background: #F6F6F6;
}

.time-line-content:before {
    background: #DBDBDB;
    bottom: 0;
    content: "";
    left: 40px;
    position: absolute;
    top: 0;
    width: 3px;
}

.time-line-content ul {
    margin: 6px 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width:100%;
}

.time-line-content ul li {
    position: relative;
}

.time-line-content .news {

    margin: 0px 10px 12px 10px;
}

.time-line-content .iconBoxes ul {
    width: 60px;
    height: 60px;
}

.time-line-content .iconBoxes ul li {
    float: left;
    text-align: center;
    width: 60px;
    background: #fff;
}

.time-line-content .iconBoxes ul li.news-type img {
    width: 30px;
    margin-top: 5px;
}

.time-line-content .iconBoxes ul li.news-date {
    background: #009ED3;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
}

.time-line-content .iconBoxes ul li.news-type {
    font-size: 25px;
    height: 40px;
}

.time-line-content .iconBoxes ul li.news-type span {
    width: 30px;
    height: 40px;
    display: inline-block;
    background-size: 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;
}

.time-line-content .iconBoxes {
    border-bottom: 3px solid #DBDBDB;
    float: left;
    height: 30px;
    position: relative;
    width: 100px;
    margin-right: 10px;
}

.time-line-content article {
    border-bottom: 1px solid #DBDBDB;
    margin: 10px 0 120px 10px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    padding-bottom: 5px;

}

.time-line-content article h3 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    padding-right: 20px;
    font-family: "Open Sans Condensed";
}

.time-line-content i {
    top: 22px;
    color: #009ED3;
    font-size: 15px;
    position: absolute;
    right: 0;
}



section.channel-extralarge .timeline-main .time-line-content{
    height: 576px;
}

section.channel-extralarge-noxl .timeline-main .time-line-content{
    height: 762px;
}

section.channel-extralarge-noxl.livebox .timeline-main .time-line-content{
    height: 612px;
}

section.channel-extralarge.livebox .timeline-main .time-line-content {
    height: 426px;
}

html[lang="fr"] section.channel-extralarge .timeline-main .time-line-content{
    height: 870px;
}

@media screen and (max-width: 1200px) {
    section.channel-extralarge .timeline-main .time-line-content {
        height: 730px;
    }
    section.channel-extralarge-noxl .timeline-main .time-line-content{
        height: 1076px;
    }

    section.channel-extralarge.livebox .timeline-main .time-line-content{
        height: 670px;
    }

    section.channel-extralarge-noxl .timeline-main .time-line-content{
        height: 1074px;
    }

    section.channel-extralarge-noxl.livebox .timeline-main .time-line-content{
        height: 924px;
    }

    html[lang="fr"] section.channel-extralarge .timeline-main .time-line-content{
    height: 1076px;
}


}

section.channel-large .timeline-main .time-line-content {
    height: 510px;
}

section.channel-large.livebox .timeline-main .time-line-content {
    height: 360px;
}


section.channel-large .timeline-sub .time-line-content {
    height: 240px;
}

section.channel-large.livebox .timeline-sub .time-line-content {
    height: 240px;
}

@media screen and (max-width: 1200px) {
   
    section.channel-large .timeline-main .time-line-content  {
        height: 455px;
    }

    section.channel-large.livebox .timeline-main .time-line-content  {
        height: 405px;
    }

  
    section.channel-large .timeline-sub .time-line-content  {
        height: 550px;
    }

    section.channel-large.livebox .timeline-sub .time-line-content {
        height: 400px;
    }

}


 section.channel-small .timeline-main .time-line-content  {
    height: 405px;
}

 section.channel-small.livebox .timeline-main .time-line-content{ 
    height: 255px;
}


 section.channel-small .timeline-sub .time-line-content  {
    height: 240px;
}

 section.channel-small.livebox .timeline-sub .time-line-content {
    height: 240px;
}

@media screen and (max-width: 1200px) {
    
    section.channel-small .timeline-main .time-line-content {
        height: 455px;
    }

    section.channel-small.livebox .timeline-main .time-line-content  {
        height: 400px;
    }


    section.channel-small .timeline-sub .time-line-content  {
        height: 550px;
    }

    section.channel-small.livebox .timeline-sub .time-line-content  {
        height: 405px;
    }
}

.time-line-footer {
    background: #0d3b4a;;
    height: 35px;
    font-family: "Open Sans Condensed", sans-serif;
    color: #E79934;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 35px;
    padding-right: 10px;

}

@media screen and (max-width: 1200px) {

    .time-line-content .news {
        margin-bottom: 16px;
    }

    .time-line-content .iconBoxes {
        width: 75px;
    }

    .time-line-content i,
    .time-line-content .news.small {
        display: none;
    }

    .time-line-content article h3 {
        padding-right: 0;
    }

}

.time-line-footer .left,
.time-line-footer .right {
    width: 80%;
    float: left;

}

.time-line-footer .left {
    text-align: center;
    background: #0d3b4a;
    width: 20%;
}

.time-line-footer .right {
    text-align: right;
}

.time-line-footer .left a {
    margin-right: 5px;
    display: inline-block;
}

.time-line-footer .left a.inactive {
    opacity: 0.5;
}

.time-line-footer a {
    color: #fff;
}

section#topical,
section#promo-area {
    float: right;
    width: 770px;
}

@media screen and (max-width: 1200px) {
    section#topical,
    section#promo-area
    {
        width: 610px;
    }
}

#topical .big-thumb {
    height: 290px;
}

#topical .big-thumb i {
    bottom: 13px;
}

#topical .big-thumb img {
    height: 290px;
    width: 515px;
}

#topical .small-thumbs.onder {
    width: 255px;
}

#topical .onder .thumb img {
    width: 253px;
    height: 144px;
}

#topical .small-thumbs.onder .thumb {
    height: 144px;

}

#topical .small-thumbs.fourthumbs {
    width: 460px;
    float: left;
}

#topical .small-thumbs.fourthumbs .thumb {
    width: 228px;
    height: 129px;
}

#topical .fourthumbs .thumb img {
    width: 228px;
    height: 129px;
}

#topical .small-thumbs.last {
    width: 100%;
    float: left;
}

#topical .small-thumbs.last .thumb {
    width: 191px;
    height: 108px;
    margin-bottom: 0;
}

#topical .small-thumbs.last .thumb-info h2,
#topical .small-thumbs.fourthumbs .thumb-info h2 {
    font-size: 16px;
    line-height: 18px;
}

#topical .small-thumbs .thumb .overlay p {
    font-size: 10px;
}

#topical .small-thumbs .thumb .overlay h5 {
    font-size: 12px;
}

#topical .last .thumb img {
    width: 191px;
    height: 108px;
}

#topical .topical-ad {
    width: 300px;
    height: 250px;
    padding: 5px;
}

#topical .news-footer {
    display: block;
    background: #0D3B4A;
    height: 35px;
    width: 100%;
    margin-top: 2px;
    color: #fff;
    float: left;
    /* box-shadow: 1px 2px #147B9D;  */

    line-height: 35px;
    text-align: center;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 2px solid #DBDBDB
}

#topical .more-news > span {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

#topical .more-news > span i {
    color: #147B9D;
    font-size: 14px;
}

#topical .small-thumbs .small-view {
    display: none;
}

@media screen and (max-width: 1200px) {

    #topical .topical-ad {

        padding: 20px 30px;
    }



    #topical .small-thumbs.onder {
        display: block;
        width: 248px;

    }

    #topical .small-thumbs.onder .thumb {
        height: 144px;
        margin-left:0px;
    }

    #topical .small-thumbs.onder img {
        width: 248px;
        height: 144px;
    }

    #topical .big-thumb {
        height: 343px;
        margin-bottom: 2px;
    }

    #topical .big-thumb img {
        height: 343px;
        width: 610px;
    }

    #topical .small-thumbs.last {
        display: none;
    }

    #topical .small-thumbs.fourthumbs {
        display: block;
        float: left;
        width: 610px;

    }

    #topical .small-thumbs.fourthumbs .thumb {
        height: 114px;
        width: 202px;
    }

    #topical .small-thumbs.fourthumbs img {
        width: 202px;
        height: 114px;
    }

    #topical .small-thumbs.fourthumbs .thumb-info h2 {
        font-size: 14px;
        line-height: 16px;
    }

    #topical .more-news {
        display: none;
    }

    #topical .small-thumbs.fourthumbs .thumb.first-item {
        margin: 0;
    }

    #topical .small-thumbs.onder .thumb .overlay p {
        display: none;
    }

    #topical .small-thumbs .small-view {
        display: block;
    }

    #topical .news-footer {
        margin-top: 0;
    }
}

#promo-area {
    margin-bottom: 10px;
}

#promo-area .promo {
    width: 770px;
    height: auto;
    border: none;
    padding: 0;
}

#promo-area .promo .promo-left,
#promo-area .promo .promo-right {
    margin-bottom: 20px;

}

#promo-area .promo .last {
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {

    #promo-area .promo{
            width: 610px;
        }


    #promo-area .promo .promo-left,
    #promo-area .promo .promo-right {
        width: 295px;
    }
}

#sportbe-xl {
    margin-bottom: 0;
}

#sportbe-xl .big-thumb img {

    width: 370px;
    height: 208px;
}

#sportbe-xl .big-thumb {
    height: 208px;
}

#sportbe-xl .big-thumb i {
    bottom: 13px;
}

@media screen and (max-width: 1200px) {
    #sportbe-xl .big-thumb img {
        width: 300px;
        height: 170px;
    }

    #sportbe-xl .big-thumb {
        height: 170px;
    }


    #sportbe-xl .big-thumb .overlay h5{
    font-size:20px;
}

    #sportbe-xl  .big-thumb .overlay p{
        font-size:11px;
    }
}

.big-thumb:hover i {
    display: none;
}

.big-thumb:hover h2 {
    display: none;
}

#sportbe-xl a {
    display: block;
}

#sportbe-xl .thumb-info {
    bottom: 12px;
    left: 12px;
    position: absolute;
}

#sportbe-xl .thumb-info h2 {
    color: #FFFFFF;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 20px;
    line-height: 22px;
    margin: 0;
    padding-right: 40px;
}

#news .sportbe-zoom {
    position: relative;
    width: 800px;
    height: 450px;
}

#news .sportbe-zoom img {
    width: 800px;
    height: 450px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#news .sportbe-zoom .arrow {

    background-color: #8DB7C6;
    color: #FFFFFF;
    font-family: FontAwesome;
    font-size: 15px;
    height: 14px;
    padding: 18px;
    position: absolute;
    top: 40%;
    width: 14px;
    z-index: 200;
}

#news .sportbe-zoom .arrow.right {
    right: 0;
}

#news .sportbe-zoom .thumb-title {
    top: 12px;
    left: 12px;
    position: absolute;
    color: #FFFFFF;
    width: 640px;
}

#news .sportbe-zoom .active-overlay {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(5, 2, 2, 0) 50%, rgba(0, 0, 0, 0.85) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(5, 2, 2, 0)), color-stop(100%, rgba(0, 0, 0, 0.85))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(5, 2, 2, 0) 50%, rgba(0, 0, 0, 0.85) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(5, 2, 2, 0) 50%, rgba(0, 0, 0, 0.85) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(5, 2, 2, 0) 50%, rgba(0, 0, 0, 0.85) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(5, 2, 2, 0) 50%, rgba(0, 0, 0, 0.85) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9000000', endColorstr='#d9000000', GradientType=0); /* IE6-9 */
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;

}

#news .sportbe-zoom .active-overlay a{
    width:100%;
    height: 100%;
    display: inline-block;
}

#news .sportbe-zoom .thumb-info {
    bottom: 12px;
    left: 12px;
    position: absolute;
    color: #FFFFFF;
    font-size: 13px;
    width: 640px;

}

#news .sportbe-zoom .thumb-info h1,
#news .sportbe-zoom .thumb-title h1 {
    color: #FFFFFF;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 22px;
    line-height: 22px;
    margin: 10px 0;
    padding-right: 40px;
}

#news .sportbe-zoom .thumb-title h1 {
    font-size: 24px;
    margin: 0;
}

#news .sportbe-zoom .thumb-title i {
    margin-right: 10px;
}

#news .sportbe-zoom .thumb-info i {
    bottom: 10px;
    color: #FFFFFF;
    font-size: 18px;
    position: absolute;
    right: -50px;
}

@media screen and (max-width: 1200px) {

    #news .sportbe-zoom,
    #news .sportbe-zoom img {
        width: 640px;
        height: 360px;
    }

    #news .most-popular ul {
        height: 245px;
    }

    #news .most-popular ul li:last-child {
        display: none;
    }

    #news .sportbe-zoom .thumb-info {
        width: 500px;
    }

}

#matches .match .unibet{
    text-align: center;
    line-height: 38px;
    font-size:14px;
    color:#777;
}

#matches .match .unibet .uni.after a i{
    background:#009ED3;
}


section#news-breaking header a{
    color:#333;
}

#statistics {
    display: table;
    width: 100%;
    margin-top: 10px;
}

#statistics section {
    margin: 0;
}

#statistics .row {
    display: table-row;
}

#statistics .info {
    text-align: center;
    padding: 13px 0 14px 0;
    min-height: 76px;
}

#statistics .info .data {
    color: #009ED3;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 100;
}

#statistics .info .attribute {
    color: #0d3b4a;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

#statistics .info.right {
    text-align: right;
}

#statistics .info.left {
    text-align: left;
}

#statistics .cell100, #statistics .cell50 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #F6F6F6;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    float: left;
    padding-right: 1%;
    padding-left: 1%;
}

#statistics .cell100.container, #statistics .cell50.container {
    border: none;
    padding-right: 0;
    padding-left: 0;
}

#statistics .cell100.cell-image, #statistics .cell50.cell-image {
    padding-right: 0;
    padding-left: 0;
}

#statistics .cell100.red-cards, #statistics .cell50.red-cards,
#statistics .cell100.yellow-cards, #statistics .cell50.stats-block-41,
#statistics .cell100.yellow-cards, #statistics .cell50.stats-block-58{
    background: #e23034;
}

#statistics .cell100.red-cards .attribute, #statistics .cell50.red-cards .attribute,
#statistics .cell100.yellow-cards .attribute, #statistics .cell50.stats-block-41 .attribute,
#statistics .cell100.yellow-cards .attribute, #statistics .cell50.stats-block-58 .attribute{
    color: #701317;
}

#statistics .cell100.yellow-cards, #statistics .cell50.yellow-cards,
#statistics .cell100.yellow-cards, #statistics .cell50.stats-block-40,
#statistics .cell100.yellow-cards, #statistics .cell50.stats-block-57
{
    background: #e8d408;
    /*border-right: 2px solid #756c10;*/
}

#statistics .cell100.yellow-cards .attribute, #statistics .cell50.yellow-cards .attribute,
#statistics .cell100.yellow-cards .attribute, #statistics .cell50.stats-block-40 .attribute,
#statistics .cell100.yellow-cards .attribute, #statistics .cell50.stats-block-57 .attribute {
    color: #756c10;
}

#statistics .cell100.yellow-cards .attribute, #statistics .cell50.stats-block-57 .data,
#statistics .cell100.yellow-cards .attribute, #statistics .cell50.stats-block-58 .data{
    color:#fff;
}

#statistics .cell100 {
    width: 100%;
}

#statistics .cell50 {
    width: 50%;
}

@media screen and (max-width: 1200px) {
    #statistics .cell50 {
        min-height: 90px;
    }
}

#statistics .gold-bull {
    padding: 0 1% 0 0;
    position: relative;
}

#statistics .gold-bull .thumb {
    float: left;
    margin-right: 20px;
}

#statistics .gold-bull .thumb img {
    display: block;
    width: 69px;
}

#statistics .gold-bull .data {
    font-size: 26px;
    margin-top: 10px;
}

#statistics .gold-bull .attribute {
    color: #b39d2d;
}

#statistics .gold-bull h3 {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #0d3b4a;
    margin: 0 0 3px;
}

#statistics .gold-bull .bull {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

#statistics .gold-bull .bull img {
    display: block;
}

.vendorbutton iframe{
    float: left;
        left: 50%;
        margin: -25px auto 0 -125px;
        position: absolute;
        top: 50%;
}

.vendorbutton div{
    height:100%;
    width:100%;
    position: relative;
}

/* CHANGES 15 SEPT 2020 */

section#topical{
    float :left;
}

#mainnews .mainnews-right{
    width: 370px;
    float: left;
    margin-left: 20px;
}

#mainnews .mainnews-right section#promo-area{
    width: auto; 
    float: none;
    margin-bottom: 0;
}

#mainnews .mainnews-right section#promo-area .promo{
    width: auto; 
}

#mainnews .mainnews-right section#promo-area .promo-left{
    margin-right: 0;
}

#mainnews .mainnews-right section.facebook{
    margin-bottom: 0;
}

#mainnews .mainnews-right section.facebook .fb-like-box {
     border: 0 !important;
}


#calendar .calendar-right {
    float: left;
    width: 860px;
}

.calendar-right .magazine{
    width: 410px !important;
    float: left;
    margin-left: 20px;
    margin-right: 0 !important;
}

.calendar-right .dna .contentBox, 
.calendar-right .dna .contentList{
    height: auto;
    width: auto;
    padding: 20px 15px;
}

.calendar-right .dna .contentBox h5, 
.calendar-right .dna .contentList h5{
    text-transform: none;
}

#calendar .calendar-left {
    float: left;
    width: 300px;
}

#calendar .calendar-left .ad {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
}

#calendar .calendar-left header {
    border-right: 0;
}

#calendar .calendar-left #events a {
    width: 50%;
}

#ligatus-adds {
    border: 0;
}

#content-right #calendar .calendar-left {
    width: 370px;
}

#content-right #calendar .calendar-left .ad{
    padding: 30px 35px 30px 32px;
}

.events .grid-view li{
    border-bottom: 0 !important;
    padding: 15px 0px !important;
}

.calendar-fr{
    margin-bottom: 10px;
}

.calendar-fr .calendar-left {
    float :left;
    width: 300px;
    margin-right: 20px;
}

.calendar-fr .calendar-mid {
    float :left;
    width: 430px;
    margin-right: 20px;
}

.calendar-fr .calendar-mid header {
    border-right: 0;
}

.calendar-fr .calendar-mid #events  {
    padding: 19px;
    border-right: 2px solid #ececec;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    display: table;
}

.calendar-fr .calendar-mid #events a {
    width: 50%;
    height: 78px;
    display: table-cell;
    float: left;
    text-align: center;
    vertical-align: middle;
}

.calendar-fr .calendar-right {
    width: 400px;
    float: left;
}

.calendar-fr .calendar-right #promo-area {
    float: left;
    width: 100%;
}

.calendar-fr .calendar-right #promo-area .promo {
    padding-top: 0;
}

.calendar-fr .calendar-right #promo-area .promo .promo-left,
.calendar-fr .calendar-right #promo-area .promo .promo-right {
    margin-bottom: 10px;
    margin-top: 0;
}