/* Map Snippet Styling */
.infoBox {
  padding-top: 15px;
}

.ls .leaflet-popup-content a {
  color: #ff6500;
}

.infoBox > img {
  position: absolute !important;
  top: 5px;
  right: -8px;
  z-index: 2;
  cursor: pointer;
}

.infoBox > img:hover {
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  filter: brightness(1.2);
}

.map-area-map .leaflet-popup-content {
  width: 220px !important;
}

.map-snippet.view-map {
  width: 220px;
  height: 215px;
}

.map-snippet {
  background: #fff;
  position: relative;
  width: 350px;
  height: 340px;
}

.map-snippet p {
  margin-bottom: 7px;
}

.map-snippet-picture {
  background-position: center center;
  background-size: 100%;
  background-size: cover;

  width: 350px;
  height: 240px;
  max-height: 240px;
}

.map-snippet-body {
  padding: 7px 7px;
  height: 90px;
  overflow: hidden;
}

.map-snippet-title {
  float: left;
  height: 28px;
  margin-bottom: 5px;

}

.map-snippet-title .title {
  height: 19px;
  font-weight: bold;
}

.map-snippet-title .title a {
  color: #064f93;
}

.ls .map-snippet-title .title a {
  color: #ee782e;
}

.map-snippet-title .sub-title {
  height: 17px;
}

.map-snippet-body h4 {
  font-weight: 100;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  font-size: 16px;
}

.map-snippet-body .fa-check {
  padding-right: 5px;
}

.map-snippet-body .from-price {
  text-align: right
}

.map-snippet-body .from-price .small-price-text {
  font-size: 11px;
}

.map-snippet-body .from-price .small-price-text.long {
  display: block;
}

.map-snippet-body .from-price .indent {
  margin-top: -1px;
}

.map-snippet-body .from-price .small-price-text.short {
  display: none;
}

.map-snippet-body .view-more-button {
  border: 1.2px solid #428bca;
  border-radius: 2px;
  color: #428bca;
  font-size: 13px;
  float: right;
  text-align: center;
  width: 90px;
  height: 25px;
  line-height: 22px;
  margin-top: -10px;
  position: absolute;
  bottom: 7px;
  right: 7px;
  cursor: pointer;
}

.ls .map-snippet-body .view-more-button {
  border: 1.2px solid #ff6500;
  color: #ff6500;
}

.map-snippet-body .from-price {
  color: #333;
}

.map-snippet-body .from-price .large-price-text {
  font-size: 18px;
  margin-top: -1px;
  margin-right: -4px;
}

.map-snippet-body-meta {
  padding: 2px 0;
  font-size: 11px;
  line-height: 1.1;
  color: #333;
}

.map-snippet-body .estab-chars td {
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  max-width: 140px;
  text-overflow: ellipsis;
  padding-right: 20px;
  font-size: 9px;
  color: #999;
}

.map-snippet .map-snippet-body-meta .map-snippet-stars {
  position: relative;
  padding-left: 5px;
  left: 6px;
  top: -1px;
  border-left: 1px solid #ccc;
}

.map-snippet .map-snippet-body-meta .map-snippet-stars img {
  width: 20px;
  height: 20px;
}

.map-snippet .loading-icon, .loading-text {
  margin-top: 75px;
  margin-bottom:5px;
}

.map-snippet-description {
  height: 60px;
  overflow-y: scroll;
  position: relative;
}

.map-snippet-description::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.map-snippet-description::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .4);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .4);
}

.map-snippet-description .elip {
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 17px;
  display: none;
}

.map-snippet-stars, .map-snippet-reviews {
  display: inline-block;
}

.map-snippet-reviews {
  display: table-row;
}

.map-snippet-reviews-0 {
  display: none !important;
}

.map-snippet-reviews span {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
}

.map-snippet-review-link {
  float: left;
  margin-right: 8px;
  position: absolute;
  bottom: 7px;
  left: 7px;
}

.map-snippet-reviews ul {
  margin: 0;
  padding: 0;
  margin-right: 5px;
}

.map-snippet-reviews ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: url(/img/new-review-star-empty.png) no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin-right: 3px;
  width: 15px;
  height: 15px;
  background-size: 100% auto;
}

.ls .map-snippet-reviews ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: url(/img/new-review-star-empty_orange.png) no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin-right: 3px;
  width: 15px;
  height: 15px;
  background-size: 100% auto;
}

.map-snippet-reviews ul li .full {
  display: block;
  *display: inline;
  zoom: 1;
  background: url(/img/new-review-star.png) no-repeat;
  height: 15px;
  width: 15px;
  background-size: 15px;
  overflow: hidden;
}

