#lang-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4); }

#lang-modal {
  display: none;
  position: fixed;
  width: 550px;
  min-height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  background-color: #ffffff;
  text-align: center;
  padding: 55px 20px 15px;
  max-height: 100%;
  overflow-y: auto; }
  #lang-modal.rtl {
    direction: rtl; }
    #lang-modal.rtl h2 a {
      margin-left: 5px;
      margin-right: 5px; }
  #lang-modal.ltr {
    direction: ltr; }
  @media (max-width: 768px) {
    #lang-modal {
      width: 100%;
      padding: 20px 5px 5px; } }
  #lang-modal a, #lang-modal h2 {
    color: #690104; }
  #lang-modal h2 {
    line-height: 1em; }
  #lang-modal .lang-close-wrapper {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 35px; }
    #lang-modal .lang-close-wrapper .lang-close {
      color: #868581;
      text-decoration: none; }
  #lang-modal button.lang-cont {
    padding: 16px 30px 14px;
    background: #690104;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    border: none;
    margin: 20px; }
  #lang-modal ul.lang-alts {
    list-style: none;
    text-align: center; }
    #lang-modal ul.lang-alts li.lang-alt {
      float: none;
      margin: 10px 20px;
      display: inline-block; }

i.icon-globe:after {
  content: ' ';
  display: inline-block;
  background-image: url(../images/globe.png);
  background-size: 15px auto;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom; }

.lang-list-wrapper {
  display: inline-block; }
  .lang-list-wrapper #lang-list {
    background-color: transparent;
    background-image: url(../images/down-chevron.svg);
    background-repeat: no-repeat;
    background-size: auto 12px;
    background-position-x: right;
    background-position-y: center;
    padding-left: 0;
    padding-right: 15px;
    border-radius: 2px;
    font-size: 1.1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    color: #fff; }
    .lang-list-wrapper #lang-list::-ms-expand {
      display: none; }
  .lang-list-wrapper #lang-list option {
    background: #fff;
    color: #000;
    width: 0; }
  .rtl .lang-list-wrapper #lang-list {
    background-position-x: left;
    padding-left: 15px;
    padding-right: 15px; }

/*# sourceMappingURL=lang.css.map */
