.google-map {
/*  background-color: #f0ad4e; */
  background-color: #ec971f;
/*  border-color: #eea236; */
  border-color: #d58512;
  color: #000;
  font-weight: bold;
}
.google-map:focus,
.google-map.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.google-map:hover {
/*  background-color: #ec971f; */
  background-color: #FFFF00;
  border-color: #d58512;
  color: #000;
  font-weight: bold;
}
.google-map:active,
.google-map.active,
.open > .dropdown-toggle.google-map {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.google-map:active:hover,
.google-map.active:hover,
.open > .dropdown-toggle.google-map:hover,
.google-map:active:focus,
.google-map.active:focus,
.open > .dropdown-toggle.google-map:focus,
.google-map:active.focus,
.google-map.active.focus,
.open > .dropdown-toggle.google-map.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.google-map:active,
.google-map.active,
.open > .dropdown-toggle.google-map {
  background-image: none;
}
.google-map.disabled:hover,
.google-map[disabled]:hover,
fieldset[disabled] .google-map:hover,
.google-map.disabled:focus,
.google-map[disabled]:focus,
fieldset[disabled] .google-map:focus,
.google-map.disabled.focus,
.google-map[disabled].focus,
fieldset[disabled] .google-map.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.google-map .badge {
  color: #f0ad4e;
  background-color: #fff;
}
