@charset "UTF-8";
/*------------ Set up ------------*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

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

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

h1 {
  font-size: 3.8em;
  line-height: 1.2em;
  margin-bottom: 0.6em;
  color: #002c3d;
  font-family: "komika_axisregular";
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  h1 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 3em;
  }
}

p {
  font-size: 1.6em;
  line-height: 1.4em;
  margin-bottom: 0.6em;
}
p .bold {
  font-weight: 800;
}

small {
  margin-top: 1.6em;
  font-size: 1em;
  display: block;
}

/*------------ Tools ------------*/
.group {
  *zoom: 1;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}

/*------------ Animation ------------*/
@-webkit-keyframes footer {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1) rotate(0);
    -moz-transform: translate(0px, 0px) scale(1) rotate(0);
    -ms-transform: translate(0px, 0px) scale(1) rotate(0);
    -o-transform: translate(0px, 0px) scale(1) rotate(0);
    transform: translate(0px, 0px) scale(1) rotate(0);
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  95% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-120px, -30px) scale(0.78) rotate(-5deg);
    -moz-transform: translate(-120px, -30px) scale(0.78) rotate(-5deg);
    -ms-transform: translate(-120px, -30px) scale(0.78) rotate(-5deg);
    -o-transform: translate(-120px, -30px) scale(0.78) rotate(-5deg);
    transform: translate(-120px, -30px) scale(0.78) rotate(-5deg);
    opacity: 0;
  }
}

@-moz-keyframes footer {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1) rotate(0);
    -moz-transform: translate(0px, 0px) scale(1) rotate(0);
    -ms-transform: translate(0px, 0px) scale(1) rotate(0);
    -o-transform: translate(0px, 0px) scale(1) rotate(0);
    transform: translate(0px, 0px) scale(1) rotate(0);
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  95% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-120px, -30px) scale(0.78) rotate(-5deg);
    -moz-transform: translate(-120px, -30px) scale(0.78) rotate(-5deg);
    -ms-transform: translate(-120px, -30px) scale(0.78) rotate(-5deg);
    -o-transform: translate(-120px, -30px) scale(0.78) rotate(-5deg);
    transform: translate(-120px, -30px) scale(0.78) rotate(-5deg);
    opacity: 0;
  }
}

@-o-keyframes footer {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1) rotate(0);
    -moz-transform: translate(0px, 0px) scale(1) rotate(0);
    -ms-transform: translate(0px, 0px) scale(1) rotate(0);
    -o-transform: translate(0px, 0px) scale(1) rotate(0);
    transform: translate(0px, 0px) scale(1) rotate(0);
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  95% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-120px, -30px) scale(0.78) rotate(-5deg);
    -moz-transform: translate(-120px, -30px) scale(0.78) rotate(-5deg);
    -ms-transform: translate(-120px, -30px) scale(0.78) rotate(-5deg);
    -o-transform: translate(-120px, -30px) scale(0.78) rotate(-5deg);
    transform: translate(-120px, -30px) scale(0.78) rotate(-5deg);
    opacity: 0;
  }
}

@keyframes footer {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1) rotate(0);
    -moz-transform: translate(0px, 0px) scale(1) rotate(0);
    -ms-transform: translate(0px, 0px) scale(1) rotate(0);
    -o-transform: translate(0px, 0px) scale(1) rotate(0);
    transform: translate(0px, 0px) scale(1) rotate(0);
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  95% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-120px, -30px) scale(0.78) rotate(-5deg);
    -moz-transform: translate(-120px, -30px) scale(0.78) rotate(-5deg);
    -ms-transform: translate(-120px, -30px) scale(0.78) rotate(-5deg);
    -o-transform: translate(-120px, -30px) scale(0.78) rotate(-5deg);
    transform: translate(-120px, -30px) scale(0.78) rotate(-5deg);
    opacity: 0;
  }
}

@-webkit-keyframes bg-one {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  3% {
    opacity: 100;
  }

  30% {
    opacity: 100;
  }

  33% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    opacity: 0;
  }
}

