@charset "UTF-8";
/* =Colors
----------------------------------------------------*/
/* =Reset
----------------------------------------------------*/
/*
 * Imports
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

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

body {
  margin: 0;
  line-height: 1;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}

ul, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

fieldset, img, iframe {
  border: 0;
  vertical-align: bottom;
}

address {
  font-style: normal;
}

address b {
  display: block;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}

.flexible img, embed, object, video {
  max-width: 100%;
}

aside img {
  margin-bottom: 16px;
}

:focus {
  outline: 0;
}

/* IE fixes for HTML5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  /* display: ~"block\9"; IE 8&9 */
}

audio, canvas, video {
  /* display: ~"inline-block\9"; IE 8&9 */
}

[hidden] {
  /* display: ~"none\9"; IE 8&9 */
}

.chromeframe {
  color: #fff;
  padding: 0 20px;
}
.chromeframe a {
  color: #fff;
}

/* =Base
----------------------------------------------------*/
/*
 *   _base.scss
 *   akrikks_theme
 *
 *   Created by Aaron Vanderzwan on 2013-10-02.
 */
/*
 * Imports / global vars / mixins
 */
body.home {
  background: #efeee9;
}

/* =Typography
----------------------------------------------------*/
/*From fonts.com*/
body {
  font-family: "Gill Sans W01 Light", "Gill Sans MT", "Calibri", sans-serif;
}

h1, h2 {
  font-size: 30px;
  font-family: "Gill Sans W01 Light", "Gill Sans MT", "Calibri", sans-serif;
  margin-top: 0;
  font-weight: normal;
  line-height: 1em;
}

h1 {
  color: #5a5956;
  font-size: 15px;
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  letter-spacing: 1px;
  margin: 30px 0 0;
  text-transform: uppercase;
}

h3 {
  font-weight: normal;
}

.groupTitle {
  border-bottom: 2px solid #efeee9;
  clear: both;
  color: #5a5956;
  font-size: 15px;
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  letter-spacing: 1px;
  margin: 30px -20px 24px;
  padding: 0 20px 10px;
  text-transform: uppercase;
  width: auto;
}

#grid .groupTitle {
  margin: 30px -12px 24px;
}

.smallGroupTitle {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

a {
  color: #292721;
}

a:hover {
  text-decoration: none;
}

/* =Layout
----------------------------------------------------*/
/*Vars*/
.chromeframe {
  color: #5a5956;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  line-height: 1.8em;
  text-align: center;
}
.chromeframe a {
  color: #292721;
}

.mobile {
  display: none;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
  width: 940px;
}

.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

section {
  overflow: hidden;
  min-width: 980px;
  width: 100%;
}

.hr {
  background: none;
}

hr {
  clear: both;
  height: 2px;
  line-height: 2px;
  border: 0;
  border-top: 2px solid #efeee9;
  background: none;
  margin: -2px auto 0;
  width: 980px;
}

#mobileDetect {
  display: none;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 0;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

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

#error404 {
  min-height: 400px;
  padding: 80px 0;
}

.page-template-default h1 {
  margin-bottom: 40px;
}

.page-template-default .contentHolder {
  margin-width: 600px;
}

.marginBottom40 {
  margin-bottom: 40px;
}

/* =Flexslider
----------------------------------------------------*/
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 0;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  text-indent: -9999px;
  display: block;
  opacity: 1;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  width: 17px;
  height: 27px;
  cursor: pointer;
  margin-top: -13px;
}

.flex-direction-nav .flex-prev {
  left: 20px;
}

.flex-direction-nav .flex-next {
  right: 20px;
}

.flexslider .flex-prev:hover {
  opacity: 1;
}

.flexslider .flex-next:hover {
  opacity: 1;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* =Header
----------------------------------------------------*/
header {
  background: #efeee9;
  min-width: 980px;
}
header:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

#logo {
  background: url("../img/josephjeup-logo.png") 0 0 no-repeat;
  float: left;
  height: 25px;
  margin: 74px 0 20px;
  text-indent: -999px;
  width: 220px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
  #logo {
    background: url("../img/josephjeup-logo@2x.png") 0 0 no-repeat;
    background-size: 100%;
  }
}
nav#main {
  float: right;
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  font-size: 13px;
  margin: 80px auto auto;
  padding-left: 10px;
  width: 470px;
}
nav#main li:last-child {
  display: none;
}
nav#main li {
  float: left;
  margin-right: 28px;
}
nav#main a {
  color: #b2b1ab;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
nav#main .current-menu-item a,
nav#main .current-menu-item-active a,
nav#main a:hover {
  color: #5a5956;
}

body.home nav#main a {
  color: #5a5956;
}

nav#dropdown {
  background: #efeeea;
  background: rgba(239, 238, 233, 0.9);
  display: none;
  left: 0;
  position: absolute;
  top: 119px;
  width: 100%;
  z-index: 9999;
}
nav#dropdown .rightHalf {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  padding-left: 10px;
  width: 480px;
}
nav#dropdown .rightHalf .menu-dropdown-column-1-container,
nav#dropdown .rightHalf .menu-dropdown-column-2-container {
  float: left;
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 24px 20px 24px 0;
  text-transform: uppercase;
  width: 166px;
}
nav#dropdown .rightHalf .menu-dropdown-column-1-container a,
nav#dropdown .rightHalf .menu-dropdown-column-2-container a {
  text-decoration: none;
}
nav#dropdown .rightHalf .menu-dropdown-column-1-container a {
  color: #5a5956;
}
nav#dropdown .rightHalf .menu-dropdown-column-2-container a {
  color: #b2b1ab;
}
nav#dropdown li {
  line-height: 20px;
}

