/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/*-------------------------------------------------- */
/* HTML5 DISPLAY DEFINITIONS */
/*-------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup,
main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

/*-------------------------------------------------- */
/* BASE */
/*-------------------------------------------------- */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

/*-------------------------------------------------- */
/* LINKS */
/*-------------------------------------------------- */
a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

/*-------------------------------------------------- */
/* TYPOGRAPHY */
/*-------------------------------------------------- */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*-------------------------------------------------- */
/* LISTS */
/*-------------------------------------------------- */
dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

/*-------------------------------------------------- */
/* EMBEDDED CONTENT */
/*-------------------------------------------------- */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

svg:not(:root) {
  overflow: hidden; }

/*-------------------------------------------------- */
/* FIGURES */
/*-------------------------------------------------- */
figure {
  margin: 0; }

/*-------------------------------------------------- */
/* FORMS */
/*-------------------------------------------------- */
form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"],
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* end normalize.css */
/*-------------------------------------------------- */
/* STANDARD RESET VALUES */
/*-------------------------------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, strong, sub, sup,
b, i, center, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none; }

td {
  vertical-align: top;
  text-align: left; }

a, area, select {
  outline: 0 none; }

/*$gray4: $9f9f9f;*/
/*-------------------------------------------------- */
/* BEGIN CUSTOMIZED STYLES */
/*-------------------------------------------------- */
html, body {
  height: 100%; }

body {
  padding: 30px;
  font-family: 'NeueFrutigerBook', helvetica, sans-serif;
  font-style: 'Normal';
  font-stretch: 'Normal';
  font-size: 14px;
  background-color: #f0f0f0; }
  @media only screen and (max-width: 1500px) {
    body {
      padding: 30px; } }
  @media only screen and (max-width: 880px) {
    body {
      padding: 10px; } }

.jswarning {
  display: none; }

.no-js .jswarning {
  display: block; }

html.js .no-flicker {
  display: none; }

/*-------------------------------------------------- */
/* SHOW/HIDE BASED ON SCREEN SIZE */
/*-------------------------------------------------- */
@media only screen and (max-width: 1500px) {
  .showlg {
    display: block; } }
@media only screen and (max-width: 880px) {
  .showlg {
    display: none; } }

.hidelg {
  display: none; }
  @media only screen and (max-width: 1500px) {
    .hidelg {
      display: none; } }
  @media only screen and (max-width: 880px) {
    .hidelg {
      display: block; } }

.showsm {
  display: none; }
  @media only screen and (max-width: 1500px) {
    .showsm {
      display: none; } }
  @media only screen and (max-width: 880px) {
    .showsm {
      display: block; } }

@media only screen and (max-width: 1500px) {
  .hidesm {
    display: block; } }
@media only screen and (max-width: 880px) {
  .hidesm {
    display: none; } }

/*-------------------------------------------------- */
/* PRIMARY POSITIONING */
/*-------------------------------------------------- */
#site {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1280px;
  background-color: #fff; }
  @media only screen and (max-width: 1500px) {
    #site {
      width: 1280px; } }
  @media only screen and (max-width: 880px) {
    #site {
      width: auto;
      min-width: 300px; } }

#header {
  z-index: 100;
  position: relative;
  width: auto;
  padding: 0; }
  @media only screen and (max-width: 1500px) {
    #header {
      padding: 0; } }
  @media only screen and (max-width: 880px) {
    #header {
      padding: 30px 0 10px 50px; } }

#homecontent, #maincontent {
  z-index: 10;
  position: relative;
  padding: 20px 25px 40px 523px;
  min-height: 600px; }
  @media only screen and (max-width: 1500px) {
    #homecontent, #maincontent {
      padding: 20px 25px 40px 523px; } }
  @media only screen and (max-width: 880px) {
    #homecontent, #maincontent {
      padding: 20px 30px 0 30px; } }

#homecontent {
  overflow: hidden;
  padding: 0;
  min-height: 640px; }
  @media only screen and (max-width: 1500px) {
    #homecontent {
      min-height: 640px; } }
  @media only screen and (max-width: 880px) {
    #homecontent {
      min-height: 300px; } }
  #homecontent .footerspace {
    position: relative;
    z-index: 900;
    margin: 0;
    padding: 0 0 35px 0;
    background-color: #fff;
    text-align: center; }
    #homecontent .footerspace img {
      float: left; }
      @media only screen and (max-width: 1500px) {
        #homecontent .footerspace img {
          float: left; } }
      @media only screen and (max-width: 880px) {
        #homecontent .footerspace img {
          float: none;
          display: inline-block; } }
    #homecontent .footerspace div {
      margin: 0 0 0 50px;
      border-top: 1px solid #e1e1e1; }
      @media only screen and (max-width: 1500px) {
        #homecontent .footerspace div {
          margin: 0 0 0 50px; } }
      @media only screen and (max-width: 880px) {
        #homecontent .footerspace div {
          margin: 0 0 0 30px; } }
    #homecontent .footerspace p {
      padding: 10px 0 10px 0;
      font-family: 'AvenirNextMedium', helvetica, sans-serif;
      font-style: 'Normal';
      font-stretch: 'Normal';
      color: #595959;
      font-size: 0.9em;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      text-align: left; }
      @media only screen and (max-width: 1500px) {
        #homecontent .footerspace p {
          padding: 10px 0 10px 0;
          font-size: 0.9em; } }
      @media only screen and (max-width: 880px) {
        #homecontent .footerspace p {
          padding: 10px 20px 10px 0;
          font-size: 0.85em; } }