@-moz-keyframes bg-one {
  0% {
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  3% {
    opacity: 100;
  }

  30% {
    opacity: 100;
  }

  33% {
    -moz-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    opacity: 0;
  }

  100% {
    -moz-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    opacity: 0;
  }
}

@-o-keyframes bg-one {
  0% {
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  3% {
    opacity: 100;
  }

  30% {
    opacity: 100;
  }

  33% {
    -o-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    opacity: 0;
  }

  100% {
    -o-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    opacity: 0;
  }
}

@keyframes bg-one {
  0% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  3% {
    opacity: 100;
  }

  30% {
    opacity: 100;
  }

  33% {
    -webkit-transform: translate(-10px, -10px);
    -moz-transform: translate(-10px, -10px);
    -o-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(-10px, -10px);
    -moz-transform: translate(-10px, -10px);
    -o-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    opacity: 0;
  }
}

@-webkit-keyframes bg-two {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  33% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  36% {
    opacity: 100;
  }

  63% {
    opacity: 100;
  }

  66% {
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    opacity: 0;
  }
}

@-moz-keyframes bg-two {
  0% {
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  33% {
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  36% {
    opacity: 100;
  }

  63% {
    opacity: 100;
  }

  66% {
    -moz-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    opacity: 0;
  }

  100% {
    -moz-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    opacity: 0;
  }
}

@-o-keyframes bg-two {
  0% {
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  33% {
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  36% {
    opacity: 100;
  }

  63% {
    opacity: 100;
  }

  66% {
    -o-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    opacity: 0;
  }

  100% {
    -o-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    opacity: 0;
  }
}

@keyframes bg-two {
  0% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  33% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  36% {
    opacity: 100;
  }

  63% {
    opacity: 100;
  }

  66% {
    -webkit-transform: translate(10px, -10px);
    -moz-transform: translate(10px, -10px);
    -o-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(10px, -10px);
    -moz-transform: translate(10px, -10px);
    -o-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    opacity: 0;
  }
}

@-webkit-keyframes bg-three {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  66% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  69% {
    opacity: 100;
  }

  96% {
    opacity: 100;
  }

  100% {
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
    opacity: 0;
  }
}

@-moz-keyframes bg-three {
  0% {
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  66% {
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  69% {
    opacity: 100;
  }

  96% {
    opacity: 100;
  }

  100% {
    -moz-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
    opacity: 0;
  }
}

@-o-keyframes bg-three {
  0% {
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  66% {
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  69% {
    opacity: 100;
  }

  96% {
    opacity: 100;
  }

  100% {
    -o-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
    opacity: 0;
  }
}

@keyframes bg-three {
  0% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  66% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  69% {
    opacity: 100;
  }

  96% {
    opacity: 100;
  }

  100% {
    -webkit-transform: translate(-10px, 10px);
    -moz-transform: translate(-10px, 10px);
    -o-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
    opacity: 0;
  }
}

/*------------ General ------------*/
html {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "franklin-gothic-urw-cond", "helvetica-neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  max-width: 100%;
  overflow-x: hidden;
  color: #191b18;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  body {
    font-size: 12px;
  }
}
body.nav--open {
  position: relative;
  overflow: hidden;
}

#background {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #230d0a;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #background {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #background {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #background {
    display: none;
  }
}
#background img {
  position: absolute;
  min-width: 105%;
  min-height: 105%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #background img {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #background img {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #background img {
    display: none;
  }
}
#background img:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-animation: bg-one 10s linear 0s infinite;
  -moz-animation: bg-one 10s linear 0s infinite;
  -o-animation: bg-one 10s linear 0s infinite;
  animation: bg-one 10s linear 0s infinite;
}
#background img:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation: bg-two 10s linear 0s infinite;
  -moz-animation: bg-two 10s linear 0s infinite;
  -o-animation: bg-two 10s linear 0s infinite;
  animation: bg-two 10s linear 0s infinite;
}
#background img:nth-child(3) {
  bottom: 0;
  left: 0;
  -webkit-animation: bg-three 10s linear 0s infinite;
  -moz-animation: bg-three 10s linear 0s infinite;
  -o-animation: bg-three 10s linear 0s infinite;
  animation: bg-three 10s linear 0s infinite;
}

#social {
  position: fixed;
  top: 25px;
  right: 30px;
  z-index: 999;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .scroll--false #social {
    -webkit-transform: translate(10px, -13px);
    -moz-transform: translate(10px, -13px);
    -ms-transform: translate(10px, -13px);
    -o-transform: translate(10px, -13px);
    transform: translate(10px, -13px);
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #social {
    top: 15px;
    right: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) and (min-width: 480px) and (max-width: 767px) {
  .nav--open #social {
    -webkit-transform: translate(0px, 168px);
    -moz-transform: translate(0px, 168px);
    -ms-transform: translate(0px, 168px);
    -o-transform: translate(0px, 168px);
    transform: translate(0px, 168px);
  }
}
@media only screen and (max-width: 479px) {
  #social {
    top: 15px;
    right: 15px;
  }
}
#social > * {
  display: block;
  margin: 0 0 0.5em;
  height: 20px;
  overflow: hidden;
}
#social > * :last-child {
  margin: 0;
}
#social a.twitter-share-button {
  opacity: 0;
}

#navTrigger {
  font-family: "franklin-gothic-urw-cond", "helvetica-neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6em;
  background: #f1f1f2;
  color: #191b18;
  border: 3px solid #191b18;
  padding: 0;
  position: fixed;
  top: 30px;
  left: 30px;
  width: 56px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  z-index: 999;
  outline: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-box-shadow: -3px 3px 0px #191b18;
  -moz-box-shadow: -3px 3px 0px #191b18;
  box-shadow: -3px 3px 0px #191b18;
}
.desktop #navTrigger:hover {
  cursor: pointer;
  background: #ef4c2e;
  color: #f1f1f2;
}
.nav--open #navTrigger {
  background: #ef4c2e;
  color: #f1f1f2;
  -webkit-transform: translate(300px, 0px);
  -moz-transform: translate(300px, 0px);
  -ms-transform: translate(300px, 0px);
  -o-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .nav--open #navTrigger {
    -webkit-transform: translate(0px, 168px);
    -moz-transform: translate(0px, 168px);
    -ms-transform: translate(0px, 168px);
    -o-transform: translate(0px, 168px);
    transform: translate(0px, 168px);
  }
}
@media only screen and (max-width: 479px) {
  .nav--open #navTrigger {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .scroll--false #navTrigger {
    -webkit-transform: translate(-20px, -20px);
    -moz-transform: translate(-20px, -20px);
    -ms-transform: translate(-20px, -20px);
    -o-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .nav--open.scroll--false #navTrigger {
    -webkit-transform: translate(280px, -20px);
    -moz-transform: translate(280px, -20px);
    -ms-transform: translate(280px, -20px);
    -o-transform: translate(280px, -20px);
    transform: translate(280px, -20px);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  #navTrigger {
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 1.9em;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1399px) {
  #navTrigger {
    width: 80px;
    height: 45px;
    line-height: 45px;
    font-size: 1.9em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #navTrigger {
    width: 80px;
    height: 45px;
    line-height: 45px;
    font-size: 1.9em;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #navTrigger {
    top: 15px;
    left: 15px;
  }
}
@media only screen and (max-width: 479px) {
  #navTrigger {
    top: 15px;
    left: 15px;
  }
}

