/* ---------------------------- */
/* Asia Miles | Dining
/* 2014.10 v0
/* Page sections:
/* ---------------------------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,300italic,400italic,600italic,700italic);
.icon-crown-gold {
  /* include icons of specified size */
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("/images/crown-gold@28px.png");
  background: url("/images/crown-gold.svg"), none;
  margin-right: 5px;
  margin-left: -5px;
  position: relative;
  top: 5px; }

.icon-crown-silver {
  /* include icons of specified size */
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("/images/crown-silver@28px.png");
  background: url("/images/crown-silver.svg"), none;
  margin-right: 5px;
  margin-left: -5px;
  position: relative;
  top: 5px; }

.icon-crown-bronze {
  /* include icons of specified size */
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("/images/crown-bronze@28px.png");
  background: url("/images/crown-bronze.svg"), none;
  margin-right: 5px;
  margin-left: -5px;
  position: relative;
  top: 5px; }

/* IE 8 specific support */
/* end of IE 8 specific support */
/* Overwrite Bootstrap */
.btn-group.open .dropdown-toggle {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  border-color: #ddd; }

/* end of Overwrite Bootstrap */
/* Overwite Bootstrap-select */
.bootstrap-select .btn:focus:focus, .bootstrap-select .btn:focus:active {
  outline: none !important; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  margin-top: 12px;
  right: 5px; }

/* end of Overwite Bootstrap-select */
* {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "Hei", "ST Heiti", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif; }

*, *:active, *:focus, *:visited, *:hover {
  outline: none !important; }

html, body {
  height: 100%; }

body {
  font-size: 16px;
  line-height: 1.8;
  color: #333d47; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4; }

p, h4 {
  line-height: 1.8; }

p, h4 {
  font-size: 16px; }

a {
  color: #333d47; }
  a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #333d47; }
  a.link {
    color: #D7962A; }
    a.link:hover {
      color: #333d47; }
  a:active, a:focus {
    text-decoration: none;
    color: #333d47; }
  a.btn-wire.yellow {
    padding: 1em 5em;
    display: inline-block;
    color: #ffd700;
    border: 2px solid #ffd700;
    -webkit-transition-property: all;
    -moz-transition-duration: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }
    a.btn-wire.yellow:hover {
      background-color: #ffd700;
      color: #333d47;
      text-decoration: none; }
  a.btn-filled {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    behavior: url("/library/PIE-1.0.0/PIE.htc"); }
    a.btn-filled.yellow {
      display: inline-block;
      padding: 1em 1em;
      line-height: 1.8;
      color: #fff;
      background-color: #ffd700;
      -webkit-transition-property: all;
      -moz-transition-duration: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      transition-duration: 0.2s; }
      a.btn-filled.yellow:hover {
        color: #fff;
        background-color: #ddb500;
        text-decoration: none; }
    a.btn-filled.black {
      display: inline-block;
      padding: 1em 1em;
      line-height: 1.8;
      color: #fff;
      background-color: #595c65;
      -webkit-transition-property: all;
      -moz-transition-duration: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      transition-duration: 0.2s; }
      a.btn-filled.black:hover {
        color: #fff;
        background-color: #373a43;
        text-decoration: none; }
  a.btn-round {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    behavior: url("/library/PIE-1.0.0/PIE.htc"); }
  a.btn-round.yellow {
    background-color: #ffd700;
    color: #fff; }
  a.link-bold {
    text-decoration: none;
    border-bottom: 2px solid;
    padding-bottom: 0.05em; }

.btn-sqwire {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  behavior: url("/library/PIE-1.0.0/PIE.htc");
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  text-align: center;
  height: 40px;
  font-weight: 600;
  padding: 0.4em 1em; }
  .btn-sqwire.white {
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    -webkit-transition-property: all;
    -moz-transition-duration: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background: white;
    -pie-background: rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0);
    behavior: url("/library/PIE-1.0.0/PIE.htc");
    color: #fff; }
    .btn-sqwire.white:hover {
      background-color: #fff;
      color: #333d47;
      text-decoration: none; }
  .btn-sqwire.black {
    display: inline-block;
    color: #333d47;
    border: 2px solid #333d47;
    -webkit-transition-property: all;
    -moz-transition-duration: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background: white;
    -pie-background: rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0);
    behavior: url("/library/PIE-1.0.0/PIE.htc");
    color: #333d47; }
    .btn-sqwire.black:hover {
      background-color: #333d47;
      color: #333d47;
      text-decoration: none; }
    .btn-sqwire.black:hover {
      color: #fff; }

p.copyright {
  font-size: smaller;
  color: #a2aaad; }
  p.copyright a {
    color: #a2aaad; }

ol {
  padding-left: 22.4px; }

::-webkit-input-placeholder {
  font-style: italic; }

:-moz-placeholder {
  font-style: italic; }

::-moz-placeholder {
  font-style: italic; }

:-ms-input-placeholder {
  font-style: italic; }

@media print {
  .print-hidden {
    display: none !important; } }

.hidden-must {
  display: none !important; }

.display-must {
  display: block !important; }

@media (max-width: 768px) {
  .container.mobile-full-width {
    width: 100%;
    padding: 0;
    margin: 0; } }

@media (max-width: 1099px) {
  .container {
    width: 100%; } }

div.grey {
  background: #f6f6f7;
  -pie-background: #f6f6f7;
  background: #f6f6f7;
  behavior: url("/library/PIE-1.0.0/PIE.htc"); }

p.grey, h2.grey, h3.grey, h4.grey {
  color: #a2aaad; }

.text-yellow {
  color: #ffd700; }

.arrow-up {
  background-color: #f6f6f7;
  top: -30px;
  position: absolute;
  left: 50%; }
  .arrow-up:before, .arrow-up:after {
    border: solid transparent;
    content: ' ';
    height: 0;
    position: absolute; }
  .arrow-up:after {
    border-bottom-color: #f6f6f7;
    border-width: 15px;
    margin-left: -15px; }

.arrow-down {
  background-color: #f6f6f7;
  bottom: 0;
  position: absolute;
  left: 50%; }
  .arrow-down:before, .arrow-down:after {
    border: solid transparent;
    content: ' ';
    height: 0;
    position: absolute; }
  .arrow-down:after {
    border-top-color: #f6f6f7;
    border-width: 15px;
    margin-left: -15px; }

.line-break {
  display: block;
  padding-bottom: 1em; }

.smaller {
  font-size: smaller; }

.text-content {
  max-width: 600px;
  margin: 0 auto; }
  .text-content p {
    max-width: 100%;
    word-break: break-word;
    -ms-word-break: break-word; }

.break-line {
  display: block;
  word-break: break-all; }

.truncate-ellipsis, .responsive-ellipsis {
  max-width: 100%;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.line-clamp-ellipsis-2, .responsive-ellipsis {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis; }

@-moz-document url-prefix() {
  .line-clamp-ellipsis-2, .responsive-ellipsis {
    max-height: 57.6px;
    /* Fallback for non-webkit */ } }

.line-clamp-ellipsis-3 {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis; }

@-moz-document url-prefix() {
  .line-clamp-ellipsis-3 {
    max-height: 86.4px;
    /* Fallback for non-webkit */ } }

.line-clamp-ellipsis-4 {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis; }

@-moz-document url-prefix() {
  .line-clamp-ellipsis-4 {
    max-height: 115.2px;
    /* Fallback for non-webkit */ } }

.line-clamp-ellipsis-5 {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis; }

@-moz-document url-prefix() {
  .line-clamp-ellipsis-5 {
    max-height: 144px;
    /* Fallback for non-webkit */ } }

.responsive-ellipsis {
  white-space: pre-line; }

@-moz-document url-prefix() {
  .responsive-ellipsis {
    white-space: nowrap;
    height: 25.6px;
    /* Fallback for non-webkit */ } }

.aml-currency, .aml-tagline-currency {
  /* include icons of specified size */
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/images/aml-currency-black@16px.png");
  background: url("/images/aml-currency-black.svg"), none; }

.aml-no-display {
  display: none; }

.aml-currency-promo {
  /* include icons of specified size */
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("/images/aml-currency-yellow@17px.png");
  background: url("/images/aml-currency-yellow.svg"), none;
  padding: 0; }

@media (max-width: 460px) {
  .mobile-hidden {
    display: none; } }

.bg-text {
  font-size: 20px;
  font-weight: 400;
  color: #a2aaad;
  line-height: 1.5; }
  @media (max-width: 460px) {
    .bg-text {
      font-size: 16px; } }

.search-group > div {
  display: inline-block;
  vertical-align: top; }

.search-group .category {
  width: 24%;
  margin-right: 1%; }
  .search-group .category button {
    border: 1px solid #ddd;
    height: 55px; }

.search-group .location {
  width: 25%; }
  .search-group .location button {
    border: 1px solid #ddd;
    height: 55px; }

.search-group .dropdown div, .search-group .dropdown button, .search-group .bootstrap-select div, .search-group .bootstrap-select button {
  width: 100%;
  text-align: left; }

.search-group .dropdown button .caret, .search-group .bootstrap-select button .caret {
  position: absolute;
  right: 1em;
  top: 1.6em; }

.search-group .dropdown .dropdown-menu, .search-group .bootstrap-select .dropdown-menu {
  width: 100%;
  max-height: 400px;
  overflow-y: scroll !important;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  behavior: url("/library/PIE-1.0.0/PIE.htc"); }
  .search-group .dropdown .dropdown-menu .inner, .search-group .bootstrap-select .dropdown-menu .inner {
    max-height: auto;
    overflow-y: visible !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    behavior: url("/library/PIE-1.0.0/PIE.htc"); }

.search-group .dropdown .dropdown-menu > li > a, .search-group .bootstrap-select .dropdown-menu > li > a {
  padding: 10px 20px;
  font-size: 1em; }

.search-group .dropdown .btn-default:hover, .search-group .dropdown .btn-default:focus, .search-group .dropdown .btn-default:active, .search-group .dropdown .btn-default.active, .search-group .dropdown .open > .dropdown-toggle.btn-default, .search-group .bootstrap-select .btn-default:hover, .search-group .bootstrap-select .btn-default:focus, .search-group .bootstrap-select .btn-default:active, .search-group .bootstrap-select .btn-default.active, .search-group .bootstrap-select .open > .dropdown-toggle.btn-default {
  background-color: #fff !important; }

.search-group .dropdown button:hover, .search-group .bootstrap-select button:hover {
  cursor: pointer;
  background-color: #fff; }

.search-group .dropdown button:active, .search-group .dropdown button:focus, .search-group .bootstrap-select button:active, .search-group .bootstrap-select button:focus {
  background-color: #fff; }

.search-group .search {
  width: 24%;
  height: 55px;
  padding-top: 1.2em;
  margin-left: 1%; }

.search-group .form-control-container {
  float: none;
  display: inline-block;
  width: 25%;
  margin-left: -2px; }
  @media (max-width: 600px) {
    .search-group .form-control-container {
      position: absolute;
      width: 100%;
      left: 0;
      margin-left: 0; } }

.search-group input.form-control {
  width: 100%;
  border: none;
  background: #f6f6f7;
  -pie-background: #f6f6f7;
  background: #f6f6f7;
  behavior: url("/library/PIE-1.0.0/PIE.htc");
  border: 1px solid #ddd;
  height: 55px;
  margin-top: 0 !important;
  -webkit-appearance: none !important; }

.search-group .btn-group .glyphicon {
  margin-right: 0.4em;
  color: #ffd700; }

.search-group button, .search-group input, .search-group .form-control {
  font-size: 16px;
  padding: 16px;
  height: 53px;
  vertical-align: top;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  behavior: url("/library/PIE-1.0.0/PIE.htc");
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }
  .search-group button:hover, .search-group button:focus, .search-group button:active, .search-group button:visited, .search-group input:hover, .search-group input:focus, .search-group input:active, .search-group input:visited, .search-group .form-control:hover, .search-group .form-control:focus, .search-group .form-control:active, .search-group .form-control:visited {
    outline: none !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; }

@media (max-width: 768px) {
  .search-group .category {
    width: 25%;
    margin: 0; }
  .search-group .search {
    width: 25%;
    padding: 1.4em 0;
    text-align: center;
    margin: 0; } }

@media (max-width: 600px) {
  .search-group {
    text-align: left;
    position: relative; }
    .search-group .category, .search-group .location {
      width: 39%;
      margin: 0;
      height: 55px !important;
      z-index: 2 !important; }
    .search-group div.dropdown-menu {
      position: absolute; }
    .search-group .dropdown-menu > li > a {
      padding-top: 8px;
      padding-bottom: 8px; }
    .search-group .dropdown button, .search-group .bootstrap-select button {
      border-right: none;
      font-size: 14px;
      text-align: center;
      padding: 0.5em 5px; }
    .search-group .dropdown button > span, .search-group .bootstrap-select button > span {
      margin: 0 auto;
      text-align: center;
      float: none !important; }
    .search-group .dropdown button > span span.glyphicon, .search-group .bootstrap-select button > span span.glyphicon {
      margin: 0 auto;
      display: block;
      margin-bottom: 4px; }
    .search-group .dropdown button span.caret, .search-group .bootstrap-select button span.caret {
      position: initial;
      margin-top: -8px; }
    .search-group .btn-group {
      position: initial; }
    .search-group input.form-control {
      position: absolute;
      top: 54px;
      left: 0;
      width: 78%;
      margin-left: 0;
      -webkit-appearance: none; }
    .search-group .search {
      width: 22%;
      height: 108px;
      padding-top: 3em !important; } }

.search-group select.category-picker.category.mobile-device, .search-group select.location-picker.location.mobile-device {
  display: none !important;
  width: 100%;
  background: #fff;
  height: 55px !important;
  position: relative;
  top: -55px; }
  @media (max-width: 600px) {
    .search-group select.category-picker.category.mobile-device, .search-group select.location-picker.location.mobile-device {
      display: block !important; } }
  .search-group select.category-picker.category.mobile-device.display-must, .search-group select.location-picker.location.mobile-device.display-must {
    display: block !important; }

.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  font-family: FontAwesome;
  color: #333d47;
  font-size: 24px; }

.slick-slider .slick-prev:hover:before, .slick-slider .slick-next:hover:before {
  color: #ffd700; }

.slick-slider .slick-prev:before {
  content: "\f053"; }

.slick-slider .slick-next:before {
  content: "\f054"; }

.slick-slider .slick-dots li {
  margin: 0; }
  .slick-slider .slick-dots li button:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 10px; }
  .slick-slider .slick-dots li .slick-active button:before {
    content: "\f10c"; }

.carousel .carousel-control.left, .carousel .carousel-control.right {
  background-image: none;
  width: 60px;
  margin-top: -36px;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100); }
  .carousel .carousel-control.left span, .carousel .carousel-control.right span {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-transition-property: color;
    -moz-transition-duration: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    text-shadow: none;
    color: #333d47;
    font-size: 1.2em; }
  .carousel .carousel-control.left:hover span, .carousel .carousel-control.right:hover span {
    color: #333d47; }
  .carousel .carousel-control.left span:hover, .carousel .carousel-control.right span:hover {
    color: #ffd700; }

@media (max-width: 1100px) {
  .carousel .carousel-control .glyphicon-chevron-right, .carousel .carousel-control .glyphicon-chevron-left {
    margin-top: -13px; }
  .carousel .carousel-control.left, .carousel .carousel-control.right {
    height: 40px;
    width: 40px;
    top: 47%;
    padding-top: 7px;
    background: #fff;
    -pie-background: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.5);
    behavior: url("/library/PIE-1.0.0/PIE.htc");
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    behavior: url("/library/PIE-1.0.0/PIE.htc"); }
  .carousel .carousel-control.left {
    left: -16px; }
  .carousel .carousel-control.right {
    right: -16px; } }

@media (max-width: 600px) {
  .carousel .carousel-control {
    display: none; } }

.carousel .carousel-indicators {
  bottom: 0; }
  .carousel .carousel-indicators li {
    border: 1px solid #333d47;
    background: #333d47;
    -pie-background: rgba(51, 61, 71, 0);
    background: rgba(51, 61, 71, 0);
    behavior: url("/library/PIE-1.0.0/PIE.htc");
    margin-right: 0.4em;
    -webkit-transition-property: all;
    -moz-transition-duration: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    behavior: url("/library/PIE-1.0.0/PIE.htc"); }
    .carousel .carousel-indicators li:last-child {
      margin-right: 0; }
    .carousel .carousel-indicators li:hover {
      border-color: #ffd700;
      background-color: #ffd700;
      transform: scale(1.2);
      color: #ffd700; }
    .carousel .carousel-indicators li.active {
      background: #333d47; }
    .carousel .carousel-indicators li.active:hover {
      transform: scale(1);
      border-color: #333d47; }

#aml-promotion-carousel.carousel {
  padding-bottom: 2.5em; }
  #aml-promotion-carousel.carousel .carousel-control.left, #aml-promotion-carousel.carousel .carousel-control.right {
    margin-top: -36px; }
  #aml-promotion-carousel.carousel .carousel-control.left {
    left: -60px; }
  #aml-promotion-carousel.carousel .carousel-control.right {
    right: -60px; }
  @media (max-width: 1100px) {
    #aml-promotion-carousel.carousel .carousel-control.left {
      left: 0; }
    #aml-promotion-carousel.carousel .carousel-control.right {
      right: 0; } }

#aml-photo-carousel.carousel .carousel-control.left, #aml-photo-carousel.carousel .carousel-control.right {
  margin-top: -16px; }

#aml-photo-carousel.carousel .carousel-control.left {
  left: 40px; }

#aml-photo-carousel.carousel .carousel-control.right {
  right: 40px; }

body#aml-home .fold-wrapper {
  height: 100%;
  position: relative;
  background: #333d47;
  background-color: #333d47;
  background-color: #2e363e; }
  body#aml-home .fold-wrapper #aml-search {
    position: absolute;
    bottom: 0;
    width: 100%; }
  body#aml-home .fold-wrapper header {
    position: absolute;
    top: 0; }
  @media (min-width: 2000px) and (min-height: 1300px) {
    body#aml-home .fold-wrapper {
      max-height: 1300px; } }
  @media (min-width: 1100px) {
    body#aml-home .fold-wrapper {
      min-height: 600px; } }
  @media (min-height: 768px) and (max-width: 2000px) {
    body#aml-home .fold-wrapper {
      max-height: 716px; } }
  @media (min-height: 768px) and (max-width: 2000px) and (min-width: 1000px) {
    body#aml-home .fold-wrapper {
      max-height: 770px; } }
  @media (min-height: 900px) and (max-width: 2000px) and (min-width: 1401px) {
    body#aml-home .fold-wrapper {
      max-height: 900px; } }
  @media (min-width: 999px) and (max-width: 1400px) and (min-height: 900px) {
    body#aml-home .fold-wrapper {
      max-height: 770px; } }
  @media (max-height: 500px) and (max-width: 768px) {
    body#aml-home .fold-wrapper {
      height: auto;
      min-height: 0; } }
  @media (max-height: 459px) {
    body#aml-home .fold-wrapper {
      height: auto;
      min-height: 0; } }