#maincontent {
  padding-bottom: 0;
  min-height: 760px; }
  @media only screen and (max-width: 1500px) {
    #maincontent {
      min-height: 760px; } }
  @media only screen and (max-width: 880px) {
    #maincontent {
      min-height: 700px; } }
  #maincontent.workshop {
    height: 850px;
    background-image: url("../../images/workshop_bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom right; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      #maincontent.workshop {
        background-image: url("../../images/workshop_bg_2x.jpg");
        -webkit-background-size: 1280px 711px;
        -moz-background-size: 1280px 711px;
        background-size: 1280px 711px; } }
    @media only screen and (max-width: 1500px) {
      #maincontent.workshop {
        height: 850px;
        background-image: url("../../images/workshop_bg.jpg"); } }
  @media only screen and (max-width: 1500px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1500px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 1500px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 1500px) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 1500px) and (min-resolution: 1.5dppx) {
    #maincontent.workshop {
      background-image: url("../../images/workshop_bg_2x.jpg");
      -webkit-background-size: 1280px 711px;
      -moz-background-size: 1280px 711px;
      background-size: 1280px 711px; } }

    @media only screen and (max-width: 880px) {
      #maincontent.workshop {
        height: auto;
        background-image: none; } }
  #maincontent .products {
    position: relative;
    margin: 30px 0 0 -523px;
    padding: 25px 10px 10px 25px;
    width: 1245px;
    background-color: #e1e1e1; }
    @media only screen and (max-width: 1500px) {
      #maincontent .products {
        margin: 30px 0 0 -523px;
        padding: 25px 10px 10px 25px;
        width: 1245px;
        text-align: left; } }
    @media only screen and (max-width: 880px) {
      #maincontent .products {
        margin: 30px -30px 0 -30px;
        padding: 20px;
        width: auto;
        text-align: center; } }
    #maincontent .products h4 {
      clear: both;
      margin: 20px 0 15px 0;
      padding: 5px 0 8px 26px;
      width: calc(100% - 41px);
      background-color: #ccc; }
      #maincontent .products h4 strong {
        font-family: 'AvenirNextDemi', helvetica, sans-serif;
        font-style: 'Normal';
        font-stretch: 'Normal'; }
      @media only screen and (max-width: 1500px) {
        #maincontent .products h4 {
          margin: 20px 0 15px 0;
          padding: 5px 0 8px 26px;
          width: calc(100% - 41px);
          max-width: none; } }
      @media only screen and (max-width: 880px) {
        #maincontent .products h4 {
          margin: 20px auto 15px auto;
          padding: 5px 20px 8px 20px;
          width: calc(100% - 41px);
          max-width: 194px; } }
    #maincontent .products .imgbox {
      position: relative;
      float: left;
      margin: 0 15px 15px 0;
      width: 234px; }
      @media only screen and (max-width: 1500px) {
        #maincontent .products .imgbox {
          float: left;
          margin: 0 15px 15px 0; } }
      @media only screen and (max-width: 880px) {
        #maincontent .products .imgbox {
          float: none;
          margin: 0 auto 15px auto; } }
      #maincontent .products .imgbox img {
        position: relative;
        width: 234px;
        height: 234px; }
      #maincontent .products .imgbox div {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 234px;
        height: 234px;
        text-align: center;
        line-height: 234px;
        background-color: #888; }
        @media only screen and (max-width: 1500px) {
          #maincontent .products .imgbox div {
            margin: 0 15px 15px 0; } }
        @media only screen and (max-width: 880px) {
          #maincontent .products .imgbox div {
            margin: 0 auto 15px 0; } }
        #maincontent .products .imgbox div span {
          display: inline-block;
          padding: 0 20px;
          color: #fff;
          font-size: 13px;
          line-height: 16px;
          text-align: center;
          text-transform: uppercase;
          letter-spacing: 0.03em; }
      #maincontent .products .imgbox.large, #maincontent .products .imgbox.large img {
        float: right;
        position: relative;
        width: 732px;
        height: 484px;
        overflow: hidden;
        background-color: #fff;
        text-align: center; }
        @media only screen and (max-width: 1500px) {
          #maincontent .products .imgbox.large, #maincontent .products .imgbox.large img {
            width: 732px;
            height: 484px; } }
        @media only screen and (max-width: 880px) {
          #maincontent .products .imgbox.large, #maincontent .products .imgbox.large img {
            width: 234px;
            height: 155px; } }
      #maincontent .products .imgbox:hover div {
        display: block; }
  #maincontent .productdetails {
    position: relative;
    margin: 30px 0 0 -474px;
    padding: 25px 0 10px 0;
    width: 1205px; }
    @media only screen and (max-width: 1500px) {
      #maincontent .productdetails {
        margin: 30px 0 0 -474px;
        padding: 25px 0 10px 0;
        width: 1205px; } }
    @media only screen and (max-width: 880px) {
      #maincontent .productdetails {
        margin: 30px 0 0 0;
        padding: 0;
        width: auto; } }
    #maincontent .productdetails .descript {
      float: right;
      width: 732px; }
      #maincontent .productdetails .descript b, #maincontent .productdetails .descript strong {
        text-transform: uppercase;
        letter-spacing: 0.03em;
        font-size: 90%;
        font-family: 'AvenirNextMedium', helvetica, sans-serif;
        font-style: 'Normal';
        font-stretch: 'Normal'; }
      @media only screen and (max-width: 1500px) {
        #maincontent .productdetails .descript {
          float: right;
          width: 732px; } }
      @media only screen and (max-width: 880px) {
        #maincontent .productdetails .descript {
          float: none;
          width: auto; } }
    #maincontent .productdetails .specs {
      float: left;
      width: 413px; }
      @media only screen and (max-width: 1500px) {
        #maincontent .productdetails .specs {
          float: left;
          width: 413px; } }
      @media only screen and (max-width: 880px) {
        #maincontent .productdetails .specs {
          float: none;
          width: auto; } }
      #maincontent .productdetails .specs p {
        padding: 0;
        font-size: 1.0em; }
      #maincontent .productdetails .specs h4:first-of-type {
        padding-top: 4px;
        padding-bottom: 8px; }
      #maincontent .productdetails .specs .col1 {
        float: left;
        margin-right: 60px;
        padding-bottom: 30px;
        width: 164px; }
        #maincontent .productdetails .specs .col1 p {
          clear: both;
          padding: 16px 0 8px 58px;
          line-height: 1.3em; }
          #maincontent .productdetails .specs .col1 p img {
            width: 50px;
            height: 50px;
            margin-top: -16px;
            margin-left: -58px;
            padding: 2px 8px 6px 0;
            float: left; }
          #maincontent .productdetails .specs .col1 p.dbl {
            padding-top: 7px; }
            #maincontent .productdetails .specs .col1 p.dbl img {
              margin-top: -7px; }
          #maincontent .productdetails .specs .col1 p.triple {
            padding-top: 1px; }
            #maincontent .productdetails .specs .col1 p.triple img {
              margin-top: -1px; }
        @media only screen and (max-width: 1500px) {
          #maincontent .productdetails .specs .col1 {
            float: left;
            margin-right: 60px;
            width: 164px; } }
        @media only screen and (max-width: 880px) {
          #maincontent .productdetails .specs .col1 {
            float: none;
            margin-right: 0;
            width: auto; } }
      #maincontent .productdetails .specs .col2 {
        float: left;
        width: 164px;
        padding-bottom: 30px; }
        @media only screen and (max-width: 1500px) {
          #maincontent .productdetails .specs .col2 h4:first-of-type {
            padding-top: 4px; } }
        @media only screen and (max-width: 880px) {
          #maincontent .productdetails .specs .col2 h4:first-of-type {
            padding-top: 20px; } }
        #maincontent .productdetails .specs .col2 .label {
          display: inline-block;
          width: 14px;
          text-transform: uppercase;
          letter-spacing: 0.04em;
          font-size: 0.8em;
          font-family: 'NeueFrutigerRegular', helvetica, sans-serif;
          font-style: 'Normal';
          font-stretch: 'Normal'; }
        #maincontent .productdetails .specs .col2 .smtext {
          color: #888;
          font-size: 0.9em; }
        #maincontent .productdetails .specs .col2 .dimensions_thumb {
          width: 100%;
          max-width: 200px; }
        #maincontent .productdetails .specs .col2 .dimensions_note {
          display: block;
          text-transform: uppercase;
          letter-spacing: 0.04em;
          font-size: 0.8em;
          font-family: 'NeueFrutigerRegular', helvetica, sans-serif;
          font-style: 'Normal';
          font-stretch: 'Normal';
          color: #b2b2b2; }
        @media only screen and (max-width: 1500px) {
          #maincontent .productdetails .specs .col2 {
            float: left;
            width: 164px; } }
        @media only screen and (max-width: 880px) {
          #maincontent .productdetails .specs .col2 {
            float: none;
            width: auto; } }
    #maincontent .productdetails .pagenav {
      margin: 30px 0 0 0;
      padding: 0 0 20px 0;
      border-top: 1px solid #b2b2b2; }
      #maincontent .productdetails .pagenav p {
        margin: 0;
        padding: 0; }
      #maincontent .productdetails .pagenav span {
        float: right; }
      #maincontent .productdetails .pagenav a, #maincontent .productdetails .pagenav a:visited {
        color: #888;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        font-family: 'NeueFrutigerRegular', helvetica, sans-serif;
        font-style: 'Normal';
        font-stretch: 'Normal';
        font-size: 11px; }
    #maincontent .productdetails .divider {
      margin-top: -20px;
      padding-bottom: 30px;
      border-top: 1px solid #b2b2b2; }
      @media only screen and (max-width: 1500px) {
        #maincontent .productdetails .divider {
          margin-top: -20px;
          padding-bottom: 30px; } }
      @media only screen and (max-width: 880px) {
        #maincontent .productdetails .divider {
          margin-top: 20px;
          padding-bottom: 20px; } }

