
.lang{
	margin: 0 auto; 
	height: 30px; 
	width: 80%;
}

.lang_ul li{
	cursor: pointer;
}

.selectt {
  display: inline-block;
  cursor: pointer;
  padding: 20px 14px 20px;
  /* padding-left: 32.7586206897%; */
  outline: 0;
  border: 1px solid #bbbbbb;
  background: #ffffff;
  color: #333333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 60px;
  text-align: center;
}
.selectt label {
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  top: 18px;
  left: 20px;
}

.selectt + .selectt {
  margin-top: 0px;
  margin-bottom: 35px;
}

.selectt select::-ms-expand {
  display: none;
}

.selectt select:hover,
.selectt select:focus {
  color: #333333;
  background: #ffffff;
}

.selectt select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.selectt__arrow {
  position: absolute;
  top: 26px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #2fae8e transparent transparent transparent;
}


.headroom {
  background: #2fae8e;
  z-index: 9999 !important;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  transform: translate3d(0px, 0px, 0px);
  
}

.headroom--pinned {
  background: #2fae8e;
  box-shadow: 0px -16px 56px -4px #333;
}

.Header {
  height: 100px;
  width: 100%;
}
.Header .header-wrap {
  height: 100%;
  padding: 0 10px;
  margin: 0 auto;
  line-height: 96px;
}
.Header .logo {
  float: left;
}
.Header .logo img {
  vertical-align: middle;
  cursor: pointer;
}
.Header .nav li {
  float: left;
  margin-left: 45px;
  font-size: 1rem;
}
.Header .nav li label {
  cursor: pointer;
  color: #ffffff;
}

.HeaderRight {
  float: right;
}
.HeaderRight li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 0;
}
.HeaderRight li .login-button {
  width: 100px;
  line-height: 35px;
  border: none;
  background: #ffffff;
  color: #2fae8e;
  border-radius: 17.5px;
  font-size: 16px;
  cursor: pointer;
  outline: none;
}
.HeaderRight li .login-button:hover {
  background: rgba(245, 245, 245, 0.8);
  color: teal;
}

@media all and (min-width: 1200px) {
  .header-wrap {
    width: 1180px;
  }
}
@media all and (max-width: 1200px) {
  .Header {
    height: 75px;
  }
  .Header .header-wrap {
    padding: 0 2.6666666667em;
    line-height: 75px;
  }
  .Header .logo img {
    width: 70%;
  }
  .Header .nav {
    display: none;
  }
  .Header .HeaderRight {
    display: none;
  }
}


