.sps-gmap {
  font-family: 'Quicksand', 'Open Sans', sans-serif;
}
.sps-gmap.sps-gmap a,
.sps-gmap.sps-gmap a:hover,
.sps-gmap.sps-gmap a:focus,
.sps-gmap.sps-gmap a img {
  box-shadow: none;
  outline: none;
  border: none;
}
.sps-gmap .sps-map-container {
  font-family: Roboto, Arial, sans-serif;
  height: 800px;
}
.sps-gmap .sps-markers-list {
  text-align: center;
}
.sps-gmap .sps-markers-list a.sps-poi-marker {
  padding: 3px 10px;
  border: 1px solid #d1d3d9;
  color: #64757b;
  margin: 2px;
  display: inline-block;
  box-shadow: none;
  font-size: 13px;
}
.sps-gmap .sps-markers-list a.sps-poi-marker.active,
.sps-gmap .sps-markers-list a.sps-poi-marker:focus {
  color: #292f3d;
  border-color: #292f3d;
  outline: none;
  box-shadow: none;
}
.sps-gmap .sps-markers-list a.sps-poi-marker:hover {
  color: #525e7a;
  border-color: #525e7a;
  box-shadow: none;
}
.sps-gmap .sps-info {
  padding: 0;
  width: 320px;
  position: absolute;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.39);
  margin-left: -160px;
  bottom: 60px;
}
.sps-gmap .sps-info:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-top-color: #fff;
  border-width: 15px;
  left: 50%;
  margin-left: -15px;
}
.sps-gmap .sps-info .sps-info-image {
  height: 175px;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
}
.sps-gmap .sps-info .sps-info-image > .sps-info-title {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px 10px 5px;
}
.sps-gmap .sps-info .sps-info-closer,
.sps-gmap .sps-info .sps-info-minimizer {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  z-index: 999999;
  cursor: pointer;
  opacity: 0.9;
  top: 5px;
  right: 5px;
  border: 1px solid #c5c8ce;
  background: #ffffff url(img/closeicon.png) no-repeat -2px -1px;
}
.sps-gmap .sps-info .sps-info-minimizer {
  right: 35px;
  background: #fff;
}
.sps-gmap .sps-info .sps-info-minimizer:after {
  content: '';
  display: block;
  position: relative;
  top: 50%;
  background: #c5c8ce;
  height: 2px;
  width: 12px;
  margin: 3px auto 0;
}
.sps-gmap .sps-info .sps-info-gradient {
  width: 100%;
  height: 66px;
  position: absolute;
  top: 109px;
  left: 0;
  background: -moz-linear-gradient(top, rgba(43, 49, 62, 0) 0%, #292f3d 82%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(43, 49, 62, 0)), color-stop(82%, #292f3d));
  background: -webkit-linear-gradient(top, rgba(43, 49, 62, 0) 0%, #292f3d 82%);
  background: -o-linear-gradient(top, rgba(43, 49, 62, 0) 0%, #292f3d 82%);
  background: -ms-linear-gradient(top, rgba(43, 49, 62, 0) 0%, #292f3d 82%);
  background: linear-gradient(to bottom, rgba(43, 49, 62, 0) 0%, #292f3d 82%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002b313e', endColorstr='#282f3d', GradientType=0);
}
.sps-gmap .sps-info .sps-info-title {
  line-height: 1.1em;
  font-size: 16px;
  color: #292f3d;
  padding: 10px 65px 5px 10px;
  font-weight: 700;
  width: 100%;
}
.sps-gmap .sps-info .sps-info-details {
  padding: 3px 0 0;
  font-size: 11px;
  font-weight: normal;
}
.sps-gmap .sps-info .sps-info-description {
  margin: 15px 10px;
  max-height: 52px;
  overflow: hidden;
  color: #888;
}
.sps-gmap .sps-info .sps-info-readmore {
  display: block;
  margin: 0 10px 10px;
}
.sps-gmap .sps-info.mini.has-image:after {
  border-top-color: #292f3d;
}
.sps-gmap .sps-info.mini .sps-info-image {
  height: auto;
}
.sps-gmap .sps-info.mini .sps-info-image > .sps-info-title {
  position: relative;
}
.sps-gmap .sps-info.mini .sps-info-gradient {
  top: 0;
  height: 100%;
}
.sps-gmap .sps-info.mini .sps-info-minimizer:after {
  background: none;
  border: 2px solid #c5c8ce;
  margin-top: -6px;
  height: 12px;
}
.sps-gmap .sps-info.mini .sps-info-description,
.sps-gmap .sps-info.mini .sps-info-readmore {
  display: none;
}
.sps-gmap .sps-author-info {
  height: 14px;
  line-height: 14px;
  background-color: rgba(245, 245, 245, 0.7);
  position: relative;
  padding-right: 6px;
  padding-left: 6px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 10px;
  color: #444444;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
  display: inline-block;
}
.sps-gmap .sps-author-info a {
  color: inherit;
}
.sps-gmap .sps-travel-mode {
  margin: 10px;
  display: none;
}
.sps-gmap .sps-travel-mode.active {
  display: block;
}
.sps-gmap .sps-map-button {
  float: left;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #565656;
  user-select: none;
  font-size: 11px;
  background-color: #fff;
  padding: 8px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  min-width: 37px;
  cursor: pointer;
}
.sps-gmap .sps-map-button:first-child {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.sps-gmap .sps-map-button:last-child {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.sps-gmap .sps-map-button.active {
  font-weight: bold;
}
.sps-gmap .sps-map-button:hover {
  background-color: #f2f2f2;
}
