﻿/*$black: #ff00ff;*/
/*#909090 gray*/
/*$heroareaheight: 630px;*/
.vertcentre {
  position: relative;
  top: 51%;
  transform: translateY(-50%); }

.round, .button, #shopbanner img {
  /*disabled for now*/
  /*border-radius: 1em;
    -webkit-border-radius: 1em;*/ }

.pinkText, .griddivider.news span.newsflash {
  color: #333; }

.fullWidthDivide {
  border-bottom: solid 1px #333; }

.fullWidthDivideTopBottom, .griddivider {
  border-top: solid 1px #333;
  border-bottom: solid 1px #333; }

.unselectable {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -o-user-select: none;
  user-select: none; }

/*FONTS*/
@font-face {
  font-family: 'Graphik SemiBold';
  src: url("/fonts/commercial-type-1507-MFFFKX-web/Graphik-Semibold-Web.eot");
  src: url("/fonts/commercial-type-1507-MFFFKX-web/Graphik-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("/fonts/commercial-type-1507-MFFFKX-web/Graphik-Semibold-Web.woff") format("woff"), url("/fonts/commercial-type-1507-MFFFKX-web/Graphik-Semibold-Web.ttf") format("truetype"), url("/fonts/commercial-type-1507-MFFFKX-web/Graphik-Semibold-Web.svg#Graphik-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

.BaskervilleRegular, .griddivider.articledivider .price {
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif; }

.GraphikSemiBold, body, .logosub, #diag, .griddivider {
  font-family: 'Graphik SemiBold'; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/*.grid-item[data-category=Style]
{
    border:2px dashed red !important;
}*/
html {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

html.noscroll {
  overflow: hidden; }

body {
  background: #fff;
  line-height: 1.8em;
  color: #333;
  font-size: 14px;
  height: 100% !important;
  /*Enabling font kerning*/
  -moz-font-feature-settings: "liga", "kern";
  -moz-font-feature-settings: "liga=1, kern=1";
  -ms-font-feature-settings: "liga", "kern";
  -o-font-feature-settings: "liga", "kern";
  -webkit-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern"; }
  body.noheader {
    margin-top: 0px !important; }

sup {
  font-size: 0.83em;
  vertical-align: super;
  line-height: 0; }

sub {
  font-size: 0.83em;
  vertical-align: sub;
  line-height: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

a {
  color: #333;
  text-decoration: none; }

p {
  margin: 1em 0; }

a:hover {
  text-decoration: underline; }

.button {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
  color: #369ab8;
  color: gray;
  display: inline-block;
  text-decoration: none; }

#footer {
  color: #62696c;
  text-align: center; }
  body.noheader #footer {
    display: none; }

.videoloop {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.tooltip {
  position: relative; }
  .tooltip:hover:after {
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(data-tooltip);
    padding: 5px 15px 10px 15px;
    position: absolute;
    top: -45px;
    left: -50px;
    z-index: 98;
    width: 100px;
    height: 20px;
    vertical-align: middle; }

#hero {
  text-align: center;
  margin: 0px auto;
  background-color: white;
  overflow: hidden;
  width: 100%;
  /*Comment these out when we re-enable carousel*/
  width: 640px;
  /*height:$heroareaheight;*/ }

#page {
  margin: 0 auto;
  padding-top: 20px;
  overflow-x: hidden; }

.logocontainer {
  display: inline-block;
  padding: 0px 0px 10px 10px; }
  .logocontainer img {
    width: 100%;
    margin: 0 auto; }

#body {
  padding-top: 90px;
  min-width: 740px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden; }

body.pageAlias-home #body.largeheader {
  padding-top: 164px; }

.logo img {
  padding: 0px 0px 5px 0px;
  display: block;
  max-width: 317px; }

.logosub {
  padding-left: 6px;
  display: inline-block;
  font-size: 12px; }

#diag {
  cursor: pointer;
  position: fixed;
  top: -145px;
  left: -185px;
  background: lightgray;
  opacity: 0.8;
  filter: alpha(opacity=70);
  padding: 0px 5px 5px 5px;
  z-index: 10000;
  overflow: hidden;
  font-size: 10px;
  border-bottom-right-radius: 1em;
  line-height: 1.5em;
  max-width: 250px; }
  #diag a {
    text-decoration: underline; }
  #diag div {
    color: white; }
  #diag div.expand {
    position: absolute;
    right: 5px;
    bottom: 1px;
    font-size: 16px;
    width: 10px;
    height: 10px;
    padding: 15px 0px 5px 15px; }
  #diag #fpsmeter {
    display: inline-block;
    position: relative; }