body#aml-home .aml-promotion-num-1 .grid-container {
  margin-left: 50%; }
  @media (max-width: 460px) {
    body#aml-home .aml-promotion-num-1 .grid-container {
      margin-left: auto; } }

body#aml-home .fold {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  padding-top: 78px;
  background: #28313A;
  background: url("/images/fold-bg.jpg") no-repeat;
  -pie-background: url("/images/fold-bg.jpg") no-repeat;
  background-size: 2000px;
  background-position: center; }
  @media (max-width: 1400px) {
    body#aml-home .fold {
      background-size: 1400px;
      background-position: center; } }
  @media (max-width: 600px) {
    body#aml-home .fold {
      background-size: 900px;
      background-position: center; } }
  body#aml-home .fold .container {
    position: relative;
    height: 100%;
    max-width: 1040px; }
    body#aml-home .fold .container .fold-content {
      text-align: center;
      padding-top: 500px;
      width: 100%;
      text-shadow: 0px 0px 1px rgba(58, 58, 58, 0.3);
      color: #fff; }
      body#aml-home .fold .container .fold-content h1 {
        font-size: 26px;
        line-height: 1.3;
        margin: 0 auto;
        max-width: 460px;
        margin-bottom: 0.5em;
        font-weight: 300; }
      body#aml-home .fold .container .fold-content button {
        text-align: center; }
  @media (max-width: 2000px) {
    body#aml-home .fold .container .fold-content {
      padding-top: 400px; } }
  @media (max-width: 1400px) {
    body#aml-home .fold .container .fold-content {
      padding-top: 300px; } }
  @media (max-height: 700px) {
    body#aml-home .fold .container .fold-content {
      font-size: 0.8em;
      padding-top: 250px; }
      body#aml-home .fold .container .fold-content h1 {
        font-size: 21px;
        line-height: 1; } }
  @media (max-height: 600px) {
    body#aml-home .fold .container .fold-content {
      font-size: 0.8em;
      padding-top: 180px;
      padding-bottom: 0px; }
      body#aml-home .fold .container .fold-content h1 {
        font-size: 21px;
        line-height: 1; } }
  @media (max-height: 500px) {
    body#aml-home .fold .container .fold-content {
      padding-top: 120px;
      padding-bottom: 100px; } }