.admin-bar nav#dropdown {
  top: 150px;
}

/* =Homepage
----------------------------------------------------*/
.flex-direction-nav a.flex-next {
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: -23px 0px;
  width: 13px;
  height: 23px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .flex-direction-nav a.flex-next {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}

.flex-direction-nav a.flex-next:hover {
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: 0px 0px;
  width: 13px;
  height: 23px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .flex-direction-nav a.flex-next:hover {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}

.flex-direction-nav a.flex-prev {
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: -23px -33px;
  width: 13px;
  height: 23px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .flex-direction-nav a.flex-prev {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}

.flex-direction-nav a.flex-prev:hover {
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: 0px -33px;
  width: 13px;
  height: 23px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .flex-direction-nav a.flex-prev:hover {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}

.flexslider .slides > li {
  position: relative;
}
.flexslider .slides > li a {
  display: block;
}
.flexslider .title {
  bottom: 20px;
  color: #fff;
  font-size: 10px;
  position: absolute;
  right: 20px;
  z-index: 999;
}

.home section {
  float: none;
  margin: 0 auto;
  max-width: 1600px;
}

#homeSub {
  min-width: 980px;
  position: relative;
}
#homeSub .subCopy {
  margin-top: -23px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 85%;
}
#homeSub .subCopy h2 {
  color: #b2b1ab;
  font-size: 10px;
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  letter-spacing: 1px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  color: #292721;
  font-size: 24px;
  font-family: "Gill Sans W01 Light", "Gill Sans MT", "Calibri", sans-serif;
  padding: 0;
  margin: 0;
  width: auto;
}
#homeSub .subCopy p {
  font-family: "Perpetua MT W01", georgia, serif;
  letter-spacing: 1px;
  margin-bottom: 0;
}
#homeSub img {
  width: 100%;
}

#homeBottomSubs {
  color: #292721;
  float: none !important;
  margin: 0 auto;
  width: 982px;
}
#homeBottomSubs > div {
  float: left;
  height: 260px;
  margin: 2px 1px;
  position: relative;
  width: 489px;
}
#homeBottomSubs .title {
  left: 20px;
  letter-spacing: 1px;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  top: 20px;
}
#homeBottomSubs .shopnow {
  font-family: "Perpetua MT W01", georgia, serif;
  right: 20px;
  letter-spacing: 1px;
  position: absolute;
  text-decoration: none;
  top: 21px;
}

#signup {
  background: #fff;
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 26px 0 20px;
  text-transform: uppercase;
  width: 980px;
  color: #b2b1ab;
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  text-decoration: none;
}
#signup .signup {
  float: left;
  position: relative;
  text-align: left;
  width: 50%;
}
#signup .contact {
  float: right;
  text-align: right;
  width: 50%;
}
#signup a {
  color: #b2b1ab;
}
#signup a:hover {
  color: #5a5956;
}