#diag.open {
  top: 0px;
  left: 0px; }

.griddivider {
  position: relative;
  text-align: center;
  margin: 0px 5px; }

.griddivider.news {
  font-size: 10px; }
  .griddivider.news span.newsflash {
    font-size: 11px;
    text-transform: uppercase; }

.griddivider.footer {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  /*New fixed footer*/
  border-bottom: 0px;
  width: 100%;
  position: fixed;
  bottom: -1px;
  background: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .griddivider.footer .footerinner {
    width: 1000px;
    white-space: nowrap;
    letter-spacing: 0.15em;
    font-size: 12px; }
    .griddivider.footer .footerinner img {
      height: 20px;
      padding: 5px 2px;
      vertical-align: middle; }
  .griddivider.footer a {
    text-decoration: none; }
  .griddivider.footer .backtotop {
    display: inline-block;
    width: 250px; }
  .griddivider.footer .sociallinks {
    display: inline-block;
    text-align: center;
    margin: 0 auto; }
  .griddivider.footer .infolinks {
    display: inline-block;
    width: 250px; }

.griddivider.articledivider {
  margin-top: 84px;
  font-size: 10px;
  text-align: center;
  margin: 5px auto 79px auto;
  position: relative; }
  .griddivider.articledivider .infocontainer .title {
    height: 36px;
    max-height: 36px;
    overflow: hidden; }
  .griddivider.articledivider .infocontainer .summary {
    max-height: 150px;
    overflow: hidden; }
  .griddivider.articledivider .price {
    font-size: 17.5px;
    line-height: 21px;
    vertical-align: top;
    padding: 0px 5px 5px 5px; }
  .griddivider.articledivider a {
    text-decoration: none; }
  .griddivider.articledivider .dividertitle {
    position: absolute;
    top: 17px;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0 auto;
    max-width: 954px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%); }
  .griddivider.articledivider .playoverlay {
    /*201x144*/
    /*28x30*/
    left: 86px;
    top: 57px;
    display: block;
    /*background: url('/images/arrow-75.png');*/
    width: 28px;
    height: 30px; }

.griddivider.articledivider.showonce .dividertitle {
  display: inline-table; }

.spinner {
  display: none; }

.spinner.show {
  display: inline-block; }

.pageTerms, .information {
  max-width: 920px;
  margin: 0 auto;
  padding: 0px 10px 25px 10px; }
  .pageTerms h1, .information h1 {
    font-size: 30px; }

.pageAbout {
  max-width: 920px;
  margin: 0 auto; }

.input-validation-error {
  border: solid 1px red; }

.pointer {
  cursor: pointer; }

#shopbanner {
  max-width: 954px;
  margin: 0px 108px;
  padding: 5px 10px; }

#shopbanner img {
  max-width: 100%;
  width: 100%; }

.playoverlay {
  background: url("/images/arrow.png");
  width: 37px;
  height: 40px;
  position: absolute;
  display: none;
  background-size: contain; }

.brands h2 {
  margin-top: 10px; }

.audiofile {
  position: relative;
  cursor: pointer; }
  .audiofile:after {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 2px;
    margin-left: 2px;
    content: "";
    background: url("/images/loudspeaker.png") no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle; }
  .audiofile:hover {
    text-decoration: underline; }

