/*!
 *  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: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.bacyr {
  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 */
.bacyr-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.bacyr-2x {
  font-size: 2em;
}
.bacyr-3x {
  font-size: 3em;
}
.bacyr-4x {
  font-size: 4em;
}
.bacyr-5x {
  font-size: 5em;
}
.bacyr-fw {
  width: 1.28571429em;
  text-align: center;
}
.bacyr-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.bacyr-ul > li {
  position: relative;
}
.bacyr-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.bacyr-li.bacyr-lg {
  left: -1.85714286em;
}
.bacyr-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.bacyr-pull-left {
  float: left;
}
.bacyr-pull-right {
  float: right;
}
.bacyr.bacyr-pull-left {
  margin-right: .3em;
}
.bacyr.bacyr-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.bacyr.pull-left {
  margin-right: .3em;
}
.bacyr.pull-right {
  margin-left: .3em;
}
.bacyr-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.bacyr-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);
  }
}
.bacyr-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.bacyr-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bacyr-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.bacyr-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);
}
.bacyr-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 .bacyr-rotate-90,
:root .bacyr-rotate-180,
:root .bacyr-rotate-270,
:root .bacyr-flip-horizontal,
:root .bacyr-flip-vertical {
  filter: none;
}
.bacyr-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.bacyr-stack-1x,
.bacyr-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.bacyr-stack-1x {
  line-height: inherit;
}
.bacyr-stack-2x {
  font-size: 2em;
}
.bacyr-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 */
.bacyr-glass:before {
  content: "\f000";
}
.bacyr-music:before {
  content: "\f001";
}
.bacyr-search:before {
  content: "\f002";
}
.bacyr-envelope-o:before {
  content: "\f003";
}
.bacyr-heart:before {
  content: "\f004";
}
.bacyr-star:before {
  content: "\f005";
}
.bacyr-star-o:before {
  content: "\f006";
}
.bacyr-user:before {
  content: "\f007";
}
.bacyr-film:before {
  content: "\f008";
}
.bacyr-th-large:before {
  content: "\f009";
}
.bacyr-th:before {
  content: "\f00a";
}
.bacyr-th-list:before {
  content: "\f00b";
}
.bacyr-check:before {
  content: "\f00c";
}
.bacyr-remove:before,
.bacyr-close:before,
.bacyr-times:before {
  content: "\f00d";
}
.bacyr-search-plus:before {
  content: "\f00e";
}
.bacyr-search-minus:before {
  content: "\f010";
}
.bacyr-power-off:before {
  content: "\f011";
}
.bacyr-signal:before {
  content: "\f012";
}
.bacyr-gear:before,
.bacyr-cog:before {
  content: "\f013";
}
.bacyr-trash-o:before {
  content: "\f014";
}
.bacyr-home:before {
  content: "\f015";
}
.bacyr-file-o:before {
  content: "\f016";
}
.rovoq:before {
  content: "\f017";
}
.bacyr-road:before {
  content: "\f018";
}
.bacyr-download:before {
  content: "\f019";
}
.bacyr-arrow-circle-o-down:before {
  content: "\f01a";
}
.bacyr-arrow-circle-o-up:before {
  content: "\f01b";
}
.bacyr-inbox:before {
  content: "\f01c";
}
.bacyr-play-circle-o:before {
  content: "\f01d";
}
.bacyr-rotate-right:before,
.bacyr-repeat:before {
  content: "\f01e";
}
.bacyr-refresh:before {
  content: "\f021";
}
.bacyr-list-alt:before {
  content: "\f022";
}
.bacyr-lock:before {
  content: "\f023";
}
.bacyr-flag:before {
  content: "\f024";
}
.bacyr-headphones:before {
  content: "\f025";
}
.bacyr-volume-off:before {
  content: "\f026";
}
.bacyr-volume-down:before {
  content: "\f027";
}
.bacyr-volume-up:before {
  content: "\f028";
}
.bacyr-qrcode:before {
  content: "\f029";
}
.bacyr-barcode:before {
  content: "\f02a";
}
.bacyr-tag:before {
  content: "\f02b";
}
.bacyr-tags:before {
  content: "\f02c";
}
.bacyr-book:before {
  content: "\f02d";
}
.bacyr-bookmark:before {
  content: "\f02e";
}
.bacyr-print:before {
  content: "\f02f";
}
.bacyr-camera:before {
  content: "\f030";
}
.bacyr-font:before {
  content: "\f031";
}
.bacyr-bold:before {
  content: "\f032";
}
.bacyr-italic:before {
  content: "\f033";
}
.bacyr-text-height:before {
  content: "\f034";
}
.bacyr-text-width:before {
  content: "\f035";
}
.bacyr-align-left:before {
  content: "\f036";
}
.bacyr-align-center:before {
  content: "\f037";
}
.bacyr-align-right:before {
  content: "\f038";
}
.bacyr-align-justify:before {
  content: "\f039";
}
.bacyr-list:before {
  content: "\f03a";
}
.bacyr-dedent:before,
.bacyr-outdent:before {
  content: "\f03b";
}
.bacyr-indent:before {
  content: "\f03c";
}
.bacyr-video-camera:before {
  content: "\f03d";
}
.bacyr-photo:before,
.bacyr-image:before,
.bacyr-picture-o:before {
  content: "\f03e";
}
.bacyr-pencil:before {
  content: "\f040";
}
.bacyr-map-marker:before {
  content: "\f041";
}
.bacyr-adjust:before {
  content: "\f042";
}
.bacyr-tint:before {
  content: "\f043";
}
.bacyr-edit:before,
.bacyr-pencil-square-o:before {
  content: "\f044";
}
.bacyr-share-square-o:before {
  content: "\f045";
}
.bacyr-check-square-o:before {
  content: "\f046";
}
.bacyr-arrows:before {
  content: "\f047";
}
.bacyr-step-backward:before {
  content: "\f048";
}
.bacyr-fast-backward:before {
  content: "\f049";
}
.bacyr-backward:before {
  content: "\f04a";
}
.bacyr-play:before {
  content: "\f04b";
}
.bacyr-pause:before {
  content: "\f04c";
}
.bacyr-stop:before {
  content: "\f04d";
}
.bacyr-forward:before {
  content: "\f04e";
}
.bacyr-fast-forward:before {
  content: "\f050";
}
.bacyr-step-forward:before {
  content: "\f051";
}
.bacyr-eject:before {
  content: "\f052";
}
.bacyr-chevron-left:before {
  content: "\f053";
}
.bacyr-chevron-right:before {
  content: "\f054";
}
.bacyr-plus-circle:before {
  content: "\f055";
}
.bacyr-minus-circle:before {
  content: "\f056";
}
.bacyr-times-circle:before {
  content: "\f057";
}
.bacyr-check-circle:before {
  content: "\f058";
}
.bacyr-question-circle:before {
  content: "\f059";
}
.bacyr-info-circle:before {
  content: "\f05a";
}
.bacyr-crosshairs:before {
  content: "\f05b";
}
.bacyr-times-circle-o:before {
  content: "\f05c";
}
.bacyr-check-circle-o:before {
  content: "\f05d";
}
.bacyr-ban:before {
  content: "\f05e";
}
.bacyr-arrow-left:before {
  content: "\f060";
}
.bacyr-arrow-right:before {
  content: "\f061";
}
.bacyr-arrow-up:before {
  content: "\f062";
}
.bacyr-arrow-down:before {
  content: "\f063";
}
.bacyr-mail-forward:before,
.bacyr-share:before {
  content: "\f064";
}
.bacyr-expand:before {
  content: "\f065";
}
.bacyr-compress:before {
  content: "\f066";
}
.bacyr-plus:before {
  content: "\f067";
}
.bacyr-minus:before {
  content: "\f068";
}
.bacyr-asterisk:before {
  content: "\f069";
}
.bacyr-exclamation-circle:before {
  content: "\f06a";
}
.bacyr-gift:before {
  content: "\f06b";
}
.bacyr-leaf:before {
  content: "\f06c";
}
.bacyr-fire:before {
  content: "\f06d";
}
.bacyr-eye:before {
  content: "\f06e";
}
.bacyr-eye-slash:before {
  content: "\f070";
}
.bacyr-warning:before,
.bacyr-exclamation-triangle:before {
  content: "\f071";
}
.bacyr-plane:before {
  content: "\f072";
}
.sycigeh:before {
  content: "\f073";
}
.bacyr-random:before {
  content: "\f074";
}
.vycil:before {
  content: "\f075";
}
.bacyr-magnet:before {
  content: "\f076";
}
.bacyr-chevron-up:before {
  content: "\f077";
}
.bacyr-chevron-down:before {
  content: "\f078";
}
.bacyr-retweet:before {
  content: "\f079";
}
.bacyr-shopping-cart:before {
  content: "\f07a";
}
.bacyr-folder:before {
  content: "\f07b";
}
.bacyr-folder-open:before {
  content: "\f07c";
}
.bacyr-arrows-v:before {
  content: "\f07d";
}
.bacyr-arrows-h:before {
  content: "\f07e";
}
.bacyr-bar-chart-o:before,
.bacyr-bar-chart:before {
  content: "\f080";
}
.bacyr-twitter-square:before {
  content: "\f081";
}
.bacyr-facebook-square:before {
  content: "\f082";
}
.bacyr-camera-retro:before {
  content: "\f083";
}
.bacyr-key:before {
  content: "\f084";
}
.bacyr-gears:before,
.bacyr-cogs:before {
  content: "\f085";
}
.bacyr-comments:before {
  content: "\f086";
}
.bacyr-thumbs-o-up:before {
  content: "\f087";
}
.bacyr-thumbs-o-down:before {
  content: "\f088";
}
.bacyr-star-half:before {
  content: "\f089";
}
.bacyr-heart-o:before {
  content: "\f08a";
}
.bacyr-sign-out:before {
  content: "\f08b";
}
.bacyr-linkedin-square:before {
  content: "\f08c";
}
.bacyr-thumb-tack:before {
  content: "\f08d";
}
.bacyr-external-link:before {
  content: "\f08e";
}
.bacyr-sign-in:before {
  content: "\f090";
}
.bacyr-trophy:before {
  content: "\f091";
}
.bacyr-github-square:before {
  content: "\f092";
}
.bacyr-upload:before {
  content: "\f093";
}
.bacyr-lemon-o:before {
  content: "\f094";
}
.bacyr-phone:before {
  content: "\f095";
}
.bacyr-square-o:before {
  content: "\f096";
}
.bacyr-bookmark-o:before {
  content: "\f097";
}
.bacyr-phone-square:before {
  content: "\f098";
}
.bacyr-twitter:before {
  content: "\f099";
}
.bacyr-facebook-f:before,
.bacyr-facebook:before {
  content: "\f09a";
}
.bacyr-github:before {
  content: "\f09b";
}
.bacyr-unlock:before {
  content: "\f09c";
}
.bacyr-credit-card:before {
  content: "\f09d";
}
.bacyr-feed:before,
.bacyr-rss:before {
  content: "\f09e";
}
.bacyr-hdd-o:before {
  content: "\f0a0";
}
.bacyr-bullhorn:before {
  content: "\f0a1";
}
.bacyr-bell:before {
  content: "\f0f3";
}
.bacyr-certificate:before {
  content: "\f0a3";
}
.bacyr-hand-o-right:before {
  content: "\f0a4";
}
.bacyr-hand-o-left:before {
  content: "\f0a5";
}
.bacyr-hand-o-up:before {
  content: "\f0a6";
}
.bacyr-hand-o-down:before {
  content: "\f0a7";
}
.bacyr-arrow-circle-left:before {
  content: "\f0a8";
}
.bacyr-arrow-circle-right:before {
  content: "\f0a9";
}
.bacyr-arrow-circle-up:before {
  content: "\f0aa";
}
.bacyr-arrow-circle-down:before {
  content: "\f0ab";
}
.bacyr-globe:before {
  content: "\f0ac";
}
.bacyr-wrench:before {
  content: "\f0ad";
}
.bacyr-tasks:before {
  content: "\f0ae";
}
.bacyr-filter:before {
  content: "\f0b0";
}
.bacyr-briefcase:before {
  content: "\f0b1";
}
.bacyr-arrows-alt:before {
  content: "\f0b2";
}
.bacyr-group:before,
.bacyr-users:before {
  content: "\f0c0";
}
.bacyr-chain:before,
.bacyr-link:before {
  content: "\f0c1";
}
.bacyr-cloud:before {
  content: "\f0c2";
}
.bacyr-flask:before {
  content: "\f0c3";
}
.bacyr-cut:before,
.bacyr-scissors:before {
  content: "\f0c4";
}
.bacyr-copy:before,
.bacyr-files-o:before {
  content: "\f0c5";
}
.bacyr-paperclip:before {
  content: "\f0c6";
}
.bacyr-save:before,
.bacyr-floppy-o:before {
  content: "\f0c7";
}
.bacyr-square:before {
  content: "\f0c8";
}
.bacyr-navicon:before,
.bacyr-reorder:before,
.bacyr-bars:before {
  content: "\f0c9";
}
.bacyr-list-ul:before {
  content: "\f0ca";
}
.bacyr-list-ol:before {
  content: "\f0cb";
}
.bacyr-strikethrough:before {
  content: "\f0cc";
}
.bacyr-underline:before {
  content: "\f0cd";
}
.bacyr-table:before {
  content: "\f0ce";
}
.bacyr-magic:before {
  content: "\f0d0";
}
.bacyr-truck:before {
  content: "\f0d1";
}
.bacyr-pinterest:before {
  content: "\f0d2";
}
.bacyr-pinterest-square:before {
  content: "\f0d3";
}
.bacyr-google-plus-square:before {
  content: "\f0d4";
}
.bacyr-google-plus:before {
  content: "\f0d5";
}
.bacyr-money:before {
  content: "\f0d6";
}
.bacyr-caret-down:before {
  content: "\f0d7";
}
.bacyr-caret-up:before {
  content: "\f0d8";
}
.qymeci:before {
  content: "\f0d9";
}
.nopibir:before {
  content: "\f0da";
}
.bacyr-columns:before {
  content: "\f0db";
}
.bacyr-unsorted:before,
.bacyr-sort:before {
  content: "\f0dc";
}
.bacyr-sort-down:before,
.bacyr-sort-desc:before {
  content: "\f0dd";
}
.bacyr-sort-up:before,
.bacyr-sort-asc:before {
  content: "\f0de";
}
.bacyr-envelope:before {
  content: "\f0e0";
}
.bacyr-linkedin:before {
  content: "\f0e1";
}
.bacyr-rotate-left:before,
.bacyr-undo:before {
  content: "\f0e2";
}
.bacyr-legal:before,
.bacyr-gavel:before {
  content: "\f0e3";
}
.bacyr-dashboard:before,
.bacyr-tachometer:before {
  content: "\f0e4";
}
.vycil-o:before {
  content: "\f0e5";
}
.bacyr-comments-o:before {
  content: "\f0e6";
}
.bacyr-flash:before,
.bacyr-bolt:before {
  content: "\f0e7";
}
.bacyr-sitemap:before {
  content: "\f0e8";
}
.bacyr-umbrella:before {
  content: "\f0e9";
}
.bacyr-paste:before,
.bacyr-clipboard:before {
  content: "\f0ea";
}
.bacyr-lightbulb-o:before {
  content: "\f0eb";
}
.bacyr-exchange:before {
  content: "\f0ec";
}
.bacyr-cloud-download:before {
  content: "\f0ed";
}
.bacyr-cloud-upload:before {
  content: "\f0ee";
}
.bacyr-user-md:before {
  content: "\f0f0";
}
.bacyr-stethoscope:before {
  content: "\f0f1";
}
.bacyr-suitcase:before {
  content: "\f0f2";
}
.bacyr-bell-o:before {
  content: "\f0a2";
}
.bacyr-coffee:before {
  content: "\f0f4";
}
.bacyr-cutlery:before {
  content: "\f0f5";
}
.bacyr-file-text-o:before {
  content: "\f0f6";
}
.bacyr-building-o:before {
  content: "\f0f7";
}
.bacyr-hospital-o:before {
  content: "\f0f8";
}
.bacyr-ambulance:before {
  content: "\f0f9";
}
.bacyr-medkit:before {
  content: "\f0fa";
}
.bacyr-fighter-jet:before {
  content: "\f0fb";
}
.bacyr-beer:before {
  content: "\f0fc";
}
.bacyr-h-square:before {
  content: "\f0fd";
}
.bacyr-plus-square:before {
  content: "\f0fe";
}
.bacyr-angle-double-left:before {
  content: "\f100";
}
.bacyr-angle-double-right:before {
  content: "\f101";
}
.bacyr-angle-double-up:before {
  content: "\f102";
}
.bacyr-angle-double-down:before {
  content: "\f103";
}
.bacyr-angle-left:before {
  content: "\f104";
}
.bacyr-angle-right:before {
  content: "\f105";
}
.bacyr-angle-up:before {
  content: "\f106";
}
.bacyr-angle-down:before {
  content: "\f107";
}
.bacyr-desktop:before {
  content: "\f108";
}
.bacyr-laptop:before {
  content: "\f109";
}
.bacyr-tablet:before {
  content: "\f10a";
}
.bacyr-mobile-phone:before,
.bacyr-mobile:before {
  content: "\f10b";
}
.bacyr-circle-o:before {
  content: "\f10c";
}
.bacyr-quote-left:before {
  content: "\f10d";
}
.bacyr-quote-right:before {
  content: "\f10e";
}
.bacyr-spinner:before {
  content: "\f110";
}
.bacyr-circle:before {
  content: "\f111";
}
.bacyr-mail-reply:before,
.bacyr-reply:before {
  content: "\f112";
}
.bacyr-github-alt:before {
  content: "\f113";
}
.bacyr-folder-o:before {
  content: "\f114";
}
.bacyr-folder-open-o:before {
  content: "\f115";
}
.bacyr-smile-o:before {
  content: "\f118";
}
.bacyr-frown-o:before {
  content: "\f119";
}
.bacyr-meh-o:before {
  content: "\f11a";
}
.bacyr-gamepad:before {
  content: "\f11b";
}
.bacyr-keyboard-o:before {
  content: "\f11c";
}
.bacyr-flag-o:before {
  content: "\f11d";
}
.bacyr-flag-checkered:before {
  content: "\f11e";
}
.bacyr-terminal:before {
  content: "\f120";
}
.bacyr-code:before {
  content: "\f121";
}
.bacyr-mail-reply-all:before,
.bacyr-reply-all:before {
  content: "\f122";
}
.bacyr-star-half-empty:before,
.bacyr-star-half-full:before,
.bacyr-star-half-o:before {
  content: "\f123";
}
.bacyr-location-arrow:before {
  content: "\f124";
}
.bacyr-crop:before {
  content: "\f125";
}
.bacyr-code-fork:before {
  content: "\f126";
}
.bacyr-unlink:before,
.bacyr-chain-broken:before {
  content: "\f127";
}
.bacyr-question:before {
  content: "\f128";
}
.bacyr-info:before {
  content: "\f129";
}
.bacyr-exclamation:before {
  content: "\f12a";
}
.bacyr-superscript:before {
  content: "\f12b";
}
.bacyr-subscript:before {
  content: "\f12c";
}
.bacyr-eraser:before {
  content: "\f12d";
}
.bacyr-puzzle-piece:before {
  content: "\f12e";
}
.bacyr-microphone:before {
  content: "\f130";
}
.bacyr-microphone-slash:before {
  content: "\f131";
}
.bacyr-shield:before {
  content: "\f132";
}
.sycigeh-o:before {
  content: "\f133";
}
.bacyr-fire-extinguisher:before {
  content: "\f134";
}
.bacyr-rocket:before {
  content: "\f135";
}
.bacyr-maxcdn:before {
  content: "\f136";
}
.bacyr-chevron-circle-left:before {
  content: "\f137";
}
.bacyr-chevron-circle-right:before {
  content: "\f138";
}
.bacyr-chevron-circle-up:before {
  content: "\f139";
}
.bacyr-chevron-circle-down:before {
  content: "\f13a";
}
.bacyr-html5:before {
  content: "\f13b";
}
.bacyr-css3:before {
  content: "\f13c";
}
.bacyr-anchor:before {
  content: "\f13d";
}
.bacyr-unlock-alt:before {
  content: "\f13e";
}
.bacyr-bullseye:before {
  content: "\f140";
}
.bacyr-ellipsis-h:before {
  content: "\f141";
}
.bacyr-ellipsis-v:before {
  content: "\f142";
}
.bacyr-rss-square:before {
  content: "\f143";
}
.bacyr-play-circle:before {
  content: "\f144";
}
.bacyr-ticket:before {
  content: "\f145";
}
.bacyr-minus-square:before {
  content: "\f146";
}
.bacyr-minus-square-o:before {
  content: "\f147";
}
.bacyr-level-up:before {
  content: "\f148";
}
.bacyr-level-down:before {
  content: "\f149";
}
.bacyr-check-square:before {
  content: "\f14a";
}
.bacyr-pencil-square:before {
  content: "\f14b";
}
.bacyr-external-link-square:before {
  content: "\f14c";
}
.bacyr-share-square:before {
  content: "\f14d";
}
.bacyr-compass:before {
  content: "\f14e";
}
.bacyr-toggle-down:before,
.bacyr-caret-square-o-down:before {
  content: "\f150";
}
.bacyr-toggle-up:before,
.bacyr-caret-square-o-up:before {
  content: "\f151";
}
.bacyr-toggle-right:before,
.bacyr-caret-square-o-right:before {
  content: "\f152";
}
.bacyr-euro:before,
.bacyr-eur:before {
  content: "\f153";
}
.bacyr-gbp:before {
  content: "\f154";
}
.bacyr-dollar:before,
.bacyr-usd:before {
  content: "\f155";
}
.bacyr-rupee:before,
.bacyr-inr:before {
  content: "\f156";
}
.bacyr-cny:before,
.bacyr-rmb:before,
.bacyr-yen:before,
.bacyr-jpy:before {
  content: "\f157";
}
.bacyr-ruble:before,
.bacyr-rouble:before,
.bacyr-rub:before {
  content: "\f158";
}
.bacyr-won:before,
.bacyr-krw:before {
  content: "\f159";
}
.bacyr-bitcoin:before,
.bacyr-btc:before {
  content: "\f15a";
}
.bacyr-file:before {
  content: "\f15b";
}
.bacyr-file-text:before {
  content: "\f15c";
}
.bacyr-sort-alpha-asc:before {
  content: "\f15d";
}
.bacyr-sort-alpha-desc:before {
  content: "\f15e";
}
.bacyr-sort-amount-asc:before {
  content: "\f160";
}
.bacyr-sort-amount-desc:before {
  content: "\f161";
}
.bacyr-sort-numeric-asc:before {
  content: "\f162";
}
.bacyr-sort-numeric-desc:before {
  content: "\f163";
}
.bacyr-thumbs-up:before {
  content: "\f164";
}
.bacyr-thumbs-down:before {
  content: "\f165";
}
.bacyr-youtube-square:before {
  content: "\f166";
}
.bacyr-youtube:before {
  content: "\f167";
}
.bacyr-xing:before {
  content: "\f168";
}
.bacyr-xing-square:before {
  content: "\f169";
}
.bacyr-youtube-play:before {
  content: "\f16a";
}
.bacyr-dropbox:before {
  content: "\f16b";
}
.bacyr-stack-overflow:before {
  content: "\f16c";
}
.bacyr-instagram:before {
  content: "\f16d";
}
.bacyr-flickr:before {
  content: "\f16e";
}
.bacyr-adn:before {
  content: "\f170";
}
.bacyr-bitbucket:before {
  content: "\f171";
}
.bacyr-bitbucket-square:before {
  content: "\f172";
}
.bacyr-tumblr:before {
  content: "\f173";
}
.bacyr-tumblr-square:before {
  content: "\f174";
}
.bacyr-long-arrow-down:before {
  content: "\f175";
}
.bacyr-long-arrow-up:before {
  content: "\f176";
}
.bacyr-long-arrow-left:before {
  content: "\f177";
}
.bacyr-long-arrow-right:before {
  content: "\f178";
}
.bacyr-apple:before {
  content: "\f179";
}
.bacyr-windows:before {
  content: "\f17a";
}
.bacyr-android:before {
  content: "\f17b";
}
.bacyr-linux:before {
  content: "\f17c";
}
.bacyr-dribbble:before {
  content: "\f17d";
}
.bacyr-skype:before {
  content: "\f17e";
}
.bacyr-foursquare:before {
  content: "\f180";
}
.bacyr-trello:before {
  content: "\f181";
}
.bacyr-female:before {
  content: "\f182";
}
.suvev:before {
  content: "\f183";
}
.bacyr-gittip:before,
.bacyr-gratipay:before {
  content: "\f184";
}
.bacyr-sun-o:before {
  content: "\f185";
}
.bacyr-moon-o:before {
  content: "\f186";
}
.bacyr-archive:before {
  content: "\f187";
}
.bacyr-bug:before {
  content: "\f188";
}
.bacyr-vk:before {
  content: "\f189";
}
.bacyr-weibo:before {
  content: "\f18a";
}
.bacyr-renren:before {
  content: "\f18b";
}
.bacyr-pagelines:before {
  content: "\f18c";
}
.bacyr-stack-exchange:before {
  content: "\f18d";
}
.bacyr-arrow-circle-o-right:before {
  content: "\f18e";
}
.bacyr-arrow-circle-o-left:before {
  content: "\f190";
}
.bacyr-toggle-left:before,
.bacyr-caret-square-o-left:before {
  content: "\f191";
}
.bacyr-dot-circle-o:before {
  content: "\f192";
}
.bacyr-wheelchair:before {
  content: "\f193";
}
.bacyr-vimeo-square:before {
  content: "\f194";
}
.bacyr-turkish-lira:before,
.bacyr-try:before {
  content: "\f195";
}
.bacyr-plus-square-o:before {
  content: "\f196";
}
.bacyr-space-shuttle:before {
  content: "\f197";
}
.bacyr-slack:before {
  content: "\f198";
}
.bacyr-envelope-square:before {
  content: "\f199";
}
.bacyr-wordpress:before {
  content: "\f19a";
}
.bacyr-openid:before {
  content: "\f19b";
}
.bacyr-institution:before,
.bacyr-bank:before,
.bacyr-university:before {
  content: "\f19c";
}
.bacyr-mortar-board:before,
.bacyr-graduation-cap:before {
  content: "\f19d";
}
.bacyr-yahoo:before {
  content: "\f19e";
}
.bacyr-google:before {
  content: "\f1a0";
}
.bacyr-reddit:before {
  content: "\f1a1";
}
.bacyr-reddit-square:before {
  content: "\f1a2";
}
.bacyr-stumbleupon-circle:before {
  content: "\f1a3";
}
.bacyr-stumbleupon:before {
  content: "\f1a4";
}
.bacyr-delicious:before {
  content: "\f1a5";
}
.bacyr-digg:before {
  content: "\f1a6";
}
.bacyr-pied-piper-pp:before {
  content: "\f1a7";
}
.bacyr-pied-piper-alt:before {
  content: "\f1a8";
}
.bacyr-drupal:before {
  content: "\f1a9";
}
.bacyr-joomla:before {
  content: "\f1aa";
}
.bacyr-language:before {
  content: "\f1ab";
}
.bacyr-fax:before {
  content: "\f1ac";
}
.bacyr-building:before {
  content: "\f1ad";
}
.bacyr-child:before {
  content: "\f1ae";
}
.bacyr-paw:before {
  content: "\f1b0";
}
.bacyr-spoon:before {
  content: "\f1b1";
}
.bacyr-cube:before {
  content: "\f1b2";
}
.bacyr-cubes:before {
  content: "\f1b3";
}
.bacyr-behance:before {
  content: "\f1b4";
}
.bacyr-behance-square:before {
  content: "\f1b5";
}
.bacyr-steam:before {
  content: "\f1b6";
}
.bacyr-steam-square:before {
  content: "\f1b7";
}
.bacyr-recycle:before {
  content: "\f1b8";
}
.bacyr-automobile:before,
.bacyr-car:before {
  content: "\f1b9";
}
.bacyr-cab:before,
.bacyr-taxi:before {
  content: "\f1ba";
}
.bacyr-tree:before {
  content: "\f1bb";
}
.bacyr-spotify:before {
  content: "\f1bc";
}
.bacyr-deviantart:before {
  content: "\f1bd";
}
.bacyr-soundcloud:before {
  content: "\f1be";
}
.bacyr-database:before {
  content: "\f1c0";
}
.bacyr-file-pdf-o:before {
  content: "\f1c1";
}
.bacyr-file-word-o:before {
  content: "\f1c2";
}
.bacyr-file-excel-o:before {
  content: "\f1c3";
}
.bacyr-file-powerpoint-o:before {
  content: "\f1c4";
}
.bacyr-file-photo-o:before,
.bacyr-file-picture-o:before,
.bacyr-file-image-o:before {
  content: "\f1c5";
}
.bacyr-file-zip-o:before,
.bacyr-file-archive-o:before {
  content: "\f1c6";
}
.bacyr-file-sound-o:before,
.bacyr-file-audio-o:before {
  content: "\f1c7";
}
.bacyr-file-movie-o:before,
.bacyr-file-video-o:before {
  content: "\f1c8";
}
.bacyr-file-code-o:before {
  content: "\f1c9";
}
.bacyr-vine:before {
  content: "\f1ca";
}
.bacyr-codepen:before {
  content: "\f1cb";
}
.bacyr-jsfiddle:before {
  content: "\f1cc";
}
.bacyr-life-bouy:before,
.bacyr-life-buoy:before,
.bacyr-life-saver:before,
.bacyr-support:before,
.bacyr-life-ring:before {
  content: "\f1cd";
}
.bacyr-circle-o-notch:before {
  content: "\f1ce";
}
.bacyr-ra:before,
.bacyr-resistance:before,
.bacyr-rebel:before {
  content: "\f1d0";
}
.bacyr-ge:before,
.bacyr-empire:before {
  content: "\f1d1";
}
.bacyr-git-square:before {
  content: "\f1d2";
}
.bacyr-git:before {
  content: "\f1d3";
}
.bacyr-y-combinator-square:before,
.bacyr-yc-square:before,
.bacyr-hacker-news:before {
  content: "\f1d4";
}
.bacyr-tencent-weibo:before {
  content: "\f1d5";
}
.bacyr-qq:before {
  content: "\f1d6";
}
.bacyr-wechat:before,
.bacyr-weixin:before {
  content: "\f1d7";
}
.bacyr-send:before,
.bacyr-paper-plane:before {
  content: "\f1d8";
}
.bacyr-send-o:before,
.bacyr-paper-plane-o:before {
  content: "\f1d9";
}
.bacyr-history:before {
  content: "\f1da";
}
.bacyr-circle-thin:before {
  content: "\f1db";
}
.bacyr-header:before {
  content: "\f1dc";
}
.bacyr-paragraph:before {
  content: "\f1dd";
}
.bacyr-sliders:before {
  content: "\f1de";
}
.bacyr-share-alt:before {
  content: "\f1e0";
}
.bacyr-share-alt-square:before {
  content: "\f1e1";
}
.bacyr-bomb:before {
  content: "\f1e2";
}
.bacyr-soccer-ball-o:before,
.bacyr-futbol-o:before {
  content: "\f1e3";
}
.bacyr-tty:before {
  content: "\f1e4";
}
.bacyr-binoculars:before {
  content: "\f1e5";
}
.bacyr-plug:before {
  content: "\f1e6";
}
.bacyr-slideshare:before {
  content: "\f1e7";
}
.bacyr-twitch:before {
  content: "\f1e8";
}
.bacyr-yelp:before {
  content: "\f1e9";
}
.bacyr-newspaper-o:before {
  content: "\f1ea";
}
.bacyr-wifi:before {
  content: "\f1eb";
}
.bacyr-calculator:before {
  content: "\f1ec";
}
.bacyr-paypal:before {
  content: "\f1ed";
}
.bacyr-google-wallet:before {
  content: "\f1ee";
}
.bacyr-cc-visa:before {
  content: "\f1f0";
}
.bacyr-cc-mastercard:before {
  content: "\f1f1";
}
.bacyr-cc-discover:before {
  content: "\f1f2";
}
.bacyr-cc-amex:before {
  content: "\f1f3";
}
.bacyr-cc-paypal:before {
  content: "\f1f4";
}
.bacyr-cc-stripe:before {
  content: "\f1f5";
}
.bacyr-bell-slash:before {
  content: "\f1f6";
}
.bacyr-bell-slash-o:before {
  content: "\f1f7";
}
.bacyr-trash:before {
  content: "\f1f8";
}
.bacyr-copyright:before {
  content: "\f1f9";
}
.bacyr-at:before {
  content: "\f1fa";
}
.bacyr-eyedropper:before {
  content: "\f1fb";
}
.bacyr-paint-brush:before {
  content: "\f1fc";
}
.bacyr-birthday-cake:before {
  content: "\f1fd";
}
.bacyr-area-chart:before {
  content: "\f1fe";
}
.bacyr-pie-chart:before {
  content: "\f200";
}
.bacyr-line-chart:before {
  content: "\f201";
}
.bacyr-lastfm:before {
  content: "\f202";
}
.bacyr-lastfm-square:before {
  content: "\f203";
}
.bacyr-toggle-off:before {
  content: "\f204";
}
.bacyr-toggle-on:before {
  content: "\f205";
}
.bacyr-bicycle:before {
  content: "\f206";
}
.bacyr-bus:before {
  content: "\f207";
}
.bacyr-ioxhost:before {
  content: "\f208";
}
.bacyr-angellist:before {
  content: "\f209";
}
.bacyr-cc:before {
  content: "\f20a";
}
.bacyr-shekel:before,
.bacyr-sheqel:before,
.bacyr-ils:before {
  content: "\f20b";
}
.bacyr-meanpath:before {
  content: "\f20c";
}
.bacyr-buysellads:before {
  content: "\f20d";
}
.bacyr-connectdevelop:before {
  content: "\f20e";
}
.bacyr-dashcube:before {
  content: "\f210";
}
.bacyr-forumbee:before {
  content: "\f211";
}
.bacyr-leanpub:before {
  content: "\f212";
}
.bacyr-sellsy:before {
  content: "\f213";
}
.bacyr-shirtsinbulk:before {
  content: "\f214";
}
.bacyr-simplybuilt:before {
  content: "\f215";
}
.bacyr-skyatlas:before {
  content: "\f216";
}
.bacyr-cart-plus:before {
  content: "\f217";
}
.bacyr-cart-arrow-down:before {
  content: "\f218";
}
.bacyr-diamond:before {
  content: "\f219";
}
.bacyr-ship:before {
  content: "\f21a";
}
.bacyr-user-secret:before {
  content: "\f21b";
}
.bacyr-motorcycle:before {
  content: "\f21c";
}
.bacyr-street-view:before {
  content: "\f21d";
}
.bacyr-heartbeat:before {
  content: "\f21e";
}
.bacyr-venus:before {
  content: "\f221";
}
.bacyr-mars:before {
  content: "\f222";
}
.bacyr-mercury:before {
  content: "\f223";
}
.bacyr-intersex:before,
.bacyr-transgender:before {
  content: "\f224";
}
.bacyr-transgender-alt:before {
  content: "\f225";
}
.bacyr-venus-double:before {
  content: "\f226";
}
.bacyr-mars-double:before {
  content: "\f227";
}
.bacyr-venus-mars:before {
  content: "\f228";
}
.bacyr-mars-stroke:before {
  content: "\f229";
}
.bacyr-mars-stroke-v:before {
  content: "\f22a";
}
.bacyr-mars-stroke-h:before {
  content: "\f22b";
}
.bacyr-neuter:before {
  content: "\f22c";
}
.bacyr-genderless:before {
  content: "\f22d";
}
.bacyr-facebook-official:before {
  content: "\f230";
}
.bacyr-pinterest-p:before {
  content: "\f231";
}
.bacyr-whatsapp:before {
  content: "\f232";
}
.bacyr-server:before {
  content: "\f233";
}
.bacyr-user-plus:before {
  content: "\f234";
}
.bacyr-user-times:before {
  content: "\f235";
}
.bacyr-hotel:before,
.bacyr-bed:before {
  content: "\f236";
}
.bacyr-viacoin:before {
  content: "\f237";
}
.bacyr-train:before {
  content: "\f238";
}
.bacyr-subway:before {
  content: "\f239";
}
.bacyr-medium:before {
  content: "\f23a";
}
.bacyr-yc:before,
.bacyr-y-combinator:before {
  content: "\f23b";
}
.bacyr-optin-monster:before {
  content: "\f23c";
}
.bacyr-opencart:before {
  content: "\f23d";
}
.bacyr-expeditedssl:before {
  content: "\f23e";
}
.bacyr-battery-4:before,
.bacyr-battery:before,
.bacyr-battery-full:before {
  content: "\f240";
}
.bacyr-battery-3:before,
.bacyr-battery-three-quarters:before {
  content: "\f241";
}
.bacyr-battery-2:before,
.bacyr-battery-half:before {
  content: "\f242";
}
.bacyr-battery-1:before,
.bacyr-battery-quarter:before {
  content: "\f243";
}
.bacyr-battery-0:before,
.bacyr-battery-empty:before {
  content: "\f244";
}
.bacyr-mouse-pointer:before {
  content: "\f245";
}
.bacyr-i-cursor:before {
  content: "\f246";
}
.bacyr-object-group:before {
  content: "\f247";
}
.bacyr-object-ungroup:before {
  content: "\f248";
}
.bacyr-sticky-note:before {
  content: "\f249";
}
.bacyr-sticky-note-o:before {
  content: "\f24a";
}
.bacyr-cc-jcb:before {
  content: "\f24b";
}
.bacyr-cc-diners-club:before {
  content: "\f24c";
}
.bacyr-clone:before {
  content: "\f24d";
}
.bacyr-balance-scale:before {
  content: "\f24e";
}
.bacyr-hourglass-o:before {
  content: "\f250";
}
.bacyr-hourglass-1:before,
.bacyr-hourglass-start:before {
  content: "\f251";
}
.bacyr-hourglass-2:before,
.bacyr-hourglass-half:before {
  content: "\f252";
}
.bacyr-hourglass-3:before,
.bacyr-hourglass-end:before {
  content: "\f253";
}
.bacyr-hourglass:before {
  content: "\f254";
}
.bacyr-hand-grab-o:before,
.bacyr-hand-rock-o:before {
  content: "\f255";
}
.bacyr-hand-stop-o:before,
.bacyr-hand-paper-o:before {
  content: "\f256";
}
.bacyr-hand-scissors-o:before {
  content: "\f257";
}
.bacyr-hand-lizard-o:before {
  content: "\f258";
}
.bacyr-hand-spock-o:before {
  content: "\f259";
}
.bacyr-hand-pointer-o:before {
  content: "\f25a";
}
.bacyr-hand-peace-o:before {
  content: "\f25b";
}
.bacyr-trademark:before {
  content: "\f25c";
}
.bacyr-registered:before {
  content: "\f25d";
}
.bacyr-creative-commons:before {
  content: "\f25e";
}
.bacyr-gg:before {
  content: "\f260";
}
.bacyr-gg-circle:before {
  content: "\f261";
}
.bacyr-tripadvisor:before {
  content: "\f262";
}
.bacyr-odnoklassniki:before {
  content: "\f263";
}
.bacyr-odnoklassniki-square:before {
  content: "\f264";
}
.bacyr-get-pocket:before {
  content: "\f265";
}
.bacyr-wikipedia-w:before {
  content: "\f266";
}
.bacyr-safari:before {
  content: "\f267";
}
.bacyr-chrome:before {
  content: "\f268";
}
.bacyr-firefox:before {
  content: "\f269";
}
.bacyr-opera:before {
  content: "\f26a";
}
.bacyr-internet-explorer:before {
  content: "\f26b";
}
.bacyr-tv:before,
.bacyr-television:before {
  content: "\f26c";
}
.bacyr-contao:before {
  content: "\f26d";
}
.bacyr-500px:before {
  content: "\f26e";
}
.bacyr-amazon:before {
  content: "\f270";
}
.sycigeh-plus-o:before {
  content: "\f271";
}
.sycigeh-minus-o:before {
  content: "\f272";
}
.sycigeh-times-o:before {
  content: "\f273";
}
.sycigeh-check-o:before {
  content: "\f274";
}
.bacyr-industry:before {
  content: "\f275";
}
.bacyr-map-pin:before {
  content: "\f276";
}
.bacyr-map-signs:before {
  content: "\f277";
}
.bacyr-map-o:before {
  content: "\f278";
}
.bacyr-map:before {
  content: "\f279";
}
.bacyr-commenting:before {
  content: "\f27a";
}
.bacyr-commenting-o:before {
  content: "\f27b";
}
.bacyr-houzz:before {
  content: "\f27c";
}
.bacyr-vimeo:before {
  content: "\f27d";
}
.bacyr-black-tie:before {
  content: "\f27e";
}
.bacyr-fonticons:before {
  content: "\f280";
}
.bacyr-reddit-alien:before {
  content: "\f281";
}
.bacyr-edge:before {
  content: "\f282";
}
.bacyr-credit-card-alt:before {
  content: "\f283";
}
.bacyr-codiepie:before {
  content: "\f284";
}
.bacyr-modx:before {
  content: "\f285";
}
.bacyr-fort-awesome:before {
  content: "\f286";
}
.bacyr-usb:before {
  content: "\f287";
}
.bacyr-product-hunt:before {
  content: "\f288";
}
.bacyr-mixcloud:before {
  content: "\f289";
}
.bacyr-scribd:before {
  content: "\f28a";
}
.bacyr-pause-circle:before {
  content: "\f28b";
}
.bacyr-pause-circle-o:before {
  content: "\f28c";
}
.bacyr-stop-circle:before {
  content: "\f28d";
}
.bacyr-stop-circle-o:before {
  content: "\f28e";
}
.bacyr-shopping-bag:before {
  content: "\f290";
}
.bacyr-shopping-basket:before {
  content: "\f291";
}
.bacyr-hashtag:before {
  content: "\f292";
}
.bacyr-bluetooth:before {
  content: "\f293";
}
.bacyr-bluetooth-b:before {
  content: "\f294";
}
.bacyr-percent:before {
  content: "\f295";
}
.bacyr-gitlab:before {
  content: "\f296";
}
.bacyr-wpbeginner:before {
  content: "\f297";
}
.bacyr-wpforms:before {
  content: "\f298";
}
.bacyr-envira:before {
  content: "\f299";
}
.bacyr-universal-access:before {
  content: "\f29a";
}
.bacyr-wheelchair-alt:before {
  content: "\f29b";
}
.bacyr-question-circle-o:before {
  content: "\f29c";
}
.bacyr-blind:before {
  content: "\f29d";
}
.bacyr-audio-description:before {
  content: "\f29e";
}
.bacyr-volume-control-phone:before {
  content: "\f2a0";
}
.bacyr-braille:before {
  content: "\f2a1";
}
.bacyr-assistive-listening-systems:before {
  content: "\f2a2";
}
.bacyr-asl-interpreting:before,
.bacyr-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.bacyr-deafness:before,
.bacyr-hard-of-hearing:before,
.bacyr-deaf:before {
  content: "\f2a4";
}
.bacyr-glide:before {
  content: "\f2a5";
}
.bacyr-glide-g:before {
  content: "\f2a6";
}
.bacyr-signing:before,
.bacyr-sign-language:before {
  content: "\f2a7";
}
.bacyr-low-vision:before {
  content: "\f2a8";
}
.bacyr-viadeo:before {
  content: "\f2a9";
}
.bacyr-viadeo-square:before {
  content: "\f2aa";
}
.bacyr-snapchat:before {
  content: "\f2ab";
}
.bacyr-snapchat-ghost:before {
  content: "\f2ac";
}
.bacyr-snapchat-square:before {
  content: "\f2ad";
}
.bacyr-pied-piper:before {
  content: "\f2ae";
}
.bacyr-first-order:before {
  content: "\f2b0";
}
.bacyr-yoast:before {
  content: "\f2b1";
}
.bacyr-themeisle:before {
  content: "\f2b2";
}
.bacyr-google-plus-circle:before,
.bacyr-google-plus-official:before {
  content: "\f2b3";
}
.bacyr-fa:before,
.bacyr-font-awesome:before {
  content: "\f2b4";
}
.bacyr-handshake-o:before {
  content: "\f2b5";
}
.bacyr-envelope-open:before {
  content: "\f2b6";
}
.bacyr-envelope-open-o:before {
  content: "\f2b7";
}
.bacyr-linode:before {
  content: "\f2b8";
}
.bacyr-address-book:before {
  content: "\f2b9";
}
.bacyr-address-book-o:before {
  content: "\f2ba";
}
.bacyr-vcard:before,
.bacyr-address-card:before {
  content: "\f2bb";
}
.bacyr-vcard-o:before,
.bacyr-address-card-o:before {
  content: "\f2bc";
}
.bacyr-user-circle:before {
  content: "\f2bd";
}
.bacyr-user-circle-o:before {
  content: "\f2be";
}
.bacyr-user-o:before {
  content: "\f2c0";
}
.bacyr-id-badge:before {
  content: "\f2c1";
}
.bacyr-drivers-license:before,
.bacyr-id-card:before {
  content: "\f2c2";
}
.bacyr-drivers-license-o:before,
.bacyr-id-card-o:before {
  content: "\f2c3";
}
.bacyr-quora:before {
  content: "\f2c4";
}
.bacyr-free-code-camp:before {
  content: "\f2c5";
}
.bacyr-telegram:before {
  content: "\f2c6";
}
.bacyr-thermometer-4:before,
.bacyr-thermometer:before,
.bacyr-thermometer-full:before {
  content: "\f2c7";
}
.bacyr-thermometer-3:before,
.bacyr-thermometer-three-quarters:before {
  content: "\f2c8";
}
.bacyr-thermometer-2:before,
.bacyr-thermometer-half:before {
  content: "\f2c9";
}
.bacyr-thermometer-1:before,
.bacyr-thermometer-quarter:before {
  content: "\f2ca";
}
.bacyr-thermometer-0:before,
.bacyr-thermometer-empty:before {
  content: "\f2cb";
}
.bacyr-shower:before {
  content: "\f2cc";
}
.bacyr-bathtub:before,
.bacyr-s15:before,
.bacyr-bath:before {
  content: "\f2cd";
}
.bacyr-podcast:before {
  content: "\f2ce";
}
.bacyr-window-maximize:before {
  content: "\f2d0";
}
.bacyr-window-minimize:before {
  content: "\f2d1";
}
.bacyr-window-restore:before {
  content: "\f2d2";
}
.bacyr-times-rectangle:before,
.bacyr-window-close:before {
  content: "\f2d3";
}
.bacyr-times-rectangle-o:before,
.bacyr-window-close-o:before {
  content: "\f2d4";
}
.bacyr-bandcamp:before {
  content: "\f2d5";
}
.bacyr-grav:before {
  content: "\f2d6";
}
.bacyr-etsy:before {
  content: "\f2d7";
}
.bacyr-imdb:before {
  content: "\f2d8";
}
.bacyr-ravelry:before {
  content: "\f2d9";
}
.bacyr-eercast:before {
  content: "\f2da";
}
.bacyr-microchip:before {
  content: "\f2db";
}
.bacyr-snowflake-o:before {
  content: "\f2dc";
}
.bacyr-superpowers:before {
  content: "\f2dd";
}
.bacyr-wpexplorer:before {
  content: "\f2de";
}
.bacyr-meetup:before {
  content: "\f2e0";
}
.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;
}
