@font-face {
	font-family: "Gotham HTF Light";
            src: url('../fonts/GothamHTF-Light.eot');
            src: url('../fonts/GothamHTF-Light.eot?#iefix') format('embedded-opentype'),
                 url('../fonts/GothamHTF-Light.woff') format('woff'),
                 url('../fonts/GothamHTF-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Gotham HTF Book";
            src: url('../fonts/GothamHTF-Book.eot');
            src: url('../fonts/GothamHTF-Book.eot?#iefix') format('embedded-opentype'),
                 url('../fonts/GothamHTF-Book.woff') format('woff'),
                 url('../fonts/GothamHTF-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Gotham HTF Medium";
            src: url('../fonts/GothamHTF-Medium.eot');
            src: url('../fonts/GothamHTF-Medium.eot?#iefix') format('embedded-opentype'),
                 url('../fonts/GothamHTF-Medium.woff') format('woff'),
                 url('../fonts/GothamHTF-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Gotham HTF Bold";
            src: url('../fonts/GothamHTF-Bold.eot');
            src: url('../fonts/GothamHTF-Bold.eot?#iefix') format('embedded-opentype'),
                 url('../fonts/GothamHTF-Bold.woff') format('woff'),
                 url('../fonts/GothamHTF-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham HTF XLight';
            src: url('../fonts/GothamHTF-XLight.eot');
            src: url('../fonts/GothamHTF-XLight.eot?#iefix') format('embedded-opentype'),
                 url('../fonts/GothamHTF-XLight.woff') format('woff'),
                 url('../fonts/GothamHTF-XLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

* {
    box-sizing: border-box;
}

html {
    width:100%;
    height: 100%;
/*    display: table;*/
    margin: 0;
    padding: 0;
    background-color: #ebebeb;
}

body {
    color: #666666;
    font-family: "Gotham HTF Book", sans-serif;
    font-size: 16px;
    width: 100%;
    min-height: 100%;
    height: 100%;
/*
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
*/
}

html, body {
    margin: 0px;
    padding: 0px;
}

ul, li {
    padding: 0;
    margin: 0;
}

strong {
    font-family: "Gotham HTF Bold", sans-serif;
}

.invalid {
    border: 1px solid #cc0000 !important;
}

.zero-top {
    margin-top: 0;
}

#global-nav-panel {
    position: fixed;
    top: 0;
    left: -284px;
    width: 340px;
/*    height: 100%;*/
    z-index: 2000;
    height: 56px;
}
#global-nav-panel.active {
    height: 100%;
}
#global-nav-toggle {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    background-color: #000;
    background-image: url('../img/menu-hamburger.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 17px 14px;
}
#global-nav-toggle:hover {
    cursor: pointer;
}
#global-nav-toggle.active {
    background-image: url('../img/menu-close.png');
    background-size: 14px 14px;
}
#global-nav-menu-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 284px;
    height: 100%;
    background-color: #363636;
    overflow-y: auto;
}
#global-nav-menu-wrapper .knowlton-brothers-logo {
    width: 226px;
    height: 56px;
    background-color: #000;
    width: 100%;
    padding: 15px 28px 15px 31px;
}
#global-nav-menu-wrapper .knowlton-brothers-logo img {
    width: 100%;
}
#global-nav-menu-wrapper .knowlton-brothers-logo:hover {
    cursor: pointer;
}
#global-nav-menu-wrapper > #global-nav-menu {
    list-style: none;
    margin: 33px 0 0 31px;
    padding-bottom: 60px;
}
#global-nav-menu-wrapper > #global-nav-menu > li {
    height: 10px;
    overflow: hidden;
    margin-bottom: 18px;
    color: #fff;
    font-family: "Gotham HTF Medium", sans-serif;
    font-size: 0.625rem;
    line-height: 0.625rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
}
#global-nav-menu-wrapper > #global-nav-menu > li a {
    color: #fff;
    text-decoration: none;
}
#global-nav-menu-wrapper > #global-nav-menu > li:hover,
#global-nav-menu-wrapper > #global-nav-menu > li a:hover {
    cursor: pointer;
    color: #ff9900;
}
#global-nav-menu-wrapper > #global-nav-menu > li a.active {
    color: #ff9900;
}
#global-nav-menu-wrapper > #global-nav-menu > li > .global-sub-menu {
    margin: 17px 0 44px 19px;
    list-style: none;
}
#global-nav-menu-wrapper > #global-nav-menu > li > .global-sub-menu > li {
    margin-bottom: 16px;
    color: #999;
}
#global-nav-menu-wrapper > #global-nav-menu > li > .global-sub-menu > li a {
    color: #999;
    text-decoration: none;
}
#global-nav-menu-wrapper > #global-nav-menu > li > .global-sub-menu > li a:hover {
    color: #ff9900;
    cursor: pointer;
}
#global-nav-menu-wrapper > #global-nav-menu > li > .global-sub-menu > li a.active {
        color: #fff;
}
#global-nav-menu-wrapper .download-catalog-cta {
    height: 210px;
    width: 137px;
    text-align: center;
    color: #999999;
    margin-left: 30px;
    margin-bottom: 20px;
}
#global-nav-menu-wrapper .download-catalog-cta:hover {
    cursor: pointer;
    color: #fff;
}
#global-nav-menu-wrapper .download-catalog-cta img {
    border: 1px solid #909090;
    width: 135px;
}
#global-nav-menu-wrapper .download-catalog-cta img:hover {
    border: 1px solid #ffffff;
}
#global-nav-menu-wrapper .download-catalog-cta .copy {
    width: 100%;
    margin-top: 8px;
    font-family: "Gotham HTF Medium", sans-serif;
    font-size: 0.5rem;
    line-height: 0.75rem;
    letter-spacing: 0.125rem;
    text-align: center;
    text-transform: uppercase;
}
#global-nav-menu-wrapper #favorites-wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 20;
    width: 100%;
    height: 50px;
    background-color: #000;
    background-image: url('../img/favorites-heart.png');
    background-position: 15px center;
    background-size: 19px 17px;
    background-repeat: no-repeat;
}

#global-nav-menu-wrapper #favorites-wrapper:hover {
    cursor: pointer;
}

