.dv-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -20px; }

.dv-grid__item {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px; }

.one-whole {
  width: 100%; }

.one-half {
  width: 50%; }

.dv-grid__item--fix-250 {
  width: 250px;
  margin-left: -250px; }

.dv-grid__item--flex-250 {
  padding-right: 250px; }

@media only screen and (max-width: 799px) {
  .dv-grid__item--flex-250 {
    padding-right: 0; }

  .dv-grid__item--fix-250 {
    width: 100%;
    margin-left: 0; } }
/* Convert PX in to EM, based on base font size.*/
.gm-sec {
  clear: left; }

.gm-vouchers-list {
  font-size: 16px; }

/*.gm-vouchers-list__item { margin-bottom:25px; clear:left; }*/
.gm-voucher__link {
  display: block;
  padding: 5px;
  background: #dfdfdf;
  overflow: hidden;
  position: relative;
  -moz-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  text-decoration: none; }

.gm-voucher__link:hover {
  color: #222;
  text-decoration: none !important;
  background: #e5e5e5; }

.gm-voucher__link:hover .gm-voucher__title {
  text-decoration: underline; }

.gm-vouchers-list__item .gm-voucher__remaining {
  font-size: 1em;
  color: #777;
  margin: 10px 0; }

.gm-voucher__image--faded {
  opacity: 0.4; }

.gm-voucher__title {
  font-size: 1.5em;
  color: #222;
  display: inline-block;
  vertical-align: middle; }

.gm-voucher__detail {
  overflow: hidden; }

.gm-voucher__description {
  margin: 5px 0;
  font-size: 1em;
  color: #555; }

.gm-voucher__value,
.gm-voucher__price {
  font-size: 1.375em; }

.gm-voucher__value {
  font-style: normal;
  color: #777;
  text-decoration: line-through;
  margin-right: 10px; }

.gm-voucher__detail--voucher-page .gm-voucher__value,
.gm-voucher__detail--voucher-page .gm-voucher__price {
  font-size: 2.125em; }

.gm-voucher__status {
  margin: 0 10px 0 0;
  text-transform: uppercase;
  font-size: 1em;
  padding: 3px 5px;
  font-weight: bold;
  background: #117B11;
  color: #fff; }

.gm-voucher__status--coming-soon {
  background: #e4c742;
  color: #2d2606; }

.gm-voucher__status--sold {
  background: #9c1216;
  color: #fff; }

.gm-vouchers-list.grid {
  position: relative; }

.gm-vouchers-list.grid .gm-voucher__link {
  padding: 0; }

.gm-vouchers-list.grid .gm-voucher__detail {
  padding: 5px; }

.gm-vouchers-list.grid .gm-voucher__status {
  position: absolute;
  top: 5px;
  left: 5px; }

.gm-vouchers-list.grid .gm-voucher__image {
  width: 100%; }

.gm-vouchers-list__item--highlighted {
  font-size: 120%;
  margin-bottom: 25px; }

.gm-vouchers-list__item--highlighted .gm-voucher__link {
  padding: 10px; }

.gm-vouchers-list__item--highlighted .gm-voucher__image {
  max-width: 46%;
  width: 100%; }

.gm-vouchers-list__item--highlighted .gm-voucher__description {
  margin: 10px 0 5px 0; }

.gm-vouchers-list__item--highlighted .gm-voucher__button {
  margin-top: 8px; }

.gm-vouchers-list__item--highlighted--narrow .gm-voucher__image {
  max-width: 100%;
  float: none; }

.gm-voucher__detail .gm-voucher__button,
.gm-voucher__button {
  background: #ccc;
  color: #333 !important;
  border-radius: 3px;
  padding: 10px 20px;
  clear: left;
  display: inline-block;
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
  max-width: 300px;
  text-decoration: none;
  font-size: inherit;
}

.gm-voucher__detail .gm-voucher__button:hover,
.gm-voucher__button:hover {
  background: #ddd; }

.gm-voucher__detail .gm-voucher__button--full-width {
  display: block; }

.gm-voucher__detail .gm-voucher__button--large {
  padding: 15px 25px;
  font-size: 1.25em; }

.gm-voucher__detail .gm-voucher__button--disabled {
  background: #ddd;
  color: #999; }

.gm-voucher__detail .gm-voucher__button--positive,
.gm-voucher__button--positive {
  color: #fff !important;
  background: #30BB57; }

.gm-voucher__detail .gm-voucher__button--positive:hover,
.gm-voucher__button--positive:hover {
  background: #35cc5d; }

.gm-voucher__detail .gm-voucher__button--negative,
.gm-voucher__button--negative {
  background: #cf0b00;
  color: #fff !important; }

.gm-voucher__detail .gm-voucher__button--negative:hover,
.gm-voucher__button--negative:hover {
  background: #e80c00; }

.gm-voucher__button--right {
  float: right; }

.gm-voucher-carousel__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.gm-voucher-carousel__list-item {
  display: none; }

.gm-voucher-carousel__list-item:first-child {
  display: block; }

.gm-voucher-carousel__list-item img {
  max-width: 100%;
  vertical-align: top; }

.gm-voucher-carousel__nav {
  position: relative; }

.gm-voucher-carousel__nav-button {
  outline: none;
  border: none;
  font-size: 1.5em;
  background: none;
  color: #eee;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  cursor: pointer; }

.gm-voucher-carousel__nav-button--previous {
  left: 0; }

.gm-voucher-carousel__nav-button--next {
  right: 0; }

.gm-voucher-carousel__nav p {
  padding: 8px 54px;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  margin: 0; }

.gm-voucher-detail .gm-voucher__value,
.gm-voucher-detail .gm-voucher__price {
  font-size: 2.625em; }

.gm-voucher__price {
  display: inline-block;
  color: #222;
  margin-bottom: 5px; }

.gm-voucher-detail__amount {
  margin-bottom: 10px;
  display: block; }

.gm-voucher-detail__amount p {
  color: #555;
  margin-right: 5px;
  display: inline-block; }

.gm-voucher-detail .gm-voucher__button {
  margin-bottom: 15px; }

.gm-voucher__remaining {
  color: #555;
  font-size: 1.375em;
  margin: 10px 0; }

.gm-voucher-map {
  width: 100%;
  height: 400px; }

.gm-voucher-terms {
  background: rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-radius: 5px;
  margin: 15px 0; }

/*
 * Legacy CSS
 */
/**
 *
 * Voucher Page
 *
 */
#basket-error {
  color: #f00; }

.basket-action {
  margin: 10px 0; }

.basket-action form {
  display: none; }

.basket-action form.active {
  display: block; }

/**
 *
 * Basket
 *
 */
.basket-items h2 {
  padding: 7px 0;
  font-size: 135%;
  border-bottom: 1px solid #ddd; }

.basket-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  position: relative;
  padding-left: 120px; }

.basket-item img {
  max-width: 100px;
  padding: 2px;
  border: 1px solid #ddd;
  background: #fff;
  max-height: 70px;
  position: absolute;
  top: 10px;
  left: 0; }

.basket-item .voucher-button {
  float: none;
  margin-left: 0; }

.basket-item select {
  margin: 0;
  padding: 8px 4px; }

.basket-item .voucher-button.negative {
  position: absolute;
  top: 10px;
  right: 0;
  margin-top: 0;
  margin-right: 0; }

.basket-item p {
  padding-right: 100px; }

.basket-item__name {
  margin-right: 60px; }

.basket-bottom {
  padding: 20px 0; }

#basket-summary span {
  display: block;
  padding-top: 10px; }

.basket-bottom .voucher-button {
  margin-right: 0;
  margin-left: 0; }

#basket-summary em {
  font-style: normal; }

.voucher-detail-list {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
  border-top: 1px solid #ddd; }

.voucher-detail-list li {
  clear: left;
  position: relative;
  min-height: 41px;
  padding: 10px 0;
  padding-left: 120px;
  border-bottom: 1px solid #ddd; }

.voucher-detail-list img {
  position: absolute;
  left: 0;
  top: 10px;
  padding: 1px;
  background: #fff;
  border: 1px solid #eee;
  max-width: 100px;
  max-height: 70px; }

.voucher-detail-list.no-img li {
  padding-left: 0; }

.voucher-detail-list strong {
  display: block;
  padding-bottom: 6px; }

.voucher-detail-list span {
  color: #666;
  margin-right: 10px; }

.voucher-detail-list em {
  color: #bbb;
  font-style: normal; }

.voucher-detail-list p {
  margin-top: 7px; }

.voucher-detail-list .voucher-button {
  margin: 0 0 10px 10px;
  float: right; }

.upper-divide {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd; }

/**
 *
 * Checkout
 *
 */
.voucher-table {
  border-collapse: collapse;
  width: 100%;
  margin: 25px auto; }

.voucher-table th, .voucher-table td {
  padding: 6px 8px;
  border: 1px solid #ccc; }

.voucher-table th {
  background-color: #eee;
  font-weight: bold;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5); }

.voucher-table-foot td {
  background-color: #F7F7F7; }

.voucher-table .voucher-table-total {
  text-align: right;
  font-weight: bold;
  border-left: 0;
  border-bottom: 0;
  background-color: transparent; }

/**
 *
 * Transactions
 *
 */
.transaction-list a {
  position: absolute;
  right: 0;
  top: 12px; }

.browse-vouchers-dropdown {
  position: relative;
  display: none; }

.browse-vouchers-dropdown i {
  left: 130px;
  top: -1px;
  z-index: 100;
  position: absolute;
  width: 11px;
  height: 7px;
  background: url(../spritevoucher.png) -8px 0 no-repeat;
  display: inline-block; }

.browse-vouchers ul {
  position: absolute;
  z-index: 99;
  border: 1px solid #ccc;
  width: 200px;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 #fff, 0 5px 15px rgba(0, 0, 0, 0.2);
  background: #fff; }

.browse-vouchers ul li {
  border-top: 1px solid #eee; }

.browse-vouchers ul li.first {
  border-top: 0; }

.browse-vouchers ul li a {
  font-weight: bold;
  padding: 8px 15px;
  font-size: 93%;
  color: #333;
  display: block;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none; }

.browse-vouchers ul li a:hover {
  background: #f0f0f0;
  color: #555; }

.basket-display {
  float: right; }

.basket-display a {
  line-height: 18px;
  text-decoration: none;
  font-weight: bold;
  color: #444;
  font-size: 92%;
  padding: 8px 38px 8px 15px;
  display: inline-block;
  border: 1px solid transparent;
  position: relative; }

.basket-display a i {
  position: absolute;
  right: 11px;
  top: 8px;
  display: block;
  background: url(../spritevoucher.png) -2px -29px no-repeat;
  width: 16px;
  height: 16px; }

.basket-display.has-items a {
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(240, 240, 240, 0.4);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  border: 1px solid #1ca03b;
  background: #22c122;
  background: -moz-linear-gradient(top, #22c122 0%, #1ca03b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #22c122), color-stop(100%, #1ca03b));
  background: -webkit-linear-gradient(top, #22c122 0%, #1ca03b 100%);
  background: -o-linear-gradient(top, #22c122 0%, #1ca03b 100%);
  background: -ms-linear-gradient(top, #22c122 0%, #1ca03b 100%);
  background: linear-gradient(to bottom, #22c122 0%, #1ca03b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22c122', endColorstr='#1ca03b',GradientType=0 ); }

.basket-display.has-items a:hover {
  box-shadow: inset 0 1px 0 rgba(240, 240, 240, 0.4), 0 0 5px rgba(0, 0, 0, 0.3); }

.basket-display.has-items a:active,
.basket-display.has-items a:focus {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1); }

.basket-display.has-items i {
  background-position: -2px -64px; }

.basket-display .top-bar-button {
  margin-right: 0; }


.vouchers-loading {
  border: 1px solid #ccc;
  padding: 15px;
  background-color: #F7F7F7;
}
.vouchers-loading img {
  vertical-align: middle;
  padding-right: 15px;
}


@media screen and (max-width: 480px) {
  .gm-voucher__button--right {
    float: none;
    margin-bottom: 15px; } }

/*# sourceMappingURL=vouchers-2014-11-28.css.map */