.language-modal {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0;
  height: 100%;
  width: 100%;
   z-index: 9100;
   background-color: rgba(0, 0, 0, 0.7);
}

.language-modal.show {
  display:inherit;
}

.language-modal.hidden {
  display: none;
}

body.language-modal.show {
  overflow: hidden;
}

.language-modal .modal-header h1 {
  font-size: 30px;
  text-align: center;
  color: #c0a57e;
  padding-top: 25px;
  margin-bottom: 0px;
  letter-spacing: -1px;
  text-transform: uppercase !important;
}

.language-list {
  text-align: center;
  text-transform: uppercase;
}

.modal-dialog {
    overflow: hidden;
    position: relative;
    top: 20%;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 500px;
    max-width: 940px;
    margin: auto;
}

.modal-content {
    max-width: 600px;
    margin: auto;
    position: relative;
    background-color: rgba(0,0,0,0.95);
    background-clip: padding-box;
    color: #fff;
    outline: 0;
}

.modal-close {
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('img/icon-close-alternate.svg') !important;
    background-color: transparent;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

@media (min-width: 960px) {
  .language-modal .modal-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.language-modal .modal-body {
  overflow: hidden;
  position: relative;
  padding: 20px 60px 0px 60px;
  color: #fff;
}
