/* ==========================================================================
   Table of Contents
   ========================================================================== */

/*

    0.  Normalize
    1.  Icons
    2.  General
    3.  Utilities
    4.  General
    5.  Single Post
    6.  Tag Archive
    7.  Read Next
    8.  Third Party Elements
    9.  Pagination
    10.  Footer
    11. Media Queries (Tablet)
    12. Media Queries (Mobile)
    13. Animations

*/

/* ==========================================================================
   0. Normalize.css v2.1.3 | MIT License | git.io/normalize | (minified)
   ========================================================================== */

article, aside, details,
figcaption, figure,
footer, header, hgroup,
main, nav, section,
summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
html {
   font-family: sans-serif;
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
}
body { margin: 0; }
a { background: transparent; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }
h1 { font-size: 2em; margin: 0.67em 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: 700; }
dfn { font-style: italic; }
hr {
   -moz-box-sizing: content-box;
   box-sizing: content-box;
   height: 0;
}
mark { background: #FF0; color: #000; }
code, kbd, pre,
samp { font-family: monospace, serif; font-size: 1em; }
pre { white-space: pre-wrap; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
small { font-size: 80%; }
sub, sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
fieldset {
   border: 1px solid #c0c0c0;
   margin: 0 2px;
   padding: 0.35em 0.625em 0.75em;
}
legend { border: 0; padding: 0; }
button, input, select,
textarea { font-family: inherit; font-size: 100%; margin: 0; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"],
input[type="reset"], input[type="submit"] {
   -webkit-appearance: button;
   cursor: pointer;
}
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"],
input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] {
   -webkit-appearance: textfield;
   -moz-box-sizing: content-box;
   -webkit-box-sizing: content-box;
   box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }


/* ==========================================================================
   1. Icons - Sets up the icon font and respective classes
   ========================================================================== */

/* Import the font file with the icons in it */
@font-face {
    font-family: "casper-icons";
    src:url("../fonts/casper-icons.eot?v=1");
    src:url("../fonts/casper-icons.eot?v=1#iefix") format("embedded-opentype"),
        url("../fonts/casper-icons.woff?v=1") format("woff"),
        url("../fonts/casper-icons.ttf?v=1") format("truetype"),
        url("../fonts/casper-icons.svg?v=20#icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

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

/* Apply these base styles to all icons */
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "casper-icons", "Open Sans", sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Apply these base styles to all MY icons */
[class^="icon-mine-"]:before, [class*=" icon-mine-"]:before {
    font-family: "foobar";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Each icon is created by inserting the correct character into the
   content of the :before pseudo element. Like a boss. */
.icon-ghost:before {
    content: "\f600";
}
.icon-feed:before {
    content: "\f601";
}
.icon-twitter:before {
    content: "\f602";
    font-size: 1.1em;
}
.icon-google-plus:before {
    content: "\f603";
}
.icon-facebook:before {
    content: "\f604";
}
.icon-arrow-left:before {
    content: "\f605";
}
.icon-stats:before {
    content: "\f606";
}
.icon-location:before {
    content: "\f607";
    margin-left: -3px; /* Tracking fix */
}
.icon-link:before {
    content: "\f608";
}
.icon-menu:before {
    content: "\f609";
}
.icon-500px:before {
    content: "\f611";
}
/*
    IMPORTANT: When making any changes to the icon font, be sure to increment
    the version number by 1 in the @font-face rule. `?v=1` becomes `?v=2`
    This forces browsers to download the new font file.
*/
.icon-mine-fivehundredpx:before { content: '\e800'; } /* '' */
.icon-mine-fivehundredpx:hover {
    color: grey !important;
}

.icon-mine-glass:before { content: '\e801'; } /* '' */
.icon-mine-music:before { content: '\e802'; } /* '' */
.icon-mine-search:before { content: '\e803'; } /* '' */
.icon-mine-mail:before { content: '\e804'; } /* '' */
.icon-mine-mail-alt:before { content: '\e805'; } /* '' */
.icon-mine-mail-squared:before { content: '\e806'; } /* '' */
.icon-mine-heart:before { content: '\e807'; } /* '' */
.icon-mine-heart-empty:before { content: '\e808'; } /* '' */
.icon-mine-star:before { content: '\e809'; } /* '' */
.icon-mine-star-empty:before { content: '\e80a'; } /* '' */
.icon-mine-star-half:before { content: '\e80b'; } /* '' */
.icon-mine-star-half-alt:before { content: '\e80c'; } /* '' */
.icon-mine-user:before { content: '\e80d'; } /* '' */
.icon-mine-user-plus:before { content: '\e80e'; } /* '' */
.icon-mine-user-times:before { content: '\e80f'; } /* '' */
.icon-mine-users:before { content: '\e810'; } /* '' */
.icon-mine-male:before { content: '\e811'; } /* '' */
.icon-mine-female:before { content: '\e812'; } /* '' */
.icon-mine-child:before { content: '\e813'; } /* '' */
.icon-mine-user-secret:before { content: '\e814'; } /* '' */
.icon-mine-video:before { content: '\e815'; } /* '' */
.icon-mine-videocam:before { content: '\e816'; } /* '' */
.icon-mine-picture:before { content: '\e817'; } /* '' */
.icon-mine-camera:before { content: '\e818'; } /* '' */
.icon-mine-camera-alt:before { content: '\e819'; } /* '' */
.icon-mine-th-large:before { content: '\e81a'; } /* '' */
.icon-mine-th:before { content: '\e81b'; } /* '' */
.icon-mine-th-list:before { content: '\e81c'; } /* '' */
.icon-mine-ok:before { content: '\e81d'; } /* '' */
.icon-mine-ok-circled:before { content: '\e81e'; } /* '' */
.icon-mine-ok-circled2:before { content: '\e81f'; } /* '' */
.icon-mine-ok-squared:before { content: '\e820'; } /* '' */
.icon-mine-cancel:before { content: '\e821'; } /* '' */
.icon-mine-cancel-circled:before { content: '\e822'; } /* '' */
.icon-mine-cancel-circled2:before { content: '\e823'; } /* '' */
.icon-mine-plus:before { content: '\e824'; } /* '' */
.icon-mine-plus-circled:before { content: '\e825'; } /* '' */
.icon-mine-plus-squared:before { content: '\e826'; } /* '' */
.icon-mine-plus-squared-alt:before { content: '\e827'; } /* '' */
.icon-mine-minus:before { content: '\e828'; } /* '' */
.icon-mine-minus-circled:before { content: '\e829'; } /* '' */
.icon-mine-minus-squared:before { content: '\e82a'; } /* '' */
.icon-mine-minus-squared-alt:before { content: '\e82b'; } /* '' */
.icon-mine-help:before { content: '\e82c'; } /* '' */
.icon-mine-help-circled:before { content: '\e82d'; } /* '' */
.icon-mine-info-circled:before { content: '\e82e'; } /* '' */
.icon-mine-info:before { content: '\e82f'; } /* '' */
.icon-mine-home:before { content: '\e830'; } /* '' */
.icon-mine-link:before { content: '\e831'; } /* '' */
.icon-mine-unlink:before { content: '\e832'; } /* '' */
.icon-mine-link-ext:before { content: '\e833'; } /* '' */
.icon-mine-link-ext-alt:before { content: '\e834'; } /* '' */
.icon-mine-attach:before { content: '\e835'; } /* '' */
.icon-mine-lock:before { content: '\e836'; } /* '' */
.icon-mine-lock-open:before { content: '\e837'; } /* '' */
.icon-mine-lock-open-alt:before { content: '\e838'; } /* '' */
.icon-mine-pin:before { content: '\e839'; } /* '' */
.icon-mine-eye:before { content: '\e83a'; } /* '' */
.icon-mine-eye-off:before { content: '\e83b'; } /* '' */
.icon-mine-tag:before { content: '\e83c'; } /* '' */
.icon-mine-tags:before { content: '\e83d'; } /* '' */
.icon-mine-bookmark:before { content: '\e83e'; } /* '' */
.icon-mine-bookmark-empty:before { content: '\e83f'; } /* '' */
.icon-mine-flag:before { content: '\e840'; } /* '' */
.icon-mine-flag-empty:before { content: '\e841'; } /* '' */
.icon-mine-flag-checkered:before { content: '\e842'; } /* '' */
.icon-mine-thumbs-up:before { content: '\e843'; } /* '' */
.icon-mine-thumbs-down:before { content: '\e844'; } /* '' */
.icon-mine-thumbs-up-alt:before { content: '\e845'; } /* '' */
.icon-mine-thumbs-down-alt:before { content: '\e846'; } /* '' */
.icon-mine-download:before { content: '\e847'; } /* '' */
.icon-mine-upload:before { content: '\e848'; } /* '' */
.icon-mine-download-cloud:before { content: '\e849'; } /* '' */
.icon-mine-upload-cloud:before { content: '\e84a'; } /* '' */
.icon-mine-reply:before { content: '\e84b'; } /* '' */
.icon-mine-reply-all:before { content: '\e84c'; } /* '' */
.icon-mine-forward:before { content: '\e84d'; } /* '' */
.icon-mine-quote-left:before { content: '\e84e'; } /* '' */
.icon-mine-quote-right:before { content: '\e84f'; } /* '' */
.icon-mine-code:before { content: '\e850'; } /* '' */
.icon-mine-export:before { content: '\e851'; } /* '' */
.icon-mine-export-alt:before { content: '\e852'; } /* '' */
.icon-mine-share:before { content: '\e853'; } /* '' */
.icon-mine-share-squared:before { content: '\e854'; } /* '' */
.icon-mine-pencil:before { content: '\e855'; } /* '' */
.icon-mine-pencil-squared:before { content: '\e856'; } /* '' */
.icon-mine-edit:before { content: '\e857'; } /* '' */
.icon-mine-print:before { content: '\e858'; } /* '' */
.icon-mine-retweet:before { content: '\e859'; } /* '' */
.icon-mine-keyboard:before { content: '\e85a'; } /* '' */
.icon-mine-gamepad:before { content: '\e85b'; } /* '' */
.icon-mine-comment:before { content: '\e85c'; } /* '' */
.icon-mine-chat:before { content: '\e85d'; } /* '' */
.icon-mine-comment-empty:before { content: '\e85e'; } /* '' */
.icon-mine-chat-empty:before { content: '\e85f'; } /* '' */
.icon-mine-bell:before { content: '\e860'; } /* '' */
.icon-mine-bell-alt:before { content: '\e861'; } /* '' */
.icon-mine-bell-off:before { content: '\e862'; } /* '' */
.icon-mine-bell-off-empty:before { content: '\e863'; } /* '' */
.icon-mine-attention-alt:before { content: '\e864'; } /* '' */
.icon-mine-attention:before { content: '\e865'; } /* '' */
.icon-mine-attention-circled:before { content: '\e866'; } /* '' */
.icon-mine-location:before { content: '\e867'; } /* '' */
.icon-mine-direction:before { content: '\e868'; } /* '' */
.icon-mine-compass:before { content: '\e869'; } /* '' */
.icon-mine-trash:before { content: '\e86a'; } /* '' */
.icon-mine-trash-empty:before { content: '\e86b'; } /* '' */
.icon-mine-doc:before { content: '\e86c'; } /* '' */
.icon-mine-docs:before { content: '\e86d'; } /* '' */
.icon-mine-doc-text:before { content: '\e86e'; } /* '' */
.icon-mine-doc-inv:before { content: '\e86f'; } /* '' */
.icon-mine-doc-text-inv:before { content: '\e870'; } /* '' */
.icon-mine-file-pdf:before { content: '\e871'; } /* '' */
.icon-mine-file-word:before { content: '\e872'; } /* '' */
.icon-mine-file-excel:before { content: '\e873'; } /* '' */
.icon-mine-file-powerpoint:before { content: '\e874'; } /* '' */
.icon-mine-file-image:before { content: '\e875'; } /* '' */
.icon-mine-file-archive:before { content: '\e876'; } /* '' */
.icon-mine-file-audio:before { content: '\e877'; } /* '' */
.icon-mine-file-video:before { content: '\e878'; } /* '' */
.icon-mine-file-code:before { content: '\e879'; } /* '' */
.icon-mine-folder:before { content: '\e87a'; } /* '' */
.icon-mine-folder-open:before { content: '\e87b'; } /* '' */
.icon-mine-folder-empty:before { content: '\e87c'; } /* '' */
.icon-mine-folder-open-empty:before { content: '\e87d'; } /* '' */
.icon-mine-box:before { content: '\e87e'; } /* '' */
.icon-mine-rss:before { content: '\e87f'; } /* '' */
.icon-mine-rss-squared:before { content: '\e880'; } /* '' */
.icon-mine-phone:before { content: '\e881'; } /* '' */
.icon-mine-phone-squared:before { content: '\e882'; } /* '' */
.icon-mine-fax:before { content: '\e883'; } /* '' */
.icon-mine-menu:before { content: '\e884'; } /* '' */
.icon-mine-cog:before { content: '\e885'; } /* '' */
.icon-mine-cog-alt:before { content: '\e886'; } /* '' */
.icon-mine-wrench:before { content: '\e887'; } /* '' */
.icon-mine-sliders:before { content: '\e888'; } /* '' */
.icon-mine-basket:before { content: '\e889'; } /* '' */
.icon-mine-cart-plus:before { content: '\e88a'; } /* '' */
.icon-mine-cart-arrow-down:before { content: '\e88b'; } /* '' */
.icon-mine-calendar:before { content: '\e88c'; } /* '' */
.icon-mine-calendar-empty:before { content: '\e88d'; } /* '' */
.icon-mine-login:before { content: '\e88e'; } /* '' */
.icon-mine-logout:before { content: '\e88f'; } /* '' */
.icon-mine-mic:before { content: '\e890'; } /* '' */
.icon-mine-mute:before { content: '\e891'; } /* '' */
.icon-mine-volume-off:before { content: '\e892'; } /* '' */
.icon-mine-volume-down:before { content: '\e893'; } /* '' */
.icon-mine-volume-up:before { content: '\e894'; } /* '' */
.icon-mine-headphones:before { content: '\e895'; } /* '' */
.icon-mine-clock:before { content: '\e896'; } /* '' */
.icon-mine-lightbulb:before { content: '\e897'; } /* '' */
.icon-mine-block:before { content: '\e898'; } /* '' */
.icon-mine-resize-full:before { content: '\e899'; } /* '' */
.icon-mine-resize-full-alt:before { content: '\e89a'; } /* '' */
.icon-mine-resize-small:before { content: '\e89b'; } /* '' */
.icon-mine-resize-vertical:before { content: '\e89c'; } /* '' */
.icon-mine-resize-horizontal:before { content: '\e89d'; } /* '' */
.icon-mine-move:before { content: '\e89e'; } /* '' */
.icon-mine-zoom-in:before { content: '\e89f'; } /* '' */
.icon-mine-zoom-out:before { content: '\e8a0'; } /* '' */
.icon-mine-down-circled2:before { content: '\e8a1'; } /* '' */
.icon-mine-up-circled2:before { content: '\e8a2'; } /* '' */
.icon-mine-left-circled2:before { content: '\e8a3'; } /* '' */
.icon-mine-right-circled2:before { content: '\e8a4'; } /* '' */
.icon-mine-down-dir:before { content: '\e8a5'; } /* '' */
.icon-mine-up-dir:before { content: '\e8a6'; } /* '' */
.icon-mine-left-dir:before { content: '\e8a7'; } /* '' */
.icon-mine-right-dir:before { content: '\e8a8'; } /* '' */
.icon-mine-down-open:before { content: '\e8a9'; } /* '' */
.icon-mine-left-open:before { content: '\e8aa'; } /* '' */
.icon-mine-right-open:before { content: '\e8ab'; } /* '' */
.icon-mine-up-open:before { content: '\e8ac'; } /* '' */
.icon-mine-angle-left:before { content: '\e8ad'; } /* '' */
.icon-mine-angle-right:before { content: '\e8ae'; } /* '' */
.icon-mine-angle-up:before { content: '\e8af'; } /* '' */
.icon-mine-angle-down:before { content: '\e8b0'; } /* '' */
.icon-mine-angle-circled-left:before { content: '\e8b1'; } /* '' */
.icon-mine-angle-circled-right:before { content: '\e8b2'; } /* '' */
.icon-mine-angle-circled-up:before { content: '\e8b3'; } /* '' */
.icon-mine-angle-circled-down:before { content: '\e8b4'; } /* '' */
.icon-mine-angle-double-left:before { content: '\e8b5'; } /* '' */
.icon-mine-angle-double-right:before { content: '\e8b6'; } /* '' */
.icon-mine-angle-double-up:before { content: '\e8b7'; } /* '' */
.icon-mine-angle-double-down:before { content: '\e8b8'; } /* '' */
.icon-mine-down:before { content: '\e8b9'; } /* '' */
.icon-mine-left:before { content: '\e8ba'; } /* '' */
.icon-mine-right:before { content: '\e8bb'; } /* '' */
.icon-mine-up:before { content: '\e8bc'; } /* '' */
.icon-mine-down-big:before { content: '\e8bd'; } /* '' */
.icon-mine-left-big:before { content: '\e8be'; } /* '' */
.icon-mine-right-big:before { content: '\e8bf'; } /* '' */
.icon-mine-up-big:before { content: '\e8c0'; } /* '' */
.icon-mine-right-hand:before { content: '\e8c1'; } /* '' */
.icon-mine-left-hand:before { content: '\e8c2'; } /* '' */
.icon-mine-up-hand:before { content: '\e8c3'; } /* '' */
.icon-mine-down-hand:before { content: '\e8c4'; } /* '' */
.icon-mine-left-circled:before { content: '\e8c5'; } /* '' */
.icon-mine-right-circled:before { content: '\e8c6'; } /* '' */
.icon-mine-up-circled:before { content: '\e8c7'; } /* '' */
.icon-mine-down-circled:before { content: '\e8c8'; } /* '' */
.icon-mine-cw:before { content: '\e8c9'; } /* '' */
.icon-mine-ccw:before { content: '\e8ca'; } /* '' */
.icon-mine-arrows-cw:before { content: '\e8cb'; } /* '' */
.icon-mine-level-up:before { content: '\e8cc'; } /* '' */
.icon-mine-level-down:before { content: '\e8cd'; } /* '' */
.icon-mine-shuffle:before { content: '\e8ce'; } /* '' */
.icon-mine-exchange:before { content: '\e8cf'; } /* '' */
.icon-mine-history:before { content: '\e8d0'; } /* '' */
.icon-mine-expand:before { content: '\e8d1'; } /* '' */
.icon-mine-collapse:before { content: '\e8d2'; } /* '' */
.icon-mine-expand-right:before { content: '\e8d3'; } /* '' */
.icon-mine-collapse-left:before { content: '\e8d4'; } /* '' */
.icon-mine-play:before { content: '\e8d5'; } /* '' */
.icon-mine-play-circled:before { content: '\e8d6'; } /* '' */
.icon-mine-play-circled2:before { content: '\e8d7'; } /* '' */
.icon-mine-stop:before { content: '\e8d8'; } /* '' */
.icon-mine-pause:before { content: '\e8d9'; } /* '' */
.icon-mine-to-end:before { content: '\e8da'; } /* '' */
.icon-mine-to-end-alt:before { content: '\e8db'; } /* '' */
.icon-mine-to-start:before { content: '\e8dc'; } /* '' */
.icon-mine-to-start-alt:before { content: '\e8dd'; } /* '' */
.icon-mine-fast-fw:before { content: '\e8de'; } /* '' */
.icon-mine-fast-bw:before { content: '\e8df'; } /* '' */
.icon-mine-eject:before { content: '\e8e0'; } /* '' */
.icon-mine-target:before { content: '\e8e1'; } /* '' */
.icon-mine-signal:before { content: '\e8e2'; } /* '' */
.icon-mine-wifi:before { content: '\e8e3'; } /* '' */
.icon-mine-award:before { content: '\e8e4'; } /* '' */
.icon-mine-desktop:before { content: '\e8e5'; } /* '' */
.icon-mine-laptop:before { content: '\e8e6'; } /* '' */
.icon-mine-tablet:before { content: '\e8e7'; } /* '' */
.icon-mine-mobile:before { content: '\e8e8'; } /* '' */
.icon-mine-inbox:before { content: '\e8e9'; } /* '' */
.icon-mine-globe:before { content: '\e8ea'; } /* '' */
.icon-mine-sun:before { content: '\e8eb'; } /* '' */
.icon-mine-cloud:before { content: '\e8ec'; } /* '' */
.icon-mine-flash:before { content: '\e8ed'; } /* '' */
.icon-mine-moon:before { content: '\e8ee'; } /* '' */
.icon-mine-umbrella:before { content: '\e8ef'; } /* '' */
.icon-mine-flight:before { content: '\e8f0'; } /* '' */
.icon-mine-fighter-jet:before { content: '\e8f1'; } /* '' */
.icon-mine-paper-plane:before { content: '\e8f2'; } /* '' */
.icon-mine-paper-plane-empty:before { content: '\e8f3'; } /* '' */
.icon-mine-space-shuttle:before { content: '\e8f4'; } /* '' */
.icon-mine-leaf:before { content: '\e8f5'; } /* '' */
.icon-mine-font:before { content: '\e8f6'; } /* '' */
.icon-mine-bold:before { content: '\e8f7'; } /* '' */
.icon-mine-medium:before { content: '\e8f8'; } /* '' */
.icon-mine-italic:before { content: '\e8f9'; } /* '' */
.icon-mine-header:before { content: '\e8fa'; } /* '' */
.icon-mine-paragraph:before { content: '\e8fb'; } /* '' */
.icon-mine-text-height:before { content: '\e8fc'; } /* '' */
.icon-mine-text-width:before { content: '\e8fd'; } /* '' */
.icon-mine-align-left:before { content: '\e8fe'; } /* '' */
.icon-mine-align-center:before { content: '\e8ff'; } /* '' */
.icon-mine-align-right:before { content: '\e900'; } /* '' */
.icon-mine-align-justify:before { content: '\e901'; } /* '' */
.icon-mine-list:before { content: '\e902'; } /* '' */
.icon-mine-indent-left:before { content: '\e903'; } /* '' */
.icon-mine-indent-right:before { content: '\e904'; } /* '' */
.icon-mine-list-bullet:before { content: '\e905'; } /* '' */
.icon-mine-list-numbered:before { content: '\e906'; } /* '' */
.icon-mine-strike:before { content: '\e907'; } /* '' */
.icon-mine-underline:before { content: '\e908'; } /* '' */
.icon-mine-superscript:before { content: '\e909'; } /* '' */
.icon-mine-subscript:before { content: '\e90a'; } /* '' */
.icon-mine-table:before { content: '\e90b'; } /* '' */
.icon-mine-columns:before { content: '\e90c'; } /* '' */
.icon-mine-crop:before { content: '\e90d'; } /* '' */
.icon-mine-scissors:before { content: '\e90e'; } /* '' */
.icon-mine-paste:before { content: '\e90f'; } /* '' */
.icon-mine-briefcase:before { content: '\e910'; } /* '' */
.icon-mine-suitcase:before { content: '\e911'; } /* '' */
.icon-mine-ellipsis:before { content: '\e912'; } /* '' */
.icon-mine-ellipsis-vert:before { content: '\e913'; } /* '' */
.icon-mine-off:before { content: '\e914'; } /* '' */
.icon-mine-road:before { content: '\e915'; } /* '' */
.icon-mine-list-alt:before { content: '\e916'; } /* '' */
.icon-mine-qrcode:before { content: '\e917'; } /* '' */
.icon-mine-barcode:before { content: '\e918'; } /* '' */
.icon-mine-book:before { content: '\e919'; } /* '' */
.icon-mine-ajust:before { content: '\e91a'; } /* '' */
.icon-mine-tint:before { content: '\e91b'; } /* '' */
.icon-mine-toggle-off:before { content: '\e91c'; } /* '' */
.icon-mine-toggle-on:before { content: '\e91d'; } /* '' */
.icon-mine-check:before { content: '\e91e'; } /* '' */
.icon-mine-check-empty:before { content: '\e91f'; } /* '' */
.icon-mine-circle:before { content: '\e920'; } /* '' */
.icon-mine-circle-empty:before { content: '\e921'; } /* '' */
.icon-mine-circle-thin:before { content: '\e922'; } /* '' */
.icon-mine-circle-notch:before { content: '\e923'; } /* '' */
.icon-mine-dot-circled:before { content: '\e924'; } /* '' */
.icon-mine-asterisk:before { content: '\e925'; } /* '' */
.icon-mine-gift:before { content: '\e926'; } /* '' */
.icon-mine-fire:before { content: '\e927'; } /* '' */
.icon-mine-magnet:before { content: '\e928'; } /* '' */
.icon-mine-chart-bar:before { content: '\e929'; } /* '' */
.icon-mine-chart-area:before { content: '\e92a'; } /* '' */
.icon-mine-chart-pie:before { content: '\e92b'; } /* '' */
.icon-mine-chart-line:before { content: '\e92c'; } /* '' */
.icon-mine-ticket:before { content: '\e92d'; } /* '' */
.icon-mine-credit-card:before { content: '\e92e'; } /* '' */
.icon-mine-floppy:before { content: '\e92f'; } /* '' */
.icon-mine-megaphone:before { content: '\e930'; } /* '' */
.icon-mine-hdd:before { content: '\e931'; } /* '' */
.icon-mine-key:before { content: '\e932'; } /* '' */
.icon-mine-fork:before { content: '\e933'; } /* '' */
.icon-mine-rocket:before { content: '\e934'; } /* '' */
.icon-mine-bug:before { content: '\e935'; } /* '' */
.icon-mine-certificate:before { content: '\e936'; } /* '' */
.icon-mine-tasks:before { content: '\e937'; } /* '' */
.icon-mine-filter:before { content: '\e938'; } /* '' */
.icon-mine-beaker:before { content: '\e939'; } /* '' */
.icon-mine-magic:before { content: '\e93a'; } /* '' */
.icon-mine-cab:before { content: '\e93b'; } /* '' */
.icon-mine-taxi:before { content: '\e93c'; } /* '' */
.icon-mine-truck:before { content: '\e93d'; } /* '' */
.icon-mine-bus:before { content: '\e93e'; } /* '' */
.icon-mine-bicycle:before { content: '\e93f'; } /* '' */
.icon-mine-motorcycle:before { content: '\e940'; } /* '' */
.icon-mine-train:before { content: '\e941'; } /* '' */
.icon-mine-subway:before { content: '\e942'; } /* '' */
.icon-mine-ship:before { content: '\e943'; } /* '' */
.icon-mine-money:before { content: '\e944'; } /* '' */
.icon-mine-euro:before { content: '\e945'; } /* '' */
.icon-mine-pound:before { content: '\e946'; } /* '' */
.icon-mine-dollar:before { content: '\e947'; } /* '' */
.icon-mine-rupee:before { content: '\e948'; } /* '' */
.icon-mine-yen:before { content: '\e949'; } /* '' */
.icon-mine-rouble:before { content: '\e94a'; } /* '' */
.icon-mine-shekel:before { content: '\e94b'; } /* '' */
.icon-mine-try:before { content: '\e94c'; } /* '' */
.icon-mine-won:before { content: '\e94d'; } /* '' */
.icon-mine-bitcoin:before { content: '\e94e'; } /* '' */
.icon-mine-viacoin:before { content: '\e94f'; } /* '' */
.icon-mine-sort:before { content: '\e950'; } /* '' */
.icon-mine-sort-down:before { content: '\e951'; } /* '' */
.icon-mine-sort-up:before { content: '\e952'; } /* '' */
.icon-mine-sort-alt-up:before { content: '\e953'; } /* '' */
.icon-mine-sort-alt-down:before { content: '\e954'; } /* '' */
.icon-mine-sort-name-up:before { content: '\e955'; } /* '' */
.icon-mine-sort-name-down:before { content: '\e956'; } /* '' */
.icon-mine-sort-number-up:before { content: '\e957'; } /* '' */
.icon-mine-sort-number-down:before { content: '\e958'; } /* '' */
.icon-mine-hammer:before { content: '\e959'; } /* '' */
.icon-mine-gauge:before { content: '\e95a'; } /* '' */
.icon-mine-sitemap:before { content: '\e95b'; } /* '' */
.icon-mine-spinner:before { content: '\e95c'; } /* '' */
.icon-mine-coffee:before { content: '\e95d'; } /* '' */
.icon-mine-food:before { content: '\e95e'; } /* '' */
.icon-mine-beer:before { content: '\e95f'; } /* '' */
.icon-mine-user-md:before { content: '\e960'; } /* '' */
.icon-mine-stethoscope:before { content: '\e961'; } /* '' */
.icon-mine-heartbeat:before { content: '\e962'; } /* '' */
.icon-mine-ambulance:before { content: '\e963'; } /* '' */
.icon-mine-medkit:before { content: '\e964'; } /* '' */
.icon-mine-h-sigh:before { content: '\e965'; } /* '' */
.icon-mine-bed:before { content: '\e966'; } /* '' */
.icon-mine-hospital:before { content: '\e967'; } /* '' */
.icon-mine-building:before { content: '\e968'; } /* '' */
.icon-mine-building-filled:before { content: '\e969'; } /* '' */
.icon-mine-bank:before { content: '\e96a'; } /* '' */
.icon-mine-smile:before { content: '\e96b'; } /* '' */
.icon-mine-frown:before { content: '\e96c'; } /* '' */
.icon-mine-meh:before { content: '\e96d'; } /* '' */
.icon-mine-anchor:before { content: '\e96e'; } /* '' */
.icon-mine-terminal:before { content: '\e96f'; } /* '' */
.icon-mine-eraser:before { content: '\e970'; } /* '' */
.icon-mine-puzzle:before { content: '\e971'; } /* '' */
.icon-mine-shield:before { content: '\e972'; } /* '' */
.icon-mine-extinguisher:before { content: '\e973'; } /* '' */
.icon-mine-bullseye:before { content: '\e974'; } /* '' */
.icon-mine-wheelchair:before { content: '\e975'; } /* '' */
.icon-mine-language:before { content: '\e976'; } /* '' */
.icon-mine-graduation-cap:before { content: '\e977'; } /* '' */
.icon-mine-paw:before { content: '\e978'; } /* '' */
.icon-mine-spoon:before { content: '\e979'; } /* '' */
.icon-mine-cube:before { content: '\e97a'; } /* '' */
.icon-mine-cubes:before { content: '\e97b'; } /* '' */
.icon-mine-recycle:before { content: '\e97c'; } /* '' */
.icon-mine-tree:before { content: '\e97d'; } /* '' */
.icon-mine-database:before { content: '\e97e'; } /* '' */
.icon-mine-server:before { content: '\e97f'; } /* '' */
.icon-mine-lifebuoy:before { content: '\e980'; } /* '' */
.icon-mine-rebel:before { content: '\e981'; } /* '' */
.icon-mine-empire:before { content: '\e982'; } /* '' */
.icon-mine-bomb:before { content: '\e983'; } /* '' */
.icon-mine-soccer-ball:before { content: '\e984'; } /* '' */
.icon-mine-tty:before { content: '\e985'; } /* '' */
.icon-mine-binoculars:before { content: '\e986'; } /* '' */
.icon-mine-plug:before { content: '\e987'; } /* '' */
.icon-mine-newspaper:before { content: '\e988'; } /* '' */
.icon-mine-calc:before { content: '\e989'; } /* '' */
.icon-mine-copyright:before { content: '\e98a'; } /* '' */
.icon-mine-at:before { content: '\e98b'; } /* '' */
.icon-mine-eyedropper:before { content: '\e98c'; } /* '' */
.icon-mine-brush:before { content: '\e98d'; } /* '' */
.icon-mine-birthday:before { content: '\e98e'; } /* '' */
.icon-mine-diamond:before { content: '\e98f'; } /* '' */
.icon-mine-street-view:before { content: '\e990'; } /* '' */
.icon-mine-venus:before { content: '\e991'; } /* '' */
.icon-mine-mars:before { content: '\e992'; } /* '' */
.icon-mine-mercury:before { content: '\e993'; } /* '' */
.icon-mine-transgender:before { content: '\e994'; } /* '' */
.icon-mine-transgender-alt:before { content: '\e995'; } /* '' */
.icon-mine-venus-double:before { content: '\e996'; } /* '' */
.icon-mine-mars-double:before { content: '\e997'; } /* '' */
.icon-mine-venus-mars:before { content: '\e998'; } /* '' */
.icon-mine-mars-stroke:before { content: '\e999'; } /* '' */
.icon-mine-mars-stroke-v:before { content: '\e99a'; } /* '' */
.icon-mine-mars-stroke-h:before { content: '\e99b'; } /* '' */
.icon-mine-neuter:before { content: '\e99c'; } /* '' */
.icon-mine-cc-visa:before { content: '\e99d'; } /* '' */
.icon-mine-cc-mastercard:before { content: '\e99e'; } /* '' */
.icon-mine-cc-discover:before { content: '\e99f'; } /* '' */
.icon-mine-cc-amex:before { content: '\e9a0'; } /* '' */
.icon-mine-cc-paypal:before { content: '\e9a1'; } /* '' */
.icon-mine-cc-stripe:before { content: '\e9a2'; } /* '' */
.icon-mine-adn:before { content: '\e9a3'; } /* '' */
.icon-mine-android:before { content: '\e9a4'; } /* '' */
.icon-mine-angellist:before { content: '\e9a5'; } /* '' */
.icon-mine-apple:before { content: '\e9a6'; } /* '' */
.icon-mine-behance:before { content: '\e9a7'; } /* '' */
.icon-mine-behance-squared:before { content: '\e9a8'; } /* '' */
.icon-mine-bitbucket:before { content: '\e9a9'; } /* '' */
.icon-mine-bitbucket-squared:before { content: '\e9aa'; } /* '' */
.icon-mine-buysellads:before { content: '\e9ab'; } /* '' */
.icon-mine-cc:before { content: '\e9ac'; } /* '' */
.icon-mine-codeopen:before { content: '\e9ad'; } /* '' */
.icon-mine-connectdevelop:before { content: '\e9ae'; } /* '' */
.icon-mine-css3:before { content: '\e9af'; } /* '' */
.icon-mine-dashcube:before { content: '\e9b0'; } /* '' */
.icon-mine-delicious:before { content: '\e9b1'; } /* '' */
.icon-mine-deviantart:before { content: '\e9b2'; } /* '' */
.icon-mine-digg:before { content: '\e9b3'; } /* '' */
.icon-mine-dribbble:before { content: '\e9b4'; } /* '' */
.icon-mine-dropbox:before { content: '\e9b5'; } /* '' */
.icon-mine-drupal:before { content: '\e9b6'; } /* '' */
.icon-mine-facebook:before { content: '\e9b7'; } /* '' */

.icon-mine-facebook-squared:before { content: '\e9b8'; } /* '' */
.icon-mine-facebook-squared:hover {
    color: #3B5998 !important;
}

.icon-mine-facebook-official:before { content: '\e9b9'; } /* '' */
.icon-mine-flickr:before { content: '\e9ba'; } /* '' */
.icon-mine-forumbee:before { content: '\e9bb'; } /* '' */
.icon-mine-foursquare:before { content: '\e9bc'; } /* '' */
.icon-mine-git-squared:before { content: '\e9bd'; } /* '' */
.icon-mine-git:before { content: '\e9be'; } /* '' */
.icon-mine-github:before { content: '\e9bf'; } /* '' */
.icon-mine-github-squared:before { content: '\e9c0'; } /* '' */
.icon-mine-github-circled:before { content: '\e9c1'; } /* '' */
.icon-mine-gittip:before { content: '\e9c2'; } /* '' */
.icon-mine-google:before { content: '\e9c3'; } /* '' */
.icon-mine-gplus:before { content: '\e9c4'; } /* '' */
.icon-mine-gplus-squared:before { content: '\e9c5'; } /* '' */
.icon-mine-gwallet:before { content: '\e9c6'; } /* '' */
.icon-mine-hacker-news:before { content: '\e9c7'; } /* '' */
.icon-mine-html5:before { content: '\e9c8'; } /* '' */

.icon-mine-instagram:before { content: '\e9c9'; } /* '' */
.icon-mine-instagram:hover {
    color: #B09C86 !important;
}

.icon-mine-ioxhost:before { content: '\e9ca'; } /* '' */
.icon-mine-joomla:before { content: '\e9cb'; } /* '' */
.icon-mine-jsfiddle:before { content: '\e9cc'; } /* '' */
.icon-mine-lastfm:before { content: '\e9cd'; } /* '' */
.icon-mine-lastfm-squared:before { content: '\e9ce'; } /* '' */
.icon-mine-leanpub:before { content: '\e9cf'; } /* '' */
.icon-mine-linkedin-squared:before { content: '\e9d0'; } /* '' */
.icon-mine-linux:before { content: '\e9d1'; } /* '' */

.icon-mine-linkedin:before { content: '\e9d2'; } /* '' */
.icon-mine-linkedin-squared:hover {
    color: #0E76A8 !important;
}

.icon-mine-maxcdn:before { content: '\e9d3'; } /* '' */
.icon-mine-meanpath:before { content: '\e9d4'; } /* '' */
.icon-mine-openid:before { content: '\e9d5'; } /* '' */
.icon-mine-pagelines:before { content: '\e9d6'; } /* '' */
.icon-mine-paypal:before { content: '\e9d7'; } /* '' */
.icon-mine-pied-piper-squared:before { content: '\e9d8'; } /* '' */
.icon-mine-pied-piper-alt:before { content: '\e9d9'; } /* '' */
.icon-mine-pinterest:before { content: '\e9da'; } /* '' */
.icon-mine-pinterest-circled:before { content: '\e9db'; } /* '' */
.icon-mine-pinterest-squared:before { content: '\e9dc'; } /* '' */
.icon-mine-qq:before { content: '\e9dd'; } /* '' */
.icon-mine-reddit:before { content: '\e9de'; } /* '' */
.icon-mine-reddit-squared:before { content: '\e9df'; } /* '' */
.icon-mine-renren:before { content: '\e9e0'; } /* '' */
.icon-mine-sellsy:before { content: '\e9e1'; } /* '' */
.icon-mine-shirtsinbulk:before { content: '\e9e2'; } /* '' */
.icon-mine-simplybuilt:before { content: '\e9e3'; } /* '' */
.icon-mine-skyatlas:before { content: '\e9e4'; } /* '' */
.icon-mine-skype:before { content: '\e9e5'; } /* '' */
.icon-mine-slack:before { content: '\e9e6'; } /* '' */
.icon-mine-slideshare:before { content: '\e9e7'; } /* '' */
.icon-mine-soundcloud:before { content: '\e9e8'; } /* '' */
.icon-mine-spotify:before { content: '\e9e9'; } /* '' */
.icon-mine-stackexchange:before { content: '\e9ea'; } /* '' */
.icon-mine-stackoverflow:before { content: '\e9eb'; } /* '' */
.icon-mine-steam:before { content: '\e9ec'; } /* '' */
.icon-mine-steam-squared:before { content: '\e9ed'; } /* '' */
.icon-mine-stumbleupon:before { content: '\e9ee'; } /* '' */
.icon-mine-stumbleupon-circled:before { content: '\e9ef'; } /* '' */
.icon-mine-tencent-weibo:before { content: '\e9f0'; } /* '' */
.icon-mine-trello:before { content: '\e9f1'; } /* '' */
.icon-mine-tumblr:before { content: '\e9f2'; } /* '' */
.icon-mine-tumblr-squared:before { content: '\e9f3'; } /* '' */
.icon-mine-twitch:before { content: '\e9f4'; } /* '' */
.icon-mine-twitter-squared:before { content: '\e9f5'; } /* '' */

.icon-mine-twitter:before { content: '\e9f6'; } /* '' */
.icon-mine-twitter:hover {
    color: #4099FF !important;
}

.icon-mine-vimeo-squared:before { content: '\e9f7'; } /* '' */
.icon-mine-vine:before { content: '\e9f8'; } /* '' */
.icon-mine-vkontakte:before { content: '\e9f9'; } /* '' */
.icon-mine-whatsapp:before { content: '\e9fa'; } /* '' */
.icon-mine-wechat:before { content: '\e9fb'; } /* '' */
.icon-mine-weibo:before { content: '\e9fc'; } /* '' */
.icon-mine-windows:before { content: '\e9fd'; } /* '' */
.icon-mine-wordpress:before { content: '\e9fe'; } /* '' */
.icon-mine-xing:before { content: '\e9ff'; } /* '' */
.icon-mine-xing-squared:before { content: '\ea00'; } /* '' */
.icon-mine-yelp:before { content: '\ea01'; } /* '' */
.icon-mine-youtube:before { content: '\ea02'; } /* '' */
.icon-mine-yahoo:before { content: '\ea03'; } /* '' */
.icon-mine-youtube-squared:before { content: '\ea04'; } /* '' */
.icon-mine-youtube-play:before { content: '\ea05'; } /* '' */
.icon-mine-blank:before { content: '\ea06'; } /* '' */
.icon-mine-lemon:before { content: '\ea07'; } /* '' */
.icon-mine-emo-happy:before { content: '\ea08'; } /* '' */
.icon-mine-emo-wink:before { content: '\ea09'; } /* '' */
.icon-mine-emo-wink2:before { content: '\ea0a'; } /* '' */
.icon-mine-emo-unhappy:before { content: '\ea0b'; } /* '' */
.icon-mine-emo-sleep:before { content: '\ea0c'; } /* '' */
.icon-mine-emo-thumbsup:before { content: '\ea0d'; } /* '' */
.icon-mine-emo-devil:before { content: '\ea0e'; } /* '' */
.icon-mine-emo-surprised:before { content: '\ea0f'; } /* '' */
.icon-mine-emo-tongue:before { content: '\ea10'; } /* '' */
.icon-mine-emo-coffee:before { content: '\ea11'; } /* '' */
.icon-mine-emo-sunglasses:before { content: '\ea12'; } /* '' */
.icon-mine-emo-displeased:before { content: '\ea13'; } /* '' */
.icon-mine-emo-beer:before { content: '\ea14'; } /* '' */
.icon-mine-emo-grin:before { content: '\ea15'; } /* '' */
.icon-mine-emo-angry:before { content: '\ea16'; } /* '' */
.icon-mine-emo-saint:before { content: '\ea17'; } /* '' */
.icon-mine-emo-cry:before { content: '\ea18'; } /* '' */
.icon-mine-emo-shoot:before { content: '\ea19'; } /* '' */
.icon-mine-emo-squint:before { content: '\ea1a'; } /* '' */
.icon-mine-emo-laugh:before { content: '\ea1b'; } /* '' */
.icon-mine-spin1:before { content: '\ea1c'; } /* '' */
.icon-mine-spin2:before { content: '\ea1d'; } /* '' */
.icon-mine-spin3:before { content: '\ea1e'; } /* '' */
.icon-mine-spin4:before { content: '\ea1f'; } /* '' */
.icon-mine-spin5:before { content: '\ea20'; } /* '' */
.icon-mine-spin6:before { content: '\ea21'; } /* '' */
.icon-mine-firefox:before { content: '\ea22'; } /* '' */
.icon-mine-chrome:before { content: '\ea23'; } /* '' */
.icon-mine-opera:before { content: '\ea24'; } /* '' */
.icon-mine-ie:before { content: '\ea25'; } /* '' */
.icon-mine-crown:before { content: '\ea26'; } /* '' */
.icon-mine-crown-plus:before { content: '\ea27'; } /* '' */
.icon-mine-crown-minus:before { content: '\ea28'; } /* '' */
.icon-mine-marquee:before { content: '\ea29'; } /* '' */

/* ==========================================================================
   2. General - Setting up some base styles
   ========================================================================== */

html {
    height: 100%;
    max-height: 100%;
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    height: 100%;
    max-height: 100%;
    font-family: "Merriweather", serif;
    letter-spacing: 0.01rem;
    font-size: 1.8rem;
    line-height: 1.75em;
    color: #3A4145;
    -webkit-font-feature-settings: 'kern' 1;
    -moz-font-feature-settings: 'kern' 1;
    -o-font-feature-settings: 'kern' 1;
    text-rendering: geometricPrecision;
}

::-moz-selection {
    background: #D6EDFF;
}

::selection {
    background: #D6EDFF;
}

h1, h2, h3,
h4, h5, h6 {
    -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
    -moz-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
    -o-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
    color: #2E2E2E;
    line-height: 1.15em;
    margin: 0 0 0.4em 0;
    font-family: "Open Sans", sans-serif;
    text-rendering: geometricPrecision;
}

h1 {
    font-size: 4.5rem;
    letter-spacing: -2px;
    text-indent: -3px;
}

h2 {
    font-size: 3.6rem;
    letter-spacing: -1px;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2.5rem;
}

h5 {
    font-size: 2rem;
}

h6 {
    font-size: 2rem;
}

a {
    color: #4A4A4A;
    transition: color 0.3s ease;
}

a:hover {
    color: #111;
}

p, ul, ol, dl {
    -webkit-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
    -moz-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
    -o-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
    margin: 0 0 1.75em 0;
    text-rendering: geometricPrecision;
}

ol, ul {
    padding-left: 3rem;
}

ol ol, ul ul,
ul ol, ol ul {
    margin: 0 0 0.4em 0;
    padding-left: 2em;
}

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

dl dd {
    margin-left: 200px;
    margin-bottom: 1em
}

li {
    margin: 0.4em 0;
}

li li {
    margin: 0;
}

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

blockquote {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1.75em 0 1.75em -2.2em;
    padding: 0 0 0 1.75em;
    border-left: #4A4A4A 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: 700;
}

blockquote cite a { font-weight: normal; }

mark {
    background-color: #fdffb6;
}

code, tt {
    padding: 1px 3px;
    font-family: Inconsolata, monospace, sans-serif;
    font-size: 0.85em;
    white-space: pre-wrap;
    border: #E3EDF3 1px solid;
    background: #F7FAFB;
    border-radius: 2px;
}

pre {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 1.75em 0;
    border: #E3EDF3 1px solid;
    width: 100%;
    padding: 10px;
    font-family: Inconsolata, monospace, sans-serif;
    font-size: 0.9em;
    white-space: pre;
    overflow: auto;
    background: #F7FAFB;
    border-radius: 3px;
}

pre code, pre tt {
    font-size: inherit;
    white-space: pre-wrap;
    background: transparent;
    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: 700;
    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.75em 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: #EFEFEF 1px solid;
}

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: #EFEFEF 2px solid; }

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

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

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

iframe, .fluid-width-video-wrapper {
    display: block;
    margin: 1.75em 0;
}

/* When a video is inside the fitvids wrapper, drop the
margin on the iframe, cause it breaks stuff. */
.fluid-width-video-wrapper iframe {
    margin: 0;
}


/* ==========================================================================
   3. Utilities - These things get used a lot
   ========================================================================== */

/* Clears shit */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* 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: 710px;
    margin: 0 auto;
}

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

/* Wraps the main content & footer */
.site-wrapper {
    position: relative;
    z-index: 10;
    min-height: 100%;
    background: #fff;
    -webkit-transition: -webkit-transform 0.5s ease;
            transition: transform 0.5s ease;
}

body.nav-opened .site-wrapper {
    overflow-x: hidden;
    -webkit-transform: translate3D(-240px, 0, 0);
        -ms-transform: translate3D(-240px, 0, 0);
            transform: translate3D(-240px, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
            transition: transform 0.3s ease;
}

.v-align-bottom {
    vertical-align: bottom;
}

v-align-middle {
    vertical-align: middle;
}

.v-align-top {
    vertical-align: top;
}


/* ==========================================================================
   4. General - The main styles for the the theme
   ========================================================================== */

/* Big cover image on the home page */
.main-header {
    position: relative;
    display: table;
    width: 100%;
    height: 100vh;
    margin-bottom: 5rem;
    text-align: center;
    background: #222 no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.main-header .inner {
    width: 80%;
}

.main-nav {
    position: relative;
    padding: 35px 40px;
    margin: 0 0 30px 0;
}

.main-nav a {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

.nav-social {
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 3px;
}

.nav-social a {
    color: white;
    font-size: 25px;
    margin-left: 2px;
    margin-right: 2px;
    text-shadow: 0px 0px 1px lightgrey;
}

/* Navigation */
body.nav-opened .nav-cover {
    position: fixed;
    top: 0;
    left: 0;
    right: 240px;
    bottom: 0;
    z-index: 200;
}

.nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 240px;
    opacity: 0;
    background: #111;
    margin-bottom: 0;
    text-align: left;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.5s ease,
                        opacity 0.3s ease 0.7s;
            transition: transform 0.5s ease,
                        opacity 0.3s ease 0.7s;
}

body.nav-closed .nav {
    -webkit-transform: translate3D(97px, 0, 0);
        -ms-transform: translate3D(97px, 0, 0);
            transform: translate3D(97px, 0, 0);
}

body.nav-opened .nav {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s ease,
                        opacity 0s ease 0s;
            transition: transform 0.3s ease,
                        opacity 0s ease 0s;
    -webkit-transform: translate3D(0, 0, 0);
        -ms-transform: translate3D(0, 0, 0);
            transform: translate3D(0, 0, 0);
}

.nav-title {
    position: absolute;
    top: 45px;
    left: 30px;
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff;
}

.nav-close {
    position: absolute;
    top: 38px;
    right: 25px;
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 10px;
}

.nav-close:focus {
    outline: 0;
}

.nav-close:before,
.nav-close:after {
    content: '';
    position: absolute;
    top: 0;
    width: 20px;
    height: 1px;
    background: rgb(150,150,150);
    top: 15px;
    -webkit-transition: background 0.15s ease;
            transition: background 0.15s ease;
}

.nav-close:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.nav-close:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.nav-close:hover:before,
.nav-close:hover:after {
    background: rgb(255,255,255);
}

.nav ul {
    padding: 90px 9% 5%;
    list-style: none;
    /*counter-reset: item;*/
}

.nav li:before {
    display: block;
    float: right;
    padding-right: 4%;
    padding-left: 5px;
    text-align: right;
    font-size: 1.2rem;
    vertical-align: bottom;
    color: #B8B8B8;
    /*content: counter(item, lower-roman);
    counter-increment: item;*/
}
.nav li {
    margin: 0;
}
.nav li a {
    text-decoration: none;
    line-height: 1.4;
    font-size: 1.4rem;
    display: block;
    padding: 0.6rem 4%;
    overflow: hidden;
    white-space: nowrap;
    /*text-overflow: ellipsis;*/
}
.nav li a:after {
    display: inline-block;
    content: " .......................................................";
    color: rgba(255,255,255,0.2);
    margin-left: 5px;
}
.nav .nav-current:before {
    color: #fff;
}
.nav .nav-current a:after {
    /*content: " ";
    border-bottom: rgba(255,255,255,0.5) 1px solid;*/
    color: #fff;
    width: 100%;
    height: 1px;
}

.nav a:link,
.nav a:visited {
    color: #B8B8B8;
}

.nav li.nav-current a,
.nav a:hover,
.nav a:active,
.nav a:focus {
    color: #fff;
}

.subscribe-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    bottom: 85px;
    left: 30px;
    right: 30px;
    height: 38px;
    padding: 0 20px;
    color: #111 !important; /* Overides `.nav a:link, .nav a:visited` colour */
    text-align: center;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 35px;
    border-radius: 3px;
    background: #fff;
    transition: all ease 0.3s;
}
.subscribe-button:before {
    font-size: 9px;
    margin-right: 6px;
}

.rss-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    height: 38px;
    padding: 0 20px;
    color: #111 !important; /* Overides `.nav a:link, .nav a:visited` colour */
    text-align: center;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 35px;
    border-radius: 3px;
    background: #fff;
    transition: all ease 0.3s;
}
.rss-button:before {
    font-size: 9px;
    margin-right: 6px;
}


/* Create a bouncing scroll-down arrow on homepage with cover image */
.scroll-down {
    display: block;
    position: absolute;
    z-index: 100;
    bottom: 45px;
    left: 50%;
    margin-left: -16px;
    width: 34px;
    height: 34px;
    font-size: 34px;
    text-align: center;
    text-decoration: none;
    color: rgba(255,255,255,0.7);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-animation: bounce 4s 2s infinite;
    animation: bounce 4s 2s infinite;
}

/* Stop it bouncing and increase contrast when hovered */
.scroll-down:hover {
    color: #fff;
    -webkit-animation: none;
    animation: none;
}

/* Put a semi-opaque radial gradient behind the icon to make it more visible
   on photos which happen to have a light background. */
.home-template .main-header:after {
    display: block;
    content: " ";
    width: 150px;
    height: 130px;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
}

/* Hide when there's no cover image or on page2+ */
.no-cover .scroll-down,
.no-cover.main-header:after,
.archive-template .scroll-down,
.archive-template .main-header:after {
    display: none
}

/* Appears in the top left corner of your home page */
.blog-logo {
    display: block;
    float: left;
    background: none !important; /* Makes sure there is never a background */
    border: none !important; /* Makes sure there is never a border */
}

.blog-logo img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 38px;
    padding: 1px 0 5px 0;
    width: auto;
}

.menu-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: right;
    height: 38px;
    padding: 0 15px;
    border-style: solid;
    border-width: 1px;
    opacity: 1;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 35px;
    white-space: nowrap;
    border-radius: 3px;
    transition: all 0.5s ease;
}
.menu-button:before {
    font-size: 12px;
    font-weight: bold;
    margin-right: 6px;
    position: relative;
    top: 1px;
}
.menu-button:hover {
    background: #fff;
}
.menu-button:focus {
    outline: 0;
}

/* When the navigation is closed */
.nav-closed .menu-button {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6);
}
.nav-closed .menu-button:hover {
    color: #222;
}

