body {
  font-family: 'Asap', sans-serif;
  color: #333333;
  font-size: 11px;
  line-height: 16px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none;
  background-color: #fafafa;
  background-image: url(/images/background.jpg);
  margin: 0;
  padding: 0;
  min-width: 850px;
  min-height: 550px; }

#content {
  min-width: 850px;
  min-height: 452px;
  position: absolute;
  top: 39px;
  left: 0;
  right: 0;
  bottom: 61px;
  opacity: 0.95;
  overflow: hidden; }
  #content div.error-code {
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    color: #908f8f; }

body.no-scroll {
  min-height: 0 !important;
  min-width: 0 !important;
  overflow: hidden; }
  body.no-scroll #content {
    min-height: 0 !important;
    min-width: 0 !important;
    overflow: auto; }

body.tate-projection {
  background: white !important; }
  body.tate-projection #cursor {
    background: url(/images/tate-cursor.png);
    width: 64px;
    height: 64px;
    position: fixed;
    margin-top: -32px;
    margin-left: -32px;
    pointer-events: none; }
  body.tate-projection #top-nav {
    display: none; }
  body.tate-projection #bottom-nav {
    display: none; }
  body.tate-projection #content {
    top: 0 !important;
    bottom: 0 !important;
    background: url(/images/projection/bg.png) center bottom no-repeat; }
  body.tate-projection #back-to-gallery {
    display: none !important; }
  body.tate-projection #featured-container {
    display: none; }
  body.tate-projection *.user-cat-1:after {
    display: none !important; }
  body.tate-projection *.user-cat-2:after {
    display: none !important; }
  body.tate-projection *.tree-cat-2:after {
    display: none !important; }
  body.tate-projection #tree-seeder a {
    cursor: default !important; }
  body.tate-projection #tree-notes {
    border-top: none !important; }
  body.tate-projection #instructions-toggle {
    display: none; }
  body.tate-projection #tree-meta {
    height: auto;
    bottom: 0; }
  body.tate-projection #tree-seeder a {
    color: #333 !important; }
    body.tate-projection #tree-seeder a:hover {
      text-decoration: none !important; }
  body.tate-projection #mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99998;
    pointer-events: none; }
  body.tate-projection.projector-0 #mask {
    background: url(/images/projection/mask0.png); }
  body.tate-projection.projector-0 #tree-meta {
    left: 1196px;
    bottom: 30px; }
  body.tate-projection.projector-0 .tree.interactive {
    bottom: 34px; }
  body.tate-projection.projector-1 #mask {
    background-image: url(/images/projection/mask1.png); }
  body.tate-projection.projector-1 #tree-meta {
    left: 1365px;
    bottom: 23px; }
  body.tate-projection.projector-1 .tree.interactive {
    left: 173px;
    bottom: 28px; }
  body.tate-projection.projector-2 #mask {
    background-image: url(/images/projection/mask2.png); }
  body.tate-projection.projector-2 #tree-meta {
    left: 1028px;
    bottom: 19px; }
  body.tate-projection.projector-2 .tree.interactive {
    left: -175px;
    bottom: 28px; }
  body.tate-projection.projector-3 #mask {
    background-image: url(/images/projection/mask3.png); }
  body.tate-projection.projector-3 #tree-meta {
    left: 1207px;
    bottom: 16px; }
  body.tate-projection.projector-3 .tree.interactive {
    bottom: 6px;
    bottom: 28px; }

#mask2 {
  pointer-events: none;
  position: fixed;
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999; }

ol, ul {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  color: #000; }
  a:hover {
    text-decoration: none; }

p {
  color: #222;
  font-size: 11px;
  line-height: 20px;
  max-width: 600px;
  margin-bottom: 10px; }

h1 {
  font-family: 'Asap', sans-serif;
  font-size: 36px;
  font-weight: normal;
  color: #444;
  text-shadow: 0 2px 0 #eee; }
  h1 strong {
    color: #000;
    font-weight: normal; }

h2 {
  line-height: 25px; }

span#login {
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  height: 20px;
  padding-bottom: 30px;
  display: block;
  color: #000; }
  span#login a {
    color: #6B9F6D; }

.lightbox #top-nav {
  background-color: #000;
  border-bottom: 1px dashed #666;
  -webkit-transition: all 0.2s; }
  .lightbox #top-nav * {
    -webkit-transition: all 0.2s; }