body#aml-home .proposition {
  max-width: 330px;
  margin: 0 auto;
  background: #000;
  -pie-background: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
  behavior: url("/library/PIE-1.0.0/PIE.htc");
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0.5em; }
  body#aml-home .proposition div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    margin-bottom: 3px; }
  body#aml-home .proposition .dropdown, body#aml-home .proposition .bootstrap-select {
    width: 120px; }
    body#aml-home .proposition .dropdown div, body#aml-home .proposition .dropdown button, body#aml-home .proposition .bootstrap-select div, body#aml-home .proposition .bootstrap-select button {
      width: 100%;
      text-align: left; }
  body#aml-home .proposition .proposition-value {
    font-size: 1.6em;
    margin-right: 0;
    font-weight: 300;
    vertical-align: middle; }
    body#aml-home .proposition .proposition-value .aml-currency, body#aml-home .proposition .proposition-value .aml-tagline-currency {
      /* include icons of specified size */
      display: inline-block;
      width: 25px;
      height: 25px;
      background: url("/images/aml-currency@25px.png");
      background: url("/images/aml-currency.svg"), none;
      margin-bottom: -1px; }
  body#aml-home .proposition .dropdown-menu > li > a {
    text-shadow: none; }
  @media (max-width: 460px) {
    body#aml-home .proposition div {
      margin-bottom: 0;
      margin-right: 8px; }
    body#aml-home .proposition .dropdown, body#aml-home .proposition .bootstrap-select {
      margin-right: 0.5em;
      margin-bottom: 0.5em; }
    body#aml-home .proposition .proposition-value {
      font-size: 1.2em; } }