/* When the navigation is closed and there is no cover image */
.nav-closed .no-cover .menu-button {
    border-color: #BFC8CD;
    color: #9EABB3;
}
.nav-closed .no-cover .menu-button:hover {
    border-color: #555;
    color: #555;
}

/* When the navigation is opened */
.nav-opened .menu-button {
    padding: 0 12px;
    background: #111;
    border-color: #111;
    color: #fff;
    -webkit-transform: translate3D(94px, 0, 0);
        -ms-transform: translate3D(94px, 0, 0);
            transform: translate3D(94px, 0, 0);
    transition: all 0.3s ease;
}

.nav-opened .menu-button .word {
    opacity: 0;
    transition: all 0.3s ease;
}

/* Special styles when overlaid on an image*/
.main-nav.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    border: none;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
}
.no-cover .main-nav.overlay {
    background: none;
}

/* The details of your blog. Defined in ghost/settings/ */
.page-title {
    margin: 10px 0 10px 0;
    font-size: 5rem;
    letter-spacing: -1px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-shadow: black 0px 0px 40px;
}

.page-description {
    margin: 0;
    font-size: 2rem;
    line-height: 1.5em;
    font-weight: 400;
    font-family: "Merriweather", serif;
    letter-spacing: 0.01rem;
    color: rgba(255,255,255,0.8);
    text-shadow: 0px 0px 5px #000,0px 0px 10px #000;
}

