body{
    margin: 0px;
    padding: 0px;
    background-color: #f2f2f2;
    font-family: clear_sans, sans-serif;
}
a:hover,a:active,a:focus{
    text-decoration: none;
}
header{
    background-color: #191f2b;
    border-radius: 0 0 20px 20px;
    padding: 15px 0px 30px 0px;
    position: relative;
}
footer{
    background-color: #191f2b;
    padding: 50px 0px;
}
footer h3{
    color:#fff;
}
footer ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
footer a{
    color:#8b8c8c;
    padding: 10px 0px;
    display: block;
    font-size: 18px;
    font-weight: 500;
}
footer a:hover{
    color:#fff !important;
}
.breadcrumb a{
    font-size: 17px;
    font-weight: 500;
    color: #333;
}
.breadcrumb li{
    font-weight: 500;
    color: #333;
}
.header-calendar{
    padding: 15px 53px;
    text-align: left;
}
.header-calendar a{
    color: #fff;
    font-size: 2em;
    margin-top: 10px;

}
.header-logo a h1{
    color: #fff;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #fff;
    margin: 0px;
    font-size: 50px;

}
.header-dots{
    text-align: right;
   padding: 15px 53px;
}
.header-dots a {
    color: #fff;
    font-size: 2em;
    margin-top: 10px;
}
nav{
    padding: 0px 15px;
    position: absolute;
    bottom: -20px;
}
.nav{
    padding: 0px !important;
}
nav li{
    padding: 0px 10px;
}
nav a,nav a:hover{
    background-color: #fff;
    border-radius: 17px;
    text-align: center;
    padding: 0px 0px 6px !important;
    font-size: 25px;
    line-height: 1.6;
    color: #898989;
}
.main-content{
    margin-top: 50px;
}
.header-title{

    margin-bottom: 15px;
}
.header-title .col-xs-6:nth-child(2){
    text-align: right;
}
.header-title h2{
    margin: 0px;
    font-size: 36px;
    color:#333;
    font-weight: 500;
    line-height: 1.1;
}
.header-title a{
    font-size: 36px;
    float: left;

}
.header-title .col-xs-6:first-child a{

    color: #8F8F8F;


    font-size: 22px;
    padding: 5px;
    font-weight: bold;

}
.match-box{
    margin: 0px auto;
    background: #fff;
    border-radius: 20px;
    height: 120px;
    padding: 20px 10px;
    vertical-align: middle;
    position: relative;
    display: block;
    width: 100%;
}
.match-box img{
    display: block;
    width: 100%;
    max-width: 39px;
    max-height: 50px;
}
.matches-slider{
    width: 100%;
    overflow: hidden;
}
.matches-slider .owl-item{
padding-right: 10px;
    padding-bottom: 10px;
}

.match-box .thumbnail{
    height: 40px;
    padding: 0px;
    margin-bottom: 0px;
    border: 0px;
    box-shadow: none;
}
.match-box a{
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    font-weight: bold;
    display: block;
    text-align: center;
}
.match-box p{
    font-weight: 500;
    margin-top: 10px;
    font-size: 14px;
}

.match-result-red p{
font-weight: bold;
    text-align: center;
    font-size: 20px;
    color:#000;
}
.match-result-red .match-info{

    padding: 0px 15px;
    text-align: center;
    color: #fff;
    display: block;
    margin: 0px auto;
    left: 0;
    right: 0;
    float: none;
    position: absolute;
    bottom: -11px;
    width: 100px;
    border-radius: 20px;
    height: 22px;
}
.match-box.bg_black .match-info{
    background-color: #000 !important;
}
.match-box.bg_black{
    border: 1px solid #000;
}

.match-box.current_match .match-info{
    background-color: green !important;
}
.match-box.current_match{
    border: 1px solid green;
}

.match-box.bg_yellow .match-info{
    background-color: yellow !important;
}
.match-box.bg_yellow{
    border: 1px solid yellow;
}

.bg_yellow{
    background-color: red !important;
}



