

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




.fav2 {
    display: inline-block;
    font: normal normal normal 14px/1 'Vicky02';
    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-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-wifi:before {
      content: '\f00f';
  }

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

  .fa-chat:before {
      content: '\f011';
  }

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

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

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

  .fa-map-marker-alt:before {
      content: '\f016';
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fa-koi-6:before {
      content: '\f036';
  }

  .fa-koi-7:before {
      content: '\f037';
  }

  .fa-shinchi-1:before {
      content: '\f038';
  }

  .fa-e-instrument-1:before {
      content: '\f039';
  }

  .fa-e-instrument-2:before {
      content: '\f03a';
  }

  .fa-e-instrument-3:before {
      content: '\f03b';
  }

  .fa-e-instrument-4:before {
      content: '\f03c';
  }

  .fa-e-instrument-5:before {
      content: '\f03d';
  }

  .fa-e-instrument-6:before {
      content: '\f03e';
  }

  .fa-e-instrument-7:before {
      content: '\f03f';
  }

  .fa-shinchi-2:before {
      content: '\f040';
  }

  .fa-shinchi-3:before {
      content: '\f041';
  }

  .fa-shinchi-4:before {
      content: '\f042';
  }

  .fa-shinchi:before {
      content: '\f043';
  }

  .fa-shinchi-6:before {
      content: '\f044';
  }

  .fa-shinchi-7:before {
      content: '\f045';
  }

  .fa-gline-1:before {
      content: '\f046';
  }

  .fa-gline-2:before {
      content: '\f047';
  }

  .fa-gline-3:before {
      content: '\f048';
  }

  .fa-gline-4:before {
      content: '\f049';
  }

  .fa-gline-5:before {
      content: '\f04a';
  }

  .fa-gotop:before {
      content: '\f04b';
  }

  .fa-mvp01:before {
      content: '\f04c';
  }

  .fa-mvp02:before {
      content: '\f04d';
  }

  .fa-mvp03:before {
      content: '\f04e';
  }

  .fa-mvp04:before {
      content: '\f04f';
  }

  .fa-mvp05:before {
      content: '\f051';
  }

  .fa-mvp06:before {
      content: '\f052';
  }

  .fa-mvp07:before {
      content: '\f053';
  }

  .fa-mvp08:before {
      content: '\f054';
  }

  .fa-z1:before {
      content: '\f055';
  }

  .fa-z2:before {
      content: '\f056';
  }

  .fa-z3:before {
      content: '\f057';
  }

  .fa-z4:before {
      content: '\f058';
  }

  .fa-z5:before {
      content: '\f059';
  }

  .fa-z6:before {
      content: '\f05a';
  }

  .fa-z7:before {
      content: '\f05b';
  }

  .fa-z8:before {
      content: '\f05c';
  }

  .fa-z9:before {
      content: '\f05d';
  }

  .fa-mvp09:before {
      content: '\f05e';
  }

  .fa-mvp10:before {
      content: '\f05f';
  }

  .fa-sourl-1:before {
      content: '\f060';
  }

  .fa-mvp13:before {
      content: '\f061';
  }

  .fa-mvp14:before {
      content: '\f062';
  }

  .fa-mvp16:before {
      content: '\f063';
  }

  .fa-123:before {
      content: '\f064';
  }

  .fa-koi-1:before {
      content: '\f065';
  }

  .fa-koi-5:before {
      content: '\f066';
  }

  .fa-koi-8:before {
      content: '\f067';
  }

  .fa-koi-9:before {
      content: '\f068';
  }

  .fa-koi-10:before {
      content: '\f069';
  }

  .fa-koi-11:before {
      content: '\f06a';
  }

  .fa-mvp555:before {
      content: '\f06b';
  }

  .fa-mvp1000:before {
      content: '\f06c';
  }

  .fa-mvp1001:before {
      content: '\f06d';
  }

  .fa-mvp1002:before {
      content: '\f06e';
  }

  .fa-mvp1003:before {
      content: '\f06f';
  }

  .fa-mvp1004:before {
      content: '\f070';
  }

  .fa-mvp1005:before {
      content: '\f071';
  }

  .fa-dr01:before {
      content: '\f072';
  }

  .fa-dr02:before {
      content: '\f073';
  }

  .fa-dr03:before {
      content: '\f074';
  }

  .fa-dr04:before {
      content: '\f075';
  }

  .fa-dr05:before {
      content: '\f076';
  }

  .fa-dr06:before {
      content: '\f077';
  }

  .fa-dr07:before {
      content: '\f078';
  }

  .fa-dr08:before {
      content: '\f079';
  }

  .fa-dr09:before {
      content: '\f07a';
  }

  .fa-dr10:before {
      content: '\f07b';
  }

  .fa-dr11:before {
      content: '\f07c';
  }

  .fa-dr12:before {
      content: '\f07d';
  }

  .fa-dr13:before {
      content: '\f07e';
  }

  .fa-dr14:before {
      content: '\f07f';
  }

  .fa-dr15:before {
      content: '\f080';
  }

  .fa-dr16:before {
      content: '\f081';
  }

  .fa-asia01:before {
      content: '\f082';
  }

  .fa-asia02:before {
      content: '\f083';
  }

  .fa-asia03:before {
      content: '\f084';
  }

  .fa-asia04:before {
      content: '\f085';
  }

  .fa-asia05:before {
      content: '\f086';
  }

  .fa-yao01:before {
      content: '\f087';
  }

  .fa-yao02:before {
      content: '\f088';
  }

  .fa-yao03:before {
      content: '\f089';
  }

  .fa-yao04:before {
      content: '\f08a';
  }

  .fa-yao05:before {
      content: '\f08b';
  }

  .fa-yao06:before {
      content: '\f08c';
  }

  .fa-yao07:before {
      content: '\f08d';
  }

  .fa-yao08:before {
      content: '\f08e';
  }

  .fa-yao09:before {
      content: '\f08f';
  }

  .fa-yao10:before {
      content: '\f090';
  }

  .fa-yao11:before {
      content: '\f091';
  }

  .fa-yao12:before {
      content: '\f092';
  }

  .fa-yao13:before {
      content: '\f093';
  }

  .fa-yao14:before {
      content: '\f094';
  }

  .fa-yao15:before {
      content: '\f095';
  }

  .fa-yao16:before {
      content: '\f096';
  }

  .fa-yao17:before {
      content: '\f097';
  }

  .fa-sw-1:before {
      content: '\f098';
  }

  .fa-sw-2:before {
      content: '\f099';
  }

  .fa-mi01:before {
      content: '\f09a';
  }

  .fa-mi02:before {
      content: '\f09b';
  }

  .fa-sleep01:before {
      content: '\f09c';
  }

  .fa-sleep02:before {
      content: '\f09d';
  }

  .fa-sleep03:before {
      content: '\f09e';
  }

  .fa-sleep04:before {
      content: '\f09f';
  }

  .fa-sleep05:before {
      content: '\f0a0';
  }


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