.no-cover.main-header {
    min-height: 160px;
    max-height: 40vh;
    background: #f5f8fa;
}

.no-cover .page-title {
    color: rgba(0,0,0,0.8);
}

.no-cover .page-description {
    color: rgba(0,0,0,0.5);
}

/* Add subtle load-in animation for content on the home page */
.home-template .page-title {
    -webkit-animation: fade-in-down 0.6s;
    animation: fade-in-down 0.6s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.home-template .page-description {
    -webkit-animation: fade-in-down 0.9s;
    animation: fade-in-down 0.9s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

/* Every post, on every page, gets this style on its <article> tag */
.post {
    position: relative;
    width: 80%;
    max-width: 710px;
    margin: 4rem auto;
    padding-bottom: 4rem;
    border-bottom: #EBF2F6 1px solid;
    word-wrap: break-word;
}

/* Add a little circle in the middle of the border-bottom on our .post
   just for the lolz and stylepoints. */
.post:after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border: #E7EEF2 1px solid;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    background: #FFF;
    border-radius: 100%;
    box-shadow: #FFF 0 0 0 5px;
}

body:not(.post-template) .post-title {
    font-size: 3.6rem;
}

.post-title a {
    text-decoration: none;
}

.post-excerpt p {
    margin: 0;
    font-size: 0.9em;
    line-height: 1.7em;
}

.read-more {
    text-decoration: none;
}

.post-meta {
    display: block;
    margin: 1.75rem 0 0 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #9EABB3;
}

.post-meta span {
    margin-left: 8px;
    padding-left: 12px;
    border-left: #d5dbde 1px solid;
    color: gainsboro;
}

.author-thumb {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 9px;
    border-radius: 100%;
}

.post-meta a {
    color: #9EABB3;
    text-decoration: none;
}

.post-meta a:hover {
    text-decoration: underline;
}

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

.post-date {
    display: inline-block;
    margin-left: 8px;
    padding-left: 12px;
    border-left: #d5dbde 1px solid;
    text-transform: uppercase;
    font-size: 1.3rem;
    white-space: nowrap;
}

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

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

.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: 700;
}

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


