.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  top: 0px; left: 0;
  bottom: 0px; right: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999 !important;
}

.popup-container {
  position: absolute;
  max-width: 600px;
  width: 40%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup-header {
  padding: 32px;
  background: #138dcd;
}

.popup-header img {
  width: 50%;
  margin: 0 auto !important;
}

.popup-body h2 {
  margin: 0 0 32px 0;
  color: #138dcd;
}

.popup-body {
  padding: 32px 64px 32px 64px;
  background: #ffffff;
  text-align: center;
}

.popup-buttons {
  position: absolute;
  top: 16px; right: 16px;
  text-align: center;
  background: #ffffff;
}

.popup-buttons a {
  display: block;
  padding: 2px 0 0 0;
  width: 24px;
  height: 24px;
  background: #ffffff;
}

.popup a, .popup a:active, .popup a:focus {
  outline: none;
}


/* Popup */

/*.popup-body {
padding: 0px;
border-radius: 6px;
background: url('../img/fade.png') no-repeat top center #0c7032;
}*/

.popup-body .content {
  padding: 8px;
}

.popup-body .content .balloon {
  display: block;
  margin: 0 auto;
  width: 65%;
}

.popup-body .content .balloon img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.popup-body .content .image {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.popup-body .content .image img {
  margin: 0 auto;
  width: 60%;
  height: auto;
}

.popup-body .content .title {
  display: block;
  margin: 8px 0;
  letter-spacing: 2px;
  font-family: 'Badaboom';
  font-size: 32px;
  line-height: 32px;
}
