.burcTop .leftHalf .burcSpec.exchangeMoney .formCheck .radioLabel{
    display:inline-block;
    position:relative;
    cursor:pointer;
    font-size:13px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    font-size:13px;
    color:#242424;
    line-height:32px;
    width:86px;
    height:32px;
    text-indent:33px;
    border-radius:0
}
.exchangeMoney .formCheck .radioLabel input{
    position:absolute;
    opacity:0;
    cursor:pointer;
    height:0;
    width:0;
    border:0
}
.exchangeMoney .formCheck .radioMark{
    position:absolute;
    top:0;
    left:0;
    width:auto;
    height:32px;
    border:1px solid #dedede;
    border-radius:2px;
    background:#f7f7f7;
    padding-right:14px
}
.exchangeMoney .formCheck .radioLabel:hover input~.radioMark{
    width:auto;
    height:32px;
    border-radius:0;
    border:1px solid #dedede;
    border-radius:0;
    background:#f7f7f7
}
.exchangeMoney .formCheck .radioLabel input:checked~.radioMark{
    color:#fff;
    border-radius:0;
    background-color:#222074;
    border-color:#222074
}
.exchangeMoney .formCheck .radioMark:after{
    content:"";
    position:absolute;
    width:12px;
    height:12px;
    background:#000;
    border-radius:50%
}
.exchangeMoney .formCheck .radioLabel input:checked~.radioMark:after{
    display:block;
    background:#fff;
    border-color:#fff
}
.exchangeMoney .formCheck .radioLabel input:checked~.radioMark:before{
    content:"";
    position:absolute;
    width:4px;
    height:4px;
    background:#010101;
    border-radius:50%;
    top:13px;
    left:19px;
    z-index:1
}
.exchangeMoney .formCheck .radioLabel .radioMark:after{
    top:9px;
    left:15px;
    width:12px;
    height:12px;
    background:#000;
    border-radius:50%
}
.comment-reply-link{
    color:#5f6368
}
.form #login div{
    margin-top:20px;
    position:relative
}
.form #login div .submitDefault{
    cursor:pointer
}
.form #login div .submitDefault:hover{
    background:#444
}
.form #register div .submitDefault{
    cursor:pointer
}
.form #register div .submitDefault:hover{
    background:#444
}
#login textarea:focus,#register input:focus{
    background:#f7f7f7
}
#login input:focus,#register textarea:focus{
    background:#f7f7f7
}
.container .iddaaP{
    float:inherit!important;
    margin:0 auto!important
}
.iddaaP .loadingBall{
    width:100%!important
}
.container .iddaaP .filters{
    width:100%!important
}
#newsSend>.content>div .row>div:first-child #editor2{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0
}
#newsSend>.content>div .row>div:first-child #editor2>div{
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
    padding:0 12px;
    padding:0
}
#newsSend>.content>div .row>div:first-child #editor2 .ql-toolbar{
    order:1;
    border:1px solid #dedede;
    border-top:none;
    padding:8px
}
#newsSend>.content>div .row>div:first-child #editor2 .ql-container{
    height:240px;
    overflow:auto;
    border:1px solid #dedede
}
.galeriHaberAlt{
    display:none
}
.galeriHaberUst{
    display:none
}
.likeDislike .commentLike{
    background:url(../img/svg/like.svg);
    background-size:16px;
    width:16px;
    height:16px;
    display:block;
    position:relative;
    top:36px;
    left:-22px;
    height:16px;
    width:16px!important;
    transform:scaleY(-1)
}
.likeDislike .commentDislike{
    background:url(../img/svg/like.svg);
    background-size:16px;
    width:16px;
    height:16px;
    display:block;
    position:relative;
    top:21px;
    height:16px;
    width:16px!important;
    right:0
}
.likeCss{
    float:left;
    position:relative;
    right:20px;
    top:24px;
    font-size:10px;
    left:-18px
}
.dislikeCss{
    float:left;
    position:relative;
    right:20px;
    top:24px;
    font-size:10px;
    left:0
}
#sport .left .twoLineNews{
    position:relative;
    padding-right:144px
}
#sport .left .twoLineNews>div{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-12px;
    margin-left:-12px;
    margin-top:24px
}
#sport .left .twoLineNews>div>div{
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
    padding:0 12px
}
#sport .left .twoLineNews>div>div>div>a img{
    height:245px
}
#sport .left .twoLineNews>div>div>div>div{
    padding:14px;
    height:100%;
    background:#fff;
    border:1px solid #d8d8d8;
    border-top:none
}
#sport .left .twoLineNews>div>div>div>div>div{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:-7px
}
#sport .left .twoLineNews>div>div>div>div>div>div{
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
    padding:0 12px;
    padding:7px
}
#sport .left .twoLineNews>div>div>div>div>div>div a img{
    width:100%;
    display:block;
    height:110px;
    object-fit:cover
}
#sport .left .twoLineNews>div>div>div>div>div>div a strong{
    display:block;
    font-size:15px;
    color:#222;
    margin-top:10px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    line-height:18px;
    max-height:36px;
    -moz-transition-duration:.2s;
    -o-transition-duration:.2s;
    -webkit-transition-duration:.2s;
    transition-duration:.2s;
    -moz-transition-timing-function:ease-in;
    -o-transition-timing-function:ease-in;
    -webkit-transition-timing-function:ease-in;
    transition-timing-function:ease-in
}
#home>.bottom>.left .twoLineNews>div>div>div>div>div>div a:hover strong{
    color:#c90914
}
#home>.bottom>.left .twoLineNews .ads{
    position:absolute;
    right:0;
    top:0;
    width:120px;
    bottom:0
}
#home>.bottom>.left .twoLineNews .ads img{
    height:100%
}
#sport .bottom .left .twoLineNews .ads{
    position:absolute;
    right:0;
    top:0;
    width:120px;
    bottom:0;
    margin-top:0
}
.mansetMobile{
    margin-bottom:30px!important
}
#agenda .left .twoLineNews{
    position:relative;
    padding-right:144px
}
#agenda .left .twoLineNews>div{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-12px;
    margin-left:-12px;
    margin-top:24px
}
#agenda .left .twoLineNews>div>div{
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
    padding:0 12px
}
#agenda .left .twoLineNews>div>div>div>a img{
    height:245px
}
#agenda .left .twoLineNews>div>div>div>div{
    padding:14px;
    height:100%;
    background:#fff;
    border:1px solid #d8d8d8;
    border-top:none
}
#agenda .left .twoLineNews>div>div>div>div>div{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:-7px
}
#agenda .left .twoLineNews>div>div>div>div>div>div{
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
    padding:0 12px;
    padding:7px
}
#agenda .left .twoLineNews>div>div>div>div>div>div a img{
    width:100%;
    display:block;
    height:110px;
    object-fit:cover
}
#agenda .left .twoLineNews>div>div>div>div>div>div a strong{
    display:block;
    font-size:15px;
    color:#222;
    margin-top:10px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    line-height:18px;
    max-height:36px;
    -moz-transition-duration:.2s;
    -o-transition-duration:.2s;
    -webkit-transition-duration:.2s;
    transition-duration:.2s;
    -moz-transition-timing-function:ease-in;
    -o-transition-timing-function:ease-in;
    -webkit-transition-timing-function:ease-in;
    transition-timing-function:ease-in
}
#home>.bottom>.left .twoLineNews>div>div>div>div>div>div a:hover strong{
    color:#c90914
}
#home>.bottom>.left .twoLineNews .ads{
    position:absolute;
    right:0;
    top:0;
    width:120px;
    bottom:0
}
#home>.bottom>.left .twoLineNews .ads img{
    height:100%
}
#agenda .bottom .left .twoLineNews .ads{
    position:absolute;
    right:0;
    top:0;
    width:120px;
    bottom:0;
    margin-top:0
}
#sport .bottom>.left>.popular{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-10px;
    margin-left:-10px
}
#sport .bottom>.left>.popular>div{
    -ms-flex:0 0 33.33%;
    flex:0 0 33.33%;
    max-width:33.33%;
    padding:20px 10px 0
}
#sport .bottom>.left>.popular>div .newsBox2,#sport .left .popular>div .ads250x250{
    height:100%
}
#sport .bottom>.left>.popular>div .newsBox2 img,#sport .left .popular>div .ads250x250 img{
    height:100%
}
#sport .bottom>.left>.popular>div:nth-child(2){
    -ms-flex:0 0 66.66%;
    flex:0 0 66.66%;
    max-width:66.66%;
    padding:20px 10px 0
}
#sport>.bottom .left>.popular .ads{
    margin-top:0
}
#agenda .left .popular{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left: -10px;
margin-right: -10px;
}
#agenda .left .popular>div{
    -ms-flex:0 0 33.33%;
    flex:0 0 33.33%;
    max-width:33.33%;
    padding:0 10px 20px 10px
}

#agenda .left .popular>div .ads250x250 img,#agenda .left .popular>div .newsBox2 img{
    height:100%
}
#agenda .left .popular>div:nth-child(2){
    -ms-flex:0 0 66.66%;
    flex:0 0 66.66%;
    max-width:66.66%;
    padding:0 10px 20px 10px
}
.videoHaberAlt{
    display:none
}
.videoHaberUst{
    display:none
}
#agenda>div .left .sixNews:first-child{
    margin-top:0!important
}

#iddaaProgrami{
    background:#202322
}
#iddaaProgrami .container{
    background:#fff
}
#profileEdit{
    background:#fff
}

