.holder {
  margin: 15px 0;
}

.holder a {
  font-size: 15px;
  cursor: pointer;
  margin: 0 5px;
  color: #333;
}

.holder a:hover {
  color: #fff;
}

.whereWeAre--city span, .whereWeAre--phone span, .whereWeAre--email span{
  color: #fff;
  font-weight: 400 !important;
}

.whereWeAre--email{
  margin-top: 8px;
}

.whereWeAre--city, .whereWeAre--phone, .whereWeAre--email{
  color: #a0a0a0;
  font-weight: 400 !important;
}

.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }

.holder a.jp-current, a.jp-current:hover {
  color: #fff;
  font-weight: bold;
}

.holder a.jp-disabled, a.jp-disabled:hover {
  color: #bbb;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
  cursor: default;
  background: none;
}

.holder span { margin: 0 5px; }

.holder a {
  color: #a0a0a0;
  text-decoration: none;
}