body#aml-home p.proposition-description {
  font-size: smaller;
  margin: 0 auto; }

body#aml-partner .aml-partner-promotions .container, body#aml-promotion .aml-partner-promotions .container {
  width: 89%; }

body#aml-partner .aml-promotion-num-1 .grid-container, body#aml-promotion .aml-promotion-num-1 .grid-container {
  margin-left: 50%; }
  @media (max-width: 460px) {
    body#aml-partner .aml-promotion-num-1 .grid-container, body#aml-promotion .aml-promotion-num-1 .grid-container {
      margin-left: 0%; } }

body#aml-partner #partner-photos-div, body#aml-partner #partner-photos, body#aml-promotion #partner-photos-div, body#aml-promotion #partner-photos {
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative; }
  body#aml-partner #partner-photos-div .container, body#aml-partner #partner-photos .container, body#aml-promotion #partner-photos-div .container, body#aml-promotion #partner-photos .container {
    overflow-x: inherit; }
    body#aml-partner #partner-photos-div .container::-webkit-scrollbar, body#aml-partner #partner-photos .container::-webkit-scrollbar, body#aml-promotion #partner-photos-div .container::-webkit-scrollbar, body#aml-promotion #partner-photos .container::-webkit-scrollbar {
      display: none; }
  body#aml-partner #partner-photos-div .grid, body#aml-partner #partner-photos .grid, body#aml-promotion #partner-photos-div .grid, body#aml-promotion #partner-photos .grid {
    max-height: 295px;
    margin-bottom: 0; }
  @media (max-width: 768px) {
    body#aml-partner #partner-photos-div, body#aml-partner #partner-photos, body#aml-promotion #partner-photos-div, body#aml-promotion #partner-photos {
      padding-top: 0.4em;
      padding-bottom: 0.4em; } }
  @media (max-width: 600px) {
    body#aml-partner #partner-photos-div .grid-1-4, body#aml-partner #partner-photos .grid-1-4, body#aml-promotion #partner-photos-div .grid-1-4, body#aml-promotion #partner-photos .grid-1-4 {
      width: 31%;
      margin-right: 5px; }
      body#aml-partner #partner-photos-div .grid-1-4:last-child, body#aml-partner #partner-photos .grid-1-4:last-child, body#aml-promotion #partner-photos-div .grid-1-4:last-child, body#aml-promotion #partner-photos .grid-1-4:last-child {
        margin-right: 0; } }

body#aml-partner .promotion-wrapper, body#aml-promotion .promotion-wrapper {
  position: relative; }
  body#aml-partner .promotion-wrapper .current-promotion .promotion, body#aml-promotion .promotion-wrapper .current-promotion .promotion {
    text-align: left;
    width: 47%; }
    @media (max-width: 460px) {
      body#aml-partner .promotion-wrapper .current-promotion .promotion, body#aml-promotion .promotion-wrapper .current-promotion .promotion {
        width: 100%; } }
  body#aml-partner .promotion-wrapper .current-promotion .promotion.grid-99, body#aml-promotion .promotion-wrapper .current-promotion .promotion.grid-99 {
    width: 99%; }

body#aml-partner h1, body#aml-partner h3, body#aml-partner h4, body#aml-promotion h1, body#aml-promotion h3, body#aml-promotion h4 {
  text-align: center; }

body#aml-partner table, body#aml-promotion table {
  border: none;
  width: 100%; }

body#aml-partner table.partner-table a, body#aml-promotion table.partner-table a {
  color: #D7962A; }

body#aml-partner table.partner-table td, body#aml-promotion table.partner-table td {
  padding: 1em;
  border-bottom: 1px solid #ddd;
  vertical-align: top; }
  body#aml-partner table.partner-table td:first-child, body#aml-promotion table.partner-table td:first-child {
    width: 30%;
    font-weight: 600; }
  body#aml-partner table.partner-table td:last-child, body#aml-promotion table.partner-table td:last-child {
    width: 70%;
    max-width: 450px;
    word-wrap: break-word; }

