@font-face {font-family: "GameFace"; src: local("☺"), url("/furn/fonts/Exo-DemiBold.woff") format("woff"), url("/furn/fonts/Exo-DemiBold.ttf") format("truetype"); font-weight: normal; font-style: normal; font-variant: normal;}
@font-face {font-family: "ProseFace"; src: local("☺"), url("/furn/fonts/LinLibertine_R.woff") format("woff"), url("/furn/fonts/LinLibertine_R.ttf") format("truetype"); font-weight: normal; font-style: normal; font-variant: normal;}
@font-face {font-family: "ListFace"; src: local("☺"), url("/furn/fonts/ostrich-rounded.woff") format("woff"), url("/furn/fonts/ostrich-rounded.ttf") format("truetype"); font-weight: normal; font-style: normal; font-variant: normal;}
div#fontForceLoader{position: fixed; left: -1000px; top: -1000px; width: 1px; height: 1px; overflow: hidden; z-index: -1000; color: transparent; opacity: 0.01;}
* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
::-webkit-scrollbar{
  display: none;
}
html,body{
  height: 100%;
  overflow: hidden;
  margin:0;
  border:0;
  padding:0;
}
body{
  width:100%;
  height:100%;
  font-family: "GameFace", sans-serif;
  font-size: 32px;
  color: #fff;
  position:relative;
}
div {
  position: absolute;
  margin: 0;
  border: 0;
  padding: 0;
  height: auto;
}

div#app_container{
  width: 100%;
  height: 100%;
  z-index: 0;
}
div#viewport_container{
  position: relative;
  width: 100%;
  margin: 0 auto;
}
div#viewport{
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*overflow: auto;*/
  overflow: hidden;
}
div.rejection_container{
  display: none;
  padding: 1em;
  background-color: #0f25af;
  width: 100%;
  height: 100%;
  color: #fff;
}
html.no-js div.rejection_container#rejection_container_js{
  display: block;
}

div#app_intro_container{
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background-color: #000655;
  /*background-image: url("/furn/TYFP_DemoSlashScreen.jpg");*/
  background-image: url("/furn/TYFPSplash.jpg");
  z-index:100;
}

div#app_menu_start_button{
  width: 211px;
  height: 88px;
  left: 534px;
  top: 373px;
  background-image: url('/furn/introStartButton.png');
}
div#app_menu_continue_button{
  width: 282px;
  height: 88px;
  left: 497px;
  top: 498px;
  background-image: url('/furn/introContinueButton.png');
}
div#app_menu_newprofile_button{
  width: 282px;
  height: 66px;
  left: 497px;
  top: 578px;
  background-image: url('/furn/introNewProfileButton.png');
}
div#app_spinner_block{
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
}
div#app_spinner_container{
  width: 100%;
  top: 393px;
  z-index: 101;
}
div#app_spinner{
  display: block;
  position: static;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  border: 9px solid #000;
  border-radius: 5px;
  background-color: #000;
}

div#allstop{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 25%;
  text-align: center;
}
div#allstop a#restart{
  display: inline-block;
  border: 3px solid #fff;
  border-radius: 8px;
  background-color: #666;
  padding: 9px 12px 5px;
  color: #fff;
  text-decoration: none;
}
div#allstop a#restart:hover,
div#allstop a#restart:active{
  color: #666;
  background-color: #CCC;
}


div.map_container{
  /*background-image:url('data:image/gif;base64,R0lGODlhEAAQAIAAAO/v78/PzyH5BAAAAAAALAAAAAAQABAAAAIfhG+hq4jM3IFLJhoswNly/XkcBpIiVaInlLJr9FZWAQA7');*/
  background-color: #000;
}

.cursorDefault {cursor: default}
.clickable {cursor: pointer}
/*span.clickable {text-decoration: underline}*/
a.clickable,
span.clickable {
  display: inline-block;
  height: 100%;
  padding: 1px 10px;
  text-decoration: none;
  color: #fff;
}
a.clickable:hover,
a.clickable:active,
span.clickable:hover,
span.clickable:active {
  background-color: #444;
}


.unlocks {
  font-family: ListFace;
  background-repeat: no-repeat;
  background-color: #0f25af;
}
.unlocks h1{
  text-align: center;
  font-size: 60px;
  margin: 24px 0 0 0;
}
.unlocks h2{
  margin: 40px 10px 0 80px;
  font-size: 32px;
}
.unlocks p{
  margin: 0 10px 0 80px;
  font-size: 30px;
}
.unlock{
  color: #999;
}
.unlock.active{
  color: #fff;
}

.unlocks h2.active span,
.unlocks p.active span{
  visibility: visible;
}

.unlocks span{
  position: relative;
  top: 6px;
  left: -2px;
  display: inline-block;
  width: 44px;
  height: 38px;
  background-position: 100%;
  visibility: hidden;
}
