/* ---------------------------- */
/* Asia Miles | Dining
/* 2014.11 v0
/* ie 8 compatibility
/* ---------------------------- */
body#aml-home .fold {
  -ms-behavior: url("/library/background-size-polyfill-v0.2.0/backgroundsize.min.htc");
  background-size: cover;
  -pie-background: url("/images/fold-bg.jpg") left top / 100% auto no-repeat;
  background-position: right bottom;
}
.search-group .category, .search-group .location {
  padding: 0.8em 1em 0.8em 1em;
  backgroud: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  behavior: url('/library/PIE-1.0.0/PIE.htc'); // PIE ie 8 support
  border: none;
}
.search-group .category, .search-group .location {
  height: 55px;  
  border: 1px solid #ddd;
}
.search-group .location-group {
  border: none;
  border: 1px solid #ddd;
}
.search-group a.search {
  vertical-align: top;
}

.grid-container .grid-2-4.grid {
  width: 48.5%;
}

// Carousel
.carousel .carousel-indicators li, .carousel .carousel-indicators li:hover, .carousel .carousel-indicators li.active, .carousel .carousel-indicators LI.slvzr-hover{
  width: 10px;
  height: 10px;
  transform: scale(1);
  background: none !important;
  -pie-background: none !important;
  behavior: url('/library/PIE-1.0.0/PIE.htc');
  border: 1px solid #333d47 !important;
}

@media (max-width: 900px) {
  .grid-container .grid-group .grid-2-4 {
    width: 48.5%;
  }
  #aml-new-restaurants .grid-1-4.grid {
    width: 23.8%;
  }
}
@media (max-width: 768px) {
  .grid-container .grid-group .grid-2-4 {
    width: 48.2%;
  }
}
@media (max-width: 600px) {
  .grid-container .grid-1-4.grid {
    width: 48.5%; 
  }
  #aml-dining-top10-grid .grid-group .grid, #aml-dining-top10-grid .grid-group .slvzr-nth-child40241.grid {
    margin-right: 6px;
  }
  .grid-container .grid-group .grid-2-4 {
    width: 48.9%;
  }
}
