*.we-input, *.we-input *, *.we-input div, *.we-input span, *.we-input a,
textarea, input[type=text], input[type=password] {
  font-family: "Roboto Slab";
  font-weight: 300; }

*.we-thin-label, h1 {
  font-family: "Roboto Slab";
  font-weight: 100; }

*.we-label, *.we-label *, div, span, a {
  font-family: "Roboto";
  font-weight: 400; }

*.we-top-label, *.we-top-label * {
  font-family: "Roboto Condensed";
  font-weight: 700; }

.account-badge {
  margin-right: 1px;
  max-width: 15px;
  max-height: 15px; }

html {
  background: white;
  color: black; }
  html.wait, html.wait * {
    cursor: wait !important; }

.hidden, .hidden * {
  display: none !important;
  cursor: default !important; }

body {
  min-width: 1024px;
  background: white;
  color: black;
  /* inconsistent fonts on osx safari */
  -webkit-font-smoothing: subpixel-antialiased; }

#simple-header-background {
  width: 100%;
  min-width: 1250px;
  height: 71px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  background: black;
  z-index: 10000; }

#simple-header-wrapper {
  height: 71px;
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  position: relative;
  display: inline-block;
  text-align: left; }

#simple-header-content {
  width: 1024px;
  height: 71px;
  display: inline-block;
  position: relative;
  color: #afafaf;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

.simple-header-rightside-span {
  font-size: 12px;
  padding: 0px;
  color: #118cc0;
  -webkit-font-smoothing: subpixel-antialiased;
  position: absolute;
  top: 12px;
  left: 1085px; }

#header-logo {
  outline: 0;
  width: 269px;
  height: 71px;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  position: relative;
  background: url(../images/wordseye_logo_header.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140px; }
  #header-logo #beta {
    position: absolute;
    bottom: 7px;
    left: 69%;
    color: #afafaf;
    font-size: 14px; }

span.menu-activity-count {
  font-size: 8pt;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 40px;
  height: 17px;
  width: 22px;
  text-align: center;
  padding-top: 2px;
  color: #eca127;
  background-size: 22px;
  background-image: url(../images/sm_share_count_bubble-orange3.png); }

div.menu-chat-count {
  font-size: 8pt;
  display: inline-block;
  position: absolute;
  top: -19px;
  left: 10px;
  height: 17px;
  width: 22px;
  text-align: center;
  padding-top: 2px;
  color: #eca127;
  background-size: 22px;
  background-image: url(../images/sm_share_count_bubble-orange3.png); }

#menu {
  width: 508px;
  height: 71px;
  display: inline-block;
  margin: 0px;
  margin-left: -3px;
  padding: 0px;
  font-size: 18pt;
  list-style: none;
  text-align: center;
  position: absolute; }
  #menu.signin {
    position: absolute;
    right: 0px;
    height: 50px;
    padding-top: 20px; }
  #menu li {
    display: table-cell;
    height: 71px;
    width: 120px;
    font-variant: small-caps;
    color: #afafaf;
    position: relative; }
    #menu li a {
      font-weight: bold;
      color: #afafaf;
      font-variant: small-caps;
      text-decoration: none;
      line-height: 71px;
      width: 120px;
      height: 71px;
      display: block; }
      #menu li a.menu-item.selected {
        height: 71px;
        width: 120px;
        color: #eca127;
        background-color: #414642; }
      #menu li a.menu-item-partial.selected {
        height: 71px;
        width: 120px;
        color: #afafaf;
        outline-style: solid;
        outline-color: #222;
        outline-width: 2px;
        outline-offset: -10px; }

