:root{
  --foresticon:url("../img/pawn.png");
  
}
body {
  
  background: #3b0624 url("../img/page_bg.jpg") repeat-x left top;
  font-family: Palatino, Times, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.6em;
  background-attachment: fixed;
  overflow-y: scroll;
  margin:0.2vw;
  z-index:-1;
  position:relative;
}
@media screen and (min-width: 200px) and (max-width: 649px) and (orientation: landscape) { 
  html { 
    transform: rotate(-90deg); 
    transform-origin: left top;
    width: 100vh; 
    overflow-x: hidden; 
    position: absolute; 
    top: 100%; 
    left: 0; 
  }
}
.oper25{
  width:25%;
  text-align: center;
}
.fusidyfade2{
    transition: opacity 0.5s ease-out !important;
  opacity: 0 !important;
  
}
.toystore:hover {
  background-color: rgba(153,136,119,0.2);
  cursor: pointer;
}
.toolsicon{
 width: 23%;
  height:15%;
margin-left: .5em;
}
#yaycircle{
  display:none;
}
#forestpanel{
    position: fixed;
bottom: 3vh;

 
text-align: center;
display: none;

  height:auto;
  width:100vw;
  
  
}
.goaway{
  visibility:hidden;
  
}
#closetmenu{
  position: fixed;
bottom: 3vh;

 
text-align: center;
display: none;

  height:auto;
  width:100vw;
  
}
#closetweb{
 position:absolute;
 max-height: 120vh;
max-width: 54vw;
z-index: 10;
}
#closetimg{
  z-index: -1;
 max-height: 120vh;
max-width: 54vw;
}
#closetimg2{
display: none;
}
#closetclose{
  max-height: 120vh;
max-width: 54vw;
 display:none;
  position:absolute;
  z-index: 10;
}
#closetwrap{
  position:relative;
  overflow:hidden;

}



#closetgrid{
    position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
   max-width: 560px;
  max-height: 622px;
  height: 82%;
  width: 30vw;
/*  opacity: 30%;*/
  
display: flex;
flex-direction: column;
  z-index: 10;
}
#closetflexy{
  flex: 2.6;
display: flex;
  opacity: 30%;
}
#closetacc{
  flex-grow: 1;
opacity: 30%;
  
}
#closetacc:hover{

background: red;
  
}
#closetdiap{
  flex-grow: 3;
  
}
#closetdiap:hover{
background: yellow;
  
}
#closetcloth{
    flex-grow: 3;
  
}
#closetcloth:hover{
   background: green;
  
}
#cmenu2img{
  width:inherit;
  height:100%;
  
}
#closetmenu2{
  display:none;
      position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
   max-width: 560px;
  max-height: 622px;
  height: 82%;
  width: 30vw;
  opacity: 30%;
  background-image: url('../img/closetbg.png');
  z-index: 9;
}
#yaycircle2{
  width: 4vw;
float: left;
position: absolute;
left: 0;
opacity: 80%;
  cursor: pointer;
}
#yaycircle2:hover{

  border-radius: 50%;
box-shadow: 0px 0px 9px 4px #747DE8;
}
#yaycircle4{
   width: 4vw;
float: left;
position: absolute;
left: 0;
opacity: 80%;
cursor: pointer;
bottom: -4vw;
margin: auto;
left: -50%;
right: -50%;
}
#yaycircle4:hover{

  border-radius: 50%;
box-shadow: 0px 0px 9px 4px #747DE8;
}
.accsubmenu{
  cursor: pointer;
  
  padding: .0vw 1.5vw;
display: inline-block;
}

.accsubmenu:hover {
 background: hsla(292.5, 92.5%, 47.3%, 0.14);
border-radius: 100px;

}
#underportmenu{
  flex: 3;
height: 10vh;
width: auto;
/*background: crimson;*/
 background-image:  url("../img/closetbg.png");
  display:none;
}
#underportbutton{
  direction:unset;
/*  display:block;*/
 margin:auto;
  font-size: 15px;
  line-height:1.2;
  color:teal;
  flex-shrink: 2;

 
  background-image:   url("../img/diapercheck.png");

    background-repeat: no-repeat;
    background-size: contain;
    z-index: 20;
    height: 12.7vh;
  width: 21vh;

}
#underportbuttonarea{
direction:unset;
position:absolute;
 bottom:10%;
  right:33%; 
  top:73vh;
}
.svgtext{
  font-size:5px;
  
}
#svgscrewgame{
  display:block;
  margin:auto;
}
#arttest{
  
  height:auto;
  width:40vw;
  
}
#versionnum{
                           

  bottom: 0.5vh;
  right:0.5vw;
  float: right;
/*  position: absolute;*/
  color:#868686;


}
#versionnummobile{
  padding:10px;
  float:left;
}
div#preload { display: none; }
/* Basic structure */
#page {
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
  z-index:-1
}
#mid_panel {
  position:relative;
  margin-right: 26%;
  margin-top: 0;
  margin-left: 20%;

}
#txt_name {
   margin-left:auto;
  margin-right:auto;
  display: block;
   border:4px solid blue;
  font-size: 30px;
  
}


 /* Tooltip container */
