/*
* * * * * *
Workstead
http://www.workstead.com/
* * * * * *
Website Development by The Future Forward 
http://www.thefutureforward.com
* * * * * *
Copyright 2014 Workstead. All Rights Reserved.
* * * * * *
*/
/*===== NORMALIZE STYLES =====*/
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
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; }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

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

h1 {
  font-size: 2em;
  margin: .67em 0; }

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

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

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

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

h6 {
  font-size: .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 {
  quotes: none; }

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; }

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; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

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

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

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

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

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
  vertical-align: top; }

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

/*===== GLOBAL STYLES =====*/
*,
*:before,
*:after {
  -webkit-text-size-adjust: none;
  -webkit-margin-before: 0;
  -webkit-margin-end: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-padding-before: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  -webkit-padding-start: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow-y: auto;
  overflow-x: hidden;
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Gotham Narrow A", "Helvetica", "Arial", sans-serif; }

html, body {
  height: 100%;
  min-height: 100%; }

html, button, input, select, textarea {
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Gotham Narrow A", "Helvetica", "Arial", sans-serif; }

ol, ul {
  margin: 0px;
  padding-left: 0px; }

.table {
  width: 100%;
  height: 100%;
  display: table; }
  .table .table-row {
    display: table-row; }
    .table .table-row .table-cell {
      text-align: center;
      display: table-cell;
      vertical-align: middle; }

#main-wrapper {
  width: 100%;
  height: 100%;
  background: none;
  position: relative; }

#page-content-area {
  top: 0px;
  width: 320px;
  height: 100%;
  position: absolute;
  padding: 160px 35px 25px 25px;
  background: rgba(239, 239, 239, 0.9); }

.wrap {
  position: relative; }

#instantclick {
  transform: scaleY(1) !important; }

#preloader {
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: block;
  position: fixed;
  background: #ffffff url(../img/preloader.gif) center center no-repeat; }

.backstretch {
  z-index: 1 !important; }

.bg-preload {
  display: none; }

/*===== H5BP STYLES =====*/
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/*===== PLUGIN STYLES =====*/
#colorbox {
  z-index: 1; }

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
  outline: 0px !important;
  background: #ffffff; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

#cboxContent {
  overflow: visible;
  background: none; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 0px solid #ccc; }

#cboxLoadedContent {
  background: none;
  padding: 0px; }

#cboxLoadingGraphic {
  background: url(../img/ajax-loader.gif) no-repeat center center; }

#cboxLoadingOverlay {
  background: #ffffff; }

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000; }

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px; }

#cboxClose {
  top: 24px;
  z-index: 5;
  border: 0px;
  right: 48px;
  width: 35px;
  height: 34px;
  cursor: pointer;
  position: fixed;
  text-align: left;
  text-indent: -9999em;
  background: url(../img/workstead-colorbox-controls.png) no-repeat;
  background-position: -71px 0; }

#mobile-cart-close,
#cart-modal .cart-toggle {
  display: none; }

#cart-modal {
  top: 48px;
  right: 145px;
  color: #ffffff;
  width: 320px;
  display: none;
  font-weight: 500;
  position: absolute;
  font-size: 0.6875em;
  letter-spacing: 0.3em;
  background: #000000;
  text-transform: uppercase; }
  #cart-modal .wrapper {
    padding: 25px;
    position: relative; }
  #cart-modal .headers p.left {
    float: left; }
  #cart-modal .headers p.right {
    float: right; }
  #cart-modal .cart-footer {
    margin-top: 15px;
    position: relative; }
    #cart-modal .cart-footer .wrap {
      border-top: 1px solid #ffffff; }
      #cart-modal .cart-footer .wrap p {
        margin-top: 16px;
        line-height: 19px; }
      #cart-modal .cart-footer .wrap span.coupon-fields {
        display: none; }
      #cart-modal .cart-footer .wrap .update-btn {
        height: 19px;
        cursor: pointer;
        margin-left: 10px;
        line-height: 19px;
        display: inline-block;
        border: 1px solid #ffffff;
        padding: 0px 2px 0px 4px; }
        #cart-modal .cart-footer .wrap .update-btn:hover {
          color: #000000;
          background: #ffffff; }
      #cart-modal .cart-footer .wrap a {
        color: #ffffff;
        cursor: pointer;
        text-decoration: none; }
      #cart-modal .cart-footer .wrap .subtotal {
        color: #7a7a7a; }
    #cart-modal .cart-footer .checkout {
      right: 0px;
      color: #ffffff;
      bottom: 0px;
      height: 19px;
      line-height: 19px;
      position: absolute;
      display: inline-block;
      text-decoration: none;
      border: 1px solid #ffffff;
      padding: 0px 2px 0px 4px; }
      #cart-modal .cart-footer .checkout:hover {
        color: #000000;
        background: #ffffff; }

#cart-content {
  overflow-y: auto;
  max-height: 200px;
  min-height: 200px; }
  #cart-content .update {
    float: right;
    height: 19px;
    cursor: pointer;
    margin-top: 5px;
    line-height: 19px;
    display: inline-block;
    border: 1px solid #ffffff;
    padding: 0px 2px 0px 4px; }
    #cart-content .update:hover {
      color: #000000;
      background: #ffffff; }

#minicart .item {
  clear: both;
  width: 100%;
  height: 32px;
  color: #7a7a7a;
  display: table;
  line-height: 32px; }
  #minicart .item .name,
  #minicart .item .price {
    display: table-cell;
    vertical-align: middle; }
  #minicart .item .name {
    width: 110px;
    line-height: 1.3; }
  #minicart .item .price {
    margin-left: 10px; }
  #minicart .item input {
    width: 36px;
    border: 0px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    letter-spacing: 0.25em; }
    #minicart .item input:focus {
      outline: 0px; }
  #minicart .item .right {
    float: right;
    display: inline-block; }
  #minicart .item .remove {
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    margin-left: 5px; }

#epicbox {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  position: fixed;
  overflow: hidden;
  background: #ffffff !important; }
  #epicbox .exhibit {
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
    overflow: visible;
    position: relative; }
    #epicbox .exhibit img {
      width: 100%;
      height: auto;
      display: block;
      position: absolute;
      z-index: 1 !important; }
  #epicbox .table-cell > div {
    height: auto; }
    #epicbox .table-cell > div div {
      width: 80%;
      height: auto;
      margin: 0px auto;
      padding-top: 45%;
      position: relative; }
  #epicbox .table-cell iframe {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute; }
  #epicbox .eb-close,
  #epicbox .eb-dir {
    z-index: 5;
    border: 0px;
    cursor: pointer;
    position: fixed;
    text-align: left;
    text-indent: -9999em;
    background: url(../img/workstead-colorbox-controls.png) no-repeat; }
  #epicbox .eb-close {
    top: 24px;
    right: 48px;
    width: 35px;
    height: 34px;
    background-position: -71px 0; }
  #epicbox .eb-dir {
    top: 50%;
    width: 24px;
    height: 48px;
    margin-top: -24px; }
  #epicbox .eb-dir.prev {
    left: 48px; }
  #epicbox .eb-dir.next {
    right: 48px;
    background-position: -38px 0px; }
  #epicbox .eb-close {
    right: 48px; }
  #epicbox .preloader {
    display: none; }
  #epicbox .backstretch {
    background: #ffffff; }
    #epicbox .backstretch + .backstretch {
      z-index: 0 !important; }