.match_item td{
    width: 33.33% !important;
}
.match_item table{
    width: 100%;
}
.match_item table td:nth-child(2){
    text-align: center;
}
.match_item table td:nth-child(3){
    text-align: right;
}
.match_item table td:nth-child(2) .match_time{
    font-size: 20px;
    font-weight: bold;
}
.match_item{
    background-color: #fff;
    border-radius: 0px 0px 15px 15px;
    margin-bottom: 15px;
}
.match_item img{
    height: 40px;
    width: 40px;
}
.match_item table td:first-child{
    text-align: left;
}
.match_item table td a{
    color: #333;
    font-weight: 500;
    font-size: 15px;
}
.news-slider,.leagues-slider,.countries-slider,.matches-slider{
    margin-bottom: 25px;
}
.news-slider .owl-item{
    padding-right: 15px;
}
.news-box{
    background-color: #fff;
    border-radius: 7px 7px 20px 20px;
    overflow: hidden;
}
.news-box .thumbnail{
    padding: 0px;
    border: 0px;
    height: 143px;
    border-radius: 0px;
    overflow: hidden;
}
.news-box h3{
    height: 64px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 600;
    color: #1e2022;
    font-family: clear_sans, sans-serif;


    display: block;
    vertical-align: middle;
    line-height: 29px;
}
.news-box p{

}
.news-footer{
    border-top: 2px solid #e9e9e9;
    padding: 15px;
}
.news-footer a{
    color: #9F9F9F;

    font-size: 12px;
}
.news-footer a i{
    color: #333;
    font-size: 16px;
    margin-left: 5px;
}
.news-content {
    padding: 0px 15px;
}
.news-footer .col-xs-6{
    padding: 0px;
}
.leagues-box{
    background-color: #fff;
    border-radius: 20px;
    padding: 15px 20px;
}

.team-name{

    height: 44px;
    display: table-cell !important;
    vertical-align: middle;
    width: 100px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    font-weight: bold;
    display: block;
    text-align: center;
}
.countries-box img{
    height: 80px;
    width: 80px !important;
    display: inline-block !important;
    border-radius: 50% ;
    overflow: hidden;
}
.countries-box span{
    font-size: 22px;
    color:#333;
    margin-left: 15px;
}
.breadcrumb{
    padding: 10px 16px;
    list-style: none;
    background-color: #e6e6e6;
    margin-top: 30px;
}
.news-content{
    direction: rtl;
}
.news_large_post_thumbnail{
    height: 312px;
    margin: 0px;
    vertical-align: middle;
    display: flex;
}
.news_large_post_thumbnail img{
    border: 0px;
}
.news-content h1{
    font-size: 38px;
    font-weight: 400;
    font-weight: bold;
    color: #030303;
}
.text-right{
    text-align: right !important;
}
.text-left{
    text-align: left !important;
}
.news-timings .fa{
    color: #141414;
    font-size: 25px;
    margin-left: 15px;
}
.clubs-box img{
    display: inline-block;

}
.single-match-box{
    background-color: #fff;
    border-radius: 0px 0px 15px 15px;
    position: relative;

}
.match-title{

    border-radius: 15px 15px 0px 0px;
    background: #191f2b;
}
.match-title h2{
    text-align: center;
    color:#fff;
    line-height: 2.5;
    font-size: 20px;
    margin: 0px;
    font-weight: bold;
}
.single-match-box{
    text-align: center;
    padding: 5px;
    vertical-align: middle;
    height: 84px;
    margin-top: 5px;
    margin-bottom: 25px;
    width: 100%;
}
.single-match-box a{
    color: #333;
    font-weight: 500;
    font-size: 15px;

}
.single-match-box img{
    width: 40px;
    height: 40px;

}
.player-box span{
    text-align: center;
    color: #333;
    font-size: 21px;
    font-weight: 400;
    display: block;
    height: 62px;
    overflow: hidden;
}
.match-result{
    font-size: 25px;
    font-weight: bold;
}
.table_stading{
    direction: rtl;
    margin-bottom: 0px;
}
.widget {
    background-color: #fff;
    border: 1px solid #dddfe2;
    box-shadow: 0 2px 4px 0 rgb(0 54 87 / 14%);
    margin-bottom: 15px;
    margin-top: 10px;
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
}
.table_stading td,.table_stading th{
    text-align: right;
}
.table_stading td{
    font-weight: bold;
    font-size: 16px;
}
.widget_title{

    background: #191f2b;
}
.red
{
    color: red;
}
.green
{color: #0ccf0c;
}
.orange
{
    color: #ecc700;
}
.widget_title{
    text-align: center;
    color: #fff;
    line-height: 2.5;
    font-size: 20px;
    margin: 0px;
    font-weight: bold;
}
.news-slider .header-title{
    margin-top: 25px;
}
.news-detail{
    margin: 70px 0px;
    background-color: #fff;
    padding: 15px;
    border-radius: 15px 15px 0px 0px;
}
.news-detail p{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    word-spacing: 1.5px;
    color: #000;
    margin: 5px 0px;
}
.news-timings{
    background-color: #fff;
    padding: 15px;
    border-radius: 15px 15px 0px 0px;
    margin-top: 50px;
}
.news-timings span{
    font-size: 20px;
}
.news-detail img{
    max-width: 100%;
    margin: 0px auto;
    position: relative;
    left: 0;
    right: 0;
    display: table-row;
}