body#aml-partner table.partner-table tr:last-child td, body#aml-promotion table.partner-table tr:last-child td {
  border-bottom: none; }

@media (max-width: 460px) {
  body#aml-partner table.partner-table td, body#aml-promotion table.partner-table td {
    padding-left: 0.4em;
    padding-right: 0.4em; } }

body#aml-partner table#sub-spending-table, body#aml-promotion table#sub-spending-table {
  border: 1px solid #ddd; }
  body#aml-partner table#sub-spending-table th, body#aml-partner table#sub-spending-table td, body#aml-promotion table#sub-spending-table th, body#aml-promotion table#sub-spending-table td {
    padding: 0.4em 1em; }
  body#aml-partner table#sub-spending-table th, body#aml-promotion table#sub-spending-table th {
    width: 50%;
    border-bottom: 1px solid #ddd; }
  body#aml-partner table#sub-spending-table td, body#aml-promotion table#sub-spending-table td {
    font-weight: normal; }
    body#aml-partner table#sub-spending-table td:first-child, body#aml-promotion table#sub-spending-table td:first-child {
      width: 30%;
      font-weight: normal; }
  body#aml-partner table#sub-spending-table tr:nth-child(odd) td, body#aml-promotion table#sub-spending-table tr:nth-child(odd) td {
    background-color: #f6f6f7; }

body#aml-partner .partner-logo, body#aml-promotion .partner-logo {
  text-align: center;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: block; }
  body#aml-partner .partner-logo img, body#aml-promotion .partner-logo img {
    max-width: 100%;
    max-height: 140px; }

body#aml-partner .on-promo-label, body#aml-promotion .on-promo-label {
  font-size: small;
  background: #ffd700;
  color: #fff;
  padding: 0.5em 1em;
  vertical-align: middle;
  display: inline-block;
  font-weight: 600; }

.aml-social-icons {
  text-align: center;
  padding: 1em 0 1.5em;
  width: 100%;
  margin: 0 auto; }
  .aml-social-icons a {
    padding: 0.1em 0.4em;
    text-align: center;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    behavior: url("/library/PIE-1.0.0/PIE.htc");
    display: inline-block;
    color: #333d47;
    border: 2px solid #333d47;
    -webkit-transition-property: all;
    -moz-transition-duration: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin-right: 1em;
    font-size: 18px; }
    .aml-social-icons a:hover {
      background-color: #333d47;
      color: #333d47;
      text-decoration: none; }
    .aml-social-icons a:hover {
      background-color: #333d47;
      color: #fff; }

body#aml-promotion .grid {
  margin-right: 5px; }

body#aml-promotion .aml-promotion-image {
  text-align: right;
  padding: 0 1.5em;
  margin-right: 5px; }

body#aml-promotion .aml-terms li {
  padding-left: 1em; }

body#aml-promotion .content .aml-social-icons {
  text-align: center;
  padding: 1em 0 1.5em;
  width: 100%;
  margin: 0 auto; }
  body#aml-promotion .content .aml-social-icons a {
    padding: 0.1em 0.4em;
    text-align: center;
    border: 2px solid #333d47;
    width: 40px;
    height: 40px;
    font-size: 18px; }
    body#aml-promotion .content .aml-social-icons a:hover {
      background-color: #ffd700;
      border-color: #ffd700;
      color: #fff; }

@media (max-width: 600px) {
  body#aml-promotion .aml-promotion-image {
    padding: 0;
    margin: 0;
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 1em; }
  body#aml-promotion .aml-promotion-image img {
    width: 100%; } }

@media (max-width: 460px) {
  body#aml-promotion .aml-promotion-description {
    padding: 1em; }
  body#aml-promotion .aml-social-icons {
    width: 12em; }
  body#aml-promotion .aml-social-icons a {
    margin-bottom: 0.4em; }
    body#aml-promotion .aml-social-icons a:nth-child(3n) {
      margin-right: 0; } }

footer .aml-social-icons a {
  border: none; }

footer .aml-social-icons a:last-child {
  margin-right: 0; }

body#aml-search-results .upper-navigation {
  padding: 0 0 1em; }

body#aml-search-results .bottom-navigation {
  padding: 1em 0 0; }

body#aml-search-results .aml-search-result-number, body#aml-search-results .aml-pagination-wrapper, body#aml-search-results .aml-download-partner-list {
  display: inline-block;
  vertical-align: top;
  width: 60%; }

body#aml-search-results .aml-search-result-number, body#aml-search-results .aml-download-partner-list {
  width: 40%; }

body#aml-search-results .aml-download-partner-list {
  margin-bottom: 1em; }

body#aml-search-results .aml-pagination-wrapper {
  text-align: right;
  float: right; }
  body#aml-search-results .aml-pagination-wrapper nav ul {
    list-style: none;
    padding-left: 0; }
    body#aml-search-results .aml-pagination-wrapper nav ul li {
      display: inline-block;
      margin-right: 0; }
      body#aml-search-results .aml-pagination-wrapper nav ul li span.current.prev, body#aml-search-results .aml-pagination-wrapper nav ul li span.current.next {
        display: none; }
      body#aml-search-results .aml-pagination-wrapper nav ul li a, body#aml-search-results .aml-pagination-wrapper nav ul li span {
        padding: 0 0.3em;
        display: inline-block;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px;
        behavior: url("/library/PIE-1.0.0/PIE.htc");
        min-width: 28px;
        text-align: center; }
      body#aml-search-results .aml-pagination-wrapper nav ul li a {
        color: #333d47;
        -webkit-transition-property: all;
        -moz-transition-duration: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s; }
        body#aml-search-results .aml-pagination-wrapper nav ul li a:hover {
          cursor: point;
          text-decoration: none;
          background: #333d47;
          -pie-background: #333d47;
          background: #333d47;
          behavior: url("/library/PIE-1.0.0/PIE.htc");
          color: #fff; }
      body#aml-search-results .aml-pagination-wrapper nav ul li.active span:not(.prev) {
        color: #fff;
        background: #333d47;
        -pie-background: #333d47;
        background: #333d47;
        behavior: url("/library/PIE-1.0.0/PIE.htc"); }
      body#aml-search-results .aml-pagination-wrapper nav ul li:last-child {
        margin-right: 0; }

@media (max-width: 750px) {
  body#aml-search-results .aml-search-result-number, body#aml-search-results .aml-pagination-wrapper, body#aml-search-results .aml-download-partner-list {
    width: 100%; }
  body#aml-search-results .aml-pagination-wrapper {
    text-align: left; } }

@media (max-width: 460px) {
  body#aml-search-results .aml-pagination-wrapper nav ul li a {
    margin-bottom: 0.4em; } }