/*#sidebar {
	float: right;
	margin: 110px 0 0 0;
	width: 280px;
	@include responsive(widest-screens) { width: 280px; margin-top: 110px; }
	@include responsive(wide-screens) { width: 200px; margin-top: 110px; }
	@include responsive(medium-screens) { width: 200px; margin-top: 110px; }
	@include responsive(small-screens) { width: auto; margin: 0 0 20px 0; }
	}
.sidebar {
	margin: 20px 0 0 0;
	padding: 20px 13px 15px 22px;
	width: 245px;
	@include responsive(widest-screens) { width: 245px; margin-top: 20px; }
	@include responsive(wide-screens) { width: 165px; margin-top: 20px; }
	@include responsive(medium-screens) { width: 165px; margin-top: 20px; }
	@include responsive(small-screens) { width: auto; margin: 0 0 20px 0; padding: 20px 18px 15px 20px; }
	background-color: $gray6;
	}*/
/*-------------------------------------------------- */
/* SEMANTIC STYLES */
/*-------------------------------------------------- */
a, a:visited {
  color: #f0f0f0;
  text-decoration: none; }

a:hover, a:active {
  color: #000;
  text-decoration: none; }

a span {
  font-weight: 300; }

a.endlink {
  font-family: 'NeueFrutigerBook', helvetica, sans-serif;
  font-style: 'Normal';
  font-stretch: 'Normal'; }

p.link {
  padding-top: 20px;
  font-size: 90%; }

a span {
  font-family: 'NeueFrutigerLight', helvetica, sans-serif;
  font-style: 'Normal';
  font-stretch: 'Normal'; }

.allcaps {
  font-size: 90%; }

p, ul {
  margin: 0;
  padding: 0 0 10px 0;
  color: #000;
  font-family: 'AvenirNextLight', helvetica, sans-serif;
  font-style: 'Normal';
  font-stretch: 'Normal';
  font-size: 1.2em;
  line-height: 1.4em; }

p em, p i {
  font-family: 'AvenirNextItalic', helvetica, sans-serif;
  font-style: 'Italic';
  font-stretch: "Normal"; }

p strong, p b {
  font-family: 'AvenirNextMedium', helvetica, sans-serif;
  font-style: 'Normal';
  font-stretch: 'Normal'; }

