/* compiled by scssphp v0.6.6 on Tue, 02 May 2017 13:56:47 +1200 (2.2834s) */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500);
@import url(https://fonts.googleapis.com/css?family=Alfa+Slab+One);
.slideshow button:before {
  content: '';
  display: block;
  position: absolute; }

.container:before, .header .main-navigation ul:before, .subscription-offers:before, .contact-form-holder:before, .forms:before, .deal-creation:before, .price-heading:before, .deal-tabs .top:before, .deal-and-purchaser-lists:before, .search-results article:before, .search-results a:before, .slideshow:before, .gallery ul:before, .stockists:before, .container:after, .header .main-navigation ul:after, .subscription-offers:after, .contact-form-holder:after, .forms:after, .deal-creation:after, .price-heading:after, .deal-tabs .top:after, .deal-and-purchaser-lists:after, .search-results article:after, .search-results a:after, .slideshow:after, .gallery ul:after, .stockists:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }
/*** element styles ***/
body {
  background: #e9ebeb;
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  /* 18px */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.66;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: normal;
  line-height: 1.2; }

h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 48px; }
  @media screen and (max-width: 999px) {
  h1 {
    font-size: 32px; } }

h2 {
  font-size: 27px; }
  h2.red {
    color: #ed162c;
    font-weight: 500; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 15px; }

