body,
#container .container {
    background-color: #000000;
}

#navbar {
    background-color: #235e91;;
}

.navbar-nav > li > a {
    color: #ffffff;
}

.navbar-nav > li > a:hover {
    background-color: #2c99d1;
}

.navbar-nav > li.home {
    background-color: #2c99d1;
}

.navbar-nav > li.home > a {
    color: #fff000;
}

#tv .tabs ul li {
    background-color: #0a2433;
}

#tv .tabs ul li a,
.make-coupon .coupon-title {
    color: #ffffff;
}

#tv .tabs ul li a:hover,
#tv .tabs ul li.active a,
.make-coupon .coupon-title {
    background-color: #007ac2;
}

#tv .tabs ul li {
    border-bottom-color: #007ac2;
}

#tv .tabs ul li.mb a {
    border-color: #bbb33c;
}

#tv .tabs ul li.mb a:hover {
    background-color: #bbb33c;
    color: #ffffff;
}

.channels .item {
    border-color: #333333;
}

.channels .item span {
    color: #999999;
}

.channels .item a:hover strong,
.channels .item.active a strong {
    color: #fff000;
}

.channels .item a:hover .play,
.channels .item.active a .play {
    border-color: #fff000;
    background-color: #fff000;
}

.section-score .section-header {
    background-color: #2c566f;
}

.channels .item span.live {
    color: #77c519;
}

.channels .item strong {
    color: #ffffff;
    width: 290px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}

#channel-list #search-form input {
    background-color: #001827;
    border-color: #33431f;
}

.section-score .fixture-dates a,
.section-score .sport-types a {
    color: #ffffff;
}

.section-score .sport-types a.active,
.section-score .sport-types a:hover {
    color: #01d07d;
}

.section-score .fixture-dates a.active,
.section-score .fixture-dates a:hover {
    color: #01d07d;
}

.section-score .sport-types a.active,
.section-score .sport-types a:hover {
    border-color: #556066;
}

.score-list .league-body .t-row .score span {
    background-color: #8ee807;
}

.score-list .league-body .t-row:hover {
    background-color: #333333 !important;
}

.widget-tabbed .widget-header .nav > li.active > a,
.widget-tabbed .widget-header .nav > li > a:active,
.widget-tabbed .widget-header .nav > li > a:focus,
.widget-tabbed .widget-header .nav > li > a:hover {
    background-color: #0b1b24;
}

.widget-tabbed .widget-header .nav > li.active > a,
.widget-tabbed .widget-header .nav > li > a:active,
.widget-tabbed .widget-header .nav > li > a:focus,
.widget-tabbed .widget-header .nav > li > a:hover {
    color: #ffffff;
}

.widget-score .widget-body {
    border-color: #0b1b24;
    background-color: #f4f4f4;
}

.widget-coupon .widget-header {
    background-color: #fff000;
    color: #000000;
}

.widget-coupon .widget-body {
    border-color: #fff000;
    background-color: #faf37d;
}

.widget-coupon .widget-body .total-rate {
    background-color: #0b1b24;
}

#status-message {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    font-size: 18px;
    color: #fff000;
    padding: 10px 0;
    text-align: center;
    z-index: 999999999;
}

/* Mobil baÅŸlangÄ±Ã§ */
@media (max-width: 767px) {
    body {
        background-color: #000000;
    }

    #tv .tabs ul li a {
        border-color: #007ac2;
    }

    #tv .tabs ul li.mb a {
        border-color: #bbb33c;
    }

    #tv .tabs ul li.mb a:hover {
        background-color: #bbb33c;
    }

    .only-desktop {
        display: none;
    }
}

/* Mobil bitiÅŸ */

/* Dosktop baÅŸlangÄ±Ã§ */
@media (min-width: 768px) {
    .only-mobile {
        display: none;
    }
}

/* Dosktop bitiÅŸ */
.relative {
    position: relative;
}

.max-100 {
    max-width: 100%;
}

.clappr-watermark[data-watermark] {
    position: absolute;
    min-width: 90px !important;
    max-width: 218px !important;
    top: 16px !important;
    width: 15% !important;
    text-align: center !important;
    right: 37px !important;
    z-index: 10 !important;
}

.w-100 .section-videos .news a {
    font-family: 'Mitr';
    color: #000;
    display: block;
    position: relative;
}
.w-100 .section-videos .news .date {
    color: #fff000;
    font-weight: 300;
    font-size: 12px;
    position: absolute;
    top: 10px;
    right: 0;
    line-height: 30px;
    padding: 0 10px;
}
.w-100 .section-videos .news img {
     width: 100%;
    height: 130px;
    position: relative;
}

.w-100 .section-videos .news .title {
    color: #fc0;
    left: 0;
    right: 0;
    color: #efefef;
    font-weight: 400;
    line-height: 1.2;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 75%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}


