.locations-map {
  width:100%;
  height:520px;
}

.contacts-list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contacts-list .contact-email {
  word-wrap:break-word;
}

.contacts-list:before,
.contacts-list:after{
  content: normal !important; /*IE doesn't support `initial`*/
}

.contact-hr {
  height: 1px;
  margin: 30px 15px 30px 15px;
  display: block;
  border: none;
  border-bottom: 1px dotted #7d7d7d;
  color: none;
  background-color: transparent;
  outline: 0;
}

.contact-hr:last-child {
  display: none;
}

.locations .contact p,
.locations .contact h4 {
  margin-bottom: 10px;
}

.locations .contact .btn {
  margin-top: 30px;
}

.locations #country_filter {
  margin-bottom: 60px;
}

.locations #country_filter input#search-countries {
  font-family: "arial-regular", "arial", sans-serif;
}

.infoBox {
  opacity: 1 !important;
  -ms-transform: translate(0, -100%) !important;
  -webkit-transform: translate(0, -100%) !important;
  transform: translate(-50%, -100%) !important;
}

.infoBox > div {
  position: relative;
}

.infoBox > div:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 14px 0 14px;
  border-color: #ffffff transparent transparent transparent;
  left: 50%;
  bottom: -10px;
  z-index: 2;

  /*border-style: solid;
  border-width: 0 12.5px 15px 12.5px;
  border-color: transparent transparent #ffffff transparent;*/

  -ms-transform: translate(-50%, 0) !important;
  -webkit-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
}

.infoBox p {
  margin: 0;
  white-space: nowrap;
}

.infoBox .name {
  margin-bottom: 26px;
  white-space: nowrap;
}

.infoBox .name p {
  white-space: nowrap;
}

.infoBox img {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 5;
  opacity: 1;
}

/*.infoBox img:hover {
  opacity: 0.6;
}*/