.thumbSlider{
    overflow:hidden;
    margin-top:25px
}
.form #login div .passwordForgot{
    font-weight:500;
    position:absolute;
    right:20px;
    top:50%;
    display:inline-block;
    font-size:15px;
    transform:translateY(-50%);
    color:#1a4d99
}
.form #login div .submitDefault{
    width:100%;
    border:none;
    background:#222;
    font-size:18px;
    font-weight:700!important;
    color:#fff;
    line-height:24px;
    padding:13px 15px
}
.form #login div input{
    font-weight:500;
    font-size:15px;
    color:#2b2b2b;
    font-family:acuminpro,sans-serif;
    resize:none;
    width:100%;
    padding:0;
    border:1px solid #dedede;
    line-height:18px;
    padding:15px 20px
}
.mm-panels>.mm-panel .sub-menu{
    display:block!important
}
.form #login div textarea{
    font-size:15px;
    color:#2b2b2b;
    font-family:acuminpro,sans-serif;
    resize:none;
    width:100%;
    padding:0;
    border:1px solid #dedede;
    line-height:18px;
    padding:15px 20px
}
.form #register div{
    margin-top:20px;
    position:relative
}
.form #register div .passwordForgot{
    position:absolute;
    right:20px;
    top:50%;
    display:inline-block;
    font-size:15px;
    transform:translateY(-50%);
    color:#1a4d99
}
.form #register div .submitDefault{
    width:100%;
    border:none;
    background:#222;
    font-size:18px;
    font-weight:700!important;
    color:#fff;
    line-height:24px;
    padding:13px 15px
}
.form #register div input{
    font-size:15px;
    color:#2b2b2b;
    font-family:acuminpro,sans-serif;
    resize:none;
    width:100%;
    padding:0;
    border:1px solid #dedede;
    line-height:18px;
    padding:15px 20px
}
.form #register .check label{
    color:#2b2b2b;
    font-size:15px;
    position:relative;
    padding-left:35px;
    cursor:pointer;
    display:inline-block
}
.form #register .check #registerContract{
    display:none
}
.form #register .check a{
    font-weight:500;
    color:#4769b0
}
.form .check input:checked+label i{
    opacity:1
}
#registerAndLogin .form .check input:checked+label:before{
    border-color:#000;
    background:#000
}
.form #register .check label:before{
    position:absolute;
    content:"";
    left:0;
    top:50%;
    margin-top:-11px;
    width:22px;
    height:22px;
    border:1px solid #dedede;
    -moz-transition-duration:.2s;
    -o-transition-duration:.2s;
    -webkit-transition-duration:.2s;
    transition-duration:.2s;
    -moz-transition-timing-function:ease-in;
    -o-transition-timing-function:ease-in;
    -webkit-transition-timing-function:ease-in;
    transition-timing-function:ease-in
}
.form #register .check .icon-check{
    position:absolute;
    left:0;
    top:50%;
    width:22px;
    text-align:center!important;
    line-height:0;
    font-size:12px;
    color:#fff;
    opacity:1;
    -moz-transition-duration:.2s;
    -o-transition-duration:.2s;
    -webkit-transition-duration:.2s;
    transition-duration:.2s;
    -moz-transition-timing-function:ease-in;
    -o-transition-timing-function:ease-in;
    -webkit-transition-timing-function:ease-in;
    transition-timing-function:ease-in
}
.form #register .check .icon-check:before{
    text-align:center!important;
    line-height:0;
    font-size:12px;
    color:#fff
}
.form #register div textarea{
    font-size:15px;
    color:#2b2b2b;
    font-family:acuminpro,sans-serif;
    resize:none;
    width:100%;
    padding:0;
    border:1px solid #dedede;
    line-height:18px;
    padding:15px 20px
}
.tabContent .members{
    float:left;
    width:100%;
    display:block
}
.tabContent .members ul{
    float:left;
    width:100%;
    display:block
}
.tabContent .members ul li{
    float:left;
    margin:0 20px 20px 0;
    width:calc(16.6% - 16.13px)
}
.tabContent .members ul li a img{
    max-height:114px
}
.tabContent .members ul li a{
    padding-left:0!important
}
.tabContent .members ul li:nth-child(6n){
    margin:0 0 20px
}
.tabContent .members ul li i.thumb{
    display:block;
    width:100%;
    height:116px;
    overflow:hidden;
    border-top-left-radius:2px;
    border-top-right-radius:2px
}
.tabContent .members ul li span{
    box-shadow:0 1px 2px 0 rgba(0,0,0,.07);
    -webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.07);
    -moz-box-shadow:0 1px 2px 0 rgba(0,0,0,.07);
    border-bottom-left-radius:2.5px;
    border-bottom-right-radius:2.5px;
    display:block;
    width:100%;
    font-size:14px;
    font-weight:700;
    color:#242424;
    float:left;
    overflow:hidden;
    height:41px;
    line-height:45px;
    padding:0 14px;
    border-left:1px solid #dcdcdc;
    border-right:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    position:absolute;
    bottom:0
}
.tabContent .noF{
    padding-top:0;
    vertical-align:center;
    display:block;
    text-align:center;
    width:100%;
    margin-top:15px;
    font-weight:700
}
#favoriteContent ul li{
    padding-top:20px
}
#favoriteContent ul li a{
    display:block;
    position:relative;
    padding-left:255px;
    min-height:150px
}
#favoriteContent ul li a img{
    position:absolute;
    left:0;
    top:0;
    width:235px;
    height:150px;
    object-fit:cover
}
#favoriteContent ul li a p{
    position:relative;
    display:block
}
#favoriteContent ul li a p strong{
    display:block;
    font-size:18px;
    color:#242424;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    width:100%;
    text-align:left
}
#favoriteContent ul li a p span{
    display:block;
    font-size:15px;
    color:#242424;
    line-height:24px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    height:72px;
    margin-top:10px;
    text-align:left
}
#favoriteContent ul li a p em{
    font-style:normal;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0 -30px;
    font-size:0
}
#favoriteContent ul li a p em b{
    position:relative;
    display:inline-block;
    font-size:12px;
    font-weight:500;
    color:#fff;
    background:#c90914;
    padding:7px 20px;
    border-radius:14px;
    margin:10px
}
#favoriteContent ul li a p em b:before{
    position:absolute;
    content:"";
    width:8px;
    height:8px;
    border-radius:100%;
    background:#c90914;
    left:-14px;
    top:50%;
    margin-top:-4px
}
#favoriteContent ul li a p em b:first-child{
    margin-left:0;
    border-bottom-left-radius:0
}
#favoriteContent ul li a p em b:first-child:before{
    display:none
}
#favoriteContent .favoriteTab{
    width:100%!important;
    max-width:740px!important;
    padding-top:10px!important
}
.currencyShowcase.fullShowcase{
    width:100%;
    min-width:798px;
    margin-bottom:0;
    margin-top:8px;
    float:none
}
.currencyFullTable tr th:nth-child(2){
    padding-right:11px
}
.currencyFullTable tr th:nth-child(3){
    padding-right:11px
}
.currencyFullTable tr th:nth-child(4){
    padding-right:11px
}
.currencyFullTable tr td:nth-child(2){
    padding-right:11px
}
.currencyFullTable tr td:nth-child(3){
    padding-right:11px
}
.currencyFullTable tr td:nth-child(4){
    padding-right:11px
}
@media only screen and (max-width:1024px){
    .singleWrapper .singleContent{
        display:block
    }
    .currencyShowcase.fullShowcase{
        min-width:100%
    }
    .ligArea0{
        min-height:auto!important
    }
    .ligArea3{
        min-height:auto!important
    }
    .ligArea1{
        min-height:auto!important
    }
    .ligArea2{
        min-height:auto!important
    }
    .ligArea4{
        min-height:auto!important
    }

}
.splashAds{
    position:absolute;
    z-index:9999;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.5);
    top:0
}
.closeAdd{
    float:right;
    position:relative;
    top:40px;
    right:10px;
    font-weight:600;
    padding:10px;
    background:#eee;
    cursor:pointer
}
#newsRead .bottom .left .detail blockquote p{
    color:#757373;
    font-size:17px
}
@media only screen and (max-width:480px){
    .currencyTable tr th:nth-child(5){
        display:none
    }
    .currencyTable tr td:nth-child(5){
        display:none
    }
}
.block{
    display:block!important
}
.currencyShowcase.fullShowcase{
    width:100%;
    min-width:798px;
    margin-bottom:0;
    margin-top:8px;
    float:none
}
.currencyFullTable tr th:nth-child(2){
    padding-left:60px
}
.currencyFullTable tr td:nth-child(2){
    padding-left:60px
}
@media screen and (max-width:769px){
    .currencyShowcase.fullShowcase{
        min-width:100%
    }
    .currencyFullTable tbody{
        display:block
    }
    .currencyFullTable tbody tr:first-child th:nth-child(2){
        display:none
    }
    .currencyFullTable tbody tr:first-child{
        height:45px
    }
    .currencyFullTable tbody tr{
        height:90px;
        width:100%;
        display:block
    }
    .currencyFullTable tr td{
        display:block;
        width:100%
    }
    .currencyFullTable tr td:nth-child(2){
        padding-left:19px;
    }
    .newsBox>strong span{
        width:auto
    }
    #home>.bottom .left .tvAndNewspaper .tv>div>div:last-child>div{
        max-height:300px;
        overflow-y:auto
    }
    #newsRead .bottom .left .detail .cap>img{
        max-height:200px
    }
}
.currencyShowcase{
    width:483px;
    float:left;
    margin-bottom:30px
}
table.currencyTable{
    table-layout:auto;
    width:100%;
    box-shadow:0 2px 1px 0 rgba(0,0,0,.07);
    border:1px solid #eaeceb
}
.currencyTable tr{
    width:100%;
    height:43px;
    border-bottom:1px solid #dcdcdc;
    line-height:43px;
    font-size:14px;
    color:#242424
}
.currencyTable tr:nth-child(even){
    background:#f9fafc
}
.currencyTable tr td{
    padding:0 16px;
    font-weight:500
}
.currencyTable tr th{
    text-align:left;
    font-weight:400;
    padding:0 19px
}
.currencyTable td img{
    float:left;
    display:block;
    margin-top:14px;
    margin-right:9px
}
.currencyTable span{
    width:58px;
    height:22px;
    display:block;
    text-align:center;
    line-height:22px;
    color:#fff;
    font-size:12px
}
.currencyTable span.increase{
    background:#3cbc9b
}
.currencyTable span.decrease{
    background:#ff4a69
}
.currencyTable i.increase{
    background:url(../img/icons/increaseArrow.png);
    display:block;
    width:10px;
    height:5px;
    float:left;
    position:relative;
    top:20.2px;
    margin-right:10px;
    margin-left:-15px
}
.currencyTable i.decrease{
    background:url(../img/icons/decreaseArrow.png);
    display:block;
    width:10px;
    height:5px;
    float:left;
    position:relative;
    top:20.2px;
    margin-right:10px;
    margin-left:-15px
}
.currencyTable tr td em{
    font-style:normal
}
#iddaaProgrami{
    padding-bottom:20px
}
.container .iddaaP{
    width:100%;
    height:auto;
    float:left;
    font-weight:400!important
}
.container .iddaaP .chooseSport{
    width:100%;
    height:48px;
    float:left;
    background:#202322
}
.container .iddaaP .chooseSport ul{
    float:left
}
.container .iddaaP .chooseSport ul li{
    float:left;
    cursor:pointer;
    line-height:48px;
    padding:0 17.5px;
    position:relative
}
.container .iddaaP .chooseSport ul li span{
    font-size:15px;
    font-weight:700;
    text-transform:Uppercase;
    color:#a3a3a3;
    position:relative
}
.container .iddaaP .chooseSport ul li:first-child{
    padding:0 17.5px 0 20px
}
.container .iddaaP .chooseSport ul li.active span{
    color:#fcd333
}
.container .iddaaP .chooseSport ul li.active span:after{
    position:absolute;
    content:"";
    left:0;
    bottom:-15px;
    width:100%;
    height:3px;
    background:#fcd333
}
.container .iddaaP .chooseSport ul li span i.live{
    text-transform:Uppercase;
    position:absolute;
    z-index:2;
    left:3px;
    top:-21px;
    width:(100% - 6px);
    height:13px;
    padding:0 8px;
    color:#fff;
    font-size:10px;
    line-height:13px
}
.container .iddaaP .chooseSport ul li span i.live:before{
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
    content:"";
    width:100%;
    height:13px;
    background:#ed4f45;
    -webkit-transform:skew(-20deg);
    -moz-transform:skew(-20deg);
    -o-transform:skew(-20deg);
    transform:skew(-20deg)
}
.container .iddaaP .filters{
    width:100%;
    float:left;
    height:48px;
    background:#313434;
    padding:8px 20px 0 19px;
    font-family:acuminpro,sans-serif
}
.container .newDSelect{
    position:relative;
    display:inline-block;
    float:left;
    cursor:pointer;
    margin-right:8px
}
.container .newDSelect .fBox{
    height:32px;
    position:relative;
    background:#3f4040;
    font-size:12px;
    font-weight:500;
    border-radius:20px;
    display:inline-block
}
.container .newDSelect .fBox span{
    font-weight:500;
    float:left;
    line-height:32px;
    height:32px;
    color:#fff;
    padding:0 37px 0 18px;
    overflow-y:hidden
}
.container .newDSelect .fBox i.drop{
    float:right;
    position:absolute;
    top:12px;
    right:17px;
    width:11px;
    height:9px;
    background:url(../img/icons/triangle2.png) no-repeat;
    transform:rotate(0)
}
.container .newDSelect .fBox.on i.drop{
    transform:rotate(180deg)
}
.container .newDSelect .fBox.on ul{
    display:block;
    max-height:200px;
    overflow-y:scroll;
    background:#f5f5f5
}
.container .newDSelect .fBox ul{
    display:none;
    float:left;
    position:absolute;
    min-width:210px;
    padding:8px 0;
    background-color:#3f4040!important;
    top:calc(100% + 9px);
    left:0;
    right:0;
    z-index:99;
    -webkit-box-shadow:0 7px 7px 0 rgba(0,0,0,.53);
    -moz-box-shadow:0 7px 7px 0 rgba(0,0,0,.53);
    box-shadow:0 7px 7px 0 rgba(0,0,0,.53)
}
.container .newDSelect .fBox ul li{
    width:100%;
    float:left;
    color:#fff;
    height:29px;
    line-height:29px;
    padding:0 17px;
    cursor:pointer;
    font-size:12px;
    font-weight:400
}
.container .newDSelect .fBox ul li:hover{
    background-color:#313434
}
.container .newDSelect .fBox ul li:before{
    position:absolute;
    top:-6px;
    left:19px;
    content:"";
    width:0;
    height:0;
    border-style:solid;
    border-width:0 6px 7px;
    border-color:transparent transparent #3f4040
}
.container .newDSelect .fBox ul li p{
    overflow-y:hidden;
    max-width:200px;
    max-height:30px
}
.liveResults .newDSelect{
    position:relative;
    display:inline-block;
    float:left;
    cursor:pointer;
    margin-right:8px
}
.liveResults .newDSelect .fBox{
    height:45px;
    position:relative;
    background:0 0;
    font-size:12px;
    font-weight:500;
    border-radius:20px;
    display:inline-block
}
.liveResults .newDSelect .fBox span{
    float:left;
    font-weight:700;
    font-size:13px;
    line-height:48px;
    text-transform:Uppercase;
    color:#fff;
    padding:0 37px 0 18px;
    overflow-y:hidden;
    height:32px
}
.liveResults .newDSelect .fBox i.drop{
    float:right;
    position:absolute;
    top:19px;
    right:17px;
    width:11px;
    height:9px;
    background:url(../img/icons/triangle2.png) no-repeat;
    transform:rotate(0)
}
.liveResults .newDSelect .fBox.on i.drop{
    transform:rotate(180deg)
}
.liveResults .newDSelect .fBox.on ul{
    display:block;
    max-height:200px;
    overflow-y:scroll;
    background:#f5f5f5
}
.liveResults .newDSelect .fBox ul{
    display:none;
    float:left;
    position:absolute;
    min-width:210px;
    padding:8px 0;
    background-color:#3f4040!important;
    top:calc(100% + 9px);
    left:0;
    right:0;
    z-index:99;
    -webkit-box-shadow:0 7px 7px 0 rgba(0,0,0,.53);
    -moz-box-shadow:0 7px 7px 0 rgba(0,0,0,.53);
    box-shadow:0 7px 7px 0 rgba(0,0,0,.53)
}
.liveResults .newDSelect .fBox ul li{
    width:100%;
    float:left;
    color:#fff;
    height:29px;
    line-height:29px;
    padding:0 17px;
    cursor:pointer;
    font-size:12px;
    font-weight:400
}
.liveResults .newDSelect .fBox ul li:hover{
    background-color:#313434
}
.liveResults .newDSelect .fBox ul li:before{
    position:absolute;
    top:-6px;
    left:19px;
    content:"";
    width:0;
    height:0;
    border-style:solid;
    border-width:0 6px 7px;
    border-color:transparent transparent #3f4040
}
.liveResults .newDSelect .fBox ul li p{
    overflow-y:hidden;
    max-width:200px;
    max-height:30px
}
.container .newDSelect.date{
    width:134px;
    height:32px
}
.container .newDSelect.mbs{
    width:92px;
    margin-right:0
}
.container .newDSelect.mbs .fBox{
    width:92px;
    margin-right:0
}
.container .newDSelect.league{
    width:128.45px
}
.container .newDSelect.date .fBox{
    width:134px
}
.container .newDSelect.sirala{
    margin-right:0
}
.container .newDSelect.oyunTuru .fBox ul li input{
    float:left;
    margin:7.5px 5px 0 0
}
#matchListArea{
    width:100%;
    height:auto;
    float:left
}
.macDetay{
    width:100%;
    height:auto;
    float:left;
    font-family:acuminpro,sans-serif
}
.macDetay .mdHead{
    width:100%;
    height:254px;
    float:left;
    position:relative
}
.macDetay .mdHead .team{
    width:210px;
    display:inline-block;
    position:absolute;
    top:37px;
    text-align:center
}
.macDetay .mdHead .team.left{
    left:125px
}
.macDetay .mdHead .team.right{
    right:125px
}
.macDetay .mdHead .team i{
    position:relative;
    top:5px;
    width:105px;
    height:105px;
    display:inline-block;
    text-align:center;
    margin-bottom:13px;
    border-radius:100%;
    background:rgba(255,255,255,.1)
}
.macDetay .mdHead .team i ul{
    position:absolute;
    top:-5px;
    z-index:2;
    float:left;
    width:auto;
    height:37px;
    min-width:100px;
    max-width:200px
}
.macDetay .mdHead .team i ul li{
    float:left;
    width:16px
}
.macDetay .mdHead .team.left i ul li{
    margin-right:10px
}
.macDetay .mdHead .team.left i ul li:last-child{
    margin-right:0
}
.macDetay .mdHead .team.right i ul li{
    margin-right:10px
}
.macDetay .mdHead .team.right i ul li:first-child{
    margin-right:0
}
.macDetay .mdHead .team i ul li b{
    float:left;
    width:16px;
    height:20px;
    margin-bottom:8px
}
.macDetay .mdHead .team i ul li p{
    width:100%;
    font-style:normal;
    text-align:center;
    color:#fff;
    font-size:12px;
    font-weight:500
}
.macDetay .mdHead .team i ul li.red b{
    background:red
}
.macDetay .mdHead .team i ul li.yellow b{
    background:#fcd333
}
.macDetay .mdHead .team.left i ul{
    left:135px
}
.macDetay .mdHead .team.right i ul{
    right:135px
}
.macDetay .mdHead .team.right i ul li{
    float:right
}
.macDetay .mdHead .team i img{
    display:block;
    margin:0 auto;
    margin-top:18px
}
.macDetay .mdHead .team span{
    width:100%;
    display:block;
    text-align:center;
    color:#fff;
    font-size:25px;
    font-weight:500;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis
}
.macDetay ul.score{
    position:absolute;
    width:225px;
    left:50%;
    top:78px;
    margin-left:-107px
}
.macDetay ul.score li{
    display:inline-block;
    color:#fff
}
.macDetay ul.score li.score{
    font-size:45px;
    font-weight:500
}
.macDetay ul.score li.dk{
    width:50px;
    margin:0 50px;
    position:relative;
    top:24px;
    text-align:center
}
.macDetay ul.score li.dk span{
    width:50px;
    height:34px;
    background:#0f7c39;
    display:inline-block;
    text-align:center;
    font-size:15px;
    font-weight:500;
    line-height:34px
}
.macDetay ul.score li.dk b{
    font-style:normal;
    font-size:14px;
    font-weight:500;
    line-height:34px;
    position:relative;
    top:2px
}
.macDetay ul.infos{
    text-align:center;
    width:100%;
    position:absolute;
    bottom:19px
}
.macDetay ul.infos li{
    display:inline-block;
    color:#fff;
    font-size:12px;
    font-weight:500
}
.macDetay .bottomBar .siBar .standings .table ul.league li.team.fTeam ul.inf li i{
    margin-top:0!important;
    padding-top:0!important
}
.macDetay .bottomBar .siBar .standings .table ul.league li.team.sTeam ul.inf li i{
    margin-top:0!important;
    padding-top:0!important
}
.macDetay .darBar{
    float:left;
    width:230px
}
.macDetay .darBar .nav{
    float:left;
    width:100%;
    margin-top:50px
}
.macDetay .darBar .nav ul{
    float:left;
    width:100%
}
.macDetay .darBar .nav ul li{
    float:left;
    width:100%;
    border-bottom:1px solid #2b2d2c;
    background:#202322
}
.macDetay .darBar .nav ul li:first-child{
    background:0 0
}
.macDetay .darBar .nav ul li a{
    float:left;
    width:100%;
    padding:0 19px;
    height:50px;
    line-height:52px;
    font-family:acuminpro,sans-serif;
    font-size:15px;
    font-weight:700;
    color:#a3a3a3;
    text-transform:Uppercase
}
.macDetay .darBar .nav ul li a i{
    float:left;
    width:24px;
    height:24px;
    margin:14px 13px 0 0
}
.macDetay .darBar .nav ul li.mBilgisi a i{
    background:url(../img/icons/mBilgisi.png) no-repeat
}
.macDetay .darBar .nav ul li.kars a i{
    background:url(../img/icons/kars.png) no-repeat
}
.macDetay .darBar .nav ul li.iOranlari a i{
    background:url(../img/icons/iOranlari.png) no-repeat
}
.macDetay .darBar .nav ul li.istat a i{
    background:url(../img/icons/istat.png) no-repeat
}
.macDetay .darBar .nav ul li.ftart a i{
    background:url(../img/icons/form.png) no-repeat
}
.macDetay .darBar .nav ul li.active{
    padding:1px 0
}
.macDetay .darBar .nav ul li.active a{
    color:#fcd333;
    background:#303231;
    position:relative
}
.macDetay .darBar .nav ul li.active a:before{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:2px;
    background:#fcd333;
    content:""
}
.macDetay .darBar .nav ul li.active.mBilgisi a i{
    background:url(../img/icons/mBilgisiActive.png) no-repeat
}
.macDetay .darBar .nav ul li.active.kars a i{
    background:url(../img/icons/karsActive.png) no-repeat
}
.macDetay .darBar .nav ul li.active.iOranlari a i{
    background:url(../img/icons/iOranlariActive.png) no-repeat
}
.macDetay .darBar .nav ul li.active.istat a i{
    background:url(../img/icons/istatActive.png) no-repeat
}
.macDetay .darBar .nav ul li.active.ftart a i{
    background:url(../img/icons/formActive.png) no-repeat
}
.statsDar{
    float:left;
    width:100%;
    padding-top:25px;
    background:#202322
}
.statsDar .head{
    float:left;
    width:100%;
    height:36px;
    padding:0 22px;
    background:inherit!important
}
.statsDar .head span{
    float:left;
    margin:0 20px;
    display:inline-block;
    line-height:36px;
    color:#fff;
    font-size:14px;
    font-weight:700;
    text-transform:Uppercase
}
.statsDar .head i{
    float:left;
    width:30px;
    height:33px
}
.statsDar .head i:first-child{
    margin-left:6px
}
.statsDar .head i img{
    display:inline-block!important;
    max-width:36px
}
.statsDar .items{
    float:left;
    width:100%;
    margin-top:18px;
    background:#272a29;
    padding-bottom:20px;
    overflow:hidden
}
.statsDar .items .item{
    float:left;
    width:100%;
    padding-bottom:4px;
    height:40px
}
.statsDar .items .item:first-child{
    height:44px
}
.statsDar .items .item:first-child .lInfo{
    padding-top:4px
}
.statsDar .items .item:first-child .rInfo{
    padding-top:4px
}
.statsDar .items .item:first-child span.cent{
    padding-top:4px;
    height:44px;
    line-height:44px
}
.statsDar .items .item:last-child{
    height:44px
}
.statsDar .items .item:last-child .lInfo{
    padding-bottom:4px
}
.statsDar .items .item:last-child .rInfo{
    padding-bottom:4px
}
.statsDar .items .item:last-child span.cent{
    padding-bottom:4px;
    height:44px;
    line-height:44px
}
.statsDar .items .item .lInfo{
    float:left;
    width:80px;
    height:40px;
    background:#272a29;
    line-height:40px;
    color:#fff;
    font-size:14px;
    font-weight:400
}
.statsDar .items .item .lInfo i{
    float:left;
    width:46px;
    height:12px;
    background:#b5c9e0;
    margin-right:10px;
    margin-top:14px;
    position:relative;
    overflow:hidden
}
.statsDar .items .item .lInfo i b{
    position:absolute;
    top:0;
    left:0;
    height:12px;
    background:#336bae
}
.statsDar .items .item .rInfo{
    float:left;
    width:80px;
    height:40px;
    background:#272a29;
    line-height:40px;
    color:#fff;
    font-size:14px;
    font-weight:400
}
.statsDar .items .item .rInfo i{
    float:right;
    width:46px;
    height:12px;
    background:#f7d1b1;
    margin-left:10px;
    margin-top:14px;
    position:relative;
    overflow:hidden
}
.statsDar .items .item .rInfo i b{
    position:absolute;
    top:0;
    left:0;
    height:12px;
    background:#e87828
}
.statsDar .items .item .rInfo span{
    float:left;
    margin-left:8px;
    width:16px;
    text-align:right
}
.statsDar .items .item span.cent{
    float:left;
    width:70px;
    height:40px;
    background:#202322;
    text-align:center;
    color:#fff;
    font-size:14px;
    font-weight:400;
    line-height:40px
}
.statsDar.mobile{
    display:none
}
.macDetay .genisBar{
    float:right;
    width:calc(100% - 230px);
    padding:20px;
    background:#fff;
    box-shadow:0 0 5px 0 rgba(0,0,0,.18)
}
.macDetay .genisBar .macTahmini{
    float:left;
    width:100%;
    background:#202322;
    padding:0 15px 15px
}
.macDetay .genisBar .macTahmini .head{
    float:left;
    width:100%;
    height:50px;
    line-height:50px;
    font-size:14px;
    color:#fff;
    font-weight:700;
    text-transform:Uppercase;
    background:inherit!important
}
.macDetay .genisBar .macTahmini .inner{
    float:left;
    width:100%;
    padding:15px;
    background:#fff
}
.macDetay .genisBar .macTahmini .inner ul{
    float:left;
    width:100%;
    height:20px;
    position:relative
}
.macDetay .genisBar .macTahmini .inner ul li{
    float:left;
    height:20px
}
.macDetay .genisBar .macTahmini .inner ul li i{
    display:inline-block;
    float:left;
    margin-right:10px
}
.macDetay .genisBar .macTahmini .inner ul li span{
    float:left;
    line-height:20px;
    font-size:15px;
    color:#1a1a1a;
    font-weight:400
}
.macDetay .genisBar .macTahmini .inner ul li.x{
    position:absolute;
    left:50%;
    font-size:15px;
    line-height:20px;
    margin-left:-3.72px;
    color:#1a1a1a;
    font-weight:400
}
.macDetay .genisBar .macTahmini .inner ul li:last-child{
    float:right
}
.macDetay .genisBar .macTahmini .inner ul li:last-child i{
    margin-left:10px;
    margin-right:4px
}
.macDetay .genisBar .macTahmini .inner .bar{
    width:100%;
    height:10px;
    float:left;
    background:#a3a3a3;
    border-radius:10px;
    margin-top:10px;
    position:relative;
    overflow:hidden
}
.macDetay .genisBar .macTahmini .inner .bar .ilkT{
    position:absolute;
    left:0;
    top:0;
    height:10px;
    background:#336bae
}
.macDetay .genisBar .macTahmini .inner .bar .ikiT{
    position:absolute;
    width:30%;
    right:0;
    top:0;
    height:10px;
    background:#f97b15
}
.macDetay .genisBar .macTahmini .inner ul.stat{
    width:100%;
    float:left;
    position:relative;
    padding-top:6px
}
.macDetay .genisBar .macTahmini .inner ul.stat li{
    font-size:14px;
    font-weight:500;
    color:#a3a3a3
}
.macDetay .genisBar .macTahmini .inner ul.stat li:first-child{
    color:#336bae;
    padding-left:4px
}
.macDetay .genisBar .macTahmini .inner ul.stat li:last-child{
    color:#f97b15;
    padding-right:4px
}
.macDetay .genisBar .macTahmini .inner ul.stat li.ort{
    text-align:center;
    position:absolute;
    left:50%;
    width:70px;
    margin-left:-35px
}
.macDetay .genisBar .karsilastirma{
    float:left;
    width:100%;
    background:#202322;
    padding:0 15px 15px
}
.macDetay .genisBar .karsilastirma .head{
    float:left;
    width:100%;
    height:50px;
    line-height:50px;
    font-size:14px;
    color:#fff;
    font-weight:700;
    text-transform:Uppercase;
    background:inherit!important
}
.macDetay .genisBar .karsilastirma .head b{
    font-size:12px;
    color:#a3a3a3;
    font-weight:700
}
.macDetay .genisBar .karsilastirma .inner{
    float:left;
    width:100%;
    padding:15px 15px 0;
    background:#fff
}
.macDetay .genisBar .karsilastirma .inner .half{
    float:left;
    width:50%
}
.macDetay .genisBar .karsilastirma .inner .half span.heade{
    float:left;
    width:100%;
    height:32px;
    background:#0f7c39;
    line-height:32px;
    color:#fff;
    font-weight:500;
    font-size:14px;
    padding:0 15px
}
.macDetay .genisBar .karsilastirma .inner .half ul{
    float:left;
    width:100%;
    padding:14px 14px 15px
}
.macDetay .genisBar .karsilastirma .inner .half:first-child ul{
    border-right:1px solid #e6e6e6
}
.macDetay .genisBar .karsilastirma .inner .half ul li{
    float:left;
    width:100%;
    font-size:15px;
    font-weight:400;
    color:#1a1a1a;
    height:16px;
    line-height:16px;
    margin-bottom:17px
}
.macDetay .genisBar .karsilastirma .inner .half ul li:last-child{
    margin-bottom:0
}
.macDetay .genisBar .karsilastirma .inner .half ul li p{
    float:left;
    width:114px
}
.macDetay .genisBar .karsilastirma .inner .half ul li i{
    float:left;
    width:200px;
    height:10px;
    background:#e6e6e6;
    margin-top:3px;
    border-radius:10px;
    position:relative;
    overflow:hidden
}
.macDetay .genisBar .karsilastirma .inner .half ul li i b{
    float:left;
    height:10px;
    position:absolute;
    top:0;
    left:0
}
.macDetay .genisBar .karsilastirma .inner .half ul li.takimbir i b{
    background:#336bae
}
.macDetay .genisBar .karsilastirma .inner .half ul li.esitlik i b{
    background:#a3a3a3
}
.macDetay .genisBar .karsilastirma .inner .half ul li.takimiki i b{
    background:#f97b15
}
.macDetay .genisBar .karsilastirma .inner .half ul li span{
    float:right
}
.macDetay .genisBar .karsilastirma .full{
    float:left;
    width:100%;
    margin-top:23px;
    background:#fff;
    padding:15px
}
.macDetay .genisBar .karsilastirma .full span.heade{
    float:left;
    text-align:center;
    width:100%;
    height:32px;
    background:#0f7c39;
    line-height:32px;
    color:#fff;
    font-weight:500;
    font-size:14px;
    padding:0 15px
}
.macDetay .genisBar .karsilastirma .full .item{
    float:left;
    height:50px;
    width:100%;
    line-height:50px;
    padding:0 15px;
    position:relative
}
.macDetay .genisBar .karsilastirma .full .item:nth-child(odd){
    background:#f0f0f0
}
.macDetay .genisBar .karsilastirma .full .item span.date{
    float:left;
    font-size:13px;
    color:#333;
    font-weight:400
}
.macDetay .genisBar .karsilastirma .full .item span.league{
    float:right;
    font-size:13px;
    color:#333;
    font-weight:400;
    text-transform:Uppercase
}
.macDetay .genisBar .karsilastirma .full .item ul{
    width:360px;
    height:50px;
    position:absolute;
    left:50%;
    margin-left:-164px
}
.macDetay .genisBar .karsilastirma .full .item ul li{
    float:left;
    font-size:14px;
    color:#1a1a1a
}
.macDetay .genisBar .karsilastirma .full .item ul li i{
    float:left;
    margin:15px 14px 0
}
.macDetay .genisBar .karsilastirma .full .item ul li p{
    float:left;
    width:100px;
    text-align:right
}
.macDetay .genisBar .karsilastirma .full .item ul li:last-child p{
    text-align:left
}
.macDetay .genisBar .karsilastirma .full .item ul li span{
    width:40px;
    height:20px;
    text-align:center;
    color:#fff;
    font-size:13px;
    font-weight:400;
    line-height:20px;
    margin-top:15px;
    background:#178c29;
    float:left
}
.macDetay .bottomBar{
    width:100%;
    float:left;
    margin-top:20px
}
.macDetay .bottomBar .formDurumlari{
    float:left;
    width:100%;
    background:#202322;
    padding:0 15px 15px;
    margin-bottom:20px
}
.macDetay .bottomBar .formDurumlari .head{
    float:left;
    width:100%;
    height:50px;
    line-height:50px;
    font-size:14px;
    color:#fff;
    font-weight:700;
    text-transform:Uppercase;
    background:inherit!important
}
.macDetay .bottomBar .formDurumlari .inner{
    float:left;
    width:calc(50% - 8px);
    padding:0;
    background:#fff
}
.macDetay .bottomBar .formDurumlari .inner:nth-child(even){
    float:right
}
.macDetay .bottomBar .formDurumlari .inner .iHead{
    float:left;
    width:100%;
    height:32px;
    background:#0f7c39
}
.macDetay .bottomBar .formDurumlari .inner .iHead i.l{
    float:left;
    margin:6px 9px 0 16px
}
.macDetay .bottomBar .formDurumlari .inner .iHead i.l img{
    max-width:14px;
    margin-top:4px
}
.macDetay .bottomBar .formDurumlari .inner .iHead span.t{
    float:left;
    line-height:32px;
    color:#fff;
    font-size:14px;
    color:#fff;
    font-weight:500
}
.macDetay .bottomBar .formDurumlari .inner .iHead .filt{
    position:relative;
    float:right;
    height:32px;
    width:auto;
    background:#178c29;
    cursor:pointer
}
.macDetay .bottomBar .formDurumlari .inner .iHead .filt span{
    float:left;
    min-width:81.73px;
    height:32px;
    padding:0 15px
}
.macDetay .bottomBar .formDurumlari .inner .iHead .filt span b{
    float:left;
    line-height:32px;
    color:#fff;
    font-size:12px;
    font-weight:700
}
.macDetay .bottomBar .formDurumlari .inner .iHead .filt span i{
    float:left;
    margin:10px 0 0 6.5px;
    width:11px;
    height:9px;
    background:url(../img/icons/triangle2.png) no-repeat
}
.macDetay .bottomBar .formDurumlari .inner .iHead .filt ul{
    display:none;
    position:absolute;
    top:32px;
    left:0;
    width:81.73px;
    background:#178c29;
    z-index:9999
}
.macDetay .bottomBar .formDurumlari .inner .iHead .filt.on ul{
    display:block
}
.macDetay .bottomBar .formDurumlari .inner .iHead .filt ul li{
    width:100%;
    float:left;
    text-align:right;
    padding:0 9px;
    height:26px;
    line-height:26px;
    font-size:12px;
    color:#fff;
    font-weight:700
}
.macDetay .bottomBar .formDurumlari .inner .iHead .filt ul li:hover{
    background:#0e731e
}
.macDetay .bottomBar .formDurumlari .inner .item{
    float:left;
    height:50px;
    width:100%;
    line-height:50px;
    padding:0 15px;
    position:relative
}
.macDetay .bottomBar .formDurumlari .inner .item:nth-child(even){
    background:#f0f0f0
}
.macDetay .bottomBar .formDurumlari .inner .item span.date{
    float:left;
    font-size:13px;
    color:#333;
    font-weight:400
}
.macDetay .bottomBar .formDurumlari .inner .item span.result{
    float:right
}
.macDetay .bottomBar .formDurumlari .inner .item span.result i{
    float:left;
    margin-top:15px;
    width:20px;
    height:20px;
    font-style:normal;
    font-size:13px;
    color:#fff;
    line-height:20px;
    text-align:center;
    font-weight:400
}
.macDetay .bottomBar .formDurumlari .inner .item span.result.g i{
    background:#178c29
}
.macDetay .bottomBar .formDurumlari .inner .item span.result.m i{
    background:#c90914
}
.macDetay .bottomBar .formDurumlari .inner .item span.result.b i{
    background:#a3a3a3
}
.macDetay .bottomBar .formDurumlari .inner .item ul{
    width:360px;
    height:50px;
    position:absolute;
    left:50%;
    margin-left:-164px
}
.macDetay .bottomBar .formDurumlari .inner .item ul li{
    float:left;
    font-size:14px;
    color:#1a1a1a
}
.macDetay .bottomBar .formDurumlari .inner .item ul li i{
    float:left;
    margin:15px 14px 0
}
.macDetay .bottomBar .formDurumlari .inner .item ul li p{
    float:left;
    width:100px;
    text-align:right
}
.macDetay .bottomBar .formDurumlari .inner .item ul li:last-child p{
    text-align:left
}
.macDetay .bottomBar .formDurumlari .inner .item ul li span{
    width:40px;
    height:20px;
    text-align:center;
    color:#fff;
    font-size:13px;
    font-weight:400;
    line-height:20px;
    margin-top:15px;
    background:#178c29;
    float:left
}
.macDetay .bottomBar .siBar{
    width:300px;
    float:right
}
.macDetay .bottomBar .siBar .standings{
    padding:18px 15px 11px;
    min-height:154px
}
.macDetay .bottomBar .siBar .standings .table{
    padding:2px 14px 0;
    box-shadow:none
}
.macDetay .bottomBar .siBar .standings .table ul.league{
    max-height:342px;
    width:calc(100% + 14px);
    overflow-y:auto;
    overflow-x:hidden;
    padding-right:0
}
.macDetay .bottomBar .siBar .standings .table ul.league li.team ul.inf li:first-child{
    width:135px
}
.macDetay .bottomBar .siBar .standings .table ul.tHead{
    padding:0 11px 0 25px
}
.macDetay .bottomBar .siBar .standings .table ul.league li.team.fTeam{
    background:#e87828;
    width:calc(100% + 28px);
    padding:0 14px;
    margin-left:-14px
}
.macDetay .bottomBar .siBar .standings .table ul.league li.team.fTeam ul.inf li i{
    background:0 0!important
}
.macDetay .bottomBar .siBar .standings .table ul.league li.team ul.inf li i{
    margin-top:8px
}
.macDetay .bottomBar .siBar .standings .table ul.league li.team.fTeam ul.inf li p{
    color:#fff
}
.macDetay .bottomBar .siBar .standings .table ul.league li.team.fTeam ul.inf li{
    color:#fff
}
.macDetay .bottomBar .siBar .standings .table ul.league li.team.sTeam{
    background:#336bae;
    width:calc(100% + 28px);
    padding:0 14px;
    margin-left:-14px
}
.macDetay .bottomBar .siBar .standings .table ul.league li.team.sTeam ul.inf li i{
    background:0 0!important
}
.macDetay .bottomBar .siBar .standings .table ul.league li.team.sTeam ul.inf li p{
    color:#fff
}
.macDetay .bottomBar .siBar .standings .table ul.league li.team.sTeam ul.inf li{
    color:#fff
}
.macDetay .bottomBar .siBar .standings .table ul.league li.team:first-child{
    height:42px
}
.macDetay .bottomBar .siBar .standings .table ul.league li.team ul.inf li p{
    line-height:42px
}
.macDetay .bottomBar .siBar .standings .table ul.league li.team ul.inf li.o{
    line-height:42px
}
.macDetay .bottomBar .siBar .standings .table ul.league li.team ul.inf li.av{
    line-height:42px
}
.macDetay .bottomBar .siBar .standings .table ul.league li.team ul.inf li.p{
    line-height:42px
}
.macDetay .bottomBar .siBar .standings .table ul.league li.team.sTeam ul.inf i{
    line-height:42px
}
.macDetay .bottomBar .siBar .standings .table ul.league li.team.fTeam ul.inf i{
    line-height:42px
}
.siBar .widget{
    float:left;
    width:100%
}
.macDetay .bottomBar .leBar{
    float:left;
    width:calc(100% - 320px)
}
.macDetay .bottomBar .leBar .oransalKars{
    float:left;
    width:100%;
    float:left;
    background:#202322;
    padding:0 15px 15px
}
.macDetay .bottomBar .leBar .oransalKars span.head{
    float:left;
    width:100%;
    height:50px;
    line-height:50px;
    font-size:14px;
    color:#fff;
    font-weight:700;
    text-transform:Uppercase;
    background:inherit!important
}
.macDetay .bottomBar .leBar .oransalKars .inner{
    background:#fff;
    width:100%;
    float:left;
    background:#fff;
    padding:15px
}
.macDetay .bottomBar .leBar .oransalKars .inner ul.tabBar{
    float:left;
    width:100%;
    height:32px;
    background:#333
}
.macDetay .bottomBar .leBar .oransalKars .inner ul.tabBar li{
    float:left;
    cursor:pointer;
    height:32px;
    line-height:32px;
    padding:0 15px;
    font-size:12px;
    color:#fff;
    font-weight:700;
    text-transform:Uppercase
}
.macDetay .bottomBar .leBar .oransalKars .inner ul.tabBar li.active{
    background:#178c29
}
.macDetay .bottomBar .leBar .oransalKars .inner .tabInners{
    float:left;
    width:100%
}
.macDetay .bottomBar .leBar .oransalKars .inner .tabInners .infos{
    float:left;
    width:100%
}
.macDetay .bottomBar .leBar .oransalKars .inner .tabInners .infos .teamLogos{
    float:left;
    width:100%;
    height:39px;
    border-bottom:1px solid #dadada;
    padding:0 18px
}
.macDetay .bottomBar .leBar .oransalKars .inner .tabInners .infos .teamLogos i{
    float:left;
    max-width:20px;
    margin-top:10px
}
.macDetay .bottomBar .leBar .oransalKars .inner .tabInners .infos .teamLogos i img{
    float:left;
    max-width:20px
}
.macDetay .bottomBar .leBar .oransalKars .inner .tabInners .infos .teamLogos i.rTeam{
    float:right
}
.macDetay .bottomBar .leBar .oransalKars .inner .tabInners .infos ul{
    height:50px;
    width:100%;
    display:inline-block;
    text-align:center;
    padding:0 18px
}
.macDetay .bottomBar .leBar .oransalKars .inner .tabInners .infos ul:nth-child(odd){
    background:#f0f0f0
}
.macDetay .bottomBar .leBar .oransalKars .inner .tabInners .infos ul:nth-child(odd) li.ort{
    background:#f0f0f0
}
.macDetay .bottomBar .leBar .oransalKars .inner .tabInners .infos ul li{
    height:50px;
    display:inline-block;
    text-align:center;
    line-height:50px
}
.macDetay .bottomBar .leBar .oransalKars .inner .tabInners .infos ul li.ort{
    text-align:center;
    font-size:14px;
    color:#1a1a1a;
    font-weight:400
}
.macDetay .bottomBar .leBar .oransalKars .inner .tabInners .infos ul li.left{
    width:50px;
    text-align:left;
    float:left;
    font-size:13px;
    color:#336bae;
    font-weight:700
}
.macDetay .bottomBar .leBar .oransalKars .inner .tabInners .infos ul li.right{
    width:50px;
    text-align:right;
    float:right;
    font-size:13px;
    color:#e87828;
    font-weight:700
}
.macDetay .bottomBar .leBar .oransalKars .inner .tabInners .infos ul.dark li.right{
    color:#333
}
.standings{
    width:100%;
    display:block;
    float:left;
    background:#202322;
    padding:24px 10px 18px
}
.standings span.title{
    float:left;
    width:100%;
    height:11px;
    line-height:17px;
    font-size:14px;
    color:#fff;
    font-weight:700;
    text-transform:Uppercase
}
.standings a.detailLink{
    width:100%;
    text-align:center;
    display:inline-block;
    font-size:14px;
    color:#fff;
    margin-top:20px
}
.standings .table{
    width:100%;
    float:left;
    background:#fff;
    padding:18px 14px 16px;
    margin-top:21px;
    -webkit-box-shadow:0 1px 5px 0 #01674b;
    -moz-box-shadow:0 1px 5px 0 #01674b;
    box-shadow:0 1px 5px 0 #01674b
}
.standings .table ul.leagues{
    width:100%;
    float:left;
    border-bottom:1px solid #e9e9ea
}
.standings .table ul.leagues li{
    color:#1a1a1a;
    font-size:12px;
    float:left;
    margin-right:20.4px;
    padding-bottom:9px;
    cursor:pointer
}
.standings .table ul.leagues li:last-child{
    margin-right:0
}
.standings .table ul.leagues li.active{
    color:#d30f41;
    position:relative
}
.standings .table ul.leagues li.active:after{
    position:absolute;
    content:"";
    left:0;
    right:0;
    bottom:-1px;
    width:100%;
    height:1px;
    background:#d30f41
}
.standings .table ul.leagues li.active:before{
    position:absolute;
    content:"";
    left:50%;
    bottom:0;
    margin-left:-2px;
    width:0;
    height:0;
    border-style:solid;
    border-width:0 2px 2px;
    border-color:transparent transparent #d30f40
}
.standings .table ul.tHead{
    width:100%;
    float:left;
    margin-top:14px;
    background:#f4f4f4;
    height:32px;
    padding:0 28px 0 25px
}
.standings .table ul.tHead li{
    float:left;
    color:#c72949;
    font-weight:700;
    font-size:14px;
    line-height:33px
}
.standings .table ul.tHead li.narrow{
    padding:0 4px;
    text-align:center;
    float:right;
    margin-left:13px
}
.standings .table ul.tHead li.narrow:last-child{
    margin-left:0
}
.standings .table ul.league{
    float:left;
    width:calc(100% - 0px);
    overflow:auto;
    max-height:327px;
    padding:0 14px 0 0;
    margin-top:14px
}
.standings .table ul.league::-webkit-scrollbar-track{
    background-color:#e9e9e9;
    width:14px
}
.standings .table ul.league::-webkit-scrollbar{
    width:14px;
    background-color:#f5f5f5
}
.standings .table ul.league::-webkit-scrollbar-thumb{
    background-color:#c1c1c1;
    border:3px solid #e9e9e9
}
.standings .table ul.league li.team{
    width:100%;
    float:left;
    border-bottom:1px solid #e9e9ea
}
.standings .table ul.league li.team:last-child{
    border-bottom:none
}
.standings .table ul.league li.team ul.inf{
    width:100%;
    height:40px
}
.standings .table ul.league li.team ul.inf li{
    float:left;
    color:#1a1a1a;
    font-size:14px;
    line-height:41px
}
.standings .table ul.league li.team ul.inf li i{
    margin-right:10px;
    background:#9f9f9f;
    color:#fff;
    width:16px;
    height:18px;
    font-style:normal;
    float:left;
    text-align:center;
    line-height:19px;
    padding:3px;
    margin-top:11px
}
.standings .table ul.league li.team ul.inf li p{
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden
}
.standings .table ul.league li.team ul.inf li:first-child{
    width:121px
}
.standings .table ul.league li.team ul.inf li.o{
    margin:0 13px 0 11px;
    width:17px;
    text-align:center
}
.standings .table ul.league li.team ul.inf li.av{
    width:23px;
    text-align:center;
    margin-right:14px
}
.standings .table ul.league li.team ul.inf li.p{
    width:14px;
    text-align:center
}
.standings .table ul.league li.team:first-child ul.inf li i{
    margin-top:0;
    background:#d30f41
}
.standings .table ul.league li.team:first-child ul.inf li{
    line-height:initial
}
.standings .table ul.league li.team:first-child ul.inf{
    height:29px
}
.standings .table ul.league li.team:nth-child(2) ul.inf li i{
    background:#e6ab00
}
.standings .table ul.league li.team:nth-child(3) ul.inf li i{
    background:#e6ab00
}
.icon-play-arrow{
    opacity:.8
}
.dMatches{
    float:left;
    width:100%;
    background:#fff;
    box-shadow:0 0 6px 0 rgba(0,0,0,.08);
    border-radius:6px;
    border:1px solid #e0e0e0;
    font-family:acuminpro,sans-serif
}
.dMatches .head{
    float:left;
    width:100%;
    padding:21px 21px 0;
    border-bottom:1px solid #eee
}
.dMatches .head span{
    float:left;
    line-height:45px;
    font-size:20px;
    color:#727272;
    font-weight:500;
    font-family:acuminpro,sans-serif
}
.dMatches .head span b{
    color:#000;
    font-weight:700
}
.dMatches .head a{
    float:right;
    color:#8b8b8b;
    font-weight:400;
    font-size:14px;
    line-height:45px;
    position:relative;
    padding-right:15px
}
.dMatches .head a:after{
    position:absolute;
    right:0;
    top:16.5px;
    content:"";
    width:9px;
    height:11px;
    background:url(../img/icons/pDArr.png) no-repeat
}
.dMatches .head a:hover{
    color:#000
}
.dMatches .head a:hover:after{
    background:url(../img/icons/pDArrH.png) no-repeat
}
.dMatches ul.matchI{
    padding:20px 20px 0;
    height:170px;
    float:left;
    width:100%;
    border-bottom:1px solid #e9e9ea;
    background:#fbfbfc;
    float:left;
    font-size:14px;
    color:#000;
    font-weight:400;
    text-overflow:ellipsis
}
.dMatches ul.matchI:nth-child(odd){
    background:#f6f6f8
}
.dMatches ul.matchI:last-child{
    border-bottom:none
}
.dMatches ul.matchI li{
    float:left;
    width:100%
}
.dMatches ul.matchI li span{
    font-size:14px;
    float:left
}
.dMatches ul.matchI li.info i{
    float:left;
    margin:1.25px 12px 0 0
}
.dMatches ul.matchI li.info span.league{
    color:#1a1a1a
}
.dMatches ul.matchI li.info span.date{
    float:right;
    color:#848484
}
.dMatches ul.matchI li.teams{
    margin-bottom:20px
}
.dMatches ul.matchI li.teams span{
    color:#1a1a1a;
    margin-top:18px
}
.dMatches ul.matchI li.teams span.sTeam{
    float:right
}
.dMatches ul.matchI li.rat{
    margin:0 auto;
    text-align:center;
    display:block;
    width:100%;
    margin-bottom:10px
}
.dMatches ul.matchI li.rat p{
    position:relative;
    font-size:14px;
    border:1px solid #f2f5f8;
    olor:#353541;
    display:inline-table;
    text-align:center;
    width:64px;
    height:26px;
    background:#f2f5f8;
    line-height:26px;
    margin:0 4px;
    border-radius:20px
}
.dMatches ul.matchI li.rat p.drop{
    color:#c72949;
    background:#fbe6ea;
    border:1px solid #fbe6ea
}
.dMatches ul.matchI li.rat p.drop:hover{
    border:1px solid #c72949
}
.dMatches ul.matchI li.rat p:hover{
    border:1px solid #353541
}
.dMatches ul.matchI li.rat p.drop:before{
    position:absolute;
    content:"";
    width:5px;
    height:9px;
    background:url(../img/icons/drop.png) no-repeat
}
.dMatches ul.matchI li.rat p:first-child.drop:before{
    top:9px;
    left:-12px
}
.dMatches ul.matchI li.rat p:last-child.drop:before{
    top:9px;
    right:-12px
}
.dMatches ul.matchI li.rat p.increase{
    color:#2a8e38;
    background:#eaf9ec;
    border:1px solid #eaf9ec
}
.dMatches ul.matchI li.rat p.increase:hover{
    border:1px solid #2a8e38
}
.container.newD .newDSelect .fBox ul{
    display:none;
    float:left;
    position:absolute;
    min-width:210px;
    padding:8px 0;
    background-color:#3f4040;
    top:calc(100% + 9px);
    left:0;
    right:0;
    z-index:99;
    -webkit-box-shadow:0 7px 7px 0 rgba(0,0,0,.53);
    -moz-box-shadow:0 7px 7px 0 rgba(0,0,0,.53);
    box-shadow:0 7px 7px 0 rgba(0,0,0,.53)
}
.container .filters ul.oLinks{
    float:left
}
.container .filters ul.oLinks li{
    float:left;
    margin-right:10px
}
.container .filters ul.oLinks li a{
    width:80px;
    text-align:center;
    height:32px;
    line-height:32px;
    font-size:12px;
    border-radius:20px;
    font-weight:500
}
.container .filters ul.oLinks li.oneMatch a{
    margin-left:8px;
    background:#fcd333;
    color:#202322;
    display:block
}
.container .filters ul.oLinks li.oneMatch .active{
    background:#ffe488;
    color:#202322
}
.container .filters ul.oLinks li.liveMatch a{
    background:#ed4f45;
    color:#fff;
    display:block
}
.container .filters ul.oLinks li.liveMatch .active{
    background:#bb3d35;
    color:#202322;
    display:block
}
.container .filters .searchFilter{
    float:left;
    margin-left:0;
    background:#3f4040;
    width:421.5px;
    height:32px;
    border-radius:20px
}
.container .filters .searchFilter .input{
    float:left;
    background:0 0;
    width:calc(100% - 46px);
    height:32px;
    color:#fff;
    font-size:12px;
    font-weight:500;
    font-family:acuminpro,sans-serif;
    padding:0 18px;
    border:none
}
.container .filters .searchFilter .input::placeholder{
    color:#fff;
    font-size:12px;
    font-weight:500;
    font-family:acuminpro,sans-serif
}
.container .filters .searchFilter .submit{
    float:right;
    width:46px;
    cursor:pointer;
    height:32px;
    background:url(../img/icons/search.png) no-repeat center center;
    text-indent:-9999px;
    padding:9px 0;
    border:none
}
.container #matchListArea .sHeader{
    float:left;
    width:100%;
    height:104px;
    justify-content:flex-start;
    position:-webkit-sticky;
    position:sticky;
    top:0;
    z-index:50
}
.container .firstHeadline{
    font-family:acuminpro,sans-serif;
    float:left;
    width:100%;
    height:52px;
    background:#fcd333;
    border-top:1px solid #202322;
    border-bottom:1px solid #202322
}
.container .firstHeadline ul{
    float:left;
    width:100%;
    height:52px;
    padding-left:20px
}
.container .firstHeadline ul li{
    font-weight:600;
    float:left;
    height:51px;
    line-height:52px;
    border-right:1px solid #202322;
    text-align:center;
    font-size:14px;
    color:#202322;
    font-weight:500
}
.container .firstHeadline ul li.tarih{
    width:319px;
    text-align:left
}
.container .firstHeadline ul li.ms{
    width:114px
}
.container .firstHeadline ul li.ilkGol{
    width:147px
}
.container .firstHeadline ul li.msAU{
    width:228px
}
.container .firstHeadline ul li.AU{
    width:76px
}
.container .firstHeadline ul li.karGol{
    width:76px
}
.container .secondHeadline{
    float:left;
    width:100%;
    height:52px;
    background:#0f7c39;
    font-family:acuminpro,sans-serif
}
.container .secondHeadline ul{
    float:left;
    width:100%;
    height:52px
}
.container .secondHeadline ul li{
    float:left;
    height:52px;
    line-height:52px;
    font-size:12px;
    font-weight:600;
    color:#fff;
    border-right:1px solid #404343;
    position:relative
}
.container .secondHeadline ul li.tCenter{
    text-align:center
}
.container .secondHeadline ul li.tLeft{
    text-align:left;
    padding-left:15px
}
.container .secondHeadline ul li.bRightBlack{
    border-right:1px solid #202322
}
.container .secondHeadline ul li.lig{
    width:37px
}
.container .secondHeadline ul li.saat{
    width:43px
}
.container .secondHeadline ul li.mbs{
    width:39px
}
.container .secondHeadline ul li.takimlar{
    width:220px
}
.container .secondHeadline ul li.bsi{
    width:38px
}
.container .secondHeadline ul li.olmaz{
    width:71px
}
.container .secondHeadline ul li i.up{
    position:absolute;
    top:8px;
    left:50%;
    display:inline-block;
    cursor:pointer;
    margin-left:-3.5px;
    width:7px;
    height:4px;
    background:url(../img/icons/arrowWhite.png) no-repeat
}
.container .secondHeadline ul li i.down{
    position:absolute;
    bottom:8px;
    left:50%;
    display:inline-block;
    cursor:pointer;
    margin-left:-3.5px;
    width:7px;
    height:4px;
    background:url(../img/icons/arrowWhite.png) no-repeat;
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg)
}
.container .nPMatches{
    float:left;
    width:100%;
    height:auto;
    background:#3f4040;
    font-family:acuminpro,sans-serif
}
.container .nPMatches .nPMatch{
    float:left;
    width:100%
}
.container .nPMatches .nPMatch:nth-child(even){
    background:#2c2e2d
}
.container .nPMatches ul.fDatas{
    float:left;
    width:100%;
    height:41px;
    border-top:1px solid #202322;
    overflow:hidden
}
.container .nPMatches:first-child ul.fDatas{
    border-top:none
}
.container .nPMatches ul.fDatas li{
    float:left;
    font-size:12px;
    color:#fff;
    font-weight:600;
    height:41px;
    line-height:41px;
    border-right:1px solid #464848;
    position:relative
}
.container .nPMatches ul.fDatas li.tCenter{
    text-align:center
}
.container .nPMatches ul.fDatas li.tLeft{
    text-align:left;
    padding-left:15px
}
.container .nPMatches ul.fDatas li.bRightBlack{
    border-right:1px solid #202322
}
.container .nPMatches ul.fDatas li.lig{
    width:37px
}
.container .nPMatches ul.fDatas li.saat{
    width:43px
}
.container .nPMatches ul.fDatas li.mbs{
    width:39px
}
.container .nPMatches ul.fDatas li.mbs i{
    display:inline-block;
    font-style:normal;
    width:22px;
    height:22px;
    line-height:22px;
    border-radius:2px
}
.container .nPMatches ul.fDatas li.mbs i.dort{
    background:#ffcb00
}
.container .nPMatches ul.fDatas li.mbs i.uc{
    background:#4e92df
}
.container .nPMatches ul.fDatas li.mbs i.bir{
    background:#ed4f45
}
.container .nPMatches ul.fDatas li.mbs i.iki{
    background:#0f7c39
}
.container .nPMatches ul.fDatas li.takimlar{
    width:220px
}
.container .nPMatches ul.fDatas li.bsi{
    width:38px;
    cursor:pointer
}
.container .nPMatches ul.fDatas li.olmaz{
    width:71px;
    cursor:pointer
}
.container .nPMatches ul.fDatas li.plus{
    border-right:none
}
.container .nPMatches ul.fDatas li.plus i{
    cursor:pointer;
    color:#fff;
    font-style:normal;
    float:left;
    font-size:12px;
    font-weight:600;
    height:41px;
    line-height:41px;
    padding:0 20.68px 0 8px
}
.container .nPMatches ul.fDatas li.up i{
    position:absolute;
    top:6px;
    left:50%;
    display:inline-block;
    cursor:pointer;
    margin-left:-3.5px;
    width:7px;
    height:4px;
    background:url(../img/icons/arrowGreen.png) no-repeat
}
.container .nPMatches ul.fDatas li.down i{
    position:absolute;
    top:6px;
    left:50%;
    display:inline-block;
    cursor:pointer;
    margin-left:-3.5px;
    width:7px;
    height:4px;
    background:url(../img/icons/arrowRed.png) no-repeat
}
.container .nPMatches ul.fDatas li.up{
    cursor:pointer
}
.container .nPMatches ul.fDatas li.up:hover{
    background:#fcd333;
    color:#000
}
.container .nPMatches ul.fDatas li.down{
    cursor:pointer
}
.container .nPMatches ul.fDatas li.down:hover{
    background:#0f7c39
}
.container .nPMatches .nPMatch .tumOranlar{
    float:left;
    width:100%;
    height:auto;
    display:none
}
.container .nPMatches .nPMatch .tumOranlar .bas{
    float:left;
    width:100%;
    height:49px;
    background:#0f7c39;
    line-height:49px
}
.container .nPMatches .nPMatch .tumOranlar .bas span{
    float:left;
    color:#fff;
    font-size:15px;
    font-weight:500;
    padding-left:19px
}
.container .nPMatches .nPMatch .tumOranlar .bas i.close{
    float:right;
    width:50px;
    height:49px;
    cursor:pointer;
    background:url(../img/icons/close.png) no-repeat center center #0b7333
}
.container .nPMatches .nPMatch .tumOranlar .oranItem{
    float:left;
    width:100%;
    height:68px;
    background:#191919
}
.container .nPMatches .nPMatch .tumOranlar .oranItem .text{
    float:left;
    display:inline-table;
    width:316px;
    height:68px;
    background:#3f4040;
    line-height:68px;
    padding-left:20px;
    position:relative
}
.container .nPMatches .nPMatch .tumOranlar .oranItem .text:after{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:1px;
    background:#292929;
    content:""
}
.container .nPMatches .nPMatch .tumOranlar .oranItem .text span{
    display:table-cell;
    vertical-align:middle;
    width:165px;
    height:68px;
    color:#fff;
    line-height:24px;
    font-size:15px;
    font-weight:500
}
.container .nPMatches .nPMatch .tumOranlar .oranItem:last-child .text:after{
    display:none
}
.container .nPMatches .nPMatch .tumOranlar .oranItem .text b{
    float:left;
    color:#8b8b8b;
    font-size:12px;
    font-weight:500;
    margin-left:12px
}
.container .nPMatches .nPMatch .tumOranlar .oranItem ul{
    float:left
}
.container .nPMatches .nPMatch .tumOranlar .oranItem ul li{
    float:left;
    width:66px;
    height:48px;
    text-align:center;
    margin:10px 5px 0;
    border-radius:2px;
    overflow:hidden;
    cursor:pointer
}
.container .nPMatches .nPMatch .tumOranlar .oranItem ul li:first-child{
    margin:9px 20px 0 19px
}
.container .nPMatches .nPMatch .tumOranlar .oranItem ul li:hover span{
    background:#0f7c39
}
.container .nPMatches .nPMatch .tumOranlar .oranItem ul li:hover i{
    background:#06692c
}
.container .nPMatches .nPMatch .tumOranlar .oranItem ul li span{
    float:left;
    width:100%;
    height:24px;
    line-height:24px;
    color:#00ff8d;
    font-size:12px;
    font-weight:500;
    background:#414141
}
.container .nPMatches .nPMatch .tumOranlar .oranItem ul li i{
    float:left;
    width:100%;
    height:24px;
    background:#2c2e2d;
    font-style:normal;
    line-height:24px;
    color:#fff;
    font-size:12px;
    font-weight:500
}
.container .nPMatches .nPMatch .tumOranlar .oranItem ul li.mbs{
    float:left;
    width:25px;
    height:24px;
    overflow:initial
}
.container .nPMatches .nPMatch .tumOranlar .oranItem ul li.mbs span{
    margin-top:0;
    height:auto;
    background:0 0
}
.container .nPMatches .nPMatch .tumOranlar .oranItem ul li.mbs i{
    border-radius:2px;
    margin:0 0 0 1px;
    width:22px;
    height:22px;
    display:inline-block
}
.container .nPMatches .nPMatch .tumOranlar .oranItem ul li.mbs.uc i{
    background:#4e92df!important;
    color:#fff
}
.container .nPMatches .nPMatch .tumOranlar .oranItem ul li.mbs.bir i{
    background:#ed4f45
}
.container .nPMatches .nPMatch .tumOranlar .oranItem ul li.mbs.iki i{
    background:#0f7c39
}
.oransalKars .tumOranlar{
    float:left;
    width:100%;
    height:auto;
    display:block
}
.oransalKars .tumOranlar .bas{
    float:left;
    width:100%;
    height:49px;
    background:#0f7c39;
    line-height:49px
}
.oransalKars .tumOranlar .bas span{
    float:left;
    color:#fff;
    font-size:15px;
    font-weight:500;
    padding-left:19px
}
.oransalKars .tumOranlar .bas i.close{
    float:right;
    width:50px;
    height:49px;
    cursor:pointer;
    background:url(../img/icons/close.png) no-repeat center center #0b7333
}
.oransalKars .tumOranlar .oranItem{
    float:left;
    width:100%;
    height:68px;
    background:#191919
}
.oransalKars .tumOranlar .oranItem .text{
    float:left;
    display:inline-table;
    width:316px;
    height:68px;
    background:#3f4040;
    line-height:68px;
    padding-left:20px;
    position:relative
}
.oransalKars .tumOranlar .oranItem .text:after{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:1px;
    background:#292929;
    content:""
}
.oransalKars .tumOranlar .oranItem .text span{
    display:table-cell;
    vertical-align:middle;
    width:165px;
    height:68px;
    color:#fff;
    line-height:24px;
    font-size:15px;
    font-weight:500
}
.oransalKars .tumOranlar .oranItem:last-child .text:after{
    display:none
}
.oransalKars .tumOranlar .oranItem .text b{
    float:left;
    color:#8b8b8b;
    font-size:12px;
    font-weight:500;
    margin-left:12px
}
.oransalKars .tumOranlar .oranItem ul{
    float:right!important;
    width:398px!important;
    word-wrap:break-word;
    overflow-y:hidden;
    max-height:58px
}
.oransalKars .tumOranlar .oranItem ul li{
    float:left!important;
    width:66px!important;
    height:48px!important;
    text-align:center!important;
    margin:10px 5px 0!important;
    border-radius:2px;
    overflow:hidden
}
.oransalKars .tumOranlar .oranItem ul li:first-child{
    margin:9px 20px 0 19px!important
}
.oransalKars .tumOranlar .oranItem ul li:hover span{
    background:#0f7c39
}
.oransalKars .tumOranlar .oranItem ul li:hover i{
    background:#06692c
}
.oransalKars .tumOranlar .oranItem ul li span{
    float:left;
    width:100%;
    height:24px;
    line-height:24px!important;
    color:#00ff8d!important;
    font-size:12px!important;
    font-weight:500!important;
    background:#414141
}
.oransalKars .tumOranlar .oranItem ul li i{
    float:left;
    width:100%;
    height:24px;
    background:#2c2e2d;
    font-style:normal;
    line-height:24px;
    color:#fff!important;
    font-size:12px;
    font-weight:500;
    margin:0!important
}
.oransalKars .tumOranlar .oranItem ul li.mbs{
    float:left;
    width:25px;
    height:24px;
    overflow:initial
}
.oransalKars .tumOranlar .oranItem ul li.mbs span{
    margin-top:0;
    height:auto;
    background:0 0
}
.oransalKars .tumOranlar .oranItem ul li.mbs i{
    border-radius:2px;
    margin:0 0 0 1px;
    width:22px;
    height:22px;
    display:inline-block
}
.oransalKars .tumOranlar .oranItem ul li.mbs.uc i{
    background:#4e92df!important;
    color:#fff
}
.oransalKars .tumOranlar .oranItem ul li.mbs.bir i{
    background:#ed4f45
}
.oransalKars .tumOranlar .oranItem ul li.mbs.iki i{
    background:#0f7c39
}
.iddaaP .sportsTab{
    float:left;
    display:block
}
.forMobileMatch{
    display:none;
    float:left;
    width:100%;
    padding:20px
}
.forMobileMatch span.matchTitle{
    float:left!important;
    width:100%!important;
    color:#fff!important;
    font-size:14px!important;
    font-weight:500!important
}
.forMobileMatch ul.frontInfos{
    float:left!important;
    width:100%!important;
    padding-top:10px!important
}
.forMobileMatch ul.frontInfos li{
    float:left!important;
    color:#fff!important;
    font-weight:500!important;
    font-size:12px!important;
    line-height:14px!important
}
.forMobileMatch ul.frontInfos li.mbs i{
    margin-right:8px!important;
    float:left!important;
    background:#4e92df!important;
    color:#fff!important;
    font-size:12px!important;
    width:14px!important;
    height:14px!important;
    line-height:14px!important;
    border-radius:2px!important;
    text-align:center!important;
    font-style:normal!important
}
.forMobileMatch ul.frontInfos li.mbs.uc i{
    background:#4e92df!important;
    color:#fff!important
}
.forMobileMatch ul.frontInfos li.mbs.bir i{
    background:#ed4f45!important
}
.forMobileMatch ul.frontInfos li.mbs.iki i{
    background:#0f7c39!important
}
.forMobileMatch ul.frontInfos li.time{
    float:right!important
}
.forMobileMatch ul.oth{
    float:left!important;
    width:100%!important;
    padding-top:10px!important
}
.forMobileMatch ul.oth li{
    padding:0 10px!important;
    border-radius:3px!important;
    float:left!important;
    color:#fff!important;
    margin:7.5px 0;
    font-weight:500;
    font-size:12px;
    width:calc(50% - 7.5px);
    background:#313433;
    height:36px;
    line-height:36px
}
.forMobileMatch ul.oth li:nth-child(even){
    float:right!important
}
.forMobileMatch ul.oth li span{
    float:left!important
}
.forMobileMatch ul.oth li p{
    float:right;
    color:#fcd333!important
}
.forMobileMatch ul.oth li.othMore{
    width:15%!important;
    text-align:center!important
}
.forMobileMatch ul.oth li.othMore a{
    color:#fff!important
}
.container .nPMatches .nPMatch:nth-child(even) .forMobileMatch ul.oth li{
    background:#3f4040!important
}
.loadingBall{
    width:auto!important;
    background-color:#202322!important;
    display:block;
    min-height:665px
}
.loadingBall .middle{
    margin:0 auto!important;
    position:relative!important;
    top:251px;
    color:#fff!important
}
.loadingBall .middle img{
    margin-left:20px!important
}
.loadingBall .middle p{
    position:relative!important;
    right:62px!important;
    margin-top:7px!important
}
.container .nPMatches .nPMatch:nth-child(even) .forMobileMatch ul.oth li{
    background:#3f4040!important
}
.container .iddaaP center p{
    background:#202322;
    display:inline-block;
    height:90px;
    color:#fff;
    top:48px!important;
    margin-bottom:50px
}
.container .newDCheckbox{
    float:left;
    width:110px;
    height:32px;
    position:relative;
    margin-left:8px
}
.container .newDCheckbox .dropdown{
    position:absolute;
    top:0;
    width:110px;
    height:32px
}
.dropdown dd,.dropdown dt{
    margin:0;
    padding:0
}
.dropdown ul{
    margin:-1px 0 0
}
.dropdown dd{
    position:relative
}
.dropdown a,.dropdown a:visited{
    color:#fff;
    text-decoration:none;
    outline:0;
    font-size:12px
}
.dropdown dt a{
    background-color:#3f4040;
    display:block;
    border-radius:20px;
    font-size:12px;
    font-weight:500;
    padding:0 37px 0 18px;
    min-height:32px;
    line-height:32px;
    overflow:hidden;
    border:0;
    width:110px
}
.dropdown dt a span,.multiSel span{
    cursor:pointer;
    display:inline-block;
    padding:0
}
.dropdown dd ul{
    background-color:#3f4040;
    border:0;
    color:#fff;
    display:none;
    left:0;
    padding:8px 0;
    position:absolute;
    top:10px;
    min-width:225px;
    list-style:none;
    height:auto;
    z-index:9999;
    -webkit-box-shadow:0 7px 7px 0 rgba(0,0,0,.53);
    -moz-box-shadow:0 7px 7px 0 rgba(0,0,0,.53);
    box-shadow:0 7px 7px 0 rgba(0,0,0,.53)
}
.dropdown dd ul.toggle{
    display:block
}
.dropdown dd ul:after{
    position:absolute;
    top:-6px;
    left:19px;
    content:"";
    width:0;
    height:0;
    border-style:solid;
    border-width:0 6px 7px;
    border-color:transparent transparent #3f4040
}
.dropdown span.value{
    display:none
}
.dropdown dd ul li{
    font-size:12px;
    font-weight:500;
    float:left;
    width:100%;
    color:#fff;
    height:29px;
    line-height:29px;
    padding:0 17px
}
.dropdown dd ul li input{
    float:left;
    margin:7.5px 5px 0 0
}
.dropdown dd ul li a:hover{
    background-color:#fff
}
.dropdown i.arr{
    position:absolute;
    content:"";
    top:12px;
    right:17px;
    width:11px;
    height:9px;
    background:url(../img/icons/triangle2.png) no-repeat
}
.dropdown i.arr.opened{
    transform:rotate(180deg)
}
.liveResults{
    float:left;
    width:100%;
    height:auto;
    background:#202322
}
.liveResults ul.liveTabs{
    float:left;
    width:100%;
    height:48px;
    padding:0 20px
}
.liveResults ul.liveTabs li{
    margin:0 17.5px;
    cursor:pointer;
    float:left;
    height:48px;
    line-height:48px;
    text-transform:Uppercase;
    color:#a3a3a3;
    font-size:15px;
    font-weight:700
}
.liveResults ul.liveTabs li a{
    text-transform:Uppercase;
    color:#a3a3a3;
    font-size:15px;
    font-weight:700
}
.liveResults ul.liveTabs li:first-child{
    margin:0 17.5px 0 0
}
.liveResults ul.liveTabs li.active a{
    color:#fcd333;
    position:relative
}
.liveResults ul.liveTabs li.active a:before{
    position:absolute;
    content:"";
    bottom:-14px;
    left:0;
    width:100%;
    height:3px;
    background:#fcd333
}
.liveResults .liveBar{
    float:left;
    width:100%;
    height:48px;
    background:#313434;
    padding:0
}
.liveResults .liveBar ul.tabPages{
    float:left
}
.liveResults .liveBar ul.tabPages li{
    float:left;
    padding:0 20px;
    line-height:48px;
    color:#f2f2f2;
    border-right:1px solid #393b3b;
    cursor:pointer
}
.liveResults .liveBar ul.tabPages li.active{
    background:#272a29;
    color:#fcd333
}
.liveResults .liveBar ul.tabPages li span{
    float:left;
    font-weight:700;
    font-size:13px;
    text-transform:Uppercase
}
.liveResults .liveBar ul.tabPages li i{
    float:left
}
.liveResults .liveBar ul.tabPages li.fav.active i{
    background:url(../img/icons/favActive.png) no-repeat
}
.liveResults .liveBar ul.tabPages li.live.active i{
    background:url(../img/icons/liveActive.png) no-repeat
}
.liveResults .liveBar ul.tabPages li.idd.active i{
    background:url(../img/icons/iddActive.png) no-repeat
}
.liveResults .liveBar ul.tabPages li.fav i{
    width:20px;
    height:20px;
    background:url(../img/icons/fav.png) no-repeat;
    margin:13px 11px 0 0
}
.liveResults .liveBar ul.tabPages li.live i{
    width:20px;
    height:22px;
    background:url(../img/icons/live.png) no-repeat;
    margin:12px 10px 0 0
}
.liveResults .liveBar ul.tabPages li.idd i{
    width:22px;
    height:18px;
    background:url(../img/icons/idd.png) no-repeat;
    margin:15px 10px 0 0
}
.liveResults .liveBar ul.tabPages li:hover{
    background:#272a29
}
.liveResults .liveBar .newDSelect.iddTarih:hover{
    background:#272a29
}
.liveResults .liveBar .saat:hover{
    background:#272a29
}
.liveResults .liveBar i.volume:hover{
    background:url(../img/icons/volume.png) no-repeat #272a29 center
}
.liveResults .liveBar .newDSelect.iddTarih{
    padding:0;
    border-right:1px solid #393b3b;
    margin-right:0
}
.liveResults .liveBar .newDSelect.iddTarih .select-selected{
    box-sizing:border-box;
    color:#fcd333;
    border-right:1px solid #393b3b;
    height:48px;
    padding:0 0 0 9px;
    line-height:48px;
    min-width:120px;
    font-size:13px;
    font-weight:700;
    border-radius:0;
    background:0 0;
    text-transform:Uppercase
}
.liveResults .liveBar .newDSelect.iddTarih i.date{
    float:left;
    width:21px;
    height:22px;
    background:url(../img/icons/date.png) no-repeat;
    margin:13px 0 0
}
.liveResults .liveBar .newDSelect.iddTarih .select-selected:after{
    right:16px;
    top:20px
}
.liveResults .liveBar span.lig{
    height:48px;
    text-transform:Uppercase;
    color:#fff;
    float:left;
    line-height:48px;
    text-align:center;
    font-size:12px;
    cursor:pointer;
    font-weight:700;
    display:inline-block;
    width:97px;
    border-right:1px solid #393b3b;
    padding-right:15px;
    padding-left:15px
}
.liveResults .liveBar span.lig:hover{
    background:#272a29
}
.liveResults .liveBar span.lig.toggle{
    color:#fcd333
}
.liveResults .liveBar .saat{
    float:left;
    width:65px;
    text-align:center;
    cursor:pointer;
    line-height:48px;
    border-right:1px solid #393b3b;
    height:48px;
    font-size:13px;
    font-weight:700;
    color:#fff;
    padding-left:15px;
    padding-right:15px
}
.liveResults .liveBar .saat:focus{
    color:#fcd333
}
.liveResults .liveBar .saat.toggle{
    color:#fcd333
}
.liveResults .liveBar i.volume{
    width:38.2px;
    transition:all .3s;
    height:47px;
    float:left;
    background:url(../img/icons/volume.png) no-repeat center center;
    padding:14.5px 0 0 11px;
    cursor:pointer
}
.liveResults .liveBar i.volume.toggle{
    transition:all .3s;
    background:url(../img/icons/volumeActive.png) no-repeat center center
}
.liveResults .thisMatches{
    float:left;
    width:100%;
    padding:0 15px 15px;
    font-family:acuminpro,sans-serif
}
.liveResults .thisMatches .leagueHead{
    height:78px;
    padding:0 1px
}
.liveResults .thisMatches .leagueHead i{
    box-shadow:none
}
.liveResults .thisMatches .leagueHead span{
    line-height:78px;
    font-size:20px;
    font-weight:700;
    color:#fff
}
.liveResults .thisMatches .thisMatch{
    float:left;
    width:100%;
    height:auto
}
.liveResults .thisMatches .thisMatch .rateBar{
    float:left;
    width:100%;
    height:65px;
    background:#3f4040;
    border-radius:4px;
    padding:0 15px
}
.liveResults .thisMatches .matchAjaxBar{
    float:left;
    width:100%
}
.liveResults .thisMatches .matchAjaxBar:nth-child(odd) .rateBar{
    background:#202322
}
.liveResults .thisMatches .matchAjaxBar:nth-child(even){
    background:0 0
}
.liveResults .thisMatches .thisMatch span.time{
    line-height:65px;
    color:#fff;
    float:left;
    font-size:13px;
    font-weight:500
}
.liveResults .thisMatches .thisMatch span.live{
    float:left;
    margin-left:15px;
    color:#fff;
    margin-top:21px
}
.liveResults .thisMatches .thisMatch span.live i{
    float:left;
    font-style:normal;
    background:#fec901;
    font-weight:700;
    font-size:11px;
    color:#000;
    line-height:24px;
    height:23px;
    padding:0 7px;
    border-radius:1px
}
.liveResults .thisMatches .thisMatch span.live b{
    float:left;
    color:#fec901;
    font-size:12px;
    font-weight:700;
    line-height:24px;
    margin-left:7px;
    width:20px
}
.liveResults .thisMatches .thisMatch ul.teamLogos{
    width:64px;
    position:relative;
    float:left;
    margin-top:16px;
    margin-left:22px
}
.liveResults .thisMatches .thisMatch ul.teamLogos li{
    background:#3f4040;
    position:absolute;
    float:left;
    width:34px;
    height:34px;
    max-width: unset!important;
    border:1px solid #737777;
    border-radius:100%;
    padding:0!important;
    padding-left:0;
    padding-left:6px!important
}
.liveResults .thisMatches .thisMatch ul.teamLogos li img{
    margin:6px auto;
    width:20px;
    height:20px
}
.liveResults .thisMatches .thisMatch ul.teamLogos li.left{
    left:0;
    z-index:2
}
.liveResults .thisMatches .thisMatch ul.teamLogos li.right{
    right:0
}
.liveResults .thisMatches .thisMatch ul.teamLogos li.goal{
    background:#551e25;
    border-color:#d01041
}
.liveResults .thisMatches .thisMatch ul.teamLogos li.goal:before{
    position:absolute;
    right:-2px;
    bottom:-1px;
    content:"";
    width:13px;
    height:13px;
    background:url(../img/icons/goal.png) no-repeat center #e5112c;
    border-radius:100%
}
.liveResults .thisMatches .thisMatch ul.teamLogos li.left.goal:before{
    left:-2px;
    right:0
}
.karsilastirma .goal{
    width:14px;
    height:14px;
    background:url(../img/icons/goal2.png) no-repeat center;
    border-radius:100%;
    float:right!important;
    margin-top:19px!important
}
.liveResults .thisMatches .thisMatch ul.scores{
    float:left;
    margin-left:22px;
    width:186px;
    padding:15px 0 0
}
.liveResults .thisMatches .thisMatch ul.scores li{
    float:left;
    width:100%;
    font-size:14px;
    font-weight:500;
    color:#fff
}
.liveResults .thisMatches .thisMatch ul.scores li span{
    float:left;
    width:calc(100% - 36px);
    max-height:15px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width:156px
}
.liveResults .thisMatches .thisMatch ul.scores li i{
    float:right;
    width:23px;
    font-style:normal;
    text-align:right
}
.liveResults .thisMatches .thisMatch ul.scores li:first-child{
    padding-bottom:9px
}
.liveResults .thisMatches .thisMatch ul.scores li.winner span{
    color:#fff
}
.liveResults .thisMatches .thisMatch ul.scores li.winner i{
    color:#fff;
    position:relative
}
.liveResults .thisMatches .thisMatch ul.scores li i .iconArrow{
    position:absolute;
    right:19px;
    top:2px;
    content:"";
    width:4px;
    height:7px;
    background:url(../img/icons/sc.png) no-repeat
}
.liveResults .thisMatches .thisMatch ul.oth{
    float:left;
    margin-top:19px;
    margin-left:37px
}
.liveResults .thisMatches .thisMatch ul.oth li{
    float:left;
    width:50px;
    cursor:pointer;
    height:28px;
    border:1px solid #6e6e6e;
    margin-right:9px;
    text-align:center;
    line-height:28px;
    background:#202322;
    color:#fff;
    font-size:12px;
    font-weight:500;
    border-radius:4px
}
.liveResults .thisMatches .thisMatch ul.oth li:last-child{
    margin-right:0
}
.liveResults .thisMatches .thisMatch ul.oth li.down{
    background:#551e25;
    border-color:#d30f41;
    color:#ff1016
}
.liveResults .thisMatches .thisMatch ul.oth li.down span{
    position:relative;
    left:-5px
}
.liveResults .thisMatches .thisMatch ul.oth li.down span:before{
    position:absolute;
    content:"";
    right:-10px;
    top:2px;
    width:5px;
    height:9px;
    background:url(../img/icons/down.png) no-repeat
}
.liveResults .thisMatches .thisMatch ul.oth li.down:hover{
    background:#0f7c39;
    color:#fff;
    border-color:#0f7c39
}
.liveResults .thisMatches .thisMatch ul.oth li.down:hover span:before{
    background:url(../img/icons/downHover.png) no-repeat
}
.liveResults .thisMatches .thisMatch ul.oth li.up{
    background:#185448;
    border-color:#4aa290;
    color:#64d5be
}
.liveResults .thisMatches .thisMatch ul.oth li.up span{
    position:relative;
    right:-5px
}
.liveResults .thisMatches .thisMatch ul.oth li.up span:before{
    position:absolute;
    content:"";
    left:-10px;
    top:2px;
    width:5px;
    height:9px;
    background:url(../img/icons/up.png) no-repeat
}
.liveResults .thisMatches .thisMatch ul.oth li.up:hover{
    background:#fcd333;
    color:#000;
    border-color:#fcd333
}
.liveResults .thisMatches .thisMatch ul.oth li.up:hover span:before{
    background:url(../img/icons/upHover.png) no-repeat
}
.liveResults .thisMatches .thisMatch i.favorite{
    float:right;
    margin:25px 0 0 21px;
    cursor:pointer;
    width:15px;
    height:15px;
    background:url(../img/icons/favorite2.png) no-repeat
}
.liveResults .thisMatches .thisMatch i.favorite.fav{
    background:url(../img/icons/favorite3.png) no-repeat
}
.liveResults .thisMatches .thisMatch span.more{
    float:left;
    line-height:68px;
    height:65px;
    margin:0 0 0 19px;
    color:#fff;
    font-size:12px;
    font-weight:500;
    cursor:pointer
}
.liveResults .thisMatches .thisMatch .othRates{
    float:left;
    height:auto;
    width:100%;
    background:#313434;
    margin-top:1px;
    border-radius:4px;
    padding:15px
}
.liveResults .thisMatches .thisMatch .othRates .rate{
    text-align:center;
    border-radius:4px;
    float:left;
    width:163.5px;
    height:94px;
    background:#202322;
    margin-right:15px
}
.liveResults .thisMatches .thisMatch .othRates .rate:first-child{
    width:223px;
    margin-bottom:15px
}
.liveResults .thisMatches .thisMatch .othRates .rate:nth-child(2){
    width:223px;
    margin-bottom:15px
}
.liveResults .thisMatches .thisMatch .othRates .rate:nth-child(3){
    width:223px;
    margin-right:0;
    margin-bottom:15px
}
.liveResults .thisMatches .thisMatch .othRates .rate:nth-child(7){
    margin-right:0
}
.liveResults .thisMatches .thisMatch .othRates .rate span.f{
    float:left;
    padding:17px 0 9px;
    width:100%;
    color:#fff;
    font-size:12px;
    font-weight:500;
    text-transform:Uppercase
}
.liveResults .thisMatches .thisMatch .othRates .rate ul.rates{
    margin:0 auto;
    text-align:center;
    display:inline-block;
    width:100%
}
.liveResults .thisMatches .thisMatch .othRates .rate ul.rates li{
    display:inline-block;
    width:50px;
    cursor:pointer;
    margin-right:9px;
    text-align:center;
    font-size:12px;
    font-weight:500
}
.liveResults .thisMatches .thisMatch .othRates .rate ul.rates li div{
    display:inline-block;
    width:50px;
    cursor:pointer;
    height:28px;
    border:1px solid #6e6e6e;
    line-height:28px;
    background:#202322;
    color:#fff;
    border-radius:4px
}
.liveResults .thisMatches .thisMatch .othRates .rate ul.rates li:last-child{
    margin-right:0
}
.liveResults .thisMatches .thisMatch .othRates .rate ul.rates li.down div{
    background:#551e25;
    border-color:#d30f41
}
.liveResults .thisMatches .thisMatch .othRates .rate ul.rates li.down span{
    position:relative;
    left:-5px;
    color:#ff1016
}
.liveResults .thisMatches .thisMatch .othRates .rate ul.rates li.down span:before{
    position:absolute;
    content:"";
    right:-10px;
    top:2px;
    width:5px;
    height:9px;
    background:url(../img/icons/down.png) no-repeat
}
.liveResults .thisMatches .thisMatch .othRates .rate ul.rates li.up div{
    background:#185448;
    border-color:#4aa290
}
.liveResults .thisMatches .thisMatch .othRates .rate ul.rates li.up span{
    position:relative;
    right:-5px;
    color:#64d5be
}
.liveResults .thisMatches .thisMatch .othRates .rate ul.rates li.up span:before{
    position:absolute;
    content:"";
    left:-10px;
    top:2px;
    width:5px;
    height:9px;
    background:url(../img/icons/up.png) no-repeat
}
.liveResults .thisMatches .thisMatch .othRates .rate ul.rates li b{
    width:100%;
    display:inline-block;
    font-size:12px;
    font-weight:500;
    color:#fff;
    padding-top:5px
}
.liveResults .thisMatches .thisMatch .othRates .moreRate{
    width:100%;
    display:block;
    float:left;
    position:relative;
    margin-top:15px
}
.liveResults .thisMatches .thisMatch .othRates .moreRate a{
    position:relative;
    margin:0 auto;
    border-radius:3px;
    display:table;
    border:1px solid #464949;
    width:172px;
    height:38px;
    line-height:38px;
    color:#fff;
    font-size:12px;
    font-weight:500;
    text-transform:Uppercase
}
.liveResults .thisMatches .thisMatch .othRates .moreRate a span{
    position:realtive;
    float:left;
    left:12px;
    margin-left:19px
}
.liveResults .thisMatches .thisMatch .othRates .moreRate a span:after{
    position:absolute;
    content:"";
    right:19px;
    top:13px;
    width:7px;
    height:11px;
    background:url(../img/icons/moreRates.png) no-repeat
}
.liveResults .thisMatches .thisMatch .othRates .moreRate a:hover{
    background:#464949
}
.liveTabs span i.live{
    text-transform:Uppercase;
    position:absolute;
    z-index:2;
    left:3px;
    top:-21px;
    width:(100% - 6px);
    height:13px;
    padding:0 8px;
    color:#fff;
    font-size:10px;
    line-height:13px
}
.liveTabs span i.live:before{
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
    content:"";
    width:100%;
    height:13px;
    background:#ed4f45;
    -webkit-transform:skew(-20deg);
    -moz-transform:skew(-20deg);
    -o-transform:skew(-20deg);
    transform:skew(-20deg)
}
.left .liveResults .liveTabs span{
    position:relative;
    display:inline-block;
    bottom:11px
}
.forMobileThisMatch{
    display:none
}
.leagueHead i{
    float:left;
    border-radius:100%;
    width:36px;
    height:36px;
    margin:21px 19px 0 0;
    -webkit-box-shadow:0 5px 13px 0 #b6b6bd;
    -moz-box-shadow:0 5px 13px 0 #b6b6bd;
    box-shadow:0 5px 13px 0 #b6b6bd
}
.macBasladi .genisBar .karsilastirma .full .item ul{
    width:100%;
    left:auto;
    margin-left:0
}
.macBasladi .genisBar .karsilastirma .full .item ul li.orta{
    position:absolute;
    left:50%;
    margin-left:-20px
}
.macBasladi .genisBar .karsilastirma .full .item ul li.home{
    position:absolute;
    left:0;
    float:right;
    width:calc(50% - 34.5px);
    text-align:right
}
.macBasladi .genisBar .karsilastirma .full .item ul li.dep{
    position:absolute;
    right:0;
    float:left;
    width:calc(50% - 34.5px);
    text-align:left
}
.macBasladi .genisBar .karsilastirma .full .item ul li i{
    margin:15px 0 0
}
.macBasladi .genisBar .karsilastirma .full .item ul li.home i{
    float:right;
    margin:14px 0 0 7.5px
}
.macBasladi .genisBar .karsilastirma .full .item ul li.dep i{
    float:left!important;
    margin:14px 7.5px 0 0
}
.macBasladi .genisBar .karsilastirma .full .item ul li.home .yellow{
    margin-left:7.5px;
    float:right
}
.macBasladi .genisBar .karsilastirma .full .item ul li.dep .yellow{
    margin-right:7.5px;
    float:left
}
.macBasladi .genisBar .karsilastirma .full .item ul li.home img.substituteImg{
    margin-left:7.5px;
    float:right!important
}
.macBasladi .genisBar .karsilastirma .full .item ul li.dep img.substituteImg{
    margin-right:7.5px;
    float:left
}
.macBasladi .genisBar .karsilastirma .full .item{
    padding:0
}
#home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child>div>ul li>div:first-child img{
    width:45px;
    height:45px
}
#home>.bottom>.left .tvAndNewspaper .newspaper>div>div:last-child .swiper-slide a img{
    height:264px
}
.newsPapper{
    flex:0 0 25%;
    max-width:25%;
    padding:0 12px;
    padding:24px 12px 0
}
.canliTvContainer .canliLeft{
    float:left;
    width:80%;
    display:inline-block
}
.canliTvContainer .canliRight{
    float:right;
    width:20%;
    display:inline-block;
    max-height:380px;
    overflow-y:auto
}
.canliTvContainer .canliRight li .number{
    width:50px;
    text-align:right;
    display:inline-block
}
.canliTvContainer .canliRight li{
    border-bottom:1px solid #eee
}
.canliTvContainer .canliRight li a{
    color:#000
}
.canliTvContainer .canliRight li .channel{
    width:calc(100% - 60px);
    text-align:left;
    display:inline-block
}
.cryptoTable tr td .nowMoney{
    min-width:75px;
    display:inline-block;
    text-align:left
}