#global-nav-menu-wrapper #favorites-wrapper ul {
    width: 100%;
    height: 50px;
    font-size: 0;
    line-height: 3.125rem;
    list-style: none;
/*
    margin: 0;
    padding: 0;
*/
}
#global-nav-menu-wrapper #favorites-wrapper ul li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-family: "Gotham HTF Medium", sans-serif;
    font-size: 0.625rem;
    line-height: 0.625rem;
    letter-spacing: 0.25rem;
    text-transform: uppercase;
}
#global-nav-menu-wrapper #favorites-wrapper ul li.favorites-label {
    padding-left: 49px;
    width: 190px;
}

#global-nav-menu-wrapper #favorites-wrapper ul li.total-favorites {

}

#content {
/*    position: relative;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    
    z-index: 10;
}

/* FAVORITES */
.favorites-grid {
    padding-top: 50px;
    width: 100%;
}
.favorites-grid li {
    width: 250px;
    height: 190px;
    display: inline-block;
    margin: 0 36px 14px 0;
    position: relative;
}
.favorites-grid li .remove {
    position: absolute;
    width: 23px;
    height: 22px;
    margin: 0;
    padding: 0;
    right: -10px;
    top: -11px;
}
.favorites-grid li .remove:hover {
    cursor: pointer;
}
.favorites-grid li .product-thumb {
    width: 100%;
    height: 159px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #dcdcdc;
}
.favorites-grid li .name {
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 10px 0;
    color: #999;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
#favorites-tools {
    width: 100%;
    margin-top: 30px;
}

#favorites-tools div {
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    font-size: 0.8rem;
    line-height: 0.8rem;
    text-transform: uppercase;
    color: #999;
    border: 1px solid #ccc;
    margin-right: 30px;
}
#favorites-tools div:hover {
    border: 1px solid #666;
    color: #666;
    cursor: pointer;
}

/* HOME */

#home-hero-panel {
    font-family: "Helvetica", "Arial", sans-serif;
    color: white;
    height: 100%;
    min-width: 100%;
    text-align: center;
    margin: 0;
/*    background: #1c1c1c;*/
    padding: 0 0;
}

.home-backgroundimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    position: absolute;
    opacity: 0;
    border: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

#home-hero-panel .home-show {
    opacity: 1;
}

#home-logo-text {
    position: absolute;
    left: 50%;
    bottom: 44px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 91%;
    max-width: 1650px;
    z-index: 27;
}
#home-logo-text img {
    width: 100%;
}

#home-banner {
    position: absolute;
    z-index: 40;
    top: 0;
    right: 0;
    width: 100%;
    padding: 10px 0;
    font-family: "Gotham HTF Bold", sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1rem;
    color: #666666;
    background: #ffffff;
    text-decoration: none;
}

#current-slide-wrapper {
    position: absolute;
    z-index: 44;
    top: 48px;
    right: 20px;
    font-size: 0;
}
#current-slide-wrapper > .slide {
    display: inline-block;
    width: 16px;
    height: 8px;
    border: 1px solid #fff;
    vertical-align: middle;
    background-color: rgba(0,0,0,0.4);
    margin-right: 6px;
}
#current-slide-wrapper > .slide.active {
    background-color: #fff;
}
#home-prev-slide,
#home-next-slide {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 56px;
    height: 73px;
    z-index: 36;
}
#home-prev-slide:hover,
#home-next-slide:hover {
    cursor: pointer;
}
#home-next-slide {
    left: auto;
    right: 0;
}
#home-hero-gradient {
    /*background-size: cover;*/
    background-image: url('../img/home-hero-grad.png');
    background-repeat: repeat-x;;
    background-position: left bottom;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 12
}

/* FAVORITES */
#content.favorites #page-content-wrapper {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
    min-height: 80%;
}

/* SHOWROOMS */

#content.showrooms {
    background-color: #ebebeb;
}

#content.showrooms #page-content-wrapper {
    height: calc(100vh - 115px);
    width: 70%;
    margin: 110px auto 0 auto;
}

#content.showrooms #page-content-wrapper a {
    color: #666;
    text-decoration: none;
}

#content.showrooms #page-content-wrapper .phone {
    color: #666;
    text-decoration: none;
}

#page-content-wrapper .section-title {
    margin-bottom: 6px;
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 0.1875rem;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
#page-content-wrapper .section-title-sub {
    font-size: 0.8125rem;
    line-height: 1.563rem;
}

#showrooms-wrapper {
    font-size: 0;
    margin-top: 52px;
    padding-bottom: 50px;
}

#showrooms-wrapper .showroom {
    color: #666666;
    font-size: 0.75rem;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 52px;
}

#showrooms-wrapper .showroom.last {
    width: auto;
}

#showrooms-wrapper .showroom .location {
    font-size: 0.625rem;
    line-height: 0.625rem;
    letter-spacing: 0.25rem;
    text-transform: uppercase;
    margin-bottom: 14px;
}

#showrooms-wrapper .showroom .showroom-name {
    font-family: "Gotham HTF Bold", sans-serif;
    letter-spacing: 0.0625rem;
}

#showrooms-wrapper .showroom .address-city-state-phone {
    line-height: 1.125rem;
/*    letter-spacing: 0.0625rem;*/
    margin-bottom: 11px;
}

#showrooms-wrapper .showroom .website {
/*    letter-spacing: 0.0625rem;*/
}

/* FINISHES */

#content.finishes {
    background-color: #ebebeb;
}

#content.finishes #page-content-wrapper {
    width: 91%;
/*
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
*/
    margin: 0 auto;
}

#finishes-wrapper {
    padding-top: 32px;
}

#finishes-wrapper #knowlton-brothers {
/*    color: #fff;*/
    font-family: "Gotham HTF XLight", sans-serif;
    font-size: 3.125rem;
    line-height: 3.125rem;
    letter-spacing: 1.125rem;
    text-transform: uppercase;
    text-align: right;
/*    -webkit-font-smoothing: antialiased;*/
    margin-bottom: 14px;
}

