.lang-popup {
  position: fixed;
  top: 0;
  left: 50%;
  bottom: 0;
  /* left: 0; */
  z-index: 1050 !important;
  overflow: hidden;
  outline: 0;
  max-width: 410px;
  margin-left: -205px;
}
.lang-popup footer.modal-footer,
.lang-popup header.modal-header {
  display: none;
}
#langPopup .modal-close-icon {
  height: 15px;
  margin: auto;
  width: 15px;
}
#langPopup .modal-dialog {
  max-width: 410px;
  /*min-height: 460px;*/
  padding: 0;
  /*background-color: #BAC5B9;*/
  /*background-image: url('../images/lang-popup-bg.jpg');*/
  background-repeat: no-repeat;
  background-size: 465px;
  background-position: top center;
  background-color: #fff;
  /*border: 37px solid #FFF;*/
}
@media (min-width: 550px) {
  #langPopup .modal-dialog {
    margin-top: 0px;
  }
}
#langPopup .modal-content {
  height: 100%;
  padding: 0;
  padding-top: 40px;
  background-color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 767px) {
  #langPopup .modal-content {
    padding: 25px;
  }
}
#langPopup .modal-header {
  padding-bottom: 0px;
  border-bottom: none;
}
#langPopup .modal-header .close {
  color: #EEE;
  font-size: 40px;
  font-weight: 100;
  position: absolute;
  top: -10px;
  right: 6px;
}
#langPopup .modal-header .modal-title {
  float: none;
  margin-bottom: 0px;
  font-size: 14pt;
  /* font-family: "Roboto Condensed"; */
  text-align: center;
  letter-spacing: 0;
}
#langPopup .modal-body {
  padding-top: 0px;
  padding-bottom: 22px;
}
#langPopup .modal-body p {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10pt;
  /* font-family: "Roboto Condensed"; */
  /*letter-spacing: 1px;*/
  text-align: center;
  padding: 0 18px;
}
#langPopup .modal-body p:not(:last-child) {
  margin-bottom: 19px;
}
#langPopup .modal-body p:last-child {
  margin-bottom: 19px;
}
#langPopup .modal-body .body-large {
  font-size: 20px;
  text-transform: uppercase;
}
#langPopup .modal-body .button {
  width: 100%;
  height: 32px;
  margin: 0px 0px;
  padding: 8px 12px;
  font-size: 10.5pt;
  /* font-family: "Roboto Condensed"; */
  color: #fff;
  background-color: #000;
  border: 1px inset #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  #langPopup .modal-body .button {
    margin: 0px 20px;
  }
}
@media (max-width: 500px) {
  #langPopup .modal-body .button {
    display: block;
    margin: 0px auto;
  }
  #langPopup .modal-body .button:first-of-type {
    margin-bottom: 15px;
  }
}
#langPopup .modal-body .button:last-child {
  margin-top: 15px;
}
#langPopup .modal-body .button:hover {
  background-color: #fff;
  color: #000;
  border: 1px inset #000;
}
div.modal-dialog.language-popup-13 h4#langPopupLabel {
  font-size: 13pt;
}