/* ==========================================================================
   5. Single Post - When you click on an individual post
   ========================================================================== */

.post-template .post-header {
   margin-bottom: 3.4rem;
}

.post-template .post-title {
    margin-bottom: 0;
}

.post-template .post-meta {
    margin: 0;
}

.post-template .post-date {
    padding: 0;
    margin: 0;
    border: none;
}

/* Stop elements, such as img wider than the post content, from
   creating horizontal scroll - slight hack due to imperfections
   with browser width % calculations and rounding */
.post-template .content {
    overflow: hidden;
}

/* Tweak the .post wrapper style */
.post-template .post {
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0;
}

/* Kill that stylish little circle that was on the border, too */
.post-template .post:after {
    display: none;
}

/* Keep images centered, and allow images wider than the main
   text column to break out. */
.post-content img {
    display: block;
    max-width: 126%;
    height: auto;
    padding: 0.6em 0;
    /* Centers an image by (1) pushing its left edge to the
       center of its container and (2) shifting the entire image
       in the opposite direction by half its own width.
       Works for images that are larger than their containers. */
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%); /* for Safari and iOS */
    -ms-transform: translateX(-50%); /* for IE9 */
    transform: translateX(-50%);
}

.footnotes {
    font-style: italic;
    font-size: 1.3rem;
    line-height: 1.6em;
}