.tags{
    background-color: #d6d6d6;
    padding: 5px 5px 8px;
    font-size: 18px;
    margin-left: 10px;
    color: #333;
    font-weight: 500;
}
.matches-container .single-match-box{

height: auto;
}
.single-match-box .match-status{
    position: absolute;

    bottom: -8px;
    color: #fff;
    width: 100px;
    border-radius: 11px;
    margin: 0px auto;
    left: 0;
    right: 0;
}
.match-vanue{
    position: relative;


}
.match-vanue p{
    margin: 0px;
    font-size: 12px;
}
.status-red{
    background-color: red;
}
.status-black{
    background-color: #000;
}
.status-green{
    background-color: green;
}
.competitors_teams {
    text-align: center;

    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 15px;
}
.competitors_teams img {
    height: 35px;
    width: 35px;
}
.progressbar {
    height: 40px;
    vertical-align: middle;

    padding: 5px 30px;
    font-size: 21px;
    color: #fff;
}
.streagth .col-xs-6 {
    padding: 0;
}
.team_stats_container {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.stats_item {
    padding: 5px 15px;
    font-weight: 500;
    color: #000;
    font-size: 15px;
}

.stats_item {
    text-align: center;
}
.timeline_box {
    position: relative;
    width: 100%;
    display: table;
}

.timeline_box {
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    direction: ltr;
}
.timeline_header {
    background-color: #fff;
    position: relative;
    z-index: 3;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.timeline_header span {
    font-weight: 700;
    font-size: 28px;
    margin: 0 15px;
}
.timeline_header img {
    vertical-align: text-bottom;
}

.timeline_header img {
    height: 25px;
    width: 25px;
}
.card_container {
    display: inline-block;
    width: 100%;
}
.cards {
    height: 31px;
    width: calc(50% + 14px);
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-top: 2px;
    position: relative;
    z-index: 2;
    padding: 2px;
}

.left_item {
    border-left: 0 solid #ddd;
    border-right: 1px solid #ddd;
}
.left_item {
    float: left;
}
.cards .symbol {
    display: inline-block;
}

.left_item .symbol, .left_item .player_name {
    float: left;
}
.left_item .symbol, .left_item .player_name {
    float: left;
}
.symbol {
    position: relative;
    height: 20px;
    overflow: hidden;
    width: 30px;
}
.symbol img {
    max-height: 100%;
    max-width: 100%;
}
.left_item .symbol, .left_item .player_name {
    float: left;
}

.cards .player_name {
    display: inline-block;
    padding: 0 15px;
}
.left_item .symbol, .left_item .player_name {
    float: left;
}
.player_name {
    position: relative;
}
.cards .player_name a {
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: -.4px;
    color: #1e1e1f;
    position: relative;
}
.cards .number_circle {
    height: 25px;
    width: 25px;
    background-color: #ddd;
    text-align: center;
    color: #000;
    padding-top: 2px;
    font-size: 14px;
    font-weight: 700;
}

.left_item .number_circle {
    float: right;
    position: relative;
}
.right_item {
    float: right;
}
.right_item .symbol, .right_item .player_name {
    float: right;
}
.inout_names a {
    line-height: 12px !important;
    display: block;
}
.cards .symbol {
    display: inline-block;
}
.symbol {
    position: relative;
    height: 26px;
    overflow: hidden;
    width: 30px;
}
.timeline_box{
    padding: 10px 0px;
}
.fill_green {
    background-color: #0fc07f;
}
.timeline_box:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #ddd;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
}
.leagues-box.player-box{
    text-align: center;
}
.leagues-box.player-box img{
    display: inline-block;
    max-width: 80px !important;
}
.footer_2nd .footer_linsk li{

    float: left;
    padding: 0px 15px;
}
.footer_2nd .social_media li{
    float: right;
    padding: 0px 15px;
}
.single-match-box.hauto{
    height: 90px !important;
}
.timeline_box br{
    display: none !important;
}
.table_stading a{
    color:#333 ;

}
.team-leagues-box img{
height: 80px !important;
    width: auto !important;
}
#matches_date{
    margin-bottom: 62px;
}
#matches_date select,
#matches_date button{
width: 100%;
    background-color: #fff;
    border-radius: 17px;
    text-align: center;
    padding: 5px 25px !important;

    line-height: 1.6;
    color: #898989;
    margin-bottom: 10px;
}
#matches_date button{
    background-color: green !important;
    color: #fff !important;
    border: 0 !important;
    padding-bottom: 7px !important;
    display: block;
}
.table{
    background-color: #fff;
}
.table *{
    text-align: right;

}
.table a,.table td{
    color:#191f2b !important;
    font-weight: 500;
}
.nav-pills{
    max-width: 398px;

}
.nav-pills a{

    color:#191f2b !important;
    font-size: 20px;

    font-weight: bold;
}
.nav-pills .active a{
    border-radius: 15px 15px 0px 0px !important;
    background: #191f2b !important;
    color:#fff !important;
    font-size: 20px;

    font-weight: bold;
}
.pg_ul{
	margin-bottom:0px !important;
	padding:0px !important;
}
.pg_ul li{
    display: none;
}
.pg_ul li.active{
    display: block !important;
}
.prev,.prev:hover{
	float:left;
	color:#fff;
	margin-left:15px;
	
}
.next,.next:hover{
	float:right;
	color:#fff;
	margin-right:15px;
	
}
.roundmatches{
	border-radius:15px 15px 0px 0px;
}


