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

#popup-container {
  //width: 45%;
  width: auto;
  height: auto;
  margin: 0 auto;
  margin-top: 5%;
  position: fixed;
  left: 28%;
  z-index: 999;
  top: 0;
  display: none;
}

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

#popup-window { position: relative; }

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


#popup-container a.close {
  position: relative;
  float: right;
  top: -15px;
  right: -7px;
  z-index: 1000;
  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;
  background: #E74C3C;
  border: 4px solid #fff;
  cursor: pointer;
  color:#fff;
}

.close {
	opacity: 1 !important;	
}

@media (max-width: 468px){

	#popup-container {
	  //width: 45%;
	  width: auto;
	  height: auto;
	  margin: 0 auto;
	  margin-top: 5%;
	  position: fixed;
	  left: 5%;
	  right: 5%;
	  z-index: 999;
	  top: 0;
	  display: none;
	}

}