@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	.categorytitle{
		margin-bottom: 0 !important;
	}
	.navbar{
		min-height: 35px !important;
		position: relative !important;
	}
	.navbar-nav>li>a{
		padding-top: 7px !important;
		padding-bottom: 7px !important;
	}
	.menu .nav>li>a{
		padding-left: 7px !important;
		padding-right: 7px !important;
	}
	.menu a{
		font-size: 10px;
	}
	.search{
		margin: 0 15px !important;
	}
	.exchange{
		padding: 0 !important;
		text-align: center;
	}
	.day{
		text-align: right;
	}
	.minibar .wed{
		padding-top: 10px !important;
	}
	.featurednews .title{
		padding: 10px 0 !important;
	}
	.featurednews .fnewsimg,.featurednews .fnewsdesc{
		padding: 0 10px !important;
	}
	.border{
		padding-bottom: 10px !important;
	}
	.content{
		padding-right: 0 !important;
	}
	.newnews .news{
		margin: 8px 0px 8px 7px;
	}
	.yellownews .section2{
		padding-left: 0 !important;
		display: inline-block;
		vertical-align: top;
		width: 32%;
	}
	.yellownews .section2:nth-child(2){
		margin: 0px 10.2px;
	}
	.smnews{
		margin-top: 10px !important;
	}
	.wnews:nth-child(1){
		padding-left: 0 !important;
	}
	.sidebar{
		padding-left: 0 !important;
	}
}