/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
  html{
   overflow: hidden; 
  }
  html body { 
        height: 100vh;
        overflow: hidden;
        }
      body{
        font-family: Helvetica, Arial, sans-serif;
        line-height: 1.3em; 
        -webkit-font-smoothing: antialiased; 
      }
      .container {
          width: 90%;
          margin: 20px auto;
          background-color: #FFF;
          padding: 20px;
      }

      pre, code {
        font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
        font-size: 12px;
        color: #333;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
      }
      pre { border: 1px solid #CCC; background-color: #EEE; color: #333; padding: 10px; overflow: scroll; }
      code { padding: 2px 4px; background-color: #F7F7F9; border: 1px solid #E1E1E8; color: #D14; }
      .fwis-wrap{
      position:relative;
      }
      .other { 
        display: block;
       /*left: -100%;*/
        color: #FFF;
        height: 100vh; 
        /*float: left;*/
  overflow: hidden;
         }
         .other > div > h1 {
    text-shadow: 1px 1px 4px gray;
}
         .other .dummy h3 a{
    margin-top: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-style: normal;
    text-align: center;
   }
       .active{
        display: block;
        height: 100vh; 
        left: 0;        
       }  
      .other > div {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
      }
      .other div p { padding: 10px; }
      .fwmbup, .fwmbdown{
    background:rgba(0,0,0,0.6);
    color: white;
    font-size: 45px;
   text-decoration: none;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 45%;
    z-index: 999;
    -webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
outline: none;
      }
      .fwmbup:hover, .fwmbdown:hover{
  text-decoration: none;
      }
      .fwmbup{
        right: 0;
  -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
      }
      .dummy{
position:absolute;
max-width:50px;
max-height: 50px;
      }
     /* .dummy > img{
  display: none;
      }*/
      .other .fwmb_tooltip {
    display: none;
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    color: #000;
    height: auto;
    left: 0;
    line-height: 19px;
    padding: 32px;
    position: absolute;
    text-align: justify;
    text-shadow: none;
    top: 0;
    width: 300px;
    z-index: 1000;
    box-shadow: 2px 2px 5px gray;
}
.fwmb_tooltip .title {
    float: left;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}
.fwmb_tooltip .price_tag, .fwmb_link{
    width: 100%;
    float: left;
    text-align: center;
}
.fwmb_link{
  text-transform: lowercase;
  font-weight: bold;
  font-style: italic; 
  font-size: 12px;
}

.fwmb_link::before {
    content: "+";
    display: block;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    top: 0;
}

.fwmb_tooltip .price_tag::before {
    content: "-";
    display: block;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
    top: 0;
}
.fwmb_tooltip .price_tag, .fwmb_link{
 display: none; 
}
/*
body .other .fwmb_tooltip{
 transition: background 0.5s ease, opacity 0.5s ease ;
 background: transparent;
 opacity: 1;
}
body .other .fwmb_tooltip:hover{
 background: #fff; 
}
body .other .fwmb_tooltip:hover .price_tag, body .other .fwmb_tooltip:hover .fwmb_link{
  display:block;
}
body .other a, body .other span, .other .price_tag, .other .amount{
 color: #fff!important; 
}
body .other .fwmb_tooltip:hover a, body .other .fwmb_tooltip:hover span, .other .fwmb_tooltip:hover .price_tag, .other .fwmb_tooltip:hover .amount{
 color: #333!important; 
}*/