#aml-search {
  padding: 0.5em 0;
  height: 71px;
  border-bottom: 1px solid #ddd;
  background-color: #fff; }
  #aml-search .container {
    max-width: 100%;
    text-align: center;
    position: relative; }
  #aml-search .aml-logo-simplified {
    position: absolute;
    left: -48px;
    top: 8px; }
  @media (max-width: 768px) {
    #aml-search {
      padding: 0;
      height: 55px; } }
  @media (max-width: 600px) {
    #aml-search {
      height: auto; } }

#aml-hot-promotion-div .container {
  width: 100%; }

#aml-hot-promotion .container {
  width: 89%; }

#aml-hot-promotion .slick-prev {
  z-index: 0; }

@media (max-width: 900px) {
  #aml-hot-promotion .promotion.grid-2-4 {
    max-width: 295px; }
  #aml-hot-promotion .promotion.grid-2-4 .grid-img {
    overflow: hidden; }
  #aml-hot-promotion .promotion.grid-99 {
    max-width: 300px; } }

@media (max-width: 600px) {
  #aml-hot-promotion .promotion.grid-2-4 {
    max-width: 100%; }
  #aml-hot-promotion .promotion.grid-2-4 .grid-img, #aml-hot-promotion .promotion.grid-2-4 .grid-text-area {
    width: 49%;
    max-height: 300px;
    display: inline-block; } }

@media (max-width: 900px) {
  #aml-hot-promotion .grid-container {
    text-align: center; } }

@media (max-width: 400px) {
  #aml-hot-promotion .promotion.grid-2-4 .grid-img, #aml-hot-promotion .promotion.grid-2-4 .grid-text-area {
    width: 100%;
    display: block; }
  #aml-hot-promotion .promotion.grid-2-4 .grid-text-area {
    padding-bottom: 1em; } }

#aml-results-list .grid-2-4 {
  width: 49.3%;
  margin-right: 0.9%; }

#aml-results-list .grid-2-4:nth-child(2n) {
  margin-right: 0; }

@media (max-width: 900px) {
  #aml-results-list {
    /* Search result page optimization */ }
    #aml-results-list .grid-2-4 {
      width: 32.3%;
      height: 379px;
      overflow: hidden;
      margin-right: 0.8%; }
    #aml-results-list .grid-2-4 .grid-img {
      max-height: 225px;
      overflow: hidden; }
    #aml-results-list .grid-2-4:nth-child(2n) {
      margin-right: 1%; }
    #aml-results-list .grid-2-4:nth-child(3n) {
      margin-right: 0; } }

@media (max-width: 700px) {
  #aml-results-list .grid-2-4 {
    width: 49%;
    height: 350px;
    overflow: hidden;
    margin-right: 1%; }
  #aml-results-list .grid-2-4:nth-child(3n) {
    margin-right: 1%; }
  #aml-results-list .grid-2-4:nth-child(2n) {
    margin-right: 0; } }

@media (max-width: 460px) {
  #aml-results-list .grid-2-4, #aml-results-list .grid-2-4:nth-child(3n), #aml-results-list .grid-2-4:nth-child(2n) {
    width: 49.3%;
    margin-right: 0;
    height: 310px; } }

@media (max-width: 365px) {
  #aml-results-list .grid-2-4, #aml-results-list .grid-2-4:nth-child(3n), #aml-results-list .grid-2-4:nth-child(2n) {
    width: 49.2%;
    height: 275px; } }

footer section.aml-join-partner {
  padding-bottom: 2em; }

footer ul.aml-footer-nav-links {
  list-style: none;
  padding-left: 0; }
  footer ul.aml-footer-nav-links li {
    display: inline-block;
    margin-right: 1em; }

@media (max-width: 460px) {
  footer ul, footer ul.aml-footer-nav-links {
    padding-left: 0; }
  footer ul.aml-footer-nav-links > li {
    display: block;
    margin-bottom: 0.6em;
    margin-right: 0; } }