a {
  color: #ed162c; }
  a:link, a:visited {
    text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #ba131b;
    text-decoration: underline; }
  a img {
    border: none; }

@media screen and (max-width: 1169px) {
    img {
      height: auto;
      max-width: 100%; } }

input:disabled, textarea:disabled {
  opacity: 0.5; }
/*** globally relevant styles ***/
.button {
  background: #ed162c;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: normal;
  line-height: normal;
  margin: 0 5px;
  padding: 15px 20px;
  transition: background-color 0.2s; }
  .button:hover, .button:focus, .button:active {
    background: #ba131b;
    color: #fff;
    text-decoration: none; }

.pagination {
  text-align: center; }
  .pagination > * {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #ed162c;
    pause-after: medium; }
    .pagination > *:first-child {
      border-left: none; }
  .pagination .current {
    font-weight: bold; }

.struct {
  display: none; }
/* float clearing usually applied to <br /> sometimes div or span  */
.clear {
  clear: both;
  content: "";
  display: block;
  height: 1px;
  overflow: hidden;
  width: 99%; }
/*** section styles ***/
.container {
  padding: 0 10px;
  margin: auto;
  max-width: 1170px;
  position: relative; }
  .container.narrow {
    max-width: 800px; }

.container.wide {
  max-width: 1340px;
  box-sizing: border-box;
  padding: 0; }

.container.light {
  margin-top: 50px;
  border-radius: 6px;
  background: #fff; }

.super-header {
  background: #fff url(/resources/template/images/section-shadow.png) top no-repeat;
  line-height: 29px;
  min-height: 29px;
  overflow: hidden;
  padding: 10px 0;
  text-align: right; }
  @media screen and (max-width: 1169px) {
  .super-header {
    background-image: none;
    height: auto;
    line-height: normal; } }
  .super-header .social-link {
    border-radius: 50%;
    display: inline-block;
    height: 29px;
    margin-right: 10px;
    position: relative;
    text-indent: 9999px;
    width: 29px; }
    .super-header .social-link:before {
      border-radius: 50%;
      box-shadow: 0 0 0 1px #868c8f inset;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      transition: background-color 0s 0.1s, box-shadow 0s 0.1s, transform 0.2s;
      width: 100%; }
    .super-header .social-link:after {
      background: center no-repeat;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      -ms-transform: translateZ(29px) rotateY(0deg);
      -moz-transform: translateZ(29px) rotateY(0deg);
      -o-transform: translateZ(29px) rotateY(0deg);
      -webkit-transform: translateZ(29px) rotateY(0deg);
      transform: translateZ(29px) rotateY(0deg);
      transition: all 0s 0.1s, transform 0.6s;
      width: 100%; }
    .super-header .social-link:hover:before, .super-header .social-link:focus:before, .super-header .social-link:active:before {
      background-color: #ed162c;
      box-shadow: 0 0 0 1px #ba131b inset;
      -ms-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg); }
      .super-header .social-link:hover:after, .super-header .social-link:focus:after, .super-header .social-link:active:after {
        -ms-filter: brightness(0%) invert(100%);
        -moz-filter: brightness(0%) invert(100%);
        -o-filter: brightness(0%) invert(100%);
        -webkit-filter: brightness(0%) invert(100%);
        filter: brightness(0%) invert(100%);
        -ms-transform: translateZ(29px) rotateY(360deg);
        -moz-transform: translateZ(29px) rotateY(360deg);
        -o-transform: translateZ(29px) rotateY(360deg);
        -webkit-transform: translateZ(29px) rotateY(360deg);
        transform: translateZ(29px) rotateY(360deg); }
    .super-header .facebook:after {
      background-image: url("../images/facebook.png"); }
    .super-header .twitter:after {
      background-image: url("../images/twitter.png"); }
    .super-header .youtube:after {
      background-image: url("../images/youtube.png"); }
    .super-header .instagram:after {
      background-image: url("../images/instagram.png"); }

.header {
  background-color: #ed162c;
  position: relative;
  z-index: 10; }
  .header .logo {
    display: inline-block;
    float: left;
    margin-bottom: -45px;
    margin-left: 30px;
    margin-top: -36px; }
    @media screen and (max-width: 1169px) {
  .header .logo {
    margin-bottom: 10px;
    margin-left: 0; } }
    @media screen and (max-width: 999px) {
  .header .logo {
    margin-top: -30px; } }
    .header .logo a, .header .logo img {
      display: block; }
    .header .logo img {
      height: 186px;
      width: auto; }
      @media screen and (max-width: 1169px) {
  .header .logo img {
    height: 186px;
    width: auto; } }
      @media screen and (max-width: 999px) {
  .header .logo img {
    height: 95px; } }
  .header .main-navigation {
    float: right;
    font-weight: 300;
    font-size: 22px;
    max-width: calc(100% - 190px);
    width: 900px; }
    @media screen and (max-width: 999px) {
  .header .main-navigation {
    max-width: calc(100% - 120px); } }
    .header .main-navigation ul {
      -webkit-box-pack: justify;
      display: table;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      -ms-justify-content: space-between;
      -moz-justify-content: space-between;
      -o-justify-content: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin: 0;
      padding: 0; }
    .header .main-navigation li {
      -webkit-box-flex: 1;
      display: table-cell;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-grow: 1;
      -moz-flex-grow: 1;
      -o-flex-grow: 1;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
      float: left; }
      .header .main-navigation li:hover a:before, .header .main-navigation li:focus a:before, .header .main-navigation li:active a:before {
        top: -11px; }
      .header .main-navigation li.sel a:before {
        top: 0; }
    .header .main-navigation a {
      color: #fff;
      display: block;
      line-height: 115px;
      overflow: hidden;
      position: relative;
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      width: 100%; }
      @media screen and (max-width: 999px) {
  .header .main-navigation a {
    line-height: 65px;
    padding-top: 10px; } }
      .header .main-navigation a:before {
        border: 21px solid transparent;
        border-bottom: 0;
        border-top-color: #fff;
        content: "";
        left: 50%;
        margin-left: -21px;
        position: absolute;
        top: -21px;
        transition: top 0.2s; }

main {
  min-height: 140px; }

.banner {
  background-size: cover;
  color: #fff;
  position: relative;
  text-align: right; }
  @media screen and (max-width: 999px) {
  .banner {
    text-align: center; } }
  @media screen and (max-width: 1169px) {
    .banner .slideshow {
      display: none; } }
  .banner .slideshow, .banner .slideshow .slick-list, .banner .slideshow .slick-track {
    background: none;
    height: auto;
    max-height: none;
    max-width: none;
    overflow: hidden;
    width: 100%; }
    .banner .slideshow .container, .banner .slideshow .slick-list .container, .banner .slideshow .slick-track .container {
      max-width: none; }
    .banner .slideshow .slide, .banner .slideshow .slick-list .slide, .banner .slideshow .slick-track .slide {
      background-position: center;
      background-size: cover;
      display: none;
      height: 100%;
      max-height: none; }
  .banner iframe {
    display: block;
    height: calc(100vh - 190px);
    width: 100%; }
  .banner .slideshow .slide {
    display: none; }
    .banner .slideshow .slide:first-child {
      display: block; }
  .banner .slideshow .slick-slider .slide {
    display: block; }
  .banner .text {
    display: block;
    margin-bottom: 75px;
    margin-left: 50%;
    margin-top: 100px;
    text-align: left; }
    @media screen and (max-width: 1169px) {
  .banner .text {
    margin-bottom: 50px;
    margin-left: 0;
    margin-top: 50px;
    text-align: center; } }
  .banner h1 {
    color: #fff;
    font-family: 'Alfa Slab One', serif;
    font-size: 85px;
    line-height: 1;
    margin: 0;
    text-shadow: 0 0 7px #000; }
    @media screen and (max-width: 999px) {
  .banner h1 {
    font-size: 60px;
    text-shadow: none; } }
    @media screen and (max-width: 599px) {
  .banner h1 {
    line-height: 1.1;
    font-size: 40px; } }
  .banner .actions {
    margin-bottom: 150px;
    margin-bottom: calc((100vh - 645px) * 0.29);
    text-align: center; }
  .banner .button {
    background: #ed162c;
    border-radius: 10px;
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff;
    font-size: 36px;
    margin: 0 0 30px;
    padding: 20px 40px;
    transition: box-shadow 0.2s; }
    @media screen and (max-width: 999px) {
  .banner .button {
    font-size: 22px; } }
    .banner .button:hover, .banner .button:focus, .banner .button:active {
      box-shadow: 0 0 0 4px #ba131b inset; }

.overview {
  background: #ed162c;
  border-top: 1px solid #fff;
  color: #fff;
  padding: 60px 0 10px;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 999px) {
  .overview {
    text-align: left; } }
  .overview:before {
    border: 21px solid transparent;
    border-bottom: 0;
    border-top-color: #fff;
    content: "";
    left: 50%;
    margin-left: -21px;
    position: absolute;
    top: 0; }
  .overview h1 {
    margin-bottom: 20px;
    margin-top: 0; }
  .overview .container p {
    margin: 1em auto;
    max-width: 800px; }
  .overview .button {
    background: none;
    border: 2px solid #fff;
    margin: 20px 0 0;
    padding: 15px 30px; }
    .overview .button:hover, .overview .button:focus, .overview .button:active {
      background: rgba(186, 19, 27, 0.5); }
    @media screen and (max-width: 1169px) {
  .overview .button {
    margin-left: 70px; } }
    @media screen and (max-width: 999px) {
  .overview .button {
    margin-left: 0; } }

.content {
  background: #fff top left no-repeat;
  background-size: auto 100%;
  padding: 10px 0 100px;
  position: relative; }
  .content.dusk {
    background-color: #e9ebeb; }
  .content:before {
    background: url(/resources/template/images/section-shadow.png) top no-repeat;
    content: "";
    height: 19px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    #colorbox .content:before {
      display: none; }

.overview + .content:after {
  border: 21px solid transparent;
  border-bottom: 0;
  border-top-color: #ed162c;
  content: "";
  left: 50%;
  margin-left: -21px;
  position: absolute;
  top: 0; }
  #colorbox .overview + .content:after {
    display: none; }

.overview + .content .container {
  min-height: 538px;
  max-width: 595px;
  position: relative;
  padding-left: 125px; }
  @media screen and (max-width: 1169px) {
  .overview + .content .container {
    padding-left: 350px; } }
  @media screen and (max-width: 999px) {
  .overview + .content .container {
    max-width: none;
    min-height: 0;
    padding-left: 10px; } }
  .overview + .content .container .phone ~ p .button {
    background: none;
    border: 2px solid #ed162c;
    margin: 0 0px 0 136px;
    color: #ed162c; }
  @media screen and (max-width: 999px) {
    .overview + .content .container .phone ~ p .button {
      margin-left: 0; } }
  .overview + .content .container .phone ~ p .button:hover, .overview + .content .container .phone ~ p .button:focus, .overview + .content .container .phone ~ p .button:active {
    background: #000;
    color: #fff;
    border: 2px solid #000; }
  .overview + .content .container .phone {
    background: url(/resources/template/images/phone.png);
    height: 504px;
    margin-right: 25px;
    padding: 75px 20px 79px 19px;
    position: absolute;
    right: 82%;
    top: -110px;
    width: 283px; }
  @media screen and (max-width: 1169px) {
    .overview + .content .container .phone {
      left: 0;
      margin-right: 0;
      right: auto; } }
  @media screen and (max-width: 999px) {
    .overview + .content .container .phone {
      display: none; } }
  .overview + .content .container .phone:after {
    background: url(/resources/template/images/phone-shadow.png);
    bottom: -55px;
    content: "";
    height: 52px;
    left: -49px;
    position: absolute;
    width: 432px; }

.overview + .content.dusk .container {
  max-width: 1170px;
  padding-left: 10px;
  padding-right: 10px; }
  .overview + .content.dusk .container h1, .overview + .content.dusk .container form {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px; }

.subscription-offers {
  margin-bottom: 40px;
  padding: 0;
  text-align: center; }
  .subscription-offers li {
    background: #ed162c;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 15.6px;
    line-height: 1.1;
    margin: 10px;
    padding: 10px;
    text-transform: uppercase;
    width: 260px; }
  @media screen and (max-width: 1169px) {
    .subscription-offers li {
      float: none; } }
  .subscription-offers li div {
    display: table-cell;
    height: 120px;
    vertical-align: middle;
    text-align: center; }
  .subscription-offers li p {
    margin: 5px 0; }
  .subscription-offers li strong {
    font-size: 24px; }

footer {
  border-top: 15px solid #ba131b; }
  footer .container {
    box-sizing: border-box;
    padding: 60px 80px;
    position: relative; }
  @media screen and (max-width: 1169px) {
    footer .container {
      padding: 50px 10px 20px; } }
  footer .logo {
    left: 0px;
    position: absolute;
    top: -80px; }
  @media screen and (max-width: 1169px) {
    footer .logo {
      left: 10px; } }
  footer .columns {
    -ms-column-width: 138px;
    -moz-column-width: 138px;
    -o-column-width: 138px;
    -webkit-column-width: 138px;
    column-width: 138px;
    -ms-column-fill: balance;
    -moz-column-fill: balance;
    -o-column-fill: balance;
    -webkit-column-fill: balance;
    column-fill: balance;
    -ms-column-gap: 40px;
    -moz-column-gap: 40px;
    -o-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px; }

.forms .login, .forms .register {
  width: 47%; }
  @media screen and (max-width: 799px) {
    .forms .login, .forms .register {
      width: auto; } }
  .forms .login {
    float: left; }
  @media screen and (max-width: 799px) {
    .forms .login {
      float: none; } }
  .forms .register {
    border-left: 1px solid #d0d0d0;
    float: right;
    padding-left: 3%; }
  @media screen and (max-width: 799px) {
    .forms .register {
      border-left: 0;
      border-top: 1px solid #d0d0d0;
      float: none;
      margin-top: 10px;
      padding-left: 0;
      padding-top: 10px; } }

.deal-creation .create-deal {
  float: left;
  width: calc(100% - 382px); }
  .deal-creation .live-preview {
    float: right;
    width: 0;
    width: calc(362px + 0px); }
  .deal-creation .live-preview .phone {
    background: url(/resources/template/images/full-size-phone.png) center no-repeat;
    background-size: cover;
    height: 568px;
    line-height: 1.2;
    overflow: auto;
    padding: 84px 21px 88px 21px; }
    .deal-creation .live-preview .phone .name {
      font-size: 18px;
      margin: 10px; }
      .deal-creation .live-preview .phone .name strong {
        color: #ed162c; }
    .deal-creation .live-preview .phone .information {
      font-size: 16px;
      margin: 10px; }
  .deal-creation .live-preview .phone-banner {
    background: #000 center no-repeat;
    background-size: cover;
    height: 192px;
    position: relative; }
    .deal-creation .live-preview .phone-banner div {
      background-color: #ff0060;
      display: none;
      position: absolute; }
      .deal-creation .live-preview .phone-banner div:after {
        background-color: #ff0060;
        content: "";
        position: absolute; }
      .deal-creation .live-preview .phone-banner div.top, .deal-creation .live-preview .phone-banner div.bottom {
        cursor: ns-resize;
        height: 2px;
        width: 100%; }
        .deal-creation .live-preview .phone-banner div.top:after, .deal-creation .live-preview .phone-banner div.bottom:after {
          height: 10px;
          left: 50%;
          margin-left: -7px;
          width: 14px; }
      .deal-creation .live-preview .phone-banner div.top:after {
        top: 0; }
      .deal-creation .live-preview .phone-banner div.bottom:after {
        bottom: 0; }
      .deal-creation .live-preview .phone-banner div.left, .deal-creation .live-preview .phone-banner div.right {
        cursor: ew-resize;
        height: 100%;
        width: 2px; }
        .deal-creation .live-preview .phone-banner div.left:after, .deal-creation .live-preview .phone-banner div.right:after {
          height: 14px;
          top: 50%;
          margin-top: -7px;
          width: 10px; }
      .deal-creation .live-preview .phone-banner div.left:after {
        left: 0; }
      .deal-creation .live-preview .phone-banner div.right:after {
        right: 0; }
      .deal-creation .live-preview .phone-banner div.top.left, .deal-creation .live-preview .phone-banner div.top.right, .deal-creation .live-preview .phone-banner div.bottom.left, .deal-creation .live-preview .phone-banner div.bottom.right {
        height: 10px;
        width: 10px; }
        .deal-creation .live-preview .phone-banner div.top.left:after, .deal-creation .live-preview .phone-banner div.top.right:after, .deal-creation .live-preview .phone-banner div.bottom.left:after, .deal-creation .live-preview .phone-banner div.bottom.right:after {
          display: none; }
      .deal-creation .live-preview .phone-banner div.top.left, .deal-creation .live-preview .phone-banner div.bottom.right {
        cursor: nwse-resize; }
      .deal-creation .live-preview .phone-banner div.top.right, .deal-creation .live-preview .phone-banner div.bottom.left {
        cursor: nesw-resize; }
      .deal-creation .live-preview .phone-banner div.top {
        top: 0; }
      .deal-creation .live-preview .phone-banner div.bottom {
        bottom: 0; }
      .deal-creation .live-preview .phone-banner div.left {
        left: 0; }
      .deal-creation .live-preview .phone-banner div.right {
        right: 0; }
    .deal-creation .live-preview .phone-banner.active {
      cursor: all-scroll; }
      .deal-creation .live-preview .phone-banner.active div {
        display: block; }
  .deal-creation .live-preview .map iframe {
    width: 100%; }

p.error {
  color: #ed162c;
  font-size: 1.5em; }

fieldset {
  border-color: #eee; }

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=url], input[type=date], input[type=number], select, textarea, input[type=text][aria-invalid="true"], input[type=password][aria-invalid="true"], input[type=email][aria-invalid="true"], input[type=tel][aria-invalid="true"], input[type=url][aria-invalid="true"], input[type=date][aria-invalid="true"], input[type=number][aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] {
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-clip: border-box;
  background-color: #fff;
  border: 2px solid #e9ebeb;
  border-radius: 7px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  padding: 10px;
  position: relative;
  width: 100%; }
  input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=date]:focus, input[type=number]:focus, select:focus, textarea:focus, input[type=text][aria-invalid="true"]:focus, input[type=password][aria-invalid="true"]:focus, input[type=email][aria-invalid="true"]:focus, input[type=tel][aria-invalid="true"]:focus, input[type=url][aria-invalid="true"]:focus, input[type=date][aria-invalid="true"]:focus, input[type=number][aria-invalid="true"]:focus, select[aria-invalid="true"]:focus, textarea[aria-invalid="true"]:focus {
    background-color: #fff;
    border-color: #ed162c;
    outline: none; }

label .note {
  font-size: 0.8em; }

.date-selector, .time-selector {
  max-width: 200px; }

textarea {
  height: 8em; }

form .action {
  text-align: center; }

form {
  max-width: 800px; }

input[type=submit] {
  border: 0;
  cursor: pointer; }
/* Deal pages */
.type-deals .deal-search {
  top: 0;
  bottom: 0; }
  .type-deals .content:before {
    display: none; }
  .type-deals .content.dusk {
    padding-top: 0;
    background-color: #f3f3f3; }
  .type-deals .deal-sub-header {
    line-height: 40px;
    background: #ededed;
    text-align: center;
    font-size: 14px;
    font-weight: normal; }
  .type-deals .deal-sub-header select {
    position: relative;
    width: auto;
    background: transparent url('../images/down_arrow.png') 97% center no-repeat;
    border: none;
    padding: 10px 17px;
    padding-right: 25px;
    border-radius: 0;
    font-size: 1.3em;
    font-weight: normal; }
    .type-deals .deal-sub-header select::-ms-expand {
      display: none; }
    .type-deals .deal-sub-header select span {
      font-weight: bold; }
    .type-deals .deal-sub-header select.cat-select, .type-deals .deal-sub-header select.price-select {
      width: 180px; }
    .type-deals .deal-sub-header select.price-select {
      border-right: 1px solid #bebebe;
      border-left: 1px solid #bebebe;
      background-position: 90% center; }
  .type-deals .deal-sub-header .featured-cats {
    display: inline-block;
    margin-left: 12px; }
    .type-deals .deal-sub-header .featured-cats a {
      display: inline-block;
      margin: 0 8px;
      color: inherit;
      font-weight: normal; }
      .type-deals .deal-sub-header .featured-cats a img {
        vertical-align: middle;
        margin-right: 3px; }

.deal-message {
  text-align: center; }

.deals-top {
  position: relative;
  height: 80px; }

h2.top-deals {
  margin-top: -60px;
  text-align: center; }

.deal-search {
  position: absolute;
  top: 30px;
  left: 0;
  margin: auto;
  height: 33px;
  padding-left: 50px;
  background: url('../images/icon_search.png') 10px center no-repeat;
  overflow: hidden; }
  @media screen and (max-width: 1169px) {
  .deal-search {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    top: 0; } }
  .deal-search label {
    display: none; }
  .deal-search input[type=text] {
    float: left;
    max-width: 260px;
    box-sizing: border-box;
    padding: 5px 7px;
    padding-right: 47px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    background: #fff;
    font-size: 16px; }
  .deal-search input[type=submit] {
    position: absolute;
    right: 0;
    padding: 6px;
    text-transform: uppercase;
    border-radius: 3px;
    background: #ed162c;
    color: #fff;
    font-size: 16px;
    font-weight: bold; }

.deal img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto; }

.expires {
  height: 40px;
  padding: 5px;
  padding-left: 45px;
  margin-top: 1px;
  box-sizing: border-box;
  background: #ed162c url('../images/icon_clock.png') 15px center no-repeat;
  color: #fff;
  font-size: 14px; }
  .expires.purchased {
    background-color: #f6932b; }
  .expires.redeemed {
    background-color: #10aded; }
  .expires p {
    margin: 0;
    line-height: 32px; }
  .expires .button {
    float: right;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #fff;
    background: transparent; }
  .expires .button:hover {
    background: #ba131b; }

.price-heading {
  color: #ed162c;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 10px;
  padding: 0 15px; }
  .price-heading .company-name {
    float: left; }
  .price-heading .price {
    float: right; }

.deals-page {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.deal-short {
  position: relative;
  display: inline-block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  vertical-align: top;
  max-width: 330px;
  width: 100%;
  margin-bottom: 25px;
  margin-right: 6px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  padding-bottom: 40px; }
  .deal-short:nth-child(4n) {
    margin-right: 0; }
  .deal-short .image-holder {
    display: block;
    width: 100%; }
  .deal-short .image {
    height: 210px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  .deal-short .details {
    position: relative;
    padding: 15px;
    padding-right: 60px;
    min-height: 75px;
    box-sizing: border-box;
    font-weight: normal;
    line-height: 23px;
    text-align: left; }
  .deal-short .details .discount {
    color: #ed162c;
    font-weight: bold; }
  .deal-short .details form.add-favourite {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px; }
  .deal-short .expires {
    bottom: 0;
    position: absolute;
    width: 100%; }

.deals-2 div.deal-short {
  max-width: 660px;
  margin-right: 20px; }
  .deals-2 div.deal-short:nth-child(2n) {
    margin-right: 0; }
  .deals-2 div.deal-short .image {
    float: left;
    height: 160px;
    max-width: 380px;
    width: 100%; }
  .deals-2 div.deal-short .deal-info {
    float: left;
    max-width: 280px; }
  .deals-2 div.deal-short .deal-info .expires {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 280px;
    width: 100%;
    padding-left: 40px;
    background-position: 8px center; }
  .deals-2 div.deal-short .details form.add-favourite {
    display: none; }

@media screen and (max-width: 1169px) {
    .deals-3, .deals-8, .deals-12 {
      text-align: center; } }
  .deals-3 .deal-short, .deals-8 .deal-short, .deals-12 .deal-short {
    max-width: 435px;
    margin-right: 15px; }
  .deals-3 .deal-short:nth-child(3n), .deals-8 .deal-short:nth-child(3n), .deals-12 .deal-short:nth-child(3n) {
    margin-right: 0; }
  @media screen and (max-width: 1169px) {
    .deals-3 .deal-short, .deals-8 .deal-short, .deals-12 .deal-short {
      margin-left: 5px;
      margin-right: 5px; } }
  .deals-3 .deal-short .image, .deals-8 .deal-short .image, .deals-12 .deal-short .image {
    height: 300px; }
/*
 .deals-12 .deal-short 
 {
 &:nth-child(4n)
 {
 margin-right: 0;
 }
 }*/
.show-pages {
  text-align: center;
  display: none; }

.show-pages .button {
  display: inline-block;
  max-width: 290px;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  border: 2px solid #ed162c;
  background: #ed162c; }
  .show-pages .button:hover {
    background: transparent;
    color: #ed162c; }

.button.show-less {
  display: none; }

.ajaxed-page .not-full p.no-results {
  display: none; }
/* Individual deal page */
.container.deal-full {
  padding: 20px;
  overflow: hidden; }
  .container.deal-full .image {
    float: left;
    max-width: 580px;
    width: 100%;
    margin-right: 25px; }
  .container.deal-full .image img {
    display: block;
    max-width: 100%;
    height: auto; }
  .container.deal-full .image .expires {
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; }
  .container.deal-full .image .purchase-deal {
    margin-top: 25px; }
  .container.deal-full .image .button {
    display: block;
    margin: auto;
    margin-top: 25px;
    max-width: 215px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-weight: 300; }
  .container.deal-full .deal-content {
    float: left;
    max-width: 665px;
    width: 100%; }
  .container.deal-full .deal-content .icons {
    width: 100%;
    text-align: right;
    margin-bottom: 50px; }
    @media screen and (max-width: 1169px) {
    .container.deal-full .deal-content .icons {
      margin: 10px 0;
      text-align: center; } }
    .container.deal-full .deal-content .icons .icon {
      display: inline-block;
      vertical-align: top;
      margin-left: 15px;
      width: 45px;
      height: 45px;
      text-indent: -10000px; }
    .container.deal-full .deal-content .icons form {
      display: inline-block; }
    .container.deal-full .deal-content .icons a.phone {
      background: url('../images/icon_phone.png') center center no-repeat; }
    .container.deal-full .deal-content .icons a.share {
      position: relative;
      background: url('../images/icon_share.png') center center no-repeat; }
      .container.deal-full .deal-content .icons a.share .share-icons {
        display: none;
        width: 100px;
        height: 32px;
        padding: 5px 0;
        margin: auto;
        position: absolute;
        left: -1000px;
        right: -1000px;
        bottom: -50px;
        text-align: center;
        text-indent: 0; }
  .container.deal-full .deal-content .discount {
    font-size: 28px;
    color: #ed162c;
    font-weight: bold; }

.favourite {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -10000px;
  background: url('../images/icon_favourite.png') top center no-repeat;
  background-size: 100%; }
  .favourite:focus {
    border: none;
    outline: none; }

.favourite.favourited {
  background-position: bottom center; }

.tab-nav {
  overflow: hidden;
  margin-bottom: -1px; }
  .tab-nav a {
    float: left;
    max-width: 150px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    height: 75px;
    line-height: 75px;
    color: #ed162c;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #dedede;
    border-left: 0;
    text-align: center;
    cursor: pointer; }
  @media screen and (max-width: 1169px) {
    .tab-nav a {
      display: block;
      float: none;
      max-width: none; } }
  .tab-nav a.open {
    border-bottom: 1px solid #fff; }

.tab-content {
  display: none;
  border-top: 1px solid #dedede; }

.tab-content.open {
  display: block; }

.deal-tabs {
  margin: 0 -20px;
  margin-top: 50px; }
  .deal-tabs .tab-content {
    padding: 0 20px;
    padding-top: 20px; }
  .deal-tabs .favourite-company {
    float: right; }
  .deal-tabs .favourite-company + h4 {
    float: left;
    margin-top: 5px; }
  .deal-tabs .location h4 {
    font-weight: bold;
    margin-bottom: 0; }
  .deal-tabs .location p {
    margin-top: 0;
    line-height: 22px; }
  .deal-tabs .location .red {
    color: #ed162c;
    margin: 8px 0;
    font-weight: 500;
    padding-left: 30px; }
    .deal-tabs .location .red.phone {
      background: url('../images/icon_phone.png') center left no-repeat;
      background-size: 21px; }
    .deal-tabs .location .red.website {
      background: url('../images/icon_website.png') center left no-repeat; }
  .deal-tabs .location .map {
    float: left;
    margin-right: 25px; }
    @media screen and (max-width: 1169px) {
    .deal-tabs .location .map {
      margin-right: 0; } }
    .deal-tabs .location .map iframe {
      max-width: 100%; }
  .deal-tabs .location .location-right {
    float: left; }
/* Business directory */
.directory h2 {
  text-align: center;
  margin: 25px 0; }
  .directory .directory-content {
    border-top: 1px solid #dedede; }
  .directory .categories {
    float: left;
    max-width: 234px;
    width: 100%;
    border-right: 1px solid #dedede; }
  .directory .categories a {
    display: block;
    width: 100%;
    padding: 13px 15px;
    box-sizing: border-box;
    color: #ed162c;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    border-bottom: 1px solid #dedede; }
    .directory .categories a:hover, .directory .categories a.sel {
      background: #ed162c;
      color: #fff;
      text-decoration: none; }
  .directory .businesses {
    float: left;
    padding: 15px;
    max-width: 1105px;
    width: 100%;
    box-sizing: border-box; }
  .directory .companies-page {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .directory .company {
    position: relative;
    display: inline-block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    margin-right: 6px;
    margin-bottom: 5px;
    max-width: 260px;
    width: 100%;
    min-height: 185px;
    padding-bottom: 30px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #e9ebeb;
    font-size: 14px;
    overflow: hidden; }
  .directory .company:nth-child(4n) {
    margin-right: 0; }
  .directory .company .inner {
    padding: 10px; }
  .directory .company h5 {
    margin: 0;
    font-weight: bold; }
  .directory .company .deal-title {
    color: #ed162c; }
  .directory .company p {
    margin: 0;
    font-weight: normal; }
  .directory .company .address {
    text-indent: 15px;
    background: url('../images/icon_location.png') 0 5px no-repeat; }
  .directory .company a {
    color: inherit; }
  .directory .company .expires {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    padding-left: 35px;
    background-size: 18px;
    background-position: 10px; }
    .directory .company .expires p {
      line-height: 21px; }
    .directory .company .expires .button {
      padding: 3px 8px;
      font-size: 11px; }
  .directory .company form.add-favourite {
    position: absolute;
    top: 5px;
    right: 5px; }
    .directory .company form.add-favourite input[type=submit] {
      width: 20px;
      height: 20px; }
/* Account Page */
.type-account h2.red {
  text-align: center; }
  .type-account .log-in {
    padding: 20px;
    padding-top: 0; }
  .type-account .tab-nav a {
    height: 50px;
    line-height: 50px;
    background: #e9ebeb; }
  .type-account .tab-nav a:first-child {
    border-left: 1px solid #dedede; }
  .type-account .tab-nav a.open {
    background: transparent; }
  .type-account .tab-nav a.open:first-child {
    border-left: none; }
  .type-account .tab-content {
    padding: 20px; }
  .type-account .tab-content .deals-page {
    margin: 0 -20px; }
    .type-account .tab-content .deals-page .no-results {
      text-align: center; }
  .type-account form.update-details input[type=text], .type-account form.update-details input[type=password] {
    background: #e9ebeb;
    border: 1px solid #e9ebeb;
    border-radius: 0; }
    .type-account form.update-details input[type=text]:focus, .type-account form.update-details input[type=password]:focus {
      border-color: #ed162c; }
  .type-account form.update-details .action {
    text-align: left; }
  .type-account form.update-details .button {
    padding: 6px;
    margin: 0;
    max-width: 160px;
    width: 100%;
    box-sizing: border-box;
    background: #e9ebeb;
    border-radius: 4px;
    color: #787878;
    font-size: 16px;
    font-weight: bold;
    text-align: center; }
    .type-account form.update-details .button:hover {
      background: #f3f3f3; }
  .type-account .tab-content.favourites {
    font-weight: normal;
    font-size: 19px;
    line-height: 37px; }
  .type-account .tab-content.favourites .col {
    display: inline-block;
    vertical-align: top;
    max-width: 490px;
    width: 100%;
    padding-left: 85px;
    box-sizing: border-box; }
  .type-account .tab-content.favourites h4 {
    font-size: 19px;
    font-weight: bold;
    color: #333; }
  .type-account .tab-content.favourites form.add-favourite {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  .type-account .tab-content.favourites .fav-company form.add-favourite {
    margin-left: -27px; }
    .type-account .tab-content.favourites .fav-company form.add-favourite input[type=submit] {
      width: 17px;
      height: 17px;
      background: url('../images/icon_remove.png') top center no-repeat; }
      .type-account .tab-content.favourites .fav-company form.add-favourite input[type=submit]:hover {
        background-position: bottom center; }
    .type-account .tab-content.favourites .fav-company form.add-favourite:hover:before {
      content: 'remove';
      position: absolute;
      right: 25px;
      top: 0;
      font-size: 16px;
      line-height: 16px;
      color: #ed162c; }
  .type-account .tab-content.favourites .category form.add-favourite {
    margin-left: -32px; }
    .type-account .tab-content.favourites .category form.add-favourite input[type=submit] {
      width: 23px;
      height: 23px;
      background-image: url('../images/icon_checkbox.png'); }
/* default form styling 
 * - apply .contact class to any form
 * - note .button styling at top of file
 */
/*form.contact
 {
 margin-top: 8px;
 }
 .contact
 {
 p
 {
 line-height: 1.75em;
 &.action
 {
 text-align: center;
 }
 }
 .action a
 {
 font-size: 0.875em;
 }
 label
 {
 display: inline-block;
 vertical-align: top;
 width: 25%; 
 &.error
 {
 color: $WARNING-COLOUR;
 font-size: 0.875em;
 margin-left: 10px;
 width: auto;
 }
 }
 input
 {
 &[type=text], &[type=password]
 {
 font-family: inherit;
 font-size: 0.875em;
 width: 45%;
 }
 &[type=password],
 &.password
 {
 width: 20%;
 }
 /* basic code for using customised radio button graphics
 * - checkboxes can be handled similarly
 * - fallback to normal in <= IE8
 */
/*&[type=radio]
 {
 + label
 {
 margin-right: 30px;
 position: relative;
 width: auto;
 &:after
 {
 background: $LIGHT-COLOUR;
 border-radius: 9px;
 content: '';
 display: block;
 height: 18px;
 left: -22px;
 position: absolute;
 top: 4px;
 width: 18px;
 }
 }
 &:checked + label:after
 {
 background: $DARK-EMPHASIS-COLOUR;
 }
 }
 }
 /* captcha */
/*.auth + input
 {
 width: 20%;
 }
 textarea
 {
 font-family: inherit;
 font-size: 0.875em;
 height: 5em;
 width: 45%;
 }
 }*/
img.auth {
  vertical-align: middle; }

@media screen and (max-width: 1169px) {
    input[type=submit] {
      -ms-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      -webkit-appearance: none;
      appearance: none; } }
/* tables */
table {
  width: 100%; }
  table th, table td {
    padding: 5px 10px; }
  table .align-right {
    text-align: right; }
  table .align-centre {
    text-align: center; }

.deal-and-purchaser-lists .deal-list {
  float: left;
  margin: 0;
  padding: 0;
  width: 20%; }
  .deal-and-purchaser-lists .deal-list li {
    display: block;
    line-height: 1.25em;
    margin-bottom: 10px; }
    .deal-and-purchaser-lists .deal-list li.selected {
      font-weight: bold; }
    .deal-and-purchaser-lists .deal-list li a {
      background-color: rgba(237, 22, 44, 0.05);
      display: block;
      padding: 5px; }
  .deal-and-purchaser-lists .purchaser-list {
    float: right;
    width: 75%; }

.control_panel {
  width: 90%;
  border: none;
  margin: 10px auto;
  padding: 0;
  border-bottom: 1px dashed #666;
  border-collapse: collapse;
  line-height: 20px;
  text-align: left; }
  .control_panel tr {
    background: #ccc;
    border-bottom: 8px solid #fff; }
  .control_panel tr:nth-child(2n) {
    background: #fff; }
  .control_panel thead tr {
    background: #fff; }
  .control_panel th {
    vertical-align: top; }
  .control_panel th.control {
    width: 70px; }
  .control_panel th:first-child, .control_panel td:first-child {
    padding-left: 20px; }
  .control_panel th:last-child, .control_panel td:last-child {
    padding-right: 20px; }

.users th:first-child {
  width: 20%; }
  .users th:last-child {
    width: 40%; }
/* search results */
.search-results {
  border-top: 1px solid #666; }
  .search-results article {
    border-bottom: 1px solid #d9d9d7; }
  .search-results h3 {
    margin: 0; }
  .search-results p {
    line-height: initial; }
  .search-results img {
    display: block;
    float: left;
    height: auto;
    margin: 0 0.5em 0.5em 0;
    max-width: 150px; }
  .search-results a {
    display: block;
    padding: 0.5em 0;
    color: inherit; }
  .search-results a:hover, .search-results a:focus, .search-results a:active {
    text-decoration: none; }
    .search-results a:hover h3, .search-results a:focus h3, .search-results a:active h3 {
      color: #333;
      text-decoration: underline; }

.sidebar.search-results img {
  float: none;
  margin: 0.5em 0; }
/* jQueryUI overrides */
.ui-widget {
  font-family: inherit;
  font-size: 1em; }

.ui-helper-reset {
  font-size: 1em; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #333;
  border-color: #fff;
  border-radius: 0;
  color: #fff; }
  .ui-state-default a:link, .ui-widget-content .ui-state-default a:link, .ui-widget-header .ui-state-default a:link, .ui-state-default a:visited, .ui-widget-content .ui-state-default a:visited, .ui-widget-header .ui-state-default a:visited {
    color: inherit;
    text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
  background: #fff;
  border-color: #ed162c;
  color: #666; }
  .ui-state-hover a:link, .ui-widget-content .ui-state-hover a:link, .ui-widget-header .ui-state-hover a:link, .ui-state-hover a:visited, .ui-widget-content .ui-state-hover a:visited, .ui-widget-header .ui-state-hover a:visited {
    text-decoration: underline; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #fff;
  border-color: #ed162c;
  color: #666; }
  .ui-state-active a:link, .ui-widget-content .ui-state-active a:link, .ui-widget-header .ui-state-active a:link, .ui-state-active a:visited, .ui-widget-content .ui-state-active a:visited, .ui-widget-header .ui-state-active a:visited {
    text-decoration: none; }

.ui-accordion-content {
  border-radius: 0;
  font-size: 0.875em;
  margin-bottom: 10px; }
  .ui-accordion-content + .ui-accordion-header {
    margin-top: 10px; }

.ui-accordion-header {
  font-size: 0.875em; }

.ui-tabs .ui-tabs-nav li {
  border-width: 0; }

.ui-state-active a:link, .ui-state-active a:visited {
  color: inherit; }

.adlogin {
  margin-right: 20px;
  padding-top: 5px;
  color: #666; }

.adlogin:hover, .adlogin:focus {
  color: #f00;
  text-decoration: none; }

.unmargined {
  overflow: hidden; }

.gplay img {
  margin-right: 10px;
  padding-top: 5px;
  margin-bottom: -12px; }
  @media screen and (max-width: 1169px) {
  .gplay img {
    margin: auto 10px 10px 0; } }

.slideshow {
  position: relative;
  z-index: 7;
  height: 280px;
  max-height: 280px;
  overflow: hidden;
  background: #333; }
  .slideshow .container {
    padding: 0; }
  .slideshow figure {
    position: relative;
    height: 280px;
    max-height: 280px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    background-position: center bottom;
    background-size: cover;
    text-align: center; }
  .slideshow svg {
    width: 101%;
    height: 101%; }
  .slideshow figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 1.25em;
    font-weight: 300;
    line-height: 3em;
    white-space: pre;
    text-align: center; }
  .slideshow .slick-slide .bw {
    opacity: 0; }
  .slideshow .slick-slide .color {
    opacity: 1; }
  .slideshow button {
    position: absolute;
    overflow: hidden;
    top: 50%;
    z-index: 100;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    text-indent: -9999px; }
  @media screen and (max-width: 600px) {
    .slideshow button {
      display: none !important; } }
  .slideshow button:before {
    top: 20px;
    height: 18px;
    width: 18px;
    border: 1px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff; }
  .slideshow button.slick-prev {
    left: 0;
    left: -5vw; }
    @media screen and (max-width: 1369px) {
    .slideshow button.slick-prev {
      left: 10px; } }
    .slideshow button.slick-prev:before {
      left: 24px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .slideshow button.slick-next {
    right: 0;
    right: -5vw; }
    @media screen and (max-width: 1369px) {
    .slideshow button.slick-next {
      right: 10px; } }
    .slideshow button.slick-next:before {
      right: 24px;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
  @media screen and (max-width: 1169px) {
  .slideshow {
    height: 52.2vw; }
    .slideshow figure {
      height: 52.2vw; } }
  @media screen and (max-width: 1169px) {
  .slideshow {
    height: 52.2vw; }
    .slideshow figure {
      height: 52.2vw; } }
  @media screen and (max-width: 600px) {
  .slideshow {
    overflow: visible; }
    .slideshow figure {
      overflow: visible; }

    .slideshow figcaption {
      bottom: auto;
      top: 99%;
      background: #333;
      font-size: 1em; } }
/* old gallery module */
.gallery ul {
  margin: 0;
  padding: 0; }
  .gallery li {
    display: block;
    float: left;
    height: 0;
    margin-bottom: 1%;
    margin-right: 1%;
    overflow: hidden;
    padding-bottom: 24%;
    position: relative;
    width: 24%; }
  .gallery li:nth-child(1n) {
    padding-bottom: 24.25%;
    width: 24.25%; }
  .gallery li:nth-child(4n) {
    margin-right: 0; }
  .gallery li a {
    display: block; }
    .gallery li a:before {
      box-sizing: border-box;
      background: rgba(51, 51, 51, 0.5);
      bottom: 0;
      color: #fff;
      content: attr(title);
      left: 0;
      opacity: 1;
      padding: 20px;
      position: absolute;
      transition: opacity 0.25s;
      z-index: 5;
      width: 100%; }
    .gallery li a[title=""]:before {
      display: none; }
    .gallery li a:after {
      background: rgba(51, 51, 51, 0.5) url(/resources/template/images/gallery-zoom.png) no-repeat center;
      content: "";
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      transition: opacity 0.25s;
      width: 100%;
      z-index: 10; }
    .gallery li a:hover:before, .gallery li a:focus:before, .gallery li a:active:before {
      opacity: 0; }
    .gallery li a:hover:after, .gallery li a:focus:after, .gallery li a:active:after {
      opacity: 1; }
  .gallery img {
    display: block;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    width: auto; }

@supports (transform: translateX(-50%)) {
  .gallery img {
    margin-left: 50%;
    margin-top: 50%;
    transform: translateX(-50%) translateY(-50%); } }

@media screen and (min-width: 601px) {
    .mobileGallery {
      display: none;
      overflow: visible; } }
  .mobileGallery .slide {
    text-align: center; }
  .mobileGallery img {
    margin: 0 auto; }
/* blog */
.blog-summary > div {
  border-bottom: 1px solid #ccc;
  clear: both;
  margin-bottom: 1em;
  overflow: hidden;
  padding-bottom: 1em; }

.hasSidebar .blog-feature-image {
  display: table-cell; }
  .hasSidebar .blog-summary {
    display: table-cell;
    padding-left: 10px;
    vertical-align: top; }

.blog-feature-image img {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  max-width: 100%; }

.blog-article .blog-feature {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  margin: 0 auto 1em; }

.articleNav {
  height: 2em;
  width: 100%; }
  .articleNav .previous {
    float: right; }
  .articleNav .previous a:after {
    content: '>>';
    left: 101%;
    position: absolute;
    top: -0.0625em; }
  .articleNav .next {
    float: left; }
  .articleNav .next a:before {
    content: '<<';
    position: absolute;
    right: 101%;
    top: -0.0625em; }

.regionList {
  border-radius: 10px;
  box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.05);
  font-size: 15px;
  margin: auto;
  overflow: hidden;
  padding: 15px 10px;
  width: 696px; }
  .regionList li {
    display: block;
    float: left; }
  .regionList li a {
    background-color: #fff;
    border: 2px solid #fff;
    border-bottom-width: 1px;
    color: #666;
    display: block;
    padding: 10px;
    width: 150px; }
  .regionList li.sel a, .regionList li a:hover, .regionList li a:focus, .regionList li a:active {
    background-color: #ed162c;
    color: #fff; }

.stockists {
  border-radius: 10px;
  margin: 80px auto 50px;
  position: relative;
  width: 716px; }
  .stockists h2 {
    left: 10px;
    position: absolute;
    top: -65px; }
  .stockists div {
    box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.05);
    float: left;
    height: 155px;
    margin: 2px;
    padding: 10px;
    position: relative;
    width: 155px; }
  .stockists h3 {
    font-size: 17px;
    margin: 0; }
  .stockists p {
    font-size: 14px;
    line-height: 19px;
    margin: 0; }
  .stockists .mapLink {
    background: url(map.png) left no-repeat;
    bottom: 10px;
    left: 10px;
    padding-left: 40px;
    padding-top: 15px;
    position: absolute; }
/** Profiles **/
.profiles .cboxElement p {
  display: none; }

.profile img {
  display: block;
  height: auto;
  width: 270px;
  margin: 0 auto; }
  .profile h3 {
    font-size: 1em;
    text-align: center; }
  .profiles .profile {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    width: 300px;
    margin-bottom: 15px; }
  .profiles .profile:hover h3 {
    text-decoration: underline; }

.content-block.SimpleProfile-ProfileBlock .profiles {
  padding: 0;
  text-align: justify;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .content-block.SimpleProfile-ProfileBlock .profiles span {
    display: inline-block; }
  .content-block.SimpleProfile-ProfileBlock a {
    display: block;
    height: 96px;
    width: 96px;
    overflow: hidden;
    margin-bottom: 5px; }
  .content-block.SimpleProfile-ProfileBlock a:link, .content-block.SimpleProfile-ProfileBlock a:visited {
    opacity: 0.6; }
  .content-block.SimpleProfile-ProfileBlock a:hover, .content-block.SimpleProfile-ProfileBlock a:focus, .content-block.SimpleProfile-ProfileBlock a:active {
    opacity: 1; }
  .content-block.SimpleProfile-ProfileBlock img {
    width: 100%;
    height: auto; }
/** shopping cart (collapsible) **/
/*
 .cart-bg {
 display: block;
 margin: 0;
 padding: 40px 25px 40px;
 background: #f0f6f7 url('bg.jpg') left top repeat;
 }
 */
.cart_options {
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 15px; }
  .cart_options h4 {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 10px; }
  .cart_options p {
    background: #fff;
    margin: 0;
    padding: 10px 30px; }

.cart table {
  border: none;
  border-collapse: collapse;
  text-align: center;
  width: 100%; }
  .cart thead {
    background: #fff;
    border: 1px solid #ccc; }
  .cart th {
    font-size: 0.875em;
    font-weight: normal;
    padding: 10px 5px; }
  .cart tbody {
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 0.875em; }
  .cart td {
    padding: 10px;
    vertical-align: middle; }
  @media screen and (max-width: 599px) {
    .cart td {
      display: block;
      max-width: calc(100% - 20px);
      text-align: center;
      width: 200px; } }
  .cart td.image a {
    background: #fff;
    border: 1px solid #ed162c;
    border-radius: 3px;
    display: block;
    height: 105px;
    position: relative;
    width: 105px; }
    @media screen and (max-width: 599px) {
      .cart td.image a {
        display: inline-block; } }
    .cart td.image img {
      bottom: 0;
      display: block;
      height: auto;
      left: 0;
      margin: auto;
      max-height: 100px;
      max-width: 100px;
      position: absolute;
      right: 0;
      top: 0; }
  .cart td.name {
    font-size: 1.143em;
    text-align: left; }
    @media screen and (max-width: 599px) {
    .cart td.name {
      text-align: center; } }
  .cart td.quantity input {
    padding: 10px;
    text-align: center;
    width: 1em; }
  .cart td.total {
    color: #ed162c;
    font-weight: bold; }
  @media screen and (max-width: 599px) {
      .cart td.remove:before {
        content: "Remove: "; } }
  @media screen and (max-width: 599px) {
      .cart td.quantity, .cart td.price, .cart td.total {
        display: inline;
        padding: 0; } }
  @media screen and (max-width: 599px) {
        .cart td.price:before {
          content: " x "; } }
    @media screen and (max-width: 599px) {
      .cart td.price:after {
        content: " = "; } }
  .cart tfoot {
    border-top: 1px solid #ccc; }
  .cart tfoot td:last-child {
    text-align: right; }
  .cart span.total {
    font-weight: bold; }
  .cart span.total.value {
    color: #ed162c;
    font-size: 1.123em; }
  .cart h2 {
    font-family: Arial, serif;
    font-size: 1em; }
  .cart h3 {
    color: #ed162c;
    font-family: Arial, serif;
    margin: 0; }
  .cart input.selectAddress ~ span {
    box-sizing: border-box;
    display: block;
    height: 1px;
    overflow: hidden;
    padding-top: 1px; }
  .cart input.selectAddress:checked ~ span {
    height: 1px;
    overflow: hidden; }
  .cart .login-form p {
    position: relative; }
  .cart .login-form label {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1; }
  .cart .login-form input[type=text], .cart .login-form input[type=password] {
    display: block;
    width: 100%; }
  .cart .warning {
    color: #fd1a00;
    font-size: 2em; }

form.checkout-options {
  float: left;
  width: 50%; }
  form.checkout-options + .checkout-options {
    float: right;
    width: 45%; }
  form.checkout-options .button {
    margin-bottom: 0;
    margin-top: 0; }

.button.poli {
  background: url(poli.png);
  border: 0;
  height: 70px;
  padding: 0;
  text-indent: -9999px;
  min-width: 110px;
  width: 110px; }

.poli-block {
  display: inline-block; }
/* print order */
.print-order table {
  width: 100%; }
  .print-order th, .print-order td {
    vertical-align: top; }
  .print-order thead tr:first-child > * {
    border-bottom: 1px solid #666;
    padding-bottom: 4px; }
  .print-order thead th:first-child {
    text-align: left; }
  .print-order .print-order tbody {
    padding: 4px 0; }
  .print-order .print-order tbody th {
    font-weight: normal;
    padding-bottom: 4px; }
  .print-order tfoot tr:first-child > * {
    border-top: 1px solid #666;
    padding-top: 4px; }
  .print-order tbody th, .print-order tfoot th {
    font-weight: normal;
    text-align: left; }
  .print-order td + td, .print-order tfoot td + td {
    text-align: center; }
    .print-order td + td + td, .print-order tfoot td + td + td {
      text-align: right; }
  .print-order th:last-child {
    text-align: right; }
/* customers/orders */
table.orders {
  width: 100%;
  border-collapse: collapse; }

.orders th, .orders td {
  padding: 4px;
  vertical-align: top; }
  .orders thead tr:first-child > * {
    border-bottom: 1px solid #666;
    text-indent: 0; }
  .orders tbody th {
    font-weight: normal;
    text-indent: 0; }
  .orders .ref {
    text-align: left; }
  .orders .date {
    width: 95px; }
  .orders .details {
    text-align: left;
    text-indent: 1em; }
  .orders .price {
    text-align: right; }
  .orders .link {
    text-align: right;
    width: 75px; }

#hoverCart {
  background-color: rgba(51, 51, 51, 0.8);
  background-color: #333\9;
  border-radius: 5px;
  color: #fff;
  max-height: 100%;
  max-height: calc(100% - 100px);
  overflow: auto;
  padding: 15px;
  position: fixed;
  right: 50px;
  top: 50px;
  width: 200px;
  z-index: 1000; }
  #hoverCart h1, #hoverCart h2, #hoverCart h3, #hoverCart h4, #hoverCart h5, #hoverCart h6 {
    border-bottom: 1px solid #fff;
    color: #fff;
    margin: 0 0 5px;
    padding-bottom: 3px; }
  #hoverCart a {
    color: #fff; }
  #hoverCart .items {
    border-bottom: 1px solid #fff;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    padding-bottom: 5px; }
  #hoverCart .checkout {
    float: left; }
  #hoverCart .dismiss {
    display: block;
    float: right;
    text-align: right; }
  #hoverCart .row {
    border-bottom: 1px solid #fff;
    overflow: hidden;
    padding: 10px 0 5px;
    position: relative; }
  #hoverCart .row .right {
    font-family: "Courier New", Courier, monospace;
    text-align: right; }
  #hoverCart .remove {
    display: block;
    font-size: 12px; }
/** files **/
.file {
  margin-bottom: 10px;
  overflow: hidden;
  /* float clearing */
  padding: 15px;
  position: relative; }
  .file h2 {
    margin-bottom: 1em; }
  .file .button {
    position: absolute;
    right: 10px;
    top: 6px; }
/** customer panel **/
fieldset.addressForm {
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 4px;
  overflow: hidden;
  padding: 5px; }

.addressForm label {
  display: block;
  float: left;
  margin-bottom: 4px;
  width: 49%; }
  .addressForm label:last-child {
    clear: both;
    float: none;
    width: 100%; }
  .addressForm label span {
    display: block;
    margin-bottom: 4px; }
  .addressForm input[type=text], .addressForm textarea {
    box-sizing: border-box;
    width: 96%; }
  .addressForm textarea {
    height: 70px; }
/* tinymce universal formatting */
#tinymce {
  background: #fff;
  color: #666;
  font-size: 1em;
  padding: 10px;
  text-align: left;
  width: 940px; }
  #tinymce p {
    padding: 0 0 1em; }
  #tinymce form {
    outline: 1px dotted #ed162c; }
  #tinymce a {
    border-bottom: 1px dotted #ba131b;
    color: #ba131b;
    text-decoration: none; }

.main-navigation {
  display: block; }
  @media all and (hover: none) {
  .main-navigation {
    display: none; } }
  html.touch .main-navigation {
    display: none; }
  @media all and (hover: hover) {
    html.touch .main-navigation {
      display: block; } }

#mobileMenu {
  background-color: #ed162c;
  color: #fff;
  font-family: RobotoCondensed, sans-serif;
  overflow: hidden;
  padding: 0;
  text-align: center;
  display: none; }
  @media all and (hover: none) {
  #mobileMenu {
    display: block; } }
  html.touch #mobileMenu {
    display: block; }
  @media all and (hover: hover) {
    html.touch #mobileMenu {
      display: none; } }
  #mobileMenu ul {
    margin: 0;
    padding: 0; }
  #mobileMenu li {
    display: block;
    text-transform: uppercase; }
  #mobileMenu li.submenu {
    background: url(/resources/template/images/mobileMenuArrowRightBlack.png) right no-repeat; }
  #mobileMenu li.back {
    background: url(/resources/template/images/mobileMenuArrowLeftBlack.png) left no-repeat; }
  #mobileMenu a, #mobileMenu h2 {
    color: inherit; }
  #mobileMenu a {
    border-top: 1px solid #333;
    display: block;
    padding: 10px 0; }
  #mobileMenu h2 {
    background-color: #ed162c;
    font-size: 22px;
    margin: 10px 10px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    z-index: 10000; }
  #mobileMenu h2 a {
    border: 1px solid #fff;
    border-radius: 5px; }