#menu-right {
  width: 400px;
  height: 37px;
  margin: 0px;
  display: inline-block;
  padding: 0px;
  font-size: 11pt;
  list-style: none;
  position: absolute;
  top: 10px;
  left: -240px;
  padding-top: 8px; }
  #menu-right.forum {
    color: #afafaf;
    position: absolute;
    font-size: 14px;
    top: 0px;
    left: -15px;
    padding: 0px; }
  #menu-right.help {
    color: #afafaf;
    position: absolute;
    font-size: 14px;
    top: 16px;
    left: -15px;
    padding: 0px; }
  #menu-right.solo-help {
    color: #afafaf;
    position: absolute;
    font-size: 14px;
    top: 0px;
    left: -15px; }
  #menu-right li a {
    color: black;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    display: inline;
    font-size: 13px; }
    #menu-right li a.selected {
      color: #eca127;
      background-color: #414642;
      text-decoration: none;
      margin: 0px;
      padding: 0px;
      display: inline; }
  #menu-right li span {
    color: black;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    display: inline;
    font-size: 13px;
    cursor: auto; }
  #menu-right div > a {
    color: #118cc0;
    text-decoration: none;
    padding-left: 10px;
    position: relative; }
    #menu-right div > a#unread-chat {
      cursor: wait; }
      #menu-right div > a#unread-chat.active {
        color: #118cc0;
        cursor: pointer; }

#goto-mobile {
  position: absolute;
  top: 47px;
  left: 60px;
  color: #118cc0;
  text-decoration: none; }

#simple-header-interior {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  color: black;
  padding-top: 71px;
  background: white; }

#content-wrapper {
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

#user-settings, #active-users {
  display: inline-block;
  position: relative;
  margin-left: 6px;
  cursor: pointer; }
  #user-settings::after, #active-users::after {
    content: " \25bc";
    font-size: 11px; }

#menu-settings-hidden {
  position: absolute;
  right: -10px;
  top: 2px;
  background: white;
  padding: 5px;
  list-style: none;
  border: 1px solid black;
  margin-top: 20px;
  opacity: 0.95;
  visibility: hidden;
  color: black;
  display: inline-block; }
  #menu-settings-hidden::after {
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    width: 1px;
    border-bottom: 4px solid white;
    position: absolute;
    top: -4px;
    right: 8px; }
  #menu-settings-hidden li {
    height: 21px; }
  #menu-settings-hidden a {
    font-size: 10pt;
    text-decoration: none;
    color: black;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    line-height: 11pt; }

#user-list-hidden {
  position: absolute;
  right: -10px;
  top: 2px;
  background: white;
  padding: 5px;
  list-style: none;
  border: 1px solid black;
  margin-top: 20px;
  opacity: 0.95;
  visibility: hidden;
  color: black;
  width: 100px; }
  #user-list-hidden::after {
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    width: 1px;
    border-bottom: 4px solid white;
    position: absolute;
    top: -4px;
    right: 8px; }
  #user-list-hidden ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto; }

input[type=button], input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input.search {
  width: 220px;
  vertical-align: center;
  border: 1px solid #a0a0a0;
  background-color: white;
  background-image: url(../images/16px-Magnifying_glass_icon.svg.png);
  padding-right: 16px;
  padding-left: 5px;
  background-repeat: no-repeat;
  background-position: 220px;
  outline: 0pt;
  height: 20px; }
  input.search:focus {
    outline: 2px solid grey;
    border-radius: 2px; }

.link-selection {
  font-size: 17px;
  color: black;
  display: inline;
  line-height: 40px; }
  .link-selection > span {
    display: inline;
    text-decoration: None;
    margin-left: 5px;
    margin-right: 5px; }
  .link-selection > .selected-link-small, .link-selection .selected-link {
    color: #ee9900;
    font-weight: bold; }
  .link-selection > .selected-link-small-arial {
    color: #ee9900;
    font-family: arial;
    font-size: 14px;
    font-weight: bold; }
  .link-selection > .deselected-link a {
    color: #333333;
    text-decoration: None; }
  .link-selection > .deselected-link-small a {
    color: #333333;
    text-decoration: None; }
  .link-selection > .deselected-link-small-arial a {
    color: #333333;
    font-size: 14px;
    font-family: arial;
    text-decoration: None; }
  .link-selection > .deselected-link-small a:hover {
    background-color: #c0c0c0; }
  .link-selection > .deselected-link a:hover {
    background-color: #c0c0c0; }

#hashtag-area {
  color: black;
  position: relative;
  border: 1px solid #a0a0a0;
  background: #f7f7f7;
  width: 130px;
  text-align: left;
  margin-left: 10px;
  padding: 5px 5px 10px 5px;
  font-size: 12px;
  text-align: center; }
  #hashtag-area div {
    color: black;
    text-align: right; }
  #hashtag-area h3 {
    color: black;
    font-size: 15px; }

