@import url(bootstrap.min.css);
@import url(hux-blog.min.css);
@import url(normalize.css);
/* ==========================================================================
   1. Icons - Sets up the icon font and respective classes
   ========================================================================== */
@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-ghost, .icon-feed, .icon-twitter, .icon-google-plus, .icon-facebook {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  outline: none;
  text-decoration: none; }

.icon-ghost-text {
  font-family: "Menlo", "Meslo LG", monospace; }

.icon-ghost:before {
  content: "\e000"; }

.icon-feed:before {
  content: "\e000"; }

.icon-twitter:before {
  content: "\e002";
  font-size: 1.1em; }

.icon-google-plus:before {
  content: "\e003"; }

.icon-facebook:before {
  content: "\e004"; }

.icomoon-zhihu, .icomoon-weibo, .icomoon-douban, .icomoon-github, .icomoon-arrow-up {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  outline: none;
  text-decoration: none; }

.icomoon-zhihu:before {
  content: "\e900";
  color: #c3cdd2; }

.icomoon-weibo:before {
  content: "\e901";
  color: #c3cdd2; }

.icomoon-douban:before {
  content: "\e902";
  color: #c3cdd2; }

.icomoon-github:before {
  content: "\e903";
  color: #c3cdd2; }

.icomoon-arrow-up:before {
  content: "\e904";
  color: #c3cdd2; }

/* ==========================================================================
   2. General - Setting up some base styles
   ========================================================================== */
html {
  height: 100%;
  max-height: 100%;
  font-size: 62.5%; }

body {
  height: 100%;
  max-height: 100%;
  font-family: "Menlo", "Meslo LG", monospace;
  font-size: 2.0rem;
  line-height: 1.6em;
  color: #B2B6BD;
  background: #2b303b; }

::selection {
  color: #fff;
  background: rgba(161, 168, 243, 0.9);
  text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
  letter-spacing: 2px;
  font-family: "Menlo", "Meslo LG", monospace;
  font-weight: normal;
  color: #9aedfe; }

h1 a {
  color: #2bbc8a; }

h2 a {
  color: #2bbc8a; }

h3 a {
  color: #2bbc8a; }

h4 a {
  color: #2bbc8a; }

h5 a {
  color: #2bbc8a; }

h6 a {
  color: #2bbc8a; }

h1 {
  font-size: 2.4rem;
  line-height: 1.2em; }

h2 {
  font-size: 2.2rem;
  line-height: 1.2em; }

h3 {
  font-size: 2.0rem; }

h4 {
  font-size: 1.8rem; }

h5 {
  font-size: 1.6rem; }

h6 {
  font-size: 1.6rem; }

a {
  color: #bf6165;
  transition: color ease 0.3s; }
  a:hover {
    color: rgba(161, 168, 243, 0.9); }

p, ul, ol {
  font-size: 1.4rem;
  margin: 1.6em 0; }

ol ol, ul ul,
ul ol, ol ul {
  margin: 0.4em 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #424650;
  margin: 3.2em 0;
  padding: 0; }

blockquote {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.6em 0 1.6em -2em;
  padding: 0 0 0 1.6em;
  border-left: #2c2c26 0.4em solid; }
  blockquote p {
    margin: 0.8em 0;
    font-style: italic; }
  blockquote small {
    display: inline-block;
    margin: 0.8em 0 0.8em 1.5em;
    font-size: 0.9em;
    color: #ccc; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote cite {
    font-weight: bold; }
    blockquote cite a {
      font-weight: normal; }

dl {
  margin: 1.6em 0; }
  dl dt {
    float: left;
    width: 180px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin-bottom: 1em; }
  dl dd {
    margin-left: 200px;
    margin-bottom: 1em; }

mark {
  background-color: #ffc336; }

code, tt {
  padding: 1px 3px;
  /*font-family: Menlo, Consolas, Monaco, "Lucida Console", monospace;*/
  font-family: "Menlo", "Meslo LG", monospace;
  font-size: 0.75em;
  white-space: pre;
  border: 1px solid #424a5a;
  background: #2c2c26;
  border-radius: 2px; }

pre {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.6em 0;
  border: 1px solid #424a5a;
  width: 100%;
  padding: 10px;
  /*font-family: Menlo, Consolas, Monaco, "Lucida Console", monospace;*/
  font-family: "Menlo", "Meslo LG", monospace;
  font-size: 1.4rem;
  white-space: pre;
  overflow: auto;
  background: #23241f;
  border-radius: 8px; }

pre code, tt {
  font-size: inherit;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  background: transparent;
  color: deeppink;
  border: none;
  padding: 0; }

kbd {
  display: inline-block;
  margin-bottom: 0.4em;
  padding: 1px 8px;
  border: #ccc 1px solid;
  color: #666;
  text-shadow: #fff 0 1px 0;
  font-size: 0.9em;
  font-weight: bold;
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset; }

table {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.6em 0;
  width: 100%;
  max-width: 100%;
  background-color: transparent; }

table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #424a5a; }

table th {
  color: #000; }

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0; }

table tbody + tbody {
  border-top: 2px solid #efefef; }

table table table {
  background-color: #fff; }

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #2c2c26; }

table.plain tbody > tr:nth-child(odd) > td,
table.plain tbody > tr:nth-child(odd) > th {
  background: transparent; }

button, input, select, textarea {
  background: #2c2c26;
  border: 1px solid #424a5a;
  color: #B2B6BD;
  outline-color: #bf6165; }

/* ==========================================================================
   3. Utilities - These things get used a lot
   ========================================================================== */
/* Hides shit */
.hidden {
  text-indent: -9999px;
  visibility: hidden;
  display: none; }

/* Creates a responsive wrapper that makes our content scale nicely */
.inner {
  position: relative;
  width: 80%;
  max-width: 700px;
  margin: 0 auto; }

/* Centres vertically yo. (IE8+) */
.vertical {
  display: table-cell;
  vertical-align: middle; }

/*back to top*/
.back-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 999;
  width: 56px;
  display: none; }

.back-top:focus,
.back-top .btn:focus,
.back-top .btn:active:focus {
  outline: none; }

.back-top .btn {
  margin-top: 2px;
  height: 56px;
  display: block;
  padding: 0;
  width: 100%;
  opacity: .4;
  border-radius: 4px; }

.btn-inverse {
  background: #666;
  color: #FFF !important; }

.btn-minty {
  background: #2bbc8a; }

.back-top .btn:hover {
  background: #2bbc8a;
  opacity: .9;
  color: #FFF !important; }

.back-top .btn:active {
  opacity: .6; }

.back-top .btn i {
  position: relative;
  top: -1px; }

/*copy to clipboard*/
.clippy {
  margin-top: -3px;
  position: relative; }

.copy-btn[disabled] .clippy {
  opacity: .3; }

pre {
  position: relative;
  overflow: visible; }

.copy-btn {
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  opacity: 0;
  padding: 6px 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 4px;
  outline: none;
  background: #666; }
  .copy-btn:hover {
    border-color: #51a7e8; }

pre:hover .copy-btn, pre .copy-btn:hover {
  opacity: 0.4; }

@media screen and (max-width: 768px) {
  pre .copy-btn {
    opacity: 0.4; } }

/* ==========================================================================
   4. General - The main styles for the the theme
   ========================================================================== */
#site-head {
  position: relative;
  display: table;
  width: 100%;
  height: 60%;
  margin-bottom: 5rem;
  text-align: center;
  color: #a0add5;
  background: #1c212b no-repeat center center;
  background-size: cover; }

#blog-logo {
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: 16.08px auto;
  border: 2px solid #a874e4; }
  #blog-logo:before {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    border: 2px solid #a874e4; }
  #blog-logo:hover:before {
    background: rgba(199, 146, 234, 0.5); }
  #blog-logo img {
    display: block;
    max-height: 96px;
    width: auto;
    line-height: 0;
    border-radius: 50%; }
  #blog-logo-title {
    margin: 10px 0 10px 0;
    font-size: 5rem;
    letter-spacing: -1px; }
  #blog-logo-description {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.5em;
    font-weight: 300;
    letter-spacing: 0; }

#back {
  color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 8px;
  left: 8px;
  padding: 6px;
  font-size: 16px; }

/* Every post, on every page, gets this style on its <article> tag */
.post {
  position: relative;
  width: 80%;
  max-width: 700px;
  margin: 4rem auto;
  padding-bottom: 4rem;
  border-bottom: #424650 1px solid;
  word-break: break-word;
  hyphens: auto; }
  .post a {
    color: #2bbc8a;
    outline: none;
    text-decoration: none; }
    .post a:hover {
      color: #5af78e; }
  .post-title {
    margin: 0;
    color: #2bbc8a;
    outline: none;
    text-decoration: none; }
    .post-title:hover {
      color: #5af78e; }
  .post-excerpt p {
    margin: 1.6rem 0 0 0;
    font-size: 1.4rem;
    line-height: 1.6em; }
  .post-meta {
    display: inline-block;
    margin: 0 0 5px 0;
    font-size: 1.5rem;
    color: #5AC8FA; }
    .post-meta a {
      color: #FFCB6B;
      outline: none;
      text-decoration: none; }
      .post-meta a:hover {
        color: #FAED70; }

.user-meta {
  position: relative;
  padding: 0.3rem 40px 0 100px;
  min-height: 77px; }

.user-image {
  position: absolute;
  top: 0;
  left: 0; }

.user-name {
  display: block;
  font-weight: bold; }

.user-bio {
  display: block;
  max-width: 440px;
  font-size: 1.4rem;
  line-height: 1.5em; }

.publish-meta {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4.3rem 0 4rem 0;
  text-align: right; }

.publish-heading {
  display: block;
  font-weight: bold; }

.publish-date {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5em; }

/* ==========================================================================
   5. Single Post - When you click on an individual post
   ========================================================================== */
.page-template .post {
  margin-top: 0;
  border-bottom: none;
  padding-bottom: 0;
  overflow-y: hidden; }
  .page-template .post:after {
    display: none; }
  .page-template .post-header {
    padding: 60px 0; }

/* ==========================================================================
   5. Single Post - When you click on an individual post
   ========================================================================== */
.post-template .post {
  margin-top: 0;
  border-bottom: none;
  padding-bottom: 0;
  overflow-y: hidden; }
  .post-template .post:after {
    display: none; }
  .post-template .post-header {
    padding: 60px 0; }

.post-header #blog-logo:before {
  margin: 76.08px auto; }

.post-content {
  margin: 3rem 0 0 0; }

.post-content img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.post-footer {
  position: relative;
  margin: 4rem 0 0 0;
  padding: 4rem 0 0 0;
  border-top: #424650 1px solid; }
  .post-footer h4 {
    font-size: 1.8rem;
    margin: 0; }
  .post-footer p {
    margin: 1rem 0;
    font-size: 1.4rem;
    line-height: 1.6em; }
  .post-footer .author {
    margin-right: 180px; }
  .post-footer .social {
    position: absolute;
    top: 4rem;
    right: 0;
    width: 140px; }
    .post-footer .social a {
      font-size: 1.8rem;
      display: inline-block;
      margin: 1.4rem 1rem 1.6rem 0;
      color: #BBC7CC; }
      .post-footer .social a:hover {
        color: #50585D; }

/* ==========================================================================
   6. Third Party Elements - Embeds from other services
   ========================================================================== */
.tooltipped:after {
  position: absolute;
  z-index: 1000000;
  display: none;
  padding: 5px 8px;
  font: normal normal 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  white-space: pre;
  pointer-events: none;
  content: attr(aria-label);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  -webkit-font-smoothing: subpixel-antialiased; }

.tooltipped:before {
  position: absolute;
  z-index: 1000001;
  display: none;
  width: 0;
  height: 0;
  color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  content: "";
  border: 5px solid transparent; }

.tooltipped:hover:before,
.tooltipped:hover:after,
.tooltipped:active:before,
.tooltipped:active:after,
.tooltipped:focus:before,
.tooltipped:focus:after {
  display: inline-block;
  text-decoration: none; }

.tooltipped-s:after {
  top: 100%;
  right: 50%;
  margin-top: 5px; }

.tooltipped-s:before {
  top: auto;
  right: 50%;
  bottom: -5px;
  margin-right: -5px;
  border-bottom-color: rgba(0, 0, 0, 0.8); }

.tooltipped-s:after {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%); }

/* ==========================================================================
   7. Pagination - Tools to let you flick between pages
   ========================================================================== */
/* The main wrapper for our pagination links */
.pagination {
  position: relative;
  width: 80%;
  max-width: 700px;
  margin: 4rem auto;
  font-family: "Menlo", "Meslo LG", monospace;
  font-size: 1.3rem;
  color: #9EABB3;
  text-align: center;
  display: block; }
  .pagination a {
    color: #9EABB3; }

/* Push the previous/next links out to the left/right */
.older-posts,
.newer-posts {
  position: absolute;
  display: inline-block;
  padding: 0 15px;
  border: #424650 1px solid;
  outline: none;
  text-decoration: none;
  border-radius: 5px;
  transition: border ease 0.3s;
  background: #363c4a; }

.older-posts {
  right: 0; }

.page-number {
  display: inline-block;
  padding: 2px 0; }

.newer-posts {
  left: 0; }

.older-posts:hover,
.newer-posts:hover {
  border-color: #9EABB3;
  outline: none;
  text-decoration: none; }

/* ==========================================================================
   8. Footer - The bottom of every page
   ========================================================================== */
.site-footer {
  position: relative;
  margin: 8rem 0 0 0;
  padding: 4rem 0;
  border-top: #1a1e27 1px solid;
  font-size: 1.3rem;
  line-height: 1.7em;
  color: #BBC7CC;
  text-align: center;
  background: #1c212b; }
  .site-footer a {
    color: #BBC7CC;
    outline: none;
    text-decoration: underline; }
    .site-footer a::hover {
      color: #50585D; }

.poweredby .icon-ghost {
  color: #bf6165;
  font-weight: 700;
  outline: none;
  text-decoration: none; }
  .poweredby .icon-ghost:hover {
    outline: none;
    text-decoration: none; }
  .poweredby .icon-ghost:before {
    font-size: 1rem;
    margin-right: 0.2em; }

.subscribe {
  width: 28px;
  height: 28px;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -15px;
  border: #EBF2F6 1px solid;
  text-align: center;
  line-height: 2.4rem;
  border-radius: 50px;
  background: #fff;
  transition: box-shadow 0.5s; }
  .subscribe:before {
    color: #D2DEE3;
    font-size: 10px;
    position: absolute;
    top: 2px;
    left: 9px;
    font-weight: bold;
    transition: color 0.5s ease; }
  .subscribe:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 3px;
    transition: box-shadow 0.25s; }
    .subscribe:hover .tooltip {
      opacity: 1;
      top: -33px; }
    .subscribe:hover:before {
      color: #50585D; }

.tooltip {
  opacity: 0;
  display: inline-block;
  padding: 4px 8px 5px 8px;
  position: absolute;
  top: -23px;
  left: -23px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  background: #50585D;
  border-radius: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease, top 0.3s ease; }
  .tooltip:after {
    content: "";
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #50585D transparent;
    display: block;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -5px;
    z-index: 220;
    width: 0; }

/* ==========================================================================
   9. Media Queries - Smaller than 900px
   ========================================================================== */
@media only screen and (max-width: 900px) {
  blockquote {
    margin-left: 0; }
  #site-head {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    min-height: 240px;
    padding: 15% 0; }
  .blog-title {
    font-size: 2.4rem;
    letter-spacing: -1px; }
  .blog-description {
    font-size: 1.7rem;
    line-height: 1.5em; }
  .post {
    font-size: 0.9em;
    line-height: 1.6em; }
  .post-template .post {
    padding-bottom: 1rem; }
  .post-template .post-header {
    padding: 40px 0; }
  .page-template .post-header {
    padding: 40px 0; }
  .post-header #blog-logo:before {
    margin: 40px auto; }
  h1 {
    font-size: 2.4rem;
    text-indent: -2px; }
  h2 {
    font-size: 2.2rem; }
  h3 {
    font-size: 2.0rem; }
  h4 {
    font-size: 1.8rem; }
  h5 {
    font-size: 1.6rem; }
  h6 {
    font-size: 1.6rem; } }

/* ==========================================================================
   10. Media Queries - Smaller than 500px
   ========================================================================== */
@media only screen and (max-width: 500px) {
  #blog-logo img {
    max-height: 76px; }
  #blog-logo {
    width: 80px; }
  #blog-logo:before {
    width: 80px;
    height: 80px; }
  .inner,
  .pagination {
    width: auto;
    margin-left: 16px;
    margin-right: 16px; }
  .post {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 0.8em;
    line-height: 1.6em; }
  #site-head {
    padding: 10% 0; }
  .blog-title {
    font-size: 2.4rem; }
  .blog-description {
    font-size: 1.5rem; }
  h1 {
    font-size: 2.4rem;
    line-height: 1.1em;
    letter-spacing: -1px; }
  h2 {
    font-size: 2.2rem;
    line-height: 1.1em;
    letter-spacing: -1px; }
  h3 {
    font-size: 2.0rem; }
  h4 {
    font-size: 1.8rem; }
  h5 {
    font-size: 1.6rem; }
  h6 {
    font-size: 1.6rem; }
  .post-template .post {
    padding-bottom: 0; }
  .post-template .post-header {
    padding: 30px 0; }
  .page-template .post-header {
    padding: 30px 0; }
  .post-header #blog-logo:before {
    margin: 46.08px auto; }
  .post-meta {
    font-size: 1.3rem; }
  .post-footer {
    padding: 4rem 0;
    text-align: center; }
  .post-footer .author {
    margin: 0 0 2rem 0;
    padding: 0 0 1.6rem 0;
    border-bottom: #424650 1px dashed; }
  .post-footer .social {
    position: static;
    width: auto; }
  .post-footer .social a {
    margin: 1.4rem 0.8rem 0 0.8rem; }
  .older-posts,
  .newer-posts {
    position: static;
    margin: 10px 0; }
  .page-number {
    display: block; }
  .site-footer {
    margin-top: 6rem;
    font-size: 1.1rem; } }

/*
Animate.css - http://daneden.me/animate
LICENSED UNDER THE  MIT LICENSE (MIT)

Copyright (c) 2012 Dan Eden
*/
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

.navbar-custom .nav li a:hover {
  color: #eee; }

/* ==========================================================================
   Archives
  ========================================================================== */
.archives {
  position: relative;
  width: 80%;
  max-width: 700px;
  margin: 4rem auto;
  padding-bottom: 4rem;
  border-bottom: #424650 1px solid;
  word-break: break-word;
  hyphens: auto; }

.archives .archives-content::before,
.archives .archives-content::after {
  content: " ";
  position: absolute; }

.archives .archives-content::after {
  top: 26px;
  bottom: 52px;
  width: 2px;
  margin-left: 3px;
  background: #a874e4;
  z-index: 1; }

.archives .archives-top {
  position: absolute;
  top: 16px;
  width: 10px;
  height: 10px;
  margin-left: -1px;
  background: #555;
  opacity: 0.5;
  border: 1px solid #fff;
  border-radius: 50%; }

.archives .archives-total {
  position: relative;
  top: 4px;
  left: 20px;
  font-size: 16px; }

.archives .archives-item {
  position: relative;
  margin: 1.6rem 0;
  overflow: hidden;
  z-index: 2; }

.archives .archives-year {
  font-weight: bold;
  margin: 10px 20px; }

.archives .archives-year::before {
  content: " ";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  margin-left: -1px;
  margin-top: 6px;
  background: #555;
  opacity: 0.5;
  border: 1px solid #fff;
  border-radius: 50%; }

.archives-info {
  list-style: none;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: border; }

.archives-info .archives-info-meta {
  margin-left: 20px;
  padding: 4px 0;
  overflow: hidden;
  border-bottom: 1px dashed #ccc; }

.archives-info .archives-info-meta::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #bbb;
  border-radius: 50%;
  border: 1px solid #fff;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: background; }

.archives-info .archives-info-meta:hover {
  border-bottom: 1px dashed #2C3F51; }

.archives-info .archives-info-meta a:hover {
  color: #5af78e; }

.archives-info .archives-info-meta a {
  color: #2bbc8a;
  text-decoration: none; }

.archives-info time {
  margin-right: 4px;
  color: #5AC8FA;
  display: inline-block; }