#ajaxbox {
  top: 0px;
  left: 0px;
  z-index: 4;
  width: 100%;
  font-weight: 500;
  font-size: 0.75em;
  position: absolute;
  background: #ffffff;
  letter-spacing: 0.04em;
  padding: 72px 45px 48px;
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Gotham Narrow A", "Helvetica", "Arial", sans-serif; }
  #ajaxbox.cbox {
    min-height: 100%; }
    #ajaxbox.cbox .eb-close {
      position: fixed; }
  #ajaxbox .wrap {
    width: 100%;
    height: auto;
    padding: 48px 0px 96px;
    margin-left: -25px; }
  #ajaxbox .column {
    padding: 0px 20px 0px 25px; }
    #ajaxbox .column.last {
      padding-top: 56px; }
  #ajaxbox .eb-close {
    top: 72px;
    z-index: 4;
    right: 48px;
    width: 35px;
    border: 0px;
    height: 34px;
    cursor: pointer;
    text-align: left;
    position: absolute;
    text-indent: -9999em;
    background: url(../img/workstead-colorbox-controls.png) no-repeat;
    background-position: -71px 0; }
  #ajaxbox a {
    color: #7a7a7a;
    text-decoration: none; }
    #ajaxbox a:hover {
      color: #000000; }
  #ajaxbox h3 {
    font-weight: 500;
    font-size: 1.83em;
    letter-spacing: 0.11em; }
  #ajaxbox p {
    margin: 1.5em 0; }

/*===== HEADER =====*/
#instantclick-bar {
  height: 3px;
  background: #000000;
  top: 48px !important;
  position: absolute !important; }
  .ios #instantclick-bar {
    top: 24px !important; }

#site-header {
  z-index: 5;
  width: 100%;
  height: 48px;
  position: fixed;
  padding: 16px 45px;
  background: #000000; }
  #site-header .logo {
    z-index: 5;
    float: left;
    width: 93px;
    margin: 0px;
    height: 16px;
    position: relative; }
    #site-header .logo a {
      width: 100%;
      height: 100%;
      display: block;
      background: url(../img/workstead-logo.png) no-repeat; }
    #site-header .logo span {
      display: none; }

#news-announcement {
  float: right; }
  #news-announcement h1 {
    width: 350px;
    font-weight: 300;
    text-align: right;
    font-size: 0.725em;
    margin: 2px auto 0px;
    letter-spacing: 0.08em;
    text-transform: uppercase; }
  #news-announcement a {
    color: #ffffff;
    text-decoration: none; }

#mobile-menu,
#menu-button {
  display: none; }

#shop-links {
  float: right; }
  .touch #shop-links #desktop-shop-menu > li:first-child > a[data-linked="true"] {
    display: none; }
  .touch #shop-links #desktop-shop-menu > li:first-child > a[data-linked="false"] {
    display: inline; }
  #shop-links #mobile-shop-menu {
    display: none; }
  #shop-links ul li {
    float: left;
    list-style: none;
    position: relative;
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Gotham Narrow A", "Helvetica", "Arial", sans-serif; }
    #shop-links ul li a {
      cursor: pointer;
      text-decoration: none;
      text-transform: uppercase; }
      #shop-links ul li a:hover {
        color: #7a7a7a; }
    #shop-links ul li a[data-linked="false"] {
      display: none; }
    #shop-links ul li:before {
      content: '|';
      margin: 0px 16px;
      display: inline-block; }
    #shop-links ul li a, #shop-links ul li:before {
      color: #ffffff;
      font-weight: 500;
      font-size: 0.6875em;
      letter-spacing: 0.30em; }
    #shop-links ul li:first-child:before {
      margin: 0px;
      content: ''; }
    #shop-links ul li:hover ul {
      display: block; }
    #shop-links ul li ul {
      top: 22px;
      width: 140px;
      right: -16px;
      display: none;
      position: absolute;
      background: #000000;
      padding: 35px 25px 20px; }
      #shop-links ul li ul li {
        margin-top: 5px; }
        #shop-links ul li ul li:before {
          margin: 0px;
          content: ''; }
        #shop-links ul li ul li:first-child {
          margin-top: 0px; }
        #shop-links ul li ul li a {
          color: #7a7a7a; }
          #shop-links ul li ul li a:hover {
            color: #ffffff; }
  #shop-links ul .filters {
    top: 22px;
    width: 140px;
    right: -16px;
    display: none;
    position: absolute;
    background: #000000;
    padding: 41px 0px 10px 23px; }
    #shop-links ul .filters li {
      float: none;
      display: block;
      margin-bottom: 9px; }
      #shop-links ul .filters li:before, #shop-links ul .filters li:first-child:before {
        content: none; }
  #shop-links ul li:hover > .filters {
    display: block; }

#cart-toggle {
  cursor: pointer; }

/*===== HOMEPAGE TEMPLATE =====*/
.home ~ #instantclick {
  max-width: 85%;
  opacity: 1 !important; }
  .home ~ #instantclick #instantclick-bar {
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
    -ms-transition: .25s linear;
    -o-transition: .25s linear;
    transition: .25s linear; }
  .home ~ #instantclick.done {
    opacity: 0 !important; }
.home #home-links {
  top: 50%;
  z-index: 4;
  width: 100%;
  height: 300px;
  text-align: center;
  position: absolute;
  margin-top: -126px;
  vertical-align: middle;
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Gotham Narrow A", "Helvetica", "Arial", sans-serif; }
  .home #home-links .link {
    width: 300px;
    height: 300px;
    margin-left: 120px;
    background: #000000;
    display: inline-block; }
    .home #home-links .link .table-row {
      height: 100%; }
    .home #home-links .link .table-cell {
      line-height: 300px; }
    .home #home-links .link a {
      color: #ffffff;
      display: block;
      font-weight: 400;
      font-size: 1.25em;
      letter-spacing: 0.3em;
      text-decoration: none;
      text-transform: uppercase; }
    .home #home-links .link:first-child {
      margin-left: 0px; }
.home #hidden-links {
  display: none; }

/*===== SHOP PAGE TEMPLATE =====*/
.shop ~ #instantclick {
  max-width: 85%;
  opacity: 1 !important; }
  .shop ~ #instantclick #instantclick-bar {
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
    -ms-transition: .25s linear;
    -o-transition: .25s linear;
    transition: .25s linear; }
  .shop ~ #instantclick.done {
    opacity: 0 !important; }
.shop.unshown #products-container,
.shop.unshown #site-footer {
  display: none; }
.shop #products-container {
  max-width: none; }

#products-container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding: 90px 24px; }
  #products-container .wrap {
    margin-right: -24px; }
  #products-container .product-item {
    width: 50%;
    float: left;
    padding-right: 24px;
    margin-bottom: 25px; }
    #products-container .product-item img {
      width: 100%;
      display: block; }
      #products-container .product-item img.hover {
        top: 0px;
        left: 0px;
        opacity: 0;
        position: absolute;
        -webkit-transition: opacity .4s linear;
        -moz-transition: opacity .4s linear;
        -ms-transition: opacity .4s linear;
        -o-transition: opacity .4s linear;
        transition: opacity .4s linear; }
        .lt-ie9 #products-container .product-item img.hover {
          display: none; }
        .touch #products-container .product-item img.hover {
          display: none; }
    #products-container .product-item a {
      width: 100%;
      height: 100%;
      display: block;
      color: #000000;
      position: relative; }
      #products-container .product-item a:hover img.hover {
        opacity: 1; }
        .lt-ie9 #products-container .product-item a:hover img.hover {
          display: block; }
        .touch #products-container .product-item a:hover img.hover {
          display: none; }
      #products-container .product-item a:hover p {
        display: none; }
        .touch #products-container .product-item a:hover p {
          display: block; }
    #products-container .product-item p {
      left: 0px;
      width: 100%;
      margin: 0px;
      bottom: 36px;
      display: inline;
      font-weight: 500;
      position: absolute;
      text-align: center;
      font-size: 0.6875em;
      letter-spacing: 0.2em;
      text-transform: uppercase; }

