.popover {
  display: inline-block !important;
  position: relative !important;
  width: 100% !important;
  box-shadow: none !important;
  border: 0 none !important;
  max-width: 100% !important;
}

.popover .info {
  float: right;
  color: #000000;
  font-size: 10px;
}

.popover .thepopover {
  display: none;
  z-index: 3;
  position: absolute;
  border-radius: 3px;
  top: 30px;
  background: #565656 none repeat scroll 0 0;
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 0px 2px rgb(0 0 0 / 15%);
  padding: 20px 5%;
  width: 100%;
}
.popover .thepopover .triangle-img {
  position: absolute;
  left: 5px;
  top: -13px;
  width: 32px;
  height: 18px;
  background: url(../images/pinguelopopover.png) no-repeat center center;
  display: block;
}
.popover .thepopover h4 {
  color: #df8312;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 1em;
  margin-top: 0;
}
.popover .thepopover ul {
  float: left;
  width: 100%;
  list-style: none;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  margin-bottom: 1.5em;
  padding-left: 0;
}
/*.popover .thepopover li {
  width: 225px;
  display: inline-block;
}*/
.popover {
  background: transparent;
}
.popover .thepopover li a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  line-height: normal;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 12px;
}
.popover .thepopover li a:hover {
  color: #0090c9;
}
.pencil {
  background: url(../images/pencil.png) left 4px no-repeat !important;
  padding: 0 0 0 20px;
  text-align: left;
  text-transform: none;
}
.popover .thepopover.show-hide {
  display: block;
}
.popover .close-thepopover {
  width: 15px;
  height: 15px;
  border: 1px #d8d8d8 solid;
  border-radius: 80%;
  position: absolute;
  right: 12px;
  top: 24px;
  color: #c5c5c5;
  font-size: 11px;
  line-height: 12px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.em-country-title {
  color: #404040;
  font-family: "Roboto", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0.25em;
  padding: 1em 0 0.5em 0;
  margin-top: 1em;
}
.path-data .btn_share {
  z-index: 1061;
}
@media (max-width: 768px) {
  .popover .thepopover {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .popover .thepopover ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 720px) {
  .popover .thepopover ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 480px) {
  .popover .thepopover ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