/* =Footer
----------------------------------------------------*/
footer {
  color: #b2b1ab;
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  font-size: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
footer:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
footer a {
  color: #b2b1ab;
  text-decoration: none;
}
footer a:hover {
  color: #5a5956;
}
footer .left {
  float: left;
}
footer .right {
  float: right;
}

.home footer {
  color: #94938d;
}
.home footer a {
  color: #94938d;
}
.home footer a:hover {
  color: #5a5956;
}

/* =Fancybox
----------------------------------------------------*/
.fancybox-overlay {
  background: #fff;
  position: absolute;
  top: 119px;
}

.admin-bar .fancybox-overlay {
  top: 151px;
}

.fancybox-opened .fancybox-title {
  visibility: hidden;
  padding: 0 0 10px 0;
}

.fancybox-overlay h1 {
  display: inline-block;
}

.fancybox-nav {
  display: none;
}

.fancybox-close {
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: -69px -25px;
  width: 15px;
  height: 15px;
  height: 16px;
  right: 10px;
  top: 10px;
  width: 16px;
  cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fancybox-close {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}

.custom-title {
  color: #b2b1ab;
  font-size: 10px;
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  letter-spacing: 1px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #b2b1ab;
  font-family: "Gill Sans W01 Light", "Gill Sans MT", "Calibri", sans-serif;
  font-size: 15px;
  position: relative;
  z-index: 2;
}
.custom-title h1 {
  display: inline-block;
  padding-right: 10px;
}
.custom-title a {
  color: #b2b1ab;
  text-decoration: none;
}
.custom-title a:hover {
  color: #5a5956;
}

.custom-nav {
  left: 50%;
  margin-left: -490px;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  width: 980px;
  z-index: 1;
}
.custom-nav .custom-close {
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: 0px -66px;
  width: 15px;
  height: 15px;
  height: 16px;
  position: absolute;
  right: 112px;
  text-indent: -9999px;
  top: 29px;
  width: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .custom-nav .custom-close {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}
.custom-nav .custom-close:hover {
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: -69px 0px;
  width: 15px;
  height: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .custom-nav .custom-close:hover {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}
.custom-nav .custom-prev,
.custom-nav .custom-next {
  position: absolute;
  margin-top: -20px;
  height: 27px;
  text-indent: -9999px;
  top: 50%;
  width: 17px;
}
.custom-nav .custom-prev {
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: -46px -33px;
  width: 13px;
  height: 23px;
  left: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .custom-nav .custom-prev {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}
.custom-nav .custom-next {
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: -46px 0px;
  width: 13px;
  height: 23px;
  right: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .custom-nav .custom-next {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}

/* =iPad
----------------------------------------------------*/
/*IPAD ONLY*/
@media all and (device-width: 768px) and (device-height: 1024px) {
  /*Remove phantom lines*/
  header {
    margin-bottom: -1px;
  }
}
/* =Specific Templates
----------------------------------------------------*/
.archive #categoryDescription {
  margin: auto -8px;
  min-width: 956px;
  border-bottom: 2px solid #efeee9;
}
.archive #categoryDescription p {
  margin: 40px 8px;
  width: 645px;
  color: #292721;
  font-family: "Gill Sans W01 Light", "Gill Sans MT", "Calibri", sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.archive #featured {
  height: 460px;
  position: relative;
}
.archive #featured .featuredTitle {
  display: table;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.archive #featured .featuredTitle .centered {
  display: table-cell;
  vertical-align: middle;
}
.archive #featured .featuredTitle .title {
  font-family: "Gill Sans W01 Light", "Gill Sans MT", "Calibri", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0 0 6px;
  text-transform: uppercase;
}
.archive #featured .featuredTitle .shopNow {
  font-family: "Perpetua MT W01", georgia, serif;
  font-size: 16px;
  margin: 0;
  letter-spacing: 1px;
}
.archive .collection:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

#grid {
  margin: 60px -8px;
  min-width: 956px;
  overflow: visible;
  width: 956px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.productsWrapper {
  margin: auto 0 20px;
  min-width: 956px;
  overflow: visible;
  width: 956px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.productsWrapper:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.product {
  float: left;
  height: 360px;
  margin-right: 1px;
  position: relative;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.product .content {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  bottom: 20px;
  left: 18px;
  position: absolute;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.product .content .title {
  font-family: "Gill Sans W01 Light", "Gill Sans MT", "Calibri", sans-serif;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0 0 3px;
  text-transform: uppercase;
}
.product .content .by {
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}
.product .content .learnMore {
  font-family: "Perpetua MT W01", georgia, serif;
  font-size: 16px;
  margin: 14px 0 0;
  letter-spacing: 1px;
}
.product .productOverlay {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background: #efeeea;
  background: rgba(137, 123, 81, 0.05);
  height: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  width: 100%;
}
.product .imageHolder {
  display: table-cell;
  height: 360px;
  text-align: center;
  vertical-align: bottom;
}
.product:hover .content,
.product:hover .productOverlay {
  opacity: 1;
}
.lt-ie9 .product:hover .content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lt-ie9 .product:hover .productOverlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.product.single, .product.single .imageHolder {
  width: 238px;
}
.product.double, .product.double .imageHolder {
  width: 477px;
}
.product.last {
  margin-right: 0;
}

#grid.view-all {
  margin-top: 14px;
}
#grid.view-all h2 {
  color: #b2b1ab;
}

.showHide {
  display: none;
}

.icon {
  color: #b2b1ab;
  display: block;
  font-size: 10px;
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  letter-spacing: 1px;
  line-height: 14px;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.icon span {
  display: inline-block;
  height: 14px;
  margin: 5px 10px -3px 0;
  width: 14px;
}

.icon.active {
  color: #292721;
}

.icon.details span {
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: -94px -49px;
  width: 14px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon.details span {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}

.details.active span {
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: -94px -25px;
  width: 14px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .details.active span {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}

.icon.specSheet span {
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: -119px -24px;
  width: 14px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon.specSheet span {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}

.icon.finishes span {
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: -72px -91px;
  width: 14px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon.finishes span {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}

.finishes.active span {
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: -48px -91px;
  width: 14px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .finishes.active span {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}

.icon.family span {
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: -24px -91px;
  width: 14px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon.family span {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}

.family.active span {
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: 0px -91px;
  width: 14px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .family.active span {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}

.sampleSaleNotice {
  color: #b2b1ab;
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  font-size: 10px;
  line-height: 14px;
}

.by {
  color: #5a5956;
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  margin: 4px 0 0;
  text-transform: uppercase;
}

#billboard .container {
  position: relative;
}
#billboard .image {
  display: none;
  float: right;
  padding: 20px 0;
}
#billboard .image.active {
  display: block;
}
#billboard .content {
  left: 20px;
  position: absolute;
  top: 30px;
}
#billboard .content #detailsShowHide {
  color: #292721;
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 14px;
  margin-left: 24px;
  margin-bottom: 0;
  text-transform: uppercase;
  width: 196px;
}
#billboard .content #detailsShowHide h3 {
  margin-top: 0;
}
#billboard .content #detailsShowHide p {
  margin: 0 0 20px;
}
#billboard .content #detailsShowHide p:last-child {
  margin-bottom: 10px;
}
#billboard .finishShown {
  bottom: 27px;
  color: #b2b1ab;
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  font-size: 10px;
  left: 20px;
  letter-spacing: 1px;
  line-height: 14px;
  position: absolute;
  text-transform: uppercase;
}
#billboard .finishShown .finishName {
  display: none;
}
#billboard .finishShown .finishName.active {
  display: block;
}
#billboard .social {
  bottom: 30px;
  position: absolute;
  right: 32px;
}
#billboard .social a {
  float: left;
  height: 16px;
  margin-left: 16px;
  padding: 2px;
  width: 16px;
}
#billboard .social .facebook {
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: -143px -24px;
  width: 7px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #billboard .social .facebook {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}
#billboard .social .facebook:hover {
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: -143px 0px;
  width: 7px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #billboard .social .facebook:hover {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}
