/* line 1, ../sass/styles_injection.scss */
.languages_wrapper {
  display: block;
  max-width: 1140px;
  width: 95%;
  margin: 10px auto;
  text-align: right;
  position: relative;
  z-index: 100;
  font-family: "Raleway";
}
/* line 11, ../sass/styles_injection.scss */
.languages_wrapper .language_selected {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  width: 190px;
  text-align: center;
  cursor: pointer;
}
/* line 20, ../sass/styles_injection.scss */
.languages_wrapper .language_options {
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  z-index: 100;
  text-align: center;
  background-color: #fff;
  display: none;
}
/* line 30, ../sass/styles_injection.scss */
.languages_wrapper .language_options .language_element {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  cursor: pointer;
}
