@charset "UTF-8";
@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/Gotham-Book.eot?") format("eot"), url("../fonts/Gotham-Book.otf") format("opentype"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: lighter;
  font-style: normal; }
@font-face {
  font-family: 'Gotham-Medium';
  src: url("../fonts/Gotham-Medium.eot?") format("eot"), url("../fonts/Gotham-Medium.otf") format("opentype"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: lighter;
  font-style: normal; }
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

img {
  border: 0; }
.svg{
  min-width: 180px;
  height: auto;
}
.padtop{
  margin-top: 20px;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/*======================================================== 
intro
========================================================*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*======================================================== 
classic
========================================================*/
.container {
  margin: 0 auto;
  max-width: 960px;
  padding: 0;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row {
  width: 100%; }

.column {
  float: left;
  height: auto;
  margin: 0 1.041%; }

.col-1 {
  width: 6.242%; }

.col-2 {
  width: 14.566%; }

.col-3 {
  width: 22.89%; }

.col-4 {
  width: 31.214%; }

.col-5 {
  width: 39.538%; }

.col-6 {
  width: 47.862%; }

.col-7 {
  width: 56.186%; }

.col-8 {
  width: 64.51%; }

.col-9 {
  width: 72.834%; }

.col-10 {
  width: 81.158%; }

.col-11 {
  width: 89.482%; }

.col-12 {
  width: 97.86%; }

/*======================================================== 
tablet & smartphone | 768px
========================================================*/
@media screen and (max-width: 800px) {
  .container {
    max-width: 800px;
    width: 97%; }

  .container [class*="col-"] {
    width: 100%; }

  .container .col-4 {
    width: 47.9%; } }
/*======================================================== 
smartphone | 480px
========================================================*/
@media screen and (max-width: 480px) {
  .container {
    max-width: 768px;
    width: 93%;
    margin: 0 auto; }

  .container [class*="col-"] {
    width: 98.5%;
    margin-right: 1.5%; } }
/*======================================================== 
clearfix
========================================================*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/*===================================================================================*/
/*  ANIMATION                                                                        */
/*===================================================================================*/
/*--- go down --*/
@-webkit-keyframes down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
/*--- fade --*/
@-webkit-keyframes fade {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@keyframes fade {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-webkit-keyframes up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes upBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(35px);
    transform: translateY(35px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes upBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes downBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes downBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes downBigFade {
  0% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes downBigFade {
  0% {
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px); }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateY(-125px);
    opacity: 0.8; } }
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateY(-125px);
    opacity: 0.8; } }
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }

  40% {
    -webkit-transform: scale(1); } }
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }

  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
/* main style*/
body,
html {
  color: #041028;
  font-size: 15px;
  font-family: 'Fira Sans', sans-serif;
  background-color: #F6F6F6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-rendering: optimizelegibility;
  height: 100%; }

h1, h2, h3, h4 {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: bold; }