nav {
  width: 300px;
  height: 300px;
  background: rgba(253, 208, 7, 0.88);
  position: fixed;
  top: 0;
  left: -300px;
  border: 6px solid #191b18;
  padding: 15px;
  z-index: 998;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out, top 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out, top 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav--open nav {
  -webkit-transform: translate3d(300px, 0, 0);
  -moz-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  -o-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .nav--open nav {
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 479px) {
  .nav--open nav {
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
nav ul {
  list-style: none;
  font-size: 2.6em;
  text-align: center;
  font-weight: 800;
  margin-top: 15px;
}
nav ul li {
  margin-bottom: 12px;
}
nav ul a {
  color: #191b18;
}
nav ul a:hover {
  color: #1185c8;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  nav .inlink {
    font-size: 2.3em;
    line-height: 35px;
    margin-top: 0;
  }
  nav .inlink li {
    width: 33.3%;
    height: 35px;
    float: left;
  }
}
nav .outlink {
  font-size: 1.2em;
  margin: 0 auto;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
nav .outlink li {
  float: left;
  width: 33.3%;
  position: relative;
  border-right: 3px solid #191b18;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
nav .outlink li:last-child {
  border-right: none;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  nav .outlink {
    position: static;
    width: 100%;
    height: 22px;
    margin: 10px 0 0;
  }
  nav .outlink li {
    line-height: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  nav {
    background: #fdd007;
    height: 100% !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  nav {
    width: 100%;
    left: 0;
    top: -168px;
    background: #fdd007;
    height: 168px !important;
  }
}
@media only screen and (max-width: 479px) {
  nav {
    width: 100%;
    left: 0px;
    top: -150%;
    background: #fdd007;
    height: 100% !important;
    padding: 44px 15px 15px;
  }
}

#displayLogo {
  position: fixed;
  width: 160px;
  height: 160px;
  bottom: 30px;
  right: 30px;
  z-index: -999;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.nav--open #displayLogo {
  z-index: 99;
  opacity: 1;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .nav--open #displayLogo {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .nav--open #displayLogo {
    display: none;
  }
}

#main {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
#main:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 44, 61, 0.68);
  z-index: -999;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #main:after {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #main:after {
    display: none;
  }
}
.nav--open #main {
  -webkit-transform: translate(300px, 0px);
  -moz-transform: translate(300px, 0px);
  -ms-transform: translate(300px, 0px);
  -o-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}
.nav--open #main:after {
  z-index: 99;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .nav--open #main {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .nav--open #main {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@media only screen and (max-width: 479px) {
  .nav--open #main {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

blockquote {
  font-family: "komika_axisregular";
  color: #f1f1f2;
  text-align: center;
  padding: 150px 180px;
  font-size: 0.6em;
  background: rgba(0, 44, 61, 0.88);
}
blockquote .quote {
  font-size: 3.8em;
  line-height: 1.4em;
}
blockquote .quote:before {
  content: "“";
  margin-right: 0.2em;
}
blockquote .quote:after {
  content: "”";
  margin-left: 0.2em;
}
blockquote .name {
  font-size: 2.1em;
}
blockquote .name:before {
  content: "by";
  display: block;
  margin: 1.3em 0;
}

section {
  width: 100%;
  padding: 60px 30px;
  background: url(../img/bg-halftone.png), #f1f1f2;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section:first-child {
  border: none;
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  section {
    padding: 60px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  section {
    padding: 30px;
  }
}
@media only screen and (max-width: 479px) {
  section {
    padding: 30px 15px;
  }
}
section .content {
  width: 1140px;
  border: 30px solid #230d0a;
  padding: 45px;
  background: #f1f1f2;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1140px) and (max-width: 1399px) {
  section .content {
    width: 1080px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  section .content {
    width: 700px;
    padding: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  section .content {
    width: 100%;
    padding: 30px;
  }
}
@media only screen and (max-width: 479px) {
  section .content {
    width: 100%;
    padding: 15px;
    border: 5px solid #230d0a;
  }
}
section a, section a:visited, section a:link, section a:active {
  color: #191b18;
}
section a:hover {
  color: #1185c8;
}

#home {
  background: transparent;
  padding: 0;
}
#home .logo {
  width: 28%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #home .logo {
    width: 43%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #home .logo {
    width: 43%;
  }
}
@media only screen and (max-width: 479px) {
  #home .logo {
    width: 63%;
  }
}
#home .logo img {
  width: 100%;
}
#home span {
  display: block;
  width: 100%;
  text-align: center;
  color: #f1f1f2;
  padding: 20px 30px;
  position: absolute;
  left: 0;
  background: #191b18;
  font-family: "komika_axisregular";
  line-height: 1.3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#home .tag {
  font-size: 1.5em;
  padding: 20px 180px;
  top: 0;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #home .tag {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #home .tag {
    display: none;
  }
}
#home .date {
  font-size: 1.5em;
  bottom: 0;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #home .date {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #home .date {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .landscape #home {
    background: url(../img/home-background-3.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .portrait #home {
    background: url(../img/home-background-smallport.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .landscape #home {
    background: url(../img/home-background-3.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .portrait #home {
    background: url(../img/home-background-smallport.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 479px) {
  .landscape #home {
    background: url(../img/home-background-3.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .portrait #home {
    background: url(../img/home-background-smallport.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

#about {
  background: url(../img/bg-about.svg) no-repeat center bottom, url(../img/bg-halftone.png);
  padding-bottom: 750px;
  -webkit-background-size: 1925px, auto;
  -moz-background-size: 1925px, auto;
  -o-background-size: 1925px, auto;
  background-size: 1925px, auto;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #about {
    padding-bottom: 510px;
    -webkit-background-size: 1200px, auto;
    -moz-background-size: 1200px, auto;
    -o-background-size: 1200px, auto;
    background-size: 1200px, auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #about {
    padding-bottom: 330px;
    -webkit-background-size: 780px, auto;
    -moz-background-size: 780px, auto;
    -o-background-size: 780px, auto;
    background-size: 780px, auto;
  }
}
@media only screen and (max-width: 479px) {
  #about {
    padding-bottom: 230px;
    -webkit-background-size: 560px, auto;
    -moz-background-size: 560px, auto;
    -o-background-size: 560px, auto;
    background-size: 560px, auto;
  }
}
@media only screen and (min-width: 1920px) {
  #about {
    -webkit-background-size: 100%, auto;
    -moz-background-size: 100%, auto;
    -o-background-size: 100%, auto;
    background-size: 100%, auto;
  }
}

#speaker {
  background: url(../img/bg-speaker.svg) no-repeat center bottom, url(../img/bg-halftone.png);
  -webkit-background-size: 2800px, auto;
  -moz-background-size: 2800px, auto;
  -o-background-size: 2800px, auto;
  background-size: 2800px, auto;
}
@media only screen and (min-width: 1140px) and (max-width: 1399px) {
  #speaker {
    -webkit-background-size: 2500px, auto;
    -moz-background-size: 2500px, auto;
    -o-background-size: 2500px, auto;
    background-size: 2500px, auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #speaker {
    -webkit-background-size: 2800px, auto;
    -moz-background-size: 2800px, auto;
    -o-background-size: 2800px, auto;
    background-size: 2800px, auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #speaker {
    -webkit-background-size: 2100px, auto;
    -moz-background-size: 2100px, auto;
    -o-background-size: 2100px, auto;
    background-size: 2100px, auto;
  }
}
@media only screen and (max-width: 479px) {
  #speaker {
    -webkit-background-size: cover, auto;
    -moz-background-size: cover, auto;
    -o-background-size: cover, auto;
    background-size: cover, auto;
  }
}
@media only screen and (min-width: 1920px) {
  #speaker {
    -webkit-background-size: 100%, auto;
    -moz-background-size: 100%, auto;
    -o-background-size: 100%, auto;
    background-size: 100%, auto;
  }
}
#speaker .speaker-list {
  width: 1280px;
  margin: 60px auto 0;
}
@media only screen and (min-width: 1140px) and (max-width: 1399px) {
  #speaker .speaker-list {
    width: 1080px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #speaker .speaker-list {
    width: 700px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #speaker .speaker-list {
    width: 420px;
  }
}
@media only screen and (max-width: 479px) {
  #speaker .speaker-list {
    width: 290px;
    margin: 20px auto 0;
  }
}
#speaker li {
  font-family: "komika_axisregular";
  position: relative;
  display: block;
  float: left;
  width: 384px;
  height: 537.6px;
  margin: 0 64px 64px 0;
  padding: 9.0624px;
  background: #fdd007;
  border: solid 19.2px #230d0a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#speaker li .speaker-name {
  position: relative;
  width: 100%;
  height: 54.92736px;
  font-size: 1.2em;
  line-height: 24.92928px;
  padding: 0 5px;
  margin: 0 0 9.0624px;
  background: #F5E6B3;
  border: solid 14.99904px #230d0a;
  -moz-border-image: url(../img/card-border-one.png) 25% repeat;
  -webkit-border-image: url(../img/card-border-one.png) 25% repeat;
  -webkit-border-image: url(../img/card-border-one.png) 25% repeat;
  -o-border-image: url(../img/card-border-one.png) 25% repeat;
  border-image: url(../img/card-border-one.png) 25% repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#speaker li .speaker-name .speaker-twitter {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
}
#speaker li .speaker-name .speaker-twitter .icon {
  font-family: 'social_icon';
}
#speaker li .speaker-name .speaker-twitter .account {
  position: absolute;
  top: -99999px;
  left: -99999px;
}
#speaker li .speaker-image {
  width: 100%;
  height: 209.34144px;
  background: #230d0a;
  margin: 0 0 9.0624px;
  border: solid 4.99999px #230d0a;
  overflow: hidden;
  -moz-border-image: url(../img/card-border-two.png) 25% repeat;
  -webkit-border-image: url(../img/card-border-two.png) 25% repeat;
  -webkit-border-image: url(../img/card-border-two.png) 25% repeat;
  -o-border-image: url(../img/card-border-two.png) 25% repeat;
  border-image: url(../img/card-border-two.png) 25% repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#speaker li .speaker-description {
  font-family: "franklin-gothic-urw-cond", "helvetica-neue", Helvetica, Arial, sans-serif;
  width: 100%;
  height: 191.4624px;
  padding: 0 5px;
  background: #F5E6B3;
  border: solid 14.99904px #230d0a;
  -moz-border-image: url(../img/card-border-one.png) 25% repeat;
  -webkit-border-image: url(../img/card-border-one.png) 25% repeat;
  -webkit-border-image: url(../img/card-border-one.png) 25% repeat;
  -o-border-image: url(../img/card-border-one.png) 25% repeat;
  border-image: url(../img/card-border-one.png) 25% repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#speaker li .speaker-description p {
  font-size: 1.2em;
}
#speaker li img {
  width: 101%;
}
@media only screen and (min-width: 1920px) {
  #speaker li:nth-child(3n) {
    margin-right: 0;
  }
  #speaker li:nth-child(3n-1) {
    -webkit-transform: translate(0, 35px);
    -moz-transform: translate(0, 35px);
    -ms-transform: translate(0, 35px);
    -o-transform: translate(0, 35px);
    transform: translate(0, 35px);
  }
  #speaker li:nth-child(6n-1) {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  #speaker li:nth-child(6n-2) {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  #speaker li:nth-child(6n-3) {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  #speaker li:nth-child(6n-4) {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  #speaker li:nth-child(6n-5) {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  #speaker li:nth-child(6n) {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  #speaker li:nth-child(3n) {
    margin-right: 0;
  }
  #speaker li:nth-child(3n-1) {
    -webkit-transform: translate(0, 35px);
    -moz-transform: translate(0, 35px);
    -ms-transform: translate(0, 35px);
    -o-transform: translate(0, 35px);
    transform: translate(0, 35px);
  }
  #speaker li:nth-child(6n-1) {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  #speaker li:nth-child(6n-2) {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  #speaker li:nth-child(6n-3) {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  #speaker li:nth-child(6n-4) {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  #speaker li:nth-child(6n-5) {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  #speaker li:nth-child(6n) {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1399px) {
  #speaker li {
    font-size: 0.84376em;
    width: 324px;
    height: 453.6px;
    margin: 0 54px 54px 0;
    padding: 7.6464px;
    border: solid 16.2px #230d0a;
  }
  #speaker li .speaker-name {
    font-size: 1.2em;
    padding: 0 5px;
    height: 46.34496px;
    line-height: 21.03408px;
    margin: 0 0 7.6464px;
    border: solid 12.65544px #230d0a;
    -moz-border-image: url(../img/card-border-one.png) 25% repeat;
    -webkit-border-image: url(../img/card-border-one.png) 25% repeat;
    -webkit-border-image: url(../img/card-border-one.png) 25% repeat;
    -o-border-image: url(../img/card-border-one.png) 25% repeat;
    border-image: url(../img/card-border-one.png) 25% repeat;
  }
  #speaker li .speaker-image {
    height: 176.63184px;
    margin: 0 0 7.6464px;
    border: solid 4.21874px #230d0a;
    -moz-border-image: url(../img/card-border-two.png) 25% repeat;
    -webkit-border-image: url(../img/card-border-two.png) 25% repeat;
    -webkit-border-image: url(../img/card-border-two.png) 25% repeat;
    -o-border-image: url(../img/card-border-two.png) 25% repeat;
    border-image: url(../img/card-border-two.png) 25% repeat;
  }
  #speaker li .speaker-description {
    height: 161.5464px;
    padding: 0 5px;
    border: solid 12.65544px #230d0a;
    -moz-border-image: url(../img/card-border-one.png) 25% repeat;
    -webkit-border-image: url(../img/card-border-one.png) 25% repeat;
    -webkit-border-image: url(../img/card-border-one.png) 25% repeat;
    -o-border-image: url(../img/card-border-one.png) 25% repeat;
    border-image: url(../img/card-border-one.png) 25% repeat;
  }
  #speaker li .speaker-description p {
    font-size: 1.2em;
  }
  #speaker li:nth-child(3n) {
    margin-right: 0;
  }
  #speaker li:nth-child(3n-1) {
    -webkit-transform: translate(0, 35px);
    -moz-transform: translate(0, 35px);
    -ms-transform: translate(0, 35px);
    -o-transform: translate(0, 35px);
    transform: translate(0, 35px);
  }
  #speaker li:nth-child(6n-1) {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  #speaker li:nth-child(6n-2) {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  #speaker li:nth-child(6n-3) {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  #speaker li:nth-child(6n-4) {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  #speaker li:nth-child(6n-5) {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  #speaker li:nth-child(6n) {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #speaker li {
    font-size: 1.01192em;
    width: 340px;
    height: 476.0px;
    margin: 0 20px 20px 0;
    padding: 8.024px;
    border: solid 17px #230d0a;
  }
  #speaker li .speaker-name {
    font-size: 1.2em;
    padding: 0 5px;
    height: 48.6336px;
    line-height: 22.0728px;
    margin: 0 0 8.024px;
    border: solid 13.2804px #230d0a;
    -moz-border-image: url(../img/card-border-one.png) 25% repeat;
    -webkit-border-image: url(../img/card-border-one.png) 25% repeat;
    -webkit-border-image: url(../img/card-border-one.png) 25% repeat;
    -o-border-image: url(../img/card-border-one.png) 25% repeat;
    border-image: url(../img/card-border-one.png) 25% repeat;
  }
  #speaker li .speaker-image {
    height: 185.3544px;
    margin: 0 0 8.024px;
    border: solid 4.42707px #230d0a;
    -moz-border-image: url(../img/card-border-two.png) 25% repeat;
    -webkit-border-image: url(../img/card-border-two.png) 25% repeat;
    -webkit-border-image: url(../img/card-border-two.png) 25% repeat;
    -o-border-image: url(../img/card-border-two.png) 25% repeat;
    border-image: url(../img/card-border-two.png) 25% repeat;
  }
  #speaker li .speaker-description {
    height: 169.524px;
    padding: 0 5px;
    border: solid 13.2804px #230d0a;
    -moz-border-image: url(../img/card-border-one.png) 25% repeat;
    -webkit-border-image: url(../img/card-border-one.png) 25% repeat;
    -webkit-border-image: url(../img/card-border-one.png) 25% repeat;
    -o-border-image: url(../img/card-border-one.png) 25% repeat;
    border-image: url(../img/card-border-one.png) 25% repeat;
  }
  #speaker li .speaker-description p {
    font-size: 1.2em;
  }
  #speaker li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #speaker li {
    font-size: 0.59525em;
    width: 200px;
    height: 280px;
    margin: 0 20px 20px 0;
    padding: 4.72px;
    border: solid 10px #230d0a;
  }
  #speaker li .speaker-name {
    font-size: 1.2em;
    padding: 0 5px;
    height: 28.608px;
    line-height: 12.984px;
    margin: 0 0 4.72px;
    border: solid 7.812px #230d0a;
    -moz-border-image: url(../img/card-border-one.png) 25% repeat;
    -webkit-border-image: url(../img/card-border-one.png) 25% repeat;
    -webkit-border-image: url(../img/card-border-one.png) 25% repeat;
    -o-border-image: url(../img/card-border-one.png) 25% repeat;
    border-image: url(../img/card-border-one.png) 25% repeat;
  }
  #speaker li .speaker-image {
    height: 109.032px;
    margin: 0 0 4.72px;
    border: solid 2.60416px #230d0a;
    -moz-border-image: url(../img/card-border-two.png) 25% repeat;
    -webkit-border-image: url(../img/card-border-two.png) 25% repeat;
    -webkit-border-image: url(../img/card-border-two.png) 25% repeat;
    -o-border-image: url(../img/card-border-two.png) 25% repeat;
    border-image: url(../img/card-border-two.png) 25% repeat;
  }
  #speaker li .speaker-description {
    height: 99.72px;
    padding: 0 5px;
    border: solid 7.812px #230d0a;
    -moz-border-image: url(../img/card-border-one.png) 25% repeat;
    -webkit-border-image: url(../img/card-border-one.png) 25% repeat;
    -webkit-border-image: url(../img/card-border-one.png) 25% repeat;
    -o-border-image: url(../img/card-border-one.png) 25% repeat;
    border-image: url(../img/card-border-one.png) 25% repeat;
  }
  #speaker li .speaker-description p {
    font-size: 1.2em;
  }
  #speaker li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  #speaker li {
    font-size: 1.00696em;
    width: 290px;
    height: 406px;
    margin: 0 0 20px;
    padding: 6.844px;
    border: solid 14.5px #230d0a;
  }
  #speaker li .speaker-name {
    font-size: 1.2em;
    padding: 0 5px;
    height: 41.4816px;
    line-height: 18.8268px;
    margin: 0 0 6.844px;
    border: solid 11.3274px #230d0a;
    -moz-border-image: url(../img/card-border-one.png) 25% repeat;
    -webkit-border-image: url(../img/card-border-one.png) 25% repeat;
    -webkit-border-image: url(../img/card-border-one.png) 25% repeat;
    -o-border-image: url(../img/card-border-one.png) 25% repeat;
    border-image: url(../img/card-border-one.png) 25% repeat;
  }
  #speaker li .speaker-image {
    height: 158.0964px;
    margin: 0 0 6.844px;
    border: solid 3.77603px #230d0a;
    -moz-border-image: url(../img/card-border-two.png) 25% repeat;
    -webkit-border-image: url(../img/card-border-two.png) 25% repeat;
    -webkit-border-image: url(../img/card-border-two.png) 25% repeat;
    -o-border-image: url(../img/card-border-two.png) 25% repeat;
    border-image: url(../img/card-border-two.png) 25% repeat;
  }
  #speaker li .speaker-description {
    height: 144.594px;
    padding: 0 5px;
    border: solid 11.3274px #230d0a;
    -moz-border-image: url(../img/card-border-one.png) 25% repeat;
    -webkit-border-image: url(../img/card-border-one.png) 25% repeat;
    -webkit-border-image: url(../img/card-border-one.png) 25% repeat;
    -o-border-image: url(../img/card-border-one.png) 25% repeat;
    border-image: url(../img/card-border-one.png) 25% repeat;
  }
  #speaker li .speaker-description p {
    font-size: 1.2em;
  }
}

