.flex-grid {
  display: flex;
}

#DealsMenu {
  width: 160px;
  min-width: 160px;
}

#Deals {
  width: 800px;
  float: right;
  margin-left: 20px;
}

.deals-header {
  margin-top: 10px;
  height: 34px;
  clear: both;
}

.deals-header .attraction-name {
  font-family: Haettenschweiler, Impact, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  font-size: 30px;
  font-style: italic;
  line-height: 30px;
  margin-bottom: 10px;
  color: #330066;
  float: left;
  margin-right: 20px;
  vertical-align: top;
}

.deals-header .rating {
  float: left;
  position: relative;
  width: 130px;
}

.deals-header .rating a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  position: absolute;
  top: 18px;
}

.deals-header .resort-fee {
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin-top: 16px;
  color: #330066;
}

.deals {
  clear: both;
}

.deals:after {
  clear: both;
}

.deals img.thumb {
  height: 150px;
  width: 150px;
  border: 1px solid #330066;
  float: left;
  margin-right: 2px;
}

.deal {
  border: 1px solid #330066;
  height: 74px;
  margin-bottom: 2px;
  float: left;
}

.deal h3 {
  margin: 4px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.deal-price {
  height: 100%;
  width: 75px;
  background: #410457;
  color: #ffffff;
  border-right: 1px solid #330066;
  line-height: 75px;
  text-align: center;
  font-family: Haettenschweiler, Impact, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  font-size: 30px;
  text-shadow: #000000 2px 2px;
  float: left;
}

.deal-private .deal-price {
  background: #fbcf00;
}

.deal-price-coupon {
  background: #fbcf00 !important;
}

.deal-private .deal-price-coupon {
  background: #00cccc !important;
}

.deal-price div.start {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 11pt;
  position: absolute;
  text-align: center;
  width: 75px;
  margin-top: 2px;
}

.deal-price div.start:after {
  content: 'Starting at';
}

.deal-price-coupon div.start:after {
  content: 'Valued at';
}

.deal-private .deal-price div.start {
  color: #000000;
  text-shadow: none;
}

.deal-content {
  float: left;
  height: 100%;
  position: relative;
}

.deal-desc {
  margin: 4px 10px;
  width: 550px;
  height: 46px;
  padding-right: 120px;
  font-size: 12px;
  line-height: 15px;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.deal-more-results .deal-desc {
  width: 702px;
}

.deal-book, .deal-join, .coupon-button {
  position: absolute;
  right: 3px;
  width: 105px;
  height: 29px;
  background: url(/img/btn-view-offer-purple.jpg);
  border: 0;
  top: 20px;
}

.deal-join {
  background: url(/img/btn-join-now-gold.jpg);
}

.deal-print-now {
  background: url(/img/btn-print-now.jpg);
}

.deal-days-left {
  position: absolute;
  right: 12px;
  bottom: 6px;
  color: #fd2727;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.deals .view-more {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #330066;
  text-align: center;
  font-weight: bold;
  line-height: 18px;
  background: url(/img/btn-down-arrow.png);
  background-repeat: no-repeat;
  background-position: center right;
  width: 160px;
  margin: 4px auto;
  cursor: pointer;
}

.deals .view-more:hover {
  text-decoration: underline;
}

/* PRIVATE DEAL */
.deal-private h3 {
  margin-top: 24px;
}

.deal-coupon h3 {
  margin: 4px 10px !important;
}

.deal-private a {
  text-decoration: underline;
}

.deal-private .deal-book {
  background: url(/img/btn-view-offer-gold.jpg);
}

.deal-logged-in h3 {
  margin-top: 4px;
}

/* COUPONS */
.coupon-print-now {
  background: url(/img/btn-print-now.jpg);
}

.coupon-print-now-gold {
  background: url(/img/btn-print-now-gold.jpg);
}

.coupon-join-now {
  background: url(/img/btn-join-now.jpg);
}

.coupon-join-now-gold {
  background: url(/img/btn-join-now-gold.jpg);
}

@media only screen and (max-width:1000px) {
  .deal-desc {
    width: calc(100vw - 470px);
  }

  .deal-more-results .deal-desc {
    width: calc(100vw - 318px);
  }
}

@media only screen and (max-width: 800px) {
  #FilterButton {
    background: #56207C;
    color: #ffffff !important;
    border: 0;
    padding: 0 1em;
  }

  #DealsMenu {
    width: 100vw;
    height: 140px;
    position: absolute;
  }

  #Deals {
    margin-top: 140px;
  }

  div.left-menu-container {
    width: 100% !important;
  }

  div.left-menu-header, div.left-menu-footer, div.left-menu-container, div.left-menu-arrow {
    background: transparent !important;
  }

  div.left-menu-container div:nth-of-type(2), div.left-menu-container div:nth-last-child(3), div.left-menu-container div:last-child {
    display: none;
  }

  div.left-menu-body {
    width: 33vw;
    float: left;
    padding: 0 !important;
    font-weight: normal;
  }

  div.left-menu-header, div.left-menu-arrow, div.left-menu-breaker {
    display: none;
  }

  div.left-menu-footer {
    clear: both;
    height: 20px !important;
    padding: 0 !important;
  }

  .deal-desc {
    width: calc(100vw - 300px);
    padding-right: 40px;
  }

  .deal-more-results .deal-desc {
    width: calc(100vw - 148px);
  }

  .deal-book, .deal-join, .deal-print-now {
    background: none !important;
    width: auto;
    text-decoration: none !important;
  }

  .deal-book:after,
  .deal-join:after,
  .deal-print-now:after {
    text-decoration: none;
    padding: 4px;
    font-weight: bold;
  }

  .deal-book:after {
    content: 'View';
    background: #56207C;
    color: #ffffff;
  }

  .deal-private .deal-book:after {
    color: #ffffff;
    background: #fbcf00;
  }

  .deal-join:after {
    content: 'Join';
  }

  .deal-print-now:after {
    content: 'Print';
  }
}

@media only screen and (max-width: 600px) {
  #Deals {
    margin-left: 0;
  }
/*
  .deals .thumb-container {
    position: relative;
    overflow: hidden;
    width: 95vw;
    height: 40vw;
    margin-bottom: 2vw;
  }

  .deals img.thumb {
    float: none;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    width: 95vw;
    height: 95vw;
  }
*/

  .deals img.thumb {
    display: none;
  }

  .deal-desc {
    width: calc(100vw - 122px);
  }

  .deal-more-results .deal-desc {
    width: calc(100vw - 120px);
  }
}

@media only screen and (max-width: 400px) {
  .deal-price {
    width: 40px;
    font-size: 18px;
    font-family: "Arial Narrow";
  }

  div.start {
    display: none;
  }

  .deal-desc {
    width: calc(100vw - 90px);
  }

  .deal-more-results .deal-desc {
    width: calc(100vw - 90px);
  }

  .deal-content h3 {
    font-size: 12px;
    font-family: Arial Narrow;
  }
}