#leaderboard-area {
  text-align: center;
  color: white;
  position: relative;
  background: #C0C0C0;
  width: 130px;
  margin-left: 10px;
  margin-top: 20px;
  padding: 5px 5px 10px 5px; }
  #leaderboard-area div {
    color: black;
    text-align: right; }
    #leaderboard-area div span {
      width: 120px;
      display: block; }
  #leaderboard-area h3 {
    font-size: 15px; }

#followee-area {
  text-align: center;
  font-size: 12px;
  border: 1px solid #a0a0a0;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  background: #f7f7f7;
  width: 130px;
  padding: 5px 5px 10px 5px;
  margin-left: 10px;
  max-height: 254px; }
  #followee-area h3 {
    color: black;
    font-size: 15px; }

input.signup {
  border-radius: 0px;
  vertical-align: top;
  border: 1px solid #a0a0a0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  font-size: 13px;
  outline: 0px;
  width: 225px;
  color: #6e6e6e; }

input.signupsmall {
  border-radius: 0px;
  vertical-align: top;
  border: 1px solid #a0a0a0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  font-size: 12pt;
  outline: 0px;
  width: 150px;
  color: #6e6e6e; }

textarea.signup {
  width: 370px;
  border-radius: 0px;
  border: 1px solid white;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12pt; }

.pager {
  font-size: 12pt;
  color: #333333; }

.mobile-pager {
  font-size: 50pt;
  color: #333333; }

.f3black {
  font-size: 13pt;
  color: black; }

td.header {
  font-weight: bold;
  text-align: right; }

td.field {
  min-width: 160px;
  text-align: left;
  border-radius: 5px;
  padding: 0px; }

.radio-form {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 10px; }
  .radio-form.disabled {
    color: #6e6e6e; }
  .radio-form label {
    margin-right: 15px;
    position: relative;
    top: -2px; }

.hover-opacity {
  opacity: .6; }
  .hover-opacity:hover {
    opacity: 0.7; }

.action-link {
  background-color: transparent;
  text-decoration: underline;
  border: none;
  color: blue;
  cursor: pointer;
  padding-left: 3px;
  font-size: 10px; }

.command-link-toggle {
  font-size: 14px;
  padding: 2px;
  text-decoration: none;
  background-color: #070;
  border: 1px solid black;
  color: white; }
  .command-link-toggle:hover {
    background-color: #090;
    opacity: 0.85; }

.command-link {
  font-size: 14px;
  padding: 2px;
  text-decoration: none;
  background-color: #eee;
  border: 1px solid #aaa;
  color: #555; }
  .command-link:hover {
    background-color: #eee;
    opacity: 0.85; }

.command-link-small {
  font-size: 10px;
  padding: 2px;
  text-decoration: none;
  background-color: #eee;
  border: 1px solid #aaa;
  color: #555; }
  .command-link-small:hover {
    background-color: #eee;
    opacity: 0.85; }

.pencil-icon {
  padding-left: 4px;
  padding-top: 4px;
  padding-right: 4px;
  margin-right: 0px;
  border: 0px solid white;
  cursor: pointer;
  font-size: 20px;
  display: inline-block; }

#command-link-small {
  text-decoration: none;
  font-size: 12px;
  border: 1px solid #aaa;
  outline: 0;
  border-radius: 0px;
  display: inline;
  background-color: #eee;
  color: #555;
  margins: 0px;
  padding: 6x;
  text-decoration: none;
  cursor: pointer; }
  #command-link-small:hover {
    background-color: #ddd; }

.command-link-big {
  font-size: 14px;
  text-decoration: none;
  padding: 4px;
  color: black;
  background-color: #eca127; }
  .command-link-big:hover {
    opacity: 0.85; }

/* used by background menu */
.big-link {
  font-size: 20px; }
  .big-link a, .big-link a:visited {
    font-size: 20px;
    text-decoration: none; }

.round-orange-nav-link {
  font-size: 15px;
  color: white;
  text-decoration: none;
  padding: 2px;
  padding-right: 4px;
  padding-left: 4px;
  background-color: #eca127;
  border: 1px solid black;
  border-radius: 4px; }
  .round-orange-nav-link a, .round-orange-nav-link a:visited {
    font-size: 16px;
    color: black;
    text-decoration: none; }

.big-regular-link {
  font-size: 16px;
  color: black; }
  .big-regular-link a, .big-regular-link a:visited {
    font-size: 16px;
    color: black;
    text-decoration: underline; }

.regular-link {
  font-size: 14px;
  color: black; }
  .regular-link a, .regular-link a:visited {
    font-size: 14px;
    color: black;
    text-decoration: underline; }

.small-link {
  font-size: 14px;
  color: black; }
  .small-link a, .small-link a:visited {
    font-size: 12px;
    color: black;
    text-decoration: underline; }

.big-plain-link {
  font-size: 20px;
  text-decoration: none;
  color: black; }

.plain-link {
  font-size: 14px;
  text-decoration: none; }
  .plain-link a, .plain-link a:visited {
    font-size: 14px;
    color: black;
    text-decoration: none; }

.underline-link {
  text-decoration: underline;
  color: black; }
  .underline-link a, .underline-link a:visited {
    font-size: 14px;
    color: black; }

.header-small-link-button {
  text-decoration: none;
  height: 20px;
  color: #afafaf;
  background-color: black;
  /* $logo_c */
  padding: 2px 8px 2px 8px;
  right: auto;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.button-normal-base, .button-normal, .button-large {
  text-decoration: none;
  height: 20px;
  border: 1px solid black;
  color: black;
  padding: 2px 8px 2px 8px;
  right: auto;
  font-size: 12px;
  position: relative;
  cursor: pointer; }
  .button-normal-base:hover, .button-normal:hover, .button-large:hover {
    opacity: 0.9; }

.button-large {
  height: 37px;
  border: 0px;
  font-weight: bold;
  background-color: #eca127; }

.button-normal {
  background-color: #eca127;
  /* $label_c */
  border: 0px; }

.button-small, .button-small-orange {
  text-decoration: none;
  height: 20px;
  color: black;
  padding: 2px 8px 4px 8px;
  outline: 0;
  border-radius: 0px;
  display: inline;
  background-color: #eee;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer; }

.button-small-orange {
  background-color: #eca127; }

.button-round-gray {
  font-weight: bold;
  font-size: 12px;
  padding: 5px 12px;
  border: 1px solid #999;
  border-radius: 10px;
  background-color: #ccc; }

.button-gray-very-large, .button-gray-large, .button-gray, .button-gray-square, .button-square {
  border: 0;
  outline: 0;
  display: inline-block;
  height: 37px;
  line-height: 37px;
  font-size: 12px;
  color: black;
  text-decoration: none;
  box-shadow: 0px;
  cursor: pointer;
  text-align: center;
  padding: 0px 12px;
  font-weight: bold; }
  .button-gray-very-large a.plain, .button-gray-large a.plain, .button-gray a.plain, .button-gray-square a.plain, .button-square a.plain {
    color: black;
    font-decoration: none; }
  .button-gray-very-large.inline, .button-gray-large.inline, .button-gray.inline, .button-gray-square.inline, .button-square.inline {
    height: 30px;
    line-height: 30px; }

.button-gray, .button-gray-large, .button-gray-large, .button-gray-square {
  background-color: #eee; }
  .button-gray:hover, .button-gray-large:hover, .button-gray-large:hover, .button-gray-square:hover {
    opacity: 0.9; }

.button-square {
  background-color: #eca127; }
  .button-square:hover {
    opacity: 0.9; }

.view-picture-hd-old {
  z-index: 10;
  position: absolute;
  right: 40px;
  bottom: 23px;
  height: 16px;
  width: 30px;
  color: black;
  border-radius: 3px;
  font-size: 13px;
  font-style: italic;
  background: url("../images/icons/hd.png");
  background-size: contain;
  background-repeat: no-repeat; }

.view-picture-hd {
  z-index: 10;
  position: absolute;
  right: 10px;
  bottom: -5px;
  color: white;
  background-color: black;
  border-radius: 4px;
  border: 2px black solid;
  margin-left: -10px;
  padding: 2px;
  font-size: 13px;
  font-style: italic;
  cursor: pointer; }

#viewpage-title > div {
  position: relative; }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 8px; }

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

span#unread {
  color: #eca127; }

#chat-parent {
  background-color: #90A1B7;
  z-index: 1001;
  height: 100%;
  padding-top: 0px;
  right: -240px;
  overflow: hidden;
  /* hidden by def */
  top: 0px;
  position: fixed;
  padding-left: 8px;
  border-left: 1px solid black;
  border-bottom: none;
  box-sizing: border-box; }
  #chat-parent.open {
    transition: right 0.1s ease-in-out;
    right: 0px; }
  #chat-parent.big {
    width: 315px; }
  #chat-parent.open-fast {
    right: 0px; }
  #chat-parent.closed {
    transition: none;
    right: -240px; }
  #chat-parent #toggle-mode-chat {
    position: absolute;
    top: 68px;
    right: 18px;
    color: black;
    text-decoration: none;
    font-size: 15px;
    z-index: 1;
    padding: 5px;
    background-color: #90A1B7; }
  #chat-parent.big #toggle-mode-chat:after {
    content: "\BB"; }
  #chat-parent #toggle-mode-chat:after {
    content: "\AB"; }
  #chat-parent #hint {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 35px;
    background-color: black;
    opacity: .37;
    cursor: pointer;
    color: white;
    text-shadow: 0px 0px 2px black;
    font-size: 20px;
    text-align: center;
    visibility: hidden; }
  #chat-parent #close-chat {
    position: absolute;
    top: 69px;
    right: 5px;
    color: black;
    text-decoration: none;
    font-size: 15px;
    z-index: 1;
    padding: 5px;
    background-color: #90A1B7; }

.big #chat-wrapper {
  max-width: 315px; }
  .big #chat-wrapper #post-container form {
    width: 290px; }
  .big #chat-wrapper #message-container .time {
    width: 290px; }
  .big #chat-wrapper #message-container hr {
    width: 290px; }
  .big #chat-wrapper #message-container > div {
    width: 300px; }
    .big #chat-wrapper #message-container > div .message-pic-wrapper {
      width: 100%;
      height: 210px; }
    .big #chat-wrapper #message-container > div .message-pic {
      width: 290px;
      height: 210px; }