.lightbox ol.nav li:before {
  color: #ccc; }
.lightbox ol.nav ol {
  background-color: #171717;
  border-bottom: 1px dashed #666; }
.lightbox ol.nav li a:not(:hover) {
  color: #888 !important; }
.lightbox #nav-user a {
  color: #999; }
.lightbox .notification-count:not(.new-items) {
  background-color: #222;
  color: #999999 !important; }
.lightbox #settings-icon {
  background-image: url(/images/profile/settingsi.png) !important; }
.lightbox li.selected a {
  color: #bbb; }

#top-nav {
  min-width: 850px;
  background-color: #fdfdfd;
  height: 38px;
  position: absolute;
  z-index: 9001;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px dashed #dddddd; }

body:not(.no-fade) #top-nav {
  box-shadow: 0 15px 30px #fafafa; }

ol.nav li {
  float: left;
  font-size: 11px;
  line-height: 40px;
  /*color: transparentize($c_nav-hi-light, 0.5);*/
  /*&:hover .subnav-wrapper,*/ }
  ol.nav li.disabled a {
    color: #ccc;
    cursor: default; }
  ol.nav li a {
    text-decoration: none;
    /*text-transform: uppercase;*/
    display: inline-block;
    color: #888888;
    padding: 0 15px;
    margin-left: 1px; }
  ol.nav li a:hover:not(.disabled) {
    color: #6b9f6d; }
  ol.nav li a#creative-commons {
    opacity: 0.45; }
    ol.nav li a#creative-commons img {
      margin-top: -3px;
      vertical-align: middle; }
    ol.nav li a#creative-commons:hover {
      opacity: 1; }
  ol.nav li.open .subnav-wrapper {
    height: 45px; }
  ol.nav li.open > a {
    color: #6b9f6d; }
  ol.nav li:not(:first-child):before {
    content: '|';
    opacity: 0.5; }
ol.nav .subnav-wrapper {
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.1s ease-out;
  left: 0;
  right: 0;
  margin-top: -1px;
  position: absolute;
  opacity: 0.9; }
ol.nav ol {
  background-color: #fcfcfb;
  border-bottom: 1px dashed #dddddd;
  height: 25px; }
  ol.nav ol a {
    color: #888888; }
  ol.nav ol li {
    line-height: 26px; }
  ol.nav ol li.selected a {
    color: #444444;
    font-weight: bold;
    letter-spacing: -0.1em; }

#bottom-nav {
  /*@include vertical-gradient(#222, #000);*/
  min-width: 850px;
  background: #000;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  width: 100%;
  z-index: 9003;
  border-top: 1px dashed #666; }
  #bottom-nav ol.nav {
    background: #000;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 255px;
    background: url(/images/logos.png) right center no-repeat;
    height: 60px; }
    #bottom-nav ol.nav li {
      color: #999;
      background: #000;
      height: 60px;
      line-height: 60px; }
    #bottom-nav ol.nav a:hover {
      color: #fff; }

#bottom-nav-logo {
  position: absolute;
  display: inline-block;
  width: 412px;
  background: url(/images/logo.png) top left no-repeat;
  height: 100%;
  z-index: 5;
  background-color: #000;
  box-shadow: 7px 15px 15px #000; }
  #bottom-nav-logo span {
    font-size: 11px;
    display: inline-block;
    padding-left: 270px;
    color: #999; }

#nav-user.logged-in #notifications {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto; }
#nav-user.logged-in #nav-user-options:hover ol#user-options {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto; }

#nav-user {
  z-index: 9004;
  visibility: hidden;
  float: right;
  font-weight: bold;
  height: 100%;
  line-height: 38px;
  text-align: right;
  display: inline-block;
  width: 500px;
  cursor: pointer; }
  #nav-user a, #nav-user span {
    display: inline-block; }
  #nav-user a {
    color: #444;
    text-decoration: none;
    font-size: 11px; }
  #nav-user a#nav-avatar {
    margin-right: 4px;
    background-color: #fff; }
    #nav-user a#nav-avatar img {
      width: 20px;
      height: 20px;
      border-radius: 3px;
      line-height: 0;
      vertical-align: middle;
      margin-top: -2px;
      border: 1px solid #ddd; }
  #nav-user a#settings-icon {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    cursor: pointer;
    width: 19px;
    height: 19px;
    padding-right: 15px;
    opacity: 0.85;
    background: url(/images/profile/settings.png) center center no-repeat; }
    #nav-user a#settings-icon:hover {
      opacity: 1; }
  #nav-user #notifications {
    margin-right: 5px;
    display: none; }
    #nav-user #notifications:hover #activity-feed {
      display: block; }
    #nav-user #notifications #activity-feed {
      background: #222222;
      background-image: linear-gradient(top, #333333 0%, #222222 100%);
      background-image: -o-linear-gradient(top, #333333 0%, #222222 100%);
      background-image: -moz-linear-gradient(top, #333333 0%, #222222 100%);
      background-image: -webkit-linear-gradient(top, #333333 0%, #222222 100%);
      background-image: -ms-linear-gradient(top, #333333 0%, #222222 100%);
      display: none;
      width: 400px;
      line-height: 16px;
      font-size: 11px;
      z-index: 7000;
      position: absolute;
      right: 15px;
      top: 40px;
      margin-top: -2px;
      padding: 10px 10px 10px 0;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
      font-family: 'Asap', sans-serif;
      color: #fff; }
      #nav-user #notifications #activity-feed:before {
        display: inline-block;
        border: 5px solid transparent;
        margin-left: 5px;
        margin-right: -7px;
        margin-top: -2px;
        border-bottom-color: #333;
        content: ' ';
        padding-right: 0px;
        position: absolute;
        right: 91px;
        top: -8px;
        padding-top: 0; }
      #nav-user #notifications #activity-feed div#activity-feed-header {
        text-align: left;
        font-size: 15px;
        font-weight: 100;
        margin-left: 10px; }
      #nav-user #notifications #activity-feed div#activity-feed-container {
        max-height: 250px;
        min-height: 200px;
        overflow-y: auto;
        overflow-x: hidden; }
        #nav-user #notifications #activity-feed div#activity-feed-container div {
          border-bottom: 1px dashed #666;
          text-align: left; }
          #nav-user #notifications #activity-feed div#activity-feed-container div .activity-item {
            min-height: 118px; }
          #nav-user #notifications #activity-feed div#activity-feed-container div div {
            border: 0;
            color: #888; }
            #nav-user #notifications #activity-feed div#activity-feed-container div div.new-item {
              background-color: #000; }
            #nav-user #notifications #activity-feed div#activity-feed-container div div div.thumb-container {
              float: left;
              padding: 10px; }
              #nav-user #notifications #activity-feed div#activity-feed-container div div div.thumb-container div {
                padding: 5px; }
                #nav-user #notifications #activity-feed div#activity-feed-container div div div.thumb-container div video {
                  width: 100%;
                  height: 100%; }
            #nav-user #notifications #activity-feed div#activity-feed-container div div div:not(.thumb-container) {
              padding: 10px 10px 10px 0px; }
            #nav-user #notifications #activity-feed div#activity-feed-container div div a {
              color: #6b9f6d;
              text-decoration: none;
              word-wrap: break-word;
              display: inline; }
            #nav-user #notifications #activity-feed div#activity-feed-container div div a:hover {
              text-decoration: underline; }
        #nav-user #notifications #activity-feed div#activity-feed-container::-webkit-scrollbar {
          width: 8px; }
        #nav-user #notifications #activity-feed div#activity-feed-container::-webkit-scrollbar-track {
          border-radius: 0px;
          background-color: #3f3f3f; }
        #nav-user #notifications #activity-feed div#activity-feed-container::-webkit-scrollbar-thumb {
          margin: 8px;
          border-radius: 0px;
          background-color: #b4b4b4; }
      #nav-user #notifications #activity-feed #activity-feed-header {
        text-align: center;
        border-bottom: 1px dashed #666;
        padding-bottom: 10px; }
  #nav-user #nav-user-options {
    width: 190px;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    text-align: right; }
    #nav-user #nav-user-options #nav-user-name {
      padding: 0 0 0 20px;
      margin-right: 5px; }
    #nav-user #nav-user-options ol#user-options {
      background: #222222;
      background-image: linear-gradient(top, #333333 0%, #222222 100%);
      background-image: -o-linear-gradient(top, #333333 0%, #222222 100%);
      background-image: -moz-linear-gradient(top, #333333 0%, #222222 100%);
      background-image: -webkit-linear-gradient(top, #333333 0%, #222222 100%);
      background-image: -ms-linear-gradient(top, #333333 0%, #222222 100%);
      width: 150px;
      line-height: 20px;
      font-size: 11px;
      z-index: 7000;
      display: none;
      text-align: left;
      position: absolute;
      right: 15px;
      top: 40px;
      margin-top: -2px;
      padding: 10px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
      font-family: 'Asap', sans-serif;
      color: #fff; }
      #nav-user #nav-user-options ol#user-options:before {
        display: inline-block;
        border: 5px solid transparent;
        margin-left: 5px;
        margin-right: -7px;
        margin-top: -2px;
        border-bottom-color: #333;
        content: ' ';
        padding-right: 0px;
        position: absolute;
        right: 137px;
        top: -8px;
        padding-top: 0; }
      #nav-user #nav-user-options ol#user-options li a {
        color: #888;
        width: 100%; }
      #nav-user #nav-user-options ol#user-options li a:hover {
        color: white; }
  #nav-user #volume {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    height: 25px;
    line-height: 25px;
    padding: 0 15px 0 10px;
    border-left: 1px solid rgba(136, 136, 136, 0.5); }

.invite-button {
  display: inline-block;
  cursor: pointer;
  color: #777;
  font-size: 11px;
  font-weight: bold; }
  .invite-button:after {
    display: inline-block;
    border-right: 1px solid rgba(120, 120, 120, 0.4);
    content: '\00A0';
    padding-left: 5px;
    margin-right: 5px;
    line-height: 22px; }
  .invite-button:hover {
    text-decoration: underline; }

#bottom-nav-home a {
  padding: 0 15px;
  color: #fff;
  text-shadow: 0 -1px 0 #777;
  font-size: 19px;
  width: auto;
  font-family: 'Ropa Sans', sans-serif;
  text-decoration: none;
  position: absolute;
  z-index: 9001;
  margin-top: -25px; }

