@charset "UTF-8";
/* breakpoints */
.language-selector {
  position: relative;
  padding-top: 7px;
  margin-right: 20px;
}

.language-selector .language-selector-select-item {
  cursor: pointer;
  position: relative;
}

.language-selector .language-selector-select-item > a {
  display: inline-block;
  position: relative;
  padding-right: 12px;
}

@media only screen and (max-width: 1023px) {
  .language-selector .language-selector-select-item > a {
    color: #ffffff;
    height: auto;
  }
}

.language-selector .language-selector-select-item > a:hover {
  text-decoration: none;
}

.language-selector .language-selector-select-item:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #333333;
  position: absolute;
  font-size: 4px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.language-selector .language-selector-select-item:hover:after {
  color: #0084cb;
}

.language-selector .language-selector-item-container {
  padding: 0;
  position: absolute;
  min-width: 60px;
  z-index: 10;
  display: none;
  text-align: center;
  right: 0;
  background-color: white;
  bottom: 74px;
  left: 0px;
  box-shadow: 0px 8px 11px -3px #d1d1d1;
}

@media only screen and (min-width: 1024px) {
  .language-selector .language-selector-item-container {
    left: -20px;
    bottom: initial;
    top: 30px;
  }
}

.language-selector .language-selector-item {
  margin: 10px;
  cursor: pointer;
  border-bottom: none;
  text-decoration: underline;
  float: left;
}

.language-selector .language-selector-item.is-active {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .language-selector .language-selector-item {
    border-bottom: 1px solid #9b9b9b;
    float: none;
    margin: 0px;
    border-bottom: none;
  }
}

.language-selector .language-selector-item:first-child {
  margin-bottom: 0;
}

.language-selector .language-selector-item a {
  text-decoration: none;
  font-weight: normal;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
  .language-selector .language-selector-item a {
    color: #333333;
  }
}

.language-selector .language-selector-link {
  padding: 0px 20px 0 30px;
}

@media only screen and (max-width: 1023px) {
  .language-selector .language-selector-select-item a {
    color: white;
  }
}