@media all and (max-width: 768px) and (min-width: 0px) {
	
	.m-p-0{
		padding:0px !important;
		text-align:center;
		
	}
	
    .footer_2nd .footer_linsk li{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .footer_2nd .footer_linsk li a{
        font-size: 15px !important;
    }
    .footer_2nd .social_media {
        text-align: right !important;
        width: 100%;
        display: block;
        clear: both;
    }
    #matches_date .row{
        margin-left: -5px;
        margin-right: -5px;
    }
    #matches_date .col-xs-3{
        padding: 0px 5px !important;
    }
    #matches_date select,
    #matches_date button{
        padding: 0px !important;
        height: 40px;
        border-radius: 7px !important;
    }
    .header-container{
        padding: 0px;
    }
    .match-result {
        font-size: 18px;
        font-weight: bold;
        margin-top: 5px;
    }
    .single-match-box .col-xs-2{
        padding: 0px;
    }
    .single-match-box b{
        font-weight: 700;
        display: block;
        text-align: center;
    }
    .match_item table td:nth-child(3),
    .match_item table td:first-child{
        text-align: center !important;
    }
    .match_item img.visible-xs {
        display: inline-block !important;
    }
    .header-container .row{
        margin: 0px;
    }
    .nav-justified>li {

        display: table-cell !important;
        width: 1% !important;
    }
    nav li {
        padding: 0px 4px;
    }
    nav {
        padding: 0px 20px;

    }
    .header-title .col-xs-6:nth-child(2) a {
        font-size: 22px;

        font-weight: bold;

    }
    .match-box img{
        max-height: 100%;
        width: auto !important;
    }
    .match-box{
        display: block;
        width: 100%;
    }
    .nav a{
        font-size: 18px;
        font-weight: bold;
        line-height: 1.8;
        padding: 4px 0px 6px !important;
    }
    .header-logo a h1{
        font-size: 36px;
    }
    .header-dots a i,.header-calendar i{
        margin-top: 0px;
    }
    .header-calendar,.header-dots{
        padding: 15px 30px;
    }
    header {

        padding: 10px 0px 30px 0px;

    }
    .match-box p {
       text-align: center;

    }
    .header-title h2{
        font-weight: bold;
        font-size: 20px;
    }
    .header-title .col-xs-6:first-child a{
        font-size: 14px ;
    }
    .match-vanue{
        display: none;
    }
	.w_33_m{
width:33.33% !important;
    float: left !important;
}
}