/*===== PRODUCT PAGE TEMPLATE =====*/
.product ~ #instantclick {
  max-width: 85%;
  opacity: 1 !important; }
  .product ~ #instantclick #instantclick-bar {
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
    -ms-transition: .25s linear;
    -o-transition: .25s linear;
    transition: .25s linear; }
  .product ~ #instantclick.done {
    opacity: 0 !important; }
.product #cboxPrevious,
.product #cboxNext,
.product #cboxClose {
  z-index: 1;
  border: 0px;
  position: fixed;
  text-align: left;
  text-indent: -9999em;
  background: url(../img/workstead-colorbox-controls.png) no-repeat; }
.product #cboxPrevious,
.product #cboxNext {
  top: 50%;
  width: 24px;
  height: 48px;
  margin-top: -24px; }
.product #cboxPrevious {
  left: 48px; }
.product #cboxNext {
  right: 48px;
  background-position: -38px 0px; }
.product #cboxClose {
  top: 96px;
  right: 48px;
  width: 35px;
  height: 34px;
  background-position: -71px 0; }

#product-container {
  width: 100%;
  height: 100%;
  display: none;
  margin: 0px auto;
  padding: 48px 0px 0px;
  max-width: 1400px; }
  .product #product-container {
    max-width: none; }
  #product-container > .wrap {
    width: 100%;
    height: 100%;
    margin: 0px auto; }

#gallery-bg {
  top: 0px;
  left: 0px;
  width: 50%;
  z-index: 1;
  height: 100%;
  position: fixed;
  min-height: 100%;
  background: url(../img/product-bg.jpg) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

#product-gallery {
  top: 0px;
  left: 0px;
  width: 50%;
  z-index: 1;
  float: left;
  height: 100%;
  overflow: visible;
  text-align: right;
  position: absolute; }
  #product-gallery .magnifiable {
    top: 17px;
    right: 17px;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    position: absolute; }
    #product-gallery .magnifiable .v {
      width: 2px;
      height: 20px;
      margin: 0px auto; }
    #product-gallery .magnifiable .h {
      top: 9px;
      width: 20px;
      height: 2px;
      position: absolute; }
    #product-gallery .magnifiable .v,
    #product-gallery .magnifiable .h {
      background: #000000; }
  #product-gallery .featured-image {
    width: 100%;
    height: 100%;
    display: table;
    min-height: 100%; }
    #product-gallery .featured-image div {
      width: 100%;
      display: table-cell;
      vertical-align: middle; }
    #product-gallery .featured-image img {
      width: 100%;
      height: auto;
      display: block;
      margin: 0px auto;
      max-width: 1000px; }
  #product-gallery .related-images {
    width: 100%;
    bottom: 64px;
    text-align: left;
    position: absolute; }
    #product-gallery .related-images img {
      width: 72px;
      height: 72px;
      margin-left: 18px;
      margin-top: 15px; }
  #product-gallery .product-image {
    cursor: pointer;
    max-width: 100%; }

#product-slider {
  display: none; }
  #product-slider .bx-controls {
    top: 50%;
    z-index: 1;
    width: 100%;
    position: absolute; }
  #product-slider .bx-controls-direction {
    top: 0px;
    height: 100%;
    position: relative; }
    #product-slider .bx-controls-direction a {
      top: 50%;
      z-index: 1;
      width: 25px;
      border: 0px;
      height: 45px;
      cursor: pointer;
      text-align: left;
      margin-top: -15px;
      position: absolute;
      text-indent: -9999em;
      background: url(../img/mobile-arrows@2x.png) no-repeat;
      background-size: 55px 47px; }
    #product-slider .bx-controls-direction .bx-prev {
      left: 14px;
      background-position: 0px -1px; }
    #product-slider .bx-controls-direction .bx-next {
      right: 14px;
      background-position: -30px -1px; }