.footnotes li {
    margin: 0.6rem 0;
}

.footnotes p {
    margin: 0;
}

.footnotes p a:last-child {
    text-decoration: none;
}


/* The author credit area after the post */
.post-footer {
    position: relative;
    margin: 6rem 0 0 0;
    padding: 6rem 0 0 0;
    border-top: #EBF2F6 1px solid;
}

.post-footer h4 {
    font-size: 1.8rem;
    margin: 0;
}

.post-footer p {
    margin: 1rem 0;
    font-size: 1.4rem;
    line-height: 1.75em;
}

/* list of author links - location / url */
.author-meta {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 1.4rem;
    line-height: 1;
    font-style: italic;
    color: #9EABB3;
}

.author-meta a {
    color: #9EABB3;
}

.author-meta a:hover {
    color: #111;
}

.author-social {
    text-decoration: none;
    color: #9EABB3;
    font-size: 2.4rem;
    margin-bottom: 25px;
}

.author-social a {
    margin-left: 2px;
    margin-right: 2px;
}

.author-social div {
    color: gainsboro !important;
    font-size: 10px;
    width: 10px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
}

/* Create some space to the right for the share links */
.post-footer .author {
    margin-right: 180px;
}

.post-footer h4 a {
    color: #2e2e2e;
    text-decoration: none;
}