#finishes-wrapper .finish-section-title {
    font-family: "Gotham HTF Light", sans-serif;
    font-size: 1.125rem;
    line-height: 1.125rem;
    letter-spacing: 0.25rem;
    text-transform: uppercase;
    margin-bottom: 12px;
    -webkit-font-smoothing: antialiased;
}

#finishes-wrapper .finish-section-wrapper {
    font-size: 0;
    margin-bottom: 21px;
}

#finishes-wrapper .finish-section-wrapper .finish {
    width: 18%;
    margin-right: 2.5%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 28px;
}
#finishes-wrapper .finish-section-wrapper .finish:hover {
    cursor: pointer;
}

#finishes-wrapper .finish-section-wrapper .finish.last {
    margin-right: 0;
}

#finishes-wrapper .finish-section-wrapper .finish .finish-image {
    width: 100%;
}

#finishes-wrapper .finish-section-wrapper .finish .finish-image img {
    width: 100%;
}

#finishes-wrapper .finish-section-wrapper .finish .finish-name {
    font-size: 0.6875rem;
    line-height: 1rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    margin-top: 6px;
}

@media (max-width: 1600px) {
    #finishes-wrapper .finish-section-wrapper .finish {
        width: 22.5%;
        margin-right: 3.33%;
    }
}

@media (max-width: 1200px) {
    #finishes-wrapper #knowlton-brothers {
        letter-spacing: 0.75rem;
    }
}

@media (max-width: 1000px) {
    #finishes-wrapper #knowlton-brothers {
        letter-spacing: 0.25rem;
    }
    #finishes-wrapper .finish-section-wrapper .finish {
        width: 30%;
        margin-right: 5%;
    }
}

@media (max-width: 800px) {
    #finishes-wrapper #knowlton-brothers {
        font-size: 2.5rem
    }
}

@media (max-width: 700px) {
    #finishes-wrapper .finish-section-wrapper .finish {
        width: 45%;
        margin-right: 10%;
    }
}

/* FURNITURE GRID VIEW */

#content.furniture {
    background-color: #ebebeb;
}

#content.furniture #page-content-wrapper {
    width: 91%;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#content.furniture #page-content-wrapper.inactive {
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

#furniture-wrapper {
    padding-top: 100px;
    opacity: 0;
}

/*
#furniture-wrapper #knowlton-brothers {
    color: #fff;
    font-family: "Gotham HTF XLight", sans-serif;
    font-size: 3.125rem;
    line-height: 3.125rem;
    letter-spacing: 1.125rem;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 14px;
}
*/

#content.furniture .knowlton-brothers {
    font-size: 0;
    height: 31px;
    width: 420px;
    position: absolute;
    left: 50%;
    top: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("../img/knowlton-brothers-k-logo.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 35px 30px;
}
#content.furniture .knowlton-brothers:hover {
    cursor: pointer;
}

#content.furniture .knowlton-brothers .knowlton {
    height: 31px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 0.75rem;
    line-height: 1.938rem;
    letter-spacing: 0.6875rem;
    text-align: left;
    text-transform: uppercase;
}
#content.furniture .knowlton-brothers .brothers {
    height: 31px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 0.75rem;
    line-height: 1.938rem;
    letter-spacing: 0.6875rem;
    text-align: right;
    text-transform: uppercase;
}

#furniture-wrapper .furniture-section-title {
    font-family: "Gotham HTF Light", sans-serif;
    font-size: 1.125rem;
    line-height: 1.125rem;
    letter-spacing: 0.25rem;
    text-transform: uppercase;
    margin-bottom: 12px;
    -webkit-font-smoothing: antialiased;
}

#furniture-wrapper .furniture-section-wrapper {
    font-size: 0;
    margin-bottom: 21px;
}

#furniture-wrapper .furniture-section-wrapper .product {
    width: 19%;
    margin-right: 1.25%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 28px;
    overflow: hidden;
}

#furniture-wrapper .furniture-section-wrapper .product:hover {
    cursor: pointer;
}

/*
#furniture-wrapper .furniture-section-wrapper .product .info-hover {
    display: none;
    
    width: 100%;
    position: relative;
    background-color: rgba(0,0,0,0.8);
    z-index: 2;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#furniture-wrapper .furniture-section-wrapper .product .info-hover:hover {
    cursor: pointer;
}

#furniture-wrapper .furniture-section-wrapper .product .info-hover.active {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
*/

/*
#furniture-wrapper .furniture-section-wrapper .product .info-hover .product-name {
    color: #fff;
    font-size: 0.8125rem;
    line-height: 1.5rem;
    letter-spacing: 0.25rem;
    text-align: center;
    text-transform: uppercase;
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#furniture-wrapper .furniture-section-wrapper .product .info-hover .product-name .dimensions {
    font-size: 0.5625rem;
    line-height: 0.5625rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
*/

#furniture-wrapper .furniture-section-wrapper .product.last {
    margin-right: 0;
}

#furniture-wrapper .furniture-section-wrapper .product .product-image {
    width: 100%;
}

#furniture-wrapper .furniture-section-wrapper .product .product-image img {
    width: 100%;
}

#furniture-wrapper .furniture-section-wrapper .product .product-image .product-name {
    font-size: 0.8125rem;
    line-height: 1.375rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-align: center;
    margin: 15px 0 5px 0;
}

/* FURNITURE DETAILED VIEW */

#furniture-detailed-view {
    display: none;
    position: absolute;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    overflow: hidden;
}

/*
#furniture-detailed-view #knowlton-brothers {
    font-size: 0;
    height: 31px;
    width: 420px;
    position: absolute;
    left: 50%;
    top: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("../img/knowlton-brothers-k-logo.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 35px 30px;
}
#furniture-detailed-view #knowlton-brothers:hover {
    cursor: pointer;
}

#furniture-detailed-view #knowlton-brothers #knowlton {
    height: 31px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 0.75rem;
    line-height: 1.938rem;
    letter-spacing: 0.6875rem;
    text-align: left;
    text-transform: uppercase;
}
#furniture-detailed-view #knowlton-brothers #brothers {
    height: 31px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 0.75rem;
    line-height: 1.938rem;
    letter-spacing: 0.6875rem;
    text-align: right;
    text-transform: uppercase;
}
*/

