

@font-face {
  font-family: 'Bobo';
  src: url('../myicons_b/icons.eot');
  src: url('../myicons_b/icons.eot?#iefix') format('embedded-opentype'),
       url('../myicons_b/icons.woff2') format('woff2'),
       url('../myicons_b/icons.woff') format('woff'),
       url('../myicons_b/icons.ttf') format('truetype'),
       url('../myicons_b/icons.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}




.fab {
    display: inline-block;
    font: normal normal normal 14px/1 'Bobo';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


  .fa-lg {
      font-size: 1.33333333em;
      line-height: 0.75em;
      vertical-align: -15%;
  }

  .fa-2x {
      font-size: 2em;
  }

  .fa-3x {
      font-size: 3em;
  }

  .fa-4x {
      font-size: 4em;
  }

  .fa-5x {
      font-size: 5em;
  }



  .fa-fw {
      width: 1.28571429em;
      text-align: center;
  }



  .fa-ul {
      padding-left: 0;
      margin-left: 2.14285714em;
      list-style-type: none;
  }

  .fa-ul> li {
      position: relative;
  }

  .fa-li {
      position: absolute;
      left: -2.14285714em;
      width: 2.14285714em;
      top: 0.14285714em;
      text-align: center;
  }

  .fa-li.fa-lg {
      left: -1.85714286em;
  }



  .fa-border {
      padding: .2em .25em .15em;
      border: solid 0.08em #eeeeee;
      border-radius: .1em;
  }

  .pull-right {
      float: right;
  }

  .pull-left {
      float: left;
  }

  .fa.pull-left {
      margin-right: .3em;
  }

  .fa.pull-right {
      margin-left: .3em;
  }



  .fa-spin {
      -webkit-animation: fa-spin 2s infinite linear;
      animation: fa-spin 2s infinite linear;
  }

  .fa-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);
      }
  }



  .fa-rotate-90 {
      filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=1)";
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  .fa-rotate-180 {
      filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=2)";
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  }

  .fa-rotate-270 {
      filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=3)";
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg);
  }

  .fa-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);
  }

  .fa-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 .fa-rotate-90,
  :root .fa-rotate-180,
  :root .fa-rotate-270,
  :root .fa-flip-horizontal,
  :root .fa-flip-vertical {
      filter: none;
  }



  .fa-stack {
      position: relative;
      display: inline-block;
      width: 2em;
      height: 2em;
      line-height: 2em;
      vertical-align: middle;
  }

  .fa-stack-1x,
  .fa-stack-2x {
      position: absolute;
      left: 0;
      width: 100%;
      text-align: center;
  }

  .fa-stack-1x {
      line-height: inherit;
  }

  .fa-stack-2x {
      font-size: 2em;
  }

  .fa-inverse {
      color: #ffffff;
  }



  .fa-search:before {
      content: '\f000';
  }

  .fa-star:before {
      content: '\f001';
  }

  .fa-user:before {
      content: '\f002';
  }

  .fa-check:before {
      content: '\f003';
  }

  .fa-times:before {
      content: '\f004';
  }

  .fa-home:before {
      content: '\f005';
  }

  .fa-comment:before {
      content: '\f006';
  }

  .fa-chevron-up:before {
      content: '\f007';
  }

  .fa-phone:before {
      content: '\f008';
  }

  .fa-twitter:before {
      content: '\f009';
  }

  .fa-bars:before {
      content: '\f00a';
  }

  .fa-google-plus:before {
      content: '\f00b';
  }

  .fa-envelope:before {
      content: '\f00c';
  }

  .fa-linkedin:before {
      content: '\f00d';
  }

  .fa-facebook-official:before {
      content: '\f00e';
  }

  .fa-comments:before {
      content: '\f00f';
  }

  .fa-users:before {
      content: '\f010';
  }

  .fa-pencil-square-o:before {
      content: '\f011';
  }

  .fa-slideshare:before {
      content: '\f012';
  }

  .fa-whatsapp:before {
      content: '\f013';
  }

  .fa-burst-new:before {
      content: '\f014';
  }

  .fa-news:before {
      content: '\f015';
  }

  .fa-note:before {
      content: '\f016';
  }

  .fa-shop:before {
      content: '\f017';
  }

  .fa-airballoon:before {
      content: '\f018';
  }

  .fa-library:before {
      content: '\f019';
  }

  .fa-angle-right:before {
      content: '\f01a';
  }

  .fa-angle-left:before {
      content: '\f01b';
  }

  .fa-toast:before {
      content: '\f01c';
  }

  .fa-bowl:before {
      content: '\f01d';
  }

  .fa-egg:before {
      content: '\f01e';
  }

  .fa-cup:before {
      content: '\f01f';
  }

  .fa-croissant:before {
      content: '\f020';
  }

  .fa-hamburger:before {
      content: '\f021';
  }

  .fa-glow:before {
      content: '\f022';
  }

  .fa-sandwich:before {
      content: '\f023';
  }

  .fa-phone1:before {
      content: '\f024';
  }

  .fa-message:before {
      content: '\f025';
  }

  .fa-fb:before {
      content: '\f026';
  }

  .fa-ig:before {
      content: '\f027';
  }

  .fa-line:before {
      content: '\f028';
  }

  .fa-house:before {
      content: '\f029';
  }

  .fa-geyes:before {
      content: '\f02a';
  }

  .fa-ss:before {
      content: '\f02b';
  }

  .fa-s:before {
      content: '\f02c';
  }

  .fa-leaves:before {
      content: '\f02d';
  }

  .fa-medicine:before {
      content: '\f02e';
  }

  .fa-ambulance:before {
      content: '\f02f';
  }

  .fa-shopping:before {
      content: '\f030';
  }

  .fa-messages:before {
      content: '\f031';
  }

  .fa-text:before {
      content: '\f032';
  }

  .fa-telephone:before {
      content: '\f033';
  }

  .fa-leaf:before {
      content: '\f034';
  }


.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
}