.post-footer h4 a:hover {
    text-decoration: underline;
}

/* Drop the share links in the space to the right.
   Doing it like this means it's easier for the author bio
   to be flexible at smaller screen sizes while the share
   links remain at a fixed width the whole time */
.post-footer .share {
    position: absolute;
    top: 6rem;
    right: 0;
    width: 140px;
}

.post-footer .share a {
    font-size: 1.8rem;
    display: inline-block;
    margin: 1rem 1.6rem 1.6rem 0;
    color: #BBC7CC;
    text-decoration: none;
}

.post-footer .share .icon-twitter:hover {
    color: #55acee;
}
.post-footer .share .icon-facebook:hover {
    color: #3b5998;
}
.post-footer .share .icon-google-plus:hover {
    color: #dd4b39;
}


/* ==========================================================================
   6. Author profile
   ========================================================================== */

.post-head.main-header {
    height: 65vh;
    min-height: 180px;
}

.no-cover.post-head.main-header {
    height: 85px;
    min-height: 0;
    margin-bottom: 0;
    background: transparent;
}

.tag-head.main-header {
    height: 40vh;
    min-height: 180px;
}

.author-head.main-header {
    height: 40vh;
    min-height: 180px;
}

.no-cover.author-head.main-header {
    height: 10vh;
    min-height: 100px;
    background: transparent;
}

