@font-face {
  font-family: 'GovIcons';
  src: url(../fonts/Icons/GovIcons.eot?v=8);
  src: url(../fonts/Icons/GovIcons.eot?#iefix) format('embedded-opentype'),  url(../fonts/Icons/GovIcons.woff?v=8) format('woff'), url(../fonts/Icons/GovIcons.ttf?v=8) format('truetype'), url(../fonts/Icons/GovIcons.svg#GovIcons) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="ficon-"],
[class*=" ficon-"],
.___fonticon {
  /* use !important to prevent issues with browser extensions that change fonts */
  line-height: 1;
}
[class^="ficon-"]:before,
[class*=" ficon-"]:before,
.___fonticon {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-family: "GovIcons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
}
.ficon-icon-info:before {
  content: "\e90d";
}
.ficon-icon-mojspot:before {
  content: "\e90e";
}
.ficon-icon-pomoc:before {
  content: "\e90f";
}
.ficon-icon-postopki:before {
  content: "\e910";
}
.ficon-icon-spot:before {
  content: "\e911";
}
.ficon-icon-zbirke:before {
  content: "\e912";
}
.ficon-external_link:before {
  content: "\e90c";
}
.ficon-calendar3:before {
  content: "\e90b";
}
.ficon-dvr:before {
  content: "\e90a";
}
.ficon-calendar:before {
  content: "\e906";
}
.ficon-document:before {
  content: "\e905";
}
.ficon-big_arrow_down:before {
  content: "\e900";
}
.ficon-big_arrow_left:before {
  content: "\e901";
}
.ficon-big_arrow_right:before {
  content: "\e902";
}
.ficon-big_arrow_up:before {
  content: "\e903";
}
.ficon-phone:before {
  content: "\e0cd";
}
.ficon-external_link2:before {
  content: "\e0b2";
}
.ficon-chat:before {
  content: "\e0b7";
}
.ficon-chat_bubble_outline:before {
  content: "\e0cb";
}
.ficon-date_range:before {
  content: "\e916";
}
.ficon-delete:before {
  content: "\e872";
}
.ficon-favorite_full:before {
  content: "\e87d";
}
.ficon-favorite_border:before {
  content: "\e87e";
}
.ficon-goat:before {
  content: "\e904";
}
.ficon-arrow_down:before {
  content: "\e313";
}
.ficon-arrow_left:before {
  content: "\e314";
}
.ficon-arrow_right:before {
  content: "\e315";
}
.ficon-arrow_up:before {
  content: "\e316";
}
.ficon-mail_outline:before {
  content: "\e0e1";
}
.ficon-message:before {
  content: "\e0c9";
}
.ficon-user_account:before {
  content: "\e7fd";
}
.ficon-search:before {
  content: "\e8b6";
}
.ficon-translate:before {
  content: "\e8e2";
}
.ficon-calendar-2:before {
  content: "\e953";
}
.ficon-website:before {
  content: "\e9ca";
}
.ficon-facebook:before {
  content: "\ea90";
}
.ficon-instagram:before {
  content: "\ea92";
}
.ficon-twitter:before {
  content: "\ea96";
}
.ficon-youtube:before {
  content: "\ea9d";
}
.ficon-linkedin2:before {
  content: "\eaca";
}
.ficon-monitor:before {
  content: "\e914";
}
.ficon-user:before {
  content: "\e913";
}
.ficon-close-new:before {
  content: "\e915";
}
.ficon-search-new:before {
  content: "\e917";
}
.ficon-info-new:before {
  content: "\e918";
}
.ficon-warning-new:before {
  content: "\e919";
}
.ficon-like-new:before {
  content: "\e91a";
}
.ficon-notification-highlight:before {
  content: "\e91a";
}
.ficon-notification-info:before {
  content: "\e918";
}
.ficon-notification-alert:before {
  content: "\e919";
}


.icon-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.icon-list > div {
  width: calc(10% - 30px);
  margin: 15px;
  text-align: center;
}

.icon-list > div i {
  font-size: 3.4rem;
}

.icon-list > div span {
  display: block;
  width: 100%;
  font-size: 12px;
}