::selection {
  background-color: #0090AD;
  color: #fff; }

::-moz-selection {
  background-color: #0090AD;
  color: #fff; }

a {
  text-decoration: none;
  color: #0090AD;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

a:hover {
  color: #000000; }

.iconwrapper .gridicon a,
.menu-hider a {
  color: #707C80; }

* {
  outline: none; }

#wrapper {
  margin: 0 auto;
  max-width: 1290px; }

header {
  border-top: 4px solid #0090AD;
  width: 100%;
  position: fixed;
  z-index: 999;
  padding-top: 65px;
  background-image: none, -moz-linear-gradient(bottom, rgba(246, 246, 246, 0.75) 0px, rgba(246, 246, 246, 0.8) 5px, rgba(246, 246, 246, 0.86) 10px, rgba(246, 246, 246, 0.9) 15px, rgba(246, 246, 246, 0.94) 20px, rgba(246, 246, 246, 0.98) 25px, rgba(246, 246, 246, 0.99) 30px, #f6f6f6 40px);
  background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 246, 246, 0)), color-stop(100%, #f6f6f6));
  background-image: none, -webkit-linear-gradient(bottom, rgba(246, 246, 246, 0.75) 0px, rgba(246, 246, 246, 0.8) 5px, rgba(246, 246, 246, 0.86) 10px, rgba(246, 246, 246, 0.9) 15px, rgba(246, 246, 246, 0.94) 20px, rgba(246, 246, 246, 0.98) 25px, rgba(246, 246, 246, 0.99) 30px, #f6f6f6 40px);
  background-image: none, -o-linear-gradient(bottom, rgba(246, 246, 246, 0.75) 0px, rgba(246, 246, 246, 0.8) 5px, rgba(246, 246, 246, 0.86) 10px, rgba(246, 246, 246, 0.9) 15px, rgba(246, 246, 246, 0.94) 20px, rgba(246, 246, 246, 0.98) 25px, rgba(246, 246, 246, 0.99) 30px, #f6f6f6 40px);
  background-image: none, -ms-linear-gradient(bottom, rgba(246, 246, 246, 0.75) 0px, rgba(246, 246, 246, 0.8) 5px, rgba(246, 246, 246, 0.86) 10px, rgba(246, 246, 246, 0.9) 15px, rgba(246, 246, 246, 0.94) 20px, rgba(246, 246, 246, 0.98) 25px, rgba(246, 246, 246, 0.99) 30px, #f6f6f6 40px);
  background-image: none, linear-gradient(to top, rgba(246, 246, 246, 0.75) 0px, rgba(246, 246, 246, 0.8) 5px, rgba(246, 246, 246, 0.86) 10px, rgba(246, 246, 246, 0.9) 15px, rgba(246, 246, 246, 0.94) 20px, rgba(246, 246, 246, 0.98) 25px, rgba(246, 246, 246, 0.99) 30px, #f6f6f6 40px);
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  header ul {
    list-style-type: none; }

.headerNavOpen {
  border-bottom: 4px solid #0090AD; }

#cheatinner {
  padding-bottom: 4em; }

.headerinner {
  max-width: 1290px;
  margin: 0 auto; }

.touch #handler .menu-icon span, .touch #handler .menu-icon span:before, .touch #handler .menu-icon span:after {
  width: 27px;
  height: 5px; }
.touch #handler .menu-icon span:after {
  margin-top: 10px; }
.touch #handler .menu-icon span:before {
  margin-top: -10px; }
.touch #handler {
  bottom: 7px;
  display: inline-block;
  width: 27px;
  -webkit-tap-highlight-color: transparent; }
.touch #usage {
  padding: 0 1em; }

#handler {
  float: right;
  display: inline;
  cursor: pointer;
  height: 50px;
  vertical-align: middle; }
  #handler .menu-icon {
    position: relative;
    display: block;
    width: 20px;
    height: 16px;
    bottom: 2px;
    cursor: pointer;
    margin-top: 22px; }
    #handler .menu-icon span {
      margin: 0 auto;
      position: relative;
      top: 12px;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s; }
      #handler .menu-icon span:before {
        margin-top: -6px;
        -webkit-transition-property: margin, -webkit-transform;
        -webkit-transition-duration: .2s;
        -webkit-transition-delay: .2s, 0; }
      #handler .menu-icon span:after {
        margin-top: -6px;
        -webkit-transition-property: margin, -webkit-transform;
        -webkit-transition-duration: .2s;
        -webkit-transition-delay: .2s, 0;
        margin-top: 6px; }
      #handler .menu-icon span:before, #handler .menu-icon span:after {
        position: absolute;
        content: ''; }
  #handler .menu-icon span, #handler .menu-icon span:before, #handler .menu-icon span:after {
    width: 20px;
    height: 2px;
    background-color: #394042;
    display: block; }
  #handler .menu-icon.open span {
    background-color: transparent;
    -webkit-transition-delay: .2s; }
    #handler .menu-icon.open span:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s; }
    #handler .menu-icon.open span:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s; }

.menu-wrap {
  width: 100%;
  max-width: 1290px;
  background-color: #F6F6F6;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  display: none;
  padding: 65px 2em 0 2em; }
  .menu-wrap.open {
    opacity: 1; }

