.Lang {
  padding-top: 22px;
  padding-bottom: 0;
}
.Lang a {
  color: #fff;
  font-weight:normal;
}

.Lang a:hover {
  font-weight:700;
  text-decoration:none;
}

.Lang p {
  font-weight:700;
}

@media only screen and (max-width: 1199px) {
  .navbar .Lang {
    position: absolute;
    right: 0;
    top: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .Lang-col .Lang {
    position: relative;
    top: 0;
    right: 10px;
    float: right;
    padding-top: 0;
  }
}