@charset "UTF-8";
/* COLORS */
/*#333*/
/* FONT */
/* ASIDE */
/* OTHER */
#post-content a:not(.title-link) {
  border-bottom: 1px dashed #00787e;
  transition: all .5s; }
  #post-content a:hover:not(.title-link) {
    color: #00787e; }

.cover.container, body[data-page="error"] {
  background: linear-gradient(150deg, rgba(95, 44, 130, 0.1) 30%, rgba(73, 160, 157, 0.2) 70%) 0 0/cover fixed; }

.cover.container, body[data-page="error"] > article {
  display: flex;
  align-items: center;
  justify-content: center; }

.cover.container, .post-link .post-title, .post-link .post-time {
  text-shadow: 0 0.05em 0 rgba(0, 0, 0, 0.5); }

.navigation.left .links > li.expanded, .navigation.left .links > li > a, .navigation.right .social.item a {
  position: relative;
  display: block;
  font-size: .9em;
  font-weight: bold;
  letter-spacing: 1px;
  opacity: .8;
  color: #f8f8f8;
  border-radius: 20px;
  text-shadow: none; }
  .navigation.left .links > li.expanded:hover, .navigation.left .links > li > a:hover, .navigation.right .social.item a:hover {
    opacity: 1; }

.navigation.left .links > li.expanded {
  border: 1px solid #f8f8f8; }

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License:none (public domain) */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

body {
  width: 100%;
  *zoom: 1; }
  body:before, body:after {
    display: table;
    content: ""; }
  body:after {
    clear: both; }

html {
  max-height: 100%;
  text-size-adjust: 100%;
  background-color: #FAFAFA;
  color: #666;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.8rem;
  word-wrap: break-word;
  overflow-y: scroll;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  html.expanded {
    overflow-y: hidden; }

html,
body {
  height: 100%; }

mark {
  background: #feda9e;
  padding: .05em .2em;
  border-radius: 3px; }

::selection {
  background: #ffe28c; }

hr {
  border: 0; }

a {
  color: #333;
  position: relative;
  text-decoration: none;
  transition: all 350ms; }
  a:hover {
    color: #00787e; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 2.7rem;
  color: #00787e;
  font-weight: lighter;
  margin: 1.8rem 0; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 15px; }

p {
  margin: 1.8rem 0; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

blockquote {
  font-size: 21.25px;
  line-height: 2.07rem;
  margin: 2rem 0 2rem 1rem;
  padding: 0 1rem 0 25px;
  position: relative;
  width: 80%; }
  blockquote:before {
    content: '“';
    color: #00787e;
    opacity: .75;
    position: absolute;
    left: -7.2px;
    top: -7.2px;
    font-size: 300%;
    font-family: Cochin, Georgia, "Times New Roman", serif; }
  blockquote > p {
    color: #666;
    word-wrap: break-word;
    font-style: italic; }

cite {
  font-size: 17px;
  font-style: normal;
  font-weight: bold;
  color: #d4d4d4;
  position: relative;
  top: -1px; }
  cite:before {
    content: '– ';
    font-family: Cochin, Georgia, "Times New Roman", serif;
    margin-left: .2rem;
    margin-right: .1rem; }

ol,
ul,
ul + pre {
  margin: 0 0 1.3rem 2.5rem; }
  ol li,
  ul li,
  ul + pre li {
    line-height: 2.16rem;
    margin: 0 0 .2rem; }
  ol ol,
  ol ul,
  ul ol,
  ul ul,
  ul + pre ol,
  ul + pre ul {
    margin: .1rem 0 .2rem 2rem; }

ol {
  list-style-type: decimal; }

ul {
  list-style-type: disc; }

figcaption {
  font-size: 90%;
  font-style: italic;
  text-align: center; }

.block-heading {
  display: inline;
  float: left;
  width: 940px;
  margin: 0 10px;
  bottom: -15px;
  font-size: .8rem;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  text-transform: uppercase; }

.label {
  padding: 8px 18px 9px; }

main {
  bottom: 0;
  left: 22.5rem;
  padding: 2rem 3rem;
  position: absolute;
  right: 0;
  top: 0; }
  main > .content {
    margin: 0 3.7rem;
    padding: 2rem 0; }
    main > .content > h1 {
      margin-bottom: 2.7rem; }
    main > .content > footer {
      margin-top: 2rem;
      text-align: center;
      color: #b3b3b3;
      display: block;
      font-size: .7em; }

.divider {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin: 10px auto; }
  .divider.long {
    width: 30%; }
  .divider.short {
    width: 15%; }
  .divider.post {
    border-top: 1px solid #ddd;
    margin: 1.7rem 0;
    width: 30%; }

.container {
  margin: 0 auto;
  position: relative;
  width: 940px; }

#copyright {
  display: block;
  margin-bottom: .7em; }
  #copyright a {
    color: #a6a6a6;
    text-decoration: underline; }
    #copyright a:hover {
      color: #00787e; }

.emoji {
  height: 1em !important;
  margin: 0 .05em 0 .1em !important;
  vertical-align: -.1em !important;
  width: 1em !important; }

.dimmer-mark {
  background-color: rgba(25, 25, 25, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.dimmer-mark-hover, .dimmer-mark:hover {
  background-color: rgba(25, 25, 25, 0.25); }

/*
* Foundation Icons v 3.0
* Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
* MIT License
*/
@font-face {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/foundation-icons/foundation-icons.eot");
  src: url("../fonts/foundation-icons/foundation-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/foundation-icons/foundation-icons.woff") format("woff"), url("../fonts/foundation-icons/foundation-icons.ttf") format("truetype"), url("../fonts/foundation-icons/foundation-icons.svg#fontcustom") format("svg"); }

.icon:before,
.icon-reverse:after {
  display: inline-block;
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none; }

.icon-search:before {
  content: "\f16c"; }

.icon-address-book:before {
  content: "\f100"; }

.icon-alert:before {
  content: "\f101"; }

.icon-align-center:before {
  content: "\f102"; }

.icon-align-justify:before {
  content: "\f103"; }

.icon-align-left:before {
  content: "\f104"; }

.icon-align-right:before {
  content: "\f105"; }

.icon-anchor:before {
  content: "\f106"; }

.icon-annotate:before {
  content: "\f107"; }

.icon-archive:before {
  content: "\f108"; }

.icon-arrow-down:before {
  content: "\f109"; }

.icon-arrow-left:before {
  content: "\f10a"; }

.icon-arrow-right:before {
  content: "\f10b"; }

.icon-arrow-up:before {
  content: "\f10c"; }

.icon-arrows-compress:before {
  content: "\f10d"; }

.icon-arrows-expand:before {
  content: "\f10e"; }

.icon-arrows-in:before {
  content: "\f10f"; }

.icon-arrows-out:before {
  content: "\f110"; }

.icon-asl:before {
  content: "\f111"; }

.icon-asterisk:before {
  content: "\f112"; }

.icon-at-sign:before {
  content: "\f113"; }

.icon-background-color:before {
  content: "\f114"; }

.icon-battery-empty:before {
  content: "\f115"; }

.icon-battery-full:before {
  content: "\f116"; }

.icon-battery-half:before {
  content: "\f117"; }

.icon-bitcoin-circle:before {
  content: "\f118"; }

.icon-bitcoin:before {
  content: "\f119"; }

.icon-blind:before {
  content: "\f11a"; }

.icon-bluetooth:before {
  content: "\f11b"; }

.icon-bold:before {
  content: "\f11c"; }

.icon-book-bookmark:before {
  content: "\f11d"; }

.icon-book:before {
  content: "\f11e"; }

.icon-bookmark:before {
  content: "\f11f"; }

.icon-braille:before {
  content: "\f120"; }

.icon-burst-new:before {
  content: "\f121"; }

.icon-burst-sale:before {
  content: "\f122"; }

.icon-burst:before {
  content: "\f123"; }

.icon-calendar:before {
  content: "\f124"; }

.icon-camera:before {
  content: "\f125"; }

.icon-check:before {
  content: "\f126"; }

.icon-checkbox:before {
  content: "\f127"; }

.icon-clipboard-notes:before {
  content: "\f128"; }

.icon-clipboard-pencil:before {
  content: "\f129"; }

.icon-clipboard:before {
  content: "\f12a"; }

.icon-clock:before {
  content: "\f12b"; }

.icon-closed-caption:before {
  content: "\f12c"; }

.icon-cloud:before {
  content: "\f12d"; }

.icon-comment-minus:before {
  content: "\f12e"; }

.icon-comment-quotes:before {
  content: "\f12f"; }

.icon-comment-video:before {
  content: "\f130"; }

.icon-comment:before {
  content: "\f131"; }

.icon-comments:before {
  content: "\f132"; }

.icon-compass:before {
  content: "\f133"; }

.icon-contrast:before {
  content: "\f134"; }

.icon-credit-card:before {
  content: "\f135"; }

.icon-crop:before {
  content: "\f136"; }

.icon-crown:before {
  content: "\f137"; }

.icon-css3:before {
  content: "\f138"; }

.icon-database:before {
  content: "\f139"; }

.icon-die-five:before {
  content: "\f13a"; }

.icon-die-four:before {
  content: "\f13b"; }

.icon-die-one:before {
  content: "\f13c"; }

.icon-die-six:before {
  content: "\f13d"; }

.icon-die-three:before {
  content: "\f13e"; }

.icon-die-two:before {
  content: "\f13f"; }

.icon-dislike:before {
  content: "\f140"; }

.icon-dollar-bill:before {
  content: "\f141"; }

.icon-dollar:before {
  content: "\f142"; }

.icon-download:before {
  content: "\f143"; }

.icon-eject:before {
  content: "\f144"; }

.icon-elevator:before {
  content: "\f145"; }

.icon-euro:before {
  content: "\f146"; }

.icon-eye:before {
  content: "\f147"; }

.icon-fast-forward:before {
  content: "\f148"; }

.icon-female-symbol:before {
  content: "\f149"; }

.icon-female:before {
  content: "\f14a"; }

.icon-filter:before {
  content: "\f14b"; }

.icon-first-aid:before {
  content: "\f14c"; }

.icon-flag:before {
  content: "\f14d"; }

.icon-folder-add:before {
  content: "\f14e"; }

.icon-folder-lock:before {
  content: "\f14f"; }

.icon-folder:before {
  content: "\f150"; }

.icon-foot:before {
  content: "\f151"; }

.icon-foundation:before {
  content: "\f152"; }

.icon-graph-bar:before {
  content: "\f153"; }

.icon-graph-horizontal:before {
  content: "\f154"; }

.icon-graph-pie:before {
  content: "\f155"; }

.icon-graph-trend:before {
  content: "\f156"; }

.icon-guide-dog:before {
  content: "\f157"; }

.icon-hearing-aid:before {
  content: "\f158"; }

.icon-heart:before {
  content: "\f159"; }

.icon-home:before {
  content: "\f15a"; }

.icon-html5:before {
  content: "\f15b"; }

.icon-indent-less:before {
  content: "\f15c"; }

.icon-indent-more:before {
  content: "\f15d"; }

.icon-info:before {
  content: "\f15e"; }

.icon-italic:before {
  content: "\f15f"; }

.icon-key:before {
  content: "\f160"; }

.icon-laptop:before {
  content: "\f161"; }

.icon-layout:before {
  content: "\f162"; }

.icon-lightbulb:before {
  content: "\f163"; }

.icon-like:before {
  content: "\f164"; }

.icon-link:before {
  content: "\f165"; }

.icon-list-bullet:before {
  content: "\f166"; }

.icon-list-number:before {
  content: "\f167"; }

.icon-list-thumbnails:before {
  content: "\f168"; }

.icon-list:before {
  content: "\f169"; }

.icon-lock:before {
  content: "\f16a"; }

.icon-loop:before {
  content: "\f16b"; }

.icon-magnifying-glass:before {
  content: "\f16c"; }

.icon-mail:before {
  content: "\f16d"; }

.icon-male-female:before {
  content: "\f16e"; }

.icon-male-symbol:before {
  content: "\f16f"; }

.icon-male:before {
  content: "\f170"; }

.icon-map:before {
  content: "\f171"; }

.icon-marker:before {
  content: "\f172"; }

.icon-megaphone:before {
  content: "\f173"; }

.icon-microphone:before {
  content: "\f174"; }

.icon-minus-circle:before {
  content: "\f175"; }

.icon-minus:before {
  content: "\f176"; }

.icon-mobile-signal:before {
  content: "\f177"; }

.icon-mobile:before {
  content: "\f178"; }

.icon-monitor:before {
  content: "\f179"; }

.icon-mountains:before {
  content: "\f17a"; }

.icon-music:before {
  content: "\f17b"; }

.icon-next:before {
  content: "\f17c"; }

.icon-no-dogs:before {
  content: "\f17d"; }

.icon-no-smoking:before {
  content: "\f17e"; }

.icon-page-add:before {
  content: "\f17f"; }

.icon-page-copy:before {
  content: "\f180"; }

.icon-page-csv:before {
  content: "\f181"; }

.icon-page-delete:before {
  content: "\f182"; }

.icon-page-doc:before {
  content: "\f183"; }

.icon-page-edit:before {
  content: "\f184"; }

.icon-page-export-csv:before {
  content: "\f185"; }

.icon-page-export-doc:before {
  content: "\f186"; }

.icon-page-export-pdf:before {
  content: "\f187"; }

.icon-page-export:before {
  content: "\f188"; }

.icon-page-filled:before {
  content: "\f189"; }

.icon-page-multiple:before {
  content: "\f18a"; }

.icon-page-pdf:before {
  content: "\f18b"; }

.icon-page-remove:before {
  content: "\f18c"; }

.icon-page-search:before {
  content: "\f18d"; }

.icon-page:before {
  content: "\f18e"; }

.icon-paint-bucket:before {
  content: "\f18f"; }

.icon-paperclip:before {
  content: "\f190"; }

.icon-pause:before {
  content: "\f191"; }

.icon-paw:before {
  content: "\f192"; }

.icon-paypal:before {
  content: "\f193"; }

.icon-pencil:before {
  content: "\f194"; }

.icon-photo:before {
  content: "\f195"; }

.icon-play-circle:before {
  content: "\f196"; }

.icon-play-video:before {
  content: "\f197"; }

.icon-play:before {
  content: "\f198"; }

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

.icon-pound:before {
  content: "\f19a"; }

.icon-power:before {
  content: "\f19b"; }

.icon-previous:before {
  content: "\f19c"; }

.icon-price-tag:before {
  content: "\f19d"; }

.icon-pricetag-multiple:before {
  content: "\f19e"; }

.icon-print:before {
  content: "\f19f"; }

.icon-prohibited:before {
  content: "\f1a0"; }

.icon-projection-screen:before {
  content: "\f1a1"; }

.icon-puzzle:before {
  content: "\f1a2"; }

.icon-quote:before {
  content: "\f1a3"; }

.icon-record:before {
  content: "\f1a4"; }

.icon-refresh:before {
  content: "\f1a5"; }

.icon-results-demographics:before {
  content: "\f1a6"; }

.icon-results:before {
  content: "\f1a7"; }

.icon-rewind-ten:before {
  content: "\f1a8"; }

.icon-rewind:before {
  content: "\f1a9"; }

.icon-rss:before {
  content: "\f1aa"; }

.icon-safety-cone:before {
  content: "\f1ab"; }

.icon-save:before {
  content: "\f1ac"; }

.icon-share:before {
  content: "\f1ad"; }

.icon-sheriff-badge:before {
  content: "\f1ae"; }

.icon-shield:before {
  content: "\f1af"; }

.icon-shopping-bag:before {
  content: "\f1b0"; }

.icon-shopping-cart:before {
  content: "\f1b1"; }

.icon-shuffle:before {
  content: "\f1b2"; }

.icon-skull:before {
  content: "\f1b3"; }

.icon-social-500px:before {
  content: "\f1b4"; }

.icon-social-adobe:before {
  content: "\f1b5"; }

.icon-social-amazon:before {
  content: "\f1b6"; }

.icon-social-android:before {
  content: "\f1b7"; }

.icon-social-apple:before {
  content: "\f1b8"; }

.icon-social-behance:before {
  content: "\f1b9"; }

.icon-social-bing:before {
  content: "\f1ba"; }

.icon-social-blogger:before {
  content: "\f1bb"; }

.icon-social-delicious:before {
  content: "\f1bc"; }

.icon-social-designer-news:before {
  content: "\f1bd"; }

.icon-social-deviant-art:before {
  content: "\f1be"; }

.icon-social-digg:before {
  content: "\f1bf"; }

.icon-social-dribbble:before {
  content: "\f1c0"; }

.icon-social-drive:before {
  content: "\f1c1"; }

.icon-social-dropbox:before {
  content: "\f1c2"; }

.icon-social-evernote:before {
  content: "\f1c3"; }

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

.icon-social-flickr:before {
  content: "\f1c5"; }

.icon-social-forrst:before {
  content: "\f1c6"; }

.icon-social-foursquare:before {
  content: "\f1c7"; }

.icon-social-game-center:before {
  content: "\f1c8"; }

.icon-social-github:before {
  content: "\f1c9"; }

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

.icon-social-hacker-news:before {
  content: "\f1cb"; }

.icon-social-hi5:before {
  content: "\f1cc"; }

.icon-social-instagram:before {
  content: "\f1cd"; }

.icon-social-joomla:before {
  content: "\f1ce"; }

.icon-social-lastfm:before {
  content: "\f1cf"; }

.icon-social-linkedin:before {
  content: "\f1d0"; }

.icon-social-medium:before {
  content: "\f1d1"; }

.icon-social-myspace:before {
  content: "\f1d2"; }

.icon-social-orkut:before {
  content: "\f1d3"; }

.icon-social-path:before {
  content: "\f1d4"; }

.icon-social-picasa:before {
  content: "\f1d5"; }

.icon-social-pinterest:before {
  content: "\f1d6"; }

.icon-social-rdio:before {
  content: "\f1d7"; }

.icon-social-reddit:before {
  content: "\f1d8"; }

.icon-social-skillshare:before {
  content: "\f1d9"; }

.icon-social-skype:before {
  content: "\f1da"; }

.icon-social-smashing-mag:before {
  content: "\f1db"; }

.icon-social-snapchat:before {
  content: "\f1dc"; }

.icon-social-spotify:before {
  content: "\f1dd"; }

.icon-social-squidoo:before {
  content: "\f1de"; }

.icon-social-stack-overflow:before {
  content: "\f1df"; }

.icon-social-steam:before {
  content: "\f1e0"; }

.icon-social-stumbleupon:before {
  content: "\f1e1"; }

.icon-social-treehouse:before {
  content: "\f1e2"; }

.icon-social-tumblr:before {
  content: "\f1e3"; }

.icon-social-twitter:before {
  content: "\f1e4"; }

.icon-social-twitter-post:after {
  display: inline-block;
  height: 36px;
  margin-left: 9px;
  font-size: 26px;
  content: "\f1e4";
  vertical-align: middle; }

.icon-social-vimeo:before {
  content: "\f1e5"; }

.icon-social-windows:before {
  content: "\f1e6"; }

.icon-social-xbox:before {
  content: "\f1e7"; }

.icon-social-yahoo:before {
  content: "\f1e8"; }

.icon-social-yelp:before {
  content: "\f1e9"; }

.icon-social-youtube:before {
  content: "\f1ea"; }

.icon-social-zerply:before {
  content: "\f1eb"; }

.icon-social-zurb:before {
  content: "\f1ec"; }

.icon-sound:before {
  content: "\f1ed"; }

.icon-star:before {
  content: "\f1ee"; }

.icon-stop:before {
  content: "\f1ef"; }

.icon-strikethrough:before {
  content: "\f1f0"; }

.icon-subscript:before {
  content: "\f1f1"; }

.icon-superscript:before {
  content: "\f1f2"; }

.icon-tablet-landscape:before {
  content: "\f1f3"; }

.icon-tablet-portrait:before {
  content: "\f1f4"; }

.icon-target-two:before {
  content: "\f1f5"; }

.icon-target:before {
  content: "\f1f6"; }

.icon-telephone-accessible:before {
  content: "\f1f7"; }

.icon-telephone:before {
  content: "\f1f8"; }

.icon-text-color:before {
  content: "\f1f9"; }

.icon-thumbnails:before {
  content: "\f1fa"; }

.icon-ticket:before {
  content: "\f1fb"; }

.icon-torso-business:before {
  content: "\f1fc"; }

.icon-torso-female:before {
  content: "\f1fd"; }

.icon-torso:before {
  content: "\f1fe"; }

.icon-torsos-all-female:before {
  content: "\f1ff"; }

.icon-torsos-all:before {
  content: "\f200"; }

.icon-torsos-female-male:before {
  content: "\f201"; }

.icon-torsos-male-female:before {
  content: "\f202"; }

.icon-torsos:before {
  content: "\f203"; }

.icon-trash:before {
  content: "\f204"; }

.icon-trees:before {
  content: "\f205"; }

.icon-trophy:before {
  content: "\f206"; }

.icon-underline:before {
  content: "\f207"; }

.icon-universal-access:before {
  content: "\f208"; }

.icon-unlink:before {
  content: "\f209"; }

.icon-unlock:before {
  content: "\f20a"; }

.icon-upload-cloud:before {
  content: "\f20b"; }

.icon-upload:before {
  content: "\f20c"; }

.icon-usb:before {
  content: "\f20d"; }

.icon-video:before {
  content: "\f20e"; }

.icon-volume-none:before {
  content: "\f20f"; }

.icon-volume-strike:before {
  content: "\f210"; }

.icon-volume:before {
  content: "\f211"; }

.icon-web:before {
  content: "\f212"; }

.icon-wheelchair:before {
  content: "\f213"; }

.icon-widget:before {
  content: "\f214"; }

.icon-wrench:before {
  content: "\f215"; }

.icon-x-circle:before {
  content: "\f216"; }

.icon-x:before {
  content: "\f217"; }

.icon-yen:before {
  content: "\f218"; }

.icon-zoom-in:before {
  content: "\f219"; }

.icon-zoom-out:before {
  content: "\f21a"; }

img.square,
.btn.square {
  border-radius: 0; }

img.rounded,
.btn.rounded {
  border-radius: 50%; }

.btn {
  border: 1px solid #00787e;
  border-radius: 20px;
  color: #00787e;
  font-size: .9em;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 20px;
  text-shadow: none; }
  .btn:hover {
    border-color: #002f31;
    color: #002f31; }
  .btn.small {
    font-size: .7em;
    padding: 8px 12px; }
  .btn.large {
    font-size: 1.1em;
    padding: 10px 24px; }
  .btn.secondary {
    border-color: #FFC107;
    color: #FFC107; }
    .btn.secondary:hover {
      border-color: #ba8b00;
      color: #ba8b00; }

#menu-button {
  display: none; }
  #menu-button > a > i {
    color: #f8f8f8;
    font-size: 36px;
    position: relative;
    top: 3px; }

*:focus {
  outline: none; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"] {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #666;
  font-size: .75em;
  padding: 1em;
  width: 240px; }
  input[type="text"] ::-webkit-input-placeholder,
  input[type="password"] ::-webkit-input-placeholder,
  input[type="datetime"] ::-webkit-input-placeholder,
  input[type="datetime-local"] ::-webkit-input-placeholder,
  input[type="date"] ::-webkit-input-placeholder,
  input[type="month"] ::-webkit-input-placeholder,
  input[type="time"] ::-webkit-input-placeholder,
  input[type="week"] ::-webkit-input-placeholder,
  input[type="number"] ::-webkit-input-placeholder,
  input[type="email"] ::-webkit-input-placeholder,
  input[type="url"] ::-webkit-input-placeholder,
  input[type="search"] ::-webkit-input-placeholder,
  input[type="tel"] ::-webkit-input-placeholder {
    color: #ccc; }
  input[type="text"] :-moz-placeholder,
  input[type="password"] :-moz-placeholder,
  input[type="datetime"] :-moz-placeholder,
  input[type="datetime-local"] :-moz-placeholder,
  input[type="date"] :-moz-placeholder,
  input[type="month"] :-moz-placeholder,
  input[type="time"] :-moz-placeholder,
  input[type="week"] :-moz-placeholder,
  input[type="number"] :-moz-placeholder,
  input[type="email"] :-moz-placeholder,
  input[type="url"] :-moz-placeholder,
  input[type="search"] :-moz-placeholder,
  input[type="tel"] :-moz-placeholder {
    color: #ccc; }
  input[type="text"] ::-moz-placeholder,
  input[type="password"] ::-moz-placeholder,
  input[type="datetime"] ::-moz-placeholder,
  input[type="datetime-local"] ::-moz-placeholder,
  input[type="date"] ::-moz-placeholder,
  input[type="month"] ::-moz-placeholder,
  input[type="time"] ::-moz-placeholder,
  input[type="week"] ::-moz-placeholder,
  input[type="number"] ::-moz-placeholder,
  input[type="email"] ::-moz-placeholder,
  input[type="url"] ::-moz-placeholder,
  input[type="search"] ::-moz-placeholder,
  input[type="tel"] ::-moz-placeholder {
    color: #ccc; }
  input[type="text"] :-ms-input-placeholder,
  input[type="password"] :-ms-input-placeholder,
  input[type="datetime"] :-ms-input-placeholder,
  input[type="datetime-local"] :-ms-input-placeholder,
  input[type="date"] :-ms-input-placeholder,
  input[type="month"] :-ms-input-placeholder,
  input[type="time"] :-ms-input-placeholder,
  input[type="week"] :-ms-input-placeholder,
  input[type="number"] :-ms-input-placeholder,
  input[type="email"] :-ms-input-placeholder,
  input[type="url"] :-ms-input-placeholder,
  input[type="search"] :-ms-input-placeholder,
  input[type="tel"] :-ms-input-placeholder {
    color: #ccc; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus {
    border-color: #FFC107; }

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.hvr-grow-rotate:hover,
.hvr-grow-rotate:focus,
.hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg); }

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

.hvr-buzz-out {
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@keyframes move {
  0% {
    transform: translate(0, 50px); }
  50% {
    transform: translate(20px, 100px); }
  100% {
    transform: translate(0, 50px); } }

@keyframes blink {
  0% {
    top: 50px;
    left: 0; }
  50% {
    top: 100px;
    left: 20px; }
  100% {
    top: 50px;
    left: 0; } }

@keyframes flicker {
  0% {
    opacity: .9; }
  30% {
    opacity: .97; }
  40% {
    opacity: 1; }
  80% {
    opacity: .9; }
  88% {
    opacity: .98; }
  90% {
    opacity: .94; }
  93% {
    opacity: .9; }
  95% {
    opacity: .99; }
  96% {
    opacity: .93; }
  98% {
    opacity: 1; }
  99% {
    opacity: .93; } }

/* http://prismjs.com/download.html?themes=prism-okaidia&languages=markup+css+clike+javascript+bash+c+coffeescript+css-extras+git+markdown+scss+sql&plugins=show-language */
code,
pre {
  color: #333;
  font-family: Inconsolata, Monaco, Consolas, "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
  font-size: 1rem;
  line-height: 1.8rem;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-wrap: normal;
  word-break: normal;
  tab-size: 2;
  hyphens: none;
  text-shadow: 0 1px #FAFAFA;
  direction: ltr; }

pre::selection,
code::selection {
  background: #b3d4fc;
  text-shadow: none; }

@media print {
  code,
  pre {
    text-shadow: none; } }

/* Code blocks */
pre {
  padding: 12px;
  margin: 2.5rem 0;
  overflow: auto; }

:not(pre) > code,
pre {
  border-top: 1px solid #e1e1e8;
  border-bottom: 1px solid #e1e1e8;
  background: #F9F9F9; }

/* Inline code */
:not(pre) > code {
  border-radius: .3em;
  padding: 1px 3px;
  font-family: Inconsolata, Monaco, Consolas, "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
  font-size: 72%;
  line-height: 72%;
  white-space: normal;
  color: #c25;
  border: 1px solid #e1e1e8;
  background-color: #f7f7f9;
  text-shadow: 0 1px #FAFAFA; }

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #969896; }

.token.punctuation {
  color: #333; }

.namespace {
  opacity: .7; }

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #0086b3; }

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #183691; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a71d5d; }

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #a71d5d; }

.token.function {
  color: #0086b3; }

.token.regex,
.token.important,
.token.variable {
  color: #e90; }

.token.important,
.token.bold {
  font-weight: bold; }

.token.italic {
  font-style: italic; }

.token.entity {
  cursor: help; }

/* CSS for nanogallery2 - www.nanogallery2.nanostudio.org */
/**************************************/
/* nanogallery2 - main container      */
/**************************************/
.nGY2 {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box; }

.nGY2 .ngy2_container {
  width: 100%;
  min-width: 100px;
  /* to display something even if parent has display:inline-block */
  font-size: 1.0em;
  line-height: normal;
  padding: 0px;
  margin: 0 auto;
  overflow: hidden;
  visibility: visible;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none; }

/*******************************************/
/* NGY2 ICON FONT                          */
/* generated with http://fontello.com      */
/* PARTIALLY BASED ON FONT AWESOME         */
/*******************************************/
@font-face {
  font-family: 'ngy2_icon_font';
  src: url("../fonts/ngy2-icons/ngy2_icon_font.eot?68476359");
  src: url("../fonts/ngy2-icons/ngy2_icon_font.eot?68476359#iefix") format("embedded-opentype"), url("../fonts/ngy2-icons/ngy2_icon_font.woff2?68476359") format("woff2"), url("../fonts/ngy2-icons/ngy2_icon_font.woff?68476359") format("woff"), url("../fonts/ngy2-icons/ngy2_icon_font.ttf?68476359") format("truetype"), url("../fonts/ngy2-icons/ngy2_icon_font.svg?68476359#ngy2_icon_font") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-star:before {
  content: '\e801'; }

/* '?' */
.icon-search:before {
  content: '\e800'; }

/* '?' */
.icon-star-empty:before {
  content: '\e802'; }

/* '?' */
.icon-video:before {
  content: '\e803'; }

/* '?' */
.icon-videocam:before {
  content: '\e804'; }

/* '?' */
.icon-picture:before {
  content: '\e805'; }

/* '?' */
.icon-camera:before {
  content: '\e806'; }

/* '?' */
.icon-camera-alt:before {
  content: '\e807'; }

/* '?' */
.icon-ok:before {
  content: '\e808'; }

/* '?' */
.icon-help:before {
  content: '\e80a'; }

/* '?' */
.icon-help-circled:before {
  content: '\e80b'; }

/* '?' */
.icon-home:before {
  content: '\e80e'; }

/* '?' */
.icon-link:before {
  content: '\e80f'; }

/* '?' */
.icon-link-ext:before {
  content: '\e810'; }

/* '?' */
.icon-heart:before {
  content: '\e811'; }

/* '?' */
.icon-ngy2_chevron-right:before {
  content: '\e812'; }

/* '?' */
.icon-upload:before {
  content: '\e814'; }

/* '?' */
.icon-reply-all:before {
  content: '\e815'; }

/* '?' */
.icon-export:before {
  content: '\e816'; }

/* '?' */
.icon-chat:before {
  content: '\e818'; }

/* '?' */
.icon-attention:before {
  content: '\e819'; }

/* '?' */
.icon-location:before {
  content: '\e81a'; }

/* '?' */
.icon-trash:before {
  content: '\e81b'; }

/* '?' */
.icon-folder-empty:before {
  content: '\e81c'; }

/* '?' */
.icon-folder-open-empty:before {
  content: '\e81d'; }

/* '?' */
.icon-menu:before {
  content: '\e81e'; }

/* '?' */
.icon-cog:before {
  content: '\e81f'; }

/* '?' */
.icon-cog-alt:before {
  content: '\e820'; }

/* '?' */
.icon-wrench:before {
  content: '\e821'; }

/* '?' */
.icon-lightbulb:before {
  content: '\e822'; }

/* '?' */
.icon-resize-full:before {
  content: '\e823'; }

/* '?' */
.icon-resize-small:before {
  content: '\e824'; }

/* '?' */
.icon-left-open:before {
  content: '\e827'; }

/* '?' */
.icon-right-open:before {
  content: '\e828'; }

/* '?' */
.icon-arrows-cw:before {
  content: '\e829'; }

/* '?' */
.icon-level-up:before {
  content: '\e82a'; }

/* '?' */
.icon-play:before {
  content: '\e82b'; }

/* '?' */
.icon-pause:before {
  content: '\e82c'; }

/* '?' */
.icon-ngy2_chevron-left:before {
  content: '\e82d'; }

/* '?' */
.icon-ellipsis-vert:before {
  content: '\e82e'; }

/* '?' */
.icon-toggle-off:before {
  content: '\e82f'; }

/* '?' */
.icon-toggle-on:before {
  content: '\e830'; }

/* '?' */
.icon-check:before {
  content: '\e831'; }

/* '?' */
.icon-check-empty:before {
  content: '\e832'; }

/* '?' */
.icon-rocket:before {
  content: '\e833'; }

/* '?' */
.icon-filter:before {
  content: '\e834'; }

/* '?' */
.icon-magic:before {
  content: '\e835'; }

/* '?' */
.icon-pinterest-squared:before {
  content: '\e836'; }

/* '?' */
.icon-gplus-squared:before {
  content: '\e837'; }

/* '?' */
.icon-facebook-squared:before {
  content: '\e838'; }

/* '?' */
.icon-basket:before {
  content: '\e839'; }

/* '?' */
.icon-ok-circled:before {
  content: '\e83a'; }

/* '?' */
.icon-user:before {
  content: '\e83b'; }

/* '?' */
.icon-ngy2_chevron_left3:before {
  content: '\e83c'; }

/* '?' */
.icon-ngy2_chevron_right3:before {
  content: '\e83d'; }

/* '?' */
.icon-zoom-out-1:before {
  content: '\e83e'; }

/* '?' */
.icon-ngy2_zoom_out2:before {
  content: '\e83f'; }

/* '?' */
.icon-ngy2_zoom_in2:before {
  content: '\e840'; }

/* '?' */
.icon-ngy2_share2:before {
  content: '\e841'; }

/* '?' */
.icon-ngy2_external2:before {
  content: '\e842'; }

/* '?' */
.icon-ngy2_close2:before {
  content: '\e843'; }

/* '?' */
.icon-ngy2_info2:before {
  content: '\e844'; }

/* '?' */
.icon-ngy2_chevron_up2:before {
  content: '\e845'; }

/* '?' */
.icon-ngy2_download2:before {
  content: '\e846'; }

/* '?' */
.icon-mail-alt:before {
  content: '\f0e0'; }

/* '?' */
.icon-circle-empty:before {
  content: '\f10c'; }

/* '?' */
.icon-tumblr-squared:before {
  content: '\f174'; }

/* '?' */
.icon-twitter-squared:before {
  content: '\f304'; }

/* '?' */
.nGY2Icon {
  margin-left: .2em;
  margin-right: .3em;
  font-family: "ngy2_icon_font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /* width: 1em; */
  text-align: center;
  font-variant: normal;
  text-transform: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

/**************************************/
/* NAVIGATION BAR                     */
/**************************************/
.nGY2Navigationbar {
  margin: 5px 0px;
  padding: 5px 0px;
  display: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

.nGY2Navigationbar .nGY2NavigationbarItem {
  margin: 5px 2px;
  padding: 5px 8px;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  visibility: 'hidden';
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

/**************************************/
/* NAVIGATION BREADCRUMB              */
/**************************************/
.nGY2Navigationbar .oneItem {
  margin: 0px 5px;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block; }

/**************************************/
/* GALLERY                            */
/**************************************/
.nGY2 .nGY2Gallery {
  position: relative;
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

.nGY2 .nGY2GallerySub {
  perspective: 900px;
  text-align: left;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  /* touch-action: none !important; */
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

/*
.nGY2 .nGY2GallerySub  *{
  touch-action: auto !important;
}
*/
/**************************************/
/* THUMBNAILS                         */
/**************************************/
.nGY2 .nGY2GThumbnail {
  /* no margin allowed here */
  cursor: pointer;
  border: 0px solid #000000;
  /*margin: 1px;*/
  padding: 0px;
  /* 5 */
  background-color: #000000;
  display: inline-block;
  position: absolute;
  /*relative;*/
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  overflow: hidden; }

.nGY2 .nGY2GThumbnailStack {
  /* no margin allowed here */
  background-color: #999;
  cursor: pointer;
  border: 0px solid #000000;
  /*margin: 1px;*/
  padding: 0px;
  /* 5 */
  display: inline-block;
  position: absolute;
  /*relative;*/
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  overflow: hidden; }

.nGY2 .nGY2GThumbnailSub {
  /* no border or padding allowed here */
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: 0px solid #000000;
  margin: 0px;
  padding: 0px;
  overflow: hidden; }

.nGY2 .nGY2GThumbnailSubSelected {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  /*opacity: 0.8;*/ }

.nGY2 .nGY2GThumbnailImage {
  position: relative;
  overflow: hidden;
  background: #000000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

.nGY2 .nGY2GThumbnailImg {
  /* no border or padding allowed here */
  /* use empty image in background */
  background: url("data:image/gif;base64,R0lGODlhEAAQAIAAAP///////yH5BAEKAAEALAAAAAAQABAAAAIOjI+py+0Po5y02ouzPgUAOw==") no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  vertical-align: bottom;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

.nGY2 .nGY2GThumbnailAnnotationOLD_NO_MORE_USED {
  /* no padding allowed here */
  background: rgba(51, 51, 51, 0.75);
  opacity: 1;
  text-align: left;
  /* top: 0; bottom: 0; left: 0; right: 0; */
  left: 0;
  right: 0;
  padding: 1px;
  position: absolute;
  min-height: 18px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

.nGY2 .nGY2GThumbnailCustomLayer {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

.nGY2 .nGY2GThumbnailLabel {
  /*  float:left; */
  /*display: inline-block;*/
  display: block;
  background: rgba(51, 51, 51, 0.75);
  /* top: 0; bottom: 0; left: 0; right: 0; */
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

.nGY2 .nGY2GThumbnailImageTitle,
.nGY2 .nGY2GThumbnailAlbumTitle {
  color: #FAFAFA;
  margin: 3px 1px 1px 1px;
  padding: 0px 4px;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  Text-Shadow: #000000 1px 0px 0px, #000000 1px 1px 0px, #000000 1px -1px 0px, #000000 -1px 1px 0px, #000000 -1px 0px 0px, #000000 -1px -1px 0px, #000000 0px 1px 0px, #000000 0px -1px 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

.nGY2 .nGY2GThumbnailDescription {
  clear: both;
  margin: 1px 1px 3px 1px;
  padding: 0px 4px;
  color: #ccc;
  white-space: nowrap;
  left: 0;
  right: 0;
  font-size: 0.8em;
  Text-Shadow: #000000 1px 0px 0px, #000000 1px 1px 0px, #000000 1px -1px 0px, #000000 -1px 1px 0px, #000000 -1px 0px 0px, #000000 -1px -1px 0px, #000000 0px 1px 0px, #000000 0px -1px 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

.nGY2 .nGY2GThumbnailIcons {
  /*margin: 5px 5px;*/
  margin: 0;
  position: absolute;
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

.nGY2 .nGY2GThumbnailIconsFullThumbnail {
  font-size: 1.8em;
  color: #FAFAFA;
  Text-Shadow: #000000 1px 0px 0px, #000000 1px 1px 0px, #000000 1px -1px 0px, #000000 -1px 1px 0px, #000000 -1px 0px 0px, #000000 -1px -1px 0px, #000000 0px 1px 0px, #000000 0px -1px 0px;
  padding: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

.nGY2 .nGY2GThumbnailIcon {
  display: inline-block;
  /*top: 0; bottom: 0; left: 0; right: 0;*/
  padding: 4px;
  margin: 0px;
  /*position: absolute;*/
  color: #FAFAFA;
  Text-Shadow: #000000 1px 0px 0px, #000000 1px 1px 0px, #000000 1px -1px 0px, #000000 -1px 1px 0px, #000000 -1px 0px 0px, #000000 -1px -1px 0px, #000000 0px 1px 0px, #000000 0px -1px 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

.nGY2 .nGY2GThumbnailIconTextBadge {
  background-color: #FAFAFA;
  /*padding: 4px;*/
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  position: relative;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

.nGY2 .nGY2GThumbnailIconText {
  position: relative;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

.nGY2 .nGY2GThumbnailAlbumUp i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }

.nGY2 .nGY2GThumbnailAlbumUp {
  color: #eee;
  font-size: 1.2em;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: table;
  width: 100%;
  text-align: center;
  position: absolute;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

/**************************************/
/* GALLERY BOTTOM                     */
/**************************************/
.nGY2 .nGY2GalleryBottom {
  /*color:$gray-lighter;*/
  margin: 0px;
  padding: 0px;
  text-align: center;
  position: relative;
  overflow: hidden;
  white-space: nowrap; }

/**************************************/
/* GALLERY MORE-BUTTON                */
/**************************************/
.nGY2 .nGY2GalleryMoreButton {
  /*color:$gray-lighter;*/
  margin: 10px auto 5px auto;
  padding: 4px;
  text-align: center;
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer; }

.nGY2 .nGY2GalleryMoreButtonAnnotation {
  /*color:$gray-lighter;*/
  margin: 10px auto 5px auto;
  border: 1px solid #FAFAFA;
  padding: 8px 20px;
  text-align: center;
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap; }

/**************************************/
/* GALLERY PAGINATION                 */
/**************************************/
.nGY2 .nGY2GalleryPagination,
.nGY2 .nGY2GalleryPaginationDot {
  /*color:$gray-lighter;*/
  margin: 10px auto 5px auto;
  padding: 4px;
  text-align: center;
  position: relative;
  overflow: hidden;
  white-space: nowrap; }

.nGY2 .nGY2paginationItem,
.nGY2 .nGY2paginationItemCurrentPage,
.nGY2 .nGY2PaginationPrev,
.nGY2 .nGY2PaginationNext {
  margin: 10px 4px;
  padding: 5px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #111;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block; }

.nGY2 .nGY2paginationItemCurrentPage {
  background: #333;
  /* text-decoration:underline; */ }

.nGY2 .nGY2paginationDot,
.nGY2 .nGY2paginationDotCurrentPage {
  width: 16px;
  height: 16px;
  border: 2px solid #FAFAFA;
  background: #666;
  border-radius: 50%;
  margin: 12px 5px;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  opacity: 0.50; }

.nGY2 .nGY2paginationDotCurrentPage {
  background: #FAFAFA;
  opacity: 1; }

.nGY2 .nGY2paginationRectangle,
.nGY2 .nGY2paginationRectangleCurrentPage {
  width: 30px;
  border: 1px solid #FAFAFA;
  height: 0px;
  background: #666;
  margin: 5px 1px;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  opacity: 0.50; }

.nGY2 .nGY2paginationRectangleCurrentPage {
  background: #FAFAFA;
  opacity: 1; }

/**************************************/
/* POPUP                              */
/**************************************/
.nGY2Popup {
  position: fixed;
  color: #000000;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
  /*  z-index: 2000;*/ }

.nGY2PopupContent,
.nGY2PopupContentCenter,
.nGY2PopupContentLeft,
.nGY2PopupContentRight {
  position: fixed;
  text-align: left;
  top: 50%;
  left: 50%;
  width: 50%;
  padding: 15px 30px;
  /*max-width: 630px;
  min-width: 320px;*/
  height: auto;
  background: #FAFAFA;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.nGY2PopupContentCenter {
  text-align: center; }

.nGY2PopupTitle {
  font-size: 1.5em;
  border-bottom: 4px solid #999;
  padding: 0 0 5px 0;
  margin-bottom: 10px; }

.nGY2PopupCloseButton {
  font-size: 1.5em;
  cursor: pointer;
  text-align: right; }

.nGY2PopupOneItem {
  padding: 10px 10px;
  font-size: 2em;
  cursor: pointer;
  display: inline-block; }

.nGY2PopupOneItemText {
  padding: 10px 10px;
  font-size: 1.2em;
  cursor: pointer;
  display: block; }

@media only screen and (max-device-width: 480px) {
  .nGY2PopupContent {
    width: 85% !important;
    padding: 5px 10px !important; } }

/**************************************/
/* INFO                               */
/**************************************/
.nGY2PortInfo {
  padding: 3px !important;
  font-size: 11px !important;
  color: #999 !important;
  text-align: center !important;
  z-index: 0 !important;
  text-transform: uppercase !important;
  cursor: pointer !important; }

.nGY2PortInfo a,
.nGY2PortInfo > a:link,
.nGY2PortInfo > a:visited,
.nGY2PortInfo a:hover,
.nGY2PortInfo a:active {
  color: #999 !important;
  text-decoration: none !important; }

/**************************************/
/* IMAGE VIEWER                       */
/**************************************/
.nGY2 .nGY2ViewerContainer {
  opacity: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }

.nGY2 .nGY2Viewer {
  display: block;
  visibility: visible;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 1;
  /*font-size:1em;*/
  background-color: rgba(1, 1, 1, 0.85);
  text-align: center;
  clear: both; }

.nGY2 .nGY2ViewerLogo {
  text-align: center;
  float: left;
  position: relative;
  top: 50px;
  left: 5px;
  padding: 2px;
  background: url("../img/nanogallery2_logo.png") #000000 no-repeat center;
  display: block;
  height: 74px;
  width: 147px; }

.nGY2 .nGY2ViewerContent {
  /* background:url('loading.gif') no-repeat center; */
  min-width: 40px;
  min-height: 40px;
  /*display:block;*/
  /*position:relative;*/
  position: absolute;
  /*height:100%;*/
  clear: both;
  /* padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px; */
  /*
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out;
  */
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

.nGY2 .nGY2ViewerImagePan {
  visibility: visible;
  opacity: 0;
  position: absolute;
  display: inline-block;
  padding: 0px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /* never change this value */
  zoom: 1;
  draggable: false;
  unselectable: on;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

.nGY2 .nGY2ViewerImage {
  visibility: visible;
  opacity: 1;
  will-change: transform;
  transform: translateZ(0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /* never change this value */
  zoom: 1;
  draggable: false;
  unselectable: on;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000000;
  /*display:block;*/
  padding: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

.nGY2 .nGY2ViewerContent .imgCurrent {
  cursor: pointer; }

.nGY2 .nGY2ViewerAreaPrevious {
  transform: scaleY(1.5);
  color: #FAFAFA;
  display: block;
  position: absolute;
  Text-Shadow: #000000 1px 0px 0px, #000000 1px 1px 0px, #000000 1px -1px 0px, #000000 -1px 1px 0px, #000000 -1px 0px 0px, #000000 -1px -1px 0px, #000000 0px 1px 0px, #000000 0px -1px 0px;
  /*background: $black-alpha-20;*/
  font-size: 2em;
  top: 50%;
  /*height:20px;*/
  /*width:20px;*/
  padding: 10px 0px 10px 1px;
  margin-top: -25px;
  left: 0px;
  text-align: left;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; }

.nGY2 .nGY2ViewerAreaPrevious > i {
  margin-left: 0px; }

.nGY2 .nGY2ViewerAreaNext {
  transform: scaleY(1.5);
  color: #FAFAFA;
  display: block;
  position: absolute;
  Text-Shadow: #000000 1px 0px 0px, #000000 1px 1px 0px, #000000 1px -1px 0px, #000000 -1px 1px 0px, #000000 -1px 0px 0px, #000000 -1px -1px 0px, #000000 0px 1px 0px, #000000 0px -1px 0px;
  /*background: $black-alpha-20;*/
  font-size: 2em;
  top: 50%;
  /*height:20px;*/
  /*width:20px;*/
  padding: 10px 1px 10px 0px;
  margin-top: -25px;
  right: 0px;
  text-align: right;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; }

.nGY2 .nGY2ViewerAreaNext > i {
  margin-right: 0px; }

.nGY2 .toolbarContainer {
  /*bottom:0px;*/
  left: 0px;
  right: 0px;
  text-align: center;
  display: inline-block;
  position: absolute;
  width: 100%; }

.nGY2 .toolbar {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 2px 0px;
  margin: 1px; }

.nGY2 .toolbarBackground {
  background: rgba(4, 4, 4, 0.7); }

.nGY2 .nGY2ViewerToolsTopLeft {
  cursor: pointer;
  color: #ddd;
  background: rgba(0, 0, 0, 0.2);
  left: 5px;
  top: 5px;
  position: absolute;
  /*Text-Shadow: $black 1px 0px 0px, $black 1px 1px 0px, $black 1px -1px 0px, $black -1px 1px 0px, $black -1px 0px 0px, $black -1px -1px 0px, $black 0px 1px 0px, $black 0px -1px 0px;*/
  opacity: 1;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; }

.nGY2 .nGY2ViewerToolsTopRight {
  cursor: pointer;
  color: #ddd;
  background: rgba(0, 0, 0, 0.2);
  right: 5px;
  top: 5px;
  position: absolute;
  /* Text-Shadow: $black 1px 0px 0px, $black 1px 1px 0px, $black 1px -1px 0px, $black -1px 1px 0px, $black -1px 0px 0px, $black -1px -1px 0px, $black 0px 1px 0px, $black 0px -1px 0px;*/
  opacity: 1;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; }

.nGY2 .toolbar .ngbt {
  font-size: 1.5em;
  display: table-cell;
  cursor: pointer;
  padding: 2px 5px;
  vertical-align: middle; }

.nGY2 .ngy2viewerToolAction {
  opacity: 1; }

.nGY2 .ngy2viewerToolAction:hover {
  opacity: 0.8; }

.nGY2 .toolbar .pageCounter {
  display: table-cell;
  font-size: 1em;
  margin: auto;
  vertical-align: middle;
  overflow: hidden; }

.nGY2 .toolbar .label {
  padding: 3px 10px 3px 10px;
  border-left: 0px solid #000000;
  overflow: hidden;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  font-size: 1em;
  background-color: initial; }

.nGY2 .toolbar .label .title {
  font-size: 1em;
  margin: auto;
  vertical-align: middle;
  overflow: hidden; }

.nGY2 .toolbar .label .description {
  font-size: .8em;
  display: table-row;
  vertical-align: middle;
  overflow: hidden;
  color: #ccc; }

/**************************************/
/* CONSOLE                            */
/**************************************/
.nGY2ConsoleParent {
  visibility: hidden;
  height: 0px;
  background: #333;
  color: #e74c3c;
  padding: 0px;
  margin: 2px; }

.nGY2ConsoleParent p {
  color: #e74c3c;
  padding: 1px;
  margin: 0px; }

/**************************************/
/* AVOID TEXT SELECTION DURING DRAG   */
/**************************************/
.nGY2.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

/**************************************/
/* LOADING BAR                        */
/**************************************/
.nGY2 .nanoGalleryLBarOff {
  position: relative;
  width: 100%;
  visibility: hidden;
  height: 2px;
  margin: 0 0 1px 0;
  background-color: #3d4260; }

.nGY2 .nanoGalleryLBar {
  position: relative;
  width: 100%;
  visibility: visible;
  height: 2px;
  margin: 0 0 1px 0;
  background-color: #3d4260; }

.nGY2 .nanoGalleryLBar > div {
  position: absolute;
  width: 50px;
  height: 2px;
  top: 0px;
  opacity: .7; }

.nGY2 .nanoGalleryLBar > div:nth-child(1) {
  -webkit-animation: nanoGalleryLBarAnim 2s -0.2s infinite cubic-bezier(0, 0.6, 0.9, 0);
  -moz-animation: nanoGalleryLBarAnim 2s -0.2s infinite cubic-bezier(0, 0.6, 0.9, 0);
  -ms-animation: nanoGalleryLBarAnim 2s -0.2s infinite cubic-bezier(0, 0.6, 0.9, 0);
  -o-animation: nanoGalleryLBarAnim 2s -0.2s infinite cubic-bezier(0, 0.6, 0.9, 0);
  animation: nanoGalleryLBarAnim 2s -0.2s infinite cubic-bezier(0, 0.6, 0.9, 0);
  background: #333; }

.nGY2 .nanoGalleryLBar > div:nth-child(2) {
  -webkit-animation: nanoGalleryLBarAnim 2s -0.4s infinite cubic-bezier(0, 0.6, 0.9, 0);
  -moz-animation: nanoGalleryLBarAnim 2s -0.4s infinite cubic-bezier(0, 0.6, 0.9, 0);
  -ms-animation: nanoGalleryLBarAnim 2s -0.4s infinite cubic-bezier(0, 0.6, 0.9, 0);
  -o-animation: nanoGalleryLBarAnim 2s -0.4s infinite cubic-bezier(0, 0.6, 0.9, 0);
  animation: nanoGalleryLBarAnim 2s -0.4s infinite cubic-bezier(0, 0.6, 0.9, 0);
  background: #666; }

.nGY2 .nanoGalleryLBar > div:nth-child(3) {
  -webkit-animation: nanoGalleryLBarAnim 2s -0.6s infinite cubic-bezier(0, 0.6, 0.9, 0);
  -moz-animation: nanoGalleryLBarAnim 2s -0.6s infinite cubic-bezier(0, 0.6, 0.9, 0);
  -ms-animation: nanoGalleryLBarAnim 2s -0.6s infinite cubic-bezier(0, 0.6, 0.9, 0);
  -o-animation: nanoGalleryLBarAnim 2s -0.6s infinite cubic-bezier(0, 0.6, 0.9, 0);
  animation: nanoGalleryLBarAnim 2s -0.6s infinite cubic-bezier(0, 0.6, 0.9, 0);
  background: #ccc; }

.nGY2 .nanoGalleryLBar > div:nth-child(4) {
  -webkit-animation: nanoGalleryLBarAnim 2s -0.8s infinite cubic-bezier(0, 0.6, 0.9, 0);
  -moz-animation: nanoGalleryLBarAnim 2s -0.8s infinite cubic-bezier(0, 0.6, 0.9, 0);
  -ms-animation: nanoGalleryLBarAnim 2s -0.8s infinite cubic-bezier(0, 0.6, 0.9, 0);
  -o-animation: nanoGalleryLBarAnim 2s -0.8s infinite cubic-bezier(0, 0.6, 0.9, 0);
  animation: nanoGalleryLBarAnim 2s -0.8s infinite cubic-bezier(0, 0.6, 0.9, 0);
  background: #999; }

.nGY2 .nanoGalleryLBar > div:nth-child(5) {
  -webkit-animation: nanoGalleryLBarAnim 2s -1s infinite cubic-bezier(0, 0.6, 0.9, 0);
  -moz-animation: nanoGalleryLBarAnim 2s -1s infinite cubic-bezier(0, 0.6, 0.9, 0);
  -ms-animation: nanoGalleryLBarAnim 2s -1s infinite cubic-bezier(0, 0.6, 0.9, 0);
  -o-animation: nanoGalleryLBarAnim 2s -1s infinite cubic-bezier(0, 0.6, 0.9, 0);
  animation: nanoGalleryLBarAnim 2s -1s infinite cubic-bezier(0, 0.6, 0.9, 0);
  background: #ddd; }

@-webkit-keyframes nanoGalleryLBarAnim {
  0% {
    left: 10%; }
  100% {
    left: 90%; } }

@-moz-keyframes nanoGalleryLBarAnim {
  0% {
    left: 10%; }
  100% {
    left: 90%; } }

@-ms-keyframes nanoGalleryLBarAnim {
  0% {
    left: 10%; }
  100% {
    left: 90%; } }

@-o-keyframes nanoGalleryLBarAnim {
  0% {
    left: 10%; }
  100% {
    left: 90%; } }

@keyframes nanoGalleryLBarAnim {
  0% {
    left: 10%; }
  100% {
    left: 90%; } }

.sl-inline-dotted {
  display: inline-block;
  margin-bottom: .2em;
  margin-left: .2em;
  font-size: 0.75em;
  color: #333;
  background-color: #eee;
  border: 1px dashed #999;
  border-radius: 5px;
  padding: 3px;
  text-align: center; }
  .sl-inline-dotted img {
    border-radius: 5px; }

.sl-pos-right {
  float: right; }

.cover {
  position: fixed;
  z-index: 1;
  display: block;
  width: 22.5rem;
  height: 100%;
  overflow-y: auto; }
  .cover.animated {
    transition: width 350ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  .cover.expanded {
    width: 100%; }
    .cover.expanded .navigation.left {
      margin-top: .85rem;
      margin-bottom: 1rem; }
  .cover.container {
    text-align: center;
    color: #f8f8f8; }

#profile-resume {
  display: none; }

.profile {
  max-width: 38.75rem; }
  .profile > p {
    margin: 10px 2rem;
    font-size: .9rem;
    line-height: 1.5rem; }
  .profile > a > h1 {
    margin: 10px auto;
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: .05rem;
    color: #f8f8f8; }
  .profile > a > h3 {
    margin: 0;
    color: #f8f8f8; }
  .profile > a > img {
    width: 7rem;
    border: 2px solid rgba(0, 120, 126, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3); }

.navigation.left {
  display: inline-block; }
  .navigation.left .links {
    margin: 0;
    list-style: none; }
    .navigation.left .links > li {
      display: block;
      margin: 0 1px 0 0;
      line-height: 1em; }
      .navigation.left .links > li.expanded {
        display: inline-block;
        margin: 0 5px;
        border-radius: 20px; }
        .navigation.left .links > li.expanded > a {
          padding: .625rem 1.25rem; }
      .navigation.left .links > li > a {
        display: block;
        float: none;
        padding: .5rem 1.25rem;
        opacity: .8;
        color: #f8f8f8; }
        .navigation.left .links > li > a:hover {
          color: #00787e; }

.navigation.right {
  display: block;
  margin: .5rem; }
  .navigation.right .social {
    margin: 0; }
    .navigation.right .social.item {
      display: inline-block;
      margin: 0 4px 0 0;
      line-height: 1em; }
      .navigation.right .social.item a {
        padding: 6px 8px 6px 9px; }
        .navigation.right .social.item a .label {
          display: none; }
        .navigation.right .social.item a .icon {
          display: block;
          font-size: 1.7em; }
        .navigation.right .social.item a:hover {
          color: #00787e; }

body[data-page="error"] {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: normal;
  line-height: 25px;
  text-align: center; }

.mayday {
  width: 500px;
  margin: 150px auto 20px; }
  .mayday > h2 {
    font-size: 24px;
    line-height: 35px;
    color: #f8f8f8;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }

.astro-wrap {
  position: relative;
  width: 20vh;
  height: 32vh;
  margin: auto; }

.astronaut {
  position: absolute;
  top: 0;
  left: 0;
  width: 20vh;
  height: 32vh;
  transform: translate(0, 50px);
  animation: move 10s infinite;
  background: url("/assets/img/astronaut.png") center/cover no-repeat; }

#pagination {
  text-align: center;
  margin: 2rem; }

#posts-index {
  font-size: .8rem;
  color: #999; }

#posts-newer {
  margin-right: 1rem; }

#posts-older {
  margin-left: 1rem; }

#prev-btn,
#next-btn {
  border: none;
  font-size: 20px;
  font-weight: normal;
  opacity: .5;
  filter: alpha(opacity=70);
  overflow: hidden;
  padding: 50px;
  position: fixed;
  text-align: center;
  text-overflow: ellipsis;
  top: 45%;
  width: 250px;
  white-space: nowrap; }
  #prev-btn:hover,
  #next-btn:hover {
    opacity: 1; }
  #prev-btn::before,
  #next-btn::before {
    content: "";
    background: url("../img/up.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 24px;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    top: 25px;
    width: 24px; }

#prev-btn {
  left: 245px;
  transform: rotate(-90deg); }

#next-btn {
  right: -115px;
  transform: rotate(90deg); }

#algolia {
  display: none;
  text-align: center; }
  #algolia > * {
    display: inline-block; }
  #algolia > p {
    margin-top: 1.35rem;
    margin-bottom: 1.8rem; }
  #algolia > a > img {
    height: 25px;
    vertical-align: middle;
    margin-left: .25rem; }

#posts-headline {
  text-align: center;
  color: #000000; }

#posts-list {
  list-style-type: none;
  text-align: center; }

.post-item {
  margin: 0; }
  .post-item .post-tags {
    position: absolute;
    margin-top: -78px;
    width: 100%; }

.post-link {
  display: block;
  height: 13.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .post-link .post-title {
    width: 80%;
    color: #f8f8f8;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 24%;
    left: 50%;
    font-weight: bold; }
  .post-link .post-time {
    position: absolute;
    width: 100%;
    left: 0;
    color: #ddd;
    margin-top: 2rem; }

/** Shared between posts and post */
.post-tags > a {
  padding: .15rem .25rem;
  font-size: .55rem;
  transition: all 350ms;
  text-transform: uppercase;
  color: #f8f8f8;
  border-radius: .25rem;
  background-color: rgba(0, 120, 126, 0.45); }
  .post-tags > a:hover {
    background-color: #00787e; }

.post-title {
  color: #000000;
  margin: 3rem 0 2.5rem;
  transition: all 350ms; }

#post .post-title:hover {
  color: #55acee; }

/* Individual posts view */
#post-author img {
  display: inline-block;
  height: 22px;
  margin: 0 .5rem;
  vertical-align: middle;
  border: 0;
  box-shadow: none; }

#post-image {
  max-width: 100%;
  margin-top: 1rem; }

#post-header {
  text-align: center;
  margin: .7em 0;
  font-size: .85rem;
  color: #666; }

#post-content a.title-link {
  color: #00787e; }

#post-content .deep-link a:before {
  display: inline-block;
  content: "#";
  margin-left: -20px;
  width: 20px;
  color: #FAFAFA;
  transition: all 0.2s;
  font-family: Cochin, Georgia, "Times New Roman", serif; }

#post-content .deep-link a:hover::before {
  color: rgba(0, 120, 126, 0.8); }

#post-content p {
  /* image & linkable image */ }
  #post-content p a + span {
    display: block;
    font-size: 90%;
    font-style: italic;
    text-align: center; }
  #post-content p img {
    border-radius: 3px;
    display: block;
    margin: 1.5rem auto;
    max-width: 100%;
    text-align: center;
    width: auto; }

#post-related {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.25s cubic-bezier(0.77, 0.12, 0.24, 0.87); }
  #post-related.active {
    opacity: 1;
    pointer-events: auto; }

#post-comments {
  margin: 1rem 0 0; }

#search-form {
  padding: .25rem 0; }

#search-input {
  width: 12.5rem;
  height: 1.7rem;
  padding: 4% 5px 4% 18px;
  transition: border .3s ease-in;
  border-radius: 1.68rem; }
  #search-input:focus, #search-input:hover {
    border: 1.5px solid #009197; }

.search-box {
  display: inline-block; }

#search-icon {
  color: #ccc;
  position: absolute;
  right: 82px;
  margin-top: 9px;
  text-shadow: none; }

.hits > em {
  background-color: #009197;
  padding: .05em .1em;
  font-style: normal; }

#instantclick {
  display: none; }

.pace {
  pointer-events: none;
  user-select: none; }
  .pace .pace-progress {
    background: #00787e;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px; }

.pace-inactive {
  display: none; }

@media only screen and (min-width: 1824px) {
  main {
    padding: 2.5rem 11rem; }
  .content {
    margin: 0 7rem; } }

@media all and (max-width: 1024px) {
  /* disabling element, too much information*/
  .pace,
  #post-related {
    display: none; }
  /* Adjust search UI */
  #search-icon {
    right: 48px; }
  .search-box {
    margin-top: 20px; }
  #search-input {
    width: 10.5rem;
    font-size: .65em; }
  /* Enable element special for little devices */
  #profile-resume {
    display: inherit; }
  /* off canvas */
  #menu-button {
    position: fixed;
    top: .5rem;
    left: 13.5rem;
    z-index: 2;
    display: block;
    transition: all 350ms; }
    #menu-button.expanded {
      left: .85rem; }
    #menu-button > a > i {
      color: #00787e; }
  .cover {
    width: 16rem;
    transition: width 350ms cubic-bezier(0.645, 0.045, 0.355, 1), transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1), border-right 630ms cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 630ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translate3d(-16rem, 0, 0);
    border-right: 0;
    box-shadow: none; }
    .cover.expanded {
      width: 16rem;
      transform: translate3d(0, 0, 0); }
    .cover.animated {
      transition: all 350ms; }
  .profile {
    width: 100%;
    height: 100%;
    max-width: 100%; }
    .profile.contact > nav {
      padding: 0; }
    .profile > a > img {
      width: 8rem;
      margin-bottom: 1rem; }
    .profile > a > h1 {
      margin: 0; }
    .profile > p {
      display: none; }
    .profile .divider {
      display: none; }
  .navigation.left {
    margin-top: 1.2rem;
    margin-bottom: 1rem; }
    .navigation.left .links > li {
      margin: 0; }
      .navigation.left .links > li > a {
        padding: .85rem 1.25rem;
        font-size: 1rem; }
  #avatar-link {
    display: inline-block;
    margin-top: 4rem; }
  .navigation {
    width: 100%; }
    .navigation.right {
      margin: 0; }
    .navigation.left .links.item {
      width: 100%; }
  main {
    left: 0;
    transition: all 350ms;
    transform: translate3d(0, 0, 0); }
    main.expanded {
      transform: translate3d(14rem, 0, 0); } }

@media all and (max-width: 480px) {
  #post-meta {
    display: none; }
  main {
    padding: 1rem 0; }
  .btn {
    display: block;
    margin-bottom: .4em; }
  .mayday {
    width: auto; }
    .mayday > h2 {
      font-size: 20px;
      line-height: 25px; }
  .astronaut {
    background-size: 55%; }
  .astro-wrap {
    margin: -5% auto; }
  .astro-wrap,
  .astronaut {
    height: 10rem; }
  #panic-button {
    margin-bottom: 1rem; }
  #posts-newer {
    margin: 9rem; }
  #posts-newer,
  #posts-older {
    margin: 1rem 0; }
  .post-link .post-title {
    font-size: 22.5px; }
  blockquote {
    margin-left: 0;
    width: 85%; } }