.tooltip2 {
  position: relative;
  display: inline;
  color:darkorange;
 /* If you want dots under the hoverable text */
}
#wminigametip {
  
   text-align: center;
    color:tan;

  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}
/* Tooltip text */
.tooltip2 .tooltiptext2 {
  visibility: hidden;
  width: 240px;
  background-color: #00b16a;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -120px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip2 .tooltiptext2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip2:hover .tooltiptext2 {
  visibility: visible;
  opacity: 1;
} 

.once2{
  color:#ff00ff;
 
  

  
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #e60073, 0 0 25px #e60073, 0 0 30px #e60073, 0 0 35px #e60073, 0 0 40px #e60073;
  }
/*  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }*/
}

#lettermenu{
position: fixed;
bottom: 3vh;

  width: 100%;
text-align: center;
display: none;
height:90vh;
}
#lettertop{
/*  color:#008080;*/
color:#1fa357;
  font-size: 5vh;
  text-align: center;
  position: relative;
line-height: 4vh;
display: block;
margin:auto;
bottom: 80vh;
width:50vh;
}
#letterimg{
  height: 90vh;
  position:relative;
 box-shadow: 0px 0px 5px #fff;

-webkit-box-shadow: 0 0 5px #fff;


}
#lettertext{
  /* offset-x | offset-y | blur-radius | color */

/*  text-shadow: 1px 1px 3px;*/
  text-align: center;
    font-size: 3vh;
 color:#403b38;
 position:relative;
display: block;

bottom: 75vh;
margin:auto;
line-height: 4vh;
width:50vh;
}
#dumbtablerespond{
  
  
}
.ddr {
  position:fixed;
  bottom: 2vw;
  width:48vw;
 
}

#ddr1 {
  
}
#ddr2 {
  
}
#ddr3 {
   
}
.ddrcolor {
  
  
  
}
.ddrnormal{
  background: unset !important;
    -webkit-transition: background 500ms linear !important;
    -ms-transition: background 500ms linear !important;
    transition: background 500ms linear !important;
  
}

.ddrfail{
  background: red !important;
/*   -webkit-transition: background 1000ms linear !important;
    -ms-transition: background 1000ms linear !important;
    transition: background 1000ms linear !important;*/
}
.ddrwin{
   background: green !important;
/*   -webkit-transition: background 1000ms linear !important;
    -ms-transition: background 1000ms linear !important;
    transition: background 1000ms linear !important;*/
  
  
}
#salonmenu {
  line-height: 0;
  direction:rtl;
  position:fixed;
  height:50vw;
width:auto;
/*  bottom: 10vh;*/
/*  background: #c2b3da;*/
  z-index:30000;
/*  left:15vw;*/
/*  border:4px solid blue;*/
  display: none;
/*  border-collapse:collapse;*/
/*  margin:1em auto;*/
/*  background-image:url("../img/salonmenu.png");*/
/*  background-size:contain;
  background-repeat:no-repeat;

  background-size:100% 100%;*/
transform:translate(0,-50%);
text-align: center;
top:50%;
max-height: 100vh;
  max-width: 149vh;
}
#salonclose{
  position: fixed;
  
}
#salonimg{
  height:inherit;
  max-width: inherit;
  max-height: inherit;
}
#salonbuttonarea{
  flex:1;
 width:58%;
    position:absolute;
    top:0;
    bottom:0;
}
#salonnoraarea{
  flex:1;
 width:58%;
 
    position:absolute;
    top:50%;
    left:0;
    bottom:0;

    
}
.salonbuttonset{
  position:absolute;
  display:flex;
  flex-direction: column;
  gap:2vw;
 background-image: url("../img/salonicons/salonbox.png");
  width: 26.9%;
  height: 23.2%;
  background-size: contain;
  cursor: pointer;
}
.salonbuttonset::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    border: 7px solid transparent; /* Make the border transparent by default */
    transition: border-color 0.3s; /* Add a transition for smooth effect on border color */
}
.salonbuttonset:hover::before{
 border-color: #dc5ddc; 


}
#salontextbox{
  
    position:absolute;
  display:flex;
  flex-direction: column;
 background-repeat: no-repeat;
 background-size: contain;
 opacity:80%;
  width: 80%;
  height: 25%;
background-image:url("../img/msgbox.png");
    top: 4%;
  right: 10%;
}
#salontext{
      position:absolute;
  display:flex;
  flex-direction: column;
 background-repeat: no-repeat;
 background-size: contain;
direction: ltr;
  width: 60%;
  height: 25%;
line-height: 1.6em;
    top: 2%;
  right: 15%;
margin: 5%;


}
#salonslide{
  
    position:absolute;
  display:flex;
  flex-direction: column;
 
 
  width: 46%;
  height: 14%;

    bottom: 3.5%;
  right: 25.2%;
}