.ls .map-snippet-reviews ul li .full {
  display: block;
  *display: inline;
  zoom: 1;
  background: url(/img/new-review-star_orange.png) no-repeat;
  height: 15px;
  width: 15px;
  background-size: 15px;
  overflow: hidden;
}

.map-snippet .swiper-container {
  width: 350px;
  height: 240px;
}

.map-snippet .swiper-wrapper img {
  width: 350px;
  height: 240px;
}

.map-snippet-footer {
  bottom: 0;
  left: 0;
  right: 0;
  background: #eee;
  padding: 5px 10px;

  font-size: 14px;
}

.map-snippet-footer strong {
  font-weight: 700;
}

.map-snippet-arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 11px;
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #FFF;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.map-snippet-arrow-tail {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 10px;
  content: "";
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
  z-index: 1;
}

[class^="s-button-"] {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.85);
  font-size: 24px;
  visibility: hidden;
}

.s-button-prev {
  left: 10px;
}

.s-button-next {
  right: 10px;
}

.specials-banner {
  position: absolute;
  top: 15px;
  padding: 3px 0px;
  width: 110px;
  background-color: rgba(31, 103, 181, 0.75);
  color: white;
  z-index: 1;
  font-size: 16px;
  text-align: center;
}

.ls .specials-banner {
  position: absolute;
  top: 15px;
  padding: 3px 0px;
  width: 110px;
  background-color: rgba(170, 0, 0, 0.75);
  color: white;
  z-index: 1;
  font-size: 16px;
  text-align: center;
}

.availability-banner {
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  z-index: 1;
  text-align: center;
  color: white;
}

.availability-banner.available {
  background-color: rgba(23, 141, 20, .6);
}

.ls .availability-banner.available {
  background-color: rgba(238, 120, 45, .75);
}

.availability-banner.possibly-available {
  background-color: rgba(95, 95, 95, 0.75)
}

.availability-banner.no-availability {
  background-color: rgba(170, 0, 0, .7);
}