#product-detail {
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0px;
  position: absolute; }
  #product-detail .wrap {
    height: 100%;
    margin: 0px auto;
    max-width: 1500px; }
  #product-detail form {
    overflow: hidden;
    margin-top: 52px; }
    #product-detail form label,
    #product-detail form select {
      display: none; }
    #product-detail form .options:first-child {
      margin-top: 0px; }
  #product-detail .section-wrap {
    float: right;
    width: 50%;
    height: 100%;
    position: relative;
    overflow-y: auto;
    font-weight: 500;
    padding: 48px 120px 145px 110px; }
    #product-detail .section-wrap .share-links {
      color: #7a7a7a;
      margin-top: 18px;
      font-weight: 500;
      font-size: 0.6875em;
      letter-spacing: 0.3em;
      text-transform: uppercase; }
      #product-detail .section-wrap .share-links .share-button {
        float: left;
        clear: left;
        cursor: pointer;
        margin-bottom: 14px; }
        #product-detail .section-wrap .share-links .share-button:hover, #product-detail .section-wrap .share-links .share-button.active {
          color: #000000; }
      #product-detail .section-wrap .share-links .social-buttons {
        clear: left;
        display: none;
        margin-top: 10px;
        list-style: none; }
        #product-detail .section-wrap .share-links .social-buttons li {
          width: 19px;
          height: 19px;
          margin-left: 11px;
          line-height: 19px;
          display: inline-block;
          background: url(../img/social-media-buttons.png) no-repeat; }
          #product-detail .section-wrap .share-links .social-buttons li:first-child {
            margin-left: 0px; }
          #product-detail .section-wrap .share-links .social-buttons li:hover {
            opacity: 0.85; }
          #product-detail .section-wrap .share-links .social-buttons li a {
            display: block;
            text-indent: -999em; }
          #product-detail .section-wrap .share-links .social-buttons li.sb-tr {
            background-position: 0px 0px; }
          #product-detail .section-wrap .share-links .social-buttons li.sb-tw {
            background-position: -30px 0px; }
          #product-detail .section-wrap .share-links .social-buttons li.sb-pt {
            background-position: -61px 0px; }
          #product-detail .section-wrap .share-links .social-buttons li.sb-fb {
            background-position: -91px 0px; }
  #product-detail .product-title {
    font-weight: 500;
    font-size: 1.375em;
    margin: 40px 0px 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  #product-detail .price-tag {
    font-size: 0.8em;
    margin: 0px 0px 72px;
    letter-spacing: 0.3em; }
  #product-detail .detail {
    margin: 32px 0px; }
    #product-detail .detail h6,
    #product-detail .detail .head {
      margin-top: 0px;
      font-weight: 700;
      margin-bottom: 20px;
      letter-spacing: 0.2em;
      text-transform: uppercase; }
    #product-detail .detail p {
      font-size: 0.6875em;
      letter-spacing: 0.05em; }
    #product-detail .detail.options .option {
      width: 45px;
      height: 45px;
      cursor: pointer;
      line-height: 45px;
      margin-right: 20px;
      margin-bottom: 10px;
      text-indent: -9999em;
      display: inline-block; }
      #product-detail .detail.options .option:first-child {
        margin-left: 0px; }
      #product-detail .detail.options .option[data-type="sling-color"] {
        background: url(../img/leather-finishes.png) no-repeat;
        border: 1px solid transparent; }
	  #product-detail .detail.options .option[data-type="wood-type"] {
        background: url(../img/wood-finishes.png) no-repeat;
        border: 1px solid transparent; }
      #product-detail .detail.options .option[data-type="color"] {
        border: 1px solid transparent;
        background: url(../img/color-finish.png) no-repeat;
        background-size: 112px 45px; }
	  #product-detail .detail.options .option[data-type="base"] {
        border: 1px solid transparent;
        background: url(../img/base-finishes.png) no-repeat;}
      #product-detail .detail.options .option[data-value="brass"], #product-detail .detail.options .option[title="Brass"] {
        background-position: -68px 0px; }
      #product-detail .detail.options .option[data-value="black"], #product-detail .detail.options .option[title="Black"] {
        background-position: 0px 0px; }
      #product-detail .detail.options .option[data-type="size"], #product-detail .detail.options .option[data-type="discs"], #product-detail .detail.options .option[data-type="hardwired-plug-in"], #product-detail .detail.options .option[data-type="number-of-arms"] {
        position: relative;
        text-align: center;
        border: 1px solid #000000;
        text-transform: uppercase; }
        #product-detail .detail.options .option[data-type="size"]:after,  #product-detail .detail.options .option[data-type="discs"]:after, #product-detail .detail.options .option[data-type="hardwired-plug-in"]:after, #product-detail .detail.options .option[data-type="number-of-arms"]:after {
          left: 0px;
          width: 100%;
          height: 100%;
          font-weight: 500;
          text-indent: 0px;
          position: absolute;
          text-align: center;
          font-size: 0.6875em;
          content: attr(title); }
		  
      #product-detail .detail.options .option[data-value="small"]:after {
        content: 'S'; }
      #product-detail .detail.options .option[data-value="medium"]:after {
        content: 'M'; }
      #product-detail .detail.options .option[data-value="large"]:after {
        content: 'L'; }
		
	  #product-detail .detail.options .option[data-value="one-disc"]:after {
        content: '1'; }
      #product-detail .detail.options .option[data-value*="two-discs"]:after {
        content: '2'; }
		
	  #product-detail .detail.options .option[data-value="one-arm"]:after {
        content: '1'; }
      #product-detail .detail.options .option[data-value*="two-arms"]:after {
        content: '2'; }
		
	  #product-detail .detail.options .option[data-value="hardwired"]:after {
        content: 'H'; }
      #product-detail .detail.options .option[data-value*="plugin"]:after {
        content: 'P'; }
		
      #product-detail .detail.options .option[data-value="black-leather"] {
        background-position: 0px 0px; }
      #product-detail .detail.options .option[data-value="nude-leather"] {
        background-position: -116px 0px; }
      #product-detail .detail.options .option[data-value="brown-leather"] {
        background-position: -58px 0px; }
      #product-detail .detail.options .option[data-value="tan-leather"] {
        background: #dec09a; }
      #product-detail .detail.options .option[data-value="waxed-canvas"] {
        background-position: -173px 0px; }
		
	  #product-detail .detail.options .option[data-value="white-oak"] {
        background-position: 0px 0px; }
      #product-detail .detail.options .option[data-value="cherry"] {
        background-position: -116px 0px; }
      #product-detail .detail.options .option[data-value="walnut"] {
        background-position: -58px 0px; }
		
	  #product-detail .detail.options .option[data-value="carrara"] {
        background-position: 0px 0px; }
      #product-detail .detail.options .option[data-value="irish-connemara"] {
        background-position: -58px 0px; }
	  #product-detail .detail.options .option[data-value="green-marble"] {
        background-position: -59px 0px; }
      #product-detail .detail.options .option[data-value="travertine"] {
        background-position: -116px 0px; }
		
      #product-detail .detail.options .option[title="Stainless"], #product-detail .detail.options .option[title="Bronze"], #product-detail .detail.options .option[title="Sterling"], #product-detail .detail.options .option[title="Vermeil"] {
        background: url(../img/metallic-finishes.png) no-repeat;
        background-size: 218px 45px; }
      #product-detail .detail.options .option[title="Sterling"] {
        background-position: -59px 0px; }
      #product-detail .detail.options .option[title="Bronze"] {
        background-position: -116px 0px; }
      #product-detail .detail.options .option[title="Vermeil"] {
        background-position: -174px 0px; }
		
      #product-detail .detail.options .option.selected[data-type="color"], #product-detail .detail.options .option.selected[data-type="sling-color"], #product-detail .detail.options .option.selected[data-type="wood-type"], #product-detail .detail.options .option.selected[data-type="base"], #product-detail .detail.options .option.selected[data-type="number-of-arms"], #product-detail .detail.options .option:hover[data-type="color"], #product-detail .detail.options .option:hover[data-type="sling-color"], #product-detail .detail.options .option:hover[data-type="wood-type"], #product-detail .detail.options .option:hover[data-type="base"], #product-detail .detail.options .option:hover[data-type="number-of-arms"] {
        border: 1px solid #666666; }
		
      #product-detail .detail.options .option.selected[data-type="size"], #product-detail .detail.options .option:hover[data-type="size"], #product-detail .detail.options .option.selected[data-type="discs"], #product-detail .detail.options .option:hover[data-type="discs"], #product-detail .detail.options .option.selected[data-type="hardwired-plug-in"], #product-detail .detail.options .option:hover[data-type="hardwired-plug-in"], #product-detail .detail.options .option.selected[data-type="number-of-arms"], #product-detail .detail.options .option:hover[data-type="number-of-arms"] {
        color: #ffffff;
        background: #000000; }
		
  #product-detail .more {
    color: #7a7a7a;
    margin-top: 40px;
    font-size: 0.6875em;
    letter-spacing: 0.3em;
    text-transform: uppercase; }
    #product-detail .more a {
      color: #7a7a7a;
      text-decoration: none; }
    #product-detail .more a,
    #product-detail .more span {
      *zoom: 1;
      clear: left;
      float: left;
      display: block;
      cursor: pointer;
      font-weight: 500;
      margin-top: 18px; }
      #product-detail .more a:first-child,
      #product-detail .more span:first-child {
        margin: 0px; }
      #product-detail .more a:before, #product-detail .more a:after,
      #product-detail .more span:before,
      #product-detail .more span:after {
        content: " ";
        display: table; }
      #product-detail .more a:after,
      #product-detail .more span:after {
        clear: both; }
      #product-detail .more a:hover,
      #product-detail .more span:hover {
        color: #000000; }
  #product-detail .more-preloader {
    display: none; }
  #product-detail .add-to-cart {
    float: left;
    outline: 0px;
    height: 36px;
    width: 175px;
    cursor: pointer;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    background: none;
    font-size: 0.75em;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    border: 1px solid #000000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }
    #product-detail .add-to-cart.hover {
      color: #ffffff;
      background: #000000; }
    #product-detail .add-to-cart.inc {
      letter-spacing: 0.1em; }
  #product-detail .related-images {
    left: -18px;
    width: 100%;
    text-align: left;
    padding-left: 0px;
    position: relative; }
    #product-detail .related-images img {
      width: 72px;
      height: 72px;
      margin-left: 18px;
      margin-top: 15px; }
  #product-detail .product-image {
    cursor: pointer;
    max-width: 100%; }