#salonslideright{
  
    position:absolute;
  display:flex;
  flex-direction: column;
  background-repeat: no-repeat;
 background-size: contain;
  background-image: url("../img/salonicons/salonslideright.png");
  width: 40%;
  height: 100%;
 
    bottom: 0%;
  right: 0%;
}
#salonslideleft{
   background-repeat: no-repeat;
 background-size: contain;
    position:absolute;
  display:flex;
  flex-direction: column;
 
  background-image: url("../img/salonicons/salonslideleft.png");
  width: 40%;
  height: 100%;
 
    bottom: 0%;
  right: 60%;
  
}
#salonnorabuttons{
  
    position:absolute;
  display:flex;
  flex-direction: column;
 
 
  width: 80%;
  height: 25%;

    bottom: 7%;
  right: 20%;
}
#salonnorabigbutton{
  
    position:absolute;
  display:none;
  flex-direction: column;
 
   background-repeat: no-repeat;
 background-size: contain;
  width: 27%;
  height: 17%;

    bottom: 2%;
  right: 62%;
}
#salonnorabigexit{
  
    position:absolute;
  display:none;
  flex-direction: column;
   background-repeat: no-repeat;
 background-size: contain;
 
  width: 27%;
  height: 17%;

    bottom: 2%;
  right: 62%;
}
#salonfinish{
  
    position:absolute;
  display:flex;
  flex-direction: column;
  background-repeat: no-repeat;
 background-size: contain;
  background-image: url("../img/salonicons/salonback.png");
  width: 43%;
  height: 100%;

    bottom: 0%;
  right: 0%;
}
#salonpurchase{
  
    position:absolute;
  display:flex;
  flex-direction: column;
  background-image: url("../img/salonicons/salonpurchase.png");
  background-repeat: no-repeat;
 background-size: contain;
  width: 43%;
  height: 100%;
 
    bottom: 0%;
  right: 45%;
  
}
#salonbutton1{
  top: 30.5%;
  right: 52.1%;
  
}
#salonbutton2{
top: 30.9%;
  right: 21.2%;
}
#salonbutton3{
 top: 57.2%;
  right: 52.1%;
}
#salonbutton4{
 top: 57.2%;
  right: 21.2%;
}

#shopmenu {
  position:fixed;
  height:33vw;
  width: 66vw;
  bottom: 10vh;
  background: #c2b3da;
  z-index:30000;
  left:10vw;
  border:4px solid blue;
  display: none;
  border-collapse:collapse;
  margin:1em auto;
  background-image:url("../img/shopantonfull.png");
  background-size:contain;
  background-repeat:no-repeat;

  background-size:100% 100%;
}
#shopclose{
  float:right;
  font-size: 48px;
  position:relative;
  z-index: 101;
}
#shopdesc{

  position:absolute;
  float:right;
  top:25vw;
  right:17.5vw;
  width:13vw;
  background-image:url("../img/fancybox.png");
  background-size:contain;
  background-repeat:no-repeat;
  display:inline-block;
  background-size:100% 100%;
  padding:1vw;
  background-color:aliceblue;
  color:darkblue;
  font-family:Source Sans Variable;
 font-size:1vw;
  line-height: 1.5vw;
}
#shopdetail{

  position:absolute;
  float:right;
  top:1vw;
  right:15vw;
  width:14vw;
  color:#595651;
  background-image: url("../img/Word_Bubble_Tan.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 1vw;
  font-family: Gadugi;
  font-size:1vw;
  line-height: 1.5vw;

}
.smtableholder{
  line-height: 0;

  border-collapse:collapse

}
.shoppic{
  display: inline-block;
  position: absolute;
  width: 33vw;
  height: 33vw;
  float: right;

}
#smtable{
  float:left;
  width:33vw;
  display:block;
  line-height: 0;

}
#shopbuy{
  display: inline-block;
  position: absolute;
  width: 14vw;
  height: 5vw;
  float: right;
  bottom:2vw;
  right:1vw;
  cursor: pointer;

}
.smtable {

  line-height: 0;

  border-collapse:collapse;
  position:relative;
}
.smtablea {
  display:inline-block;
  line-height: 0;

}
.smtable:hover {
  background-color: rgba(153,136,119,0.2);
  cursor: pointer;

}
.shopicon{
  width:11vw;
  line-height: 0;

}
.closeticon{
  width:5vw;
  line-height: 0;

}
.shoptxt{
  font-size: 20px;
  bottom:-6px;
  position:absolute;
  color:blue;
}
#smpic{


}  
.opaci{
  
  opacity: 60%;
}

.whitecss{
  filter: hue-rotate(-20deg) brightness(190%) saturate(.1%) !important;
   width: inherit;
  position:absolute;
  display: inline-block;
  height: inherit;
}
.bluecss{
   filter: hue-rotate(-132deg) brightness(98%) saturate(99%) !important;
   width: inherit;
  position:absolute;
  display: inline-block;
  height: inherit;
}
.pinkcss{
   filter: hue-rotate(-17deg) brightness(117%) saturate(139%) !important;
  width: inherit;
  position:absolute;
  display: inline-block;
  height: inherit;
}
.whitecsstape{
  filter: hue-rotate(-20deg) brightness(122%) saturate(108%);
   width: inherit;
  position:absolute;
  display: inline-block;
  height: inherit;
}
.bluecsstape{
   filter: hue-rotate(36deg) brightness(150%) saturate(99%);
   width: inherit;
  position:absolute;
  display: inline-block;
  height: inherit;
}
.pinkcsstape{
   filter: hue-rotate(-152deg) brightness(105%) saturate(101%);
  width: inherit;
  position:absolute;
  display: inline-block;
  height: inherit;
}

