body {
  background: lightyellow; }

#active-popup {
  background-color: rgba(10, 10, 10, 0.45);
  position: absolute;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  z-index: 999; }

#popup-container {
  position: fixed;
  width: 60%;
  height: auto;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  display: none;
}


.splash-bg {
  position: relative;
  text-align: center; }

#popup-window {
  position: relative;
  background: #000;
  padding: 20px; }

.splash-bg h1, .splash-bg p {
  color: #fff; }

.splash-bg p {
  padding: 20% 5% 0 5%; }

#popup-container a.close {
  position: relative;
  float: right;
  top: -15px;
  right: -7px;
  z-index: 99;
  font-weight: bold;
  font-size: 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 2px 5px 2px 6px;
  line-height: 1em;
  text-align: center;
  color: #000;
  background: #f7eed9;
  border: 4px solid #b0d5ce;
  cursor: pointer; }
