

@font-face {
  font-family: 'Peggy';
  src: url('../myicons01/icons.eot');
  src: url('../myicons01/icons.eot?#iefix') format('embedded-opentype'),
       url('../myicons01/icons.woff2') format('woff2'),
       url('../myicons01/icons.woff') format('woff'),
       url('../myicons01/icons.ttf') format('truetype'),
       url('../myicons01/icons.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}




.fap {
    display: inline-block;
    font: normal normal normal 14px/1 'Peggy';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


  .fap-lg {
      font-size: 1.33333333em;
      line-height: 0.75em;
      vertical-align: -15%;
  }

  .fap-2x {
      font-size: 2em;
  }

  .fap-3x {
      font-size: 3em;
  }

  .fap-4x {
      font-size: 4em;
  }

  .fap-5x {
      font-size: 5em;
  }



  .fap-fw {
      width: 1.28571429em;
      text-align: center;
  }



  .fap-ul {
      padding-left: 0;
      margin-left: 2.14285714em;
      list-style-type: none;
  }

  .fap-ul> li {
      position: relative;
  }

  .fap-li {
      position: absolute;
      left: -2.14285714em;
      width: 2.14285714em;
      top: 0.14285714em;
      text-align: center;
  }

  .fap-li.fap-lg {
      left: -1.85714286em;
  }



  .fap-border {
      padding: .2em .25em .15em;
      border: solid 0.08em #eeeeee;
      border-radius: .1em;
  }

  .pull-right {
      float: right;
  }

  .pull-left {
      float: left;
  }

  .fap.pull-left {
      margin-right: .3em;
  }

  .fap.pull-right {
      margin-left: .3em;
  }



  .fap-spin {
      -webkit-animation: fa-spin 2s infinite linear;
      animation: fa-spin 2s infinite linear;
  }

  .fap-pulse {
      -webkit-animation: fa-spin 1s infinite steps(8);
      animation: fa-spin 1s infinite steps(8);
  }

  @-webkit-keyframes fa-spin {
      0% {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
      }
      100% {
          -webkit-transform: rotate(359deg);
          transform: rotate(359deg);
      }
  }

  @keyframes fa-spin {
      0% {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
      }
      100% {
          -webkit-transform: rotate(359deg);
          transform: rotate(359deg);
      }
  }



  .fap-rotate-90 {
      filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=1)";
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  .fap-rotate-180 {
      filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=2)";
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  }

  .fap-rotate-270 {
      filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=3)";
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg);
  }

  .fap-flip-horizontal {
      filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
      -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
  }

  .fap-flip-vertical {
      filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
      -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
      transform: scale(1, -1);
  }

  :root .fap-rotate-90,
  :root .fap-rotate-180,
  :root .fap-rotate-270,
  :root .fap-flip-horizontal,
  :root .fap-flip-vertical {
      filter: none;
  }



  .fap-stack {
      position: relative;
      display: inline-block;
      width: 2em;
      height: 2em;
      line-height: 2em;
      vertical-align: middle;
  }

  .fap-stack-1x,
  .fap-stack-2x {
      position: absolute;
      left: 0;
      width: 100%;
      text-align: center;
  }

  .fap-stack-1x {
      line-height: inherit;
  }

  .fap-stack-2x {
      font-size: 2em;
  }

  .fap-inverse {
      color: #ffffff;
  }



  .fap-search:before {
      content: '\f000';
  }

  .fap-star:before {
      content: '\f001';
  }

  .fap-user:before {
      content: '\f002';
  }

  .fap-check:before {
      content: '\f003';
  }

  .fap-times:before {
      content: '\f004';
  }

  .fap-home:before {
      content: '\f005';
  }

  .fap-comment:before {
      content: '\f006';
  }

  .fap-chevron-up:before {
      content: '\f007';
  }

  .fap-phone:before {
      content: '\f008';
  }

  .fap-twitter:before {
      content: '\f009';
  }

  .fap-bars:before {
      content: '\f00a';
  }

  .fap-google-plus:before {
      content: '\f00b';
  }

  .fap-envelope:before {
      content: '\f00c';
  }

  .fap-linkedin:before {
      content: '\f00d';
  }

  .fap-facebook-official:before {
      content: '\f00e';
  }

  .fap-upload:before {
      content: '\f00f';
  }

  .fap-circle:before {
      content: '\f010';
  }

  .fap-facebook:before {
      content: '\f011';
  }

  .fap-facebook-fab:before {
      content: '\f012';
  }

  .fap-social-facebook:before {
      content: '\f013';
  }

  .fap-facebook-mdc:before {
      content: '\f014';
  }

  .fap-facebook-messenger:before {
      content: '\f015';
  }

  .fap-facebook-square:before {
      content: '\f016';
  }

  .fap-map-marker-alt:before {
      content: '\f017';
  }

  .fap-map-marker:before {
      content: '\f018';
  }

  .fap-map-marker-btb:before {
      content: '\f019';
  }

  .fap-map-marker-oi:before {
      content: '\f01a';
  }

  .fap-map-marked-alt:before {
      content: '\f01b';
  }

  .fap-map-marked:before {
      content: '\f01c';
  }

  .fap-map-marker-radius:before {
      content: '\f01d';
  }

  .fap-marker:before {
      content: '\f01e';
  }

  .fap-map-marker-glyphicon:before {
      content: '\f01f';
  }

  .fap-map-marker-btm:before {
      content: '\f020';
  }

  .fap-time:before {
      content: '\f021';
  }

  .fap-access-time:before {
      content: '\f022';
  }

  .fap-mobile:before {
      content: '\f023';
  }

  .fap-tv:before {
      content: '\f024';
  }

  .fap-undo:before {
      content: '\f025';
  }

  .fap-redo:before {
      content: '\f026';
  }

  .fap-old-phone:before {
      content: '\f027';
  }

  .fap-cellphone-iphone:before {
      content: '\f028';
  }

  .fap-phone-glyphicon:before {
      content: '\f029';
  }

  .fap-phone-btl:before {
      content: '\f02a';
  }

  .fap-phone-li:before {
      content: '\f02b';
  }

  .fap-airplane-off:before {
      content: '\f02c';
  }

  .fap-shopping-bag:before {
      content: '\f02d';
  }

  .fap-shopping-cart:before {
      content: '\f02e';
  }

  .fap-shopping-basket:before {
      content: '\f030';
  }

  .fap-shopping-cart-btb:before {
      content: '\f031';
  }

  .fap-shopping-cart-fa:before {
      content: '\f032';
  }

  .fap-local-shipping:before {
      content: '\f033';
  }

  .fap-shipping-fast:before {
      content: '\f034';
  }

  .fap-shopping-cart-typcn:before {
      content: '\f035';
  }

  .fap-search-btb:before {
      content: '\f036';
  }

  .fap-user-male:before {
      content: '\f037';
  }

  .fap-account-outline:before {
      content: '\f038';
  }

  .fap-account:before {
      content: '\f039';
  }

  .fap-magnifying-glass:before {
      content: '\f03a';
  }

  .fap-search-fas:before {
      content: '\f03b';
  }

  .fap-angle-left:before {
      content: '\f03c';
  }

  .fap-angle-right:before {
      content: '\f03d';
  }

  .fap-plus:before {
      content: '\f03e';
  }

  .fap-times-btb:before {
      content: '\f03f';
  }

  .fap-angles-right:before {
      content: '\f040';
  }

  .fap-angles-left:before {
      content: '\f041';
  }

  .fap-angles-down:before {
      content: '\f042';
  }

  .fap-angles-up:before {
      content: '\f043';
  }

  .fap-shopping-cart-fas:before {
      content: '\f044';
  }

  .fap-shopping-bag-fi:before {
      content: '\f045';
  }

  .fap-shopping-bag-fas:before {
      content: '\f046';
  }

  .fap-angle-right-btm:before {
      content: '\f047';
  }

  .fap-chevron-small-right:before {
      content: '\f048';
  }

  .fap-chevron-thin-right:before {
      content: '\f049';
  }

  .fap-chevron-right:before {
      content: '\f04a';
  }

  .fap-chevron-left:before {
      content: '\f04b';
  }

  .fap-angle-up:before {
      content: '\f04c';
  }

  .fap-angle-down:before {
      content: '\f04d';
  }

  .fap-arrow-right:before {
      content: '\f04e';
  }

  .fap-long-arrow-right:before {
      content: '\f04f';
  }

  .fap-123132:before {
      content: '\f050';
  }

  .fap-join1:before {
      content: '\f051';
  }

  .fap-join2:before {
      content: '\f052';
  }

  .fap-join3:before {
      content: '\f053';
  }

  .fap-join4:before {
      content: '\f054';
  }

  .fap-join5:before {
      content: '\f055';
  }


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
