    .sports {
        width: 100%;
        margin: 14px 6px;
        background: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        float: left;
    }
    sports_body {
        border-radius: 0 0 5px 5px;
    }
    .sports .nav {
        list-style: none;
    }

    .sports .nav_item {
        position: relative;
        padding: 8px 12px;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #F0F0F0;
		cursor: pointer; 
    }
	.is-filter{
        filter: brightness(0);
    }
    .sports .nav_item:hover {
        background: #2D8CF0;
        color: #fff;
    }
	
	.sports .nav_item:hover img {
	    filter: brightness(1);
	}	

   .is-active {
        background: #2D8CF0;
        color: #fff;
    }
   .is-active img{
	    filter: brightness(1);
    }
    .is-active:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: -6px;
        margin-top: -6px;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #2D8CF0;
    }

    .is-active .nav_item-icon {
        color: #fff;
    }

    .sports.nav_item:last-child .nav_item-link {
        border-bottom: none;
    }

    .sports .nav_item-icon {
        color: #D2D5DA;
        width: 18px;
        text-align: center;
        font-size: 18px;
        margin-right: 4px;
    }

    .sports .nav_item-text {
		margin: 0 4px;
    }
    .sports .nav_item-count {
		margin: 0 6px;
		font-size: 10px;
    }	
    .sports .badge {
        font-size: 10px;
        padding: 2px 4px;
        border: 1px solid #D1D1D1;
        border-radius: 10px;
        position: absolute;
        top: 18px;
        right: 8px;
    }

    .sports .badge_warning {
        background: #ED373F;
        border-color: #ED373F;
    }
	.sportslogo{
		filter: drop-shadow(50px 0px blank);
	}	
	