.smlink {
  padding: 0 0 12px 0;
  color: #595959;
  font-size: 11px !important;
  font-family: 'NeueFrutigerRegular', helvetica, sans-serif;
  font-style: 'Normal';
  font-stretch: 'Normal';
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: none; }
  .smlink a, .smlink a:visited {
    color: #595959;
    cursor: pointer; }
    @media only screen and (max-width: 1500px) {
      .smlink a, .smlink a:visited {
        color: #595959; } }
    @media only screen and (max-width: 880px) {
      .smlink a, .smlink a:visited {
        color: #fff; } }
  .smlink a:hover, .smlink a:active {
    color: #000;
    /*@include frut400;*/ }

.bold {
  font-weight: 600; }

.unbold {
  font-weight: 300; }

.label {
  font-size: 0.8em;
  font-family: 'AvenirNextRegular', helvetica, sans-serif;
  font-style: 'Normal';
  font-stretch: 'Normal';
  text-transform: uppercase; }

.error {
  color: #c00; }

.clear {
  clear: both; }

.clearspace {
  clear: both;
  height: 20px; }

.clearbigspace {
  clear: both;
  height: 50px; }

h1, h2, h3, h4 {
  margin: 0;
  padding: 20px 0 4px 0;
  font-family: 'NeueFrutigerRegular', helvetica, sans-serif;
  font-style: 'Normal';
  font-stretch: 'Normal';
  color: #595959;
  line-height: 1.2em; }

h1:first-of-type, h2:first-of-type, h3:first-of-type, h4:first-of-type {
  padding-top: 0; }

h1 {
  font-size: 1.6em; }
  h1 strong {
    font-family: 'NeueFrutigerMedium', helvetica, sans-serif;
    font-style: 'Normal';
    font-stretch: 'Normal'; }
  h1 .plus {
    font-size: 80%;
    font-family: 'NeueFrutigerLight', helvetica, sans-serif;
    font-style: 'Normal';
    font-stretch: 'Normal';
    display: inline-block;
    top: -3px;
    position: relative; }
  h1 .tm {
    font-size: 8px;
    font-family: 'NeueFrutigerRegular', helvetica, sans-serif;
    font-style: 'Normal';
    font-stretch: 'Normal';
    position: relative;
    display: inline-block;
    top: -12px;
    left: -2px; }

h2 {
  margin: 10px 0 2px 0;
  font-size: 1.4em; }

h3 {
  font-size: 1.3em; }

h4 {
  font-size: 1.0em;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

/*-------------------------------------------------- */
/* HEADER STYLES */
/*-------------------------------------------------- */
#tag {
  position: absolute;
  width: 732px;
  height: 38px;
  top: 0;
  right: 25px;
  background-color: #595959;
  text-align: center;
  overflow: hidden; }
  @media only screen and (max-width: 1500px) {
    #tag {
      width: 732px;
      height: 38px;
      top: 0;
      right: 25px; } }
  @media only screen and (max-width: 880px) {
    #tag {
      width: calc(100% - 60px);
      height: 10px;
      top: 0;
      right: 30px; } }
  #tag p, #tag span {
    display: block;
    padding: 13px 20px 0 20px;
    width: 692px;
    font-size: 0.9em;
    color: #fff;
    font-family: 'NeueFrutigerBook', helvetica, sans-serif;
    font-style: 'Normal';
    font-stretch: 'Normal';
    text-transform: uppercase;
    line-height: 1.0em;
    letter-spacing: 0.07em;
    text-align: center; }
    @media only screen and (max-width: 1500px) {
      #tag p, #tag span {
        display: block; } }
    @media only screen and (max-width: 880px) {
      #tag p, #tag span {
        display: none; } }
  #tag p {
    padding-left: 0; }
  #tag span {
    float: right;
    display: inline-block;
    width: auto;
    height: 25px;
    padding: 13px 25px 0 25px;
    border-left: 1px solid #fff;
    background-color: #c00; }

#pagetitle {
  position: absolute;
  top: 210px;
  left: 50px; }
  @media only screen and (max-width: 1500px) {
    #pagetitle {
      position: absolute;
      top: 210px;
      left: 50px; } }
  @media only screen and (max-width: 880px) {
    #pagetitle {
      position: relative;
      top: auto;
      left: auto;
      margin-left: -20px; } }
  #pagetitle .logo .line2 {
    display: inline;
    padding-left: 0; }
    @media only screen and (max-width: 1500px) {
      #pagetitle .logo .line2 {
        display: inline;
        padding-left: 0; } }
    @media only screen and (max-width: 880px) {
      #pagetitle .logo .line2 {
        display: block;
        padding-left: 25px; } }

.logo, header h1 {
  position: relative;
  color: #595959;
  font-family: 'NeueFrutigerLight', helvetica, sans-serif;
  font-style: 'Normal';
  font-stretch: 'Normal';
  font-size: 1.8em;
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
  @media only screen and (max-width: 1500px) {
    .logo, header h1 {
      font-size: 1.8em;
      letter-spacing: 0.05em; } }
  @media only screen and (max-width: 880px) {
    .logo, header h1 {
      font-size: 1.55em;
      letter-spacing: 0.05em; } }

.logo a, .logo a:visited {
  color: #595959; }

.logo a:hover, .logo a:active {
  color: #000; }

header h1 {
  margin-top: 5px;
  padding-left: 0;
  color: #000;
  font-family: 'NeueFrutigerRegular', helvetica, sans-serif;
  font-style: 'Normal';
  font-stretch: 'Normal'; }
  @media only screen and (max-width: 1500px) {
    header h1 {
      padding-left: 0; } }
  @media only screen and (max-width: 880px) {
    header h1 {
      padding-left: 15px; } }

/*-------------------------------------------------- */
/* INTRO STYLES */
/*-------------------------------------------------- */
/*.product p.intro {
	position: absolute;
	margin: -4px 0 0 -530px;
	padding-top: 0;
	width: 490px;
	font-size: 1.5em;
	@include frut200;
	line-height: 1.5em;
	b, strong {
		@include frut500;
		}
	@include screen(desktop) {
		position: absolute;
		margin: -4px 0 0 -530px;
		padding-top: 0;
		width: 490px;
		font-size: 1.5em;
		line-height: 1.5em;
		}
	@include screen(mobile) {
		position: relative;
		margin: 0;
		width: auto;
		font-size: 1.35em;
		line-height: 1.3em;
		}
	}*/
/*-------------------------------------------------- */
/* NAVIGATION STYLES */
/*-------------------------------------------------- */
#primarynav, #secondnav {
  z-index: 100;
  position: absolute;
  top: 60px;
  left: 50px; }
  @media only screen and (max-width: 1500px) {
    #primarynav, #secondnav {
      top: 60px;
      left: 50px;
      width: auto; } }
  @media only screen and (max-width: 880px) {
    #primarynav, #secondnav {
      top: 0;
      left: 0;
      width: 100%; } }