.closettable{
  
  width:100%;
  opacity:1;
  table-layout: fixed;
  cursor: pointer;
  
}
.closettable:hover{
  
  width:100%;
  opacity:1;
  table-layout: fixed;
  cursor: pointer;
  background:#ffa8ff;
}


@media (max-width: 1000px) {
  /* CSS that should be displayed if width is equal to or less than 800px goes here */
  :root {
    --sca: 1.5;
    --vw66: 98vw;
    --vw33: 48vw;
    --vw11: 16vw;
  }

  #shopmenu {
    position:fixed;
    height: calc( 33vw * var(--sca) );
    width: var(--vw66);
    bottom: 10vh;
    background: #c2b3da;
    z-index:30000;
    left:-1vw;
    border:4px solid blue;
    display: none;
    border-collapse:collapse;
    margin:1em auto;
    background-image:url("../img/shopantonfull.png");
    background-size:contain;
    background-repeat:no-repeat;

    background-size:100% 100%;
  }
  #shopclose{
    float:right;
    font-size: 48px;
    position:relative;
    z-index: 101;
  }
  #shopdesc{

    position:absolute;
    float:right;
    top:35vw;
    right:24.5vw;
    width:calc( 13vw * var(--sca) );
    background-image:url("../img/fancybox.png");
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    background-size:100% 100%;
    padding:1vw;
    background-color:aliceblue;
    color:darkblue;
    font-family:Source Sans Variable;
    font-size: calc( 1.5vw * var(--sca) );
    line-height: 2vw;

  }
  #shopdetail{

    position:absolute;
    float:right;
    top:1vw;
    right:22vw;
    width:calc( 14vw * var(--sca) );
    color:#595651;
    background-image: url("../img/Word_Bubble_Tan.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 1vw;
    font-family: Gadugi;
    font-size:calc( 1vw * var(--sca) );
    line-height: calc( 1.5vw * var(--sca) );

  }
  .smtableholder{
    line-height: 0;

    border-collapse:collapse

  }
  .shoppic{
    display: inline-block;
    position: absolute;
    width: var(--vw33);
    height: var(--vw33);
    float: right;

  }
  #smtable{
    float:left;
    width:var(--vw33);
    display:block;
    line-height: 0;

  }
  #shopbuy{
    display: inline-block;
    position: absolute;
    width: calc( 14vw * var(--sca) );
    height: calc( 5vw * var(--sca) );
    float: right;
    bottom:4vw;
    right:1vw;

  }
  .smtable {

    line-height: 0;

    border-collapse:collapse;
    position:relative;
  }
  .smtablea {
    display:inline-block;
    line-height: 0;

  }
  .smtable:hover {
    background-color: rgba(153,136,119,0.2);
    cursor: pointer;

  }
  .shopicon{
    width:var(--vw11);
    line-height: 0;

  }

  .shoptxt{
    font-size: 20px;
    bottom:-6px;
    position:absolute;
    color:blue;
  }
  #smpic{


  }







}


/* The title block */
#title, #title .label, #content, .tools {
  border-radius: 2px;
}
.advert{
  width:98%;
      border: 2px solid #dadada;
    border-radius: 7px;
}
.adverth{
  border-top: black solid 1px;
  margin-top: .5em;
  width:50%;

}

#ambiass {
  background-color:rgba(255, 63, 234, 0.20);
  color:rgb(147, 0, 118);
  -moz-transition: background-color 1s linear;
  -webkit-transition: background-color 1s linear;
  -o-transition: background-color 1s linear;
  transition: background-color 1s linear;
  transition-delay: 1.4s;
}
.ambitransto {

  background-color: rgba(153,136,119,0.2)!important;

}
/*
    -webkit-animation-name: ambiani; 
  -webkit-animation-duration: 3s; /
   
  animation-name: ambiani;
  animation-duration: 3s;
@-webkit-keyframes ambiani {
  0%  {background-color:#ff3fea33;}
  100% {background-color:red;}
}
@keyframes ambiani {
  0%  {background-color:#ff3fea33;}
  100% {background-color:red;}
}
*/



#title {
  /*! width: 90%; */
  /*! height:400px; */
  background-size: cover;

  /*! background-image: url("../img/title_bg.png"); */ /*  repeat -1.1em -1.1em;*/
  margin: 2.2em auto 1.1em auto;

  background-repeat: no-repeat;

  cursor: pointer; /* Until we click to start. */
  position: relative;
  /*! height: auto; */
  /*! width: inherit; */
}
#title3{
  position:absolute;
  
    animation: fadeIn cubic-bezier(1,-0.18,.76,.68) 4s;
  
  -webkit-animation: fadeIn cubic-bezier(1,-0.18,.76,.68) 4s;


}

