/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 14px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none; }
  a:visited {
    color: #1756a9; }
  a:hover {
    color: #111;
    text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(1024px - (30px * 2));
  max-width: calc(1024px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    .wrapper {
      max-width: -webkit-calc(1024px - (30px));
      max-width: calc(1024px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after, .footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #828282; }

/**
 * Site header
 */
.site-header {
  border-top: 5px solid #424242;
  border-bottom: 1px solid #e8e8e8;
  min-height: 56px;
  position: relative; }

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left; }
  .site-title, .site-title:visited {
    color: #424242; }

.site-nav {
  float: right; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #111;
    line-height: 1.5; }
    .site-nav .page-link:not(:last-child) {
      margin-right: 20px; }
  @media screen and (max-width: 600px) {
    .site-nav {
      position: absolute;
      top: 9px;
      right: 15px;
      background-color: #fdfdfd;
      border: 1px solid #e8e8e8;
      border-radius: 5px;
      text-align: right; }
      .site-nav .menu-icon {
        display: block;
        float: right;
        width: 36px;
        height: 26px;
        line-height: 0;
        padding-top: 10px;
        text-align: center; }
        .site-nav .menu-icon > svg {
          width: 18px;
          height: 15px; }
          .site-nav .menu-icon > svg path {
            fill: #424242; }
      .site-nav .trigger {
        clear: both;
        display: none; }
      .site-nav:hover .trigger {
        display: block;
        padding-bottom: 5px; }
      .site-nav .page-link {
        display: block;
        padding: 5px 10px;
        margin-left: 20px; }
        .site-nav .page-link:not(:last-child) {
          margin-right: 0; } }

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0; }

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px; }

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px; }

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - (30px / 2)); }

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - (30px / 2)); }

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - (30px / 2)); }

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - (30px / 2)); }

  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
/**
 * Page content
 */
.page-content {
  padding: 30px 0; }

.page-heading {
  font-size: 20px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }

.post-meta {
  font-size: 14px;
  color: #828282; }

.post-link {
  display: block;
  font-size: 24px; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1; }
  @media screen and (max-width: 800px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 30px; }
  .post-content h2 {
    font-size: 32px; }
    @media screen and (max-width: 800px) {
      .post-content h2 {
        font-size: 28px; } }
  .post-content h3 {
    font-size: 26px; }
    @media screen and (max-width: 800px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      .post-content h4 {
        font-size: 18px; } }

.gridder {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 0; }

.gridder-list, .gridder-show {
  font-size: 16px; }

.gridder-list {
  display: inline-block;
  vertical-align: top; }

.gridder-show {
  display: block;
  float: left;
  width: 100%;
  position: relative; }

.gridder-content {
  display: none; }

.gridder-list {
  width: 19.2%; }
  .gridder-list:nth-child(n) {
    margin-bottom: 1%;
    margin-right: 1%; }
  .gridder-list:nth-of-type(5n) {
    margin-right: 0;
    margin-bottom: 0; }
  @media screen and (max-width: 800px) {
    .gridder-list {
      width: 23.5%; }
      .gridder-list:nth-child(n) {
        margin-bottom: 2%;
        margin-right: 2%; }
      .gridder-list:nth-of-type(4n) {
        margin-right: 0;
        margin-bottom: 0; } }
  @media screen and (max-width: 600px) {
    .gridder-list {
      width: 49%; }
      .gridder-list:nth-child(n) {
        margin-bottom: 2%;
        margin-right: 2%; }
      .gridder-list:nth-of-type(2n) {
        margin-right: 0;
        margin-bottom: 0; } }

.gridder.maxitems-4 .gridder-list {
  width: 24.25%; }
  .gridder.maxitems-4 .gridder-list:nth-child(n) {
    margin-bottom: 1%;
    margin-right: 1%; }
  .gridder.maxitems-4 .gridder-list:nth-of-type(4n) {
    margin-right: 0;
    margin-bottom: 0; }
  @media screen and (max-width: 800px) {
    .gridder.maxitems-4 .gridder-list {
      width: 23.5%; }
      .gridder.maxitems-4 .gridder-list:nth-child(n) {
        margin-bottom: 2%;
        margin-right: 2%; }
      .gridder.maxitems-4 .gridder-list:nth-of-type(4n) {
        margin-right: 0;
        margin-bottom: 0; } }
  @media screen and (max-width: 600px) {
    .gridder.maxitems-4 .gridder-list {
      width: 49%; }
      .gridder.maxitems-4 .gridder-list:nth-child(n) {
        margin-bottom: 2%;
        margin-right: 2%; }
      .gridder.maxitems-4 .gridder-list:nth-of-type(2n) {
        margin-right: 0;
        margin-bottom: 0; } }

.gridder.maxitems-3 .gridder-list {
  width: 32.66667%; }
  .gridder.maxitems-3 .gridder-list:nth-child(n) {
    margin-bottom: 1%;
    margin-right: 1%; }
  .gridder.maxitems-3 .gridder-list:nth-of-type(3n) {
    margin-right: 0;
    margin-bottom: 0; }
  @media screen and (max-width: 800px) {
    .gridder.maxitems-3 .gridder-list {
      width: 32%; }
      .gridder.maxitems-3 .gridder-list:nth-child(n) {
        margin-bottom: 2%;
        margin-right: 2%; }
      .gridder.maxitems-3 .gridder-list:nth-of-type(3n) {
        margin-right: 0;
        margin-bottom: 0; } }
  @media screen and (max-width: 600px) {
    .gridder.maxitems-3 .gridder-list {
      width: 49%; }
      .gridder.maxitems-3 .gridder-list:nth-child(n) {
        margin-bottom: 2%;
        margin-right: 2%; }
      .gridder.maxitems-3 .gridder-list:nth-of-type(2n) {
        margin-right: 0;
        margin-bottom: 0; } }

.gridder.maxitems-2 .gridder-list {
  width: 49.5%; }
  .gridder.maxitems-2 .gridder-list:nth-child(n) {
    margin-bottom: 1%;
    margin-right: 1%; }
  .gridder.maxitems-2 .gridder-list:nth-of-type(2n) {
    margin-right: 0;
    margin-bottom: 0; }
  @media screen and (max-width: 800px) {
    .gridder.maxitems-2 .gridder-list {
      width: 49.5%; }
      .gridder.maxitems-2 .gridder-list:nth-child(n) {
        margin-bottom: 1%;
        margin-right: 1%; }
      .gridder.maxitems-2 .gridder-list:nth-of-type(2n) {
        margin-right: 0;
        margin-bottom: 0; } }
  @media screen and (max-width: 600px) {
    .gridder.maxitems-2 .gridder-list {
      width: 49.5%; }
      .gridder.maxitems-2 .gridder-list:nth-child(n) {
        margin-bottom: 1%;
        margin-right: 1%; }
      .gridder.maxitems-2 .gridder-list:nth-of-type(2n) {
        margin-right: 0;
        margin-bottom: 0; } }

a, a:visited {
  color: #4f64ff; }
  a.external-link:before, a:visited.external-link:before {
    display: inline-block;
    content: " ";
    background-image: url(/assets/external_link.svg);
    width: 16px;
    height: 12px;
    color: red; }

#site-overlay,
#gridder-overlay {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: -200;
  left: 0;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.8); }

#site-overlay #overlay-container {
  background-color: #F0F0F0;
  border-radius: 15px;
  padding: 10px;
  position: absolute;
  left: 50%;
  top: 40px;
  margin-left: -321px; }
  #site-overlay #overlay-container.site-owner {
    border-radius: 1000px; }
  #site-overlay #overlay-container img.site-owner {
    border-radius: 1000px; }