#chat-wrapper {
  height: 100%;
  overflow-y: scroll;
  max-width: 225px;
  color: black;
  font-size: 12px;
  padding-right: 5px;
  overflow-x: hidden; }
  #chat-wrapper::-webkit-scrollbar-thumb {
    background-color: transparent; }
  #chat-wrapper:hover::-webkit-scrollbar-thumb {
    background-color: grey; }
  #chat-wrapper #post-container {
    padding-top: 5px; }
    #chat-wrapper #post-container form {
      width: 200px;
      margin-bottom: 12px; }
    #chat-wrapper #post-container textarea {
      padding: 3px;
      width: 100%;
      height: 53px;
      resize: none;
      outline: none;
      border: 1px solid #a0a0a0;
      box-sizing: border-box; }
      #chat-wrapper #post-container textarea:hover, #chat-wrapper #post-container textarea:focus {
        outline: none; }
    #chat-wrapper #post-container #current-scene-link,
    #chat-wrapper #post-container #choose-scene-link.no-scene {
      border: none;
      color: #118cc0;
      text-shadow: none;
      display: inline-block;
      width: 160px;
      text-decoration: none;
      padding-top: 3px;
      padding-left: 5px;
      height: 12px; }
    #chat-wrapper #post-container #choose-scene-link {
      display: block;
      width: 193px;
      height: 145px;
      border: 1px solid #a0a0a0;
      padding-top: 3px;
      padding-left: 5px;
      color: white;
      text-shadow: 0px 0px 2px black;
      text-decoration: none;
      background-size: cover;
      background-position: 52% 50%;
      background-repeat: no-repeat;
      position: relative; }
      #chat-wrapper #post-container #choose-scene-link #note {
        position: absolute;
        bottom: 0px; }
    #chat-wrapper #post-container input[type=submit] {
      width: 70px;
      height: 30px;
      background-color: #eca127;
      border: 0;
      shadow: 0;
      cursor: pointer;
      display: inline-block;
      float: right;
      margin: 10px 0px; }
      #chat-wrapper #post-container input[type=submit]:hover, #chat-wrapper #post-container input[type=submit]:focus {
        shadow: 0; }
  #chat-wrapper #message-container {
    padding-top: 70px; }
    #chat-wrapper #message-container .time {
      text-align: center;
      width: 200px;
      display: block;
      margin-bottom: 10px;
      font-size: 10px; }
    #chat-wrapper #message-container hr {
      width: 200px; }
    #chat-wrapper #message-container > div {
      padding-bottom: 10px;
      position: relative;
      min-height: 35px;
      width: 200px; }
      #chat-wrapper #message-container > div .author-pic {
        width: 34px;
        height: 34px;
        margin: 0px 3px 0px 0px;
        float: left; }
      #chat-wrapper #message-container > div .author-name {
        vertical-align: top;
        color: #118cc0;
        text-decoration: none; }
      #chat-wrapper #message-container > div .message-text {
        vertical-align: top;
        word-wrap: break-word; }
        #chat-wrapper #message-container > div .message-text .breakable {
          word-break: break-all; }
      #chat-wrapper #message-container > div .message-pic-wrapper {
        width: 200px;
        height: 145px;
        margin-top: 5px;
        display: inline-block; }
      #chat-wrapper #message-container > div .message-pic {
        width: 200px;
        height: 145px; }

