#multiMarkers {
  display: block;
}

#multiMarkers > div {
  margin: 0;
}

#multiMarkers > div:first-child {
  margin-bottom: 30px;
}

#multiMarkers .tab {
  width: 100%;
  text-align: center;
  font-size: 21px;
  padding: 14px 0px;
  font-weight: 300;
  display: block;
  color: #fff;
  background: #1d212c;
  cursor: pointer;
  border-bottom: 4px solid #0099df;
  text-transform: uppercase;
  line-height: normal;
}

@media (min-width: 992px) {
  #multiMarkers .tab {
    font-size: 35px;
  }
}

#multiMarkers .tab.active {
  color: #1d212c;
  border: 0;
  padding: 16px 0px;
  background: #f2f2f2;
}

#multiMarkers .listStates {
  background: #000;
  padding: 10px;
}

#multiMarkers .listStates li {
  cursor: pointer;
  position: relative;
  background: transparent;
  transition: all .2s ease-in-out;
}

#multiMarkers .listStates li span:first-child {
  padding: 5px;
  padding-left: 30px;
  width: 100%;
  display: block;
  color: #fff;
  text-transform: uppercase;
}

#multiMarkers .listStates li span:last-child {
  font-family: monospace;
  position: absolute;
  display: inline;
  left: 0;
  top: 0;
  line-height: 30px;
  color: white;
  text-align: center;
  padding: 0 10px;
  opacity: 0;
}

#multiMarkers .listStates li.active {
  color: #000;
  background-color: #fff;
}

#multiMarkers .listStates li.active span:first-child {
  color: #000;
}

#multiMarkers .listStates li.active span:last-child {
  color: #000;
  opacity: 1;
}

#multiMarkers #multiMap {
  margin-left: -15px;
  height: 60vh;
  width: calc(100% + 30px);
}

#multiMarkers .btn {
  padding: 30px 35px;
  font-size: 36px;
  width: 100%;
  max-width: 500px;
  font-weight: 300;
  margin: 30px auto;
  color: #000;
  border-color: #cacbcc;
  background: #dddddd;
  text-align: center;
}

#multiMarkers .btn:hover {
  border: 1px solid #cacbcc;
  color: #000;
  background: #cacbcc;
  font-weight: 300;
}

#voivodeshipView {
  text-align: center;
  margin-bottom: 45px;
}

#voivodeshipView form {
  max-width: 550px;
  display: block;
  position: relative;
  margin: auto;
  margin-bottom: 35px;
}

#voivodeshipView button {
  position: absolute;
  width: 62px;
  padding: 0;
  right: 0;
}

#voivodeshipView .voivodeship {
  max-width: 550px;
  text-align: left;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  transition: .4s all;
  padding: 11px 0;
}

#voivodeshipView .voivodeship h2 {
  font-size: 15px;
  display: inline;
}

#voivodeshipView .voivodeship:hover h2 {
  font-weight: bold !important;
}

#voivodeshipView .voivodeship.active h2 {
  font-weight: bold !important;
}

#voivodeshipView .voivodeship i {
  display: inline-block;
  transition: .4s auto;
  top: 0px;
  position: relative;
  left: 7px;
  font-size: 13px;
}

#voivodeshipView .voivodeship .items {
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: .4s all;
}

#voivodeshipView .voivodeship.active i {
  transform: rotate(180deg);
}

#voivodeshipView .voivodeship.active .items {
  opacity: 1;
  height: auto;
  visibility: visible;
}

#voivodeshipView .voivodeship.active .items > div {
  padding-bottom: 40px;
}

#voivodeshipView p.city {
  margin-top: 25px;
}

#voivodeshipView .marker-item {
  line-height: 25px;
}

#voivodeshipView .marker-item li {
  list-style: circle;
  list-style-position: inside;
  padding-left: 2px;
}
/*# sourceMappingURL=multiplemarkers.css.map */