/* #product-detail {
	font-weight: 500;
	padding: 48px 120px 96px 110px;
	.product-title {
		font-weight: 500;
		font-size: 1.375em;
		margin: 40px 0px 8px;
		letter-spacing: 0.1em;
		text-transform: uppercase;
	}
	.price {
		font-size: 0.6875em;
		margin: 0px 0px 72px;
		letter-spacing: 0.3em;
	}
	.detail {
		margin: 32px 0px;
		.head {
			margin-top: 0px;
			letter-spacing: 0.2em;
			text-transform: uppercase;
		}
		p {
			font-size: 0.6875em;
			letter-spacing: 0.05em;
		}
		&.options {
			.choices {
			}
			.option {
				width: 36px;
				height: 36px;
				cursor: pointer;
				line-height: 36px;
				margin-left: 20px;
				text-indent: -9999em;
				display: inline-block;
				&:first-child {
					margin-left: 0px;
				}
				&[data-type="color"] {
					border: 1px solid transparent;
					background: url(../img/color-finish.png) no-repeat;
				}
				&[data-value="brass"] {
					background-position: -54px 0px;
				}
				&[data-value="black"] {
					background-position: 0px 0px;
				}
				&[data-type="size"] {
					position: relative;
					text-align: center;
					border: 1px solid #000000;
					text-transform: uppercase;
					&:after {
						left: 0px;
						width: 100%;
						height: 100%;
						font-weight: 500;
						text-indent: 0px;
						position: absolute;
						text-align: center;
						font-size: 0.6875em;
					}
				}
				&[data-value="small"]:after {
					content: 'S';
				}
				&[data-value="medium"]:after {
					content: 'M';
				}
				&[data-value="large"]:after {
					content: 'L';
				}
				&.selected,
				&:hover {
					&[data-type="color"] {
						border: 1px solid #666666;
					}
					&[data-type="size"] {
						color: #ffffff;
						background: #000000;
					}
				}
			}
		}
	}
	.more {
		color: #7a7a7a;
		margin-top: 31px;
		font-size: 0.6875em;
		letter-spacing: 0.3em;
		text-transform: uppercase;
		a {
			color: #7a7a7a;
			font-weight: 500;
			text-decoration: none;
		}
		a,
		span {
			*zoom: 1;
			display: block;
			cursor: pointer;
			margin-top: 14px;
			&:first-child {
				margin: 0px;
			}
			&:before,
			&:after {
				content: " ";
				display: table;
			}

			&:after {
				clear: both;
			}
		}
	}
	.add-to-cart {
		float: left;
		width: 155px;
		height: 36px;
		cursor: pointer;
		font-weight: 500;
		line-height: 36px;
		text-align: center;
		font-size: 0.6875em;
		letter-spacing: 0.3em;
		text-transform: uppercase;
		border: 1px solid #000000;
		&.hover {
			color: #ffffff;
			background: #000000;
		}
		&.inc {
			letter-spacing: 0.1em;
		}
	}
} */
/*===== NEWS ARCHIVE PAGE TEMPLATE =====*/
.newsstand #news-wrapper {
  display: none;
  max-width: none; }
  .newsstand #news-wrapper .wrap {
    margin-right: -24px; }
.newsstand .news {
  width: 50%;
  float: left;
  padding-right: 24px;
  margin-bottom: 25px; }
  .newsstand .news img {
    width: 100%;
    display: block; }
  .newsstand .news a {
    width: 100%;
    height: 100%;
    display: block;
    color: #000000;
    position: relative; }
    .newsstand .news a:hover .hover {
      display: block; }
  .newsstand .news .hover {
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.6); }
    .newsstand .news .hover h3 {
      width: 100%;
      bottom: 10px;
      font-weight: 500;
      font-size: 0.75em;
      position: absolute;
      text-align: center;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Gotham Narrow A", "Helvetica", "Arial", sans-serif; }

#news-container {
  display: none; }

#news-wrapper {
  width: 100%;
  margin: 0px auto;
  max-width: 1400px;
  padding: 90px 24px; }
  .news-post #news-wrapper #image-gallery {
    top: 0px;
    left: 0px;
    width: 50%;
    position: relative;
    padding-right: 24px; }

.news-post #image-gallery {
  text-align: right; }
  .news-post #image-gallery img {
    width: 100%;
    margin-bottom: 24px; }
  .news-post #image-gallery .section-wrap {
    z-index: 4;
    position: relative; }
.news-post #content {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0px;
  position: fixed; }
  .news-post #content .wrap {
    height: 100%;
    margin: 0px auto;
    max-width: 1200px; }
  .news-post #content .post-title {
    line-height: 1.1;
    font-weight: 500;
    font-size: 1.375em;
    padding-right: 22%;
    margin: 1.77em 0px 2px;
    letter-spacing: 0.11em;
    text-transform: uppercase; }
    .news-post #content .post-title + time {
      color: #7a7a7a;
      font-weight: 500;
      font-size: 0.6875em;
      letter-spacing: 0.3em;
      text-transform: uppercase; }
  .news-post #content .section-wrap {
    width: 50%;
    float: right;
    height: 100%;
    overflow-y: auto;
    position: relative;
    padding: 48px 48px 0px 7.12%; }
    .news-post #content .section-wrap .post-tags {
      color: #7a7a7a;
      margin-top: 58px;
      font-weight: 500;
      font-size: 0.6875em;
      letter-spacing: 0.3em;
      text-transform: uppercase; }
      .news-post #content .section-wrap .post-tags a {
        color: #7a7a7a;
        text-decoration: none; }
    .news-post #content .section-wrap .share-links {
      color: #7a7a7a;
      margin-top: 10px;
      font-weight: 500;
      font-size: 0.6875em;
      margin-bottom: 138px;
      letter-spacing: 0.3em;
      text-transform: uppercase; }
      .news-post #content .section-wrap .share-links .share-button {
        float: left;
        clear: left;
        cursor: pointer;
        margin-bottom: 14px; }
      .news-post #content .section-wrap .share-links .social-buttons {
        clear: left;
        display: none;
        margin-top: 10px;
        list-style: none; }
        .news-post #content .section-wrap .share-links .social-buttons li {
          width: 19px;
          height: 19px;
          margin-left: 11px;
          line-height: 19px;
          display: inline-block;
          background: url(../img/social-media-buttons.png) no-repeat; }
          .news-post #content .section-wrap .share-links .social-buttons li:first-child {
            margin-left: 0px; }
          .news-post #content .section-wrap .share-links .social-buttons li:hover {
            opacity: 0.85; }
          .news-post #content .section-wrap .share-links .social-buttons li a {
            display: block;
            text-indent: -999em; }
          .news-post #content .section-wrap .share-links .social-buttons li.sb-tr {
            background-position: 0px 0px; }
          .news-post #content .section-wrap .share-links .social-buttons li.sb-tw {
            background-position: -30px 0px; }
          .news-post #content .section-wrap .share-links .social-buttons li.sb-pt {
            background-position: -61px 0px; }
          .news-post #content .section-wrap .share-links .social-buttons li.sb-fb {
            background-position: -91px 0px; }
.news-post .content-wrap {
  margin-top: 30px;
  font-weight: 500;
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Gotham Narrow A", "Helvetica", "Arial", sans-serif; }
  .news-post .content-wrap h1, .news-post .content-wrap h2, .news-post .content-wrap h3, .news-post .content-wrap h4, .news-post .content-wrap h5, .news-post .content-wrap h6 {
    font-weight: 500; }
  .news-post .content-wrap p {
    margin: 1.5em 0px;
    font-size: 0.6875em;
    letter-spacing: 0.05em; }

/*===== STUDIO PAGE TEMPLATE =====*/
.studio.unshown #draggable {
  display: none; }