nav {
  float: right;
  line-height: 2; }

#logo {
  background: url("../img/logo.svg") no-repeat center;
  width: 50px;
  height: 50px;
  background-size: 150px;
  display: inline;
  float: left;
  vertical-align: middle; }

.rndmicons i {
  display: inline-block;
  font-size: 84px; }

div#taste {
  margin-bottom: 2em; }

span#headit {
  clear: right;
  display: block;
  font-weight: bold;
  color: #0090AD; }

@-webkit-keyframes spaceboots {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg); }

  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg); }

  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg); }

  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg); }

  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg); }

  50% {
    -webkit-transform: translate(-1px, 1px) rotate(-1deg); }

  60% {
    -webkit-transform: translate(-3px, -2px) rotate(0deg); }

  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg); }

  80% {
    -webkit-transform: translate(-1px, -2px) rotate(1deg); }

  90% {
    -webkit-transform: translate(2px, -1px) rotate(0deg); }

  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg); } }
@-moz-keyframes spaceboots {
  0% {
    -moz-transform: translate(2px, 1px) rotate(0deg); }

  10% {
    -moz-transform: translate(-1px, -2px) rotate(-1deg); }

  20% {
    -moz-transform: translate(-3px, 0px) rotate(1deg); }

  30% {
    -moz-transform: translate(0px, 2px) rotate(0deg); }

  40% {
    -moz-transform: translate(1px, -1px) rotate(1deg); }

  50% {
    -moz-transform: translate(-1px, 1px) rotate(-1deg); }

  60% {
    -moz-transform: translate(-3px, -2px) rotate(0deg); }

  70% {
    -moz-transform: translate(2px, 1px) rotate(-1deg); }

  80% {
    -moz-transform: translate(-1px, -2px) rotate(1deg); }

  90% {
    -moz-transform: translate(2px, -1px) rotate(0deg); }

  100% {
    -moz-transform: translate(1px, -2px) rotate(-1deg); } }
@keyframes spaceboots {
  0% {
    transform: translate(2px, 1px) rotate(0deg); }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg); }

  20% {
    transform: translate(-3px, 0px) rotate(1deg); }

  30% {
    transform: translate(0px, 2px) rotate(0deg); }

  40% {
    transform: translate(1px, -1px) rotate(1deg); }

  50% {
    transform: translate(-1px, 1px) rotate(-1deg); }

  60% {
    transform: translate(-3px, -2px) rotate(0deg); }

  70% {
    transform: translate(2px, 1px) rotate(-1deg); }

  80% {
    transform: translate(-1px, -2px) rotate(1deg); }

  90% {
    transform: translate(2px, -1px) rotate(0deg); }

  100% {
    transform: translate(1px, -2px) rotate(-1deg); } }