#location {
  background: transparent;
  min-height: 1280px;
}
#location .content {
  z-index: 1;
}
#location .buttonlink {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 12px 8px;
  background: #ef4c2e;
  color: #f1f1f2;
  font-size: 1.6em;
  margin: 0.6em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#location #map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg-halftone.png);
}
.tablet #location #map, .mobile #location #map {
  display: none;
}
.tablet #location, .mobile #location {
  min-height: 0;
  background: url(../img/bg-location.svg) no-repeat center, url(../img/bg-halftone.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#register {
  background: #230d0a;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  #register {
    padding: 1px 0 0;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1399px) {
  #register {
    padding: 1px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #register {
    padding: 1px 0 0;
  }
}
@media only screen and (min-width: 1920px) {
  #register .content {
    z-index: 1;
    margin: 60px auto;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  #register .content {
    z-index: 1;
    margin: 60px auto;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1399px) {
  #register .content {
    z-index: 1;
    margin: 60px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #register .content {
    z-index: 1;
    margin: 60px auto;
  }
}
#register .tito-wrapper {
  background: #e9e9eb;
  border: solid 5px #ef4c2e;
  padding: 25px;
  margin: 0 0 12px 8px;
  -webkit-box-shadow: -2px 2px 0 0 #ef4c2e, -4px 4px 0 0 #ef4c2e, -6px 6px 0 0 #ef4c2e, -8px 8px 0 0 #ef4c2e;
  -moz-box-shadow: -2px 2px 0 0 #ef4c2e, -4px 4px 0 0 #ef4c2e, -6px 6px 0 0 #ef4c2e, -8px 8px 0 0 #ef4c2e;
  box-shadow: -2px 2px 0 0 #ef4c2e, -4px 4px 0 0 #ef4c2e, -6px 6px 0 0 #ef4c2e, -8px 8px 0 0 #ef4c2e;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 479px) {
  #register .tito-wrapper {
    padding: 15px 10px;
  }
}
#register .tito-ticket-list {
  list-style: none;
}
#register #tito-previous-releases {
  display: none;
}
#register .tito-ticket {
  display: block;
  position: relative;
  margin: 0 0 15px;
  *zoom: 1;
}
#register .tito-ticket:after {
  content: "";
  display: table;
  clear: both;
}
#register .tito-ticket.disabled {
  opacity: 0.38;
  z-index: 0;
}
#register .tito-ticket.disabled * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#register .tito-ticket.disabled:before {
  background: transparent;
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: 1;
}
#register .tito-ticket .tito-ticket-name {
  display: block;
  width: 65%;
  font-family: "komika_axisregular";
  font-size: 1.3em;
  padding: 0 0 0 2px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #register .tito-ticket .tito-ticket-name {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #register .tito-ticket .tito-ticket-name {
    width: 100%;
  }
}
#register .tito-ticket .tito-ticket-price-quantity {
  width: 35%;
  font-family: "komika_axisregular";
  font-size: 1.3em;
  float: left;
  *zoom: 1;
}
#register .tito-ticket .tito-ticket-price-quantity:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #register .tito-ticket .tito-ticket-price-quantity {
    width: 100%;
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 479px) {
  #register .tito-ticket .tito-ticket-price-quantity {
    width: 100%;
    margin: 10px 0 0;
  }
}
#register .tito-ticket .tito-ticket-price {
  float: left;
  padding: 0 0 0 2px;
  margin: 0 10px 0 0;
}
#register .tito-ticket .tito-ticket-quantity {
  float: right;
  position: relative;
  top: -4px;
}
#register .tito-ticket .tito-ticket-quantity span {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #register .tito-ticket .tito-ticket-quantity:before {
    content: "X";
    margin: 0 5px 0 0;
    padding: 0 0 0 2px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #register .tito-ticket .tito-ticket-quantity:before {
    content: "X";
    margin: 0 5px 0 0;
    padding: 0 0 0 2px;
  }
}
@media only screen and (max-width: 479px) {
  #register .tito-ticket .tito-ticket-quantity:before {
    content: "X";
    margin: 0 5px 0 0;
    padding: 0 0 0 2px;
  }
}
#register .tito-ticket .tito-ticket-quantity:after {
  content: "Order(s)";
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #register .tito-ticket .tito-ticket-quantity:after {
    content: "";
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #register .tito-ticket .tito-ticket-quantity:after {
    content: "";
  }
}
@media only screen and (max-width: 479px) {
  #register .tito-ticket .tito-ticket-quantity:after {
    content: "";
  }
}
#register .tito-ticket .tito-ticket-quantity-field {
  font-family: "franklin-gothic-urw-cond", "helvetica-neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  width: 25px;
  border: solid 1px #8c8f81;
  text-align: center;
  outline: none;
  -webkit-appearance: none;
}
#register .tito-ticket .tito-ticket-quantity-field:disabled {
  background: #c9c9cd;
}
#register .tito-submit {
  width: 100%;
  font-family: "franklin-gothic-urw-cond", "helvetica-neue", Helvetica, Arial, sans-serif;
  background: #fdd007;
  font-size: 1.5em;
  border: none;
  outline: none;
  padding: 0.3em;
  -webkit-appearance: none;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