.studio ~ #instantclick {
  max-width: 85%;
  opacity: 1 !important; }
  .studio ~ #instantclick #instantclick-bar {
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
    -ms-transition: .25s linear;
    -o-transition: .25s linear;
    transition: .25s linear; }
  .studio ~ #instantclick.done {
    opacity: 0 !important; }
.studio .mobile-desc {
  display: none; }
.studio.info #draggable {
  padding-bottom: 0px; }
  .studio.info #draggable #main-nav {
    margin-bottom: 14px; }
.studio.info #sub-nav {
  margin-bottom: 54px; }
.studio.info #resource-content {
  color: #ffffff;
  position: relative; }
  .studio.info #resource-content .page-title {
    font-size: 0.75em;
    font-weight: 400;
    margin-bottom: 4px;
    letter-spacing: 0.32em;
    text-transform: uppercase; }
  .studio.info #resource-content .page-info {
    margin-top: 7px;
    font-weight: 400;
    font-size: 0.6875em;
    padding-bottom: 0px;
    border-top: 1px solid #ffffff; }
    .studio.info #resource-content .page-info p {
      line-height: 1.3;
      margin-bottom: 15px;
      letter-spacing: 1px; }
    .studio.info #resource-content .page-info a {
      color: #ffffff;
      text-decoration: none; }
    .studio.info #resource-content .page-info *:last-child {
      margin-bottom: 10px; }
.studio.info ~ .backstretch {
  cursor: default; }
.studio #image-preloader,
.studio .image-preloader {
  display: none; }
.studio #mobile-menu,
.studio #mobile-arrows {
  display: none; }

#draggable {
  top: 50%;
  left: 50%;
  z-index: 4;
  width: 300px;
  height: auto;
  padding: 15px;
  font-weight: 400;
  min-height: 300px;
  margin-left: 60px;
  position: absolute;
  margin-top: -150px;
  background: #000000;
  display: inline-block; }
  #draggable #drag-handle {
    top: 0px;
    right: 0px;
    width: 120px;
    cursor: move;
    height: 100px;
    position: absolute; }
  #draggable ul {
    list-style: none;
    font-size: 0.75em; }
    #draggable ul li {
      margin-bottom: 5px; }
      #draggable ul li a {
        color: #727272;
        cursor: pointer;
        text-decoration: none;
        letter-spacing: 0.32em;
        text-transform: uppercase; }
        #draggable ul li a:hover {
          color: #ffffff; }
      #draggable ul li.active a {
        color: #ffffff; }
  #draggable #main-nav {
    margin-bottom: 13px; }
  #draggable #sub-nav ul {
    display: none;
    font-size: 0.625em; }

/*===== PROJECT PAGE TEMPLATE =====*/
.project #draggable #main-nav {
  margin-bottom: 14px; }
.project #sub-nav {
  margin-bottom: 54px; }
.project #resource-content {
  color: #ffffff;
  position: relative; }
  .project #resource-content .project-title {
    font-size: 0.75em;
    font-weight: 400;
    margin-bottom: 4px;
    letter-spacing: 0.32em;
    text-transform: uppercase; }
  .project #resource-content .project-info {
    margin-top: 7px;
    font-weight: 400;
    font-size: 0.6875em;
    padding-bottom: 50px;
    border-top: 1px solid #ffffff; }
    .project #resource-content .project-info * {
      display: none; }
    .project #resource-content .project-info .desc {
      font-size: 1em;
      color: #727272;
      font-weight: 400;
      display: inline-block;
      margin: 7px 0px 0px;
      letter-spacing: 0.32em;
      text-decoration: none;
      text-transform: uppercase; }
      .project #resource-content .project-info .desc:hover, .project #resource-content .project-info .desc.active {
        color: #ffffff; }
      .project #resource-content .project-info .desc + p {
        margin-top: 6px; }
    .project #resource-content .project-info p {
      line-height: 1.3;
      margin-bottom: 15px;
      letter-spacing: 1px; }
    .project #resource-content .project-info a {
      color: #ffffff;
      text-decoration: none; }
.project .slide-controls {
  right: 0px;
  width: 85px;
  color: #ffffff;
  bottom: 0px;
  font-weight: 400;
  font-size: 0.75em;
  position: absolute;
  text-decoration: none;
  letter-spacing: 0.32em;
  text-transform: uppercase; }
  .project .slide-controls a {
    float: left;
    width: 8px;
    height: 9px;
    color: #ffffff;
    display: block;
    cursor: pointer;
    text-indent: -999em;
    margin-bottom: 12px;
    text-decoration: none;
    background: url(../img/project-chevs.png) no-repeat;
    background-size: 16px 9px; }
    .project .slide-controls a.prev {
      background-position: 0px 0px; }
    .project .slide-controls a.next {
      float: right;
      background-position: -8px 0px; }
  .project .slide-controls .nums p {
    margin: 0px; }
.project .image-preloader {
  display: none; }
.project ~ .backstretch {
  cursor: pointer; }
  .project ~ .backstretch + .backstretch {
    z-index: 0 !important; }

/*===== FOOTER =====*/
#site-footer {
  z-index: 5;
  width: 100%;
  height: 48px;
  bottom: -1px;
  position: fixed;
  padding: 16px 45px;
  background: #ffffff; }

#footer-links {
  float: left; }
  #footer-links ul li {
    float: left;
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Gotham Narrow A", "Helvetica", "Arial", sans-serif; }
    #footer-links ul li a {
      text-decoration: none;
      text-transform: uppercase; }
      #footer-links ul li a:hover, #footer-links ul li a.active {
        color: #000000; }
    #footer-links ul li:before {
      content: '|';
      margin: 0px 16px;
      display: inline-block; }
    #footer-links ul li a, #footer-links ul li:before {
      color: #7a7a7a;
      font-weight: 500;
      font-size: 0.6875em;
      letter-spacing: 0.21em; }
    #footer-links ul li:first-child:before {
      margin: 0px;
      content: ''; }

/*===== HELPER CLASSES =====*/
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/*===== PRINT STYLES =====*/
/*=== Print Styles ===*/
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
    -ms-filter: none !important;
    filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/*===== MEDIA QUERIES FOR WIDTHS >= 600PX =====*/
@media screen and (min-width: 1400px) {
  .newsstand .news {
    width: 33.3%; }

  .shop #products-container .product-item {
    width: 33.3%; } }
@media screen and (min-width: 1900px) {
  .newsstand .news {
    width: 25%; }

  .shop #products-container .product-item {
    width: 25%; } }
@media screen and (max-width: 1280px) {
  #product-detail .related-images {
    left: 0px;
    width: auto;
    bottom: inherit;
    padding-left: 0px;
    position: relative;
    margin-left: -18px; } }
@media screen and (max-width: 1100px) {
  #product-gallery .related-images img,
  #product-detail .related-images img {
    width: 60px;
    height: 60px;
    margin-left: 14px; } }
@media screen and (max-width: 1024px) {
  #site-header {
    padding: 17px 45px 15px; }

  #product-detail .section-wrap {
    padding: 48px 7.8125% 96px; }

  #product-gallery .related-images img,
  #product-detail .related-images img {
    margin-left: 11px; }

  .news-post #content .section-wrap {
    padding: 48px 7.8125% 96px; } }