#furniture-detailed-view.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#furniture-detailed-view #hero {
    height: 80%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: relative;
    z-index: 1;
    background-image: url(assets/img/furniture/Knowlton-Mezzanine-Console-Table.jpg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#furniture-detailed-view #back-to-grid {
    width: 21px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('../img/back-to-grid-icon.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 21px 18px;
    z-index: 10;
}
#furniture-detailed-view #back-to-grid:hover {
    cursor: pointer;
}
#furniture-detailed-view #product-prev {
    width: 13px;
    height: 44px;
    position: absolute;
    left: 64px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('../img/product-detailed-prev-arrow.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 13px 44px;
    z-index: 30;
}
#furniture-detailed-view #product-next {
    width: 13px;
    height: 44px;
    position: absolute;
    right: 23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('../img/product-detailed-next-arrow.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 13px 44px;
    z-index: 31;
}
#furniture-detailed-view #product-prev:hover,
#furniture-detailed-view #product-next:hover {
    cursor: pointer;
}


#furniture-detailed-view > #product-options {
    width: 56px;
    height: 114px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

#furniture-detailed-view > #product-options ul {
    width: 56px;
    height: 170px;
    font-size: 0;
}

#furniture-detailed-view > #product-options ul li {
    width: 56px;
    height: 56px;
    margin-bottom: 1px;
    background-color: #ebebeb;
    background-image: url('../img/detailed-product-options-sprite.png');
    background-position: 0 0;
    background-size: 112px 168px;
    background-repeat: no-repeat;
    overflow: hidden;
}
#furniture-detailed-view #product-options ul li:hover {
    cursor: pointer;
}
#furniture-detailed-view #product-options ul li.share {
    background-position: 0 0;
}
#furniture-detailed-view #product-options ul li.tearsheet {
    background-position: 0 -56px;
}
#furniture-detailed-view #product-options ul li.add-favorites {
    background-position: 0 -112px;
}
#furniture-detailed-view #product-options ul li.share:hover {
    background-color: #000000;
    background-position: -56px 0;
}
#furniture-detailed-view #product-options ul li.tearsheet:hover {
    background-color: #000000;
    background-position: -56px -56px;
}
#furniture-detailed-view #product-options ul li.add-favorites:hover {
    background-color: #000000;
    background-position: -56px -112px;
}

#furniture-detailed-view #product-options ul:last-child {
    margin-bottom: 0;
}

#furniture-detailed-view #product-details-wrapper {
    position: absolute;
    left: 50%;
    width: 80%;
    bottom: 0;
    z-index: 3;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#furniture-detailed-view #product-details-wrapper #product-name {
    font-size: 0.8125rem;
    line-height: 1.375rem;
    letter-spacing: 0.25rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

#furniture-detailed-view #product-details-wrapper #dimensions {
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

#furniture-detailed-view #product-details-wrapper #shown-in {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
    text-align: center;
    margin-bottom: 27px;
}
#furniture-detailed-view #pinit-btn {
    position: absolute;
    right: 50px;
    bottom: 60px;
    z-index: 35;
}
#furniture-detailed-view #pinit-btn:hover {
    cursor: pointer
}
#furniture-detailed-view #copyright {
    font-size: 0.5625rem;
    line-height: 0.5625rem;
    position: absolute;
    z-index: 4;
    right: 18px;
    bottom: 18px;
}

#confirmation-lightbox {
    display: none;
    position: relative;
    width: 374px;
    height: 216px;
    background-color: #ebebeb;
    background-image: url('/assets/img/confirmation-lightbox-logo.png');
    background-repeat: no-repeat;
    background-size: 218px 24px;
    background-position: center 163px;
}
#confirmation-lightbox #message {
    position: relative;
    top: 31%;
    -webkit-transform: translateY(-31%);
    -ms-transform: translateY(-31%);
    transform: translateY(-31%);
    font-size: 0.875rem;
    line-height: 2.25rem;
    letter-spacing: 0.125rem;
    text-align: center;
    text-transform: uppercase;
}

#share-lightbox {
    display: none;
    width: 688px;
    height: 550px;
    font-size: 0;
    padding: 20px 0 0 27px;
    background-color: #ebebeb;
}
#share-lightbox #google-recaptcha-current {
    margin-top: 20px;
}
#share-lightbox #lightbox-title {
    width: 90%;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
#share-lightbox #left-col {
    width: 179px;
    margin-right: 26px;
    display: inline-block;
    vertical-align: top;
    padding-top: 19px;
}
#share-lightbox #right-col {
    width: 430px;
    display: inline-block;
    vertical-align: top;
}
#share-lightbox #left-col img {
    width: 100%;
}
#share-lightbox #left-col .furniture-thumb {

}
#share-lightbox #left-col .furniture-title {
    font-size: 0.5625rem;
    line-height: 0.875rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    text-align: center;
    padding-top: 11px;
}
#share-lightbox #right-col label {
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    margin-bottom: 6px;
    display: block;
}
#share-lightbox #right-col input,
#share-lightbox #right-col textarea {
    font-size: 0.75rem;
    outline: none;
    border: 0;
    background: #fff;
    width: 100%;
    padding-left: 5px;
}
#share-lightbox #right-col input {
    height: 21px;
    margin-bottom: 16px;
}
#share-lightbox #right-col textarea {
    height: 230px;
}
#share-lightbox #right-col #required-send {
    height: 21px;
    font-size: 0;
    margin-top: 18px;
}
#share-lightbox #right-col #required-send #required {
    font-size: 0.625rem;
    line-height: 0.625rem;
    display: inline-block;
    vertical-align: top;
    width: 120px;
}
#share-lightbox #right-col #required-send #send-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 310px;
    text-align: right;
}
#share-lightbox #right-col #required-send #send-wrapper .button {
    color: #fff;
    font-size: 0.625rem;
    line-height: 0.625rem;
    letter-spacing: 0.0625rem;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    background-color: #b5b4b1;
    padding: 7px 10px;
}
#share-lightbox #right-col #required-send #send-wrapper .button:hover {
    background-color: #82807a;
    cursor: pointer;
}

.featherlight-content #confirmation-lightbox,
.featherlight-content #share-lightbox {
    display: block;
}
.featherlight .featherlight-content {
    padding: 0;
    border-bottom: 0;
}