#babycinner {
  background: url("../img/babycthulhu.svg") no-repeat center;
  width: 150px;
  height: 150px;
  background-size: 150px;
  display: block;
  margin: 0 auto;
  -webkit-animation-name: 'spaceboots';
  -webkit-animation-duration: 0.8s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: 'spaceboots';
  -moz-animation-duration: 0.8s;
  -moz-transform-origin: 50% 50%;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: 'spaceboots';
  animation-duration: 0.8s;
  transform-origin: 50% 50%;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.btn {
  padding: 20px 50px 18px 50px;
  background-color: #394042;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn:hover {
    background-color: #262B2C;
    color: #C1AC4F; }

.down,
.txt {
  padding: 3em 3em 1em 3em; }

.main {
  position: relative;
  text-align: center;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
  overflow: hidden;
  padding-top: 180px; }

/* Cheat */
.cheatgrid {
  line-height: 1;
  position: relative;
  text-align: center;
  display: inline-block;
  width: 19%;
  padding: 0;
  margin: 0; }
  .cheatgrid.cheatgrid_f span {
    font-size: 3em; }
  .cheatgrid.cheatgrid_s span {
    font-size: 4em; }
  .cheatgrid.cheatgrid_t span {
    font-size: 5em; }
  .cheatgrid.cheatgrid_fo span {
    font-size: 6em; }
  .cheatgrid.cheatgrid_fi span {
    font-size: 7em; }

.cheatgrid span {
  display: block;
  text-align: center; }

.innerblock:nth-child(3n + 1) {
  clear: both; }

.innerblock {
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 30.33333%;
  margin-left: 0%;
  margin-right: 3%; }

.iconwrapper ul {
  list-style-type: none;
  text-align: left; }
  .iconwrapper ul li {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 3%;
    width: 6%;
    border-radius: 4px;
    list-style: none;
    text-align: center;
    font-weight: normal;
    font-size: 3em;
    cursor: pointer;
    text-align: center; }
    .iconwrapper ul li span {
      display: block;
      font-size: 1em; }

.iconwrapper .gridicon, .iconwrapper .gridicon a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .iconwrapper .gridicon:hover, .iconwrapper .gridicon a:hover {
    color: #000; }
.iconwrapper.blurred .gridicon {
  opacity: 0.6; }
.iconwrapper ul li span {
  display: block;
  font-size: 1em; }

#me img {
  width: 150px;
  height: auto;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid; }

input[type="text"],
input[type="search"] {
  padding: 2px 5px;
  text-align: center;
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  clear: left;
  border-radius: 4px;
  border: 2px solid #DDDCDC;
  outline: none;
  box-shadow: 0 0;
  fill: 0;
  background: transparent; }

input[type="text"] {
  width: 100%;
  display: block; }

input[type="search"] {
  width: 25%; }

.back {
  margin: 2em 0; }

.usageinner {
  text-align: left; }
  .usageinner .devicons {
    vertical-align: sub;
    font-size: 2em; }
  .usageinner .middle {
    font-size: 18px; }

pre[class*="language-"].inlined {
  display: inline;
  padding: 4px;
  line-height: 1;
  vertical-align: middle; }

/**
 * okaidia theme for JavaScript, CSS and HTML
 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
 * @author ocodia
 */
code[class*="language-"],
pre[class*="language-css-"] {
  color: #f8f8f2;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.3);
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto; }

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #041028; }

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em; }

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

.token.punctuation {
  color: #f8f8f2; }

.namespace {
  opacity: .7; }

.token.property,
.token.tag {
  color: #f92672; }

.token.boolean,
.token.number {
  color: #ae81ff; }

.token.selector,
.token.attr-name,
.token.string {
  color: #a6e22e; }

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

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

.token.keyword {
  color: #f92672; }

.token.regex,
.token.important {
  color: #fd971f; }

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

.token.entity {
  cursor: help; }

.menu-hider a.active {
  font-weight: bold; }

/* Media queries */
@media all and (max-width: 1330px) and (min-width: 500px) {
  .page-wrap {
    padding: 0 2em; }

  header {
    padding: 65px 2em 0 2em; } }
@media all and (max-width: 499px) {
  header {
    padding: 65px 2em 0 2em; }

  .iconwrapper ul li {
    width: 30%; }

  .page-wrap {
    padding: 0 0em; }

  input[type="search"] {
    width: 80%; }

  .cheatgrid.cheatgrid_fi {
    display: none; }

  #cheatinner {
    padding: 0 1em; }

  .innerblock {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 1em; }

  .presentation {
    padding: 1em 2em; }

  h2 .cheatgrid.cheatgrid_fi {
    display: block;
    text-align: center;
    width: 20%;
    margin: 0 auto;
    font-size: 36%; } }
@media all and (min-width: 500px) and (max-width: 700px) {
  .iconwrapper ul li {
    width: 12%; }

  .iconwrapper ul li span {
    font-size: 48px; }

  .desc {
    font-size: 1.2em; } }
@media all and (min-width: 700px) and (max-width: 1024px) {
  .iconwrapper ul li {
    width: 8%; }

  .desc {
    font-size: 1.2em; }

  .iconwrapper ul li span {
    font-size: 1.2em; } }
@media all and (min-width: 1000px) {
  .nav {
    width: 100%; } }