section {
  padding: 2.5em 0 3.5em; }
  section h1 {
    text-align: center; }
  section h3 {
    text-align: center;
    font-size: 19px;
    margin-bottom: 1em;
    font-weight: bold; }
  section.grey {
    background-color: #f6f6f7; }
  section .container {
    max-width: 1230px; }
    @media (max-width: 1100px) {
      section .container {
        width: 100%; } }

.grid-container {
  /* Grid structures */
  width: 100%;
  position: relative;
  /* Grid appearance */ }
  .grid-container .grid-group, .grid-container .grid {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative; }
    .grid-container .grid-group.grid-99, .grid-container .grid.grid-99 {
      width: 99%; }
    .grid-container .grid-group.grid-4-4, .grid-container .grid.grid-4-4 {
      width: 100%; }
    .grid-container .grid-group.grid-1-4, .grid-container .grid.grid-1-4 {
      width: 24.1%; }
    .grid-container .grid-group.grid-2-4, .grid-container .grid.grid-2-4 {
      width: 49%;
      max-width: 595px; }
    @media (max-width: 600px) {
      .grid-container .grid-group.grid-2-4, .grid-container .grid.grid-2-4 {
        width: 100%; } }
    @media (max-width: 600px) {
      .grid-container .grid-group.grid-1-4, .grid-container .grid.grid-1-4 {
        width: 48.9%; } }
  @media (max-width: 1299px) {
    .grid-container .grid-group .grid-2-4 {
      width: 48.9%; } }
  @media (max-width: 768px) {
    .grid-container .grid-group .grid-2-4.promotion {
      width: 48%; } }
  @media (max-width: 600px) {
    .grid-container .grid-group .grid-2-4 {
      width: 49.3%; } }
  @media (max-width: 460px) {
    .grid-container .grid-group .grid-2-4 {
      width: 48.9%; } }
  .grid-container .grid {
    background-color: #f6f6f7;
    margin-bottom: 10px;
    margin-right: 10px; }
    @media (max-width: 460px) {
      .grid-container .grid {
        margin-right: 6px;
        margin-bottom: 6px; } }
    .grid-container .grid img {
      max-width: 100%; }
    .grid-container .grid.promotion, .grid-container .grid.partner {
      background-color: #fff; }
      .grid-container .grid.promotion > div, .grid-container .grid.partner > div {
        display: inline-block;
        vertical-align: top; }
      .grid-container .grid.promotion .grid-img, .grid-container .grid.promotion .grid-text-area, .grid-container .grid.partner .grid-img, .grid-container .grid.partner .grid-text-area {
        width: 50%;
        text-align: left; }
        .grid-container .grid.promotion .grid-img .container, .grid-container .grid.promotion .grid-text-area .container, .grid-container .grid.partner .grid-img .container, .grid-container .grid.partner .grid-text-area .container {
          max-width: 100%;
          padding: 1.5em; }
      .grid-container .grid.promotion .grid-text-area, .grid-container .grid.partner .grid-text-area {
        max-height: 279px;
        overflow: hidden; }
        .grid-container .grid.promotion .grid-text-area .aml-promo-type, .grid-container .grid.partner .grid-text-area .aml-promo-type {
          color: #ffd700;
          font-weight: bold;
          text-transform: uppercase;
          font-size: 22.4px;
          -webkit-transition-property: color;
          -moz-transition-duration: color;
          -o-transition-property: color;
          transition-property: color;
          -webkit-transition-duration: 0.2s;
          -o-transition-duration: 0.2s;
          -moz-transition-duration: 0.2s;
          transition-duration: 0.2s; }
          @media (max-width: 1100px) {
            .grid-container .grid.promotion .grid-text-area .aml-promo-type, .grid-container .grid.partner .grid-text-area .aml-promo-type {
              font-size: 18px; } }
          @media (max-width: 600px) {
            .grid-container .grid.promotion .grid-text-area .aml-promo-type, .grid-container .grid.partner .grid-text-area .aml-promo-type {
              display: block;
              padding-top: 16px; } }
          @media (max-width: 460px) {
            .grid-container .grid.promotion .grid-text-area .aml-promo-type, .grid-container .grid.partner .grid-text-area .aml-promo-type {
              font-size: 16px;
              line-height: 23.2px;
              padding-top: 6px; } }
        .grid-container .grid.promotion .grid-text-area .aml-promo-title, .grid-container .grid.partner .grid-text-area .aml-promo-title {
          font-size: 19.2px;
          line-height: 1.4;
          margin-top: 0;
          font-weight: 600; }
          @media (max-width: 1300px) {
            .grid-container .grid.promotion .grid-text-area .aml-promo-title, .grid-container .grid.partner .grid-text-area .aml-promo-title {
              font-size: 16px; } }
        .grid-container .grid.promotion .grid-text-area .aml-promo-period, .grid-container .grid.partner .grid-text-area .aml-promo-period {
          font-size: smaller;
          margin: 0; }
      @media (max-width: 1100px) {
        .grid-container .grid.promotion .grid-text-area .container, .grid-container .grid.partner .grid-text-area .container {
          padding: 0.4em 1em; } }
      @media (max-width: 900px) {
        .grid-container .grid.promotion .grid-text-area, .grid-container .grid.partner .grid-text-area {
          height: 180px; }
        .grid-container .grid.promotion .grid-text-area .container, .grid-container .grid.partner .grid-text-area .container {
          padding: 0em 1em; }
        .grid-container .grid.promotion .grid-img, .grid-container .grid.promotion .grid-text-area, .grid-container .grid.partner .grid-img, .grid-container .grid.partner .grid-text-area {
          width: 100%;
          display: block;
          margin: 0 auto; } }
      @media (max-width: 600px) {
        .grid-container .grid.promotion .grid-text-area .aml-promo-period, .grid-container .grid.partner .grid-text-area .aml-promo-period {
          margin-bottom: 10px; } }
    @media (max-width: 460px) {
      .grid-container .grid.partner .grid-text-area .container {
        padding: 0em 0.5em; } }
    .grid-container .grid.promotion:nth-child(2n) {
      margin-right: 0; }
    .grid-container .grid .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #ffd700;
      -moz-opacity: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      z-index: 1;
      -webkit-transition-property: opacity;
      -moz-transition-duration: opacity;
      -o-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      transition-duration: 0.2s; }
    .grid-container .grid .view-all {
      width: 100%;
      text-align: center;
      position: relative; }
      .grid-container .grid .view-all h3 {
        color: white;
        position: absolute;
        top: 38%;
        width: 100%;
        font-size: 28px;
        text-align: center;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        z-index: 2;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3); }
      @media (max-width: 900px) {
        .grid-container .grid .view-all h3 {
          font-size: 22px; } }
      @media (max-width: 400px) {
        .grid-container .grid .view-all h3 {
          font-size: 18px;
          top: 30%; } }
    .grid-container .grid:hover {
      text-decoration: none; }
    .grid-container .grid:hover .overlay {
      -moz-opacity: 0.4;
      opacity: 0.4;
      filter: alpha(opacity=40); }
    .grid-container .grid:hover h3 {
      -moz-opacity: 1;
      opacity: 1;
      filter: alpha(opacity=100); }
  .grid-container .grid-img {
    position: relative; }
  .grid-container .grid-label {
    background: black;
    -pie-background: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.5);
    behavior: url("/library/PIE-1.0.0/PIE.htc");
    color: #fff;
    padding: 0.4em 1em;
    font-size: 16px;
    width: 100%;
    position: absolute;
    bottom: 0em;
    left: 0;
    z-index: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  @media (max-width: 768px) {
    .grid-container .promotion .grid-img, .grid-container .partner .grid-img {
      width: 100%;
      margin: 0;
      overflow: hidden; }
    .grid-container .promotion .grid-img img, .grid-container .partner .grid-img img {
      width: 100%; } }
  @media (max-width: 460px) {
    .grid-container .grid-label {
      padding: 0.4em 0.5em;
      font-size: 14px; } }

.aml-join {
  width: 100%;
  color: #f6f6f7;
  background: #595c65;
  -pie-background: #595c65;
  background: #595c65;
  behavior: url("/library/PIE-1.0.0/PIE.htc");
  background-size: cover; }

.aml-partner-map {
  width: 100%;
  height: 300px; }

.partner .partner-summary-content h4 {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 5px; }

.partner .partner-summary-content .aml-promotion-label {
  background: #ffd700;
  color: #fff;
  display: inline-block;
  padding: 0.3em 1em;
  margin: 0 0 0.4em;
  font-size: small; }

.partner .partner-summary-content .aml-partner-category, .partner .partner-summary-content .aml-partner-location {
  line-height: 1.6; }
  @media (max-width: 600px) {
    .partner .partner-summary-content .aml-partner-category, .partner .partner-summary-content .aml-partner-location {
      display: none; } }

.partner .partner-summary-content .aml-partner-category {
  color: #a2aaad;
  display: block;
  white-space: nowrap; }

@media (max-width: 768px) {
  .partner .partner-summary-content h4 {
    margin-bottom: 0; }
  .partner .partner-summary-content .aml-promotion-label {
    margin-bottom: 0; } }

@media (max-width: 460px) {
  .partner .partner-summary-content h4, .partner .partner-summary-content .aml-partner-category, .partner .partner-summary-content .aml-promotion-label {
    font-size: 0.9em; } }

.partner .aml-sponsored {
  font-size: smaller;
  color: #ddd;
  font-weight: normal;
  margin-left: 0.5em; }