.sub-menu li:marker{
    display:none
}
.sub-menu li:before{
    display:none
}
#newsRead .tvAndNewspaper{
    position:relative;
    padding-right:224px
}
#newsRead .tvAndNewspaper .tv{
    margin-top:24px
}
#newsRead .tvAndNewspaper .tv>div>div:last-child{
    position:relative;
    padding:15px;
    background:#fff;
    border:1px solid #d8d8d8;
    border-top:none
}
#newsRead .tvAndNewspaper .tv>div>div:last-child>ol{
    position:relative;
    z-index:2;
    background:#3b227d;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding:0;
    margin:0;
    list-style:none;
    padding-right:17px;
    text-align:center!important
}
#newsRead .tvAndNewspaper .tv>div>div:last-child>ol li{
    font-size:14px;
    color:#fff;
    font-weight:700!important;
    line-height:19px;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
    padding:0 12px;
    padding:8px
}
#newsRead .tvAndNewspaper .tv>div>div:last-child>ol li:last-child{
    font-size:14px;
    color:#fff;
    font-weight:700!important;
    line-height:19px;
    -ms-flex:0 0 30%;
    flex:0 0 30%;
    max-width:30%;
    padding:0 12px;
    padding:8px
}
#newsRead .tvAndNewspaper .tv>div>div:last-child>ol li:first-child{
    -ms-flex:0 0 20%;
    flex:0 0 20%;
    max-width:20%;
    padding:0 12px;
    padding:8px;
    background:#7152c6
}
#newsRead .tvAndNewspaper .tv>div>div:last-child>ol li:nth-child(3){
    background:#fc4482
}
#newsRead .tvAndNewspaper .tv>div>div:last-child>div{
    position:relative;
    z-index:2
}
#newsRead .tvAndNewspaper .tv>div>div:last-child>div>ul{
    background:#f9f9f9;
    display:table;
    width:100%;
    border-spacing:0
}
#newsRead .tvAndNewspaper .tv>div>div:last-child>div>ul li{
    display:table-row;
    margin:0
}
#newsRead .tvAndNewspaper .tv>div>div:last-child>div>ul li>div{
    display:table-cell;
    width:25%;
    padding:0;
    background:#fed7e5;
    border-bottom:1px solid #fff;
    height:67px;
    padding:5px 10px;
    text-align:center!important;
    vertical-align:middle
}
#newsRead .tvAndNewspaper .tv>div>div:last-child>div>ul li>div:nth-child(2){
    width:24.7%;
    background:#efeafa
}
#newsRead .tvAndNewspaper .tv>div>div:last-child>div>ul li>div:nth-child(3){
    width:24%;
    background:#fed7e5
}
#newsRead .tvAndNewspaper .tv>div>div:last-child>div>ul li>div:nth-child(4){
    display:table-cell;
    width:30%;
    padding:0;
    background:#fed7e5;
    border-bottom:1px solid #fff;
    height:67px;
    padding:5px 10px;
    text-align:center!important;
    vertical-align:middle
}
#newsRead .tvAndNewspaper .tv>div>div:last-child>div>ul li>div p{
    font-size:14px;
    color:#222
}
#newsRead .tvAndNewspaper .tv>div>div:last-child>div>ul li>div p strong{
    display:block;
    color:#fc4482;
    padding-bottom:5px
}
#newsRead .tvAndNewspaper .tv>div>div:last-child>div>ul li>div p span{
    font-weight:500;
    padding-right:5px
}
#newsRead .tvAndNewspaper .tv>div>div:last-child>div>ul li>div p span:last-child{
    padding:0 0 0 5px
}
#newsRead .tvAndNewspaper .tv>div>div:last-child>div>ul li>div:first-child{
    width:18.5%;
    padding:0;
    border-bottom:1px solid #eaeaea;
    background:#f9f9f9
}
#newsRead .tvAndNewspaper .tv>div>div:last-child>div>ul li>div:last-child{
    background:#efeafa
}
#newsRead .tvAndNewspaper .tv>div>div:last-child>div>ul li:last-child>div{
    border-bottom:none
}
#newsRead .tvAndNewspaper .tv>div>div:last-child>div::-webkit-scrollbar{
    width:17px
}
#newsRead .tvAndNewspaper .tv>div>div:last-child>div::-webkit-scrollbar-track{
    background:#7152c6
}
#newsRead .tvAndNewspaper .tv>div>div:last-child>div::-webkit-scrollbar-thumb{
    background-color:#5133a5;
    transform:scale(.5)
}
#newsRead .tvAndNewspaper .tv>div>div:last-child:before{
    position:absolute;
    content:"";
    left:-1px;
    top:0;
    right:-1px;
    height:200px;
    background:#5133a5
}
#newsRead .bottom .right>div>div:first-child{
    padding-top:12px
}
#newsRead .detail a{
    color:#1e85d4
}
#newsSend .newsSendImage{
    width:267px;
    height:250px;
    background:#fff;
    position:absolute;
    top:20px;
    opacity:.5;
    float:right;
    right:0;
    display:none
}
#newsSend .imagePercent{
    background-color:#d4d4d4;
    color:#000;
    position:absolute;
    top:125px;
    left:130px;
    width:57px;
    height:40px;
    z-index:9999999;
    font-size:21px;
    font-style:normal;
    text-align:center;
    line-height:40px;
    display:none
}
.thumbSlider .swiper-wrapper a strong{
    color:#fdde11;
    height:auto!important
}
.thumbSlider .swiper-wrapper a strong:first-line{
    color:#fff
}
.numberSlider .swiper-wrapper a strong{
    color:#fff;
    height:auto!important
}
.numberSlider .swiper-wrapper a strong:first-line{
    color:#fff
}
.newsBoxTab>span strong{
    color:#fff
}
@media only screen and (max-width:1024px){
    #newsRead .top h1{
        font-size:22px;
        line-height:30px;
        margin-top:15px
    }
    #newsRead .top .siteMap{
        display:none
    }
    #newsRead .top>time{
        display:none
    }
    input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select:focus,textarea{
        font-size:16px!important
    }
    input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{
        font-size:16px!important
    }
}