#register .tito-submit:hover {
  cursor: pointer;
  background: #fee36c;
}
#register .tito-badge-link {
  display: none;
  margin: 15px 0 0;
  font-size: 1em;
}
#register .tito-notch {
  display: inherit;
}
#register #hero-wall {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
@media only screen and (min-width: 1920px) {
  #register #hero-wall .headcount-sixty li {
    width: 12.5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  #register #hero-wall .headcount-sixty li {
    width: 12.5%;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1399px) {
  #register #hero-wall .headcount-sixty li {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #register #hero-wall .headcount-sixty li {
    width: 20%;
  }
}
@media only screen and (min-width: 1920px) {
  #register #hero-wall .headcount-onetwenty li {
    width: 10%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  #register #hero-wall .headcount-onetwenty li {
    width: 10%;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1399px) {
  #register #hero-wall .headcount-onetwenty li {
    width: 12.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #register #hero-wall .headcount-onetwenty li {
    width: 20%;
  }
}
@media only screen and (min-width: 1920px) {
  #register #hero-wall .headcount-oneeighty li {
    width: 10%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  #register #hero-wall .headcount-oneeighty li {
    width: 10%;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1399px) {
  #register #hero-wall .headcount-oneeighty li {
    width: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #register #hero-wall .headcount-oneeighty li {
    width: 10%;
  }
}
@media only screen and (min-width: 1920px) {
  #register #hero-wall .headcount-twoforty li {
    width: 6.25%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  #register #hero-wall .headcount-twoforty li {
    width: 6.25%;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1399px) {
  #register #hero-wall .headcount-twoforty li {
    width: 6.25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #register #hero-wall .headcount-twoforty li {
    width: 10%;
  }
}
@media only screen and (min-width: 1920px) {
  #register #hero-wall .headcount-threehundred li {
    width: 5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  #register #hero-wall .headcount-threehundred li {
    width: 5%;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1399px) {
  #register #hero-wall .headcount-threehundred li {
    width: 6.25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #register #hero-wall .headcount-threehundred li {
    width: 10%;
  }
}
@media only screen and (min-width: 1920px) {
  #register #hero-wall .headcount-over li {
    width: 5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  #register #hero-wall .headcount-over li {
    width: 5%;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1399px) {
  #register #hero-wall .headcount-over li {
    width: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #register #hero-wall .headcount-over li {
    width: 6.25%;
  }
}
#register #hero-wall ul {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
#register #hero-wall li {
  width: 20%;
  float: left;
  margin: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  #register #hero-wall li {
    width: 12.5%;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1399px) {
  #register #hero-wall li {
    width: 14.28%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #register #hero-wall li {
    width: 16.6%;
  }
}
#register #hero-wall li img {
  width: 100%;
  display: block;
  -webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #register #hero-wall {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #register #hero-wall {
    display: none;
  }
}