.author-profile {
    padding: 0 15px 5rem 15px;
    border-bottom: #EBF2F6 1px solid;
    text-align: center;
}

/* Add a little circle in the middle of the border-bottom */
.author-profile:after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border: #E7EEF2 1px solid;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    background: #FFF;
    border-radius: 100%;
    box-shadow: #FFF 0 0 0 5px;
}

.author-image {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    padding: 6px;
    background: #fff;
    z-index: 2;
    box-shadow: #E7EEF2 0 0 0 1px;
}

.author-image .img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    border-radius: 100%;
}

.author-profile .author-image {
    position: relative;
    left: auto;
    top: auto;
    width: 120px;
    height: 120px;
    padding: 3px;
    margin: -100px auto 0 auto;
    box-shadow: none;
}

.author-title {
    margin: 1.5rem 0 1rem;
}

.author-bio {
    font-size: 1.8rem;
    line-height: 1.5em;
    font-weight: 200;
    color: #50585D;
    letter-spacing: 0;
    text-indent: 0;
}

.author-meta {
    margin: 1.6rem 0;
}
/* Location, website, and link */
.author-profile .author-meta {
    margin: 2rem 0;
    font-family: "Merriweather", serif;
    letter-spacing: 0.01rem;
    font-size: 1.7rem;
}
.author-meta span {
    display: inline-block;
    margin: 0 2rem 1rem 0;
    word-wrap: break-word;
}
.author-meta a {
    text-decoration: none;
}

/* Turn off meta for page2+ to make room for extra
   pagination prev/next links */
.archive-template .author-profile .author-meta {
    display: none;
}


/* ==========================================================================
   7. Read More - Next/Prev Post Links
   ========================================================================== */

.read-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 10rem;
}

.read-next-story {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 50%;
    text-decoration: none;
    position: relative;
    text-align: center;
    color: #fff;
    background: #222 no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
.read-next-story:hover:before {
    background: rgba(0,0,0,0.8);
    transition: all 0.2s ease;
}
.read-next-story:hover .post:before {
    color: #222;
    background: #fff;
    transition: all 0.2s ease;
}

.read-next-story:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    transition: all 0.5s ease;
}

.read-next-story .post {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.read-next-story .post:before {
    content: "Read This Next";
    padding: 4px 10px 5px;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-family: "Open Sans", sans-serif;
    color: rgba(255,255,255,0.8);
    border: rgba(255,255,255,0.5) 1px solid;
    border-radius: 4px;
    transition: all 0.5s ease;
}
.read-next-story.prev .post:before {
    content: "You Might Enjoy";
}

.read-next-story h2 {
    margin-top: 1rem;
    color: #fff;
}

.read-next-story p {
    margin: 0;
    color: rgba(255,255,255,0.8);
}

/* Special styles for posts with no cover images */
.read-next-story.no-cover {
    background: #f5f8fa;
}

.read-next-story.no-cover:before {
    display: none;
}

.read-next-story.no-cover .post:before {
    color: rgba(0,0,0,0.5);
    border-color: rgba(0,0,0,0.2);
}

.read-next-story.no-cover h2 {
    color: rgba(0,0,0,0.8);
}

.read-next-story.no-cover p {
    color: rgba(0,0,0,0.5);
}

/* if there are two posts without covers, put a border between them */
.read-next-story.no-cover + .read-next-story.no-cover {
    border-left: rgba(0,0,100,0.04) 1px solid;
}

/* Correctly position site-footer when next to the .read-next container */
.read-next + .site-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}

/* ==========================================================================
   8. Third Party Elements - Embeds from other services
   ========================================================================== */

/* Github */
.gist table {
    margin: 0;
    font-size: 1.4rem;
}
.gist td {
    line-height: 1.4;
}
.gist .line-number {
    min-width: 25px;
}

/* Pastebin */
.content .embedPastebin {
    margin-bottom: 1.75em;
}


/* ==========================================================================
   9. Pagination - Tools to let you flick between pages
   ========================================================================== */