.vex-dialog-form iframe {
  width: 100%;
  height: 120px;
  overflow: hidden;
  margin-top: 20px; }
  .vex-dialog-form iframe body {
    overflow: hidden; }

.hamburger {
  position: fixed;
  top: 5px;
  left: 0px;
  z-index: 2000;
  width: 50px;
  display: none;
  user-select: none;
  outline: none; }

.mobilemenu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 1000;
  padding-top: 50px;
  background-color: white; }
  .mobilemenu ul li {
    display: block;
    font-size: 24px;
    padding: 20px 20px;
    border-bottom: solid 1px black; }

#mobilesearch {
  position: fixed;
  top: 65px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  z-index: 2000;
  outline: none;
  display: block; }
  #mobilesearch .search {
    -webkit-box-shadow: 0px 5px 5px #888;
    box-shadow: 0px 5px 5px #888;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    width: 100%;
    font-size: 18px;
    outline: none;
    border-radius: 5px;
    display: block;
    position: relative;
    z-index: 2000; }
    #mobilesearch .search.expanded {
      transform: scaleX(1); }

.articleCarousel-wrap {
  position: relative;
  margin-top: 25px; }
  .articleCarousel-wrap .frame {
    /*height: $stdheight;
	    line-height:$stdheight;*/
    overflow: hidden;
    background-color: transparent;
    padding-bottom: 75px; }
    .articleCarousel-wrap .frame ul {
      list-style: none;
      margin: 0;
      padding: 0;
      height: 100%;
      font-size: 50px;
      background-color: transparent;
      white-space: nowrap;
      display: inline-flex;
      align-items: center;
      /*height:$stdheight;*/ }
    .articleCarousel-wrap .frame li {
      float: left;
      /*width: $stdwidth;*/
      width: 920px;
      max-width: 100vw;
      /*height: $stdheight;*/
      margin: 0 1px 0 0;
      padding: 0;
      background-color: transparent;
      text-align: center;
      cursor: pointer;
      position: relative; }
      .articleCarousel-wrap .frame li.articleCarousel-item {
        visibility: hidden; }
        .articleCarousel-wrap .frame li.articleCarousel-item.show {
          visibility: visible; }
      .articleCarousel-wrap .frame li img {
        max-width: 100%; }
      .articleCarousel-wrap .frame li.active {
        background-color: transparent; }
      .articleCarousel-wrap .frame li .articleCarousel-itemCaption {
        position: absolute;
        bottom: -50px;
        left: 0px;
        width: 100%;
        font-size: 14px;
        font-weight: normal;
        line-height: normal; }
    .articleCarousel-wrap .frame .pages {
      list-style: none;
      margin: 10px 0;
      padding: 0;
      text-align: center;
      position: absolute;
      z-index: 100;
      bottom: 35px;
      line-height: normal;
      left: 50%;
      height: 20px;
      transform: translate(-50%, 0%); }
    .articleCarousel-wrap .frame .pages li {
      display: inline-block;
      width: 14px;
      height: 14px;
      margin: 0 4px;
      text-indent: -999px;
      border-radius: 10px;
      cursor: pointer;
      overflow: hidden;
      background: #fff;
      box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); }
    .articleCarousel-wrap .frame .pages li:hover {
      background: #aaa; }
    .articleCarousel-wrap .frame .pages li.active {
      background: #666; }
  .articleCarousel-wrap .scrollbar {
    margin: 0 0 1em 0;
    height: 2px;
    background: #ccc;
    line-height: 0; }
  .articleCarousel-wrap .scrollbar .handle {
    width: 100px;
    height: 100%;
    background: #292a33;
    cursor: pointer; }
  .articleCarousel-wrap .scrollbar .handle .mousearea {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 20px; }
  .articleCarousel-wrap .controls {
    margin: 25px 0;
    text-align: center; }

/*video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}*/

