/*!
 * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
 */

.flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url('flags.png') no-repeat;
}

.flag-en {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('flag_en.png') no-repeat;
}

.flag.flag-es {
    background-position: 0 0;
}

.flag.flag-pt {
    background-position: -16px 0;
}
