Fix for flags with invalid country class
@ -45,7 +45,7 @@ i.flag:not(.icon) {
i.flag:not(.icon):before {
display: inline-block;
content: '';
background: url(@spritePath) no-repeat 0px 0px;
background: url(@spritePath) no-repeat -108px -1976px;
width: @width;
height: @height;
}