#ig{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 864px;
  height: 1068px;
  background-color: #ffffff;
  border: 1px #909090 solid;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
#ig *{
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
#main_zag{
  position: absolute;
  font-family: 'FiraSans-Regular';
  font-size: 18px;
  color: #3a3a3a;
  top: 35px;
  left: 50px;
  line-height: 100%;
}
#logo{
  position: absolute;
  bottom: 35px;
  right: 35px;
  display: block;
}
#copy{
  font-family: 'PTSans';
  font-weight: normal;
  font-size: 11px;
  color: #959595;
  position: absolute;
  bottom: 35px;
  left: 50px;
}
#map_bg{
  position: absolute;
  left: 50px;
  top: 135px;
  border: 1px #909090 solid;
  width: 780px;
  overflow: hidden;
}
#legend{
  position: absolute;
  left: 630px;
  top: 150px;
}
#butts{
  position: absolute;
  left: 50px;
  top: 90px;
}
#butts2{
  position: absolute;
  left: 50px;
  top: 90px;
  visibility: hidden;
}
.lines{
  visibility: hidden;
}
.butt1{
  cursor: pointer;
}
.ccc{
  visibility: hidden;
}

#fader{
  position: absolute;
  left: 51px;
  top: 136px;
  width: 780px;
  height: 854px;
  background-color: #E9E8D9;
  opacity: 0.7;
  visibility: hidden; 
}

#hint{
  position: absolute;
  width: 210px;
  padding: 15px 20px;
  background-color: #ffffff;
  top:200px;
  left:100px;
  visibility: hidden;
}
#hname{
  position: relative;
  font-family: 'FiraSans-Medium';
  font-size: 16px;
  color: #3a3a3a;
  padding-bottom: 15px;
}
#hdate{
  position: relative;
  font-family: 'FiraSans-Regular';
  font-size: 16px;
  color: #D64526;
  padding-bottom: 15px;
}
#htype{
  position: relative;
  font-family: 'FiraSans-Regular';
  font-size: 16px;
  color: #3a3a3a;
}

#timeline{
  position: absolute;
  left: 50px;
  top: 90px;
  width: 780px;
  height: 46px;
  background-color: #f8f8f3;
  border: 1px #909090 solid;
  overflow: hidden;

}
.month{
  position: absolute;
  height: 45px;
  width: 90px;
  top:0px;
}
.riski{
  position: absolute;
  width: 100%;
  height: 8px;
  top: 4px;
  background: url("../img/pattern.png");
}

.mcont{
  position: absolute;
  width: 100%;
  height: 28px;
  top: 16px;
  background-color: #ebebdb;
  text-align: center;
  position: relative;
  font-family: 'FiraSans-Regular';
  font-size: 10px;
  color: #3a3a3a;
  padding-top:10px !important;
  line-height: 100%;
}

#tcont2{
  position: absolute;
  left: 30px;
  top: 0px;
  height: 46px;
  width: 718px;
  overflow: hidden;
}

#tcont{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 46px;
  cursor: pointer;
}

.mark{
  position: absolute;
  top: 4px;
  height: 8px;
  background-color: #d94527;
}
.year1{
  position: absolute;
  top:0px;
  width: 1px;
  height: 44px;
  background-color: #444444;
}
.year2{
  position: absolute;
  top:16px;
  width: 23px;
  height: 10px;
  background-color: #444444;
  font-family: 'FiraSans-Regular';
  font-size: 8px;
  color: #ffffff;
  padding: 1px;
  text-align: center;
}
#bBack{
  position: absolute;
  left: 0px;
  top:0px;
  cursor: pointer;
}
#bFwd{
  position: absolute;
  right: 0px;
  top:0px;
  cursor: pointer;
}
.qb{
  cursor: pointer;
  margin-bottom: 3px;
}