/*switch language*/
.container-lang {
  display: block;
  padding: 8px;
  /* width: 100%; */
  position: relative;
  }
  .lang-content {
  z-index: 1;
  float: right;
  right: 20px;
  top: 8px;
  position: initial;
  direction: ltr;
  }
  .lang-content a:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
  }
  .lang-content a:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
  }
  .lang-content a {
  /*background-image: -webkit-linear-gradient(bottom, #F77A2C 0, #F2A151 100%);
  background-image: linear-gradient(to top, #F77A2C 0, #F2A151 100%);*/
  background: #8bb461;
  background: -webkit-linear-gradient(rgb(91, 162, 77) 0%, rgba(164,255,147,1) 100%);
  color: #fff;
  position: relative;
  float: left;
  display: inline-block;
  padding: 6px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  text-decoration: none
  }
  .lang-content a:hover {
  color: #fff;
  background: #8bb461;
  background: -webkit-linear-gradient(rgba(22,136,0,1) 0%, rgba(164,255,147,1) 100%);
  /* background: -o-linear-gradient(rgba(22,136,0,1) 0%, rgba(164,255,147,1) 100%);
  background: linear-gradient(rgba(22,136,0,1) 0%, rgba(164,255,147,1) 100%); */
  }