#aml-dining-top10-grid {
  font-size: 0; }
  #aml-dining-top10-grid .grid {
    margin-right: 10px;
    margin-bottom: 10px; }
    #aml-dining-top10-grid .grid:nth-child(6), #aml-dining-top10-grid .grid:nth-child(9) {
      margin-right: 0; }
  #aml-dining-top10-grid .grid-group {
    margin-bottom: 10px; }
  #aml-dining-top10-grid .grid-group .grid:nth-child(1), #aml-dining-top10-grid .grid-group .grid:nth-child(3) {
    margin-right: 0; }
  #aml-dining-top10-grid .grid-group .grid:nth-child(2) {
    margin-right: 10px; }
  #aml-dining-top10-grid .grid-group .grid:nth-child(2), #aml-dining-top10-grid .grid-group .grid:nth-child(3) {
    margin-bottom: 0; }
  @media (min-width: 1300px) {
    #aml-dining-top10-grid .grid {
      margin-right: 12px;
      margin-bottom: 12px; }
    #aml-dining-top10-grid .grid-group {
      margin-bottom: 12px; }
    #aml-dining-top10-grid .grid-group .grid:nth-child(2) {
      margin-right: 11px; } }
  @media (max-width: 1100px) {
    #aml-dining-top10-grid .grid {
      margin-right: 8px;
      margin-bottom: 8px; }
    #aml-dining-top10-grid .grid-group {
      margin-bottom: 8px; }
    #aml-dining-top10-grid .grid-group .grid:nth-child(2) {
      margin-right: 8px; } }
  @media (max-width: 768px) {
    #aml-dining-top10-grid .grid {
      margin-right: 6px;
      margin-bottom: 6px; }
    #aml-dining-top10-grid .grid-group {
      margin-bottom: 6px; }
    #aml-dining-top10-grid .grid-group .grid:nth-child(2) {
      margin-right: 6px; } }
  @media (max-width: 600px) {
    #aml-dining-top10-grid .grid-group {
      margin-bottom: 6px; }
    #aml-dining-top10-grid .grid:nth-child(4), #aml-dining-top10-grid .grid:nth-child(8) {
      margin-right: 0; }
    #aml-dining-top10-grid .grid-group .grid:nth-child(2) {
      margin-right: 6px; } }

#aml-new-restaurants {
  font-size: 0; }
  #aml-new-restaurants .grid {
    margin-right: 8px;
    margin-bottom: 8px; }
    #aml-new-restaurants .grid:nth-child(4n) {
      margin-right: 0; }
  @media (max-width: 768px) {
    #aml-new-restaurants .grid {
      float: left;
      margin-right: 6px;
      margin-bottom: 6px; } }
  @media (max-width: 600px) {
    #aml-new-restaurants .grid:nth-child(2n) {
      margin-right: 0; } }

#aml-dining-404 {
  width: 100%;
  padding: 3em 0;
  color: #a2aaad; }
  #aml-dining-404 h3 {
    margin-bottom: 1.5em;
    font-size: 20px;
    line-height: 1.5; }
    @media (max-width: 460px) {
      #aml-dining-404 h3 {
        font-size: 16px; } }

ul.language-switch li {
  margin-right: 0.5em !important; }
  ul.language-switch li:last-child {
    margin-right: 0 !important; }
  ul.language-switch li a, ul.language-switch li span {
    display: inline-block; }
  ul.language-switch li a {
    color: #333d47; }
    ul.language-switch li a:hover {
      cursor: pointer;
      text-decoration: none; }
  ul.language-switch li.active span {
    color: #a2aaad; }

@media (max-width: 600px) {
  ul.language-switch {
    display: block;
    padding-right: 0;
    border-right: none; } }

.branch-selector {
  padding: 0.4em 0; }
  .branch-selector .branch-picker {
    max-width: 100%; }
    .branch-selector .branch-picker button {
      padding-right: 1.6em; }
  .branch-selector .caret {
    position: absolute;
    top: 1.2em;
    right: 1em; }

/* district-restaurant name autocomplete */
.ui-helper-hidden-accessible {
  display: none; }

#autocomplete-menu-container {
  max-height: 100%; }

.ui-autocomplete {
  list-style: none;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0;
  width: 100%;
  max-height: 100%;
  overflow-y: scroll;
  z-index: 99; }
  .ui-autocomplete li a {
    padding: 6px 10px;
    display: block;
    color: #333d47;
    font-size: 14px;
    text-transform: capitalize; }
    .ui-autocomplete li a.ui-state-focus {
      background-color: #f6f6f7; }

.ui-autocomplete-category {
  color: #a2aaad;
  padding: 4px 10px;
  font-size: smaller;
  border-bottom: 1px solid; }

/* end of district-restaurant name autocomplete */
.label-new-branch {
  color: #bbb; }

.debug-bar-trigger {
  position: fixed;
  right: 0;
  top: 0;
  opacity: 0.5;
  z-index: 100;
  width: 30px;
  height: 30px;
  text-align: center;
  color: red;
  background: #ffd700;
  cursor: pointer; }
  .debug-bar-trigger:hover {
    opacity: 1; }

.debug-bar {
  position: fixed;
  padding: 0 5px;
  color: red;
  background: #ffd700;
  z-index: 99;
  display: none; }
  .debug-bar.show {
    display: block; }
  .debug-bar.top-right {
    right: 0;
    top: 0; }
  .debug-bar.bottom-right {
    right: 0;
    bottom: 0; }
  .debug-bar.top-left {
    left: 0;
    top: 0; }
  .debug-bar.bottom-left {
    left: 0;
    bottom: 0; }

.btn {
  width: auto;
  line-height: 1.2;
  font-size: 14px; }

.container {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1600px) {
    .container {
      width: 1170px; } }

#header .container {
  padding-left: 35px;
  padding-right: 35px; }

@media (max-width: 991px) {
  #header .container {
    padding-left: 15px;
    padding-right: 15px; } }

#header .mobile-slider-btn-ctn .btn {
  width: 300px;
  max-width: 100%;
  line-height: 54px;
  font-size: 20px !important; }

.dropdown-menu a {
  text-decoration: none; }

#aml-home .main-wrapper {
  height: 100%;
  padding-top: 0; }

#header.out {
  position: absolute; }

body.search-stick #aml-search {
  position: fixed !important;
  top: 0 !important;
  bottom: auto !important;
  z-index: 20 !important;
  width: 100% !important; }

body.search-stick .main-wrapper {
  padding-top: 176px; }

body.search-stick#aml-home .main-wrapper {
  padding-top: 0; }

body#aml-home .fold-wrapper {
  height: auto;
  padding-bottom: 50px; }
  body#aml-home .fold-wrapper .fold {
    max-width: none;
    min-width: none;
    height: 0;
    padding-bottom: 56.25%;
    background-size: cover; }

@media (min-width: 1245px) {
  body#aml-home .fold-wrapper .fold {
    height: 750px;
    padding-bottom: 0; } }

@media (min-width: 1400px) {
  body#aml-home .fold-wrapper .fold {
    height: 900px;
    padding-bottom: 0; } }