#secondnav {
  display: block;
  top: 320px; }
  @media only screen and (max-width: 1500px) {
    #secondnav {
      display: block;
      top: 320px; } }
  @media only screen and (max-width: 880px) {
    #secondnav {
      display: none; } }

#primarynav ul li, #secondnav ul li {
  padding: 0 0 12px 0;
  color: #595959;
  font-size: 1.0em;
  font-family: 'NeueFrutigerThin', helvetica, sans-serif;
  font-style: 'Normal';
  font-stretch: 'Normal';
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: none; }
  #primarynav ul li.on, #secondnav ul li.on {
    color: #b2b2b2; }
    #primarynav ul li.on a, #primarynav ul li.on a:visited, #primarynav ul li.on a:hover, #primarynav ul li.on a:active, #secondnav ul li.on a, #secondnav ul li.on a:visited, #secondnav ul li.on a:hover, #secondnav ul li.on a:active {
      color: #b2b2b2; }
      @media only screen and (max-width: 1500px) {
        #primarynav ul li.on a, #primarynav ul li.on a:visited, #primarynav ul li.on a:hover, #primarynav ul li.on a:active, #secondnav ul li.on a, #secondnav ul li.on a:visited, #secondnav ul li.on a:hover, #secondnav ul li.on a:active {
          color: #b2b2b2; } }
      @media only screen and (max-width: 880px) {
        #primarynav ul li.on a, #primarynav ul li.on a:visited, #primarynav ul li.on a:hover, #primarynav ul li.on a:active, #secondnav ul li.on a, #secondnav ul li.on a:visited, #secondnav ul li.on a:hover, #secondnav ul li.on a:active {
          color: #888; } }
  @media only screen and (max-width: 1500px) {
    #primarynav ul li, #secondnav ul li {
      padding: 0 0 12px 0;
      color: #595959;
      font-size: 1.0em;
      font-family: 'NeueFrutigerThin', helvetica, sans-serif;
      font-style: 'Normal';
      font-stretch: 'Normal';
      text-align: left;
      width: auto;
      background-color: transparent;
      border-bottom: none; } }
  @media only screen and (max-width: 880px) {
    #primarynav ul li, #secondnav ul li {
      padding: 24px 0 24px 0;
      color: #fff;
      font-size: 1.2em;
      font-family: 'NeueFrutigerRegular', helvetica, sans-serif;
      font-style: 'Normal';
      font-stretch: 'Normal';
      text-align: center;
      width: 100%;
      background-color: #b2b2b2;
      border-bottom: 1px solid #fff; } }
  #primarynav ul li#homelink, #secondnav ul li#homelink {
    display: none; }
    @media only screen and (max-width: 1500px) {
      #primarynav ul li#homelink, #secondnav ul li#homelink {
        display: none; } }
    @media only screen and (max-width: 880px) {
      #primarynav ul li#homelink, #secondnav ul li#homelink {
        display: block; } }
  #primarynav ul li#closenav, #secondnav ul li#closenav {
    display: none;
    padding: 16px 0 16px 0;
    font-size: 1.0em;
    text-transform: none;
    letter-spacing: 0em;
    background-color: #888;
    cursor: pointer; }
    @media only screen and (max-width: 1500px) {
      #primarynav ul li#closenav, #secondnav ul li#closenav {
        display: none; } }
    @media only screen and (max-width: 880px) {
      #primarynav ul li#closenav, #secondnav ul li#closenav {
        display: block; } }
  #primarynav ul li a, #primarynav ul li a:visited, #secondnav ul li a, #secondnav ul li a:visited {
    color: #595959;
    cursor: pointer; }
    @media only screen and (max-width: 1500px) {
      #primarynav ul li a, #primarynav ul li a:visited, #secondnav ul li a, #secondnav ul li a:visited {
        color: #595959; } }
    @media only screen and (max-width: 880px) {
      #primarynav ul li a, #primarynav ul li a:visited, #secondnav ul li a, #secondnav ul li a:visited {
        color: #fff; } }
  #primarynav ul li a:hover, #primarynav ul li a:active, #secondnav ul li a:hover, #secondnav ul li a:active {
    color: #000;
    /*@include frut400;*/ }

#secondnav ul li {
  font-size: 11px;
  font-family: 'NeueFrutigerRegular', helvetica, sans-serif;
  font-style: 'Normal';
  font-stretch: 'Normal'; }

#mobilelink {
  z-index: 200;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 80px;
  height: 20px;
  font-size: 0.8em;
  line-height: 1.4em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: right;
  cursor: pointer; }
  #mobilelink div {
    float: right;
    margin-left: 6px;
    width: 20px;
    height: 20px; }
    #mobilelink div div {
      margin-bottom: 4px;
      width: 20px;
      height: 2px;
      background-color: #b2b2b2; }

/*-------------------------------------------------- */
/* MAIN CONTENT STYLES */
/*-------------------------------------------------- */
.homeimg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: calc(100% - 70px);
  max-height: none; }
  @media only screen and (max-width: 1500px) {
    .homeimg {
      position: absolute;
      width: auto;
      height: calc(100% - 70px); } }
  @media only screen and (max-width: 880px) {
    .homeimg {
      position: relative;
      width: 100%;
      height: auto; } }
  .homeimg.large {
    width: calc(100% - 200px);
    height: auto;
    bottom: auto;
    top: -20px; }
    @media only screen and (max-width: 1500px) {
      .homeimg.large {
        width: calc(100% - 200px);
        height: auto;
        bottom: auto;
        top: -20px; } }
    @media only screen and (max-width: 880px) {
      .homeimg.large {
        width: calc(100% - 30px);
        height: auto;
        bottom: 0;
        top: auto; } }
  .homeimg.wide {
    width: 100%;
    height: auto;
    left: auto; }
    @media only screen and (max-width: 1500px) {
      .homeimg.wide {
        width: 100%;
        height: auto;
        left: auto; } }
    @media only screen and (max-width: 880px) {
      .homeimg.wide {
        width: auto;
        height: 300px;
        left: -52px; } }