#billboard .social .twitter {
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: -26px -115px;
  width: 16px;
  height: 12px;
  margin-top: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #billboard .social .twitter {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}
#billboard .social .twitter:hover {
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: 0px -115px;
  width: 16px;
  height: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #billboard .social .twitter:hover {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}
#billboard .social .pinterest {
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: -119px -72px;
  width: 11px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #billboard .social .pinterest {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}
#billboard .social .pinterest:hover {
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: -119px -48px;
  width: 11px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #billboard .social .pinterest:hover {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}

#gallery {
  margin: 20px 0 0;
}

.productItem {
  display: table-cell;
  height: 178px;
  margin-right: 20px;
  padding: 20px 20px 20px 0;
  text-align: center;
  vertical-align: middle;
  width: 220px;
}

.single-product #gallery .productsWrapper {
  width: 960px;
}

.single-product #gallery .productItem {
  display: block;
  float: left;
  height: 220px;
  padding: 0;
  margin-bottom: 20px;
  margin-right: 20px;
}

.gallery-item-3,
.gallery-item-7,
.gallery-item-11 {
  padding-right: 0;
}

#finishes {
  padding: 23px 0;
}
#finishes .showHide {
  padding: 20px 0;
}
#finishes .showHide a {
  color: #b2b1ab;
  float: left;
  font-size: 10px;
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  letter-spacing: 1px;
  line-height: 14px;
  margin: 0 19px 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 68px;
}
#finishes .showHide a img {
  display: block;
  margin: 0 0 5px;
}
#finishes .showHide a.last {
  margin-right: 0;
}
#finishes .showHide a.first {
  clear: both;
}
#finishes .showHide .image {
  position: relative;
}
#finishes .finishGroup:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

#family {
  padding: 23px 0;
}

#finishOverlay {
  background: #efeeea;
  background: rgba(239, 238, 233, 0.97);
  display: table;
  left: -9999px;
  opacity: 0;
  position: fixed;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: left 0s ease 0.5s, opacity 0.5s ease 0;
  transition: left 0s ease 0.5s, opacity 0.5s ease 0;
}
#finishOverlay .centered {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
#finishOverlay .centered .holder {
  display: inline-block;
  position: relative;
  width: 393px;
}
#finishOverlay .centered .close {
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  height: 16px;
  width: 16px;
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: -69px -25px;
  width: 15px;
  height: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #finishOverlay .centered .close {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}
#finishOverlay .centered img {
  display: block;
  margin: 0 auto 20px;
}
#finishOverlay .centered .title {
  color: #b2b1ab;
  font-size: 10px;
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  letter-spacing: 1px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #5a5956;
  text-align: left;
}

body.finishOverlay-on #finishOverlay {
  left: 0;
  opacity: 1;
  transition-delay: 0s;
}

#originalProduct {
  padding: 16px 0 20px;
}
#originalProduct a {
  color: #b2b1ab;
  font-size: 10px;
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  letter-spacing: 1px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
  text-decoration: none;
}

.showrooms {
  margin-bottom: 65px;
}
.showrooms h1 {
  margin-bottom: 44px;
  position: absolute;
  left: -9999px;
}
.showrooms .groupTitle {
  color: #b2b1ab;
  margin-bottom: 18px;
  width: auto;
}

#stateList,
#countryList {
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
  width: 460px;
  -moz-column-count: 2;
  /* Firefox */
  -webkit-column-count: 2;
  /* Safari and Chrome */
  column-count: 2;
}
#stateList a,
#countryList a {
  display: block;
  color: #b2b1ab;
  font-size: 10px;
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  letter-spacing: 1px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 23px;
}
#stateList a.active,
#countryList a.active {
  color: #292721;
}

#countryList {
  -moz-column-count: 1;
  /* Firefox */
  -webkit-column-count: 1;
  /* Safari and Chrome */
  column-count: 1;
}

#showroomResults,
#showroomInternationalResults {
  float: left;
  margin-top: 6px;
  width: 460px;
}

.showroom {
  margin-bottom: 0;
  opacity: 0;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0s ease 0s, opacity 0s ease 0;
  transition: height 0s ease 0s, opacity 0s ease 0;
}
.showroom .name {
  color: #292721;
  font-size: 10px;
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  letter-spacing: 1px;
  line-height: 14px;
  margin-bottom: 7px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
}
.showroom p {
  margin: 0;
  color: #b2b1ab;
  font-size: 10px;
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  letter-spacing: 1px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #292721;
  font-size: 13px;
  line-height: 20px;
  text-transform: none;
  font-family: "Gill Sans W01 Light", "Gill Sans MT", "Calibri", sans-serif;
  letter-spacing: 0;
}
.showroom p.name {
  font-size: 12px;
  text-transform: uppercase;
}
.showroom p:last-child {
  margin-bottom: 35px;
}

.showroom.show {
  height: auto;
  opacity: 1;
  -webkit-transition: height 0s ease 0.5s, opacity 0.5s ease 0;
  transition: height 0s ease 0.5s, opacity 0.5s ease 0;
}

#bannerImage {
  margin-bottom: 32px;
}

#mainContent .contentHolder {
  margin-bottom: 80px;
  width: 650px;
}
#mainContent h2 {
  color: #b2b1ab;
  font-size: 10px;
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  letter-spacing: 1px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  color: #5a5956;
}
#mainContent p {
  color: #292721;
  font-family: "Gill Sans W01 Light", "Gill Sans MT", "Calibri", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