#title .label {



  position: relative;
}
#title h1 {
  font-size: 1.6em;
  line-height: 1.4em;
  letter-spacing: 0.2em;
  font-weight: normal;
  padding-bottom: 1.1em;
  border-bottom: 1px solid #321;
}
#title h2 {
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
  margin: 1.1em 0 0 0;
}
#title h3 {
  font-size: 1.0em;
  font-weight: normal;
  text-align: center;
  margin: 1.1em 0 0 0;
}
#title h1, #title h2, #title h3 {
  color: rgba(33,17,0,0.9);
  text-shadow: rgba(255,255,255,0.5) 2px 2px 2px,
    rgba(0,0,0,0.1) -1px -1px 2px;
}
#title h1 span.fancy {
  font-size: 2.5em;
  line-height: 0;
  font-family: Tangerine, Palatino, Times, "Times New Roman", serif;
  font-style: italic;
  margin: 0 -0.2em;
}
#title .click_message {
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  font-size: 0.9em;
  font-style: italic;
  text-align: center;
  color: #987;
}
#title .noscript_message {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  font-size: 0.9em;
  font-style: italic;
  text-align: center;
  color: #943;
}

/* Main content */
#content_wrapper {
  /*! max-width: 28em; */
  position: relative;
  background: #e6e6c6 url("../img/text_bg.jpg") repeat left top;
  margin: 0.6em auto 1.1em auto;
  padding: 2.8em;
  display: none; /* Shown by Javascript */
  overflow: auto;
}
span.drop + p {
  text-indent: -0.4em;
}
p {
  margin: 0;
  -webkit-transition: text-indent 0.25s ease;
  transition: text-indent 0.25s ease;
}
hr {
  border: none;
  background-color: rgba(0,0,0,0.25);
  margin: -1px 0 -1px -2.8em;
  width: 1.1em;
  height: 2px;
}
p + p, p + img + p, p + hr + p {
  text-indent: 1.6em;
}
#content{
/*text-align: center;*/
}
#qiconimg{
  display:none;
  position: fixed;
  
  
}
#content h1 + p:first-line,
#content h1 + img + p:first-line {
  font-weight: bold;
  color: rgba(0,0,0,0.85);
}
#content h1 + p:first-letter,
#content h1 + img + p:first-letter {
  position: relative;
  padding-top: 0.1em;
  display: block;
  float: left;
  font-weight: normal;
  font-size: 3.2em;
  line-height: 0.8em;
  color: #210;
}

ul {
  margin: 0;
  padding: 0 0 0 1em;
}

ul.options {
  border: 2px solid #876;
  padding: 0;
  margin-top: 0.5em;
  margin-bottom: 0.7em;
  list-style-type: none;
  border-radius: 4px;
}
ul.options li {
  border-bottom: 1px solid #876;
  padding: 0.5em; 
}

ul.options li:hover {
  background-color: rgba(153,136,119,0.2);
  cursor: pointer;
}
.hovicli:hover {
  
  background-color:rgba(0, 88, 194, 0.32);
  cursor: pointer;
  
}
.hovicli {
  
  background-color:rgba(0, 84, 185, 0.2);
 text-align: center;

}

ul.options li:last-child {
  border-bottom: none;
}

h1 {
  font-size: 2.0em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 2.3em 0 1.1em 0;
  color: #d84762;
  text-align: center;
  line-height: 1.4em;
}
h1:first-child {
  margin-top: 0;
}
a {
  display:block;
  color: #900;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
a.raw {
  padding-right: 14px;
  /*
  background: transparent url("../img/external_link.png") no-repeat right 4px;
  */
}
@-webkit-keyframes vibratey {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
/*.vibrate{
  	-webkit-animation-name: vibratey;
	-webkit-animation-duration: 0.6s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
  
}*/
.vibrate:hover,
.vibrate:focus{
	-webkit-animation-name: vibratey;
	-webkit-animation-duration: 0.6s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}
a:hover {
  background-color: rgba(153,136,119,0.2);
  cursor: pointer;
}

img.float_right {
  float: right;
  margin: 1.1em 0 1.1em 1.1em;
}
img.float_left {
  float: left;
  margin: 1.1em 1.1em 1.1em 0;
}
.ggimg {
  margin-left:auto;
  margin-right:auto;
  display: block;

}
.arcimg {
  
margin-left: auto;
margin-right: auto;
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 100%;
height: auto;
 animation: fade-out2 10s ease-out forwards;
}
@keyframes fade-out2 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.arcimg2{
  margin-left: auto;
margin-right: auto;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%);
max-width: 100%;
  height:auto;
}
#toolbar {
  display: none;
}
#tools_portrait {
  /*
  position: static;
    background:transparent;
   float:right;
   padding-right:0.5vw;
  width: 25%;
  top: 0em;
  background-size: contain;
   margin: 0 auto;
  padding: 0;
  
  
  /*! height:700px; */

  /*! background-image: url("../img/clothedm.png"); */

  /*! background-repeat: no-repeat; */

  /*! right: -10.6em; */


  /* Shown by Javascript 
  background-color: rgb(59, 6, 36);
  */
  height:100vw;


}
.toolsportrait{
  position: fixed;

  width: 24.8vw;
  /*! height:700px; */
  top: 3vw;
  /*! background-image: url("../img/clothedm.png"); */
  background-size: contain;
  /*! background-repeat: no-repeat; */

  /*! right: -10.6em; */
  margin: 0 auto;
  padding: 0;

  /* Shown by Javascript 
  background-color: rgb(59, 6, 36);
  */
  background:transparent;
  float:right;
  padding-right:0.5vw;
  direction:rtl;
  right:0.1vh;

}

#portait-1{
  position:relative;
  
  
}

