.lighttbox {
  position: fixed;
  width: 100%;
  min-height: 80vh;
  top: 0;
  left: 0;
  overflow-y: auto;
  display: none;
  z-index: 16;
}
.lighttbox .modal-message {
  background: #000;
}
.modal-message .ltwp {
  width: 50%;
  left: 0;
  margin: 0 auto;
  right: 0;
  transform: translate(0%, 50%);
}
.ltwp {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.ltbox {
  width: 100%;
  padding: 40px;
  color: #fff;
  line-height: 1.6;
  font-size: 18px;
  display: none;
  background: rgba(0, 0, 0, 0.95);
}

.ltbox h2 {
  font-size: 26px;
  color: #eed6ff;
  text-align: center;
  padding: 0px 0 10px;
  text-transform: uppercase;
}
.ltbox hr {
  display: none;
}
.ltbox h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 80%;
  margin: 15px auto 0;
  background: #eed6ff;
  opacity: 0.5;
}

.ltbox h4 {
  padding: 30px 0 10px;
  font-size: 22px;
}

.ltbox h4 span {
  border-bottom: #666 2px solid;
}

.ltbox p {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 20px;
}

.ltbox .btclose {
  text-align: center;
  padding-top: 30px;
}

.ltbox .btclose button {
  background: #222;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}

.ltbox .btclose button:hover {
  background: #3d2c70;
}

@media screen and (max-width: 960px) {
  .ltbox .btclose button {
    width: 100%;
  }
}

#terms {
  text-align: left;
}

#terms a {
  color: #c00;
  border-bottom: #c00 1px dotted;
  cursor: pointer;
  margin-left: 10px;
}

#terms a:hover {
  color: #3d2c70;
  border-bottom: #3d2c70 1px solid;
}

#terms ul {
  margin-left: 20px;
}

#terms ul li {
  list-style: lower-roman;
  line-height: 1.6;
  padding-bottom: 10px;
}

#terms ul li ul li {
  list-style: lower-alpha;
}
