/* START LANG MENU */

.hide {
    display: none;
  }
  
  .select-dropdown {
    cursor: pointer;
    z-index: 1005;
    position: absolute;
    top: 23px;
    right: 24px;
    display: block;
    margin: 0;
    padding: 0;
    width: 28px;
    height: 28px;
  }
  
  .list-container {
    float: left;
    padding: 0 24px;
    min-width: 200px;
  }
  
  .select-menu {
    background: #fff;
    z-index: 1006;
    position: absolute;
    right: 24px;
    top: 70px;
    margin-top: 0;
    border-radius: 20px;
    padding: 8px 0 24px 0;
  
    cursor: pointer;
    transform: translateZ(0);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .05);
  }
  
  .select-menu .close {
    display: none;
  }
  
  .select-menu .menu-title {
    display: none;
    position: absolute;
    top: 26px;
    font-family: 'jet-regular', 'Open Sans', 'Avant Garde', 'Century Gothic', Helvetica, Arial, sans-serif;
    letter-spacing: 0.01em;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
  }
  
  
  .select-menu span {
    padding-left: 0px;
    color: #293133;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    text-transform: none;
  }
  
  .select-menu .button-user:hover span {
    color: #ff8000;
  }
  
  .select-menu .button-user.current span {
    font-weight: 600;
  }
  
  .select-menu .title {
    padding: 12px 0;
    font-family: 'jet-bold', 'Open Sans', 'Avant Garde', 'Century Gothic', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #293133;
  }
  
  
  .select-dropdown .locale-flag-nl:before {
    content: "";
    position: absolute;
  
    background: url("../img/country-svg/nl.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid #fff;
    cursor: pointer;
  }
  
  
  .select-dropdown .locale-flag-lu:before {
    content: "";
    position: absolute;
  
    background: url("../img/country-svg/lu.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid #fff;
    cursor: pointer;
  }
  
  .select-dropdown .locale-flag-fr:before {
    content: "";
    position: absolute;
  
    background: url("../img/country-svg/fr.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid #fff;
    cursor: pointer;
  }
  
  .select-dropdown .locale-flag-at:before {
    content: "";
    position: absolute;
  
    background: url("../img/country-svg/at.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid #fff;
    cursor: pointer;
  }
  
  .select-dropdown .locale-flag-de:before {
    content: "";
    position: absolute;
  
    background: url("../img/country-svg/de.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid #fff;
    cursor: pointer;
  }
  
  .select-dropdown .locale-flag-pl:before {
    content: "";
    position: absolute;
  
    background: url("../img/country-svg/pl.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid #fff;
    cursor: pointer;
  }
  
  .select-dropdown .locale-flag-gb:before {
    content: "";
    position: absolute;
  
    background: url("../img/country-svg/gb.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid #fff;
    cursor: pointer;
  }
  
  .select-dropdown .locale-flag-bg:before {
    content: "";
    position: absolute;
  
    background: url("../img/country-svg/bg.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid #fff;
    cursor: pointer;
  }

    .select-dropdown .locale-flag-be:before {
    content: "";
    position: absolute;
  
    background: url("../img/country-svg/be.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid #fff;
    cursor: pointer;
  }
  
  .select-dropdown .locale-flag-it:before {
    content: "";
    position: absolute;
  
    background: url("../img/country-svg/it.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid #fff;
    cursor: pointer;
  }
  
  .select-dropdown .locale-flag-pt:before {
    content: "";
    position: absolute;
  
    background: url("../img/country-svg/pt.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid #fff;
    cursor: pointer;
  }
  
  .select-dropdown .locale-flag-ro:before {
    content: "";
    position: absolute;
  
    background: url("../img/country-svg/ro.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid #fff;
    cursor: pointer;
  }
  
  .select-dropdown .locale-flag-dk:before {
    content: "";
    position: absolute;
  
    background: url("../img/country-svg/dk.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid #fff;
    cursor: pointer;
  }
  
  .select-dropdown .locale-flag-es:before {
    content: "";
    position: absolute;
  
    background: url("../img/country-svg/es.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid #fff;
    cursor: pointer;
  }
  
  .select-dropdown .locale-flag-no:before {
    content: "";
    position: absolute;
  
    background: url("../img/country-svg/no.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid #fff;
    cursor: pointer;
  }
  
  .select-dropdown .locale-flag-ie:before {
    content: "";
    position: absolute;
  
    background: url("../img/country-svg/ie.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid #fff;
    cursor: pointer;
  }
  
  .select-dropdown .locale-flag-ch:before {
    content: "";
    position: absolute;
  
    background: url("../img/country-svg/ch.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid #fff;
    cursor: pointer;
  }
  
  
  .button-user {
    position: relative;
  }
  
  .select-menu .locale {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 20px;
  }
  
  .select-menu .locale:after {
    content: "";
    position: absolute;
    top: 10px;
  
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
  }
  
  .select-menu .locale-flag-nl:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 1px;
  
    background: url("../img/country-svg/nl.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
  }
  
  .select-menu .locale-flag-lu:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 1px;
  
    background: url("../img/country-svg/lu.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
  }
  
  .select-menu .locale-flag-fr:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 1px;
  
    background: url("../img/country-svg/fr.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
  }
  
  .select-menu .locale-flag-at:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 1px;
  
    background: url("../img/country-svg/at.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
  }
  
  .select-menu .locale-flag-de:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 1px;
  
    background: url("../img/country-svg/de.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
  }
  
  .select-menu .locale-flag-pl:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 1px;
  
    background: url("../img/country-svg/pl.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
  }
  
  .select-menu .locale-flag-gb:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 1px;
  
    background: url("../img/country-svg/gb.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
  }
  
  .select-menu .locale-flag-bg:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 1px;
  
    background: url("../img/country-svg/bg.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
  }
  
  .select-menu .locale-flag-it:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 1px;
  
    background: url("../img/country-svg/it.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
  }
  
  .select-menu .locale-flag-pt:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 1px;
  
    background: url("../img/country-svg/pt.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
  }
  
  .select-menu .locale-flag-ro:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 1px;
  
    background: url("../img/country-svg/ro.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
  }
  
  .select-menu .locale-flag-dk:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 1px;
  
    background: url("../img/country-svg/dk.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
  }
  
  .select-menu .locale-flag-es:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 1px;
  
    background: url("../img/country-svg/es.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
  }
  
  .select-menu .locale-flag-no:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 1px;
  
    background: url("../img/country-svg/no.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
  }
  
  .select-menu .locale-flag-ie:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 1px;
  
    background: url("../img/country-svg/ie.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
  }
  
  
  .select-menu .locale-flag-ch:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 1px;
  
    background: url("../img/country-svg/ch.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
  }
  
  /* END LANG MENU */
  
  
  
  @media only screen and (max-width :1024px) {
  
    /* START LANG MENU */
  
    .select-menu {
      background: #f8f5f2;
      z-index: 1006;
      position: fixed;
      overflow-y: scroll;
      overflow-x: hidden;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin-top: 0;
      border-radius: 0px;
      padding: 90px 16px 16px;
  
      width: 100%;
      min-width: 100%;
      min-height: 100%;
  
      cursor: pointer;
      transform: none;
      box-shadow: 0 3px 8px 0 rgba(0,0,0,.05);
    }
    .select-menu:before {
      content: '';
      position: absolute;
      background: #ff8000;
      left: 0;
      top: 0;
      height: 72px;
      width: 100%;
      display: block;
    }
    .select-menu .title {
      display: none;
    }
    .select-menu .menu-title {
      display: block;
    }
    .select-menu .close {
      cursor: pointer;
      display: block;
      position: absolute;
      top: 28px;
      right: 22px;
      width: 20px;
      height: 20px;
      background: url("../img/icons-svg/icon-close-white.svg") center center no-repeat;
      background-size: 50% 50%;
  
      -webkit-transition: -webkit-transform .8s ease-in-out;
      transition: transform .8s ease-in-out;
    }
    .select-menu .close:hover {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  
    .mycontentTop {
      left: inherit;
      transform: none;
    }
  
    .list-container {
      background: #fff;
      float: left;
      padding: 16px 24px;
      width: 100%;
      min-width: 100%;
      border-radius: 5px;
    }
  
    /* END LANG MENU */
  
  }

.select-dropdown.empty,
.select-dropdown.empty .button-user {
  background-image: none !important;
}
.select-dropdown.empty:after,
.select-dropdown.empty:before,
.select-dropdown.empty .button-user:after,
.select-dropdown.empty .button-user:before {
  display: none !important;
  content: none !important;
}