@font-face {
  font-family: 'minimeek';
  src: url("/fonts/minimeek-extended-webfont.woff2") format("woff2"), url("/fonts/minimeek-extended-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.autocomplete-suggestions {
  left: 1% !important;
  width: 98% !important;
  background-color: white;
  box-shadow: 2px 4px 6px 0 rgba(51, 51, 51, 0.2);
  border: solid 1px #eee;
  line-height: 1.5;
  padding: 2px 5px 5px 5px;
  overflow: auto;
  text-align: center;
  box-sizing: border-box; }
  .autocomplete-suggestions .fontstructions-suggestions .autocomplete-suggestion {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin: 0 2px 2px 0;
    background-color: #eee;
    padding: 5px 0; }
    .autocomplete-suggestions .fontstructions-suggestions .autocomplete-suggestion a {
      text-decoration: none; }
    .autocomplete-suggestions .fontstructions-suggestions .autocomplete-suggestion:hover {
      background-color: #fde001; }
    .autocomplete-suggestions .fontstructions-suggestions .autocomplete-suggestion .img-wrapper {
      display: block;
      text-align: center;
      width: 80px;
      vertical-align: middle;
      padding: 5px; }
      .autocomplete-suggestions .fontstructions-suggestions .autocomplete-suggestion .img-wrapper img {
        height: auto;
        vertical-align: middle;
        text-align: center; }
    .autocomplete-suggestions .fontstructions-suggestions .autocomplete-suggestion:hover span {
      display: inline-block; }
    .autocomplete-suggestions .fontstructions-suggestions .autocomplete-suggestion span {
      color: white;
      position: absolute;
      bottom: 0;
      left: 0;
      text-align: center;
      font-size: 0.625rem;
      line-height: 1.4;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 5px 0; }
  .autocomplete-suggestions .fontstructions-suggestions .autocomplete-selected {
    background-color: #fde001; }
  .autocomplete-suggestions .tags-suggestions {
    padding-top: 10px; }
    .autocomplete-suggestions .tags-suggestions .autocomplete-suggestion {
      display: inline-block; }
      .autocomplete-suggestions .tags-suggestions .autocomplete-suggestion a {
        margin-right: 2px;
        margin-bottom: 2px; }
    .autocomplete-suggestions .tags-suggestions .users-suggestion a {
      background-color: #ccc; }
    .autocomplete-suggestions .tags-suggestions .autocomplete-selected a {
      background-color: #fde001; }
  .autocomplete-suggestions .fs-taggyList {
    white-space: normal; }

.fs-subhead--gallery h1 {
  padding-bottom: 10px; }
  .fs-subhead--gallery h1 a {
    padding-left: 5px;
    font-size: 0.75rem;
    font-weight: normal;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, "Arial", sans-serif; }

.fs-gallery {
  position: relative;
  padding-bottom: 20px; }
  .fs-gallery--grid {
    text-align: center; }
  .fs-gallery-filter-menu {
    display: inline-block;
    margin-top: 10px; }
    .fs-gallery-filter-menu .current {
      font-weight: 600; }
  .fs-gallery__footer {
    padding-top: 10px; }
  .fs-gallery-item {
    position: relative;
    box-sizing: border-box; }
    .fs-gallery-item__header {
      height: 25px;
      white-space: nowrap; }
      .fs-gallery-item__header h1 {
        display: inline; }
    .fs-gallery-item__main {
      position: absolute;
      top: 40px;
      width: 100%; }
      @media (max-width: 51.24em) {
        .fs-gallery-item__main {
          position: static; } }
    .fs-gallery-item__render .placeholder {
      height: 100px;
      width: 100%; }
      @media (max-width: 51.24em) {
        .fs-gallery-item__render .placeholder {
          display: none; } }
    .fs-gallery-item__render .render {
      position: absolute;
      top: 0;
      left: 0;
      height: auto;
      max-width: 100%;
      padding: 8px 0; }
      @media (max-width: 51.24em) {
        .fs-gallery-item__render .render {
          position: static; } }
    .fs-gallery-item:hover {
      background-color: #f9f9f9; }
    .fs-gallery-item:hover .fs-gallery-item-meta {
      background-color: #f9f9f9; }
    .fs-gallery-item--rows {
      border-top: 1px solid #eee;
      padding-top: 10px;
      position: relative;
      min-height: 120px;
      overflow: hidden; }
      @media (max-width: 51.24em) {
        .fs-gallery-item--rows {
          min-height: inherit; } }
      .fs-gallery-item--rows:before, .fs-gallery-item--rows:after {
        content: "";
        display: table; }
      .fs-gallery-item--rows:after {
        clear: both; }
    .fs-gallery-item--grid {
      display: inline-block;
      padding-right: 5px;
      width: 220px;
      height: 220px;
      overflow: hidden; }
      .fs-gallery-item--grid:nth-child(even) {
        background-color: #ccc; }
    .fs-gallery-item--featured-product {
      height: 150px; }
      .fs-gallery-item--featured-product img {
        max-width: 100%; }
      @media (max-width: 51.24em) {
        .fs-gallery-item--featured-product {
          height: auto; } }
      .fs-gallery-item--featured-product .fontshop-badge {
        margin-left: 5px;
        vertical-align: text-bottom;
        display: inline-block;
        width: 18px;
        height: 18px;
        background-color: #fde001;
        position: relative; }
        .fs-gallery-item--featured-product .fontshop-badge:after {
          position: absolute;
          left: 18px;
          content: ' ';
          display: inline-block;
          width: 18px;
          height: 18px;
          background-color: black; }
    .fs-gallery-item--featured-product .fs-gallery-item-meta {
      padding-top: 20px;
      line-height: 1.5;
      font-size: 0.875rem; }
    .fs-gallery-item-meta {
      float: right;
      min-height: 120px;
      position: relative;
      line-height: 1.4;
      padding: 10px 150px 35px 15px;
      margin-top: -35px;
      margin-right: -50px;
      width: 310px;
      background-color: white;
      background-color: rgba(255, 255, 255, 0.94); }
      @media (max-width: 51.24em) {
        .fs-gallery-item-meta {
          display: none; } }
      .fs-gallery-item-meta .small {
        vertical-align: top; }
    .fs-gallery-item .license-meta {
      margin-top: 3px; }
  .fs-gallery__metaIcons {
    margin-bottom: 6px; }
  .fs-gallery-dropdown-menu {
    display: inline; }
    .fs-gallery-dropdown-menu li:hover ul {
      transition: 0s top;
      transition-delay: 0.25s; }
    .fs-gallery-dropdown-menu .opener-current {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
      text-decoration: none;
      background-color: #999;
      display: inline-block;
      color: white;
      font-size: 12px;
      line-height: 1;
      padding: 8px 10px;
      padding-right: 24px;
      position: relative; }
      .fs-gallery-dropdown-menu .opener-current:hover {
        background-color: #666;
        color: white; }
      .fs-gallery-dropdown-menu .opener-current .icon-chevron-down {
        position: absolute;
        top: 0; }
        .fs-gallery-dropdown-menu .opener-current .icon-chevron-down:before {
          color: #ccc; }
    .fs-gallery-dropdown-menu ul {
      top: -10000px;
      z-index: 5;
      position: absolute;
      font-weight: 600;
      background-color: white;
      padding: 5px 10px 10px 15px;
      left: -10px;
      min-width: 140px;
      box-shadow: 2px 4px 6px 0 rgba(51, 51, 51, 0.1); }
      .fs-gallery-dropdown-menu ul li {
        line-height: 24px; }
      .fs-gallery-dropdown-menu ul .current, .fs-gallery-dropdown-menu ul .current a {
        color: #ccc;
        font-weight: normal;
        text-decoration: none;
        cursor: default; }
    .fs-gallery-dropdown-menu:hover ul {
      top: 25px;
      transition: 0s top;
      transition-delay: 0.25s; }
    @media (max-width: 37.49em) {
      .fs-gallery-dropdown-menu {
        padding-right: 2px !important; } }
    .fs-gallery-dropdown-menu--categories {
      padding-right: 4px; }
      @media (max-width: 24.99em) {
        .fs-gallery-dropdown-menu--categories .opener__core {
          display: none; }
        .fs-gallery-dropdown-menu--categories .opener-current:before {
          content: 'Category'; } }
    .fs-gallery-dropdown-menu--licenses {
      padding-right: 8px; }
      .fs-gallery-dropdown-menu--licenses ul {
        min-width: 400px !important; }
      @media (max-width: 24.99em) {
        .fs-gallery-dropdown-menu--licenses .opener__core {
          display: none; }
        .fs-gallery-dropdown-menu--licenses .opener-current:before {
          content: 'License'; }
        .fs-gallery-dropdown-menu--licenses ul {
          min-width: 180px !important; } }
    @media (max-width: 24.99em) {
      .fs-gallery-dropdown-menu--sort .opener__core {
        display: none; }
      .fs-gallery-dropdown-menu--sort .opener-current:before {
        content: 'Sort'; }
      .fs-gallery-dropdown-menu--sort ul {
        min-width: 120px !important; } }

.fs-fontstruction-awards {
  display: inline;
  padding-left: 8px; }
  .fs-fontstruction-awards > span {
    padding-right: 5px; }
  .fs-fontstruction-awards span.rating {
    padding-left: 5px; }
  @media (max-width: 24.99em) {
    .fs-fontstruction-awards {
      display: none; } }

.fs-fontstruction-actions {
  margin-bottom: 13px;
  margin-top: 6px; }
  .fs-fontstruction-actions a {
    margin-right: 5px;
    margin-bottom: 3px; }

.fs-sort-order-menu {
  display: inline;
  cursor: pointer; }
  .fs-sort-order-menu li, .fs-sort-order-menu ul {
    display: inline; }
  .fs-sort-order-menu li.current span:before {
    color: #999; }
  .fs-sort-order-menu .last {
    position: relative;
    left: -10px; }
  @media (max-width: 24.99em) {
    .fs-sort-order-menu {
      display: none; } }

@media (max-width: 37.49em) {
  .rating {
    display: none; } }

.icon-up-arrow:before, .icon-down-arrow:before, .icon-chevron-down:before {
  font-size: 1rem;
  position: relative;
  top: 3px;
  background-color: transparent;
  color: black; }

.icon-check:before {
  background-color: transparent; }