/* QUOTE LIGHTBOX */
#quote-lightbox {
    display: none;
    width: 688px;
    height: 450px;
    font-size: 0;
    padding: 20px 0 0 27px;
    background-color: #ebebeb;
}
#quote-lightbox #lightbox-title {
    width: 90%;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
#quote-lightbox #left-col {
    width: 179px;
    margin-right: 26px;
    display: inline-block;
    vertical-align: top;
    padding-top: 19px;
}
#quote-lightbox #right-col {
    width: 430px;
    display: inline-block;
    vertical-align: top;
}
#quote-lightbox #left-col img {
    width: 100%;
}
#quote-lightbox #left-col .furniture-thumb {

}
#quote-lightbox #left-col .furniture-title {
    font-size: 0.5625rem;
    line-height: 0.875rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    text-align: center;
    padding-top: 11px;
}
#quote-lightbox #right-col label {
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    margin-bottom: 6px;
    display: block;
}
#quote-lightbox #right-col input,
#quote-lightbox #right-col textarea {
    font-size: 0.75rem;
    outline: none;
    border: 0;
    background: #fff;
    width: 100%;
    padding-left: 5px;
}
#quote-lightbox #right-col input {
    height: 21px;
    margin-bottom: 16px;
}
#quote-lightbox #right-col textarea {
    height: 230px;
}
#quote-lightbox #right-col #required-send {
    height: 21px;
    font-size: 0;
    margin-top: 18px;
}
#quote-lightbox #right-col #required-send #required {
    font-size: 0.625rem;
    line-height: 0.625rem;
    display: inline-block;
    vertical-align: top;
    width: 120px;
}
#quote-lightbox #right-col #required-send #send-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 310px;
    text-align: right;
}
#quote-lightbox #right-col #required-send #send-wrapper .button {
    color: #fff;
    font-size: 0.625rem;
    line-height: 0.625rem;
    letter-spacing: 0.0625rem;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    background-color: #b5b4b1;
    padding: 7px 10px;
}
#quote-lightbox #right-col #required-send #send-wrapper .button:hover {
    background-color: #82807a;
    cursor: pointer;
}

.featherlight-content #confirmation-lightbox,
.featherlight-content #quote-lightbox {
    display: block;
}
.featherlight .featherlight-content {
    padding: 0;
    border-bottom: 0;
}

/* CONTACT */
#content.contact {
    background-image: url('../img/contact-background.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
/*    height: calc(100vh - 49px);*/
    padding-bottom: 50px;
    height: auto !important;
    min-height: 100%;
}
#content.contact a {
    color: #666;
    text-decoration: none;
}

#content.contact #page-content-wrapper {
/*    height: calc(100vh - 50px);*/
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    padding: 110px 0 100px 0;
}

#content.contact #page-content-wrapper .info-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
#content.contact #page-content-wrapper .form-wrapper {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    padding: 20px 30px;
}
#content.contact #page-content-wrapper .section-title {
/*
    float: left;
    width: 214px;
*/
}
#content.contact #page-content-wrapper .address {
/*    float: left;*/
    font-size: 0.75rem;
    line-height: 1.5rem;
/*    width: 222px;*/
}
#content.contact #page-content-wrapper .contact-form {
/*    float: left;*/
/*    width: 300px;*/
}

#content.contact #page-content-wrapper .contact-form .contact-message {
    font-size: 0.6875rem;
    margin-bottom: 20px;
}

#content.contact #page-content-wrapper .contact-form .field {
    font-size: 0;
    margin-bottom: 7px;
}

#content.contact #page-content-wrapper .contact-form .field .label {
    display: inline-block;
    vertical-align: middle;
    width: 66px;
    font-size: 0.6875rem;
    line-height: 1.375rem;
}

#content.contact #page-content-wrapper .contact-form .field input {
    background-color: #fff;
    border: 1px solid #cccccc;
    height: 23px;
/*    width: 227px;*/
    width: calc(100% - 66px);
    display: inline-block;
    vertical-align: middle;
    font-size: 0.7rem;
    line-height: 0.7rem;
    letter-spacing: 1px;
    outline: none;
    padding: 1px 0 0 5px;
}
#content.contact #page-content-wrapper .contact-form .field textarea {
    background-color: #fff;
    border: 1px solid #cccccc;
    height: 105px;
/*    width: 227px;*/
    width: calc(100% - 66px);
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8rem;
    line-height: 0.8rem;
}

#content.contact #page-content-wrapper .contact-form .field .g-recaptcha {
    margin-left: 66px;
}

#content.contact #page-content-wrapper .contact-form .send-btn {
/*    float: left;*/
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    margin-left: 66px;
    padding: 2px 10px 4px 10px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
}

#content.contact #page-content-wrapper .contact-form .send-btn:hover {
    cursor: pointer;
}

/* COMPANY */
#content.company {
    background-image: url('../img/company-background.jpg');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    min-height: 100%;
}
/*
#content.company #page-content-wrapper {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 900px;
    height: 736px;
}
*/

#content.company #page-content-wrapper {
/*    height: calc(100vh - 115px);*/
    display: flex;
    justify-content: space-between;
    width: 900px;
    margin: 0 auto;
    padding: 110px 0 50px 0;
}

#content.company #page-content-wrapper .section-title {
    color: #fff;
/*    float: left;*/
}

#content.company #page-content-wrapper .company-copy {
/*    float: right;*/
    width: 652px;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

#content.company #page-content-wrapper .company-copy strong {
    font-family: "Gotham HTF Bold", sans-serif;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

#knowlton-brothers-mobile {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: "Gotham HTF XLight", sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    display: none;
}
#knowlton-brothers-mobile #knowlton {
    width: 100%;
    text-align: right;
    line-height: 1.5rem;
    letter-spacing: 0.42rem;
    height: auto;
}
#knowlton-brothers-mobile #brothers {
    width: 100%;
    text-align: right;
    line-height: 1.5rem;
    letter-spacing: 0.5rem;
    height: auto;
}

@media (max-width: 1600px) {
    #furniture-wrapper .furniture-section-wrapper .product {
        width: 22.5%;
        margin-right: 3.33%;
    }
}

