.modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 650px;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
@media (min-width: 32em) {

.modal-box { width: 53%; }
}

.modal-box .modal-body { padding: 2em 1.5em; font-family: myriad pro; color: #807e7e}

.modal-overlay {
  opacity: 0;
  display: none;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

.modal-body .first{
  font-size: 46px;
  letter-spacing: -1px;
}

.modal-body .second{
  font-size: 24px;
  letter-spacing: -1px;
  margin: 20px 0;
}

img.popup-logo{
    width: 225px;
    margin-bottom: 15px;
}

.outer{
	width: 100%;
	height: 25px;
	display: block;
	position: absolute;
}