#mainContent.contactForm h1 {
  color: #b2b1ab;
  font-size: 10px;
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  letter-spacing: 1px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  margin: 30px 0 40px;
  color: #5a5956;
}
#mainContent.contactForm .contentHolder {
  float: left;
  margin-right: 20px;
  width: 460px;
}
#mainContent.contactForm .gform_description {
  display: block;
  color: #292721;
  font-family: "Gill Sans W01 Light", "Gill Sans MT", "Calibri", sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 40px;
  width: 400px;
}
#mainContent.contactForm .gform_body {
  width: 480px;
}
#mainContent.contactForm input,
#mainContent.contactForm select,
#mainContent.contactForm textarea,
#mainContent.contactForm .sbHolder,
#mainContent.contactForm button[type=submit] {
  color: #b2b1ab;
  font-size: 10px;
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  letter-spacing: 1px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #5a5956;
  background-color: #efeee9;
  border: 0;
  border-radius: 0;
  float: left;
  font-size: 12px;
  padding: 13px 24px 12px;
  position: relative;
  margin: 0 20px 17px 0;
  width: 220px;
  -webkit-appearance: none;
}
#mainContent.contactForm .double input,
#mainContent.contactForm .double textarea {
  width: 460px;
}
#mainContent.contactForm textarea {
  line-height: 24px;
}
#mainContent.contactForm #field_1_1 .ginput_container {
  position: relative;
  width: 220px;
}
#mainContent.contactForm #field_1_1 .ginput_container .sbHolder a {
  display: block;
  text-decoration: none;
}
#mainContent.contactForm #field_1_1 .ginput_container .sbToggle {
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
#mainContent.contactForm #field_1_1 .ginput_container .sbOptions {
  padding-top: 6px;
}
#mainContent.contactForm #field_1_1 .ginput_container .sbOptions a {
  line-height: 24px;
}
#mainContent.contactForm #field_1_1 .ginput_container .sbOptions li:first-child {
  display: none;
}
#mainContent.contactForm #field_1_1 .ginput_container:after {
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: -119px -96px;
  width: 12px;
  height: 7px;
  content: "";
  height: 8px;
  position: absolute;
  right: 23px;
  top: 14px;
  width: 13px;
  z-index: 1;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #mainContent.contactForm #field_1_1 .ginput_container:after {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}
#mainContent.contactForm #input_1_14 {
  margin-right: 0;
  width: 320px;
}
#mainContent.contactForm .clearfix {
  clear: both;
}
#mainContent.contactForm input[type=submit],
#mainContent.contactForm input.resetButton,
#mainContent.contactForm button[type=submit] {
  border: 1px solid #efeee9;
  cursor: pointer;
  margin: 17px 20px 0 0;
  width: 101px;
}
#mainContent.contactForm input[type=submit]:hover,
#mainContent.contactForm input.resetButton:hover,
#mainContent.contactForm button[type=submit]:hover {
  background: #fff;
  border: 1px solid #5a5956;
}
#mainContent.contactForm button[type=submit] {
  padding-left: 0;
  padding-right: 0;
}
#mainContent.contactForm .FMcustom {
  text-transform: none;
}
#mainContent.contactForm .address {
  float: right;
  margin: 83px 0 0;
  width: 220px;
}
#mainContent.contactForm .address h2 {
  border: 0;
  color: #292721;
  margin: 0 0 7px;
  padding: 0;
  width: auto;
}
#mainContent.contactForm .address p {
  margin-top: 0;
  color: #292721;
  font-size: 13px;
  font-family: "Gill Sans W01 Light", "Gill Sans MT", "Calibri", sans-serif;
  line-height: 20px;
  text-transform: none;
}
#mainContent.contactForm .address a {
  color: #292721;
}
#mainContent.contactForm .validation_error {
  color: #292721;
  font-family: "Gill Sans W01 Light", "Gill Sans MT", "Calibri", sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 17px;
}
#mainContent.contactForm .validation_message {
  display: none;
}
#mainContent.contactForm .gfield_error input,
#mainContent.contactForm .error {
  background: #ff400d !important;
}

.page-contact #mainContent.contactForm input[type=submit],
.page-contact #mainContent.contactForm input.resetButton,
.page-contact #mainContent.contactForm button[type=submit] {
  width: 120px;
}

.allFinishes h1 {
  margin-bottom: 40px;
}
.allFinishes .finishGroup {
  clear: both;
}
.allFinishes a {
  text-decoration: none;
}
.allFinishes .title {
  font-size: 10px;
  font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  letter-spacing: 1px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #5a5956;
  text-align: left;
}
.allFinishes .finish {
  float: left;
  margin-right: 20px;
  margin-bottom: 60px;
}
.allFinishes .finish .image {
  margin-bottom: 4px;
  position: relative;
}
.allFinishes .finish.last {
  margin-right: 0;
}

.image.premium:after {
  background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
  background-position: -25px -66px;
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  left: 5px;
  bottom: 5px;
  height: 16px;
  width: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .image.premium:after {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}

#grid .galleryItem {
  float: left;
  margin-right: 20px;
  margin-bottom: 60px;
  text-align: center;
  width: 220px;
}
#grid .galleryItem.last {
  margin-right: 0;
}

.gallery #grid .product .imageHolder,
.gallery #grid .product {
  height: 175px;
  vertical-align: middle;
}
.gallery #grid .product:hover {
  background: none;
}