@media (max-width: 1250px) {
    #content.company #page-content-wrapper {
        flex-direction: column;
    }
    
    #content.company #page-content-wrapper .section-title {
        margin-bottom: 30px;
    }
}

@media (max-width: 1200px) {
    #furniture-wrapper #knowlton-brothers {
        letter-spacing: 0.75rem;
    }
}

@media(max-width: 1150px) {
    #showrooms-wrapper .showroom {
        width: 33.333%;
    }
}

@media (max-width: 1040px) {
    #content.company #page-content-wrapper {
        width: 90%;
    }
    #content.company #page-content-wrapper .section-title {
        width: 100%;
        margin-bottom: 30px;
    }
    
    #content.company #page-content-wrapper .company-copy {
        float: left;
        width: 100%;
    }
}

@media (max-width: 1000px) {
    #furniture-wrapper #knowlton-brothers {
        letter-spacing: 0.25rem;
    }
    #furniture-wrapper .furniture-section-wrapper .product {
        width: 30%;
        margin-right: 5%;
    }
}

@media (max-width: 950px) {
    #showrooms-wrapper .showroom {
        width: 50%;
    }
}


@media (max-width: 800px) {
    #furniture-wrapper #knowlton-brothers {
        font-size: 2.5rem
    }
}

@media (max-width: 700px) {
    #furniture-wrapper .furniture-section-wrapper .product {
        width: 45%;
        margin-right: 10%;
    }
}

@media (max-width: 650px) {
    #showrooms-wrapper .showroom {
        width: 100%;
    }
}

/* iPhone 6 in landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {
    #furniture-wrapper .furniture-section-wrapper .product {
        width: 100%;
        margin-right: 0;
    }
    
    #furniture-wrapper #knowlton-brothers {
        font-size: 1.5rem;
        line-height: 2rem;
        color: #666666;
        text-align: right;
    }
    
    #furniture-detailed-view {
        display: block;
        overflow-x: hidden;
        overflow-y: visible;
    }
    
    #furniture-detailed-view #product-details-wrapper {
        position: relative;
        bottom: -50px;
    }
    
    #furniture-detailed-view > #product-details-wrapper > #product-options {
        width: 100%;
        height: 56px;
        position: relative;
    }

    #furniture-detailed-view > #product-details-wrapper > #product-options ul {
        width: 100%;
        height: 56px;
        font-size: 0;
    }

    #furniture-detailed-view > #product-details-wrapper > #product-options ul li {
        display: inline-block;
        vertical-align: top;
        width: 33%;
        height: 56px;
        margin-right: 0.5%;
        background-color: #ebebeb;
        background-position: center center;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    
    #furniture-detailed-view > #product-details-wrapper > #product-options ul li:hover {
        cursor: pointer;
    }
    #furniture-detailed-view > #product-details-wrapper > #product-options ul li.share {
        background-size: 21px 17px;
        background-image: url('../img/mobile-product-option-share.png');
    }
    #furniture-detailed-view > #product-details-wrapper > #product-options ul li.tearsheet {
        background-size: 17px 20px;
        background-image: url('../img/mobile-product-option-tearsheet.png');
    }
    #furniture-detailed-view > #product-details-wrapper > #product-options ul li.add-favorites {
        background-size: 20px 17px;
        background-image: url('../img/mobile-product-option-favorite.png');
    }
    #furniture-detailed-view > #product-details-wrapper > #product-options ul li.last {
        margin-right: 0;
    }
    
    #furniture-detailed-view #product-details-wrapper #product-name {
        width: 80%;
        margin: 0 auto 15px auto;
    }
    
    #furniture-detailed-view #product-details-wrapper #shown-in {
        width: 90%;
        margin: 0 auto 27px auto;
    }
    
    #furniture-detailed-view #hero {
        height: 60%;
        -webkit-transform: translate(-50%, -60%);
        -ms-transform: translate(-50%, -60%);
        transform: translate(-50%, -60%);
    }
    
    #furniture-detailed-view #knowlton-brothers {
        background-image: none;
        width: 50%;
        height: auto;
        left: auto;
        top: 10px;
        right: 10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    #furniture-detailed-view #knowlton-brothers #knowlton {
        width: 100%;
        text-align: right;
        line-height: 1rem;
        letter-spacing: 0.45rem;
        height: auto;
    }
    #furniture-detailed-view #knowlton-brothers #brothers {
        width: 100%;
        text-align: right;
        line-height: 1rem;
        letter-spacing: 0.5rem;
        height: auto;
    }
    
    #furniture-detailed-view #back-to-grid {
        left: 18px;
        top: 230px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    #furniture-detailed-view #product-prev {
        left: 23px;
    }
    
    /*  CONTACT  */
    
    #content.contact {
        background-image: none;
    }
    
    #content.contact #page-content-wrapper .section-title {
        float: none;
        position: absolute;
        left: 20%
    }
    
    #content.contact #page-content-wrapper .address {
        float: none;
        position: absolute;
        left: 20%;
        top: 15%;
    }
    
    #content.contact #page-content-wrapper .contact-form {
        margin-left: 50%;
    }
    
    #content.contact #home-logo-text {
        display: none;
    }
    
    #content.contact #page-content-wrapper .contact-form .send-btn {
        margin: 25px 0 25px 67px;
    }
    
    /*  COMPANY  */
    
    #content.company {
        background-image: none;
    }
    
    #content.company #page-content-wrapper {
        width: 70%;
        left: 20%;
        top: 15%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    #content.company #page-content-wrapper .section-title,
    #content.company #page-content-wrapper .company-copy {
        color: #666;
    }
    
    /*  SHOWROOMS  */
    
    #content.showrooms #page-content-wrapper {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    #content.showrooms #page-content-wrapper .section-title {
        margin: 10% 0 0 15%;
    }
    
    #content.showrooms #page-content-wrapper .section-title-sub {
        width: 70%;
        margin: 15px 0 0 15%;
    }
    
    #content.showrooms #showrooms-wrapper {
        width: 90%;
        margin: 40px auto 0 auto;
    }
    
    #showrooms-wrapper .showroom.last {
        width: 200px;
    }
    
    #showrooms-wrapper .showroom a {
        color: #666;
        text-decoration: none;
    }
    
    #finishes-wrapper {
        padding-top: 80px;
    }
    
    #content.furniture .knowlton-brothers {
        z-index: 46;
        top: 20px;
    }
    
    #furniture-detailed-view #pinit-btn {
        right: auto;
        left: 10px;
        top: 280
    }
}

