@import "search.css";
.container-narrow {
  margin: 0 auto;
  max-width: 970px;
}
.container-narrow > footer {
  margin-top: 20px;
  text-align: center;
}
.container-narrow > footer p {
  padding: 5px;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
body {
  position: relative;
  padding-top: 40px;
  padding-bottom: 70px;
}
.content {
  padding: 20px;
  margin: 10px -10px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
}
.sidebar {
  font-size: 0.9em;
  position: sticky;
  top: 25px;
}
#side_meta {
   position: sticky;
   top: 10px;
}
.post {
  font-size: 1em;
}
.page {
  padding-right: 10px;
}
.page,
.post {
  line-height: 1.5em;
  font-family: DOS, Zpix, Monaco, Menlo, Consolas, "Courier New", monospace;
}
.page .more {
  text-pull: right;
}
.post .date {
  margin-bottom: 20px;
  font-weight: bold;
}
.mypage {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.navbar-brand {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 30px rgba(255, 255, 255, 0.125);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.navbar-brand:hover {
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 30px rgba(255, 255, 255, 0.4);
}
.pagination {
  margin: 10px 0;
}
.pagination a {
  color: #555;
}
li i {
  margin-right: 5px;
  margin-left: 5px;
}
.listing-item {
  line-height: 24px;
}
.meta-widget {
  margin: 10px 0;
}
.meta-widget a {
  color: #fefe54;
}
.tag_box {
  margin: 0;
  overflow: hidden;
}
.tag_box li {
  line-height: 28px;
}
.tag_box li i {
  opacity: 0.9;
}
.tag_box.inline li {
  float: left;
}
.tag_box a {
  padding: 2px 6px;
  margin: 2px;
  background: #e5e5e5;
  color: #555;
  border-radius: 3px;
  text-decoration: none;
  border: 1px dashed #bbb;
}
.tag_box a span {
  vertical-align: super;
  font-size: 0.8em;
}
.tag_box a:hover {
  background-color: #397bdd;
  color: #fff;
}
.tag_box a.active {
  background: #57a957;
  border: 1px solid #4c964d;
  color: #fff;
}
.widget {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
#local-search-input {
  background-color: #000;
  color: #fff;
  text-fill-color: #bbb;
  -webkit-text-fill-color: #bbb;
}
#local-search-result {
  scroll: auto;
  overflow: auto;
  max-height: 3in;
  background-color: #000;
}
ul.search-result-list {
  padding-left: 10px;
}
a.search-result-title {
  font-weight: bold;
}
p.search-result {
  color: #555;
}
em.search-keyword {
  border-bottom: 1px dashed #4088b8;
  font-weight: bold;
}
.tagcloud .entry {
  width: 100%;
}
a {
  color: #fefe54;
}
a:focus {
  color: #fefe54;
  background: #a50;
}
a:hover {
  color: #fefe54;
  background: #a50;
}
a:active {
  color: #fefe54;
  background: #a50;
}
a.label-anchor {
  position: relative;
  display: block;
  text-align: right;
  width: 200px;
  left: -210px;
  font-family: DOS, Zpix, Monaco, Menlo, Consolas, "Courier New", monospace;
}
a.label-anchor:target span {
  background-color: #b94a48;
}
a.label-anchor:hover {
  text-decoration: none;
}
a.label-anchor span {
  font-weight: bold;
  line-height: 0;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  background-color: #666;
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a.inline-ref {
  border-bottom: dotted 1px #333;
  color: black;
}
a.inline-ref:hover {
  text-decoration: none;
  border-bottom: solid 1px #000;
}
blockquote {
  border-left: 5px solid #ccc;
  font-size: 0.9em;
  background-color: #008000;
}
blockquote p,
blockquote ol,
blockquote ul,
blockquote li,
.slogan {
  font-family: DOS, Zpix, Monaco, Menlo, Consolas, "Courier New", monospace;
}
img,
video {
  max-width: 97.5%;
  margin: 15px auto;
  display: block;
  height: auto;
}
.slogan .icon-heart {
  opacity: 0.5;
  margin-right: 5px;
  margin-top: 3px;
}
.slogan .icon-heart:hover {
  opacity: 1;
}
.slogan {
  font-size: 1.2em;
  color: #fff;
  display: block;
  margin-bottom: 1.2em;
}
.blink-fast {
  animation-duration: 0.5s;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
.blink-slow {
  animation-duration: 1s;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
#gotop {
  display: block;
  width: 90px;
  height: 36px;
  position: fixed;
  bottom: 40px;
  right: 50px;
  text-decoration: none;
  display: none;
  background-color: #000;
}
#gotop span {
  display: block;
  color: #fff;
}
#gotop span:hover {
  color: #aaa;
}
#gotop span {
  font-size: 24px;
  text-align: center;
  line-height: 35px;
  vertical-align: bottom;
}
header h1 {
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 0.6667em;
}
h1 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 0.6667em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizelegibility;
  font-weight: bold;
  font-family: DOS, Zpix, Monaco, Menlo, Consolas, "Courier New", monospace;
  color: #fff;
}
h2 {
  color: #fff;
  padding-top: 40px;
  margin: -25px 0 0.83em;
}
.page-header {
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: cover;
  padding: 10px 20px 0 20px;
  margin: -20px -20px 20px;
  color: #fff;
  border-radius: 6px 6px 0 0;
  font-size: 1.3em;
}
.page .entry {
  padding-top: 10px;
  padding-bottom: 25px;
}
.page .entry .row {
  padding-left: 20px;
  padding-right: 5px;
}
.page .entry h2 {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: -20px 0;
}
.page .entry h3 {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}
.page .entry .col-md-8 {
  margin: 10px 0;
}
.page .entry .thumbnail {
  margin: 10px;
}
.page h3.title {
  position: relative;
  padding: 5px 5px 5px 5px;
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: bold;
  font-family: DOS, Zpix, Monaco, Menlo, Consolas, "Courier New", monospace;
}
.page h3.title div.article-title {
  width: 80%;
}
.page h3.title div.date {
  float: right;
  font-size: 0.7em;
  color: #777;
}
.archive-ul > .caret {
  vertical-align: 7px;
  margin-left: 5px;
  opacity: 0.3;
}
.archive-ul:hover > .caret {
  opacity: 1;
}
.toc {
  font-size: 10pt;
  width: auto;
  padding: 10px;
  background: #000;
}
.toc .toc-title {
  font-size: 125%;
}
.toc-article {
  list-style: circle;
  line-height: 1em;
  margin-bottom: 0;
  padding: 10px 20px;
}
.toc-article li {
  margin-left: 5px !important;
  padding: 0 !important;
}
.toc-article ol {
  list-style: square;
  padding: 5px 20px;
}
.toc-article ol ol {
  list-style: circle;
  padding: 5px 20px;
}
.line {
  height: 20px;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
th {
  padding: 12px 10px 12px 10px;
  border-bottom: 1px dashed #4088b8;
}
td {
  padding: 7px 10px 7px 10px;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
hr {
  border-top: 2px solid #fff;
}
.btn {
  margin-bottom: 10px;
}
.btn:active {
  -webkit-box-shadow: #000 0 0 0 0;
  box-shadow: #000 0 0 0 0;
  margin: 10px 0 0 10px;
  outline: #000 none;
  background: #bbb !important;
}
.ds-thread {
  font-size: 0.8em;
}
.logo {
  background: url("../favicon.png") no-repeat left top;
  background-size: 5em;
}
.logo > h1 {
  padding-left: 2.4em;
  font-size: 1.5em;
  line-height: 2em;
}
.fa-heart:before {
  color: #f00;
}
pre code {
  border-width: 0 !important;
}
pre {
  border-width: 0 !important;
  font-size: 16px !important;
}
pre,
.highlight,
.gist {
  background: #000 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
figure {
  border-width: 0 !important;
}
.alert-success {
  color: #fefe54;
}
.thumbnail {
  border: 0;
}
.date {
  color: #fff;
  line-height: 3em;
  text-align: right;
}
pre,
code {
  font-family: DOS, Monaco, Menlo, Consolas, "Courier New", monospace !important;
}
.fancybox-close:hover {
  background: url("../fancybox/fancybox_sprite.png");
}
.fancybox-close:focus {
  background: url("../fancybox/fancybox_sprite.png");
}
.fancybox-close:active {
  background: url("../fancybox/fancybox_sprite.png");
}
@-webkit-keyframes bounce {
  0%,
  10%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }
  40%,
  60% {
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  10%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }
  40%,
  60% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce-reverse {
  0%,
  10%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }
  40%,
  60% {
    transform: translateY(15px);
  }
}
@keyframes bounce-reverse {
  0%,
  10%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }
  40%,
  60% {
    transform: translateY(15px);
  }
}
.faa-bounce.animated,
.faa-bounce.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-bounce {
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}
.faa-bounce.animated-hover.faa-fast:hover,
.faa-bounce.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-bounce.faa-fast {
  -webkit-animation: bounce 1s ease infinite;
  animation: bounce 1s ease infinite;
}
.faa-bounce.animated-hover.faa-slow:hover,
.faa-bounce.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-bounce.faa-slow {
  -webkit-animation: bounce 3s ease infinite;
  animation: bounce 3s ease infinite;
}
.faa-bounce.faa-reverse.animated,
.faa-bounce.faa-reverse.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-bounce.faa-reverse {
  -webkit-animation: bounce-reverse 2s ease infinite;
  animation: bounce-reverse 2s ease infinite;
}
.faa-bounce.faa-reverse.animated-hover.faa-fast:hover,
.faa-bounce.faa-reverse.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-bounce.faa-reverse.faa-fast {
  -webkit-animation: bounce-reverse 1s ease infinite;
  animation: bounce-reverse 1s ease infinite;
}
.faa-bounce.faa-reverse.animated-hover.faa-slow:hover,
.faa-bounce.faa-reverse.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-bounce.faa-reverse.faa-slow {
  -webkit-animation: bounce-reverse 3s ease infinite;
  animation: bounce-reverse 3s ease infinite;
}
@-webkit-keyframes burst {
  0% {
    opacity: 0.6;
  }
  50% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes burst {
  0% {
    opacity: 0.6;
  }
  50% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.faa-burst.animated,
.faa-burst.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-burst {
  -webkit-animation: burst 2s infinite linear;
  animation: burst 2s infinite linear;
}
.faa-burst.animated-hover.faa-fast:hover,
.faa-burst.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-burst.faa-fast {
  -webkit-animation: burst 1s infinite linear;
  animation: burst 1s infinite linear;
}
.faa-burst.animated-hover.faa-slow:hover,
.faa-burst.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-burst.faa-slow {
  -webkit-animation: burst 3s infinite linear;
  animation: burst 3s infinite linear;
}
@-webkit-keyframes falling {
  0% {
    transform: translateY(-50%);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(50%);
    opacity: 0;
  }
}
@keyframes falling {
  0% {
    transform: translateY(-50%);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(50%);
    opacity: 0;
  }
}
@-webkit-keyframes falling-reverse {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%);
    opacity: 0;
  }
}
@keyframes falling-reverse {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%);
    opacity: 0;
  }
}
.faa-falling.animated,
.faa-falling.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-falling {
  -webkit-animation: falling 2s linear infinite;
  animation: falling 2s linear infinite;
}
.faa-falling.animated-hover.faa-fast:hover,
.faa-falling.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-falling.faa-fast {
  -webkit-animation: falling 1s linear infinite;
  animation: falling 1s linear infinite;
}
.faa-falling.animated-hover.faa-slow:hover,
.faa-falling.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-falling.faa-slow {
  -webkit-animation: falling 3s linear infinite;
  animation: falling 3s linear infinite;
}
.faa-falling.faa-reverse.animated,
.faa-falling.faa-reverse.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-falling.faa-reverse,
.faa-parent.animated-hover:hover > .faa-rising,
.faa-rising.animated,
.faa-rising.animated-hover:hover {
  -webkit-animation: falling-reverse 2s linear infinite;
  animation: falling-reverse 2s linear infinite;
}
.faa-falling.faa-reverse.animated-hover.faa-fast:hover,
.faa-falling.faa-reverse.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-falling.faa-reverse.faa-fast,
.faa-parent.animated-hover:hover > .faa-rising.faa-fast,
.faa-rising.animated-hover.faa-fast:hover,
.faa-rising.animated.faa-fast {
  -webkit-animation: falling-reverse 1s linear infinite;
  animation: falling-reverse 1s linear infinite;
}
.faa-falling.faa-reverse.animated-hover.faa-slow:hover,
.faa-falling.faa-reverse.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-falling.faa-reverse.faa-slow,
.faa-parent.animated-hover:hover > .faa-rising.faa-slow,
.faa-rising.animated-hover.faa-slow:hover,
.faa-rising.animated.faa-slow {
  -webkit-animation: falling-reverse 3s linear infinite;
  animation: falling-reverse 3s linear infinite;
}
@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-flash {
  -webkit-animation: flash 2s ease infinite;
  animation: flash 2s ease infinite;
}
.faa-flash.animated-hover.faa-fast:hover,
.faa-flash.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-flash.faa-fast {
  -webkit-animation: flash 1s ease infinite;
  animation: flash 1s ease infinite;
}
.faa-flash.animated-hover.faa-slow:hover,
.faa-flash.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-flash.faa-slow {
  -webkit-animation: flash 3s ease infinite;
  animation: flash 3s ease infinite;
}
@-webkit-keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
.faa-float.animated,
.faa-float.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-float {
  -webkit-animation: float 2s linear infinite;
  animation: float 2s linear infinite;
}
.faa-float.animated-hover.faa-fast:hover,
.faa-float.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-float.faa-fast {
  -webkit-animation: float 1s linear infinite;
  animation: float 1s linear infinite;
}
.faa-float.animated-hover.faa-slow:hover,
.faa-float.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-float.faa-slow {
  -webkit-animation: float 3s linear infinite;
  animation: float 3s linear infinite;
}
@-webkit-keyframes horizontal {
  0%,
  100%,
  12%,
  24%,
  36% {
    transform: translate(0, 0);
  }
  18%,
  30%,
  6% {
    transform: translate(5px, 0);
  }
}
@keyframes horizontal {
  0%,
  100%,
  12%,
  24%,
  36% {
    transform: translate(0, 0);
  }
  18%,
  30%,
  6% {
    transform: translate(5px, 0);
  }
}
@-webkit-keyframes horizontal-reverse {
  0%,
  100%,
  12%,
  24%,
  36% {
    transform: translate(0, 0);
  }
  18%,
  30%,
  6% {
    transform: translate(-5px, 0);
  }
}
@keyframes horizontal-reverse {
  0%,
  100%,
  12%,
  24%,
  36% {
    transform: translate(0, 0);
  }
  18%,
  30%,
  6% {
    transform: translate(-5px, 0);
  }
}
.faa-horizontal.animated,
.faa-horizontal.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-horizontal {
  -webkit-animation: horizontal 2s ease infinite;
  animation: horizontal 2s ease infinite;
}
.faa-horizontal.animated-hover.faa-fast:hover,
.faa-horizontal.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
  -webkit-animation: horizontal 1s ease infinite;
  animation: horizontal 1s ease infinite;
}
.faa-horizontal.animated-hover.faa-slow:hover,
.faa-horizontal.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-slow {
  -webkit-animation: horizontal 3s ease infinite;
  animation: horizontal 3s ease infinite;
}
.faa-horizontal.faa-reverse.animated,
.faa-horizontal.faa-reverse.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-reverse {
  -webkit-animation: horizontal-reverse 2s ease infinite;
  animation: horizontal-reverse 2s ease infinite;
}
.faa-horizontal.faa-reverse.animated-hover.faa-fast:hover,
.faa-horizontal.faa-reverse.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-reverse.faa-fast {
  -webkit-animation: horizontal-reverse 1s ease infinite;
  animation: horizontal-reverse 1s ease infinite;
}
.faa-horizontal.faa-reverse.animated-hover.faa-slow:hover,
.faa-horizontal.faa-reverse.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-reverse.faa-slow {
  -webkit-animation: horizontal-reverse 3s ease infinite;
  animation: horizontal-reverse 3s ease infinite;
}
@-webkit-keyframes passing {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes passing {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}
@-webkit-keyframes passing-reverse {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%);
    opacity: 0;
  }
}
@keyframes passing-reverse {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%);
    opacity: 0;
  }
}
.faa-parent.animated-hover:hover > .faa-passing,
.faa-passing.animated,
.faa-passing.animated-hover:hover {
  -webkit-animation: passing 2s linear infinite;
  animation: passing 2s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-passing.faa-fast,
.faa-passing.animated-hover.faa-fast:hover,
.faa-passing.animated.faa-fast {
  -webkit-animation: passing 1s linear infinite;
  animation: passing 1s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-passing.faa-slow,
.faa-passing.animated-hover.faa-slow:hover,
.faa-passing.animated.faa-slow {
  -webkit-animation: passing 3s linear infinite;
  animation: passing 3s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-passing.faa-reverse,
.faa-passing.faa-reverse.animated,
.faa-passing.faa-reverse.animated-hover:hover {
  -webkit-animation: passing-reverse 2s linear infinite;
  animation: passing-reverse 2s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-passing.reverse.faa-fast,
.faa-passing.faa-reverse.animated-hover.faa-fast:hover,
.faa-passing.faa-reverse.animated.faa-fast {
  -webkit-animation: passing-reverse 1s linear infinite;
  animation: passing-reverse 1s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-passing.faa-reverse.faa-slow,
.faa-passing.faa-reverse.animated-hover.faa-slow:hover,
.faa-passing.faa-reverse.animated.faa-slow {
  -webkit-animation: passing-reverse 3s linear infinite;
  animation: passing-reverse 3s linear infinite;
}
@-webkit-keyframes pulse {
  0%,
  100% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.8);
  }
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.8);
  }
}
.faa-parent.animated-hover:hover > .faa-pulse,
.faa-pulse.animated,
.faa-pulse.animated-hover:hover {
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-pulse.faa-fast,
.faa-pulse.animated-hover.faa-fast:hover,
.faa-pulse.animated.faa-fast {
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-pulse.faa-slow,
.faa-pulse.animated-hover.faa-slow:hover,
.faa-pulse.animated.faa-slow {
  -webkit-animation: pulse 3s linear infinite;
  animation: pulse 3s linear infinite;
}
@-webkit-keyframes ring {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  12%,
  4% {
    transform: rotate(-18deg);
  }
  14%,
  6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  100%,
  20% {
    transform: rotate(0);
  }
}
@keyframes ring {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  12%,
  4% {
    transform: rotate(-18deg);
  }
  14%,
  6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  100%,
  20% {
    transform: rotate(0);
  }
}
.faa-parent.animated-hover:hover > .faa-ring,
.faa-ring.animated,
.faa-ring.animated-hover:hover {
  -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0;
  transform-origin-z: initial;
}
.faa-parent.animated-hover:hover > .faa-ring.faa-fast,
.faa-ring.animated-hover.faa-fast:hover,
.faa-ring.animated.faa-fast {
  -webkit-animation: ring 1s ease infinite;
  animation: ring 1s ease infinite;
}
.faa-parent.animated-hover:hover > .faa-ring.faa-slow,
.faa-ring.animated-hover.faa-slow:hover,
.faa-ring.animated.faa-slow {
  -webkit-animation: ring 3s ease infinite;
  animation: ring 3s ease infinite;
}
.faa-parent.animated-hover:hover > .faa-shake,
.faa-shake.animated,
.faa-shake.animated-hover:hover {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
}
.faa-parent.animated-hover:hover > .faa-shake.faa-fast,
.faa-shake.animated-hover.faa-fast:hover,
.faa-shake.animated.faa-fast {
  -webkit-animation: wrench 1.25s ease infinite;
  animation: wrench 1.25s ease infinite;
}
.faa-parent.animated-hover:hover > .faa-shake.faa-slow,
.faa-shake.animated-hover.faa-slow:hover,
.faa-shake.animated.faa-slow {
  -webkit-animation: wrench 3.75s ease infinite;
  animation: wrench 3.75s ease infinite;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin-reverse {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-359deg);
  }
}
@keyframes spin-reverse {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-359deg);
  }
}
.faa-parent.animated-hover:hover > .faa-spin,
.faa-spin.animated,
.faa-spin.animated-hover:hover {
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-spin.faa-fast,
.faa-spin.animated-hover.faa-fast:hover,
.faa-spin.animated.faa-fast {
  -webkit-animation: spin 0.75s linear infinite;
  animation: spin 0.75s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-spin.faa-slow,
.faa-spin.animated-hover.faa-slow:hover,
.faa-spin.animated.faa-slow {
  -webkit-animation: spin 2.25s linear infinite;
  animation: spin 2.25s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-spin.faa-reverse,
.faa-spin.faa-reverse.animated,
.faa-spin.faa-reverse.animated-hover:hover {
  -webkit-animation: spin-reverse 1.5s linear infinite;
  animation: spin-reverse 1.5s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-spin.faa-reverse.faa-fast,
.faa-spin.faa-reverse.animated-hover.faa-fast:hover,
.faa-spin.faa-reverse.animated.faa-fast {
  -webkit-animation: spin-reverse 0.75s linear infinite;
  animation: spin-reverse 0.75s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-spin.faa-reverse.faa-slow,
.faa-spin.faa-reverse.animated-hover.faa-slow:hover,
.faa-spin.faa-reverse.animated.faa-slow {
  -webkit-animation: spin-reverse 2.25s linear infinite;
  animation: spin-reverse 2.25s linear infinite;
}
@-webkit-keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-8deg);
  }
  30%,
  50%,
  70% {
    transform: scale(1.3) rotate(8deg);
  }
  40%,
  60% {
    transform: scale(1.3) rotate(-8deg);
  }
  100%,
  80% {
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-8deg);
  }
  30%,
  50%,
  70% {
    transform: scale(1.3) rotate(8deg);
  }
  40%,
  60% {
    transform: scale(1.3) rotate(-8deg);
  }
  100%,
  80% {
    transform: scale(1) rotate(0);
  }
}
.faa-parent.animated-hover:hover > .faa-tada,
.faa-tada.animated,
.faa-tada.animated-hover:hover {
  -webkit-animation: tada 2s linear infinite;
  animation: tada 2s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-tada.faa-fast,
.faa-tada.animated-hover.faa-fast:hover,
.faa-tada.animated.faa-fast {
  -webkit-animation: tada 1s linear infinite;
  animation: tada 1s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-tada.faa-slow,
.faa-tada.animated-hover.faa-slow:hover,
.faa-tada.animated.faa-slow {
  -webkit-animation: tada 3s linear infinite;
  animation: tada 3s linear infinite;
}
@-webkit-keyframes vertical {
  0%,
  16%,
  8% {
    transform: translate(0, -3px);
  }
  12%,
  20%,
  4% {
    transform: translate(0, 3px);
  }
  100%,
  22% {
    transform: translate(0, 0);
  }
}
@keyframes vertical {
  0%,
  16%,
  8% {
    transform: translate(0, -3px);
  }
  12%,
  20%,
  4% {
    transform: translate(0, 3px);
  }
  100%,
  22% {
    transform: translate(0, 0);
  }
}
.faa-parent.animated-hover:hover > .faa-vertical,
.faa-vertical.animated,
.faa-vertical.animated-hover:hover {
  -webkit-animation: vertical 2s ease infinite;
  animation: vertical 2s ease infinite;
}
.faa-parent.animated-hover:hover > .faa-vertical.faa-fast,
.faa-vertical.animated-hover.faa-fast:hover,
.faa-vertical.animated.faa-fast {
  -webkit-animation: vertical 1s ease infinite;
  animation: vertical 1s ease infinite;
}
.faa-parent.animated-hover:hover > .faa-vertical.faa-slow,
.faa-vertical.animated-hover.faa-slow:hover,
.faa-vertical.animated.faa-slow {
  -webkit-animation: vertical 3s ease infinite;
  animation: vertical 3s ease infinite;
}
@-webkit-keyframes wrench {
  0% {
    transform: rotate(-12deg);
  }
  8% {
    transform: rotate(12deg);
  }
  10%,
  28%,
  30%,
  48%,
  50%,
  68% {
    transform: rotate(24deg);
  }
  18%,
  20%,
  38%,
  40%,
  58%,
  60% {
    transform: rotate(-24deg);
  }
  100%,
  75% {
    transform: rotate(0);
  }
}
@keyframes wrench {
  0% {
    transform: rotate(-12deg);
  }
  8% {
    transform: rotate(12deg);
  }
  10%,
  28%,
  30%,
  48%,
  50%,
  68% {
    transform: rotate(24deg);
  }
  18%,
  20%,
  38%,
  40%,
  58%,
  60% {
    transform: rotate(-24deg);
  }
  100%,
  75% {
    transform: rotate(0);
  }
}
.faa-parent.animated-hover:hover > .faa-wrench,
.faa-wrench.animated,
.faa-wrench.animated-hover:hover {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
  transform-origin-x: 90%;
  transform-origin-y: 35%;
  transform-origin-z: initial;
}
.faa-parent.animated-hover:hover > .faa-wrench.faa-fast,
.faa-wrench.animated-hover.faa-fast:hover,
.faa-wrench.animated.faa-fast {
  -webkit-animation: wrench 1.25s ease infinite;
  animation: wrench 1.25s ease infinite;
}
.faa-parent.animated-hover:hover > .faa-wrench.faa-slow,
.faa-wrench.animated-hover.faa-slow:hover,
.faa-wrench.animated.faa-slow {
  -webkit-animation: wrench 3.75s ease infinite;
  animation: wrench 3.75s ease infinite;
}