/* The main wrapper for our pagination links */
.pagination {
    position: relative;
    width: 80%;
    max-width: 710px;
    margin: 4rem auto;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    color: #9EABB3;
    text-align: center;
}

.pagination a {
    color: #9EABB3;
    transition: all 0.2s ease;
}

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

.older-posts {
    right: 0;
}

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

.newer-posts {
    left: 0;
}

.older-posts:hover,
.newer-posts:hover {
    color: #889093;
    border-color: #98a0a4;
}

.extra-pagination {
    display: none;
    border-bottom: #EBF2F6 1px solid;
}
.extra-pagination:after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border: #E7EEF2 1px solid;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    background: #FFF;
    border-radius: 100%;
    box-shadow: #FFF 0 0 0 5px;
}
.extra-pagination .pagination {
    width: auto;
}

/* On page2+ make all the headers smaller */
.archive-template .main-header {
    max-height: 30vh;
}

/* On page2+ show extra pagination controls at the top of post list */
.archive-template .extra-pagination {
    display: block;
}


/* ==========================================================================
   10. Footer - The bottom of every page
   ========================================================================== */

.site-footer {
    position: relative;
    margin: 8rem 0 0 0;
    padding: 1rem 15px;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.75em;
    color: #BBC7CC;
}

.site-footer a {
    color: #BBC7CC;
    text-decoration: none;
    font-weight: bold;
}

.site-footer a:hover {
    border-bottom: #bbc7cc 1px solid;
}

.poweredby {
    display: block;
    width: 45%;
    float: right;
    text-align: right;
}

.copyright {
    display: block;
    width: 45%;
    float: left;
}


/* ==========================================================================
   11. Media Queries - Smaller than 900px
   ========================================================================== */

@media only screen and (max-width: 900px) {

    blockquote {
        margin-left: 0;
    }

    .main-header {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        min-height: 240px;
        height: 60vh;
        padding: 15% 0;
    }

    .scroll-down,
    .home-template .main-header:after { display: none; }

    .archive-template .main-header {
        min-height: 180px;
        padding: 10% 0;
    }

    .blog-logo img {
        padding: 4px 0;
    }

    .page-title {
        font-size: 4rem;
        letter-spacing: -1px;
    }

    .page-description {
        font-size: 1.8rem;
        line-height: 1.5em;
    }

    .post {
        font-size: 0.95em
    }

    body:not(.post-template) .post-title {
        font-size: 3.2rem;
    }

    hr {
        margin: 2.4em 0;
    }

    ol, ul {
        padding-left: 2em;
    }

    h1 {
        font-size: 4.5rem;
        text-indent: -2px;
    }

    h2 {
        font-size: 3.6rem;
    }

    h3 {
        font-size: 3.1rem;
    }

    h4 {
        font-size: 2.5rem;
    }

    h5 {
        font-size: 2.2rem;
    }

    h6 {
        font-size: 1.8rem;
    }

    .author-profile {
        padding-bottom: 4rem;
    }

    .author-profile .author-bio {
        font-size: 1.6rem;
    }

    .author-meta span {
        display: block;
        margin: 1.5rem 0;
    }
    .author-profile .author-meta span {
        font-size: 1.6rem;
    }

    .post-head.main-header {
        height:45vh;
    }

    .tag-head.main-header,
    .author-head.main-header {
        height: 30vh;
    }

    .no-cover.post-head.main-header {
        height: 55px;
        padding: 0;
    }

    .no-cover.author-head.main-header {
        padding: 0;
    }

    .read-next {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 4rem;
    }

    .read-next p {
        display: none;
    }

    .read-next-story.no-cover + .read-next-story.no-cover {
        border-top: rgba(0,0,100,0.06) 1px solid;
        border-left: none;
    }

}


/* ==========================================================================
   12. Media Queries - Smaller than 500px
   ========================================================================== */

@media only screen and (max-width: 500px) {

    .main-header {
        margin-bottom: 15px;
        height: 40vh;
    }

    .no-cover.main-header {
        height: 30vh;
    }

    .archive-template .main-header {
        max-height: 20vh;
        min-height: 160px;
        padding: 10% 0;
    }

    .main-nav {
        padding: 5px;
        margin-bottom: 2rem;
    }

    .blog-logo {
        padding: 5px;
    }

    .blog-logo img {
        height: 30px;
    }

    .menu-button {
        padding: 0 5px;
        border-radius: 0;
        border-width: 0;
        color: #2e2e2e;
        background: transparent;
    }
    .menu-button:hover {
        color: #2e2e2e;
        border-color: transparent;
        background: none;
    }
    body.nav-opened .menu-button {
        background: none;
        border: transparent;
    }

    .main-nav.overlay a:hover {
        color: #fff;
        border-color: transparent;
        background: transparent;
    }

    .no-cover .main-nav.overlay {
        background: none;
    }
    .no-cover .main-nav.overlay .menu-button {
        border: none;
    }

    .main-nav.overlay .menu-button {
        border-color: transparent;
    }

    .nav-title {
        top: 25px;

    }

    .nav-close {
        position: absolute;
        top: 18px;
    }

    .nav ul {
        padding: 60px 9% 5%;
    }

    .inner,
    .pagination {
        width: auto;
        margin: 2rem auto;
    }

    .post {
        width: auto;
        margin-top: 2rem;
        margin-bottom: 2rem;
        margin-left: 16px;
        margin-right: 16px;
        padding-bottom: 2rem;
        line-height: 1.65em;
    }

    .post-date {
        display: none;
    }

    .post-template .post-header {
        margin-bottom: 2rem;
    }

    .post-template .post-date {
        display: inline-block;
    }

    hr {
        margin: 1.75em 0;
    }

    p, ul, ol, dl {
        font-size: 0.95em;
        margin: 0 0 2.5rem 0;
    }

    .page-title {
        font-size: 3rem;
    }

    .post-excerpt p {
        font-size: 0.85em;
    }

    .page-description {
        font-size: 1.6rem;
    }

    h1, h2, h3,
    h4, h5, h6 {
        margin: 0 0 0.3em 0;
    }

    h1 {
        font-size: 2.8rem;
        letter-spacing: -1px;
    }

    h2 {
        font-size: 2.4rem;
        letter-spacing: 0;
    }

    h3 {
        font-size: 2.1rem;
    }

    h4 {
        font-size: 1.9rem;
    }

    h5 {
        font-size: 1.8rem;
    }

    h6 {
        font-size: 1.8rem;
    }

    body:not(.post-template) .post-title {
        font-size: 2.5rem;
    }

    .post-template .site-footer {
        margin-top: 0;
    }

    .post-content img {
        padding: 0;
        width: calc(100% + 32px); /* expand with to image + margins */
        min-width: 0;
        max-width: 112%; /* fallback when calc doesn't work */
    }

    .post-meta {
        font-size: 1.3rem;
        margin-top: 1rem;
    }

    .post-footer {
        padding: 5rem 0 3rem 0;
        text-align: center;
    }

    .post-footer .author {
        margin: 0 0 2rem 0;
        padding: 0 0 1.6rem 0;
        border-bottom: #EBF2F6 1px dashed;
    }

    .post-footer .share {
        position: static;
        width: auto;
    }

    .post-footer .share a {
        margin: 1.4rem 0.8rem 0 0.8rem;
    }

    .author-meta li {
        float: none;
        margin: 0;
        line-height: 1.75em;
    }

    .author-meta li:before {
        display: none;
    }

    .older-posts,
    .newer-posts {
        position: static;
        margin: 10px 0;
    }

    .page-number {
        display: block;
    }

    .site-footer {
        margin-top: 3rem;
    }

    .author-profile {
        padding-bottom: 2rem;
    }

    .post-head.main-header {
        height: 30vh;
    }

    .tag-head.main-header,
    .author-head.main-header {
        height: 20vh;
    }

    .author-profile .author-image {
        margin-top: -70px;
    }

    .author-profile .author-meta span {
        font-size: 1.4rem;
    }

    .archive-template .main-header .page-description {
        display: none;
    }

    .read-next {
        margin-top: 2rem;
        margin-bottom: -37px;
    }

    .read-next .post {
        width: 100%;
    }

}


/* ==========================================================================
   13. Animations
   ========================================================================== */

/* Used to fade in title/desc on the home page */
@-webkit-keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* Used to fade in social icons on the home page */
@-webkit-keyframes fade-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fade-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* Used to bounce .scroll-down on home page */
@-webkit-keyframes bounce {
    0%, 10%, 25%, 40%, 50% {
        -webkit-transform: translateY(0) rotate(-90deg);
                transform: translateY(0) rotate(-90deg);
    }
    20% {
        -webkit-transform: translateY(-10px) rotate(-90deg);
                transform: translateY(-10px) rotate(-90deg);
    }
    30% {
        -webkit-transform: translateY(-5px) rotate(-90deg);
                transform: translateY(-5px) rotate(-90deg);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0) rotate(-90deg);
                transform: translateY(0) rotate(-90deg);
    }
    40% {
        -webkit-transform: translateY(-10px) rotate(-90deg);
                transform: translateY(-10px) rotate(-90deg);
    }
    60% {
        -webkit-transform: translateY(-5px) rotate(-90deg);
                transform: translateY(-5px) rotate(-90deg);
    }
}


/* ==========================================================================
   End of file. Animations should be the last thing here. Do not add stuff
   below this point, or it will probably fuck everything up.
   ========================================================================== */