/* iPhone 6 in portrait */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) {
    #furniture-wrapper {
        padding-top: 74px;
    }
    
    #furniture-wrapper .furniture-section-wrapper .product {
        width: 100%;
        margin-right: 0;
    }
    
/*
    #furniture-wrapper #knowlton-brothers {
        font-size: 1.5rem;
        line-height: 2rem;
        color: #666666;
        text-align: right;
    }
*/
    
/*
    #furniture-wrapper #knowlton-brothers span.knowlton-mobile {
        letter-spacing: 0.15rem;
    }
*/
    
    #furniture-detailed-view > #product-details-wrapper > #product-options {
        width: 100%;
        height: 56px;
        position: relative;
    }

    #furniture-detailed-view > #product-details-wrapper > #product-options ul {
        width: 100%;
        height: 56px;
        font-size: 0;
    }

    #furniture-detailed-view > #product-details-wrapper > #product-options ul li {
        display: inline-block;
        vertical-align: top;
        width: 33%;
        height: 56px;
        margin-right: 0.5%;
        background-color: #ebebeb;
        background-position: center center;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    
    #furniture-detailed-view > #product-details-wrapper > #product-options ul li:hover {
        cursor: pointer;
    }
    #furniture-detailed-view > #product-details-wrapper > #product-options ul li.share {
        background-size: 21px 17px;
        background-image: url('../img/mobile-product-option-share.png');
    }
    #furniture-detailed-view > #product-details-wrapper > #product-options ul li.tearsheet {
        background-size: 17px 20px;
        background-image: url('../img/mobile-product-option-tearsheet.png');
    }
    #furniture-detailed-view > #product-details-wrapper > #product-options ul li.add-favorites {
        background-size: 20px 17px;
        background-image: url('../img/mobile-product-option-favorite.png');
    }
    #furniture-detailed-view > #product-details-wrapper > #product-options ul li.last {
        margin-right: 0;
    }
    
    #furniture-detailed-view #product-details-wrapper #product-name {
        width: 80%;
        margin: 0 auto 15px auto;
    }
    
    #furniture-detailed-view #product-details-wrapper #shown-in {
        width: 90%;
        margin: 0 auto 27px auto;
    }
    
    #furniture-detailed-view #hero {
        height: 60%;
        -webkit-transform: translate(-50%, -70%);
        -ms-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
    }
    
    #content.furniture .knowlton-brothers {
        background-image: none;
        width: 50%;
        height: auto;
        left: auto;
        top: 10px;
        right: -6px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    #content.furniture .knowlton-brothers .knowlton {
        width: 100%;
        text-align: right;
        line-height: 1rem;
        letter-spacing: 0.45rem;
        height: auto;
    }
    #content.furniture .knowlton-brothers .brothers {
        width: 100%;
        text-align: right;
        line-height: 1rem;
        letter-spacing: 0.5rem;
        height: auto;
    }
    #content.furniture #furniture-detailed-view .knowlton-brothers {
        right: 10px;
    }
    
    #furniture-detailed-view #back-to-grid {
        left: 18px;
        top: 80px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    #furniture-detailed-view #product-prev {
        left: 23px;
    }
    
    #content.contact {
        background-image: none;
    }
    
    #content.contact #home-logo-text {
        display: none;
    }
    
    #content.contact #page-content-wrapper {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        min-height: auto;
        height: auto
    }
    
    #content.contact #page-content-wrapper .section-title {
        width: 100%;
        margin-top: 85px;
        padding-left: 10%;
    }
    
    #content.contact #page-content-wrapper .address {
        width: 85%;
        margin: 20px 0 20px 10%;
    }
    
    #content.contact #page-content-wrapper .contact-form {
        float: none;
        margin: 0 auto;
        padding-bottom: 60px;
    }
    
    #content.contact #page-content-wrapper .contact-form .send-btn {
        margin-top: 10px;
    }
    
    #content.company {
        background-image: none;
    }
    
    #content.company #page-content-wrapper {
        position: relative;
        left: 10%;
        top: 85px;
        width: 80%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        height: auto;
    }
    
    #content.company #page-content-wrapper .section-title {
        color: #666;
    }
    
    #content.company #page-content-wrapper .company-copy {
        color: #666;
    }
    
    #content.showrooms a {
        color: #666;
        text-decoration: none;
    }
    
    #content.showrooms #page-content-wrapper .section-title {
        margin-top: 85px;
        padding-left: 10%;
    }
    
    #content.showrooms #page-content-wrapper .section-title-sub {
        padding-left: 10%;
        font-size: 0.5625rem;
        line-height: 0.9375rem;
        width: 70%;
    }
    
    #content.showrooms #page-content-wrapper {
        width: 100%;
        left: 0;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    #showrooms-wrapper {
        padding-left: 10%;
    }
    
    #showrooms-wrapper .showroom {
        font-size:  0.625rem;
        width: 45%;
        margin-right: 5%;
    }
    
    #showrooms-wrapper .showroom:nth-child(even) {
        margin-right: 0;
    }
    
    /*  FINISHES  */
    
    #finishes-wrapper {
        padding-top: 85px;
    }
    
    #finishes-wrapper .finish-section-wrapper .finish {
        width: 100%;
        margin-right: 0;
    }
    
    #finishes-wrapper .finish-section-wrapper .finish .finish-name {
        text-align: center;
    }
    
    #furniture-detailed-view #pinit-btn {
        position: absolute;
        right: 10px;
        bottom: auto;
        top: 70px;
    }
}

