/*!
 * # Semantic UI 2.4.2 - Flag
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
             Flag
*******************************/
a i.flag:hover:after, button i.flag:hover:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  content: " ";
}

i.flag {
  display: inline-block;
  width: 18px;
  height: 12px;
  margin: 0 0.35rem 0 0.35rem;
  line-height: 12px;
  text-decoration: inherit;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
i.flag.square {
  height: 18px;
  line-height: 18px;
}
i.flag.circle {
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
}
i.flag.flag-1_5x {
  width: 27px;
  height: 18px;
  line-height: 18px;
}
i.flag.flag-1_5x.square {
  height: 27px;
  line-height: 27px;
}
i.flag.flag-1_5x.circle {
  height: 27px;
  line-height: 27px;
}
i.flag.flag-2x {
  width: 36px;
  height: 24px;
  line-height: 24px;
}
i.flag.flag-2x.square {
  height: 36px;
  line-height: 36px;
}
i.flag.flag-2x.circle {
  height: 36px;
  line-height: 36px;
}
i.flag.flag-3x {
  width: 54px;
  height: 36px;
  line-height: 36px;
}
i.flag.flag-3x.square {
  height: 54px;
  line-height: 54px;
}
i.flag.flag-3x.circle {
  height: 54px;
  line-height: 54px;
}
i.flag.flag-4x {
  width: 72px;
  height: 48px;
  line-height: 48px;
}
i.flag.flag-4x.square {
  height: 72px;
  line-height: 72px;
}
i.flag.flag-4x.circle {
  height: 72px;
  line-height: 72px;
}

i.flag-fr {
  background-image: url("../../img/flags/svg/fr.svg");
}

i.flag-it {
  background-image: url("../../img/flags/svg/it.svg");
}

i.flag-nl {
  background-image: url("../../img/flags/svg/nl.svg");
}

i.flag-en {
  background-image: url("../../img/flags/svg/en.svg");
}

i.flag-de {
  background-image: url("../../img/flags/svg/de.svg");
}

i.flag-es {
  background-image: url("../../img/flags/svg/es.svg");
}

i.flag-be {
  background-image: url("../../img/flags/svg/be.svg");
}

i.flag-ch {
  background-image: url("../../img/flags/svg/ch.svg");
}

i.flag-uk {
  background-image: url("../../img/flags/svg/uk.svg");
}

i.flag-pt {
  background-image: url("../../img/flags/svg/pt.svg");
}

i.flag-gb {
  background-image: url("../../img/flags/svg/gb.svg");
}

i.flag-dk {
  background-image: url("../../img/flags/svg/dk.svg");
}

i.flag-error {
  background-image: url("../../img/flags/svg/error.svg");
}/*# sourceMappingURL=flags.css.map */