/* =Mobile
----------------------------------------------------*/
/* =iPad
----------------------------------------------------*/
/* =Mobile
----------------------------------------------------*/
@media screen and (max-width: 610px) {
  /* =Let everyone know we are mobile
  ----------------------------------------------------*/
  #mobileDetect {
    display: block;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  /* =Global
  ----------------------------------------------------*/
  .container {
    padding: 0 25px;
    width: auto;
  }

  section {
    min-width: 0 !important;
  }

  hr {
    margin: 0 25px;
    width: auto;
  }

  .container hr {
    margin: 0;
  }

  h1 {
    font-size: 16px;
    margin-top: 17px;
  }

  #grid .groupTitle {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 10px;
    width: auto;
  }

  /* =Header
  ----------------------------------------------------*/
  header {
    height: 77px;
    padding-top: 25px;
    min-width: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  header #logo {
    display: block;
    float: none;
    margin: 0 auto;
  }

  .mobileMenuTrigger-view {
    height: 20px;
    position: relative;
    margin-top: 5px;
    text-indent: -999px;
    width: 100%;
  }

  .mobileMenuTrigger-view:after {
    background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
    background-position: -94px -73px;
    width: 12px;
    height: 7px;
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    left: 50%;
    margin-left: -6px;
    top: 0px;
  }

  /* =Footer
  ----------------------------------------------------*/

  /* =Homepage
  ----------------------------------------------------*/

  /* =Product Grid
  ----------------------------------------------------*/

  /* =Product Detail
  ----------------------------------------------------*/

  /* =About
  ----------------------------------------------------*/

  /* =Showrooms
  ----------------------------------------------------*/

  /* =Image Gallery
  ----------------------------------------------------*/

  /* =All Finishes
  ----------------------------------------------------*/

  /* =Contact
  ----------------------------------------------------*/
}
@media screen and (max-width: 610px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 610px) and (min-resolution: 192dpi) {
  .mobileMenuTrigger-view:after {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}
@media screen and (max-width: 610px) {
  nav#dropdown {
    background: #fff;
    position: relative;
    left: auto;
    top: auto !important;
  }
  nav#dropdown .container {
    padding: 0;
  }
  nav#dropdown a {
    color: #5a5956 !important;
    display: block;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
  }
  nav#dropdown .leftHalf {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 15px 0 30px 25px;
    width: 50%;
  }
  nav#dropdown .leftHalf li {
    line-height: 30px;
  }
  nav#dropdown .leftHalf a {
    font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
  }
  nav#dropdown .rightHalf {
    padding: 15px 0 30px 0;
    width: 50%;
  }
  nav#dropdown .rightHalf .menu-dropdown-column-1-container,
nav#dropdown .rightHalf .menu-dropdown-column-2-container {
    float: none;
    margin: 0;
    width: 100%;
  }
  nav#dropdown .rightHalf .menu-dropdown-column-1-container li,
