.language-selector {
	float: right;
	position: relative;
	display: inline-block;
}

.language-selector>.btn:first-child {
	  margin-left: 0;
}

.language-selector .btn {
	  float: left;
	  position: relative;
	  display: inline-block;
	  margin-bottom: 0;
	  font-weight: 350;
	  text-align: center;
	  white-space: nowrap;
	  vertical-align: middle;
	  touch-action: manipulation;
	  cursor: pointer;
	  user-select: none;
	  background-image: none;
	
	  /* size */
	  padding: 5px 10px;
	  font-size: 0.7rem;
	  line-height: 1.5;
	  border-radius: 3px;
	  /* Aspect */
	  background-color: #fff;
	  border-color: #fff;
}

.language-selector .dropdown-menu {
	  position: absolute;
	  top: 100%;
	  left: -60px;
	  z-index: 1000;
	  display: none;
	  float: left;
	  font-size: 10px;
	  text-align: left;
	  list-style: none;
	  background-color: #fff;
		}

.language-selector .dropdown-menu img {
		width: 24px;
		height: 12px;
		max-width: inherit;
}

.language-selector .dropdown-menu li {
    line-height: 1rem;
    font-color: #c0c0c0;
    display: list-item;
    text-align: -webkit-match-parent;
}

.language-selector .dropdown-menu li:hover {
    background-color: #eee;
}

.language-selector .dropdown-menu>li>a {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