#sponsors {
  background: url(../img/bg-sponsors.svg) no-repeat center bottom, #002c3d;
  padding-bottom: 730px;
  -webkit-background-size: 1925px auto;
  -moz-background-size: 1925px auto;
  -o-background-size: 1925px auto;
  background-size: 1925px auto;
}
@media only screen and (min-width: 1140px) and (max-width: 1399px) {
  #sponsors {
    padding-bottom: 780px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  #sponsors {
    -webkit-background-size: 1145px auto;
    -moz-background-size: 1145px auto;
    -o-background-size: 1145px auto;
    background-size: 1145px auto;
    padding-bottom: 480px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #sponsors {
    -webkit-background-size: 780px auto;
    -moz-background-size: 780px auto;
    -o-background-size: 780px auto;
    background-size: 780px auto;
    padding-bottom: 300px;
  }
}
@media only screen and (max-width: 479px) {
  #sponsors {
    -webkit-background-size: 500px auto;
    -moz-background-size: 500px auto;
    -o-background-size: 500px auto;
    background-size: 500px auto;
    padding-bottom: 230px;
  }
}
@media only screen and (min-width: 1920px) {
  #sponsors {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
}
#sponsors .content {
  text-align: center;
}
#sponsors .sponsor-group {
  margin: 0 0 1.6em;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #sponsors .sponsor-group {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 479px) {
  #sponsors .sponsor-group {
    padding: 0;
  }
}
#sponsors .sponsor-group img {
  padding: 20px;
  max-height: 110px;
  max-width: 270px;
  vertical-align: middle;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #sponsors .sponsor-group img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 479px) {
  #sponsors .sponsor-group img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#sponsors .sponsor-group:last-child {
  margin: 0;
}
#sponsors h2 {
  font-weight: 800;
  font-size: 1.6em;
  line-height: 1.4em;
  margin-bottom: 0.3em;
}

#faq ol {
  list-style: decimal-leading-zero;
  padding: 0 0 0 3em;
}
#faq li {
  font-size: 1.6em;
  line-height: 1.4em;
  margin-bottom: 0.8em;
}
#faq li .question {
  font-weight: 800;
  display: block;
}

footer {
  width: 100%;
  height: 380px;
  overflow: hidden;
  position: relative;
  background: url(../img/footer-bg.png) right bottom no-repeat, #002c3d;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  footer {
    height: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  footer {
    height: auto;
  }
}
@media only screen and (max-width: 479px) {
  footer {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  footer .details {
    width: 100%;
    height: 100%;
    background: rgba(0, 44, 61, 0.8);
    position: relative;
    padding: 30px 0;
    z-index: 1;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  footer .details {
    width: 100%;
    height: 100%;
    background: rgba(0, 44, 61, 0.8);
    position: relative;
    padding: 30px 0;
    z-index: 1;
  }
}
@media only screen and (max-width: 479px) {
  footer .details {
    width: 100%;
    height: 100%;
    background: rgba(0, 44, 61, 0.8);
    position: relative;
    padding: 30px 0;
    z-index: 1;
  }
}
footer .foot-logo {
  width: 80px;
  position: absolute;
  top: 30px;
  left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  footer .foot-logo {
    position: static;
    display: block;
    margin: 0 auto 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  footer .foot-logo {
    position: static;
    display: block;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 479px) {
  footer .foot-logo {
    position: static;
    display: block;
    margin: 0 auto 20px;
  }
}
footer .credits {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #f1f1f2;
  font-size: 0.7em;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  footer .credits {
    position: static;
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  footer .credits {
    position: static;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  footer .credits {
    position: static;
    text-align: center;
  }
}
footer .credits a {
  color: #85bdda;
}
footer:before {
  content: url(../img/footer-codegeeezer.png);
  position: absolute;
  right: 500px;
  bottom: 1px;
  -webkit-animation: footer 10s linear 0s infinite;
  -moz-animation: footer 10s linear 0s infinite;
  -o-animation: footer 10s linear 0s infinite;
  animation: footer 10s linear 0s infinite;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  footer:before {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  footer:before {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
  }
}
@media only screen and (max-width: 479px) {
  footer:before {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
  }
}
footer:after {
  content: url(../img/footer-codegeizer.png);
  position: absolute;
  right: 0;
  bottom: -20px;
}