.xeyport{
  width: inherit;
  position:fixed;
  display: inline-block;
  height: inherit;

}
.xeyportlock1{
    width: inherit;
    position:fixed;
    display: inline-block;
    height: inherit;
    transform: translateX(.4vw);
}
.xeyportlock2{
    width: inherit;
    position:fixed;
    display: inline-block;
    height: inherit;
    transform: translate(0.6vw,-0.7vw);
}
.xeyportlock3{
    width: inherit;
    position:fixed;
    display: inline-block;
    height: inherit;
    transform: translateX(0.2vw);
}
.xeyportlock4{
    width: inherit;
    position:fixed;
    display: inline-block;
    height: inherit;
    transform: translateX(-0.2vw);
}

.xeyportvibe{
  
  width: inherit;
  position:absolute;
  display: inline-block;
  
  height: inherit;
  	-webkit-animation-name: vibratey;
	-webkit-animation-duration: 0.7s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
    clip-path: circle(7% at 44% 50%);
}
.xeyportvibe2{
  
  width: inherit;
  position:absolute;
  display: inline-block;
  
  height: inherit;
  	-webkit-animation-name: vibratey;
	-webkit-animation-duration: 0.7s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
    clip-path: circle(7% at 44% 50%);
}
.xeyportvibef{
  
  width: inherit;
  position:absolute;
  display: inline-block;
  
  height: inherit;
  	-webkit-animation-name: vibratey;
	-webkit-animation-duration: 0.7s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
    clip-path: circle(6% at 45% 55%);
}
.xeyportvibef2{
  
  width: inherit;
  position:absolute;
  display: inline-block;
  
  height: inherit;
  	-webkit-animation-name: vibratey;
	-webkit-animation-duration: 0.7s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
    clip-path: circle(6% at 45% 55%);
}
@supports not (clip-path: circle(50%)) {
.xeyportvib{
    display: none !important; /* Hide the image */
}}
.newport{
width:unset;
  position:fixed;
  display: inline-block; 
  height:100%;
  top:0;
  z-index: 200;
}
.newport2{

  width: inherit;
  
}


.xeyportbig{

}
#portait0{
  position:unset !important;
    float:left;
}
.toolsportraitbig{
  position:fixed !important;
  height:98vh !important;
  right:0.5vw !important;
  top:0.5vw !important;
  direction:rtl !important;


}
#underportmsg{
  top: -38%;
  position: relative;
  text-align: center;
  font-size: 15px;
  line-height:1.2;
  color:teal;
  flex-shrink: 2;
  
  
}
#tools_wrapper {
  position: fixed;
  width: 100%;

  /*! max-width: 56em; */
  top: 3vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none; /* Shown by Javascript */

}
#g_tod {
  text-align: center;

}
.tools {
  padding: 0.5%;
  width: 18%;
  background: #cec3ae url("../img/tools_bg.jpg") repeat left top;
  position: absolute;
}
.tools p {
  font-size: 0.95em;
  line-height: 1.5em;
}
.tools.left {
  left: 0.4em;
  overflow-y: scroll;
bottom: 3vh;
top: 3vh;
scrollbar-width: none;
position:fixed;
}
.tools.right {
  right: 0.4em;
}

.tools h1 {
  font-size: 1.0em;
  font-weight: normal;
  border-bottom: 1px solid #321;
  margin-bottom: 0.6em;
}
.buttons {
  padding-top: 0em;
  margin-top: 0.6em;
  border-top: 1px solid #321;
  text-align: center;
}
.buttons button {
  font-size: 0.8em;
  background: #876;
  color: #e6e6c6;
  border: none;
  padding: 0.3em 1.0em;
  cursor: pointer;
  border-radius: 4px;
}
.buttons button:hover {
  background: #987;
}
.buttons button + button {
  margin-left: 0.3em;
}
.buttons button[disabled], .buttons button[disabled]:hover {
  background: #ba9;
  color: #dcb;
  cursor: default;
}
.popup {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  z-index: 1;
}

#save:hover + .popup {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

#save:hover + .popup {
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
}
#legal {
  max-width: 33em;
  color: #654;
  /*margin: 1em auto 0 auto;
  padding-bottom: 2.2em;*/
  text-align: center;

}
#legal p {
  font-size: 0.7em;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}
#legal p + p {
  text-indent: 0;
}
#tinytext{
  font-size: 0.7em;
    line-height: 1.3em;
  margin-bottom: 0.5em;
}
#character {
  font-size: 1.0em;
  line-height: 1.4em;
}
#qualities .quality, #character_text {
  position: relative;
  clear: both;
  overflow: hidden;
  margin: 0 -0.25em;
  padding: 0 0.25em;
}
#character_text {
  margin-bottom: 0.6em;
}
#character_text_content {
  position: relative;
  z-index: 100;
}
#qualities span {
  position: relative;
  z-index: 100;
}
#qualities span.name {
  /* float: left;*/
}
#qualities span.value {
  /*float: right;*/
}
.highlight {
  background: rgba(255, 255, 0, 0.45);
  position: absolute;
  left: -4px;
  right: -4px;
  top: 0;
  bottom: 0;
}
#qualities h2 {
  margin: 0.5em 0 0.25em 0;
  font-size: 1.0em;
  border-bottom: 1px solid #321;
}

