#frojd-google-maps-filter-list {
  width: 100%;
}

#frojd-google-maps-filter-list:before,
#frojd-google-maps-filter-list:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
#frojd-google-maps-filter-list:after {
  clear: both;
}
#frojd-google-maps-filter-list {
  zoom: 1;
}

#frojd-google-maps-filter-list ul.parent-categories {
  width: 100%;
  list-style: none;
}

#frojd-google-maps-filter-list ul.parent-categories li.parent-item {
  width: 23%;
  margin: 15px 2% 15px 0;
  padding: 5px;
  float: left;
  border: 1px solid #ccc;
  background: #eee;
  box-sizing: border-box;
}

#frojd-google-maps-filter-list ul.parent-categories li.parent-item:first-child {
  margin-left: 0px;
}

#frojd-google-maps-filter-list ul.child-categories {
  padding-left: 10px;
  list-style: none;
}

#frojd-google-maps-placemark-list .placemark-list .placemark-item a {
  cursor: pointer;
}

#frojd-google-maps-overlay-view .infoWindowContent {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  cursor: default;
}

#frojd-google-maps-overlay-view.position-top #frojd-google-maps-overlay-view-arrow {
  height: 23px;
  margin: -1px 0 0 -2px;
  background: url('../img/arrow-small-top.png') no-repeat center top;
}

#frojd-google-maps-overlay-view.position-bottom #frojd-google-maps-overlay-view-arrow {
  height: 12px;
  width: 100%;
  position: absolute;
  top: -11px;
  left: -1px;
  background: url('../img/arrow-small-bot.png') no-repeat center bottom;
}

#frojd-google-maps-overlay-view #frojd-google-maps-overlay-view-close {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  right: 8px;
  background: url('https://maps.gstatic.com/mapfiles/mv/imgs8.png') no-repeat -28px -44px;
  cursor: pointer;
}

#frojd-google-maps-overlay-view #frojd-google-maps-overlay-view-close:hover {
  background-position: -18px -44px;
}

#frojd-google-maps-overlay-view-list ul li a.fgm-select-marker {
  cursor: pointer;
}