.aboutimg, .workshopimg {
  position: absolute;
  margin: 0;
  bottom: 10px;
  left: 6px;
  width: 378px;
  height: 470px; }
  @media only screen and (max-width: 1500px) {
    .aboutimg, .workshopimg {
      position: absolute;
      margin: 0;
      padding-bottom: 0;
      bottom: 0;
      left: 6px;
      width: 378px;
      height: 470px; } }
  @media only screen and (max-width: 880px) {
    .aboutimg, .workshopimg {
      position: relative;
      bottom: auto;
      margin: 0 auto;
      width: 100%;
      left: auto;
      max-width: 280px;
      height: auto; } }

.workshopimg {
  position: absolute;
  top: 315px;
  bottom: auto;
  left: 50px;
  width: 420px;
  height: auto; }
  @media only screen and (max-width: 1500px) {
    .workshopimg {
      position: absolute;
      top: 315px;
      bottom: auto;
      left: 50px;
      width: 420px;
      height: auto; } }
  @media only screen and (max-width: 880px) {
    .workshopimg {
      position: relative;
      top: auto;
      bottom: auto;
      margin: 0 auto;
      width: 100%;
      left: auto;
      max-width: 300px;
      height: auto; } }

.producthero {
  position: relative;
  margin: 50px -25px 0 0;
  width: 757px; }
  @media only screen and (max-width: 1500px) {
    .producthero {
      position: relative;
      margin: 50px -25px 0 0;
      width: 757px; } }
  @media only screen and (max-width: 880px) {
    .producthero {
      position: relative;
      margin: 0 0 10px 0;
      width: 100%; } }

#maincontent h2, #maincontent h2.intro {
  padding: 90px 60px 10px 2px;
  font-size: 1.8em;
  font-family: 'NeueFrutigerBook', helvetica, sans-serif;
  font-style: 'Normal';
  font-stretch: 'Normal';
  line-height: 1.2em; }
  @media only screen and (max-width: 1500px) {
    #maincontent h2, #maincontent h2.intro {
      padding: 90px 60px 10px 2px;
      font-size: 1.8em; } }
  @media only screen and (max-width: 880px) {
    #maincontent h2, #maincontent h2.intro {
      padding: 20px 0 10px 0;
      font-size: 1.5em; } }
#maincontent h3, #maincontent h3.intro {
  padding: 90px 60px 10px 2px;
  line-height: 1.4em; }
  @media only screen and (max-width: 1500px) {
    #maincontent h3, #maincontent h3.intro {
      padding: 90px 60px 10px 2px; } }
  @media only screen and (max-width: 880px) {
    #maincontent h3, #maincontent h3.intro {
      padding: 20px 0 10px 0; } }
#maincontent h4 {
  padding: 20px 0 6px 0; }
  @media only screen and (max-width: 1500px) {
    #maincontent h4 {
      padding: 20px 0 6px 0; } }
  @media only screen and (max-width: 880px) {
    #maincontent h4 {
      padding: 20px 0 6px 0; } }
#maincontent p {
  padding: 0 60px 18px 2px; }
  @media only screen and (max-width: 1500px) {
    #maincontent p {
      padding: 0 60px 18px 2px; } }
  @media only screen and (max-width: 880px) {
    #maincontent p {
      padding: 0 0 12px 0; } }
  #maincontent p.intro {
    padding: 100px 60px 30px 0;
    font-size: 1.5em;
    color: #595959;
    font-family: 'NeueFrutigerLight', helvetica, sans-serif;
    font-style: 'Normal';
    font-stretch: 'Normal';
    line-height: 1.3em; }
    @media only screen and (max-width: 1500px) {
      #maincontent p.intro {
        padding: 100px 60px 30px 0;
        font-size: 1.5em; } }
    @media only screen and (max-width: 880px) {
      #maincontent p.intro {
        padding: 0 0 30px 0;
        font-size: 1.35em; } }
  #maincontent p.installtxt {
    padding-right: 190px; }
    @media only screen and (max-width: 1500px) {
      #maincontent p.installtxt {
        padding-right: 190px; } }
    @media only screen and (max-width: 880px) {
      #maincontent p.installtxt {
        padding-right: 0; } }
  #maincontent p.case {
    padding-top: 10px;
    clear: both; }
  #maincontent p.smtxt {
    padding: 12px 0 0 2px;
    text-indent: -4px;
    font-size: 1.0em;
    color: #595959;
    font-family: 'AvenirNextMedium', helvetica, sans-serif;
    font-style: 'Normal';
    font-stretch: 'Normal';
    line-height: 1.6em; }
    #maincontent p.smtxt .byline {
      text-indent: 0;
      display: inline-block;
      padding: 8px 0 0 0;
      font-size: 0.8em;
      line-height: 1.3em;
      font-family: 'AvenirNextRegular', helvetica, sans-serif;
      font-style: 'Normal';
      font-stretch: 'Normal'; }
  #maincontent p.formlabel {
    font-size: 1.0em;
    color: #888;
    font-family: 'NeueFrutigerRegular', helvetica, sans-serif;
    font-style: 'Normal';
    font-stretch: 'Normal';
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 2.0em; }
    #maincontent p.formlabel input, #maincontent p.formlabel select {
      padding: 2px 8px;
      width: 80%;
      height: 30px;
      font-size: 1.2em;
      font-family: 'AvenirNextRegular', helvetica, sans-serif;
      font-style: 'Normal';
      font-stretch: 'Normal'; }
    #maincontent p.formlabel textarea {
      width: 90%;
      height: 140px;
      font-family: 'AvenirNextRegular', helvetica, sans-serif;
      font-style: 'Normal';
      font-stretch: 'Normal';
      font-size: 1.2em;
      padding: 6px; }
  #maincontent p .thumb {
    float: left;
    margin: 0 15px 10px 0; }
    #maincontent p .thumb.right {
      float: right;
      margin: 0 0 10px 15px; }