@media screen and (max-height: 800px) {
  #product-detail .related-images {
    left: 0px;
    width: auto;
    bottom: inherit;
    padding-left: 0px;
    position: relative;
    margin-left: -18px; } }
@media screen and (max-height: 1000px) and (max-width: 1000px) {
  #product-gallery .featured-image img {
    max-width: 100%;
    height: auto; } }
@media screen and (max-width: 960px) {
  #news-announcement h1 {
    float: left;
    margin-left: 163px; }
    .home #news-announcement h1 {
      float: none;
      margin: 0px auto; } }
@media only screen and (max-width: 800px) {
  .home #home-links .link {
    margin-left: 60px; }

  #cart-modal {
    right: 5%;
    width: 90%; }

  #product-container {
    padding-bottom: 0px; }
    #product-container > .wrap {
      height: auto; }
    #product-container section {
      width: 100%; }

  #gallery-bg {
    position: absolute; }

  #product-gallery {
    min-height: 0px;
    max-height: 475px;
    position: relative;
    text-align: center; }
    #product-gallery .featured-image {
      max-height: 475px; }
      #product-gallery .featured-image img {
        width: auto;
        max-height: 475px; }
    #product-gallery .related-images {
      width: 100%;
      position: absolute; }
      #product-gallery .related-images img {
        margin-left: 9px; }
    #product-gallery .product-image {
      max-height: 100%; }

  #product-detail {
    height: auto;
    position: relative; }
    #product-detail .section-wrap {
      width: 100%;
      padding-top: 0px;
      overflow-y: inherit;
      padding-bottom: 48px; }
    #product-detail .related-images img {
      margin-left: 9px; }
    #product-detail .price {
      margin-bottom: 24px; }

  .news-post #content .section-wrap {
    padding: 48px 40px 48px 24px; }

  #ajaxbox .wrap {
    margin-left: 0px; }
    #ajaxbox .wrap .column {
      padding: 0px;
      width: 100% !important; }
      #ajaxbox .wrap .column:first-child + .column *:first-child {
        margin-top: 0px; } }
@media screen and (max-width: 768px) {
  #colorbox, #cboxOverlay, #cboxWrapper {
    width: 100% !important; }

  #product-gallery .related-images {
    bottom: 10px; }

  #news-announcement h1 {
    letter-spacing: 0.30em; } }
/*===== MEDIA QUERIES FOR WIDTHS <= 680px =====*/
@media screen and (max-width: 640px) {
  #instantclick-bar {
    top: 24px !important;
    height: 1px; }

  #site-header {
    padding: 16px 20px;
    position: absolute; }

  #news-announcement h1 {
    width: auto; }
    #news-announcement h1 span {
      display: none; }

  .home #home-links {
    height: 220px; }
    .home #home-links .link {
      width: 220px;
      height: 220px;
      margin-left: 50px; }
      .home #home-links .link .table-cell {
        line-height: 220px; }
      .home #home-links .link a {
        font-size: 1em; }

  #product-detail .product-title {
    font-size: 1.125em; }

  #cboxPrevious {
    left: 24px; }

  #cboxPrevious,
  #cboxNext {
    margin-top: 0px; }

  #cboxNext,
  #cboxClose {
    right: 24px; }

  #cboxClose {
    top: 72px; }

  .news-post #news-wrapper {
    padding: 72px 0px 48px; }
    .news-post #news-wrapper #image-gallery {
      width: 100%;
      padding: 0px 20px; }
  .news-post #content {
    position: relative; }
    .news-post #content .section-wrap {
      width: 100%;
      padding: 0px 7.8125% 48px; }
    .news-post #content .post-title {
      margin-top: 0px;
      font-size: 1.125em; }

  #draggable {
    top: 48px;
    width: 220px;
    margin-left: 90px;
    min-height: 220px;
    margin: 0px 0px 20px 25px; }

  #site-footer {
    display: none !important; }

  #ajaxbox {
    padding-left: 20px;
    padding-right: 20px; } }
@media screen and (max-width: 640px) and (max-height: 480px) {
  .home #home-links {
    top: 48px;
    height: 220px;
    margin: 20px 0px; } }
@media screen and (max-width: 568px) {
  #products-container {
    padding: 68px 20px 10px; }
    #products-container .wrap {
      margin-right: -15px; }
    #products-container .product {
      padding-right: 15px;
      margin-bottom: 15px; }

  #news-wrapper {
    padding: 68px 20px 10px; } }
@media screen and (max-width: 480px) {
  .home #home-links .link {
    margin-left: 20px; }

  #draggable {
    margin-left: 10px; } }
