
@media (max-width: 992px) {
	#linksbar a {
		font-size:14px !important;
		padding: 10px;
		
	}
	#linksbar > div.blockImport > ul > li {
		display:none;
		
	}
	#linksbar > div.blockImport > ul > li:nth-child(1) {
		display:inline;
		
	}
	#linksbar .currentPage a, #linksbar .currentPage a:hover {
		background-color: transparent; 
		border: 0px solid #FFFFFF !important;	
		color: #FFF;		
	}
	#linksbar .currentPage a, #linksbar a:hover {
		border:2px solid #fff;
		background-color:#fff !important;
		color:#0089FF !important;
	}
	#Hamburger_LI a:hover {
		background-color: transparent !important; 
		border: 0px solid #FFFFFF !important;	
		color: #FFF !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;
		
	}
}
 @media (max-width: 600px) {
	#linksbar a {
		font-size: 14px;
		padding-left: 10px !important;
		margin: 10px !important;
	}
} 