#maincontent .inset {
  display: inline-block;
  float: right;
  width: 180px;
  margin: 6px 0 10px 20px;
  padding-left: 20px;
  border-left: 1px solid #e1e1e1; }
  #maincontent .inset img {
    width: 180px; }
  @media only screen and (max-width: 1500px) {
    #maincontent .inset {
      width: 180px;
      margin: 6px 0 10px 20px;
      padding-left: 20px; }
      #maincontent .inset img {
        width: 180px; } }
  @media only screen and (max-width: 880px) {
    #maincontent .inset {
      width: 120px;
      margin: 6px 0 10px 15px;
      padding-left: 15px; }
      #maincontent .inset img {
        width: 120px; } }
#maincontent .listcol1, #maincontent .listcol2 {
  width: 40%;
  float: left; }
  #maincontent .listcol1 p, #maincontent .listcol2 p {
    font-size: 1.1em;
    padding-bottom: 8px;
    line-height: 1.2em; }
  #maincontent .listcol1 .location, #maincontent .listcol2 .location {
    color: #888;
    font-size: 0.8em; }
  @media only screen and (max-width: 1500px) {
    #maincontent .listcol1, #maincontent .listcol2 {
      width: 40%;
      float: left; } }
  @media only screen and (max-width: 880px) {
    #maincontent .listcol1, #maincontent .listcol2 {
      width: auto;
      float: none; } }
#maincontent .listcol1 {
  margin-right: 30px; }
  @media only screen and (max-width: 1500px) {
    #maincontent .listcol1 {
      margin-right: 30px; } }
  @media only screen and (max-width: 880px) {
    #maincontent .listcol1 {
      margin-right: 0; } }
#maincontent .listcol2 {
  padding-bottom: 30px; }
#maincontent ul {
  margin-left: 30px;
  padding-bottom: 22px; }
  #maincontent ul li {
    padding-left: 20px;
    background-image: url(../../images/global/bullet.png);
    background-repeat: no-repeat;
    background-position: 0 8px; }

/*-------------------------------------------------- */
/* FOOTER STYLES */
/*-------------------------------------------------- */
#footer {
  position: relative;
  height: 27px;
  width: calc(1280px - 100px);
  margin: 0 auto;
  padding: 50px 100px 40px 0;
  background-image: url("https://mandlf.com/images/mandlf_logo.svg");
  background-repeat: no-repeat;
  background-size: 90px auto;
  background-position: center right; }
  @media only screen and (max-width: 1500px) {
    #footer {
      width: calc(1280px - 100px);
      margin: 0 auto;
      padding: 50px 100px 40px 0; } }
  @media only screen and (max-width: 880px) {
    #footer {
      width: auto;
      height: 20px;
      margin: 0;
      padding: 42px 90px 40px 0;
      background-size: 80px auto; } }

#footer p {
  padding: 0;
  width: 100%;
  color: #888;
  font-size: 0.9em;
  text-align: right;
  float: right;
  font-family: 'AvenirNextRegular', helvetica, sans-serif;
  font-style: 'Normal';
  font-stretch: 'Normal'; }
  #footer p .rtnews, #footer p .ltnews {
    float: right;
    padding: 0 30px 0 0;
    font-size: inherit; }
    #footer p .rtnews span, #footer p .ltnews span {
      color: #595959;
      text-transform: uppercase;
      font-family: 'AvenirNextMedium', helvetica, sans-serif;
      font-style: 'Normal';
      font-stretch: 'Normal'; }
    @media only screen and (max-width: 1500px) {
      #footer p .rtnews, #footer p .ltnews {
        float: right;
        padding: 0 30px 0 0; } }
    @media only screen and (max-width: 880px) {
      #footer p .rtnews, #footer p .ltnews {
        float: none;
        display: block;
        padding: 8px 30px 0 0; } }
  #footer p .ltnews {
    float: left;
    padding: 0 10px 0 150px;
    text-align: left; }
    @media only screen and (max-width: 1500px) {
      #footer p .ltnews {
        padding: 0 10px 0 50px;
        max-width: none; } }
    @media only screen and (max-width: 880px) {
      #footer p .ltnews {
        padding: 0 10px 0 0;
        max-width: 40%; } }
  #footer p a, #footer p a:visited {
    padding-left: 10px;
    color: #888;
    font-family: 'AvenirNextRegular', helvetica, sans-serif;
    font-style: 'Normal';
    font-stretch: 'Normal';
    text-decoration: none; }
  #footer p a:hover, #footer p a:active {
    color: #000; }
  @media only screen and (max-width: 1500px) {
    #footer p {
      font-size: 1.0em; }
      #footer p span {
        font-size: 0.9em; } }
  @media only screen and (max-width: 880px) {
    #footer p {
      font-size: 1.0em; }
      #footer p span {
        font-size: 0.9em; } }

/*-------------------------------------------------- */
/* INSTALL PAGE STYLES */
/*-------------------------------------------------- */
.installimg1 {
  float: right;
  margin: -5px 40px 10px 10px;
  width: 140px; }
  @media only screen and (max-width: 1500px) {
    .installimg1 {
      float: right;
      margin: -5px 40px 10px 10px;
      width: 140px; } }
  @media only screen and (max-width: 880px) {
    .installimg1 {
      float: none;
      position: relative;
      margin: 10px 0 10px -10px; } }

.installimg2 {
  float: right;
  margin: -5px 40px 10px 10px;
  width: 140px; }
  @media only screen and (max-width: 1500px) {
    .installimg2 {
      float: right;
      margin: -5px 40px 10px 10px;
      width: 140px; } }
  @media only screen and (max-width: 880px) {
    .installimg2 {
      float: none;
      position: relative;
      margin: 20px 0 0 -10px;
      width: 160px; } }

.installimg3 {
  float: right;
  margin: -20px 70px 10px 10px;
  width: 90px; }
  @media only screen and (max-width: 1500px) {
    .installimg3 {
      float: right;
      margin: -20px 70px 10px 10px;
      width: 90px; } }
  @media only screen and (max-width: 880px) {
    .installimg3 {
      float: none;
      position: relative;
      margin: 5px 0 10px -20px;
      width: 120px; } }

.installimg4 {
  float: right;
  margin: 15px 30px 10px 10px;
  width: 140px; }
  @media only screen and (max-width: 1500px) {
    .installimg4 {
      float: right;
      margin: 15px 30px 10px 10px;
      width: 140px; } }
  @media only screen and (max-width: 880px) {
    .installimg4 {
      float: none;
      position: relative;
      margin: 30px 0 15px 0; } }

