.select2-container .select2-choice {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.select2-container .select2-choice .select2-arrow {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.select2-container .select2-choice .select2-arrow b {
  background: transparent !important;
}
.select2-container .select2-choice .select2-arrow b:after {
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: middle;
  content: "\f107";
  font-size: 12px;
  margin-left: 10px;
  color: #c3aa66;
}
.select2-container .select2-choice .select2-text {
  color: #c3aa66;
  display: inline-block;
  height: 30px;
  float: left;
}
.select2-container .select2-choice > .select2-chosen {
  outline: 0;
  border: 0;
}
.select2-container.select2-dropdown-open .select2-choice {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container.select2-dropdown-open .select2-arrow b:after {
  content: "\f077";
  font-size: 8px;
  font-weight: normal;
}
.language-switcher .select2-container {
  /*padding-top: 17px !important;
    border-bottom: 1px solid #5f5a56;
    padding-bottom: 19px !important;
    padding-right:14px;
    height:64px;*/
}
.language-switcher .select2-container:hover,
.language-switcher .select2-container .select2-container-active.select2-dropdown-open {
  /*background:#c3aa66;
      color:#fff;*/
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.language-switcher .select2-container:hover .select2-text,
.language-switcher .select2-container .select2-container-active.select2-dropdown-open .select2-text,
.language-switcher .select2-container:hover .select2-choice .select2-arrow b:after,
.language-switcher .select2-container .select2-container-active.select2-dropdown-open .select2-choice .select2-arrow b:after {
  color: #c3aa66;
}
.language-switcher .select2-container .select2-choice {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 30px;
}
.select2-drop {
  background: #c3aa66;
  border: 1px solid #555555;
}
.select2-results {
  max-height: 250px;
}
.select2-results .select2-highlighted {
  background: #000000;
}
.select2-results .select2-text {
  float: left;
  display: inline-block;
  height: 30px;
  padding-top: 3px;
}
.select2-results li {
  float: left;
  width: 100%;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
}
.flag {
  /*display:inline-block;*/
  display: none;
  width: 18px;
  height: 14px;
  position: absolute;
  margin-top: 6px;
}
.flag.ba,
.flag.BA {
  background: url('../images/flags/lang-ba.png') no-repeat transparent;
}
.flag.de,
.flag.DE {
  background: url('../images/flags/lang-de.png') no-repeat transparent;
}
.flag.en,
.flag.EN {
  background: url('../images/flags/lang-en.png') no-repeat transparent;
}
.flag.hr,
.flag.HR {
  background: url('../images/flags/lang-hr.png') no-repeat transparent;
}
.flag.it,
.flag.IT {
  background: url('../images/flags/lang-it.png') no-repeat transparent;
}
.flag.rs,
.flag.RS {
  background: url('../images/flags/lang-rs.png') no-repeat transparent;
}
.flag.rounded {
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  float: left;
  position: static;
  margin-top: 0;
  margin-right: 10px;
}
/*# sourceMappingURL=select2.css.map */