#simple-header-content.logged-out {
  width: 1250px; }
  #simple-header-content.logged-out input {
    font-size: 12px;
    border: 0px;
    display: inline-block;
    height: 24px;
    box-sizing: border-box; }
  #simple-header-content.logged-out input[type=text], #simple-header-content.logged-out input[type=password] {
    width: 100px; }
  #simple-header-content.logged-out form {
    display: inline;
    float: right;
    margin-top: 25px;
    margin-right: 100px; }
  #simple-header-content.logged-out .button-square {
    height: 24px;
    line-height: 24px;
    vertical-align: top; }
  #simple-header-content.logged-out #preregister.button-square {
    margin-top: 25px;
    vertical-align: top; }
    #simple-header-content.logged-out #preregister.button-square a {
      color: black;
      text-decoration: none; }
  #simple-header-content.logged-out #fblogin.button-square {
    margin-top: 25px;
    vertical-align: top;
    background-image: url(../images/facebookf.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 25px;
    background-color: #3B5998; }
    #simple-header-content.logged-out #fblogin.button-square a {
      color: white;
      text-decoration: none; }
  #simple-header-content.logged-out #retrieve-pw {
    color: white;
    font-size: 10px;
    position: relative;
    top: 18px;
    right: 60px;
    text-decoration: none; }

