﻿/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
font-family: 'f000';
  src: url('../font/f000.eot');
  src: url('../font/f000.eot') format('embedded-opentype'),
       url('../font/f000.woff2') format('woff2'),
       url('../font/f000.woff') format('woff'),
       url('../font/f000.ttf') format('truetype'),
       url('../font/f000.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "f000";
  font-style: normal;
  font-weight: normal;
  
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.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;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-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 {
  -ms-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;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-html5:before { content: '\e800'; } /* '' */
.icon-lightbulb:before { content: '\e801'; } /* '' */
.icon-mobile-1:before { content: '\e802'; } /* '' */
.icon-tablet:before { content: '\e803'; } /* '' */
.icon-ok-circled2:before { content: '\e804'; } /* '' */
.icon-arrows-cw:before { content: '\e805'; } /* '' */
.icon-phone:before { content: '\e806'; } /* '' */
.icon-phone-1:before { content: '\e807'; } /* '' */
.icon-chart-bar:before { content: '\e808'; } /* '' */
.icon-money:before { content: '\e809'; } /* '' */
.icon-money-2:before { content: '\e80a'; } /* '' */
.icon-bus-1:before { content: '\e80b'; } /* '' */
.icon-flag:before { content: '\e80c'; } /* '' */
.icon-flag-filled:before { content: '\e80d'; } /* '' */
.icon-flag-circled:before { content: '\e80e'; } /* '' */
.icon-leaf:before { content: '\e80f'; } /* '' */
.icon-basket:before { content: '\e810'; } /* '' */
.icon-basket-1:before { content: '\e811'; } /* '' */
.icon-basket-2:before { content: '\e812'; } /* '' */
.icon-book:before { content: '\e813'; } /* '' */
.icon-mobile-2:before { content: '\e814'; } /* '' */
.icon-user:before { content: '\e815'; } /* '' */
.icon-picture:before { content: '\e816'; } /* '' */
.icon-child:before { content: '\e817'; } /* '' */
.icon-home:before { content: '\e818'; } /* '' */
.icon-home-circled:before { content: '\e819'; } /* '' */
.icon-brush:before { content: '\e81a'; } /* '' */
.icon-brush-1:before { content: '\e81b'; } /* '' */
.icon-diamond-1:before { content: '\e81c'; } /* '' */
.icon-heart:before { content: '\e81d'; } /* '' */
.icon-edit:before { content: '\e81e'; } /* '' */
.icon-smiley:before { content: '\e81f'; } /* '' */
.icon-truck:before { content: '\e820'; } /* '' */
.icon-truck-1:before { content: '\e821'; } /* '' */
.icon-inbox:before { content: '\e822'; } /* '' */
.icon-leaf-1:before { content: '\e823'; } /* '' */
.icon-windows:before { content: '\e824'; } /* '' */
.icon-commerical-building:before { content: '\e825'; } /* '' */
.icon-globe:before { content: '\e826'; } /* '' */
.icon-globe-1:before { content: '\e827'; } /* '' */
.icon-puzzle:before { content: '\e828'; } /* '' */
.icon-puzzle-outline:before { content: '\e829'; } /* '' */
.icon-music:before { content: '\e82a'; } /* '' */
.icon-note:before { content: '\e82b'; } /* '' */
.icon-headphones:before { content: '\e82c'; } /* '' */
.icon-videocam:before { content: '\e82d'; } /* '' */
.icon-cogs:before { content: '\e82e'; } /* '' */
.icon-cc:before { content: '\e82f'; } /* '' */
.icon-cc-1:before { content: '\e830'; } /* '' */
.icon-fire:before { content: '\e831'; } /* '' */
.icon-videocam-1:before { content: '\e832'; } /* '' */
.icon-video-alt:before { content: '\e833'; } /* '' */
.icon-picture-1:before { content: '\e834'; } /* '' */
.icon-gift:before { content: '\e835'; } /* '' */
.icon-book-open:before { content: '\e836'; } /* '' */
.icon-wrench:before { content: '\e837'; } /* '' */
.icon-wrench-outline:before { content: '\e838'; } /* '' */
.icon-wrench-1:before { content: '\e839'; } /* '' */
.icon-monitor-1:before { content: '\e83a'; } /* '' */
.icon-tv:before { content: '\e83b'; } /* '' */
.icon-food:before { content: '\e83c'; } /* '' */
.icon-fast-food:before { content: '\e83d'; } /* '' */
.icon-dollar:before { content: '\e83e'; } /* '' */
.icon-tree-2:before { content: '\e83f'; } /* '' */
.icon-warehouse:before { content: '\e840'; } /* '' */
.icon-users:before { content: '\e841'; } /* '' */
.icon-retweet:before { content: '\e842'; } /* '' */
.icon-chart-pie-1:before { content: '\e843'; } /* '' */
.icon-direction:before { content: '\e844'; } /* '' */
.icon-location:before { content: '\e845'; } /* '' */
.icon-location-circled:before { content: '\e846'; } /* '' */
.icon-mail:before { content: '\e847'; } /* '' */
.icon-clock:before { content: '\e848'; } /* '' */
.icon-clock-1:before { content: '\e849'; } /* '' */
.icon-clock-2:before { content: '\e84a'; } /* '' */
.icon-check:before { content: '\e84b'; } /* '' */
.icon-check-1:before { content: '\e84c'; } /* '' */
.icon-check-2:before { content: '\e84d'; } /* '' */
.icon-monitor:before { content: '\f032'; } /* '' */
.icon-users-1:before { content: '\f064'; } /* '' */
.icon-phone-squared:before { content: '\f098'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-rss:before { content: '\f09e'; } /* '' */
.icon-filter:before { content: '\f0b0'; } /* '' */
.icon-magic:before { content: '\f0d0'; } /* '' */
.icon-money-1:before { content: '\f0d6'; } /* '' */
.icon-gauge:before { content: '\f0e4'; } /* '' */
.icon-lightbulb-1:before { content: '\f0eb'; } /* '' */
.icon-exchange:before { content: '\f0ec'; } /* '' */
.icon-suitcase:before { content: '\f0f2'; } /* '' */
.icon-coffee:before { content: '\f0f4'; } /* '' */
.icon-food-1:before { content: '\f0f5'; } /* '' */
.icon-building:before { content: '\f0f7'; } /* '' */
.icon-hospital:before { content: '\f0f8'; } /* '' */
.icon-fighter-jet:before { content: '\f0fb'; } /* '' */
.icon-tablet-1:before { content: '\f10a'; } /* '' */
.icon-mobile:before { content: '\f10b'; } /* '' */
.icon-github:before { content: '\f113'; } /* '' */
.icon-smile:before { content: '\f118'; } /* '' */
.icon-meh:before { content: '\f11a'; } /* '' */
.icon-flag-empty:before { content: '\f11d'; } /* '' */
.icon-direction-1:before { content: '\f124'; } /* '' */
.icon-puzzle-1:before { content: '\f12e'; } /* '' */
.icon-shield:before { content: '\f132'; } /* '' */
.icon-html5-1:before { content: '\f13b'; } /* '' */
.icon-pencil-squared:before { content: '\f14b'; } /* '' */
.icon-compass:before { content: '\f14e'; } /* '' */
.icon-yen:before { content: '\f157'; } /* '' */
.icon-windows-1:before { content: '\f17a'; } /* '' */
.icon-female:before { content: '\f182'; } /* '' */
.icon-pagelines:before { content: '\f18c'; } /* '' */
.icon-bank:before { content: '\f19c'; } /* '' */
.icon-graduation-cap:before { content: '\f19d'; } /* '' */
.icon-google:before { content: '\f1a0'; } /* '' */
.icon-building-filled:before { content: '\f1ad'; } /* '' */
.icon-paw:before { content: '\f1b0'; } /* '' */
.icon-cubes:before { content: '\f1b3'; } /* '' */
.icon-cab:before { content: '\f1b9'; } /* '' */
.icon-tree:before { content: '\f1bb'; } /* '' */
.icon-database:before { content: '\f1c0'; } /* '' */
.icon-file-video:before { content: '\f1c8'; } /* '' */
.icon-tencent-weibo:before { content: '\f1d5'; } /* '' */
.icon-wechat:before { content: '\f1d7'; } /* '' */
.icon-tty:before { content: '\f1e4'; } /* '' */
.icon-newspaper:before { content: '\f1ea'; } /* '' */
.icon-chart-pie:before { content: '\f200'; } /* '' */
.icon-bicycle:before { content: '\f206'; } /* '' */
.icon-bus:before { content: '\f207'; } /* '' */
.icon-cc-2:before { content: '\f20a'; } /* '' */
.icon-connectdevelop:before { content: '\f20e'; } /* '' */
.icon-sellsy:before { content: '\f213'; } /* '' */
.icon-diamond:before { content: '\f219'; } /* '' */
.icon-ship:before { content: '\f21a'; } /* '' */
.icon-street-view:before { content: '\f21d'; } /* '' */
.icon-heartbeat:before { content: '\f21e'; } /* '' */
.icon-opencart:before { content: '\f23d'; } /* '' */
.icon-battery-4:before { content: '\f240'; } /* '' */
.icon-television:before { content: '\f26c'; } /* '' */
.icon-shopping-bag:before { content: '\f290'; } /* '' */
.icon-envira:before { content: '\f299'; } /* '' */
.icon-audio-description:before { content: '\f29e'; } /* '' */
.icon-american-sign-language-interpreting:before { content: '\f2a3'; } /* '' */
.icon-snapchat:before { content: '\f2ab'; } /* '' */
.icon-handshake-o:before { content: '\f2b5'; } /* '' */
.icon-envelope-open:before { content: '\f2b6'; } /* '' */
.icon-envelope-open-o:before { content: '\f2b7'; } /* '' */
.icon-user-circle:before { content: '\f2bd'; } /* '' */
.icon-user-o:before { content: '\f2c0'; } /* '' */
.icon-thermometer:before { content: '\f2c7'; } /* '' */
.icon-podcast:before { content: '\f2ce'; } /* '' */
.icon-etsy:before { content: '\f2d7'; } /* '' */
.icon-microchip:before { content: '\f2db'; } /* '' */
.icon-github-squared:before { content: '\f300'; } /* '' */
.icon-codepen:before { content: '\f32c'; } /* '' */
.icon-comment:before { content: '\f4ac'; } /* '' */
.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;
}