/* iPhone 6 in portrait & landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
    #global-nav-menu-wrapper .download-catalog-cta {
        display: none;
    }
    
    #global-nav-menu-wrapper #favorites-wrapper {
        display: none;
    }
    
    .mobile {
        display: block;
    }
    
    .desktop {
        display: none;
    }
    
    #home-logo-text {
        bottom: 20px;
    }
    
/*
    #furniture-wrapper {
        padding-top: 80px;
    }
*/
    
    #furniture-wrapper #knowlton-brothers {
        font-family: "Gotham HTF Book", sans-serif;
    }
    
    #furniture-wrapper .furniture-section-wrapper .product .info-hover {
        display: none;
    }
    
    #furniture-detailed-view #copyright {
        display: none;
    }
    
    #furniture-detailed-view #product-prev,
    #furniture-detailed-view #product-next {
        padding: 20px;
        display: none;
    }
    
}


/* iPad mini in portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1)  {
    #content.contact #page-content-wrapper {
        width: 80%;
    }
    
    #content.contact #page-content-wrapper .section-title {
        width: 300px;
/*        margin-bottom: 30px;*/
        float: none;
        position: relative;
        top: 0;
        left: 0;
    }
    
    #content.contact #page-content-wrapper .address {
        width: 300px;
        float: none;
        position: relative;
        left: 0;
        top: 20px;
    }
    
    #content.contact #page-content-wrapper .contact-form {
        float: none;
        position: absolute;
        top: 0;
        right: 0;
    }
    
    #content.showrooms #page-content-wrapper {
        width: 90%;
        top: 0;
        left: 10%;
        transform: none;
        padding-top: 80px;
    }
    
    #showrooms-wrapper .showroom,
    #showrooms-wrapper .showroom.last {
        width: 22
            0px;
    }
    
    #finishes-wrapper {
        padding-top: 80px;
    }
    
     #furniture-detailed-view > #product-options {
        width: 56px;
        height: 170px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10;
    }

    #furniture-detailed-view > #product-options ul {
        width: 56px;
        height: 170px;
        font-size: 0;
    }

    #furniture-detailed-view > #product-options ul li {
        width: 56px;
        height: 56px;
        margin-bottom: 1px;
        background-color: #ebebeb;
        background-image: url('../img/detailed-product-options-sprite.png');
        background-position: 0 0;
        background-size: 112px 168px;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    #furniture-detailed-view #product-options ul li:hover {
        cursor: pointer;
    }
    #furniture-detailed-view #product-options ul li.share {
        background-position: 0 0;
    }
    #furniture-detailed-view #product-options ul li.tearsheet {
        background-position: 0 -56px;
    }
    #furniture-detailed-view #product-options ul li.add-favorites {
        background-position: 0 -112px;
    }
    #furniture-detailed-view #product-options ul li.share:hover {
/*        background-color: #000000;*/
/*        background-position: -56px 0;*/
    }
    #furniture-detailed-view #product-options ul li.tearsheet:hover {
/*        background-color: #000000;*/
/*        background-position: -56px -56px;*/
    }
    #furniture-detailed-view #product-options ul li.add-favorites:hover {
/*        background-color: #000000;*/
/*        background-position: -56px -112px;*/
    }

    #furniture-detailed-view #product-options ul:last-child {
        margin-bottom: 0;
    }
    
    #product-options.mobile {
        display: none;
    }
    #product-options.desktop {
        display: block;
    }
    
    #furniture-detailed-view #pinit-btn {
        right: auto;
        left: 20px;
        bottom: 400px;
    }
    
    #furniture-detailed-view #product-details-wrapper {
        bottom: 30px;
    }
}


/* iPad mini in landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  {
    #content.showrooms #page-content-wrapper {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 85px;
    }
    
    #content.showrooms #page-content-wrapper a {
        text-decoration: none;
        color: #666;
    }
    
    #content.company {
/*        height: auto;*/
    }
    
    #content.company #page-content-wrapper {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 85px;
        overflow-y: auto;
        height: 70%;
        -webkit-overflow-scrolling: touch;0
    }
    
    #finishes-wrapper {
        padding-top: 80px
    }
    
    #global-nav-menu-wrapper .download-catalog-cta {
        color: #fff;
        left: 140px;
        height: auto;
        bottom: 60px;
    }
    #global-nav-menu-wrapper .download-catalog-cta img {
        width: 100px;
        border: 1px solid #fff;
    }
    
    #furniture-detailed-view > #product-options {
        width: 56px;
        height: 170px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10;
    }

    #furniture-detailed-view > #product-options ul {
        width: 56px;
        height: 170px;
        font-size: 0;
    }

    #furniture-detailed-view > #product-options ul li {
        width: 56px;
        height: 56px;
        margin-bottom: 1px;
        background-color: #ebebeb;
        background-image: url('../img/detailed-product-options-sprite.png');
        background-position: 0 0;
        background-size: 112px 168px;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    #furniture-detailed-view #product-options ul li:hover {
        cursor: pointer;
    }
    #furniture-detailed-view #product-options ul li.share {
        background-position: 0 0;
    }
    #furniture-detailed-view #product-options ul li.tearsheet {
        background-position: 0 -56px;
    }
    #furniture-detailed-view #product-options ul li.add-favorites {
        background-position: 0 -112px;
    }
    #furniture-detailed-view #product-options ul li.share:hover {
        background-color: #000000;
        background-position: -56px 0;
    }
    #furniture-detailed-view #product-options ul li.tearsheet:hover {
        background-color: #000000;
        background-position: -56px -56px;
    }
    #furniture-detailed-view #product-options ul li.add-favorites:hover {
        background-color: #000000;
        background-position: -56px -112px;
    }

    #furniture-detailed-view #product-options ul:last-child {
        margin-bottom: 0;
    }
    
    #product-options.mobile {
        display: none;
    }
    #product-options.desktop {
        display: block;
    }
    
/*
    #furniture-detailed-view #product-prev,
    #furniture-detailed-view #product-next {
        padding: 20px;
        display: none;
    }
*/
    
    #furniture-detailed-view #hero {
        height: 70%;
    }
}

/* iPad mini in portrait & landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  {
    #furniture-wrapper .furniture-section-wrapper .product .info-hover {
        display: none;
    }
    
    .mobile {
        display: block;
    }
    
    .desktop {
        display: none;
    }
    
    #furniture-detailed-view #product-prev,
    #furniture-detailed-view #product-next {
        padding: 20px;
        display: none;
    }
}