@font-face {
  font-family: 'League Gothic';
  src: url('/site/fonts/LeagueGothic-Regular.eot'); /* IE9 Compat Modes */
  src: url('LeagueGothic-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('LeagueGothic-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('LeagueGothic-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('LeagueGothic-Regular.otf')  format('opentype'), /* Safari, Android, iOS */
}

#nav li a img {
	width: 100%;
	height: 25px;
}
@media only screen and (max-width: 975px){
	#nav li a img {
	width: 35px;
}
@media only screen and (max-width: 340px){
.top-bar-item:nth-child(2) {
	    float: left;
    width: calc(100% - 110px);
}
}

}