.weatherStatus strong{
    text-transform:uppercase
}

.siteneEkle .siteneEkleTextarea{
    border:1px solid #eee;
    resize:none;
    width:100%;
    padding:10px
}
.siteneEkle h2{
    border-bottom:1px solid
}
.leftBanner{
    position:fixed;
    left:0
}
.rightBanner{
    position:fixed;
    right:0
}
.mm-page{
    overflow-x:hidden
}
.siteTitle{
    overflow-y:hidden;
    font-size:36px;
    color:#fff;
    font-weight:700!important;
    font-family:acuminpro,sans-serif;
    line-height:44px
}
.siteTitleMobil{
    overflow-y:hidden;
    font-size:23px;
    color:#fff;
    font-weight:700!important;
    font-family:acuminpro,sans-serif;
    line-height:44px
}
.havaDurumuArea{
    background-color:#214b7f;
    height:auto;
    padding:50px
}
.havaDurumuArea .second{
    width:100%;
    height:230px
}
.havaDurumuArea h1{
    color:#fff!important;
    display:inline-block;
    font-size:36px
}
.havaDurumuArea h2{
    color:#fff!important;
    display:inline-block;
    font-size:9rem
}
.havaDurumuArea .status{
    display:inline-block;
    color:#fff!important;
    margin-left:20px;
    font-size:18px;
    vertical-align:top;
    margin-top:20px;
    font-weight:400
}
.havaDurumuArea .second .secondLeft{
    width:375px;
    float:left
}
.havaDurumuArea .second .leftData{
    color:#fff;
    margin-bottom:30px
}
.havaDurumuArea .second .leftData b{
    display:inline-block;
    line-height:20px
}
.havaDurumuArea .status i{
    font-size:5rem;
    display:block;
    color:#fff
}
.havaDurumuArea .status em{
    margin-left:10px;
    font-style:normal
}
.havaDurumuArea .leftData .icon{
    font-size:32px
}
.havaDurumuArea .second .secondRight{
    float:right;
    margin-top:20px
}
.havaDurumuArea .second .secondRight ul{
    color:#fff;
    text-align:center;
    width:100px;
    position:relative;
    float:left
}
.havaDurumuArea .second .secondRight ul:after{
    content:"";
    border:1px solid #fff;
    position:absolute;
    height:150px;
    right:0;
    top:50px
}
.havaDurumuArea .second .secondRight ul:last-child:after{
    content:"";
    border:0 solid #fff;
    position:absolute;
    height:0;
    right:0;
    top:50px
}
.havaDurumuArea .second .secondRight ul li:first-child{
    line-height:50px
}
.havaDurumuArea .second .secondRight ul li{
    line-height:30px
}
.havaDurumuArea .second .secondRight ul span{
    color:#dcdddd
}
.havaDurumuArea .second .secondRight ul li i{
    font-size:48px
}
.havaDurumuArea .second .secondRight ul .degree{
    font-size:32px
}
.havaHead{
    background:#173a64;
    width:100%;
    padding-left:50px;
    padding-right:50px;
    height:50px;
    line-height:50px
}
.havaHead span{
    color:#fff;
    font-weight:600
}
.havaHead .headRight{
    float:right
}
a[rel=prev]{
    display:none
}
.sidebar .widget{
    float:left;
    display:block;
    width:100%;
    margin-bottom:25px
}
.sidebar .widget:last-child{
    margin-bottom:0
}
.topMatchTab{
    float:left;
    width:100%;
    background:#fff;
    box-shadow:0 0 6px 0 rgba(0,0,0,.08);
    border-radius:6px;
    border:1px solid #e0e0e0
}
.topMatchTab .head{
    float:left;
    width:100%;
    padding:21px 21px 0;
    border-bottom:1px solid #eee;
    background:inherit;
    background-color:inherit;
    position:inherit!important;
    background-color:inherit
}
.topMatchTab .head span{
    float:left;
    line-height:45px;
    font-size:20px;
    color:#727272;
    font-weight:500;
    font-family:acuminpro,sans-serif
}
.topMatchTab .head span b{
    color:#000;
    font-weight:700
}
.topMatchTab .head a{
    float:right;
    color:#8b8b8b;
    font-weight:400;
    font-size:14px;
    line-height:45px;
    position:relative;
    padding-right:15px;
    background-color:inherit
}
.topMatchTab .head a:after{
    position:absolute;
    right:0;
    top:16.5px;
    content:"";
    width:9px;
    height:11px;
    background:url(../img/icons/pDArr.png) no-repeat
}
.topMatchTab .head a:hover{
    color:#000
}
.topMatchTab .head a:hover:after{
    background:url(../img/icons/pDArrH.png) no-repeat
}
.topMatchTab ul.matches{
    width:100%;
    display:block;
    float:left
}
.topMatchTab ul.matches li{
    width:100%;
    float:left;
    height:46px;
    line-height:30px;
    border-bottom:1px solid #e9e9ea;
    padding:0 20px;
    font-size:14px
}
.topMatchTab ul.matches li:hover{
    background:#fcfcfc
}
.topMatchTab ul.matches li:last-child{
    border-bottom:none
}
.topMatchTab ul.matches li:nth-child(even){
    background:#f6f6f8
}
.topMatchTab ul.matches li span{
    float:left;
    font-size:14px;
    color:#000;
    font-weight:400;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis
}
.topMatchTab ul.matches li p{
    margin-top:10px;
    border-radius:20px;
    float:right;
    color:#353541;
    height:26px;
    line-height:27px;
    width:54px;
    text-align:center;
    background:#f2f5f8
}
.topMatchTab ul.matches li:nth-child(even) p{
    background:#fff
}
.topMatchTab ul.oth{
    float:left;
    width:115px;
    margin-top:6px;
    margin-left:23px
}
.topMatchTab ul.oth li{
    float:left;
    cursor:pointer;
    overflow:hidden;
    border-radius:3px;
    height:33px;
    line-height:33px;
    border:1px solid #dfdfdf;
    margin-right:12px;
    padding-right:0
}
.topMatchTab ul.oth li:last-child{
    margin-right:0
}
.topMatchTab ul.oth li span{
    float:left;
    width:30px;
    height:33px;
    border-right:1px solid #dfdfdf;
    text-align:inherit;
    font-size:14px;
    font-weight:700;
    color:#000
}
.topMatchTab ul.oth li b{
    float:left;
    width:calc(100% - 30px);
    background:#f5f5f5;
    height:33px;
    text-align:center;
    font-size:14px;
    font-weight:700;
    color:#000
}
.topMatchTab ul.oth li.up span{
    color:#35a385
}
.topMatchTab ul.oth li.up b{
    background:#ecf8f5;
    color:#35a385
}
.topMatchTab ul.oth li.up:hover b{
    background:#3ab496;
    color:#fff
}
.topMatchTab ul.oth li.down span{
    color:#ec483e
}
.topMatchTab ul.oth li.down b{
    background:#fef6f5;
    color:#ec483e
}
.topMatchTab ul.oth li.down:hover b{
    background:#ec483e;
    color:#fff
}
.topMatchTab ul.oth li:hover b{
    background:#dfdddd
}
.left .more{
    text-align:center!important;
    position:relative;
    margin-bottom: 20px;
}
.left .more a{
    position:relative;
    display:inline-block;
    font-size:14px;
    font-weight:700!important;
    color:#fff;
    background:#c90914;
    line-height:18px;
    padding:9px 25px;
    border-radius:18px
}
.left .more:before{
    position:absolute;
    content:"";
    left:0;
    top:50%;
    right:0;
    height:1px;
    background:#dcdcdc
}
#sport .thumbSlider{
    margin-top:20px
}
#newsRead .haberSingle .commentForm{
    display:none
}
#newsRead .haberSingle:first-child .commentForm{
    display:block!important
}
#newsRead .haberSingle .sixNews{
    display:none
}
#newsRead .haberSingle:first-child .sixNews{
    display:block!important
}
#newsRead .haberSingle:first-child .right{
    display:block!important
}
#newsRead .haberSingle .right{
    display:none!important
}
#newsRead .haberSingle .tags{
    display:none!important
}
#newsRead .haberSingle:first-child .tags{
    display:block!important
}
#newsRead .haberSingle .comments{
    display:none
}
#newsRead .haberSingle:first-child .comments{
    display:block
}
#newsRead .haberSingle:first-child .top{
    width:100%
}
#newsRead .haberSingle .top{
    width:828px
}
#newsRead .top>time:first-child{
    display:block!important
}
#newsRead .haberSingle .emojiArea2{
    display:none
}
#newsRead .haberSingle:first-child .emojiArea2{
    display:block
}
.floatLeft{
    float:left
}
.floatRight{
    float:right
}
#videoPostHead{
    z-index:1;
    float:left;
    width:100%;
    height:auto;
    display:block;
    background-color:#2b3138;
    padding:25px 0 26px;
    border-top:1px solid rgba(255,255,255,.055);
    position:relative
}
#videoPostHead:before{
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    width:100%;
    height:184px;
    background:url(../img/shapes/city.png) repeat-x
}
#videoPostHead:after{
    position:absolute;
    content:"";
    left:68px;
    bottom:32px;
    width:100%;
    height:326px;
    background:url(../img/shapes/smallDetails.png) repeat-x
}
.videoPostHead{
    float:left;
    width:100%;
    height:auto;
    display:block;
    position:relative
}
.videoPostHead:before{
    position:absolute;
    content:"";
    left:0;
    bottom:109px;
    width:100%;
    height:584px;
    background:url(../img/shapes/line.png) no-repeat center
}
.videoPostHead .breadcrumb{
    position:relative;
    z-index:10
}
.videoPostHead .singleBigTitle{
    position:relative;
    z-index:10
}
.videoPostHead .singleBigTitle h1{
    color:#fff
}
.videoPostHead .contentArea{
    float:left;
    width:100%;
    height:472px;
    display:block;
    margin-top:14px;
    position:relative;
    z-index:10
}
.videoPostHead .contentArea:before{
    position:absolute;
    content:"";
    left:-475px;
    bottom:139px;
    width:465px;
    height:340px;
    background:url(../img/shapes/vectors.png) no-repeat
}
.videoPostHead .contentArea:after{
    position:absolute;
    content:"";
    right:-475px;
    bottom:122px;
    width:467px;
    height:360px;
    background:url(../img/shapes/vectors2.png) no-repeat
}
.videoPostHead .contentArea .videoIframe{
    width:calc(100% - 330px);
    height:100%;
    display:block;
    border-radius:2px;
    overflow:hidden
}
.videoPostHead .contentArea .videoIframe iframe{
    width:100%;
    height:100%
}
.videoPostHead .contentArea .rightPosts{
    width:300px;
    display:block;
    height:100%;
    background:#444a51;
    border-radius:2px;
    overflow:hidden;
    padding:18px 20px 17px;
    -webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1);
    -moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.1);
    box-shadow:0 1px 3px 0 rgba(0,0,0,.1)
}
.videoPostHead .contentArea .rightPosts span.title{
    width:100%;
    display:block;
    float:left;
    text-transform:Uppercase;
    font-size:14px;
    font-weight:700;
    color:#fff
}
.videoPostHead .contentArea .rightPosts ul{
    width:100%;
    display:block;
    float:left;
    height:calc(100% - 37px);
    margin-top:20px;
    overflow:auto
}
.videoPostHead .contentArea .rightPosts ul li{
    width:100%;
    display:block;
    float:left;
    margin-bottom:20px
}
.videoPostHead .contentArea .rightPosts ul li:last-child{
    margin-bottom:0
}
.videoPostHead .contentArea .rightPosts ul li a{
    display:block;
    color:#fff
}
.videoPostHead .contentArea .rightPosts ul li .thumb{
    float:left;
    width:108px;
    height:62px;
    position:relative;
    margin-right:12px;
    overflow:hidden
}
.videoPostHead .contentArea .rightPosts ul li .thumb img{
    min-width:100%;
    min-height:65px;
    height:100%;
    width:100%;
    object-fit:cover
}
.videoPostHead .contentArea .rightPosts ul li span{
    font-family:acuminpro,sans-serif;
    float:left;
    width:calc(100% - 120px);
    font-size:15px;
    font-weight:400;
    line-height:20px;
    padding-top:1.5px;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden
}
.videoPostHead .contentArea .rightPosts ul::-webkit-scrollbar{
    width:12px
}
.videoPostHead .contentArea .rightPosts ul::-webkit-scrollbar-track{
    background:#51565c;
    border-radius:20px
}
.videoPostHead .contentArea .rightPosts ul::-webkit-scrollbar-thumb{
    background:#ee574a;
    border-radius:20px
}
.videoPostHead .contentArea .rightPosts ul li i.videoIcon{
    transition:.4s
}
.videoPostHead .contentArea .rightPosts ul li:hover i.videoIcon{
    transform:rotate(360deg);
    transition:.4s
}
i.videoIcon{
    position:Absolute;
    left:20px;
    top:20px;
    border-radius:100%;
    width:32px;
    height:32px;
    background:rgba(255,255,255,.7)
}
i.videoIcon:before{
    position:Absolute;
    top:4px;
    left:4px;
    width:24px;
    height:24px;
    content:"";
    background:url(../img/icons/videoIcon.png) no-repeat
}
.videoIcon.center{
    top:50%;
    left:50%;
    margin:-16px 0 0 -16px
}
strong a{
    color:inherit!important
}
.subBottom{
    min-height:56px
}
.subBottom ul{
    margin-left:15px
}
.subBottom ul li{
    display:inline-block;
    float:left;
    color:#fff;
    opacity:.7;
    margin-right:25px;
    line-height:56px;
    font-size:15px;
    text-transform:uppercase
}
.subBottom ul li a{
    display:inline-block;
    float:left;
    color:#fff;
    opacity:.7;
    line-height:56px
}
.subBottom ul li a:hover{
    opacity:1
}
.articleBox{
    padding-top:24px;
    display:flex
}
.articleBox .swiper-container{
    flex:66.3%
}
.articleBox .Reklam{
    flex:33.3%
}
.articleBox .swiper-container .swiper-wrapper{
    display:flex
}
.articleBox .swiper-container .swiper-wrapper .swiper-slide{
    flex:0 0 50%;
    max-width:50%;
    padding:24px 12px 0;
    border:solid .1rem #f5f5f5;
    margin-right:24px
}
.articleBox .article{
    padding:15px
}
.articleBox .swiper-container .swiper-wrapper .swiper-slide .article:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:url(../img/author-bg.png) no-repeat right bottom #f9f9f9;
    overflow:hidden;
    z-index:-1;
    opacity:.8
}
.articleBox .article a div h4{
    color:#000;
    font-weight:800!important;
    font-size:18px
}
.articleBox .article .spot{
    font-size:12px!important;
    color:#565656;
    margin-top:10px
}
.article .author .bio{
    margin-top:100px
}
.article .author .bio .name{
    width:100%
}
.article .author .bio time{
    font-size:10px;
    color:#999;
    width:100px;
    display:block
}
.article .author .bio time:before{
    content:"";
    mask:url(../img/svg/left-quote.svg);
    background-size:auto;
    width:16px;
    height:16px;
    display:inline-block;
    background-size:16px;
    margin-right:9px;
    float:left;
    mask-size:cover;
    background-color:#93030e
}
.article .author .bio a .name{
    color:#9e6710;
    font-size:12px
}
.article .author .bio .photo{
    position:absolute;
    right:0;
    bottom:-7px
}
.container .left .numberSlider_2{
    width:100%
}
.numberSlider_2{
    height:200px;
    position:relative
}
.numberSlider_2 .swiper-container{
    height:200px;
    position:relative;
    z-index:2
}
.numberSlider_2 .nav+.number{
    padding-right:0
}
.numberSlider_2 .number ul{
    display:block!important;
    font-size:0;
    text-align:center!important;
    display:table;
    width:100%;
    text-align:center!important;
    table-layout:fixed
}
.numberSlider_2 .number ul li{
    display:inline-block;
    font-size:0;
    vertical-align:middle;
    width:12px;
    height:12px;
    border-radius:100%;
    border:2px solid #000;
    background:#848484;
    display:table-cell;
    border-radius:0;
    background:0 0;
    padding:0;
    line-height:36px;
    font-size:12px;
    font-weight:700!important;
    color:#222;
    opacity:1;
    -moz-transition-duration:.2s;
    -o-transition-duration:.2s;
    -webkit-transition-duration:.2s;
    transition-duration:.2s;
    -moz-transition-timing-function:ease-in;
    -o-transition-timing-function:ease-in;
    -webkit-transition-timing-function:ease-in;
    transition-timing-function:ease-in
}
.numberSlider_2 .number ul li span{
    display:none;
    display:block;
    border-right:1px solid;
    border-color:#e8e8e8!important
}
.numberSlider_2 .number ul li.swiper-pagination-bullet-active{
    background:#ca0a14;
    color:#fff;
    background:#c90914
}
.numberSlider_2 .swiper-wrapper a{
    display:block;
    width:100%;
    font-size:0
}
.numberSlider_2 .swiper-wrapper a:before{
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    right:0;
    height:120px;
    background:-moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(34,34,34,.99) 85%,#222 68%,#222 100%);
    background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(34,34,34,.99) 85%,#222 68%,#222 100%);
    background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(34,34,34,.99) 85%,#222 68%,#222 100%)
}
#home .cuff .left .numberSlider_2 .swiper-wrapper a img{
    height:auto
}
.numberSlider_2 .swiper-wrapper a strong{
    color:#fdde11!important;
    height:auto!important
}
.numberSlider_2 .number{
    border-color:#ca0a14!important;
    background:0 0!important;
    position:absolute;
    left:0;
    bottom:0;
    z-index:2;
    width:100%;
    border-top:none!important;
    border-top-color:currentcolor!important;
    padding:10px 0!important;
    padding-right:0;
    border-top:3px solid #c90914!important;
    background:#fff!important;
    box-shadow:0 1px 3px rgba(34,34,34,.22)!important
}
.numberSlider_2 .number ul li{
    display:inline-block!important;
    font-size:0!important;
    vertical-align:middle!important;
    width:12px!important;
    height:12px!important;
    border-radius:100%!important;
    border:2px solid #000!important;
    background:#848484!important
}
.numberSlider_2 .number ul li.swiper-pagination-bullet-active{
    background:#ca0a14!important
}
.numberSlider_2 .number ul li.swiper-pagination-bullet-active{
    color:#fff!important;
    background:#c90914!important
}
.numberSlider_2 .swiper-wrapper a strong{
    font-size:20px!important;
    line-height:normal!important;
    bottom:12px!important;
    max-height:110px
}
.numberSlider_2 .nav{
    display:none
}
.numberSlider_2 .swiper-wrapper a strong{
    position:absolute;
    left:0;
    bottom:0;
    overflow:hidden;
    font-size:36px;
    color:#fff;
    font-weight:700!important;
    font-family:acuminpro,sans-serif;
    line-height:45px;
    padding:15px 20px;
    height:105px;
    overflow:hidden
}
.numberSlider_2 .swiper-wrapper a img{
    object-fit:cover;
    min-height:200px;
    width:100%
}
.burcTop{
    display:flex;
    width:100%;
    background:#fff;
    padding:20px;
    min-height:125px;
    border:1px solid #d8d8d8;
    margin-bottom:12px
}
.burcTop .burcLeft{
    width:80%
}
.burcTop .leftHalf{
    display:block;
    width:auto!important;
    float:left;
    margin-right:60px
}
.burcTop .leftHalf .burcSpec{
    line-height:30px;
    width:298px;
    margin-left:25px
}
.burcTop .burcTitle{
    font-size:24px!important;
    line-height:normal!important
}
.burcTop .burcTime{
    font-size:14px;
    display:block;
    color:grey
}
.burcTop .allBurcBtn{
    font-size:14px;
    position:relative;
    top:20px
}
.burcTop .burcRight{
    float:right;
    display:block;
    width:32%
}
.burcTop .burcRight b{
    line-height:65px;
    float:right;
    margin-right:15px
}
.burcTop .burcRight ul{
    float:right;
    margin-top:25px
}
.burcTop .burcRight ul li{
    float:left;
    display:inline-block
}
.burcContent .burcTab{
    width:100%;
    border-bottom:1px solid #eee;
    height:40px
}
.burcContent .burcTab li{
    display:inline-block;
    float:left;
    font-weight:600;
    line-height:40px;
    margin-right:30px;
    color:#939393
}
.burcContent .burcTab li.active{
    border-bottom:3px solid #000;
    color:#000;
    line-height:36px!important
}
.burcContent .detail{
    margin-top:12px
}
.astrolojiSingle .bottom .left{
    flex:0 0 840px!important
}
.astrolojiSingle .bottom .right>div>div:first-child{
    padding-top:0!important
}
.qa_question ul li{
    padding:10px;
    background:#f8f8f8;
    border:1px solid #ebebeb;
    margin-bottom:5px;
    cursor:pointer
}
.qa_question ul li.true{
    border-color:#409444;
    background:#4caf50;
    color:#fff
}
.qa_question ul li.false{
    border-color:#ce392e;
    background:#f44336;
    color:#fff
}
.qa_question ul li:last-child{
    margin-bottom:0
}
.qa_question ul li input[type=checkbox]{
    width:20px;
    height:20px;
    -webkit-appearance:checkbox;
    position:relative;
    top:2px
}
.qa_question .qa_result_span{
    padding:10px;
    border:1px solid #ddd;
    display:none;
    margin:20px 0 0;
    border-radius:2px;
    clear:both;
    width:100%;
    box-sizing:border-box;
    display:none
}
.qa_total_result{
    border:1px solid #ddd;
    padding:20px;
    color:#000;
    font-weight:600;
    display:none
}
