
@media (max-width: 600px) {
	#linksbar a {
		font-size:14px !important;
		padding: 0px;
		
	}
	#linksbar > div.blockImport > ul > li {
		display:none;
		
	}
	#linksbar > div.blockImport > ul > li:nth-child(1) {
		display:inline;
		
	}
	#linksbar .currentPage a, #linksbar .currentPage a:hover, #linksbar a:hover {
		background-color: transparent; 
		border: 0px solid #FFFFFF !important;	
		color: #FFF;		
	}
	#linksbar .currentPage a {
		border:2px solid #fff;
		background-color:#fff !important;
		color:#0089FF !important;
	}
}
@media (max-width:992px) and (min-width:601px) {
	#linksbar > div.blockImport > ul > li {
		display:inline !important;
		
	}
}
@media (min-width:993px) {
	#linksbar > div.blockImport > ul > li {
		display:inline !important;
		
	}
}