.progress_bar {
  position: relative;
  overflow: hidden;
  margin: 0.6em 0;
}
.progress_bar_track {
  z-index: 100;
  background: rgba(255,255,255,0.25);
  border: 2px solid #876;
  height: 0.75em;
  width: 27.7em;
  clear: both;
  border-radius: 4px;
}
.progress_bar_color {
  background: #987;
  width: 0;
  height: 0.75em;
  background-image: none;
}

.progress_bar span {
  z-index: 100;
}
.progress_bar .name {
  font-weight: bold;
}
.progress_bar .value {
  float: right;
}
.progress_bar .left_label {
  float: left;
}
.progress_bar .right_label {
  float: right;
}
.progress_bar2 {
  position: relative;
  overflow: hidden;
  margin: 0.6em 0;
}
.progress_bar_track2 {
  z-index: 100;
  background: rgba(255,255,255,0.25);
  border: 2px solid #876;
  height: 0.75em;

  clear: both;
  border-radius: 4px;
}
.progress_bar_color2 {
  background: #987;
  width: 0;
  height: 0.75em;
}
.progress_bar2 span {
  z-index: 100;
}
.progress_bar2 .name {
  font-weight: bold;
}
.progress_bar2 .value {
  float: right;
}
.progress_bar2 .left_label {
  float: left;
}
.progress_bar2 .right_label {
  float: right;
}
#content_library, #ui_library {
  display: none;
}
#menu {
  display: none;
}
.grid { margin:1em auto; border-collapse:collapse; width:30vw; height:30vw;}
.grid td {
  cursor:pointer;

  border:4px solid #d442b2;
  text-align:center;
  font-family:sans-serif; font-size:22px
}
.grid td.clicked {
  background-color:#c6c6c6;
  font-weight:bold; color:#425fd4;
  
}
.grid td.close {
  background-color:#5deee2;
  font-weight:bold; color:#425fd4;
}
.grid td.clickwin {
  background-color:#5db9ee;
  font-weight:bold; color:#425fd4;
}
.grid td.gold {
  background-color:#fff395;
  font-weight:bold; color:#425fd4;
}
.gmap { margin: auto;  width:40vw; height:40vw;

        /*border-collapse:collapse;*/
        border:4px solid black;
        background-image: url("../img/pexe.png");


        background-size: 70vw;
/*        background-position-y: -7vw;*/
        background-position-x: -16vw;
/*        filter: blur(8px);
        -webkit-filter: blur(2px);*/
}
#forestops{
  margin: auto;
  
}
.gmap td {
  cursor:pointer;

  /*border:4px solid #d442b2*/
  text-align:center;
  font-family:sans-serif; font-size:22px
}
.gmap td.clicked {
  background-color:#3dfcb0;
  font-weight:bold; color:#425fd4;
  opacity: 30%;
}
.gmap td.specialvalley {
    background: url("../img/valley.png");
   background-size: contain;
  font-weight:bold; color:#425fd4;
}
.gmap td.specialvalleypawn {
    background: url("../img/valley.png");
   background-size: contain;
  font-weight:bold; color:#425fd4;
   position:relative;
}
.gmap td.specialvalleypawn::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--foresticon);
  background-size: contain;
  opacity: 1;
  position:absolute;
}
.gmap td.specialcabin {
    background: url("../img/cabin.png");
   background-size: contain;
  font-weight:bold; color:#425fd4;
}
.gmap td.specialcabinpawn {
    background: url("../img/cabin.png");
   background-size: contain;
  font-weight:bold; color:#425fd4;
   position:relative;
}
.gmap td.specialcabinpawn::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--foresticon);
  background-size: contain;
  opacity: 1;
  position:absolute;
}
.gmap td.specialwaterfall {
    background: url("../img/waterfall.png");
   background-size: contain;
  font-weight:bold; color:#425fd4;
  
}
.gmap td.specialwaterfallpawn::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:var(--foresticon);
  background-size: contain;
  opacity: 1;
  position:absolute;
}
.gmap td.specialwaterfallpawn {
    background: url("../img/waterfall.png");
   background-size: contain;
  font-weight:bold; color:#425fd4;
   position:relative;
}
.gmap td.specialoverlook {
 background: url("../img/cliff.png");
  font-weight:bold; color:#425fd4;
     background-size: contain;
}
.gmap td.specialoverlookpawn {
 background: url("../img/cliff.png");
  font-weight:bold; color:#425fd4;
     background-size: contain;
      position:relative;
}
.gmap td.specialoverlookpawn::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--foresticon);
  background-size: contain;
  opacity: 1;
  position:absolute;
}
.gmap td.specialpond {
    background: url("../img/pond.png");
   background-size: contain;
  font-weight:bold; color:#425fd4;
}
.gmap td.specialpondpawn {
    background: url("../img/pond.png");
   background-size: contain;
  font-weight:bold; color:#425fd4;
   position:relative;
}
.gmap td.specialpondpawn::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--foresticon);
  background-size: contain;
  opacity: 1;
  position:absolute;
}
.gmap td.specialmeadow {
   background: url("../img/meadow.png");
  font-weight:bold; color:#425fd4;
     background-size: contain;
}
.gmap td.specialmeadowpawn {
   background: url("../img/meadow.png");
  font-weight:bold; color:#425fd4;
     background-size: contain;
      position:relative;
}
.gmap td.specialmeadowpawn::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--foresticon);
  background-size: contain;
  opacity: 1;
  position:absolute;
}
.gmap td.specialhome {
   background: url("../img/home.png");
  font-weight:bold; color:#425fd4;
     background-size: contain;
     position:relative;
}
.gmap td.specialhomepawn {
   background: url("../img/home.png");
  font-weight:bold; color:#425fd4;
     background-size: contain;
     position:relative;
}
.gmap td.specialhomepawn::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--foresticon);
  background-size: contain;
  opacity: 1;
  position:absolute;
}
.gmap td.hazard1 {
/*  background-color:grey;*/
  font-weight:bold; color:#425fd4;
   background: url("../img/rock1.png");
   background-size: contain;
}
.gmap td.hazard2 {
/*  background-color:grey;*/
  font-weight:bold; color:#425fd4;
   background: url("../img/rock2.png");
   background-size: contain;
}
.gmap td.hazard3 {
/*  background-color:grey;*/
  font-weight:bold; color:#425fd4;
   background: url("../img/rock3.png");
   background-size: contain;
}
.gmap td.hazard4 {
/*  background-color:grey;*/
  font-weight:bold; color:#425fd4;
   background: url("../img/rock1.png");
     -webkit-transform: scaleX(-1);
  transform:scaleX(-1);
   background-size: contain;
}
.gmap td.lastclicked {
  background-color:black;
  font-weight:bold; color:#425fd4;
  background: var(--foresticon);
 
background-size: contain;
}
.gmap td.lastclicked2 {
  background-color:black;
  font-weight:bold; color:#425fd4;
  background: var(--foresticon);
 
background-size: contain;
}
.gmap td.monster {
  background-color:red;
  font-weight:bold; color:#425fd4;
 opacity: 80%;
  background: url("../img/ww.png");
 
background-size: contain;
}
#overlayer {
  position: absolute; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 30vw; /* Full width (cover the whole page) */
  height: 30vw; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 90, 236, 0.95); /* Black background with opacity */
  opacity:.1;
  margin:auto;
  margin-top: 1.5cm;
  cursor: pointer; /* Add a pointer on hover */
}
#overlayertexty{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: black;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);

}
.tooltip {
  position: fixed;
  display: inline-block;
  color: #900;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  text-align: center;
  font-size: 0.7em;
  padding-left:10px;



}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size: 15px;
  line-height: 1.3em;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.image-front {
}