.scroll-list {
  border: 2px solid #ccc;
  width: 1200px;
  height: 400px;
  overflow-y: scroll; }

.fb-button-square {
  color: white;
  border: 0;
  outline: 0;
  display: inline-block;
  height: 37px;
  line-height: 37px;
  font-size: 12px;
  text-decoration: none;
  box-shadow: 0px;
  cursor: pointer;
  text-align: center;
  padding: 0px 12px;
  margin-top: 0px;
  vertical-align: top;
  background-image: url(../images/facebookf.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 25px;
  background-color: #3B5998; }

#fblogin.fb-button-square a {
  color: white;
  text-decoration: none; }

#fileUpload {
  background-color: #eee; }

#fileupload-div {
  background-color: eee;
  width: 400px;
  font-size: 13px;
  padding: 10px; }

#fileupload-label {
  font-weight: bold;
  padding-bottom: 5px; }

#fileupload-submit {
  margin-left: 10px; }

html {
  overflow-y: auto !important; }

#content-wrapper {
  height: 100%;
  width: initial;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  padding-top: 71px; }
  #content-wrapper > div {
    position: relative; }

#ws-wrapper {
  position: absolute;
  top: 0%;
  transition: top 0.6s cubic-bezier(0.85, 0, 0.6, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0.85, 0, 0.6, 1), top 0.6s cubic-bezier(0.85, 0, 0.6, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.85, 0, 0.6, 1), top 0.6s cubic-bezier(0.85, 0, 0.6, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.85, 0, 0.6, 1), top 0.6s cubic-bezier(0.85, 0, 0.6, 1); }

html {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative; }

#content-wrapper {
  min-width: 1250px;
  overflow: hidden; }