@media screen and (max-width: 420px) {
  #site-header {
    padding: 16px 15px; }

  #news-announcement {
    display: none; }

  #menu-button {
    z-index: 5;
    right: 15px;
    width: 20px;
    height: 18px;
    display: block;
    cursor: pointer;
    position: absolute; }
    #menu-button span {
      width: 100%;
      height: 4px;
      display: block;
      margin-top: 3px;
      background: #ffffff; }
      #menu-button span:first-child {
        margin-top: 0px; }

  #desktop-shop-menu {
    display: none; }

  #shop-links {
    top: 16px;
    float: none;
    clear: both;
    position: relative; }

  #mobile-shop-menu {
    background: #000000; }
    #mobile-shop-menu ul {
      font-weight: 500;
      font-size: 0.9375em;
      padding: 2px 20px 15px; }
      #mobile-shop-menu ul li {
        float: none;
        display: block;
        margin-top: 12px;
        position: relative;
        letter-spacing: 0.1em; }
        #mobile-shop-menu ul li:before {
          margin: 0px;
          content: '';
          display: none; }
        #mobile-shop-menu ul li:first-child {
          margin-top: 0px; }
        #mobile-shop-menu ul li a {
          color: #7a7a7a;
          font-size: 1em; }
          #mobile-shop-menu ul li a:hover {
            color: #ffffff; }
        #mobile-shop-menu ul li.subbed:hover:before {
          background-position: -7px -5px; }
        #mobile-shop-menu ul li.subbed:before {
          top: 7px;
          left: -7px;
          width: 4px;
          height: 7px;
          content: '';
          display: block;
          position: absolute;
          background: url(../img/mobile-arrows-nav-sprite.png) no-repeat;
          background-size: 13px 11px;
          background-position: 0px -5px; }
        #mobile-shop-menu ul li.subbed.active:before {
          left: -9px;
          width: 6px;
          height: 4px;
          background-position: -7px 0px; }
        #mobile-shop-menu ul li.subbed ul {
          margin: 0px;
          padding: 0px;
          display: none;
          position: static;
          font-weight: 400;
          font-size: 0.75em;
          letter-spacing: 0.2em; }
          #mobile-shop-menu ul li.subbed ul li {
            margin-top: 0px;
            margin-bottom: 4px; }
            #mobile-shop-menu ul li.subbed ul li:hover a {
              color: #ffffff; }

  #cart-modal {
    top: 0px;
    right: 0px;
    width: 100%;
    letter-spacing: 0.15em; }
    #cart-modal .wrapper {
      padding: 41px 20px 25px; }
    #cart-modal .cart-toggle {
      top: 10px;
      left: 20px;
      float: left;
      color: #ffffff;
      display: block;
      font-size: 1em;
      position: absolute; }

  #cart-content {
    max-height: none; }

  #mobile-cart-close {
    top: 3px;
    right: 20px;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    position: absolute;
    background: url(../img/minicart-close.png) no-repeat;
    background-size: 20px 20px; }

  .home #home-links {
    top: 50%;
    height: 345px;
    margin-top: -172px; }
    .home #home-links .link {
      width: 160px;
      height: 160px;
      display: block;
      margin: 0px auto 25px; }
      .home #home-links .link:first-child {
        margin-left: auto; }
      .home #home-links .link .table-cell {
        line-height: 160px; }

  .shop #products-container {
    padding: 68px 12px 10px; }
    .shop #products-container .wrap {
      margin-right: 0px; }
    .shop #products-container .product-item {
      width: 100%;
      padding-right: 0px;
      margin-bottom: 25px; }

  #product-gallery .featured-image {
    display: none; }

  .related-images {
    display: none; }

  #product-slider {
    width: 100%;
    display: block; }
    #product-slider .wrap {
      width: 100%; }
      #product-slider .wrap img {
        width: 100%;
        max-width: 100%; }
    #product-slider > .wrap img {
      top: 0px;
      position: absolute; }
      #product-slider > .wrap img:first-child {
        z-index: 1;
        position: relative; }

  #product-detail .section-wrap {
    padding: 0px 12px 48px; }

  #news-wrapper {
    padding: 68px 15px 10px; }
    #news-wrapper .news {
      width: 100%;
      padding-right: 0px;
      margin-bottom: 25px; }
    .newsstand #news-wrapper .wrap {
      margin-right: 0px; }
    .news-post #news-wrapper {
      padding: 68px 0px 10px; }

  .news-post #news-wrapper #image-gallery {
    padding: 0px 15px; }
  .news-post #content .section-wrap {
    padding: 0px 15px 24px; }

  .studio #draggable {
    display: none !important; }
  .studio.landing #mobile-menu {
    display: block; }
  .studio #mobile-menu {
    top: 48px;
    left: 0px;
    width: 100%;
    z-index: 10;
    display: none;
    color: #ffffff;
    font-size: 1em;
    list-style: none;
    padding: 0px 15px;
    position: absolute;
    margin-bottom: 15px;
    text-transform: uppercase; }
    .studio #mobile-menu .wrap {
      padding: 2px 20px 15px;
      background: #000000; }
      .studio #mobile-menu .wrap ul {
        list-style: none; }
      .studio #mobile-menu .wrap a {
        color: #727272;
        cursor: pointer;
        text-decoration: none; }
      .studio #mobile-menu .wrap > ul {
        font-weight: 500;
        font-size: 0.9375em; }
        .studio #mobile-menu .wrap > ul > li {
          margin-top: 12px;
          letter-spacing: 0.1em; }
          .studio #mobile-menu .wrap > ul > li:first-child {
            margin-top: 0px; }
      .studio #mobile-menu .wrap .subbed {
        position: relative; }
        .studio #mobile-menu .wrap .subbed:before {
          top: 7px;
          left: -7px;
          width: 4px;
          height: 7px;
          content: '';
          display: block;
          position: absolute;
          background: url(../img/mobile-arrows-nav-sprite.png) no-repeat;
          background-size: 13px 11px;
          background-position: 0px -5px; }
        .studio #mobile-menu .wrap .subbed:hover > a {
          color: #ffffff; }
        .studio #mobile-menu .wrap .subbed:hover:before {
          background-position: -7px -5px; }
        .studio #mobile-menu .wrap .subbed.active:before {
          left: -9px;
          width: 6px;
          height: 4px;
          background-position: -7px 0px; }
        .studio #mobile-menu .wrap .subbed ul {
          display: none;
          font-weight: 400;
          font-size: 0.75em;
          letter-spacing: 0.2em; }
          .studio #mobile-menu .wrap .subbed ul li {
            margin-bottom: 4px; }
            .studio #mobile-menu .wrap .subbed ul li:hover a {
              color: #ffffff; }
      .studio #mobile-menu .wrap li.active > a {
        color: #ffffff; }
  .studio.landing ~ .backstretch {
    position: fixed !important; }
  .studio ~ .backstretch {
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1 !important;
    position: absolute !important; }
    .studio ~ .backstretch img {
      z-index: 1 !important; }
  .studio .mobile-desc {
    top: 100%;
    z-index: 10;
    color: #ffffff;
    display: block;
    font-size: 0.75em;
    margin-top: -15px;
    padding: 16px 15px;
    position: absolute;
    background: #000000;
    letter-spacing: 0.08em; }
    .studio .mobile-desc .project-title {
      font-size: 1em;
      font-weight: 400;
      margin-bottom: 10px;
      padding-bottom: 5px;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      border-bottom: 1px solid #ffffff; }
    .studio .mobile-desc *:first-child {
      margin-top: 0px; }
  .studio #mobile-arrows {
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 999;
    display: block;
    margin-top: 0px;
    position: absolute; }
    .studio #mobile-arrows div {
      width: 25px;
      height: 45px;
      cursor: pointer;
      position: absolute;
      text-indent: -9999em;
      background: url(../img/mobile-arrows@2x.png) no-repeat;
      background-size: 55px 47px; }
    .studio #mobile-arrows .prev {
      left: 14px;
      background-position: 0px -1px; }
    .studio #mobile-arrows .next {
      right: 14px;
      background-position: -30px -1px; }

  #ajaxbox .wrap {
    padding-top: 0px; }
  #ajaxbox .eb-close {
    right: 15px;
    width: 20px;
    height: 20px;
    background-size: 68px 30px;
    background-position: -47px 0px; } }
@media screen and (min-width: 320px) and (max-width: 360px) {
  #product-slider .wrap img {
    min-width: 320px; } }
@media screen and (min-width: 361px) and (max-width: 380px) {
  #product-slider .wrap img {
    min-width: 375px; } }
@media screen and (min-width: 381px) and (max-width: 420px) {
  #product-slider .wrap img {
    min-width: 416px; } }
@media screen and (min-width: 420px) {
  #mobile-shop-menu {
    display: none !important; } }
@media screen and (max-width: 360px) and (max-height: 568px) {
  .home #home-links {
    top: 50%;
    margin: -148px 0px 24px; } }
@media screen and (max-width: 360px) and (max-height: 400px) {
  .home #home-links {
    top: 0px;
    margin: 65px 0px 0px; }
    .home #home-links .link {
      margin-bottom: 24px; }
      .home #home-links .link:first-child {
        margin-bottom: 12px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #site-header .logo a {
    background: url(../img/workstead-logo@2x.png) no-repeat;
    background-size: 93px 16px; }

  #epicbox .eb-close,
  #epicbox .eb-dir {
    background: url(../img/workstead-colorbox-controls@2x.png) no-repeat;
    background-size: 94px 48px; }
  #epicbox .eb-dir.next {
    background-position: -31px 0px; }
  #epicbox .eb-close {
    background-size: 92px 46px;
    background-position: -57px -6px; }

  #cboxClose {
    background: url(../img/workstead-colorbox-controls@2x.png) no-repeat;
    background-position: -57px -6px;
    background-size: 92px 46px; }

  #product-detail .section-wrap .share-links .social-buttons li {
    background: url(../img/social-media-buttons@2x.png) no-repeat;
    background-size: 110px 19px; }
    #product-detail .section-wrap .share-links .social-buttons li.sb-tr {
      background-position: 0px 0px; }
    #product-detail .section-wrap .share-links .social-buttons li.sb-tw {
      background-position: -30px 0px; }
    #product-detail .section-wrap .share-links .social-buttons li.sb-pt {
      background-position: -61px 0px; }
    #product-detail .section-wrap .share-links .social-buttons li.sb-fb {
      background-position: -91px 0px; } }