.installimg5 {
  float: right;
  margin: 0 75px 10px 10px;
  width: 80px; }
  @media only screen and (max-width: 1500px) {
    .installimg5 {
      float: right;
      margin: 0 75px 10px 10px;
      width: 80px; } }
  @media only screen and (max-width: 880px) {
    .installimg5 {
      float: none;
      position: relative;
      margin: 30px 0 15px 0; } }

.installimg6 {
  float: right;
  margin: 5px 50px 10px 10px;
  width: 140px; }
  @media only screen and (max-width: 1500px) {
    .installimg6 {
      float: right;
      margin: 5px 50px 10px 10px;
      width: 140px; } }
  @media only screen and (max-width: 880px) {
    .installimg6 {
      float: none;
      position: relative;
      margin: 30px 0 15px 0; } }

/*-------------------------------------------------- */
/* FORM STYLES */
/*-------------------------------------------------- */
a.btn, a.btn:visited, input.btn {
  display: inline-block;
  margin: 12px 0 18px 0;
  padding: 11px 30px 5px 30px;
  height: 20px;
  color: #fff;
  font-family: 'NeueFrutigerRegular', helvetica, sans-serif;
  font-style: 'Normal';
  font-stretch: 'Normal';
  font-size: 0.8em;
  line-height: 1.0em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: #c00;
  border: none; }
  @media only screen and (max-width: 1500px) {
    a.btn, a.btn:visited, input.btn {
      margin: 12px 0 18px 0;
      padding: 11px 30px 5px 30px; } }
  @media only screen and (max-width: 880px) {
    a.btn, a.btn:visited, input.btn {
      margin: 0 0 8px 0;
      padding: 11px 20px 5px 20px; } }

input.btn {
  height: 36px;
  padding-top: 6px; }

a.btn:hover, a.btn:active, input.btn:active, input.btn:hover {
  color: #fff;
  background-color: #595959; }

/*-------------------------------------------------- */
/* SLIDESHOW STYLES */
/*-------------------------------------------------- */
#slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 680px; }
  @media only screen and (max-width: 1500px) {
    #slideshow {
      min-height: 680px; } }
  @media only screen and (max-width: 880px) {
    #slideshow {
      min-height: 300px; } }
  #slideshow > div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 680px; }
    @media only screen and (max-width: 1500px) {
      #slideshow > div {
        min-height: 680px;
        left: 0; } }
    @media only screen and (max-width: 880px) {
      #slideshow > div {
        min-height: 300px;
        left: 30px; } }

#productslideshow {
  float: right;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  text-align: center; }
  #productslideshow > img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 1500px) {
      #productslideshow > img {
        left: 0; } }
    @media only screen and (max-width: 880px) {
      #productslideshow > img {
        left: 30px; } }

/*-------------------------------------------------- */
/* PRODUCT STYLES */
/*-------------------------------------------------- */
#magon {
  display: none; }

#mag {
  display: block; }
  @media only screen and (max-width: 1500px) {
    #mag {
      display: block; } }
  @media only screen and (max-width: 880px) {
    #mag {
      display: none; } }

#mag, #magon {
  position: absolute;
  top: 44px;
  right: 25px;
  width: 140px;
  height: 30px;
  z-index: 999;
  cursor: pointer; }
  #mag img, #magon img {
    float: right;
    opacity: 0.5; }
  #mag p, #magon p {
    display: inline-block;
    float: right;
    padding: 6px 5px;
    text-align: right;
    color: #b2b2b2;
    font-size: 10px;
    font-family: 'NeueFrutigerRegular', helvetica, sans-serif;
    font-style: 'Normal';
    font-stretch: 'Normal';
    line-height: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.05em; }

#magon p {
  color: #595959; }
#magon img {
  opacity: 1.0; }

#glassframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  #glassframe.open {
    width: auto;
    height: auto;
    overflow: visible; }

.glass {
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: none;
  width: 400px;
  height: 400px;
  z-index: 1000;
  -webkit-box-shadow: 0 0 0 7px white, 0 0 7px 7px rgba(0, 0, 0, 0.1), inset 0 0 40px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 7px white, 0 0 7px 7px rgba(0, 0, 0, 0.1), inset 0 0 40px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 7px white, 0 0 7px 7px rgba(0, 0, 0, 0.1), inset 0 0 40px 2px rgba(0, 0, 0, 0.1);
  display: none;
  background-color: #fff; }

/* modal window styles for product dimensions */
/* the modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 90px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; }

.modal-title {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #eee; }

.modal-title h4 {
  margin: 0;
  padding: 12px 20px 12px 30px !important;
  font-size: 90%; }

h4.numbertext {
  color: #bbb;
  padding: 0 0 15px 30px;
  font-size: 90%;
  text-align: left; }

h4.numbertext span {
  text-transform: none;
  letter-spacing: 0; }

.modal-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1000px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3); }

.modal-content img {
  padding: 10px 30px 10px 30px;
  width: calc(100% - 60px) !important;
  max-width: 800px; }

.close {
  float: right;
  font-size: 2.5em;
  display: inline-block;
  margin-top: -6px;
  color: #bbb; }

.close:hover, .close:focus {
  color: #666;
  text-decoration: none;
  cursor: pointer; }

/* hide slides on load */
.mySlides {
  display: none;
  text-align: center; }

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 40px;
  height: 40px;
  margin-top: -30px;
  user-select: none;
  -webkit-user-select: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/images/uploads/products/arrow_left.png");
  opacity: 0.2; }
  @media only screen and (max-width: 1500px) {
    .prev, .next {
      margin-top: -30px;
      width: 40px;
      height: 40px; } }
  @media only screen and (max-width: 880px) {
    .prev, .next {
      margin-top: -10px;
      width: 32px;
      height: 32px; } }

.next {
  left: auto;
  right: 10px;
  background-image: url("/images/uploads/products/arrow_right.png"); }

.prev:hover, .next:hover {
  opacity: 1.0; }

img.demo {
  opacity: 0.6; }

.active {
  opacity: 1; }

/*# sourceMappingURL=global.css.map */