nav#dropdown .rightHalf .menu-dropdown-column-2-container li {
    line-height: 30px;
  }
  nav#dropdown .rightHalf a {
    color: #b2b1ab !important;
  }
}
@media screen and (max-width: 610px) {
  footer {
    background: #efeee9;
    line-height: 14px;
    margin: 0;
    padding: 20px 0;
    text-align: center;
  }
}
@media screen and (max-width: 610px) {
  #mobileBillboard a {
    display: block;
    position: relative;
    width: 100%;
  }
  #mobileBillboard img {
    width: 100%;
  }
  #mobileBillboard .title {
    bottom: 20px;
    color: #fff;
    font-size: 10px;
    position: absolute;
    right: 20px;
    z-index: 999;
  }
}
@media screen and (max-width: 610px) {
  #homeSub .subCopy {
    margin-top: -23px;
    top: 50%;
    width: 100%;
  }
  #homeSub .subCopy h2 {
    font-size: 18px;
  }
  #homeSub .subCopy p {
    font-size: 15px;
  }
}
@media screen and (max-width: 610px) {
  #homeBottomSubs,
#homeBottomSubs > div,
#homeBottomSubs > div img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 610px) {
  #homeBottomSubs > div {
    background: #fff;
    margin-top: 0;
  }
}
@media screen and (max-width: 610px) {
  #homeBottomSubs > div a {
    display: block;
  }
}
@media screen and (max-width: 610px) {
  #homeBottomSubs > div img {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 610px) {
  #homeBottomSubs .title {
    top: 14%;
  }
}
@media screen and (max-width: 610px) {
  #homeBottomSubs .shopnow {
    left: 20px;
    right: auto;
    top: 14%;
    margin-top: 23px;
  }
}
@media screen and (max-width: 610px) {
  #signup,
#signup .signup,
#signup .contact {
    line-height: 18px;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 610px) {
  .archive #featured {
    margin: 56px 0 40px;
    height: auto;
  }
  .archive #featured img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 610px) {
  .archive #categoryDescription {
    min-width: 100%;
  }
  .archive #categoryDescription p {
    width: auto;
  }
}
@media screen and (max-width: 610px) {
  .archive footer {
    margin-top: -4px;
  }
}
@media screen and (max-width: 610px) {
  #grid,
#grid .product.single, #grid .product.single .imageHolder,
#grid .product.double, #grid .product.double .imageHolder {
    margin: 0;
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 610px) {
  #grid .productOverlay {
    display: none;
    opacity: 0;
  }
}
@media screen and (max-width: 610px) {
  #grid .product .content {
    opacity: 1;
    left: 0;
    bottom: 25px;
  }
  #grid .product .content .title {
    font-size: 13px;
  }
  #grid .product .content .learnMore {
    font-size: 15px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 610px) {
  #grid .product.single .imageHolder,
#grid .product.double .imageHolder {
    display: block;
    margin: 0px auto 25px;
  }
}
@media screen and (max-width: 610px) {
  #grid .product.double .imageHolder {
    margin-top: 20px;
  }
}
@media screen and (max-width: 610px) {
  #grid .product.single .imageHolder img,
#grid .product.double .imageHolder img {
    max-height: 262px;
    max-width: 270px;
    height: auto;
    width: auto;
  }
}
@media screen and (max-width: 610px) {
  .archive #grid .product {
    border-bottom: 2px solid #efeee9;
  }
}
@media screen and (max-width: 610px) {
  .flex-direction-nav a.flex-prev,
.flex-direction-nav a.flex-prev:hover {
    background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
    background-position: -46px -33px;
    width: 13px;
    height: 23px;
    margin-top: -7px;
    top: 40%;
  }
}
@media screen and (max-width: 610px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 610px) and (min-resolution: 192dpi) {
  .flex-direction-nav a.flex-prev,
.flex-direction-nav a.flex-prev:hover {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}
@media screen and (max-width: 610px) {
  .flex-direction-nav a.flex-next,
.flex-direction-nav a.flex-next:hover {
    background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
    background-position: -46px 0px;
    width: 13px;
    height: 23px;
    margin-top: -7px;
    top: 40%;
  }
}
@media screen and (max-width: 610px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 610px) and (min-resolution: 192dpi) {
  .flex-direction-nav a.flex-next,
.flex-direction-nav a.flex-next:hover {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}
@media screen and (max-width: 610px) {
  #billboard .flexslider {
    border-bottom: 2px solid #efeee9;
    padding-bottom: 13px;
  }
  #billboard .flexslider .slides > li {
    overflow: hidden;
  }
  #billboard .image {
    display: block;
    height: auto;
    width: 135%;
  }
  #billboard .finishShown {
    bottom: auto;
    float: left;
    left: auto;
    position: relative;
    width: 50%;
  }
  #billboard .finishShown .finishName {
    display: block;
  }
  #billboard .content {
    clear: left;
    left: auto;
    float: left;
    position: relative;
    margin-bottom: 0;
    margin-top: 10px;
    top: auto;
    width: 100%;
  }
  #billboard .content #detailsShowHide {
    padding-bottom: 5px;
    width: 100%;
  }
  #billboard .content .details {
    margin-bottom: 13px;
  }
  #billboard .content .specSheet {
    margin: 10px 0 15px;
  }
  #billboard .content .family {
    margin: 10px 0 15px;
  }
  #billboard .social {
    bottom: 0;
    float: right;
    left: auto;
    position: relative;
    right: 0;
    margin-top: -38px;
    top: auto;
    width: auto;
  }
  #billboard .flex-direction-nav .flex-prev {
    left: -20px;
  }
  #billboard .flex-direction-nav .flex-next {
    right: -20px;
  }
}
@media screen and (max-width: 610px) {
  #gallery,
.afterGallery {
    display: none;
  }
}
@media screen and (max-width: 610px) {
  .productsWrapper {
    margin: auto 0 20px;
    min-width: 0;
    width: 100%;
  }
}
@media screen and (max-width: 610px) {
  body.finishOverlay-on {
    overflow: hidden;
  }
}
@media screen and (max-width: 610px) {
  #finishOverlay .centered .holder {
    width: 200px;
  }
  #finishOverlay .centered .holder img {
    height: 200px;
    width: 200px;
  }
}
@media screen and (max-width: 610px) {
  .single-product #family,
.single-product #finishes {
    padding: 8px 0 5px;
  }
  .single-product .productsWrapper {
    margin: auto -6px 20px;
    min-width: 0;
    width: auto;
  }
  .single-product #finishes .showHide h3 {
    margin-left: 6px;
  }
  .single-product #finishes .showHide a {
    margin: 0 6px 12px;
    height: 130px;
    width: 82px;
  }
  .single-product #finishes .showHide a .image img {
    height: 82px !important;
    width: 82px !important;
  }
  .single-product #finishes .showHide a.first,
