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

#popup-container {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  margin-top: 5%;
  position: fixed;
  z-index: 999;
  top: 0;
  display: none;
  background: #fff; }
  @media screen and (min-width: 750px) {
    #popup-container {
      margin-top: 300px;
      left: 28%; } }

.modal-content {
  position: relative;
  text-align: center; }

#popup-window {
  position: relative; }

.modal-content h1,
.modal-content p {
  color: #000; }

.modal-content p {
  padding: 10px; }

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


