@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 768px){
	.header-up ul{
		padding: 0;
	}
	.sidebar{
		padding-left: 0 !important;
	}
	.scoreboard .date li:nth-child(2){
		padding: 0 5px !important;
	}
	.basketball .content, .football .content{
		height: 80px;
	}
	.basketball{
		padding-right: 0 !important;
	}
	.football{
		padding-left: 0 !important;	
	}
	.xs-search{
		padding: 8px 0 !important;
	}
	.xs-search input{
		background: #fff url('../img/search.png') no-repeat right 5px center;
	    background-size: 15px;
	    border: 0;
	    padding: 5px 30px 5px 10px;
	    width: 100%;
	    color: #000;
	    font-size: 13px;
	    border-radius: 5px;
	    outline: none;
	    margin-right: 5px;
	}
	.copyright{
		text-align: center;
	}
	.tags{
		margin-bottom: 30px;
	}
	.newnews .content{
		padding: 12px 20px 5px !important;
	}
}