@media only screen and (max-width: 576px) {
  .languages_wrapper::before, .languages_wrapper::after {
    height: 0px;
    width: 0px;
  }
}

@media only screen and (min-width: 576px) {
  .languages_wrapper::before, .languages_wrapper::after {
    height: 25px;
    width: 3px;
  }
}

#la0 a {
  text-decoration: none;
}

/*
#la0 div:hover {
	border-bottom: 3px solid red;
}*/
.la1, .la2 {
  cursor: pointer;
  width: auto;
  position: relative;
}

.la2 span {
  color: #FD8E50 !important;
}

.languages_wrapper {
  font-size: 17px !important;
}

.languages_wrapper::before, .languages_wrapper::after {
  content: " ";
  position: absolute;
  background-color: white;
  border-radius: 3px;
}

.languages_wrapper::before {
  left: 4px;
}

.languages_wrapper::after {
  right: 4px;
}
/*# sourceMappingURL=styles.css.map */