#thover{
  position:fixed;
  background:#000000;
  width:100%;
  height:100%;
  opacity: 0.9;

}

#tpopup{

  position:absolute;
  width:60%;
  background:#f76c1d;
  left:20%;
  top:-5%;
  border-radius:5px;
  padding:10px;
    text-align:center;
  box-shadow:0 0 10px 0 #000;
   z-index:10001;
}
#tclose{
  position:absolute;
  background:black;
  color:white;
  right:-15px;
  top:-15px;
  border-radius:50%;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:8px;
  font-weight:bold;
  font-family:'Arial Black', Arial, sans-serif;
  cursor:pointer;
  box-shadow:0 0 10px 0 #000;
}


#thover1{
  position:fixed;
  /*background:#000;*/
  width:100%;
  height:100%;
  opacity: .6;
}

#tpopup1{
   position:absolute;
  width:60%;
  background:#fff;
  left:20%;
  top:5%;
  border-radius:5px;
  padding:10px;
    text-align:center;
  box-shadow:0 0 10px 0 #000;
   z-index:10001;
}
#tclose1{
  position:absolute;
  background:black;
  color:white;
  right:-15px;
  top:-15px;
  border-radius:50%;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:8px;
  font-weight:bold;
  font-family:'Arial Black', Arial, sans-serif;
  cursor:pointer;
  box-shadow:0 0 10px 0 #000;
}


#thover2{
  position:fixed;
  /*background:#000;*/
  width:100%;
  height:100%;
  opacity: .6;
}

#tpopup2{
   position:absolute;
  width:60%;
  background:#fff;
  left:20%;
  top:5%;
  border-radius:5px;
  padding:10px;
    text-align:center;
  box-shadow:0 0 10px 0 #000;
   z-index:10001;
}
#tclose2{
  position:absolute;
  background:black;
  color:white;
  right:-15px;
  top:-15px;
  border-radius:50%;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:8px;
  font-weight:bold;
  font-family:'Arial Black', Arial, sans-serif;
  cursor:pointer;
  box-shadow:0 0 10px 0 #000;
}

#thover3{
  position:fixed;
  /*background:#000;*/
  width:100%;
  height:100%;
  opacity: .6;
}

#tpopup3{
   position:absolute;
  width:60%;
  background:#fff;
  left:20%;
  top:5%;
  border-radius:5px;
  padding:10px;
    text-align:center;
  box-shadow:0 0 10px 0 #000;
   z-index:10001;
}
#tclose3{
  position:absolute;
  background:black;
  color:white;
  right:-15px;
  top:-15px;
  border-radius:50%;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:8px;
  font-weight:bold;
  font-family:'Arial Black', Arial, sans-serif;
  cursor:pointer;
  box-shadow:0 0 10px 0 #000;
}