#simple-header-interior,
#content-wrapper > div,
#ws-wrapper,
#overlay,
#intro-wrapper-1 {
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box; }

#overlay {
  opacity: .3;
  background-color: #000; }

#ws-wrapper {
  background-color: grey; }

h1 {
  font-family: "Roboto Slab";
  font-size: 60px;
  position: absolute;
  top: 30px;
  left: 27%;
  font-weight: 300;
  color: white;
  text-shadow: 0 0 10px black; }

#intro-wrapper-1 {
  color: #F0F0FF;
  overflow: hidden;
  position: relative;
  font-size: 11pt;
  background-repeat: no-repeat;
  background-size: cover;
  color: #F0F0FF;
  position: relative;
  font-size: 11pt;
  background-repeat: no-repeat;
  background-size: cover; }

#center-div {
  text-align: top;
  padding: 6px;
  padding-left: 8px;
  position: absolute;
  top: 184px;
  left: 30%;
  background-color: rgba(240, 240, 255, 0.7);
  /* .3 **here */
  border: 1px solid #777;
  border-radius: 4px; }
  #center-div input[type=text] {
    padding-left: 4px;
    font-size: 14px;
    height: 22px;
    width: 460px; }
    #center-div input[type=text]:focus {
      outline: 0;
      box-shadow: 0 0 5px 2px #fff;
      -moz-box-shadow: 0 0 5px 2px #fff;
      -webkit-box-shadow: 0 0 5px 2px #fff; }
  #center-div input[type=submit] {
    vertical-align: middle;
    height: 26px;
    margin-top: -3px;
    line-height: 26px; }
    #center-div input[type=submit]:focus {
      outline: 0;
      box-shadow: 0 0 5px #eca127;
      -moz-box-shadow: 0 0 5px #eca127;
      -webkit-box-shadow: 0 0 5px #eca127; }
  #center-div #info {
    width: 525px;
    height: 85px;
    color: black;
    padding: 0px;
    font-size: 14px;
    line-height: 20px; }
    #center-div #info ul {
      padding-left: 24px;
      margin: 0px 4px; }
    #center-div #info a {
      color: black; }
    #center-div #info .small {
      font-size: 10px;
      font-family: "Roboto"; }
    #center-div #info .tip {
      color: #cc7700;
      font-size: 18px; }
  #center-div #video {
    position: absolute;
    right: 10px;
    top: -5px;
    display: inline;
    margins: 0px;
    padding: 0px;
    width: 70px; }
    #center-div #video .how-to {
      color: #777;
      font-size: 10px;
      padding-top: 5px;
      position: absolute;
      right: 10px;
      top: 70px; }
    #center-div #video .play {
      position: absolute;
      top: 35px;
      padding-left: 28px;
      color: #eee;
      font-size: 25px; }

#blurb {
  padding: 5px;
  position: absolute;
  width: 560px;
  right: 100px;
  top: 420px;
  line-height: 16px; }
  #blurb #scene-text {
    color: white;
    font-size: 14px;
    font-family: "Roboto Slab";
    text-decoration: underline;
    text-shadow: 1px 1px black; }
  #blurb #text {
    color: white;
    font-size: 14px;
    font-family: "Roboto Slab";
    text-shadow: 1px 1px black; }
  #blurb #attribution {
    color: white;
    font-family: "Roboto";
    font-size: 14px;
    text-shadow: 1px 1px black; }

#footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 4px;
  width: 100%;
  height: 20px; }
  #footer #sm {
    float: right;
    margin-right: 5px; }
  #footer #fb {
    margin-right: -25px; }
  #footer #apple-badge {
    font-size: 10px;
    line-height: 14px;
    position: absolute;
    left: 14px;
    bottom: 30px; }
  #footer #tiny-links {
    float: left;
    margin-left: 10px; }
    #footer #tiny-links a {
      color: white;
      font-shadow: 0 0 2px black;
      font-size: 10px; }
  #footer #links {
    float: left;
    margin-left: 5px; }
    #footer #links a {
      color: white;
      font-shadow: 0 0 2px black;
      font-size: 12px; }
    #footer #links span {
      margin-right: 5px; }

/*# sourceMappingURL=test-frontpage.css.map */