@media (max-width: 1200px) {
  .map-area-map .loading-icon {
    margin-top: 75px;
  }
  
  .map-area-map .view-map.loading {
    width: 220px !important;
    height: 215px !important;
  }

  .view-map.loading {
    width: 280px !important;
    height: 275px !important;
  }

  .map-snippet {
    width: 280px;
    height: 275px;
    position: relative;
  }

  .map-snippet .swiper-container {
    width: 280px;
    height: 192px;
  }

  .map-snippet .swiper-wrapper img{
    width: 280px;
    height: 192px;
  }

  .map-snippet-body {
    height: 75px;
    padding: 5px 7px;
  }

  .map-snippet-body .from-price .large-price-text {
    font-size: 16px;
  }

  .map-snippet-body .from-price .indent {
    margin-top: -2px;
  }

  .map-snippet-body .from-price .small-price-text {
    font-size: 10px;
  }

  .map-snippet-body .from-price .small-price-text.long {
    display: none;
  }

  .map-snippet-body .from-price .small-price-text.short {
    display: block;
  }

  .map-snippet-body h4 {
    font-size: 16px;
  }

  .map-snippet-body .view-more-button {
    font-size: 10px;
    float: right;
    text-align: center;
    width: 80px;
    height: 18px;
    line-height: 15px;
    font-weight: 300;
  }

  .availability-banner {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
  }

  .availability-banner.available {
    background-color: rgba(23, 141, 20, .6);
  }

  .ls .availability-banner.possibly-available {
    background-color: rgba(238, 120, 45, .75);
  }

  .availability-banner.no-availability {
    background-color: rgba(170, 0, 0, .7);
  }

  .map-snippet-reviews ul li {
    margin-right: 1px;
    width: 14px;
    height: 14px;
  }

  .map-snippet-reviews ul li .full {
    background-size: 14px;
    height: 14px;
    width: 14px;
  }

  .map-snippet .map-snippet-body-meta .map-snippet-stars img {
    width: 15px;
  }

  .specials-banner {
    font-weight: 400;
    font-size: 14px;
    width: 85px;
  }
  .ls .specials-banner {
    font-weight: 400;
    font-size: 14px;
    width: 85px;
  }
  .map-snippet-reviews span {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .view-map.loading {
    width: 220px !important;
    height: 215px !important;
  }

  .map-snippet {
    width: 220px;
    height: 215px;
    position: relative;
  }

  .map-snippet .swiper-container {
    width: 220px;
    height: 150px;
  }

  .map-snippet .swiper-wrapper img{
    width: 220px;
    height: 150px;
  }

  .map-snippet-body {
    height: 65px;
  }

  .map-snippet-title .title {
    height: 12px;
    color: #064f93;
  }

  .map-snippet-body .from-price .large-price-text {
    font-size: 14px;
  }

  .map-snippet-body .from-price .small-price-text.long {
    display: none;
  }

  .map-snippet-body .from-price .small-price-text.short {
    display: block;
  }

  .map-snippet a {
    color: #064f93;
  }

  .map-snippet-body h4 {
    font-size: 12px;
  }

  .map-snippet-body .view-more-button {
    display: none;
  }

  .map-snippet .map-snippet-body-meta .map-snippet-stars {
    display: none;
  }

  .map-snippet-picture {
    width: 220px;
    height: 150px;
  }

  .map-snippet-reviews ul li {
    margin-right: 1px;
    width: 13px;
    height: 13px;
  }

  .map-snippet-reviews ul li .full {
    background-size: 13px;
    height: 13px;
    width: 13px;
  }

  .map-snippet-review-link {
    bottom: 4px;
  }

  .availability-banner {
    height: 15px;
    line-height: 15px;
    font-size: 9px;
  }
}

/* Small map snippet for view page */
.view-map .map-snippet-picture {
  width: 220px !important;
  height: 150px !important;
}

.view-map .map-snippet {
  width: 220px;
  height: 215px;
}

.map-area-map .view-map.loading {
  width: 220px;
  height: 215px;
}

.view-map.loading {
  text-align: center;
  width: 350px;
  height: 340px;
  padding-top:20px;
}

.view-map.map-snippet .swiper-container {
  width: 220px !important;
  height: 150px !important;
}

.view-map.map-snippet .swiper-wrapper img{
  width: 220px !important;
  height: 150px !important;
}

.view-map .map-snippet-body {
  height: 65px;
}

.view-map .map-snippet-body .from-price .large-price-text {
  font-size: 16px;
}

.view-map .map-snippet-body .from-price .indent {
  margin-top: -2px;
}

.view-map .map-snippet-body .from-price .small-price-text {
  font-size: 9px;
}

.view-map .map-snippet-body .from-price .small-price-text.long {
  display: none;
}

.view-map .map-snippet-body .from-price .small-price-text.short {
  display: block;
}

.view-map .map-snippet-title .title {
  height: 12px;
}

.view-map .map-snippet-body .from-price .large-price-text {
  font-size: 14px;
}

.view-map .map-snippet-body .from-price .small-price-text.long {
  display: none;
}

.view-map .map-snippet-body .from-price .small-price-text.short {
  display: block;
}

.view-map .map-snippet-body h4 {
  font-size: 12px;
  font-style: normal;
}

.view-map .map-snippet-body .view-more-button {
  display: none;
}

.view-map.map-snippet .map-snippet-body-meta .map-snippet-stars {
  display: none !important;
}

.view-map .map-snippet-picture {
  width: 220px;
  height: 150px;
}

.view-map .map-snippet-reviews ul li {
  margin-right: 1px;
  width: 13px;
  height: 13px;
}

.view-map .map-snippet-reviews ul li .full {
  background-size: 13px;
  height: 13px;
  width: 13px;
}

.view-map .map-snippet-review-link {
  bottom: 4px;
}

.view-map .specials-banner {
  width: 100px;
  font-size: 14px;
  font-weight: 400;
}

.view-map.ls .specials-banner {
  width: 100px;
  font-size: 14px;
  font-weight: 400;
}

.leaflet-popup-content-wrapper {
  padding: 0px !important;
}

.leaflet-popup-content {
  margin: 0px !important;
  width: 350px !important;
}

@media screen and (max-width: 1200px) {
  .leaflet-popup-content {
    width: 280px !important;
  }
}

@media screen and (max-width: 767px) {
  .leaflet-popup-content {
    width: 220px !important;
  }
}

.tg .marker-cluster-small {
  background-color: #00abf4;
}

.tg .marker-cluster-medium {
  background-color: #127ad2;
}

.tg .marker-cluster-large {
  background-color: #3f56b5;
}

.ls .marker-cluster-small {
  background-color: #ff8813;
}

.ls .marker-cluster-medium {
  background-color: #cf410f;
}

.ls .marker-cluster-large {
  background-color: #a62406;
}

.marker-cluster > div {
  background-color: inherit !important;
  color: white;
  font-weight: bold !important;
}

.establishment-unavailable {
  max-width: 220px;
  text-align: left;
}