div#confidential {
  position: absolute;
  text-align: center;
  width: 100%; }
  div#confidential span {
    vertical-align: middle;
    margin-top: -3px;
    font-size: 11px;
    color: #fff; }

a#feedback {
  display: inline-block;
  font-size: 11px;
  line-height: 27px;
  height: 25px;
  color: #fff;
  background-color: #333;
  padding: 0 8px;
  border-radius: 2px;
  text-shadow: 0 1px 0 #000;
  position: absolute;
  text-decoration: none;
  font-weight: bold;
  margin-top: -1px;
  right: 8px;
  bottom: 9px; }
  a#feedback:hover {
    text-decoration: underline; }

.tour-tool-tip {
  font-family: 'Asap', sans-serif;
  color: #333333;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  font-size: 13px; }

.button {
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  line-height: 24px;
  min-width: 24px;
  background: #1a1a1a;
  background-image: linear-gradient(top, #333333 0%, #1a1a1a 100%);
  background-image: -o-linear-gradient(top, #333333 0%, #1a1a1a 100%);
  background-image: -moz-linear-gradient(top, #333333 0%, #1a1a1a 100%);
  background-image: -webkit-linear-gradient(top, #333333 0%, #1a1a1a 100%);
  background-image: -ms-linear-gradient(top, #333333 0%, #1a1a1a 100%); }
  .button:hover, .button.active {
    border-color: #bbb;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-decoration: none; }
  .button:active {
    box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.35) inset; }

.caption {
  margin: 0 auto;
  display: inline-block;
  border-radius: 20px;
  line-height: 0;
  text-align: center;
  padding: 10px;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6); }

#omnibar:not(.create) {
  display: none;
  position: absolute;
  overflow: visible;
  z-index: 9999;
  min-width: 850px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 100%;
  text-align: center; }
  #omnibar:not(.create) .message {
    display: inline-block;
    font-family: 'Asap', sans-serif;
    line-height: 21px;
    border-radius: 0 0 3px 3px;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 100;
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    color: #fff;
    background: #111111;
    background-image: linear-gradient(top, #222222 0%, #111111 100%);
    background-image: -o-linear-gradient(top, #222222 0%, #111111 100%);
    background-image: -moz-linear-gradient(top, #222222 0%, #111111 100%);
    background-image: -webkit-linear-gradient(top, #222222 0%, #111111 100%);
    background-image: -ms-linear-gradient(top, #222222 0%, #111111 100%); }
    #omnibar:not(.create) .message .close {
      color: #222222; }
      #omnibar:not(.create) .message .close:hover {
        color: #fff;
        background-color: #222222; }
    #omnibar:not(.create) .message.closeable {
      padding: 14px 38px 14px 18px; }
      #omnibar:not(.create) .message.closeable .close {
        cursor: pointer;
        display: inline-block;
        font-size: 22px;
        margin-right: 26px;
        position: absolute;
        right: -14px;
        top: 14px;
        padding-bottom: 12px;
        color: #A5A5A5; }
  #omnibar:not(.create) a {
    color: #fff !important; }

.settings-item {
  border-bottom: 1px dashed #C5C5C5;
  width: 100%;
  height: 20px;
  margin: 10px;
  margin-left: 0px;
  padding: 7px 0; }
  .settings-item .section-title {
    float: left; }
  .settings-item div.settings-item-options {
    float: right;
    width: 50px; }
    .settings-item div.settings-item-options input:last-child {
      float: right; }

.settings-item:last-child {
  border-bottom: 0px; }

.section-label {
  font-size: 35px;
  font-weight: 600;
  line-height: 60px; }

.settings-header {
  padding-left: 200px; }

#settings-header-icons {
  position: absolute; }

.envelope-icon {
  margin-top: -20px !important;
  width: 12px;
  height: 9px;
  margin-top: 2px;
  border-color: #666;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  position: relative;
  float: right;
  box-shadow: 2px 2px 2px -2px #000000;
  -moz-box-shadow: 2px 2px 2px -2px #000000;
  -webkit-box-shadow: 2px 2px 2px -2px #000000;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }
  .envelope-icon .envelope-tab-border {
    border-style: solid;
    border-color: transparent;
    border-width: 0.53em;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 12px;
    line-height: 0;
    height: 0;
    width: 0;
    position: absolute;
    top: 1px;
    border-top-style: solid;
    border-top-color: #666;
    left: -1px; }
    .envelope-icon .envelope-tab-border .envelope-tab {
      border-style: solid;
      border-color: transparent;
      border-width: 0.53em;
      display: -moz-inline-box;
      display: inline-block;
      font-size: 12px;
      line-height: 0;
      height: 0;
      width: 0;
      position: absolute;
      top: -7px;
      border-top-style: solid;
      border-top-color: white;
      left: -6px; }

.input-title {
  font-size: 18px; }

.input-invalid {
  border-color: #FF0000;
  border-style: solid;
  border-width: 2px; }

.video-thumbnail {
  cursor: pointer;
  background-color: #ddd;
  width: 155px;
  height: 87.1875px;
  padding: 1px;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05); }

.image-shadow {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05); }

.panel-button {
  font-size: 14px; }

.panel-container {
  font-family: 'Asap', sans-serif;
  background: #e4e4e4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e4e4e4 0%, #d4d4d4 36%, #d4d4d4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(36%, #d4d4d4), color-stop(100%, #d4d4d4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e4e4e4 0%, #d4d4d4 36%, #d4d4d4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e4e4e4 0%, #d4d4d4 36%, #d4d4d4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e4e4e4 0%, #d4d4d4 36%, #d4d4d4 100%);
  /* IE10+ */
  background: linear-gradient(top, #e4e4e4 0%, #d4d4d4 36%, #d4d4d4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#d4d4d4',GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 40px 20px 40px;
  position: relative;
  background-color: #FFF;
  color: #3a3a3a; }
  .panel-container .form-caption {
    font-size: 11px;
    color: #605f5f; }
  .panel-container textarea {
    width: 100%;
    -moz-box-shadow: inset 0 0 4px #000000;
    -webkit-box-shadow: inset 0 0 4px #000000;
    box-shadow: inset 0 0 4px #000000; }
  .panel-container input {
    line-height: 21px; }
  .panel-container input.name-input, .panel-container input.url-input {
    width: 120px; }
  .panel-container input.name-input {
    float: left; }
  .panel-container input.url-input {
    float: right; }
  .panel-container .cancel-button {
    font-family: 'Asap', sans-serif;
    background: transparent;
    color: #434343;
    border-width: 0px;
    cursor: pointer;
    height: 32px;
    padding: 10px; }
    .panel-container .cancel-button:after {
      content: " \00d7"; }
    .panel-container .cancel-button:active {
      background: lightGrey;
      border: 0px solid #CCC; }
    .panel-container .cancel-button:disabled {
      opacity: .5;
      cursor: default;
      pointer-events: none; }
  .panel-container button {
    font-family: 'Asap', sans-serif;
    background: -moz-linear-gradient(top, #efefef 0%, #d3d3d2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #d3d3d2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #efefef 0%, #d3d3d2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 0%, #d3d3d2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #efefef 0%, #d3d3d2 100%);
    /* IE10+ */
    background: linear-gradient(top, #efefef 0%, #d3d3d2 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#d3d3d2',GradientType=0 );
    /* IE6-9 */
    color: #434343;
    border-width: 0px;
    cursor: pointer;
    height: 32px;
    padding: 10px;
    border-top: 0 !important; }
    .panel-container button:disabled {
      opacity: .5;
      cursor: default;
      pointer-events: none; }
    .panel-container button:active {
      background: lightGrey;
      border: 0px solid #CCC; }
    .panel-container button#create-token {
      position: absolute;
      bottom: 20px; }
    .panel-container button#registration-button {
      padding: 5px; }
  .panel-container .bottom-button-bar {
    position: absolute;
    bottom: 0px;
    height: 29px;
    width: 100%;
    text-align: right;
    padding: 0 0 4px 0;
    right: 0;
    background: #d7d7d7;
    border-top: 1px dashed #c5c5c5;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px; }
    .panel-container .bottom-button-bar button {
      margin-top: -1px;
      -webkit-border-radius: 0 0 3px 0;
      -moz-border-radius: 0 0 3px 0;
      -ms-border-radius: 0 0 3px 0;
      -o-border-radius: 0 0 3px 0;
      border-radius: 0 0 3px 0;
      width: 92px; }
    .panel-container .bottom-button-bar .submit-button {
      border-width: 1px 0px 0px 1px; }
  .panel-container h2 {
    font-size: 20px;
    font-weight: 100;
    margin: 0px; }
  .panel-container h3 {
    font-weight: 100; }
  .panel-container .panel-message {
    text-align: center;
    font-size: 14px; }
    .panel-container .panel-message h2 {
      font-size: 20px; }
    .panel-container .panel-message a {
      display: block; }
    .panel-container .panel-message #panel-message-body {
      right: -15px;
      margin: 20px;
      margin-left: 0px;
      width: 100%;
      text-align: center;
      position: relative; }
      .panel-container .panel-message #panel-message-body #panel-loader {
        display: none;
        top: 5px;
        left: 92%;
        background: transparent url(/images/loading_small.gif) center center no-repeat;
        width: 20px;
        height: 20px;
        position: absolute; }

#notification-settings {
  margin: 20px -20px 0 -20px;
  padding: 0px 20px 10px 20px;
  background-color: #e7e7e7;
  border-top: 1px dashed #C5C5C5;
  z-index: 8000; }

#recaptcha_widget {
  border-top: 1px dashed #c5c5c5;
  padding-top: 20px;
  margin-top: 20px; }
  #recaptcha_widget input {
    outline: none; }

.tour-tool-tip {
  background: #e9e9e9;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 11px;
  line-height: 11px;
  font-family: 'Asap', sans-serif;
  line-height: 15px;
  font-weight: normal;
  color: #6e6e6e;
  max-width: 230px; }
  .tour-tool-tip div.contents {
    padding: 6px 14px;
    text-align: left; }
  .tour-tool-tip.in-tour div.contents {
    border-bottom: 1px dashed #c3c3c3;
    margin-top: 12px;
    min-width: 150px; }
  .tour-tool-tip div.buttons {
    margin: 0 -1px -1px 0;
    width: 100%;
    border-bottom-right-radius: 3px; }
    .tour-tool-tip div.buttons span.button {
      background: transparent;
      color: #3a3a3a;
      text-transform: uppercase;
      font-size: 10px;
      line-height: 25px;
      font-family: 'Asap', sans-serif; }
      .tour-tool-tip div.buttons span.button.next, .tour-tool-tip div.buttons span.button.previous {
        position: relative;
        background: #d9d9d9;
        background-image: linear-gradient(top, #ebebeb 0%, #d9d9d9 100%);
        background-image: -o-linear-gradient(top, #ebebeb 0%, #d9d9d9 100%);
        background-image: -moz-linear-gradient(top, #ebebeb 0%, #d9d9d9 100%);
        background-image: -webkit-linear-gradient(top, #ebebeb 0%, #d9d9d9 100%);
        background-image: -ms-linear-gradient(top, #ebebeb 0%, #d9d9d9 100%);
        border: 1px solid #ccc;
        border-top: 0;
        width: 50%;
        margin: 0;
        padding: 0;
        text-align: center; }
      .tour-tool-tip div.buttons span.button.previous {
        border-left: 0;
        margin-right: -2px; }
        .tour-tool-tip div.buttons span.button.previous:before {
          display: inline-block;
          content: '';
          width: 0;
          height: 0;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent;
          border-right: 4px solid #a8a8a8;
          margin-right: 4px; }
      .tour-tool-tip div.buttons span.button.next {
        border-right: 0; }
        .tour-tool-tip div.buttons span.button.next:after {
          display: inline-block;
          content: '';
          width: 0;
          height: 0;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent;
          border-left: 4px solid #a8a8a8;
          margin-left: 4px; }
      .tour-tool-tip div.buttons span.button:hover {
        box-shadow: 0 0 0 transparent;
        color: #000; }
      .tour-tool-tip div.buttons span.button.skip {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 12px;
        line-height: 12px;
        font-family: 'Asap', sans-serif;
        width: 18px;
        text-align: center;
        min-width: 0;
        height: 18px;
        line-height: 18px;
        padding: 0;
        margin: 0;
        background: #d1d1d1;
        color: #7e7e7e; }
        .tour-tool-tip div.buttons span.button.skip:hover {
          color: #000; }
  .tour-tool-tip .tour-tool-tip-tail {
    background: url(/images/tool/tour-tail.png); }

#bottom-nav .nav li:last-child:after {
  content: '|';
  opacity: 0.5; }

a.skip-button {
  background: rgba(34, 34, 34, 0);
  background-image: linear-gradient(top, #222222 0%, rgba(34, 34, 34, 0) 100%);
  background-image: -o-linear-gradient(top, #222222 0%, rgba(34, 34, 34, 0) 100%);
  background-image: -moz-linear-gradient(top, #222222 0%, rgba(34, 34, 34, 0) 100%);
  background-image: -webkit-linear-gradient(top, #222222 0%, rgba(34, 34, 34, 0) 100%);
  background-image: -ms-linear-gradient(top, #222222 0%, rgba(34, 34, 34, 0) 100%);
  color: #bbb;
  vertical-align: middle;
  font-size: 10px;
  font-weight: bold;
  padding: 5px 10px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  float: right; }
  a.skip-button:first-of-type {
    border-radius: 2px 0 0 2px; }
  a.skip-button:last-of-type {
    border-radius: 0 2px 2px 0; }

a.skip-button:after {
  content: " \00d7"; }

#search {
  position: absolute;
  top: 39px;
  bottom: 0;
  z-index: 9999;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8); }
  #search .input-container {
    margin: 0 auto;
    margin-top: 50px;
    width: 280px; }
    #search .input-container input {
      font-family: 'Asap', sans-serif;
      background: transparent;
      border: 0;
      border-bottom: 1px dashed #dddddd;
      width: 100%;
      font-weight: normal;
      color: #444;
      margin-bottom: 12px;
      outline: none;
      padding-bottom: 5px;
      font-size: 30px; }
    #search .input-container span {
      color: #888888; }

.user-cat-1:after,
.user-cat-2:after {
  content: 'featured artist';
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: -0.15em;
  font-weight: bold;
  font-size: 8px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: top; }

#profile-name.user-cat-1:after, #profile-name.user-cat-2:after {
  color: #605f5f;
  margin-top: -3px; }

#hover-player-username.user-cat-1:after, #hover-player-username.user-cat-2:after,
.thumb-username.user-cat-1:after,
.thumb-username.user-cat-2:after {
  width: 6px;
  background-color: #93709b;
  height: 6px;
  content: ' ';
  font-size: 0;
  vertical-align: middle;
  margin-top: -8px; }

#tree-meta .user-cat-1:after,
#tree-meta .user-cat-2:after {
  color: #93709b;
  border-left: 6px solid #93709b;
  line-height: 7px;
  height: 6px;
  padding-left: 4px;
  margin-top: 1px; }

#gallery .user-cat-1:after,
#gallery .user-cat-2:after {
  vertical-align: auto; }

#loader {
  pointer-events: none;
  position: absolute;
  z-index: 510;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -92px;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background: transparent url(/images/loading.gif) center center no-repeat; }
  #loader.center {
    top: 50%;
    margin-top: -30px; }
  #loader.corner {
    top: 50px;
    left: auto;
    right: 20px;
    margin-top: -30px; }

#floatingBarsG {
  position: relative;
  width: 55px;
  height: 69px;
  position: absolute;
  z-index: 510;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -92px; }
  #floatingBarsG.center {
    top: 50%;
    margin-top: -30px; }
  #floatingBarsG.corner {
    top: 50px;
    left: auto;
    right: 20px;
    margin-top: -30px; }

.blockG {
  position: absolute;
  background-color: transparent;
  width: 6px;
  height: 12px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-transform: scale(0.4);
  -webkit-animation-name: fadeG;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -moz-transform: scale(0.4);
  -moz-animation-name: fadeG;
  -moz-animation-duration: 0.8s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  border-radius: 8px 8px;
  -o-transform: scale(0.4);
  -o-animation-name: fadeG;
  -o-animation-duration: 0.8s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  -ms-transform: scale(0.4);
  -ms-animation-name: fadeG;
  -ms-animation-duration: 0.8s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear; }

#rotateG_01 {
  left: 0;
  top: 27px;
  -webkit-animation-delay: 0.3s;
  -webkit-transform: rotate(-90deg);
  -moz-animation-delay: 0.3s;
  -moz-transform: rotate(-90deg);
  -o-animation-delay: 0.3s;
  -o-transform: rotate(-90deg);
  -ms-animation-delay: 0.3s;
  -ms-transform: rotate(-90deg); }

#rotateG_02 {
  left: 8px;
  top: 10px;
  -webkit-animation-delay: 0.4s;
  -webkit-transform: rotate(-45deg);
  -moz-animation-delay: 0.4s;
  -moz-transform: rotate(-45deg);
  -o-animation-delay: 0.4s;
  -o-transform: rotate(-45deg);
  -ms-animation-delay: 0.4s;
  -ms-transform: rotate(-45deg); }

#rotateG_03 {
  left: 25px;
  top: 3px;
  -webkit-animation-delay: 0.5s;
  -webkit-transform: rotate(0deg);
  -moz-animation-delay: 0.5s;
  -moz-transform: rotate(0deg);
  -o-animation-delay: 0.5s;
  -o-transform: rotate(0deg);
  -ms-animation-delay: 0.5s;
  -ms-transform: rotate(0deg); }

#rotateG_04 {
  right: 8px;
  top: 10px;
  -webkit-animation-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -moz-animation-delay: 0.6s;
  -moz-transform: rotate(45deg);
  -o-animation-delay: 0.6s;
  -o-transform: rotate(45deg);
  -ms-animation-delay: 0.6s;
  -ms-transform: rotate(45deg); }

#rotateG_05 {
  right: 0;
  top: 27px;
  -webkit-animation-delay: 0.7s;
  -webkit-transform: rotate(90deg);
  -moz-animation-delay: 0.7s;
  -moz-transform: rotate(90deg);
  -o-animation-delay: 0.7s;
  -o-transform: rotate(90deg);
  -ms-animation-delay: 0.7s;
  -ms-transform: rotate(90deg); }

#rotateG_06 {
  right: 7px;
  bottom: 14px;
  -webkit-animation-delay: 0.8s;
  -webkit-transform: rotate(135deg);
  -moz-animation-delay: 0.8s;
  -moz-transform: rotate(135deg);
  -o-animation-delay: 0.8s;
  -o-transform: rotate(135deg);
  -ms-animation-delay: 0.8s;
  -ms-transform: rotate(135deg); }

#rotateG_07 {
  bottom: 5px;
  left: 24px;
  -webkit-animation-delay: 0.9s;
  -webkit-transform: rotate(180deg);
  -moz-animation-delay: 0.9s;
  -moz-transform: rotate(180deg);
  -o-animation-delay: 0.9s;
  -o-transform: rotate(180deg);
  -ms-animation-delay: 0.9s;
  -ms-transform: rotate(180deg); }

#rotateG_08 {
  left: 7px;
  bottom: 13px;
  -webkit-animation-delay: 1s;
  -webkit-transform: rotate(-135deg);
  -moz-animation-delay: 1s;
  -moz-transform: rotate(-135deg);
  -o-animation-delay: 1s;
  -o-transform: rotate(-135deg);
  -ms-animation-delay: 1s;
  -ms-transform: rotate(-135deg); }

@-webkit-keyframes fadeG {
  0% {
    background-color: #000000; }

  100% {
    background-color: transparent; } }
@-moz-keyframes fadeG {
  0% {
    background-color: #000000; }

  100% {
    background-color: transparent; } }
@-o-keyframes fadeG {
  0% {
    background-color: #000000; }

  100% {
    background-color: transparent; } }
@-ms-keyframes fadeG {
  0% {
    background-color: #000000; }

  100% {
    background-color: transparent; } }
.notification-count {
  display: inline-block;
  color: #444 !important;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  background-color: #dee1d8;
  border-radius: 2px;
  font-weight: bold;
  font-size: 10px !important;
  margin-top: -2px; }
  .notification-count.new-items {
    background-color: #6b9f6d !important;
    color: #fff !important; }