.single-product #finishes .showHide a.last {
    clear: none;
    margin-right: 6px;
  }
  .single-product #family .showHide a {
    float: left;
    margin: 0 6px 12px;
    width: 82px;
  }
  .single-product #family .showHide a img {
    height: 82px !important;
    width: 82px !important;
  }
  .single-product footer {
    margin-top: -4px;
  }
}
@media screen and (max-width: 610px) {
  #mainContent .contentHolder {
    width: 100%;
  }
}
@media screen and (max-width: 610px) {
  .aboutContent {
    margin-top: 35px;
  }
}
@media screen and (max-width: 610px) {
  #stateList, #countryList {
    margin: 0 0 20px;
    width: 100%;
    -moz-column-count: 1;
    /* Firefox */
    -webkit-column-count: 1;
    /* Safari and Chrome */
    column-count: 1;
  }
}
@media screen and (max-width: 610px) {
  .showrooms select {
    color: #b2b1ab;
    font-size: 10px;
    font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
    letter-spacing: 1px;
    line-height: 14px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #5a5956;
    background-color: #efeee9;
    border: 0;
    border-radius: 0;
    float: left;
    font-size: 10px;
    padding: 7px 12px 6px;
    position: relative;
    margin: 0 0 0 0;
    width: 110px;
    -webkit-appearance: none;
  }
}
@media screen and (max-width: 610px) {
  .selectWrapper {
    position: relative;
    width: 110px;
  }
  .selectWrapper:after {
    background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
    background-position: -119px -96px;
    width: 12px;
    height: 7px;
    content: "";
    height: 8px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 10px;
    width: 13px;
    z-index: 1;
  }
}
@media screen and (max-width: 610px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 610px) and (min-resolution: 192dpi) {
  .selectWrapper:after {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}
@media screen and (max-width: 610px) {
  #showroomResults, #showroomInternationalResults {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 610px) {
  .showroom p {
    font-size: 13px;
    line-height: 18px;
  }
}
@media screen and (max-width: 610px) {
  .gallery {
    margin-bottom: 50px;
  }
  .gallery .flexslider li {
    text-align: center;
  }
  .gallery .flexslider .mobileGalleryHolder {
    display: inline-block;
    text-align: left;
  }
  .gallery .flexslider .imageHolder {
    display: table-cell;
    height: 215px;
    text-align: center;
    vertical-align: middle;
  }
  .gallery .flexslider .slides img {
    margin: 0 auto;
    width: auto;
  }
  .gallery .flexslider .title {
    right: 0;
    margin: 10px 0;
    position: relative;
    bottom: auto;
    text-align: left;
  }
  .gallery .flexslider .title,
.gallery .flexslider .title a {
    font-size: 10px;
    color: #b2b1ab;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .gallery .flex-direction-nav a.flex-prev {
    background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
    background-position: -46px -33px;
    width: 13px;
    height: 23px;
    top: 40%;
    left: -20px;
  }
}
@media screen and (max-width: 610px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 610px) and (min-resolution: 192dpi) {
  .gallery .flex-direction-nav a.flex-prev {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}
@media screen and (max-width: 610px) {
  .gallery .flex-direction-nav a.flex-next {
    background-image: url(../img/sprites.df26c529659506afa3731e07e68f0075a181b374.png);
    background-position: -46px 0px;
    width: 13px;
    height: 23px;
    top: 40%;
    right: -20px;
  }
}
@media screen and (max-width: 610px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 610px) and (min-resolution: 192dpi) {
  .gallery .flex-direction-nav a.flex-next {
    background-image: url(../img/sprites@2x.df26c529659506afa3731e07e68f0075a181b374.png);
    background-size: 150px 127px;
  }
}
@media screen and (max-width: 610px) {
  .finishTitle {
    color: #b2b1ab;
    font-size: 10px;
    font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 610px) {
  .allFinishes .finishGroup:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
  }
  .allFinishes .finish {
    color: #b2b1ab;
    float: left;
    font-size: 10px;
    font-family: "Gill Sans W01 Medium", "Calibri", helvetica, arial, sans-serif;
    letter-spacing: 1px;
    line-height: 14px;
    margin: 0 6px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
  }
  .allFinishes .finishGroup {
    margin: 0 -6px 20px;
    width: auto;
  }
  .allFinishes .finishGroup .groupTitle {
    margin-left: 6px;
    margin-right: 6px;
  }
  .allFinishes .finishGroup a.finish {
    margin: 0 6px 12px;
    height: 142px;
    width: 82px;
  }
  .allFinishes .finishGroup a.finish .image img {
    height: 82px !important;
    width: 82px !important;
  }
  .allFinishes .finishGroup a.finish.last {
    margin-right: 6px;
  }
  .allFinishes .groupTitle {
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 610px) {
  #mainContent.contactForm .contentHolder,
#mainContent.contactForm .gform_body,
#mainContent.contactForm .gform_description {
    width: 100%;
  }
}
@media screen and (max-width: 610px) {
  #mainContent.contactForm .contentHolder {
    margin: 0 0 85px;
  }
}
@media screen and (max-width: 610px) {
  #mainContent.contactForm .address {
    margin-top: 0;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #efeee9;
  }
}
@media screen and (max-width: 610px) {
  #mainContent.contactForm .double input,
#mainContent.contactForm .double textarea,
#mainContent.contactForm #input_1_14,
.page-contact #mainContent.contactForm input[type=submit],
.page-contact #mainContent.contactForm input.resetButton,
#mainContent.contactForm input,
#mainContent.contactForm select,
#mainContent.contactForm textarea,
#mainContent.contactForm .sbHolder,
#mainContent.contactForm button[type=submit] {
    clear: both;
    font-size: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 610px) {
  #mainContent.contactForm input,
#mainContent.contactForm select,
#mainContent.contactForm textarea,
#mainContent.contactForm .sbHolder,
#mainContent.contactForm button[type=submit] {
    margin-bottom: 9px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 610px) {
  #mainContent.contactForm input[type=submit]:hover,
#mainContent.contactForm input.resetButton:hover {
    background-color: #efeee9;
    border: 1px solid #efeee9;
  }
}
@media screen and (max-width: 610px) {
  #mainContent.contactForm #field_1_1 .ginput_container,
#mainContent.contactForm .sbHolder {
    width: 100%;
  }
}
@media screen and (max-width: 610px) {
  #mainContent.contactForm #field_1_1 .ginput_container:after {
    top: 8px;
    right: 10px;
  }
}
@media screen and (max-width: 610px) {
  .page-contact #mainContent.contactForm input[type=submit],
.page-contact #mainContent.contactForm input.resetButton,
#mainContent.contactForm button[type=submit] {
    clear: none;
    margin-right: 10px;
    width: 110px;
  }
}
@media screen and (max-width: 610px) {
  .page-contact #mainContent.contactForm input[type=submit] {
    clear: left;
  }
}

/*# sourceMappingURL=application.min.css.map */
