@charset "US-ASCII";
/*
* Based on PocketGrid 0.1.0
* Copyright 2013 Daniel Nuemm
* http://eightbrain.org
*/
/*
* Grid
* Copyright 2013 Daniel Nuemm
* http://eightbrain.org
*/
/*
/* Framework Configuration
*/
/* Colors Configuration */
/*
/* Framework Init
*/
body {
  font-size: 16px;
  line-height: 26px;
  min-height: 26px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  vertical-align: baseline;
  color: black; }

h6 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 26px;
  margin-top: 26px; }

h5 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 26px;
  margin-top: 26px; }

h4 {
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 26px;
  margin-top: 26px; }

h3 {
  font-size: 31.25px;
  line-height: 52px;
  margin-bottom: 26px;
  margin-top: 26px; }

h2 {
  font-size: 39.0625px;
  line-height: 52px;
  margin-bottom: 26px;
  margin-top: 26px; }

h1 {
  font-size: 48.82813px;
  line-height: 52px;
  margin-bottom: 26px;
  margin-top: 26px; }

.font-small-3 {
  font-size: 8.192px;
  line-height: 26px; }

.font-small-2 {
  font-size: 10.24px;
  line-height: 26px; }

.font-small-1 {
  font-size: 12.8px;
  line-height: 26px; }

.font-normal {
  font-size: 16px;
  line-height: 26px; }

.font-big-1 {
  font-size: 20px;
  line-height: 26px; }

.font-big-2 {
  font-size: 25px;
  line-height: 26px; }

.font-big-3 {
  font-size: 31.25px;
  line-height: 52px; }

p {
  font-size: 1em;
  line-height: 26px;
  margin-top: 26px;
  margin-bottom: 26px; }

ul, ol {
  margin-left: 31.25px;
  margin-bottom: 26px;
  margin-top: 26px; }

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

.pill {
  border-radius: 1em; }

.button {
  padding: 2.6px 0.5em 2.6px 0.5em;
  background: #0088cc;
  text-decoration: none;
  color: #eeeeee; }

.pill:hover,
.button:hover {
  background: #00aaff;
  color: #eeeeee; }

.pill.text,
.button.text {
  background: none;
  color: #0088cc; }

.pill.text:hover,
.button.text:hover {
  background: none;
  color: #00aaff; }

.pill.action,
.button.action {
  background: #00ee55;
  color: #eeeeee; }

.pill.action:hover,
.action:hover {
  background: #22ff71;
  color: #eeeeee; }

.pill.warning,
.button.warning {
  background: #ff2222;
  color: #eeeeee; }

.pill.warning:hover,
.button.warning:hover {
  background: #ff5555;
  color: #eeeeee; }

.button-group {
  margin: -13px 0;
  margin-bottom: -13px;
  margin-left: -2%; }

.button-group li {
  list-style-type: none;
  display: block;
  float: left;
  height: 52px;
  padding: 0px;
  margin: 0;
  padding-left: 2%; }

.button-group li.left {
  float: left; }

.button-group li.right {
  float: right; }

.button-group:before,
.button-group:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both; }

.button-group a, .button-group button, .button-group input {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 36.4px;
  margin: 7.8px 0;
  padding: 0px 0em;
  text-decoration: none;
  padding: 0px 1em; }

select {
  display: none; }

div.select {
  display: block;
  position: relative;
  margin-top: -5.2px;
  margin-bottom: 22.8px; }

div.select:after {
  position: absolute;
  line-height: 35.1px;
  top: 0px;
  right: 5.2px;
  color: #999;
  content: "▼"; }

.options {
  position: absolute;
  z-index: 1000;
  background: #fff;
  width: 100%;
  display: block;
  border: 1px solid #000;
  border-top: none;
  padding: 0px;
  margin: 0px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }

.options li {
  list-style-type: none;
  padding: 5px;
  cursor: pointer; }

.options li:hover {
  background: #999; }

.options li.disabled:hover {
  color: #000; }

.field {
  top: 1px;
  display: block;
  width: 100%;
  min-height: 34.4px;
  text-decoration: none;
  border: 1px solid #000;
  width: 100%;
  padding: 0px;
  padding: 0px;
  margin: 0px;
  padding-top: 3.2px;
  padding-bottom: 3.2px; }

.field li {
  border-radius: 1em;
  line-height: 23.4px;
  list-style-type: none;
  display: inline-block;
  margin-left: 5px;
  padding: 0 5px;
  cursor: pointer; }

.select.multiple .field li {
  background: #999; }

.disabled {
  color: #999; }

/*
* Based on PocketGrid 0.1.0
* Copyright 2013 Arnaud Leray
* MIT License
*/
body {
  margin: 0px;
  padding: 0px; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.block, .block:after, .block:before,
.block-group, .block-group:after, .block-group:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.block-group {
  clear: both;
  *zoom: 1; }

.block-group:before,
.block-group:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both; }

.block-group > .block-group {
  float: left;
  margin: 0;
  clear: none; }

.block {
  float: left;
  width: 100%; }

/* Gutters: can be removed if you don't want gutters */
.block-group {
  display: block;
  /*margin: -.5em;*/ }

.block-group.pad {
  /*margin: -.5em;*/
  margin: 0em 0 0 -1em; }

.block-group.pad > .block, .button-group.pad > .block {
  /*padding: .5em;*/
  padding: 0em 0 0 1em; }

.clear {
  clear: both; }

.right {
  float: right; }

.left {
  float: left; }

/* Smartphone Grid */
.smartphone-1-1 {
  width: 100%; }

.smartphone-2-3 {
  width: 66.6666%; }

.smartphone-1-3 {
  width: 33.3333%; }

.smartphone-1-2 {
  width: 50%; }

.smartphone-1-4 {
  width: 25%; }

.smartphone-1-8 {
  width: 12.5%; }

@media (max-width: 768px) {
  .smartphone-hide {
    display: none; } }
/* Tablet Grid */
@media (min-width: 768px) {
  .tablet-auto {
    width: auto; }

  .tablet-1-1 {
    width: 100%; }

  .tablet-2-3 {
    width: 66.66666%; }

  .tablet-1-3 {
    width: 33.33333%; }

  .tablet-1-2 {
    width: 50%; }

  .tablet-1-4 {
    width: 25%; }

  .tablet-1-8 {
    width: 12.5%; } }
@media (max-width: 960px) {
  .tablet-hide {
    display: none; } }
/* Desktop Grid */
@media (min-width: 960px) {
  .desktop-hide {
    display: none; }

  .desktop-auto {
    width: auto; }

  .desktop-1-1 {
    width: 100%; }

  .desktop-2-3 {
    width: 66.6666%; }

  .desktop-1-3 {
    width: 33.3333%; }

  .desktop-1-2 {
    width: 50%; }

  .desktop-1-4 {
    width: 25%; }

  .desktop-1-8 {
    width: 12.5%; } }
/* Smartphone version */
body {
  padding: 26px;
  background: #000;
  color: #fff;
  font-family: serif;
  border: 10px solid #fff; }

h1, h2, h3, .button {
  font-family: 'bebas_neueregular'; }

img {
  max-width: 100%; }

.button.action {
  color: #000;
  background: #fff; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff; }

.header {
  background: #888;
  padding-top: 26px;
  padding: 26px;
  padding-bottom: 0; }

.logo {
  display: block;
  margin: 0 auto;
  height: 59.8px;
  margin-bottom: 18.2px;
  position: relative;
  top: -6px; }

.account-navigation {
  text-align: center; }

.main-navigation {
  background: #333;
  margin-top: 0px;
  padding: 13px 26px;
  width: 100%; }

.content {
  background: #ddd;
  padding: 26px;
  padding-top: 26px; }

.map {
  background: #333;
  height: 130px; }

.box {
  background: rgba(0, 0, 0, 0.6);
  height: 22px;
  margin-top: 2px;
  margin-bottom: 2px; }

.box .box {
  background: rgba(0, 0, 0, 0.6);
  height: 18px;
  margin-top: 2px;
  margin-bottom: 2px; }

.text-right {
  text-align: right; }

#boverlay-it {
  display: none; }

.headline {
  font-size: 76.29395px;
  line-height: 104px; }

.headline span {
  display: block; }

a.github {
  background: #3581ba;
  color: #fff; }

a.twitter {
  background: #9AE4E8;
  color: #fff; }

a.facebook {
  background: #3B5998;
  color: #fff; }

a.github:hover {
  background: #549ace;
  color: #fff; }

a.twitter:hover {
  background: #c4eff1;
  color: #333; }

a.facebook:hover {
  background: #4c70ba;
  color: #fff; }

.center {
  text-align: center; }

.justify {
  text-align: justify; }

.pad > p {
  padding: 20px; }

pre {
  margin-bottom: 26px;
  font-size: 0.8em;
  overflow-x: auto;
  background: #111;
  color: #fff;
  padding: 0 26px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word; }

/* Tablet version */
@media (min-width: 768px) {
  .logo {
    float: left; }

  .account-navigation {
    text-align: right; }

  .main-navigation {
    text-align: left; }

  .main-navigation li.stretch_full {
    line-height: 52px;
    width: auto; }

  .main-navigation li {
    line-height: 52px;
    width: auto; } }
/* Desktop version */
@media (min-width: 960px) {
  body {
    padding: 0em 26px; } }
.space-1 {
  height: 26px; }

.margin-top-1 {
  margin-top: 26px; }

.margin-bottom-1 {
  margin-bottom: 26px; }