.image-back {
}
.hrefstandie{
   border-bottom: 1px solid transparent;
  display:block;
}
.fadin{
  /*  opacity: 0.0;*/
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;

}

.fadin2{
  /*  opacity: 0.0;*/
  animation: fadeIn ease 4s;
  -webkit-animation: fadeIn ease 4s;
animation-delay:4s;
-webkit-animation-delay:4s;

}

@keyframes pulse {
  0%{
        border: 2px solid #dadada;
    border-radius: 7px;
  }
50%{
        border: 2px solid #dadada;
    border-radius: 7px;
  }
 51%{
    border: 2px solid #ff00ff;
    border-radius: 7px;
  }
 52%{
        border: 2px solid #dadada;
    border-radius: 7px;
  }
}


.pulse { 
  animation: pulse 1000s cubic-bezier(0.0, 0.0, 1, 0.0) infinite alternate; 


}


@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
/*#ddr1:hover {
background-color: unset !important;
}
#ddr2:hover {
 background-color: unset !important;
}
#ddr3:hover {
 background-color: unset !important;
}*/
.rad-label {
display: flex;
align-items: center;
border-radius: 100px;
padding: .8vw .5vw;

cursor: pointer;
transition: .3s;
font-size: 1vw;
}
.rad-label2 {
display: flex;
align-items: center;
border-radius: 100px;
padding: .8vw .5vw;

cursor: pointer;
transition: .3s;
font-size: 1vw;
}
.rad-label2:hover{
	-webkit-animation-name: vibratey;
	-webkit-animation-duration: 0.6s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}
.rad-label2:focus-within {
  background: hsla(0, 0%, 80%, .14);
}
.rad-label:hover,
.rad-label:focus-within {
  background: hsla(0, 0%, 60%, .14);
}
.rad-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}

.rad-design {
width: 1vw;
height: 1vw;
border-radius: 100px;
background: linear-gradient(to right bottom, hsl(154, 97%, 62%), hsl(225, 97%, 62%));
position: relative;
font-size: .5vw;
}

.rad-design::before {
  content: '';

  display: inline-block;
  width: inherit;
  height: inherit;
  border-radius: inherit;

  background: hsla(329.1, 100%, 80%, 0.69);
  transform: scale(1.1);
  transition: .3s;
}

.rad-input:checked+.rad-design::before {
  transform: scale(0);
}

.rad-text {
color: hsl(0, 0%, 60%);
margin-left: .5vw;
letter-spacing: 0.1vw;
text-transform: uppercase;
font-size: 1vw;
font-weight: 900;
transition: .3s;
}

.rad-input:checked~.rad-text {
  color: hsl(0, 0%, 40%);
}
.radside{
  display:flex;
  line-height: 1;
  flex-wrap: wrap;
}