@media screen and (max-width: 800px) {
  #site-overlay #overlay-container {
    margin-left: -240px;
    margin-top: -240px; }
    #site-overlay #overlay-container img.site-owner {
      border-radius: 1000px;
      width: 480px; } }
@media screen and (max-width: 600px) {
  #site-overlay #overlay-container {
    margin-left: -160px;
    margin-top: -160px; }
    #site-overlay #overlay-container img.site-owner {
      border-radius: 1000px;
      width: 320px; } }

.site-header {
  background: url(/assets/bg-leather2.png) repeat-x 0 70%;
  position: relative;
  border: 0 none;
  box-shadow: 0px 5px 10px #404040; }
  .site-header .site-title-container .site-title {
    display: inline-block; }
  .site-header .site-owner {
    float: left;
    margin: 5px 10px 0 0;
    width: 40px;
    border: 1px solid transparent;
    border-radius: 20px;
    cursor: pointer; }
  @media screen and (min-width: 800px) {
    .site-header nav.site-nav.desktop {
      display: block; }
    .site-header nav.site-nav.mobile {
      display: none; } }
  @media screen and (max-width: 800px) {
    .site-header nav.site-nav.desktop {
      display: block; }
    .site-header nav.site-nav.mobile {
      display: none; } }
  @media screen and (max-width: 600px) {
    .site-header nav.site-nav.desktop {
      display: none; }
    .site-header nav.site-nav.mobile {
      display: block; } }
  .site-header nav.site-nav.desktop {
    background: rgba(79, 100, 255, 0.3);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: absolute;
    bottom: 0;
    margin-left: 140px; }
    .site-header nav.site-nav.desktop .menu-main .menu-top ul {
      display: none;
      position: absolute;
      background-color: white;
      list-style-type: none;
      margin: 4px 0 0 -8px;
      box-shadow: 5px 5px 5px #A0A0DD; }
      .site-header nav.site-nav.desktop .menu-main .menu-top ul a {
        width: calc(100% - 16px);
        border-radius: 0px;
        color: #4f64ff; }
        .site-header nav.site-nav.desktop .menu-main .menu-top ul a:hover {
          color: white;
          background-color: #4f64ff; }
    .site-header nav.site-nav.desktop .menu-main a, .site-header nav.site-nav.desktop .menu-main span {
      display: inline-block;
      padding: 4px 8px;
      margin: 0;
      cursor: pointer;
      float: left;
      color: #afa4ff;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
      .site-header nav.site-nav.desktop .menu-main a:hover, .site-header nav.site-nav.desktop .menu-main span:hover {
        text-decoration: none;
        color: white;
        background-color: rgba(79, 100, 255, 0.3); }
  .site-header nav.site-nav.mobile .menu-main {
    border: 1px solid #A0A0DD;
    box-shadow: 5px 5px 5px #8080BB;
    padding: 0;
    position: absolute;
    right: 0;
    margin-top: 34px;
    background-color: #FFF; }
  .site-header nav.site-nav.mobile a.page-link {
    padding: 8px 12px;
    width: calc(100% - 24px); }
    .site-header nav.site-nav.mobile a.page-link:hover {
      color: white;
      background-color: #4f64ff;
      text-decoration: none; }
  .site-header nav.site-nav.mobile a.page-link,
  .site-header nav.site-nav.mobile span.menu-top {
    display: block;
    margin: 0;
    text-align: left; }
    .site-header nav.site-nav.mobile a.page-link ul,
    .site-header nav.site-nav.mobile span.menu-top ul {
      list-style-type: none;
      margin: 0; }
      .site-header nav.site-nav.mobile a.page-link ul li,
      .site-header nav.site-nav.mobile span.menu-top ul li {
        padding-left: 0; }
        .site-header nav.site-nav.mobile a.page-link ul li a,
        .site-header nav.site-nav.mobile span.menu-top ul li a {
          padding-left: 24px;
          width: calc(100% - 36px); }
  .site-header nav.site-nav.mobile span.menu-top {
    color: #888; }
    .site-header nav.site-nav.mobile span.menu-top .inner {
      display: inline-block;
      padding: 8px 12px; }

.page-content {
  background-image: linear-gradient(to bottom, #F0F0FA, #FAFAFF);
  clear: both;
  padding-top: 18px;
  box-shadow: 0px 10px 10px #A0A0BB; }
  .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    color: #4f64ff;
    margin-bottom: 0; }
  .page-content h1 {
    margin-bottom: 8px; }
  .page-content h6 {
    margin-bottom: 24px;
    color: #888;
    font-size: 12px;
    font-style: italic;
    padding-left: 12px; }
  .page-content .inner {
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 10px 10px 20px #8080AA;
    padding: 12px 30px;
    word-break: break-word; }
    .page-content .inner img {
      border-radius: 12px;
      box-shadow: 3px 3px 3px #448; }
    .page-content .inner .gridder {
      position: relative; }
      .page-content .inner .gridder .gridder-list {
        cursor: pointer;
        position: relative; }
        .page-content .inner .gridder .gridder-list span.video {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0; }
        .page-content .inner .gridder .gridder-list h6 {
          margin: 4px 0 0 0;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        .page-content .inner .gridder .gridder-list img {
          border-radius: 4px;
          box-shadow: 3px 3px 3px #448;
          animation: animate_gridderimg1 0.5s; }
@keyframes animate_gridderimg1 {
  from {
    box-shadow: -2px -2px 3px #448; }
  to {
    box-shadow: 3px 3px 3px #448; } }
        .page-content .inner .gridder .gridder-list:hover img {
          box-shadow: -2px -2px 3px #448;
          animation: animate_gridderimg2 0.5s; }
@keyframes animate_gridderimg2 {
  from {
    box-shadow: 3px 3px 3px #448; }
  to {
    box-shadow: -2px -2px 3px #448; } }
      .page-content .inner .gridder .gridder-show {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 11; }
        .page-content .inner .gridder .gridder-show .gridder-expanded-content h6 {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          background: rgba(0, 0, 0, 0.4);
          font-size: 24px;
          font-style: normal;
          color: #FFF;
          margin-bottom: 0;
          border-bottom-left-radius: 12px;
          border-bottom-right-radius: 12px; }
          @media screen and (max-width: 800px) {
            .page-content .inner .gridder .gridder-show .gridder-expanded-content h6 {
              font-size: 18px; } }
          @media screen and (max-width: 600px) {
            .page-content .inner .gridder .gridder-show .gridder-expanded-content h6 {
              font-size: 14px; } }
      .page-content .inner .gridder .gridder-navigation .gridder-nav,
      .page-content .inner .gridder .gridder-navigation .gridder-close {
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.3);
        position: absolute;
        box-shadow: 0 0 4px #444; }
        .page-content .inner .gridder .gridder-navigation .gridder-nav:hover,
        .page-content .inner .gridder .gridder-navigation .gridder-close:hover {
          box-shadow: 0 0 4px #000; }
          .page-content .inner .gridder .gridder-navigation .gridder-nav:hover span,
          .page-content .inner .gridder .gridder-navigation .gridder-close:hover span {
            opacity: 0.8; }
        .page-content .inner .gridder .gridder-navigation .gridder-nav span,
        .page-content .inner .gridder .gridder-navigation .gridder-close span {
          display: inline-block;
          width: 24px;
          height: 24px;
          margin: 8px 0 0 8px;
          opacity: 0.4; }
        .page-content .inner .gridder .gridder-navigation .gridder-nav.disabled,
        .page-content .inner .gridder .gridder-navigation .gridder-close.disabled {
          display: none; }
        .page-content .inner .gridder .gridder-navigation .gridder-nav.next,
        .page-content .inner .gridder .gridder-navigation .gridder-close.next {
          top: 50%;
          right: 10px;
          margin-top: -24px; }
          .page-content .inner .gridder .gridder-navigation .gridder-nav.next span,
          .page-content .inner .gridder .gridder-navigation .gridder-close.next span {
            background-image: url(/assets/right-24.png); }
        .page-content .inner .gridder .gridder-navigation .gridder-nav.prev,
        .page-content .inner .gridder .gridder-navigation .gridder-close.prev {
          top: 50%;
          left: 10px;
          margin-top: -24px; }
          .page-content .inner .gridder .gridder-navigation .gridder-nav.prev span,
          .page-content .inner .gridder .gridder-navigation .gridder-close.prev span {
            background-image: url(/assets/left-24.png); }
      .page-content .inner .gridder .gridder-navigation .gridder-close {
        top: 10px;
        right: 10px; }
        .page-content .inner .gridder .gridder-navigation .gridder-close span {
          background-image: url(/assets/close-24.png); }
  .page-content #blog-categories-sontainer ul.blog-categories {
    list-style-type: none;
    display: flex;
    flex-flow: row;
    margin: 0 0 12px 0; }
    @media screen and (max-width: 600px) {
      .page-content #blog-categories-sontainer ul.blog-categories {
        flex-wrap: wrap;
        margin: 0; } }
    .page-content #blog-categories-sontainer ul.blog-categories li {
      display: inline-block;
      flex: 1 100%;
      margin-left: 16px; }
      .page-content #blog-categories-sontainer ul.blog-categories li:first-child {
        margin: 0; }
      @media screen and (max-width: 600px) {
        .page-content #blog-categories-sontainer ul.blog-categories li {
          margin: 0 0 12px 0; }
          .page-content #blog-categories-sontainer ul.blog-categories li:first-child {
            margin: 0 0 12px 0; } }
      .page-content #blog-categories-sontainer ul.blog-categories li a {
        display: inline-block;
        position: relative; }
        .page-content #blog-categories-sontainer ul.blog-categories li a img {
          display: block;
          max-width: 100%;
          box-shadow: 3px 3px 6px #448;
          animation: animate_catimg1 0.5s; }
@keyframes animate_catimg1 {
  from {
    box-shadow: -3px -3px 6px #448; }
  to {
    box-shadow: 3px 3px 6px #448; } }
        .page-content #blog-categories-sontainer ul.blog-categories li a:hover {
          text-decoration: none; }
        .page-content #blog-categories-sontainer ul.blog-categories li a span {
          position: absolute;
          bottom: 0;
          width: calc(100% - 16px);
          display: inline-block;
          font-size: 24px;
          color: #FFF;
          border-bottom-left-radius: 12px;
          border-bottom-right-radius: 12px;
          background-color: rgba(0, 0, 0, 0.4);
          padding: 0 8px 0 8px;
          font-size: 24px; }
          @media screen and (max-width: 800px) {
            .page-content #blog-categories-sontainer ul.blog-categories li a span {
              font-size: 16px; } }
          @media screen and (max-width: 600px) {
            .page-content #blog-categories-sontainer ul.blog-categories li a span {
              font-size: 20px; } }
      .page-content #blog-categories-sontainer ul.blog-categories li:hover a img {
        box-shadow: -3px -3px 6px #448;
        animation: animate_catimg2 0.5s; }
@keyframes animate_catimg2 {
  from {
    box-shadow: 3px 3px 6px #448; }
  to {
    box-shadow: -3px -3px 6px #448; } }
      .page-content #blog-categories-sontainer ul.blog-categories li:hover a span {
        background: rgba(0, 0, 0, 0.6);
        animation: cat_color_change2 0.5s; }
@keyframes cat_color_change2 {
  from {
    background: rgba(0, 0, 0, 0.3); }
  to {
    background: rgba(0, 0, 0, 0.6); } }
  .page-content ul.post-list li {
    margin-bottom: 20px; }
    .page-content ul.post-list li a {
      border: 1px solid #EEF;
      padding: 8px 16px 8px 8px;
      background-color: #FAFAFF;
      border-radius: 5px;
      font-size: 20px;
      overflow: hidden;
      clear: both;
      box-shadow: 3px 3px 3px #88B;
      animation: post_bs_change1 0.5s; }
@keyframes post_bs_change1 {
  from {
    box-shadow: -3px -3px 3px #88B; }
  to {
    box-shadow: 3px 3px 3px #88B; } }
      .page-content ul.post-list li a img {
        display: inline-block;
        float: left;
        margin-right: 12px;
        border: 1px solid #88B;
        max-width: 250px;
        box-shadow: 3px 3px 3px #88B;
        animation: post_img_bs_change1 0.5s; }
@keyframes post_img_bs_change1 {
  from {
    box-shadow: -3px -3px 3px #88B; }
  to {
    box-shadow: 3px 3px 3px #88B; } }
        @media screen and (max-width: 800px) {
          .page-content ul.post-list li a img {
            max-width: 200px; } }
        @media screen and (max-width: 600px) {
          .page-content ul.post-list li a img {
            max-width: 150px;
            margin-bottom: 12px; } }
      .page-content ul.post-list li a:hover {
        text-decoration: none;
        border: 1px solid #CCD;
        box-shadow: -3px -3px 3px #88B;
        animation: post_bs_change2 0.5s; }
@keyframes post_bs_change2 {
  from {
    box-shadow: 3px 3px 3px #88B; }
  to {
    box-shadow: -3px -3px 3px #88B; } }
        .page-content ul.post-list li a:hover img {
          box-shadow: -3px -3px 3px #88B;
          animation: post_img_bs_change2 0.5s; }
@keyframes post_img_bs_change2 {
  from {
    box-shadow: 3px 3px 3px #88B; }
  to {
    box-shadow: -3px -3px 3px #88B; } }
      .page-content ul.post-list li a span.post-meta {
        display: block; }
        .page-content ul.post-list li a span.post-meta .post-meta-date {
          display: inline-block;
          margin-right: 40px; }
        .page-content ul.post-list li a span.post-meta .post-meta-category {
          display: inline-block; }
      .page-content ul.post-list li a span.post-title {
        display: block;
        font-size: 24px;
        margin-bottom: 8px;
        line-height: 30px; }
        @media screen and (max-width: 600px) {
          .page-content ul.post-list li a span.post-title {
            font-size: 20px; } }
      .page-content ul.post-list li a span.post-intro {
        display: block;
        color: #444;
        font-size: 16px; }
  .page-content p.post-meta {
    position: relative; }
    .page-content p.post-meta .post-meta-category {
      display: inline-block;
      position: absolute;
      right: 12px;
      margin-left: 100px; }
  .page-content .youtube-container {
    box-shadow: 3px 3px 3px #448;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 8px; }
    .page-content .youtube-container iframe.youtube {
      width: 100%;
      height: 100%; }

.site-footer {
  background-image: linear-gradient(to bottom, #FFF, #F0F0FA, #FFF);
  padding: 12px 0 16px 0;
  border-top: 0px solid #000;
  margin-top: 20px;
  margin-bottom: 24px; }
  .site-footer span {
    font-size: 12px; }
    @media screen and (max-width: 600px) {
      .site-footer span {
        font-size: 16px; } }
    @media screen and (max-width: 800px) {
      .site-footer span {
        font-size: 16px; } }
  .site-footer h2 {
    margin: 4px; }
  .site-footer ul .username {
    white-space: nowrap; }
  .site-footer ul.contact-list {
    margin-bottom: 0; }
  .site-footer ul.social-media-list {
    margin-bottom: 0; }
  .site-footer .footer-col {
    margin-bottom: 0; }

.page-content ul li a span.hidden.hidden.hidden {
  display: none; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #eef; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }
