@import url(http://fonts.googleapis.com/css?family=Montserrat+Alternates);
/* Development Specific Variables */
@font-face {
  font-family: 'Intel';
  src: url("http://assets.geode.vice.com/fonts/intel.eot");
  src: url("http://assets.geode.vice.com/fonts/intel.eot?#iefix") format("embedded-opentype"), url("http://assets.geode.vice.com/fonts/intel.woff") format("woff"), url("http://assets.geode.vice.com/fonts/intel.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IntelLight';
  src: url("http://assets.geode.vice.com/fonts/intel_light.eot");
  src: url("http://assets.geode.vice.com/fonts/intel_light.eot?#iefix") format("embedded-opentype"), url("http://assets.geode.vice.com/fonts/intel_light.woff") format("woff"), url("http://assets.geode.vice.com/fonts/intel_light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Frut';
  src: url("http://assets.geode.vice.com/fonts/frut55rom.eot");
  src: url("http://assets.geode.vice.com/fonts/frut55rom.eot?#iefix") format("embedded-opentype"), url("http://assets.geode.vice.com/fonts/frut55rom.woff") format("woff"), url("http://assets.geode.vice.com/fonts/frut55rom.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html, body {
  margin: 0;
  padding: 0;
  background-image: url("http://assets.geode.vice.com/images/background.jpg");
  background-size: cover;
  font-family: Verdana, Arial, sans-serif;
  color: #1a1a1a;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

a {
  color: #0077c0; }

/*
 * CSS For the various message modals
 */
.message {
  color: #fff;
  position: absolute;
  top: 40%;
  z-index: 65000;
  background: transparent;
  width: 100%; }
  .message .inner {
    background: #000;
    overflow: auto;
    width: 400px;
    height: auto;
    padding: 20px;
    text-align: center;
    font-family: "IntelLight", Verdana, Arial, sans-serif;
    margin: 0 auto; }
    .message .inner h1 {
      font-family: "IntelLight", Verdana, Arial, sans-serif;
      margin: 0 0 10px 0;
      font-size: 22px; }
    .message .inner input {
      border: 0;
      width: 100%;
      padding: 10px;
      background: #333;
      color: #fff;
      margin: 10px 0; }
    .message .inner a {
      color: #fff;
      display: block;
      margin: 10px 0;
      text-decoration: none; }
    .message .inner .close,
    .message .inner .view {
      color: #000;
      background: #fff;
      margin: 0 auto;
      padding: 5px 10px;
      cursor: pointer;
      width: 80px;
      display: inline-block;
      margin: 0 10px;
      height: 30px;
      line-height: 30px;
      font-family: "Intel", Verdana, Arial, sans-serif;
      font-size: 14px; }
  .message.default h1 {
    text-transform: uppercase;
    font-size: 22px; }
  .message.default p {
    font-family: Verdana, Arial, sans-serif;
    margin-bottom: 2em;
    font-size: 14px; }
  .message.default .close {
    text-transform: uppercase; }
  .message.camera-notification {
    top: 200px; }
    .message.camera-notification h1 {
      text-transform: uppercase; }
    .message.camera-notification img {
      width: 100%; }
    .message.camera-notification input {
      font-size: 14px; }
    .message.camera-notification .button-list {
      margin-top: 10px;
      text-transform: uppercase; }
    .message.camera-notification ul.share-links {
      padding: 0;
      margin: 15px 0 0 0;
      list-style: none; }
      .message.camera-notification ul.share-links a {
        margin: 0; }
      .message.camera-notification ul.share-links li {
        background-image: url("http://assets.geode.vice.com/images/share-arrow.gif");
        float: left;
        background-repeat: no-repeat;
        padding-left: 31px;
        cursor: pointer;
        margin-left: 8px;
        font-family: "Intel", Verdana, Arial, sans-serif; }
    .message.camera-notification .hard-link {
      clear: both;
      text-align: left;
      padding-top: 17px; }
      .message.camera-notification .hard-link a {
        margin: 0; }
      .message.camera-notification .hard-link span {
        font-family: verdana;
        font-size: 13px;
        font-weight: bold; }

#dimmer {
  position: absolute;
  z-index: 100;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  background: #000; }

.tos-modal .inner {
  background: #fff;
  width: 560px;
  height: auto;
  padding: 20px;
  position: relative;
  top: 40%;
  margin: -270px auto 0 auto; }
  .tos-modal .inner h1 {
    margin-bottom: 16px; }
  .tos-modal .inner .copy {
    height: 427px;
    width: 100%;
    background: #e5e5e5;
    overflow: hidden;
    overflow-y: scroll; }
    .tos-modal .inner .copy p {
      margin: 20px;
      font-size: 13px; }

.intro-video-modal .inner,
.settings-modal .inner {
  background: #000;
  color: #fff;
  width: 640px;
  height: 520px;
  padding: 20px;
  position: relative;
  top: 40%;
  margin: -270px auto 0 auto; }
  .intro-video-modal .inner h2,
  .settings-modal .inner h2 {
    margin-bottom: 16px; }
  .intro-video-modal .inner .button-list,
  .settings-modal .inner .button-list {
    text-align: center; }
    .intro-video-modal .inner .button-list div, .intro-video-modal .inner .button-list a,
    .settings-modal .inner .button-list div,
    .settings-modal .inner .button-list a {
      background: #fff;
      color: #000; }
  .intro-video-modal .inner ul,
  .settings-modal .inner ul {
    padding-left: 0; }
    .intro-video-modal .inner ul li,
    .settings-modal .inner ul li {
      display: block;
      text-align: center;
      margin: 50px 0 20px; }
      .intro-video-modal .inner ul li a,
      .settings-modal .inner ul li a {
        color: #fff;
        text-decoration: none; }
.intro-video-modal.settings-modal .inner,
.settings-modal.settings-modal .inner {
  height: auto;
  width: 200px; }
.intro-video-modal.intro-video-modal .inner,
.settings-modal.intro-video-modal .inner {
  height: auto;
  overflow: auto; }
.intro-video-modal.intro-video-modal .loading,
.settings-modal.intro-video-modal .loading {
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 23px;
  padding-top: 20px;
  font-family: "IntelLight", Verdana, Arial, sans-serif; }
  .intro-video-modal.intro-video-modal .loading img,
  .settings-modal.intro-video-modal .loading img {
    margin-right: 10px;
    position: relative;
    top: 3px; }
  .intro-video-modal.intro-video-modal .loading.multi-line,
  .settings-modal.intro-video-modal .loading.multi-line {
    height: auto;
    line-height: inherit; }
.intro-video-modal.intro-video-modal .button-list,
.settings-modal.intro-video-modal .button-list {
  display: none; }

.learn-about-geode-modal,
.print-modal {
  text-align: center; }
  .learn-about-geode-modal .inner,
  .print-modal .inner {
    background: #000;
    color: #fff;
    width: 960px;
    height: 500px;
    padding: 20px;
    position: relative;
    top: 40%;
    margin: -270px auto 0 auto; }
    .learn-about-geode-modal .inner h1,
    .print-modal .inner h1 {
      margin-top: 20px;
      margin-bottom: 16px; }
    .learn-about-geode-modal .inner img.icons,
    .print-modal .inner img.icons {
      display: block;
      margin: 45px auto 0; }
    .learn-about-geode-modal .inner .info,
    .print-modal .inner .info {
      display: inline-block;
      vertical-align: top;
      width: 260px;
      margin: 35px 23px 0;
      line-height: 13px; }
      .learn-about-geode-modal .inner .info .info-title,
      .print-modal .inner .info .info-title {
        font-family: "Intel", Verdana, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 16px; }
      .learn-about-geode-modal .inner .info .info-copy,
      .print-modal .inner .info .info-copy {
        font-size: 13px;
        font-weight: lighter;
        margin: 20px 0 0 0;
        color: #ccc;
        line-height: 18px; }
        .learn-about-geode-modal .inner .info .info-copy a,
        .print-modal .inner .info .info-copy a {
          color: #fff; }
    .learn-about-geode-modal .inner .loading,
    .print-modal .inner .loading {
      margin-top: 45px;
      vertical-align: middle;
      font-family: "IntelLight", Verdana, Arial, sans-serif;
      font-size: 16px; }
    .learn-about-geode-modal .inner .button-list,
    .print-modal .inner .button-list {
      display: none;
      text-align: center; }
      .learn-about-geode-modal .inner .button-list div, .learn-about-geode-modal .inner .button-list a,
      .print-modal .inner .button-list div,
      .print-modal .inner .button-list a {
        background: #fff;
        color: #000; }
  .learn-about-geode-modal.print-modal .inner,
  .print-modal.print-modal .inner {
    height: 590px; }
    .learn-about-geode-modal.print-modal .inner .info,
    .print-modal.print-modal .inner .info {
      margin: 35px 28px 0 !important; }
  .learn-about-geode-modal.print-modal .loading,
  .print-modal.print-modal .loading {
    display: none; }
  .learn-about-geode-modal.print-modal .button-list,
  .print-modal.print-modal .button-list {
    display: block; }

.sml-print-modal #grow-monster {
  display: none; }
  .sml-print-modal #grow-monster span {
    display: block;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    height: 30px;
    line-height: 30px; }
    .sml-print-modal #grow-monster span a {
      color: #4dbee0;
      text-decoration: none; }

.modal {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 300; }
  .modal h1 {
    font-family: "IntelLight", Verdana, Arial, sans-serif;
    font-size: 27px;
    margin: 0;
    text-align: center;
    text-transform: uppercase; }
  .modal h2 {
    font-family: "IntelLight", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    text-align: center;
    margin: 0;
    font-weight: bold; }
  .modal .button-list {
    padding-top: 20px;
    font-family: "IntelLight", Verdana, Arial, sans-serif;
    text-align: right; }
    .modal .button-list a {
      text-decoration: none; }
    .modal .button-list div, .modal .button-list a {
      display: inline-block;
      min-width: 80px;
      background: #000;
      color: #fff;
      text-align: center;
      height: 40px;
      text-transform: uppercase;
      line-height: 40px;
      cursor: pointer;
      padding: 0 10px;
      font-weight: bold; }
      .modal .button-list div.decline, .modal .button-list a.decline {
        font-weight: bold;
        margin-right: 10px;
        position: relative; }

.share-notification {
  font-weight: bold;
  font-size: 22px;
  margin: 10px 0 0 0; }

.error-page-message {
  background: #000;
  color: #fff;
  width: 400px;
  padding: 20px;
  text-align: center;
  margin: 200px auto 100px auto; }
  .error-page-message h1 {
    font-family: "IntelLight", Verdana, Arial, sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0; }
  .error-page-message p {
    font-size: 14px; }
  .error-page-message .button {
    background: #fff;
    color: #000;
    text-decoration: uppercase; }

#loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #189bee;
  font-size: 44px;
  color: #fff;
  text-align: center; }
  #loading .loading-message {
    margin-top: 40%; }

/* Misc Logged in Widgets */
header {
  position: absolute;
  top: 0;
  height: 41px;
  width: 100%;
  z-index: 1; }
  header img {
    display: block;
    position: relative;
    top: 20px; }
  header img#logo {
    float: left;
    left: 20px; }
  header img#partners {
    float: right;
    right: 20px; }

/* 
 * FOOTER 
 */
footer {
  /*
  display: block;
  background: #000;
  position: fixed;
  bottom: 0;
  height: $footerHeight;
  width: 100%;
  z-index: 40;
  */
  /*
  background-image: linear-gradient(bottom, #000000 0%, #333333 100%);
  background-image: -o-linear-gradient(bottom, #000000 0%, #333333 100%);
  background-image: -moz-linear-gradient(bottom, #000000 0%, #333333 100%);
  background-image: -webkit-linear-gradient(bottom, #000000 0%, #333333 100%);
  background-image: -ms-linear-gradient(bottom, #000000 0%, #333333 100%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #000000),
    color-stop(1, #333333)
  );
  */
  background: #000;
  opacity: 0.85; }
  footer .widget {
    display: inline-block;
    height: 70px;
    width: 55px;
    background-repeat: no-repeat;
    background-position: 3px 6px;
    cursor: pointer;
    opacity: 0.6;
    color: #fff;
    line-height: 115px;
    font-size: 11px;
    text-align: center; }
    footer .widget:hover {
      opacity: 1; }
    footer .widget#activity-widget {
      background-image: url("http://assets.geode.vice.com/images/footer/style.png"); }
      footer .widget#activity-widget.like-icon {
        background-image: url("http://assets.geode.vice.com/images/footer/likes.png"); }
    footer .widget.spacer {
      width: 20px;
      background-image: url("http://assets.geode.vice.com/images/dots.png");
      background-position: 10px 10px;
      opacity: 0.2; }
      footer .widget.spacer:hover {
        opacity: 0.2; }
    footer .widget#camera-widget {
      background-image: url("http://assets.geode.vice.com/images/footer/camera.png"); }
    footer .widget#friends-widget {
      background-image: url("http://assets.geode.vice.com/images/footer/friends.png"); }
    footer .widget#share-widget {
      background-image: url("http://assets.geode.vice.com/images/footer/share.png"); }
    footer .widget#print-widget {
      background-image: url("http://assets.geode.vice.com/images/footer/print.png"); }
    footer .widget#home-widget {
      background-image: url("http://assets.geode.vice.com/images/footer/home.png"); }
    footer .widget#config-widget {
      background-image: url("http://assets.geode.vice.com/images/footer/settings.png"); }
    footer .widget#about-widget {
      background-image: url("http://assets.geode.vice.com/images/footer/about.png"); }
  footer .left-widgets {
    height: 100%;
    float: left;
    width: 49%;
    padding-left: 1%;
    text-align: left; }
  footer .right-widgets {
    height: 100%;
    float: right;
    width: 49%;
    padding-right: 1%;
    text-align: right; }
    footer .right-widgets .fb-like {
      margin-top: 28px; }

.floating-copyright {
  position: absolute;
  bottom: 82px;
  height: 12px;
  font-size: 12px;
  color: #aaa;
  padding-left: 15px; }
  .floating-copyright a {
    text-decoration: none;
    color: #999; }

/* 
 * GEODE
 */
#geode-control {
  position: absolute;
  top: 80px;
  left: 20px;
  z-index: 20; }

#geode {
  z-index: 1; }

#geode-textures {
  display: none; }

.zoom-buttons {
  height: 120px;
  width: 40px;
  cursor: pointer;
  position: absolute;
  top: 33%;
  right: 40px; }
  .zoom-buttons div {
    height: 60px;
    width: 40px;
    background-image: url("http://assets.geode.vice.com/images/plus-minus.png");
    opacity: 0.8; }
    .zoom-buttons div:hover {
      opacity: 1; }
  .zoom-buttons .zoom-in {
    background-position: left top;
    -webkit-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px; }
  .zoom-buttons .zoom-out {
    background-position: left bottom;
    -webkit-border-radius: 0px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px; }

.zoom-open-controls-container {
  position: absolute;
  top: 35%;
  left: -4px; }

.zoom-open-controls {
  list-style: none;
  position: relative; }

.zoom-open-controls li {
  list-style: none; }

.zoom-toggle {
  height: 40px;
  width: 116px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  opacity: 0.8; }
  .zoom-toggle:hover {
    opacity: 1; }

.zoom-toggle.outside {
  background-image: url("http://assets.geode.vice.com/images/GO-INDSIDE-BUTTON.png");
  width: 108px; }

.zoom-toggle.inside {
  background-image: url("http://assets.geode.vice.com/images/EXIT-BUTTON.png");
  width: 74px;
  margin-top: 70px; }

.mute-button {
  display: none;
  height: 40px;
  width: 40px;
  background-color: transparent;
  position: absolute;
  bottom: 78px;
  right: 15px;
  opacity: 0.8;
  background-image: url("http://assets.geode.vice.com/images/sound-on.png");
  background-repeat: no-repeat;
  background-position: 7px 8px; }
  .mute-button.muted {
    background-image: url("http://assets.geode.vice.com/images/sound-off.png"); }
  .mute-button:hover {
    opacity: 1; }

#popup, #crystal-popup {
  display: none;
  position: absolute;
  z-index: 100;
  background: black;
  padding: 0px;
  color: #fff;
  height: 60px;
  min-width: 150px;
  max-width: 300px;
  width: auto; }
  #popup img, #crystal-popup img {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    -webkit-user-drag: none;
    user-drag: none;
    -moz-user-drag: none; }
  #popup .data, #crystal-popup .data {
    float: left;
    width: auto;
    font-size: 13px;
    padding: 7px 10px;
    line-height: 15px; }
    #popup .data .name, #crystal-popup .data .name {
      font-weight: bold;
      margin-bottom: 1px;
      overflow: hidden;
      height: 14px; }
    #popup .data .location, #crystal-popup .data .location {
      color: #666; }
    #popup .data .mutual-friend-count, #crystal-popup .data .mutual-friend-count {
      color: #006e84; }

#close {
  height: 40px;
  width: 40px;
  background-image: url("http://assets.geode.vice.com/images/close.png");
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000; }

.split-geode {
  height: 40px;
  line-height: 40px;
  width: 80px;
  font-family: "Intel", Verdana, Arial, sans-serif;
  text-indent: -9999em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 10px 0; }

.split-geode.open {
  background-image: url("http://assets.geode.vice.com/images/OPEN-BUTTON.png"); }

.split-geode.close {
  background-image: url("http://assets.geode.vice.com/images/CLOSE-BUTTON.png");
  width: 84px; }

#camera-shutter {
  position: fixed;
  top: 48%;
  right: 20px;
  background: #fff;
  height: 60px;
  width: 60px;
  background-image: url("http://assets.geode.vice.com/images/camera-black.png");
  background-repeat: no-repeat;
  background-position: 12px 17px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  opacity: 0.75;
  cursor: pointer; }
  #camera-shutter:hover {
    opacity: 1; }

/* 
 * SML
 */
#sml-control {
  position: absolute;
  top: 80px;
  left: 20px;
  z-index: 20; }

#sml {
  z-index: 1; }

.home-menu {
  display: none;
  position: absolute;
  left: 20px;
  height: 330px;
  width: 260px; }
  .home-menu .back-to-home {
    height: 40px;
    width: 100%;
    line-height: 40px;
    font-size: 12px;
    background: #000;
    color: #fff;
    text-align: center;
    font-family: "Intel", Verdana, Arial, sans-serif;
    text-transform: uppercase; }
    .home-menu .back-to-home a {
      color: inherit;
      text-decoration: none; }
    .home-menu .back-to-home img {
      margin-right: 5px;
      position: relative;
      top: 1px; }
  .home-menu .menu-item {
    height: 80px;
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 14px;
    cursor: pointer; }
    .home-menu .menu-item img {
      display: block;
      float: left;
      margin: 10px 20px 10px 20px; }
    .home-menu .menu-item .app-name {
      text-transform: uppercase;
      padding-top: 20px;
      font-size: 14px; }
    .home-menu .menu-item .app-byline {
      font-size: 12px; }
  .home-menu .hide-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTUyRjQ2NjUyQjhEMTFFMkIyNDdGNDQ5QzdFRUQ5QzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTUyRjQ2NjYyQjhEMTFFMkIyNDdGNDQ5QzdFRUQ5QzUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFNTJGNDY2MzJCOEQxMUUyQjI0N0Y0NDlDN0VFRDlDNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNTJGNDY2NDJCOEQxMUUyQjI0N0Y0NDlDN0VFRDlDNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjiilpUAAAAPSURBVHjaYmBgYDgDEGAAANEAzVtoW4UAAAAASUVORK5CYII=);
    width: 100%;
    text-align: center; }
    .home-menu .hide-bar .hide-button {
      background: #000;
      color: #fff;
      height: 35px;
      line-height: 35px;
      text-transform: uppercase;
      display: inline-block;
      cursor: pointer;
      margin: 7.5px 0;
      font-family: "Intel", Verdana, Arial, sans-serif;
      padding: 0 10px;
      font-size: 14px;
      letter-spacing: 1px; }

.geode .home-menu, .sml .home-menu {
  bottom: 150px; }

.soso .home-menu {
  bottom: 100px; }

* {
  -webkit-font-smoothing: antialiased; }

html, body {
  height: 100%;
  overflow: auto !important; }

.bg-gradient {
  background: #ededed;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #ededed 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ededed), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #ededed 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #ededed 0%, #cccccc 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #ededed 0%, #cccccc 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #ededed 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#cccccc',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.button, .facebook-connect-button {
  font-weight: bold; }

.centered-content-wrapper {
  position: relative;
  height: auto;
  width: 100%;
  z-index: 1;
  margin-bottom: 90px; }
  .centered-content-wrapper .centered-content {
    height: 650px;
    width: 100%;
    top: 20px;
    text-align: center; }
    .centered-content-wrapper .centered-content h1 {
      font-family: "IntelLight", Verdana, Arial, sans-serif;
      font-size: 60px;
      text-transform: uppercase;
      margin-bottom: 0;
      letter-spacing: 1px;
      display: inline; }
    .centered-content-wrapper .centered-content h2 {
      font-family: "IntelLight", Verdana, Arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      margin-top: 0; }
    .centered-content-wrapper .centered-content .intro-title {
      font-size: 24px;
      text-align: center;
      font-family: "Intel", Verdana, Arial, sans-serif;
      margin: 0 auto;
      padding: 0 0 20px 0; }
    .centered-content-wrapper .centered-content p {
      font-size: 14px;
      margin: 10px auto 0; }
    .centered-content-wrapper .centered-content .right-side {
      float: right;
      width: 300px;
      padding: 0 20px;
      text-align: center;
      color: #fff;
      font-size: 16px;
      font-family: "Intel", Verdana, Arial, sans-serif; }
      .centered-content-wrapper .centered-content .right-side .top-thing {
        background-image: url("http://assets.geode.vice.com/images/intro-rightside-background-grey.png");
        background-repeat: no-repeat;
        height: 440px; }
        .centered-content-wrapper .centered-content .right-side .top-thing p {
          color: #000;
          font-size: 14px; }
      .centered-content-wrapper .centered-content .right-side p {
        font-family: "Intel", Verdana, Arial, sans-serif;
        line-height: 1.5em;
        margin-top: 15px; }
      .centered-content-wrapper .centered-content .right-side .top-thing {
        margin-top: 20px;
        padding: 5px 20px 0;
        text-align: left; }
      .centered-content-wrapper .centered-content .right-side .app-area {
        margin: 10px 0; }
        .centered-content-wrapper .centered-content .right-side .app-area .app-title a {
          text-decoration: none;
          color: #009eff;
          display: block;
          font-weight: bold; }
        .centered-content-wrapper .centered-content .right-side .app-area .app-credits {
          font-size: 13px; }
      .centered-content-wrapper .centered-content .right-side .choose-your-experience-button {
        background-color: #0077c0 !important;
        color: #000; }
        .centered-content-wrapper .centered-content .right-side .choose-your-experience-button .button {
          background-color: #0077c0 !important; }
      .centered-content-wrapper .centered-content .right-side .continue-button {
        position: absolute;
        top: 370px; }
    .centered-content-wrapper .centered-content iframe {
      padding: 20px;
      background: #333;
      float: left; }
  .centered-content-wrapper #intro {
    width: 980px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    margin-top: 100px;
    height: 550px;
    display: none; }
    .centered-content-wrapper #intro .continue-button {
      clear: both;
      text-align: center;
      padding: 20px 0; }
  .centered-content-wrapper #app-selector {
    pointer-events: none;
    display: none;
    z-index: 5;
    margin-top: 0;
    position: relative;
    top: 10px; }
    .centered-content-wrapper #app-selector h1 {
      color: #404040;
      font-size: 35px; }
    .centered-content-wrapper #app-selector h2 {
      text-transform: uppercase;
      color: #666;
      font-family: "Intel", Verdana, Arial, sans-serif;
      font-weight: normal; }
    .centered-content-wrapper #app-selector img.bg {
      display: none;
      height: 660px;
      width: 631px; }
    .centered-content-wrapper #app-selector .app-launcher {
      display: none;
      pointer-events: auto;
      height: auto;
      overflow: auto;
      width: 303px;
      background: #000;
      color: #fff;
      text-align: left;
      font-weight: normal;
      position: relative;
      margin: 0 auto;
      top: -439px;
      left: 200px; }
      .centered-content-wrapper #app-selector .app-launcher .top-half {
        padding: 20px 20px 20px 20px; }
      .centered-content-wrapper #app-selector .app-launcher .title {
        font-family: "Intel", Verdana, Arial, sans-serif;
        font-size: 27px;
        line-height: 25px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 5px; }
      .centered-content-wrapper #app-selector .app-launcher .subtitle {
        text-align: center;
        font-style: italic;
        font-size: 13px;
        font-family: "Intel", Verdana, Arial, sans-serif;
        font-weight: bold;
        color: #878787;
        margin-bottom: 14px; }
      .centered-content-wrapper #app-selector .app-launcher .body {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 12px;
        color: #a3a3a3;
        margin-bottom: 14px; }
      .centered-content-wrapper #app-selector .app-launcher .log-in-to-facebook {
        color: #878787;
        background-image: url("http://assets.geode.vice.com/images/black-facebook.png");
        background-repeat: no-repeat;
        font-size: 11px;
        height: 20px;
        background-position: 16px 1px;
        padding-left: 40px;
        text-transform: uppercase;
        line-height: 20px;
        margin-bottom: 10px; }
      .centered-content-wrapper #app-selector .app-launcher .coming-soon {
        display: none;
        color: #fff;
        font-size: 16px;
        height: 20px;
        text-transform: uppercase;
        line-height: 20px;
        margin-bottom: 10px;
        text-align: center; }
      .centered-content-wrapper #app-selector .app-launcher .go-button {
        background: #fff;
        color: #000;
        font-family: "Intel", Verdana, Arial, sans-serif;
        font-size: 16px;
        height: 40px;
        width: 100%;
        line-height: 40px;
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
        letter-spacing: 1px; }
      .centered-content-wrapper #app-selector .app-launcher .shapeways-info {
        background: #272727;
        padding: 20px;
        overflow: auto; }
        .centered-content-wrapper #app-selector .app-launcher .shapeways-info .geode-thumb, .centered-content-wrapper #app-selector .app-launcher .shapeways-info .threedbox {
          float: left;
          margin: 0 10px 0 0; }
        .centered-content-wrapper #app-selector .app-launcher .shapeways-info .print {
          font-family: "Intel", Verdana, Arial, sans-serif;
          text-transform: uppercase;
          position: relative;
          top: -3px;
          font-size: 16px; }
        .centered-content-wrapper #app-selector .app-launcher .shapeways-info .starting {
          color: #808080;
          text-transform: uppercase;
          font-size: 13px;
          position: relative;
          top: 5px; }
        .centered-content-wrapper #app-selector .app-launcher .shapeways-info .shape {
          color: #808080;
          text-transform: uppercase;
          font-size: 9px; }
          .centered-content-wrapper #app-selector .app-launcher .shapeways-info .shape img {
            margin-left: 3px;
            position: relative;
            top: 6px; }
  .centered-content-wrapper .carousel-small {
    display: none;
    position: absolute;
    width: 240px;
    height: 246px;
    background: transparent;
    top: 200px;
    background-repeat: no-repeat;
    cursor: pointer; }
    .centered-content-wrapper .carousel-small.left {
      left: 20px; }
    .centered-content-wrapper .carousel-small.right {
      right: 20px; }
    .centered-content-wrapper .carousel-small.sml {
      background-image: url("http://assets.geode.vice.com/images/monsterme-small.png"); }
    .centered-content-wrapper .carousel-small.soso {
      background-image: url("http://assets.geode.vice.com/images/astroverb-small.png"); }
    .centered-content-wrapper .carousel-small.geode {
      background-image: url("http://assets.geode.vice.com/images/crystallized-small.png"); }

/*
@media all and (max-height: 768px) {
  .centered-content-wrapper {
    overflow: auto;

    .centered-content {
      position: relative;
      top: 0;
      margin-top: 0;
      padding-bottom: 120px;

      &#intro {
        margin-top: 0px !important;
        padding-top: 100px;

        .right-side{
          width: 500px;
        }
      }
    }
  }
  #intro iframe {
    height: 240px;
    width: 400px;
  }
}
*/
body.hasError .centered-content-wrapper {
  overflow: auto; }
  body.hasError .centered-content-wrapper .centered-content {
    position: relative;
    top: 0;
    margin-top: 0 !important;
    padding-bottom: 300px;
    padding-top: 100px; }

.button {
  font-family: "IntelLight", Verdana, Arial, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #7d7d7d;
  padding: 0 20px;
  cursor: pointer; }

.continue-button .button {
  background: #000; }

.error-button .button {
  background: #cc3333; }

/*
.sml .app-launcher .shapeways-info,
.soso .app-launcher .shapeways-info {
  display: none;
}*/
.geode#app-selector img.bg.geode-img {
  display: inline;
  margin-left: -150px; }

.sml#app-selector img.bg.sml-img {
  display: inline;
  margin-left: -269px; }

.soso#app-selector img.bg.soso-img {
  display: inline;
  margin-left: -150px; }

#app-selector.disabled .go-button {
  opacity: 0.2; }

.error {
  color: #fff;
  background: #ce3b33;
  max-width: 940px;
  padding: 20px;
  margin: 0 auto;
  text-align: left;
  clear: both; }
  .error a {
    color: inherit; }

.error-webgl {
  text-align: center; }

.fb-like {
  overflow: hidden !important;
  margin: 0 auto; }

span.copyright-wrapper {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  position: relative;
  top: -1px; }

.give-the-gift {
  display: none;
  z-index: 65001;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center; }
  .give-the-gift .inner {
    display: inline-block;
    background: #000;
    color: #fff;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    font-family: "Intel", Verdana, Arial, sans-serif;
    background-image: url("http://assets.geode.vice.com/images/print-icon-mini.png");
    background-repeat: no-repeat;
    background-position: 10px 9px;
    padding: 0 12px 0 40px;
    letter-spacing: 1px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px; }
    .give-the-gift .inner a {
      text-decoration: none;
      color: #4cbbff; }

#homepage-footer {
  width: 100%;
  height: 150px;
  text-align: center;
  font-family: "IntelLight", Verdana, Arial, sans-serif;
  color: #595959;
  text-transform: uppercase;
  letter-spacing: 1px; }
  #homepage-footer .main-links {
    margin-top: 18px;
    font-size: 16px;
    font-family: "Intel", Verdana, Arial, sans-serif; }
    #homepage-footer .main-links a {
      margin: 0 10px; }
  #homepage-footer .copyright-links {
    font-family: "Intel", Verdana, Arial, sans-serif;
    margin-top: 12px;
    font-size: 12px; }
    #homepage-footer .copyright-links a {
      margin-right: 8px; }
  #homepage-footer .produced-by {
    font-family: "Intel", Verdana, Arial, sans-serif;
    color: #333;
    font-size: 12px;
    margin-top: 8px;
    letter-spacing: 6px; }
    #homepage-footer .produced-by img {
      position: relative;
      top: 4px;
      left: -3px; }
  #homepage-footer a {
    text-decoration: none;
    color: inherit; }

footer.logged-out .left-widgets {
  width: 25%; }
footer.logged-out .copyright {
  float: right;
  width: 72%;
  color: #fff;
  height: 80%;
  line-height: 40px;
  font-family: "IntelLight", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 2%; }
  footer.logged-out .copyright .text {
    float: left;
    height: 40%;
    margin-top: 5px;
    width: 100%;
    font-size: 14px;
    font-family: "Intel", Verdana, Arial, sans-serif;
    text-align: right;
    letter-spacing: 1px; }
    footer.logged-out .copyright .text a {
      margin: 0 20px 0 0;
      text-decoration: none;
      color: #fff;
      margin: 0 0 0 20px; }
      footer.logged-out .copyright .text a:last-child {
        margin-right: 20px; }
  footer.logged-out .copyright .links {
    float: left;
    height: 50%;
    width: 100%;
    padding-right: 20px;
    text-align: right; }
    footer.logged-out .copyright .links a {
      text-decoration: none;
      color: #fff;
      margin: 0 0px 0 10px; }
      footer.logged-out .copyright .links a:last-child {
        margin-right: 20px; }

/*
Copyright 2010 Mike Brevoort http://mike.brevoort.com @mbrevoort

v1.0 jquery-facebook-multi-friend-selector

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#friend-selector {
  position: absolute;
  width: 340px;
  height: 520px;
  bottom: 125px;
  left: 20px;
  color: #fff;
  display: none;
  z-index: 6000;
  overflow: hidden; }
  #friend-selector .wrapper {
    background: #000;
    padding: 0 20px 20px; }
  #friend-selector .tabs {
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: "IntelLight", Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #fff; }
    #friend-selector .tabs > div {
      display: inline-block;
      height: 100%;
      padding: 0 20px;
      text-align: center;
      background: #5e5e5e;
      cursor: pointer; }
      #friend-selector .tabs > div.active {
        background: #000; }

#jfmfs-friend-selector input {
  background-color: #333;
  background-image: url("http://assets.geode.vice.com/images/search-icon.png");
  background-position: 268px 13px;
  background-repeat: no-repeat;
  border: none;
  font-family: "IntelLight", Verdana, Arial, sans-serif;
  height: 40px;
  font-size: 13px;
  margin: 20px 0;
  width: 300px;
  margin-left: -2px;
  position: relative;
  color: #fff;
  padding: 10px 15px;
  outline: none; }

.jfmfs-friend {
  cursor: pointer;
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  color: #fff;
  background-color: #000;
  background-image: url("http://assets.geode.vice.com/images/facebook-add-remove.png");
  background-position: right top;
  background-repeat: no-repeat;
  cursor: pointer; }

.jfmfs-friend.selected {
  background-position: right -60px; }

.jfmfs-friend img {
  float: left;
  margin: 0;
  width: 60px;
  height: 60px; }

.jfmfs-friend div {
  color: #fff;
  font-size: 11px;
  overflow: hidden;
  padding: 2px 0 0 6px;
  width: 145px; }

#jfmfs-friend-container {
  overflow: scroll;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  width: 100%;
  height: 330px;
  color: #333;
  font-size: 13px;
  margin-top: 20px; }
  #jfmfs-friend-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 9px;
    height: 9px;
    padding-left: 2px; }
  #jfmfs-friend-container::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #666;
    border: 2px solid #000; }

#jfmfs-friend-selector {
  width: 100%;
  height: 465px; }
  #jfmfs-friend-selector .done {
    background: white;
    float: right;
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-family: "IntelLight", Verdana, Arial, sans-serif;
    font-size: 13px;
    margin-top: 15px;
    margin-right: 11px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    cursor: pointer; }
  #jfmfs-friend-selector .selected-count {
    width: 199px;
    margin-top: 15px;
    margin-left: 0px;
    color: #fff;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-family: "IntelLight", Verdana, Arial, sans-serif;
    font-style: italic; }

#jfmfs-inner-header {
  background: transparent;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 60px;
  padding: 2px; }

.jfmfs-friend .friend-name {
  float: left;
  width: 170px;
  padding-left: 10px;
  margin-top: 15px; }

.hover {
  background-color: #EFF2F7; }

.hide-non-selected, .hide-filtered {
  display: none; }

div.jfmfs-button {
  background: none repeat scroll 0 0 #6D84B4;
  border: 1px solid #3B5998;
  color: white;
  cursor: pointer;
  margin: 4px 5px 0 4px;
  padding: 2px 5px;
  text-decoration: none; }

#jfmfs-friend-selector a.filter-link:link, a.filter-link:visited {
  color: #3B5998;
  font-weight: bold;
  text-decoration: none; }

#jfmfs-friend-selector a.filter-link:hover, #jfmfs-friend-selector a.selected {
  background-color: #6D84B4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #FFFFFF; }

#jfmfs-friend-selector .filter-link {
  margin: 4px 5px 4px 5px;
  padding: 3px 5px 3px 5px; }

#jfmfs-inner-header .filter-link {
  float: right; }

#jfmfs-inner-header div.jfmfs-button-hover {
  text-decoration: underline; }

#jfmfs-friend-filter-text {
  height: 23px; }

#jfmfs-inner-header span.jfmfs-title {
  display: none; }

#jfmfs-max-selected-wrapper, #jfmfs-filter-all, #jfmfs-filter-selected {
  display: none; }

#loading-fb {
  text-align: center;
  padding-top: 20px;
  width: 100%;
  display: block;
  color: #ddd; }

.activity-selector {
  position: absolute;
  width: 300px;
  height: 580px;
  bottom: 125px;
  left: 380px;
  color: #fff;
  display: none;
  z-index: 6000;
  background: #000;
  padding: 20px; }
  .activity-selector h1 {
    font-family: "IntelLight", Verdana, Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase; }
  .activity-selector p {
    font-size: 13px;
    color: #808080;
    height: 53px; }
  .activity-selector .palattes {
    overflow: scroll;
    overflow-x: hidden; }
    .activity-selector .palattes::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 9px;
      height: 9px;
      padding-left: 2px; }
    .activity-selector .palattes::-webkit-scrollbar-thumb {
      border-radius: 6px;
      background-color: #666;
      border: 2px solid #000; }
  .activity-selector .palatte {
    height: 40px;
    padding-top: 20px;
    background-image: url("http://assets.geode.vice.com/images/facebook-add-remove.png");
    background-position: right top;
    background-repeat: no-repeat; }
    .activity-selector .palatte.selected {
      background-position: right -60px; }
    .activity-selector .palatte.random {
      font-size: 13px;
      line-height: 23px; }
      .activity-selector .palatte.random .color {
        margin-right: 10px; }
    .activity-selector .palatte .colors .color {
      display: block;
      float: left;
      height: 20px;
      width: 20px; }
    .activity-selector .palatte .colors input {
      display: none; }
  .activity-selector .likes {
    height: 443px;
    overflow: scroll;
    overflow-x: hidden; }
    .activity-selector .likes::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 9px;
      height: 9px;
      padding-left: 2px; }
    .activity-selector .likes::-webkit-scrollbar-thumb {
      border-radius: 6px;
      background-color: #666;
      border: 2px solid #000; }
    .activity-selector .likes .like {
      height: 60px;
      background-image: url("http://assets.geode.vice.com/images/likes-state.png");
      background-position: right top;
      background-repeat: no-repeat;
      margin-bottom: 1px;
      cursor: pointer; }
      .activity-selector .likes .like.selected {
        background-position: right -60px; }
      .activity-selector .likes .like.disabled {
        cursor: auto;
        background-position: right -120px; }
        .activity-selector .likes .like.disabled img {
          opacity: 0.5; }
      .activity-selector .likes .like img {
        margin-right: 10px;
        float: left;
        width: 60px;
        height: 60px;
        opacity: 1; }
      .activity-selector .likes .like .copy {
        float: left;
        height: 50px;
        padding: 5px 0;
        font-size: 13px;
        width: 160px; }
        .activity-selector .likes .like .copy .title {
          text-transform: uppercase; }
        .activity-selector .likes .like .copy .count {
          color: #808080; }
  .activity-selector .done {
    background: white;
    float: right;
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-family: "IntelLight", Verdana, Arial, sans-serif;
    font-size: 13px;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    cursor: pointer; }

#grow-it {
  background: none; }

.grow-selector {
  position: absolute;
  width: 300px;
  height: 539px;
  bottom: 125px;
  left: 20px;
  color: #fff;
  display: none;
  z-index: 6000;
  background: #000;
  padding: 20px; }
  .grow-selector h1, .grow-selector h2 {
    font-family: "IntelLight", Verdana, Arial, sans-serif;
    margin: 0;
    text-transform: uppercase; }
  .grow-selector h1 {
    font-size: 16px; }
  .grow-selector h2 {
    font-size: 14px;
    padding: 7px 0; }
  .grow-selector p {
    font-size: 13px; }
  .grow-selector ul, .grow-selector ol {
    list-style: none;
    margin: 0;
    padding: 0; }
  .grow-selector li {
    margin: 0;
    padding: 0; }
  .grow-selector .into {
    padding: 15px 0!important; }
  .grow-selector #monster-size span {
    display: block;
    float: left;
    margin: 0 2px;
    width: 45px;
    height: 10px;
    background-color: #333333; }
  .grow-selector #monster-size span.active {
    background-color: #0077c0; }
  .grow-selector #monster-size .copy {
    padding: 10px 0 0 0;
    clear: both;
    height: 30px;
    font-size: 9px; }
    .grow-selector #monster-size .copy span {
      width: 100px;
      background-color: transparent; }
    .grow-selector #monster-size .copy .small {
      float: left; }
    .grow-selector #monster-size .copy .big {
      float: right;
      text-align: right; }
    .grow-selector #monster-size .copy strong {
      display: block;
      font-size: 10px; }
  .grow-selector #monster-image {
    background-image: url("http://assets.geode.vice.com/images/grow_monster.gif");
    background-repeat: no-repeat;
    width: 300px;
    height: 110px;
    clear: both;
    margin: 10px 0 0 0; }
  .grow-selector #link-items {
    padding: 20px 0 0 0; }
    .grow-selector #link-items li {
      background-image: url("http://assets.geode.vice.com/images/grow_monster_sprite.png");
      background-repeat: no-repeat;
      padding: 0 0 0 40px;
      height: 36px; }
    .grow-selector #link-items li#add-buildings {
      background-position: 0 0; }
    .grow-selector #link-items li#take-pics {
      background-position: 0 -43px; }
    .grow-selector #link-items li#share-pic {
      background-position: 0 -88px; }
  .grow-selector .done {
    background: white;
    float: right;
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-family: "IntelLight", Verdana, Arial, sans-serif;
    font-size: 13px;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    cursor: pointer; }

.notification {
  z-index: 20;
  margin: 0 auto;
  position: fixed;
  left: 44%;
  bottom: 15px;
  margin-left: -60px;
  background: #0f0f0f;
  color: #fff;
  height: 100%;
  width: 240px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font: "IntelLight", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  border-radius: 20px; }
  .notification img {
    margin-right: 4px;
    position: relative;
    top: 3px; }

.about {
  padding-bottom: 100px;
  overflow: auto;
  width: 980px;
  margin: 0 auto; }
  .about .box {
    float: left;
    background: #e5e5e5;
    height: 370px;
    margin-bottom: 10px;
    overflow: hidden; }
    .about .box.left {
      margin-right: 10px;
      width: 710px; }
    .about .box.right {
      width: 260px; }
      .about .box.right .title {
        margin-bottom: 10px; }
    .about .box.full {
      width: 980px;
      height: auto; }
    .about .box .header {
      background: #000;
      color: #fff;
      height: 40px;
      line-height: 40px;
      padding-left: 20px;
      text-transform: uppercase;
      font-family: "Intel", Verdana, Arial, sans-serif;
      font-size: 19px; }
    .about .box .title {
      margin: 10px 20px;
      text-transform: uppercase;
      font-family: "Intel", Verdana, Arial, sans-serif; }
    .about .box p {
      margin: 0 20px 20px;
      font-size: 12px;
      line-height: 16px; }
    .about .box img {
      margin: 20px 20px 0; }
    .about .box a {
      text-decoration: none;
      font-size: inherit; }
    .about .box .creator {
      float: left;
      margin: 0 0 0 20px;
      padding-top: 20px;
      width: 220px; }
      .about .box .creator .title {
        margin: 10px 0 5px 0; }
      .about .box .creator a {
        margin: 10px 0;
        display: inline-block; }
      .about .box .creator p {
        margin: 0 0 10px; }
      .about .box .creator img {
        display: block;
        margin: 0 auto; }

.about-body {
  height: 1258px; }
  .about-body header {
    position: static; }
  .about-body .fb-like {
    display: none; }
  .about-body .featured {
    position: relative;
    top: 10px; }

.featured {
  width: 100%;
  height: 200px;
  padding-bottom: 10px;
  overflow: hidden;
  color: #fff; }
  .featured .inner {
    background: #000;
    height: 190px;
    margin: 0 auto;
    padding: 10px 20px 10px 0;
    overflow: auto; }
  .featured .header {
    font-family: "Intel", Verdana, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    margin-left: 20px; }
  .featured .youtube-video {
    float: left;
    width: 117px;
    height: 160px;
    margin-left: 20px;
    overflow: hidden; }
    .featured .youtube-video img, .featured .youtube-video a {
      display: block;
      width: 100%;
      margin-top: 20px; }
    .featured .youtube-video .youtube-description {
      clear: both;
      padding-top: 10px;
      font-size: 10px;
      color: #fff;
      line-height: 15px; }

.snapshot-body {
  padding-bottom: 200px;
  height: auto; }

.share-wrapper {
  width: 1105px;
  margin: 0 auto 0;
  overflow: auto;
  position: relative;
  display: table; }
  .share-wrapper .row {
    display: table-row;
    height: 500px; }
  .share-wrapper .main-area {
    padding: 20px;
    background: #000;
    float: left;
    width: 855px;
    position: relative; }
    .share-wrapper .main-area .geode {
      background-color: #f0f0f0;
      width: 555px;
      height: 500px;
      display: block;
      float: left;
      min-height: 500px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      border: 0; }
    .share-wrapper .main-area .share-buttons {
      float: right;
      width: 280px;
      color: #666;
      font-family: "Intel", Verdana, Arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      position: relative;
      top: -12px; }
      .share-wrapper .main-area .share-buttons a {
        text-decoration: none;
        color: inherit;
        font-size: 16px; }
      .share-wrapper .main-area .share-buttons img {
        margin: 0 20px 10px 0;
        position: relative;
        top: 12px; }
    .share-wrapper .main-area .callout {
      width: 280px;
      position: absolute;
      bottom: 20px;
      right: 20px;
      font-size: 15px;
      color: #fff;
      font-family: "IntelLight", Verdana, Arial, sans-serif; }
      .share-wrapper .main-area .callout .button {
        background: #2e2e2e; }
      .share-wrapper .main-area .callout img {
        display: block;
        float: right;
        position: relative;
        left: 20px;
        top: 10px; }
  .share-wrapper .banner {
    height: 540px;
    overflow: hidden;
    background: #ddd; }
    .share-wrapper .banner a {
      display: block;
      width: 147px;
      margin: 15px auto 0 auto; }
  .share-wrapper .featured .youtube-video {
    width: 115px; }

.share-padding {
  height: 100px;
  width: 100%;
  display: block; }

.back-button {
  display: none;
  text-transform: uppercase;
  cursor: pointer;
  width: 960px;
  margin: 0 auto 10px auto;
  padding-left: 20px;
  background-image: url("http://assets.geode.vice.com/images/back-arrow.png");
  background-repeat: no-repeat;
  height: 20px;
  line-height: 13px;
  font-family: "Intel", Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #5D5D5D;
  letter-spacing: 1px; }

.snapshot-body .back-button {
  width: 1130px; }

#guide-tab {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5; }
  #guide-tab .inner {
    margin: 0 auto;
    width: 80px;
    font-family: "Intel", Verdana, Arial, sans-serif;
    text-align: center;
    background-image: linear-gradient(bottom, #2f2f2f 0%, #3e3e3e 100%);
    background-image: -o-linear-gradient(bottom, #2f2f2f 0%, #3e3e3e 100%);
    background-image: -moz-linear-gradient(bottom, #2f2f2f 0%, #3e3e3e 100%);
    background-image: -webkit-linear-gradient(bottom, #2f2f2f 0%, #3e3e3e 100%);
    background-image: -ms-linear-gradient(bottom, #2f2f2f 0%, #3e3e3e 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2f2f2f), color-stop(1, #3e3e3e));
    -webkit-box-shadow: 0px -1px 3px 0px rgba(1, 1, 1, 0.5);
    box-shadow: 0px -1px 3px 0px rgba(1, 1, 1, 0.5);
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    height: 73px;
    text-transform: uppercase;
    line-height: 11px; }
    #guide-tab .inner img {
      margin: 0 auto 6px;
      padding-top: 6px;
      display: block;
      height: 39px;
      width: 39px; }
  #guide-tab.guide-open .inner {
    background-image: linear-gradient(bottom, #1e6792 0%, #6eaeeb 100%);
    background-image: -o-linear-gradient(bottom, #1e6792 0%, #6eaeeb 100%);
    background-image: -moz-linear-gradient(bottom, #1e6792 0%, #6eaeeb 100%);
    background-image: -webkit-linear-gradient(bottom, #1e6792 0%, #6eaeeb 100%);
    background-image: -ms-linear-gradient(bottom, #1e6792 0%, #6eaeeb 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1e6792), color-stop(1, #6eaeeb)); }

#guide {
  display: none;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  z-index: 6000; }
  #guide .inner {
    width: 680px;
    height: auto;
    overflow: auto;
    margin: -220px auto 0;
    position: relative;
    left: 0; }
    #guide .inner h1 {
      height: 60px;
      line-height: 60px;
      font-family: "IntelLight", Verdana, Arial, sans-serif;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTUyRjQ2NjUyQjhEMTFFMkIyNDdGNDQ5QzdFRUQ5QzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTUyRjQ2NjYyQjhEMTFFMkIyNDdGNDQ5QzdFRUQ5QzUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFNTJGNDY2MzJCOEQxMUUyQjI0N0Y0NDlDN0VFRDlDNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNTJGNDY2NDJCOEQxMUUyQjI0N0Y0NDlDN0VFRDlDNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjiilpUAAAAPSURBVHjaYmBgYDgDEGAAANEAzVtoW4UAAAAASUVORK5CYII=);
      color: #fff;
      text-align: center;
      font-size: 24px;
      margin: 0; }
    #guide .inner .main {
      position: relative;
      height: 350px;
      background: #000;
      padding: 20px 80px;
      color: #fff; }
      #guide .inner .main .arrow {
        height: 40px;
        width: 40px;
        position: absolute;
        top: 140px;
        background-image: url("http://assets.geode.vice.com/images/guide-arrows.png");
        background-position: 0 0;
        cursor: pointer; }
        #guide .inner .main .arrow.disabled {
          opacity: 0.5;
          cursor: auto; }
        #guide .inner .main .arrow.left {
          left: 20px; }
        #guide .inner .main .arrow.right {
          right: 20px;
          background-position: right bottom; }
      #guide .inner .main img {
        display: block;
        margin: 0 auto 20px; }
      #guide .inner .main .text {
        text-align: center;
        font-size: 13px;
        line-height: 18px;
        width: 525px;
        margin: 0 auto 20px; }
      #guide .inner .main .tip {
        font-family: "Intel", Verdana, Arial, sans-serif;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px; }
    #guide .inner .footer {
      height: 80px;
      font-family: "IntelLight", Verdana, Arial, sans-serif;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTUyRjQ2NjUyQjhEMTFFMkIyNDdGNDQ5QzdFRUQ5QzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTUyRjQ2NjYyQjhEMTFFMkIyNDdGNDQ5QzdFRUQ5QzUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFNTJGNDY2MzJCOEQxMUUyQjI0N0Y0NDlDN0VFRDlDNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNTJGNDY2NDJCOEQxMUUyQjI0N0Y0NDlDN0VFRDlDNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjiilpUAAAAPSURBVHjaYmBgYDgDEGAAANEAzVtoW4UAAAAASUVORK5CYII=);
      color: #fff;
      margin: 0;
      position: relative;
      text-align: center; }
      #guide .inner .footer .slide-count {
        position: absolute;
        left: 20px;
        top: 30px;
        font-size: 12px;
        letter-spacing: 3px; }
      #guide .inner .footer .hide {
        font-family: "Intel", Verdana, Arial, sans-serif;
        text-transform: uppercase;
        background: #000;
        height: 40px;
        line-height: 38px;
        display: inline-block;
        padding: 0 20px;
        margin-top: 18px;
        cursor: pointer; }

#astroverb {
  cursor: default;
  overflow: hidden !important; }

.cursorPointer {
  cursor: pointer !important; }

.cursorDefault {
  cursor: default !important; }

#debug {
  position: absolute;
  margin: 300px 0 0 20px;
  display: none; }

#canvasContainer {
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 0px; }

.orbitLabel {
  color: #fff;
  font-size: 14px;
  position: absolute;
  font-family: 'akzidenz';
  font-weight: regular;
  background-color: #464646;
  /*background-color: rgba(36,36,36,0.75);*/
  padding-left: 0.5em;
  padding-right: 0.5em;
  cursor: default;
  z-index: 2;
  max-width: 200px; }

.largeLabel {
  font-size: 200%; }

.personalityLabel {
  font-family: 'bodoni';
  font-style: italic;
  cursor: hand;
  /*background-color: rgba(255,255,255,.5);*/
  /*background-color: white;*/
  color: #464646;
  /*
  padding-left: 0.5em;
  padding-right: 0.5em;			
  */
  margin-bottom: -0.24em;
  font-size: 72px;
  z-index: 1;
  /*border-bottom: 2px solid #464646;*/ }

.personalityLabelUnderline {
  border-bottom: 2px solid #464646;
  padding-bottom: 2px; }

.numeralLabel {
  color: #464646;
  font-size: 12px;
  position: absolute;
  font-family: 'bodoni'; }

.starLabel {
  font-family: 'akzidenz';
  font-style: 'italic';
  font-size: 9px;
  width: 30px; }

.Positionable {
  position: absolute; }

#canvas {
  z-index: -1;
  overflow: hidden !important; }

body {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#aaaaaa));
  background-image: -webkit-linear-gradient(top, white, #aaaaaa);
  background-image: -moz-linear-gradient(top, white, #aaaaaa);
  background-image: -o-linear-gradient(top, white, #aaaaaa);
  background-image: linear-gradient(to bottom, white, #aaaaaa);
  overflow: hidden !important; }

html {
  height: 100%;
  overflow: hidden !important; }

/* PROGRESS BAR STUFF */
#progressBar {
  position: absolute;
  /* margin-left:874px; 
  margin-top:674px; */
  bottom: 32px;
  right: 16px;
  width: 200px;
  height: 100px;
  opacity: 0;
  background-color: red;
  display: none;
  /* !!!!!!!!!!!!!!!!! */ }

#progressLine {
  background-color: black;
  height: 2px;
  border: none;
  position: absolute;
  margin-top: -1px; }

#progressGlow {
  background: #dddddd;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, white 0%, #bfbfbe 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, white), color-stop(100%, #bfbfbe));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, white 0%, #bfbfbe 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, white 0%, #bfbfbe 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, white 0%, #bfbfbe 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, white 0%, #bfbfbe 100%);
  /* W3C */
  position: absolute;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px; }

.progressCircle {
  border-radius: 50%;
  background-color: black;
  width: 5px;
  height: 6px;
  margin: -3px 0 0 -3px; }

.testRect {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
  background-color: red; }

.progressLabel {
  font-size: 10px;
  font-family: 'akzidenz', san-serif;
  margin-top: 10px; }

/* CONTINUE BUTTON */
#continue {
  opacity: 0;
  background-color: transparent;
  color: #c02828;
  cursor: pointer;
  position: absolute;
  bottom: 136px;
  right: 112px;
  padding: 10px;
  font-family: 'bodoni';
  font-style: italic;
  font-weight: 700;
  font-size: 36px;
  z-index: 100;
  text-decoration: underline;
  display: none; }

/* TITLE STUFF */
#astroverbLogo {
  position: fixed;
  /* top: 80px;
  right:32px; */
  bottom: 26px;
  right: 82px;
  width: 264px;
  /* opacity:0.5; */
  z-index: 999999; }

#logoSubtitle {
  position: fixed;
  /* top:96px;
  right:32px; */
  bottom: -6px;
  right: 82px;
  font-family: 'akzidenz';
  font-style: italic;
  font-size: 12px;
  color: #AAA;
  z-index: 999999; }

#phase {
  opacity: 0;
  position: absolute;
  top: 80px;
  left: 24px;
  font-size: 20px;
  font-family: 'bodoni';
  font-style: italic;
  text-decoration: underline;
  color: #FFFFFF; }

#title, #titleBG {
  opacity: 0;
  position: absolute;
  top: 96px;
  left: 26px;
  width: 100px;
  /* Hack to line break text */
  /* font-size:264px;
  line-height:224px;
  */
  font-size: 238px;
  line-height: 202px;
  font-family: 'bodoni'; }

#title {
  z-index: 1;
  color: #1e1e1e; }

#titleBG {
  opacity: 0;
  opacity: 0.2;
  color: #58595B;
  /* z-index:-2; This makes it disappear for some reason.*/ }

#subtitle {
  opacity: 0;
  position: absolute;
  /* top: 524px; */
  top: 482px;
  left: 24px;
  font-family: 'bodoni', san-serif;
  font-style: italic;
  font-size: 40px;
  color: #1e1e1e;
  z-index: 1; }

#description {
  opacity: 0;
  position: absolute;
  bottom: 73px;
  left: 24px;
  font-family: 'akzidenz', san-serif;
  font-size: 20px;
  color: #FFFFFF;
  z-index: 2; }

#descriptionProgress {
  /* opacity:0; */
  position: absolute;
  width: 0px;
  height: 5px;
  left: 24px;
  bottom: 99px;
  background-color: #b4b4b4;
  z-index: 2; }

/* INTRO STATE */
#intro {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

#introBigHeading {
  position: absolute;
  top: 204px;
  left: 260px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 710px;
  z-index: 1;
  color: white;
  font-family: 'bodoni';
  font-style: italic;
  text-decoration: underline;
  font-size: 40px;
  line-height: 48px;
  opacity: 0; }

#introBigBody {
  position: absolute;
  top: 252px;
  left: 260px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 710px;
  z-index: 1;
  color: #1e1e1e;
  font-family: 'bodoni';
  font-style: italic;
  font-size: 40px;
  line-height: 48px;
  opacity: 0; }

#introContinue {
  position: absolute;
  top: 448px;
  /* left:692px; */
  left: 252px;
  margin: 0 0 0 0;
  color: #c02828;
  font-family: 'bodoni';
  font-style: italic;
  font-size: 40px;
  line-height: 48px;
  opacity: 0;
  text-decoration: underline;
  cursor: pointer;
  display: none;
  z-index: 2; }

#introFinalContinue {
  position: absolute;
  top: 498px;
  /* left:692px;*/
  left: 252px;
  margin: 0 0 0 0;
  color: #c02828;
  font-family: 'bodoni';
  font-style: italic;
  font-size: 40px;
  line-height: 48px;
  opacity: 0;
  text-decoration: underline;
  cursor: pointer;
  display: none;
  z-index: 2; }

.introInstructions {
  position: absolute;
  top: 272px;
  width: 254px;
  margin: 0 0 0 0;
  color: #1e1e1e;
  font-family: 'bodoni';
  font-style: italic;
  font-size: 20px;
  line-height: 24px;
  opacity: 0;
  z-index: 2; }

.introNumber {
  position: absolute;
  top: 0px;
  left: -36px;
  width: 40px;
  height: 70px;
  color: #1e1e1e;
  font-family: 'bodoni';
  font-size: 60px;
  z-index: 2; }

.introCol1 {
  left: 85px; }

.introCol2 {
  left: 395px; }

.introCol3 {
  left: 705px; }

.introCol4 {
  left: 1015px; }

/* EGO STATE */
#ego {
  opacity: 0;
  position: asbolute;
  left: 0px;
  top: 0px; }

#egoAssessmentHeading {
  position: absolute;
  top: 204px;
  left: 70px;
  font-size: 40px;
  font-family: 'bodoni';
  font-style: italic;
  color: #FFFFFF;
  text-decoration: underline;
  z-index: 1; }

#egoAssessment {
  position: absolute;
  top: 282px;
  left: 181px;
  width: 70%;
  min-width: 660px;
  max-width: 900px;
  color: #151515;
  font-family: 'bodoni';
  font-size: 40px;
  z-index: 1; }

#egoAssessmentText {
  margin: 0 0 0 0;
  width: auto;
  color: #1e1e1e;
  font-family: 'bodoni';
  font-size: 40px;
  line-height: 48px; }

#egoAssessmentContinue {
  width: 260px;
  margin: 0 0 0 0;
  color: #c02828;
  font-family: 'bodoni';
  font-style: italic;
  font-size: 40px;
  line-height: 48px;
  opacity: 0;
  text-decoration: underline;
  cursor: pointer;
  display: none;
  float: right; }

/* RINGS STATE */
#rings {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

#ringsExplain {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -120px 0px 0px -190px;
  padding: 0 0 0 0;
  width: 380px;
  z-index: 1;
  color: #1e1e1e;
  font-family: 'bodoni';
  font-style: italic;
  font-size: 40px;
  line-height: 48px; }

#ringsExplainText {
  margin: 0 0 0 0;
  width: auto;
  color: #1e1e1e;
  font-family: 'bodoni';
  font-style: italic;
  font-size: 40px;
  line-height: 48px; }

#ringsExplainContinue {
  width: 260px;
  margin: 0 0 0 0;
  opacity: 0;
  text-decoration: underline;
  color: #c02828;
  font-family: 'bodoni';
  font-style: italic;
  font-size: 40px;
  line-height: 48px;
  cursor: pointer;
  display: none; }

#semanticBodies {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 400px;
  opacity: 0; }

#semanticBodiesHeading {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: -200px 0px 0px 360px;
  width: 300px;
  font-size: 20px;
  font-family: 'bodoni';
  font-style: italic;
  color: #FFFFFF;
  text-decoration: underline;
  opacity: 0; }

#semanticBodiesNames {
  position: absolute;
  margin: -176px 0px 0px 360px;
  left: 0px;
  top: 0px;
  width: 400px;
  font-size: 20px;
  line-height: 24px;
  font-family: 'bodoni';
  font-style: italic;
  color: #151515;
  list-style-type: none; }

.semanticBodiesName {
  position: absolute;
  left: 0px;
  margin: 0 0 0 0;
  font-size: 20px;
  line-height: 24px;
  font-family: 'bodoni';
  font-style: italic;
  color: #151515;
  opacity: 0; }

.semanticBodiesLine {
  position: absolute;
  margin: 16px 0 0 0;
  border-bottom: 1px dashed white;
  color: transparent;
  background-color: transparent;
  height: 1px;
  width: 0px; }

#sectors {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

/* SECTORS STATE */
#sectorsExplain {
  opacity: 0;
  position: absolute;
  top: 114px;
  left: 24px;
  width: 288px;
  font-size: 20px;
  line-height: 24px;
  font-family: 'bodoni';
  font-style: italic;
  color: #1e1e1e;
  z-index: 2; }

#sectorsExplainText {
  width: auto;
  margin: 0 0 0 0;
  font-size: 20px;
  line-height: 24px;
  font-family: 'bodoni';
  font-style: italic;
  color: #1e1e1e;
  z-index: 2; }

.sectorsExplainLink {
  margin: 0 0 0 0;
  font-size: 20px;
  line-height: 24px;
  font-family: 'bodoni';
  font-style: italic;
  color: #c02828;
  z-index: 2;
  cursor: pointer;
  text-decoration: underline; }

#sectorsExplainContinue {
  width: 130px;
  margin: 0 0 0 0;
  color: #c02828;
  cursor: pointer;
  font-size: 40px;
  line-height: 48px;
  font-family: 'bodoni';
  font-style: italic;
  text-decoration: underline;
  z-index: 2;
  display: none;
  opacity: 0; }

#sectorsAssess {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 48px 0px 0px -240px;
  padding: 12px 12px 12px 12px;
  box-shadow: -6px 6px 10px #888888;
  width: 458px;
  height: auto;
  z-index: 2;
  /* background-color: rgb(200,200,200); */
  background-color: #323232;
  opacity: 0;
  display: none; }

#sectorsAssessHeading {
  /* color:rgb(30,30,30); */
  color: white;
  font-family: 'bodoni';
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
  z-index: 3; }

#sectorsAssessText {
  /* color:rgb(30,30,30); */
  color: white;
  margin: 6px 0px 0px 0px;
  padding: 0 0 0 0;
  font-family: 'bodoni';
  font-size: 20px;
  line-height: 24	px;
  z-index: 3; }

#sectorsAssessBracket {
  display: none; }

#axis {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

#axisHeading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -70px 0px 0px 330px;
  width: 600px;
  font-size: 70px;
  font-family: 'bodoni';
  font-style: italic;
  color: #1e1e1e;
  z-index: 2; }

#axisSubtitle {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 6px 0px 0px 330px;
  font-size: 14px;
  font-family: 'bodoni';
  font-style: italic;
  color: #1e1e1e;
  z-index: 2; }

#axisLabel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  margin: 24px 0px 0px 600px;
  font-family: 'bodoni';
  font-size: 20px;
  font-style: italic;
  color: #1e1e1e;
  z-index: 2; }

#axisDescription {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 240px;
  margin: 32px 0px 0px 344px;
  font-family: 'bodoni';
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  color: #151515;
  opacity: 0;
  z-index: 2; }

#axisDescriptionArrow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: 34px 0px 0px 330px;
  opacity: 0;
  z-index: 2; }

/* MORPHOGRAM */
/* RINGS STATE */
#morphogram {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

#lexoscope {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -180px 0px 0px -260px;
  /*
  top: 96px;
  left: 32px;
  */
  width: 540px;
  z-index: 2;
  color: white;
  font-family: 'bodoni';
  font-style: normal;
  font-size: 32px;
  line-height: 38px;
  opacity: 0;
  display: none; }

#lexoscopeHeading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -214px 0px 0px -260px;
  width: 540px;
  z-index: 2;
  color: white;
  font-family: 'bodoni';
  font-style: italic;
  font-size: 20px;
  line-height: 24px;
  opacity: 0;
  display: none;
  text-decoration: underline; }

#morphoBgGradient {
  display: none; }

#morphoBurst {
  display: none; }

#morphoBurstDark {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -314px 0 0 -314px;
  opacity: 0;
  display: none;
  z-index: 1; }

#morphoContinueButtons {
  position: absolute;
  left: 24px;
  bottom: 142px;
  opacity: 0px;
  display: none;
  z-index: 1; }

.morphoContinue {
  margin: 0 0 0 0;
  text-decoration: underline;
  color: #c02828;
  font-family: 'bodoni';
  font-style: italic;
  font-size: 40px;
  line-height: 48px;
  cursor: pointer; }

#morphoThanks {
  position: absolute;
  right: 12px;
  bottom: 150px;
  width: 280px;
  color: #3c3c3c;
  font-family: 'akzidenz';
  font-size: 40px;
  line-height: 44px;
  opacity: 0;
  display: none; }

/* #morpho */
.floating-copyright-soso {
  position: absolute;
  bottom: 6px;
  /*82px;*/
  height: 12px;
  left: 250px;
  font-size: 10px;
  color: #555;
  padding-left: 15px;
  z-index: 1010; }

.floating-copyright-soso a {
  text-decoration: none;
  color: #555; }

.footer-soso {
  position: fixed;
  bottom: 0;
  display: block;
  width: 100%;
  height: 70px;
  background-color: #000;
  z-index: 1000; }

/* PRINTING */
.printInactive > div {
  background: gray !important; }

.button-list > div a {
  color: black;
  font-style: normal;
  text-decoration: none; }

/*Akzidenz*/
@font-face {
  font-family: 'akzidenz';
  src: url("../fonts/AkzidenzGrotesk-Regular.eot");
  src: url("../fonts/AkzidenzGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AkzidenzGrotesk-Regular.woff") format("woff"), url("../fonts/AkzidenzGrotesk-Regular.svg") format("svg");
  /* Note: svg url had a modifier after and might not work in current form */
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'akzidenz';
  src: url("../fonts/AkzidenzGrotesk-Italic.eot");
  src: url("../fonts/AkzidenzGrotesk-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/AkzidenzGrotesk-Italic.woff") format("woff"), url("../fonts/AkzidenzGrotesk-Italic.svg") format("svg");
  /* Note: svg url had a modifier after and might not work in current form */
  font-weight: normal;
  font-style: italic; }

/*Bodoni*/
@font-face {
  font-family: 'bodoni';
  src: url("../fonts/BodoniSvtyTwoOSITCTT.eot");
  src: url("../fonts/BodoniSvtyTwoOSITCTT.eot?#iefix") format("embedded-opentype"), url("../fonts/BodoniSvtyTwoOSITCTT.woff") format("woff"), url("../fonts/BodoniSvtyTwoOSITCTT.svg") format("svg");
  /* Note: svg url had a modifier after and might not work in current form */
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'bodoni';
  src: url("../fonts/BodoniSvtyTwoITCTT.eot");
  src: url("../fonts/BodoniSvtyTwoITCTT?#iefix") format("embedded-opentype"), url("../fonts/BodoniSvtyTwoITCTT.woff") format("woff"), url("../fonts/BodoniSvtyTwoITCTT.svg") format("svg");
  /* Note: svg url had a modifier after and might not work in current form */
  font-weight: normal;
  font-style: italic; }

#camera-shutter {
  display: none; }

#global-footer {
  position: fixed;
  bottom: 0;
  display: block;
  width: 100%;
  height: 160px; }
  #global-footer li {
    background-image: url("http://assets.geode.vice.com/images/nav-sprite.png");
    background-repeat: no-repeat;
    cursor: pointer;
    list-style: none outside none; }
  #global-footer .copy {
    margin: 0 auto;
    width: 500px;
    padding: 10px 0 0 0;
    display: block;
    overflow: hidden;
    clear: left; }
    #global-footer .copy li {
      background: none;
      font-size: 9px;
      color: white;
      margin: 0 10px;
      padding: 0;
      width: auto; }
      #global-footer .copy li a {
        color: white;
        text-decoration: none; }
  #global-footer #sub-nav {
    width: 100%;
    height: 35px; }
    #global-footer #sub-nav li {
      float: left;
      width: 100px;
      height: 35px; }
      #global-footer #sub-nav li a {
        text-indent: -9999em;
        display: block; }
    #global-footer #sub-nav #sub-nav-home {
      background-position: 0 -249px; }
    #global-footer #sub-nav #sub-nav-about {
      background-position: 0 -286px; }
    #global-footer #sub-nav #sub-nav-settings {
      background-position: 0 -320px;
      text-indent: -9999em; }
    #global-footer #sub-nav #sub-nav-audio {
      float: right;
      display: none; }
  #global-footer footer {
    height: 120px;
    display: block; }
    #global-footer footer ul {
      margin: 0 auto; }
      #global-footer footer ul li {
        float: left;
        color: white;
        height: 62px;
        margin: 10px; }
      #global-footer footer ul li#footer-nav-color {
        background-position: 0px -62px; }
      #global-footer footer ul li#footer-nav-building {
        background-position: 0px -435px; }
      #global-footer footer ul li#footer-nav-grow {
        background-position: 0px -367px; }
      #global-footer footer ul li#footer-nav-camera {
        background-position: 0px -120px; }
      #global-footer footer ul li#footer-nav-3d {
        background-position: 0px -181px; }

@media screen and (min-width: 1000px) {
  footer ul {
    width: 980px; }
    footer ul li {
      width: 125px;
      font-size: 14px;
      padding: 0 20px 0 78px; } }
@media screen and (min-width: 900px) and (max-width: 999px) {
  footer ul {
    width: 900px; }
    footer ul li {
      width: 100px;
      font-size: 12px;
      padding: 0 0px 0 78px; } }
@media (max-width: 899px) {
  footer ul {
    width: 400px; }
    footer ul li {
      padding: 0;
      width: 70px; }
      footer ul li span {
        display: none; } }
