.chosen-container {
  width: 100%!important;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1010;
  width: 100%;
  border: 1px solid #c5b99f;
  border-top: 0;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0,0,0,.15);
  display: none;
}

.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 10px;
  height: 35px;
  background-color: #fff;
  border: 1px solid #c5b99f;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  line-height: 33px;
}

.chosen-container-single .chosen-default {
  color: #837860;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-search {
  position: relative;
  padding: 0 4px 4px;
  display: block;
}

.chosen-single:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 10px;
  border: 7px solid transparent;
  border-top: 10px solid #777;
}

.chosen-with-drop .chosen-single:after {
  bottom: 12px;
  top: auto;
  border-bottom: 10px solid #777;
  border-top: 7px solid transparent;
}

.chosen-container-single .chosen-search input[type=text] {
  padding: 0 30px 0 10px;
  width: 100%;
  height: 35px;
  border: 1px solid #c5b99f;
  background: url("chosen-sprite@2x.png") no-repeat 102% -33px;
  font-size: 16px;
  font-family: inherit;
  background-size: 84px;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  display: none;
}

.chosen-container .chosen-results {
  color: #333;
  position: relative;
  overflow: hidden;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 216px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: block;
  margin: 0;
  padding: 10px;
  line-height: 16px;
  font-size: 14px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  cursor: pointer;
}

.chosen-container .chosen-results li.result-selected {
  background: #f4f4f4;
  color: #ce3a12;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #CE3A12!important;
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #555;
  background: #f4f4f4;
}

.chosen-with-drop .chosen-drop,
.chosen-with-drop .chosen-single {
  border-color: #ce3a12;
}
