/**  HEADER, HOMEPAGE, FOOTER STYLES  **/


#divworkspacearea {
    max-width: 1720px;
    padding: 50px 10px 20px 10px;
    margin: 49px auto 0 auto;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1720px;
    padding-left: 10px;
    padding-right: 10px;
}

.HomePageForm #divworkspacearea {
    max-width: 100%;
    position: relative;
    z-index: 100;
    padding: 0;
    margin-top: 0;
}

.HomePageForm .workspacearea {
    background: none;
}

.HomePageForm {
    background-color: #e2e2e2;
}

*:focus {
    outline: none;
}

img {
    border: 0;
}

h1 {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 0;
    padding: 0;
}

h3 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    background-color: #e2e2e2;
    font-family: Arial, sans-serif;
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#headercontainer {
    width: 100%;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
}

#logo {
    width: 15%;
    text-align: center;
    padding: 11px 0 8px 0;
    float: left;
}

#logo img {
    max-width: 100%;
    height: auto;
}

#mainnav {
    width: 55%;
    padding-top: 30px;
    float: left;
}

.nav a {
    text-decoration: none;
}

.nav li {
    list-style: none;
}

.nav {
    display: inline-block;
    cursor: default;
    z-index: 500;
    font-family: "Raleway", Arial, sans-serif;
}

.nav>li {
    display: block;
    float: left;
}

.nav>li>a {
    text-transform: uppercase;
    display: block;
    z-index: 510;
    padding-left: 40px;
    height: 30px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.nav>li>.nav-shop {
    position: absolute;
    top: 49px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: #f8f8f8;
    display: block;
}

.nav .nav-column p,
.nav-nonbold-heading {
    margin: 10px 0;
    line-height: 18px;
    font-size: 14px;
}

.nav>li:hover>a {
    color: #cccccc;
}

.nav>li>.nav-shop {
    width: 750px;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

.nav>li:hover>div {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.nav .nav-column {
    width: 20%;
    padding: 2.3%;
    text-align: left;
    float: left;
}

.nav .nav-column ul {
    padding-bottom: 5px;
}

.nav-nonbold-heading {
    font-weight: 400 !important;
    color: #000;
}

.nav .nav-column p {
    font-weight: 600;
    color: #000;
}

.nav .nav-column p a {
    color: #000;
}

.nav .nav-column p a:hover {
    text-decoration: underline;
}

.nav .nav-column li a {
    display: block;
    line-height: 16px;
    font-weight: 400;
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
}

.nav .nav-column li a:hover {
    color: #909090;
    text-decoration: underline;
}



.nav>li>.nav-whoweare {
    position: absolute;
    top: 49px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: #f8f8f8;
    display: block;
    width: 180px;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

.nav .nav-whoweare-column {
    width: 100%;
    padding: 15px;
    text-align: left;
    float: left;
}

.nav .nav-whoweare-column ul {
    padding-bottom: 5px;
}

.nav-nonbold-heading {
    font-weight: 400 !important;
    color: #000;
}

.nav .nav-whoweare-column p {
    font-weight: 600;
    color: #000;
}

.nav .nav-whoweare-column p a {
    color: #000;
}

.nav .nav-whoweare-column p a:hover {
    text-decoration: underline;
}

.nav .nav-whoweare-column li a {
    display: block;
    line-height: 16px;
    font-weight: 400;
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
}

.nav .nav-whoweare-column li a:hover {
    color: #909090;
    text-decoration: underline;
}

.nav .nav-whoweare-column p,
.nav-nonbold-heading {
    margin: 10px 0;
    line-height: 18px;
    font-size: 14px;
}

.nav>li:hover>a {
    color: #cccccc;
}

#mobilenav {
    width: 100%;
    text-align: center;
    background-color: #383838;
    border-top: 1px solid #636363;
}

#mobilenav ul {
    list-style: none;
}

#mobilenav ul li {
    display: block;
    position: relative;
    font-weight: 400;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    z-index: 500;
    line-height: 35px;
}

#accountnav li ul,
#mobilenav li ul {
    display: none;
}

#mobilenav ul li a {
    display: block;
    color: #FFF;
    white-space: nowrap;
    text-decoration: none;
}

#mobilenav li ul {
    width: 100%;
    z-index: 9999;
}

#mobilenav li li {
    width: 100%;
    clear: both;
}

#mobilenav li li a {
    padding-top: 5px;
    background-color: #383838;
    border-top: 1px solid #636363;
    color: #fff;
    position: relative;
    height: 35px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 17px;
    line-height: 31px;
    left: 0;
    top: 0;
    z-index: 200;
}

#mobilenav li li li a {
    border-top: 0;
    text-transform: none;
}

#mobilenav li:hover li a:hover {
    text-decoration: underline;
    color: #cccccc;
}

.products-items li a {
    background-color: #232323 !important;
}

.products-items {
    position: relative !important;
}


.whoweare-items li a {
    background-color: #232323 !important;
}

.whoweare-items {
    position: relative !important;
}

.design-items li a {
    background-color: #232323 !important;
}

.design-items {
    position: relative !important;
}

#accountsearch {
    width: 30%;
    padding-top: 30px;
    float: left;
}

#accountnav {
    position: relative;
    float: right;
}

#accountnav ul {
    margin-right: 20px;
    list-style: none;
}

#accountnav ul li {
    display: block;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    float: right;
}

#accountnav li ul {
    display: none;
}

#accountnav ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    height: 16px;
    margin-right: 12px;
    margin-left: 12px;
    white-space: nowrap;
}

#accountnav ul li:hover>a {
    text-decoration: none;
    color: #cccccc;
}

#accountnav li:hover ul {
    display: block;
    position: absolute;
    right: 25px;
    top: 0;
    padding-top: 34px;
    z-index: 9999;
    cursor: pointer;
}

#accountnav li:hover li {
    width: 140px;
    font-size: 12px;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 700;
    text-align: right;
    clear: both;
}

#accountnav li:hover li a {
    background-color: #000;
    color: #fff;
    position: relative;
    height: 25px;
    line-height: 25px;
    z-index: 800;
    border: 0;
    text-transform: none;
    padding-right: 10px;
}

#accountnav li:hover li a:hover {
    text-decoration: underline;
}

#accountsearch .fa-times {
    color: #cccccc;
}

#searchbar {
    width: 30%;
    display: none;
    position: fixed;
    top: 49px;
    right: 0;
    padding-bottom: 4px;
    text-align: center;
    z-index: 9999;
}

#searchbox {
    height: 50px;
}

#searchboxfield {
    width: 100%;
    float: left;
}

#searchboxfield input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: #f3f3f3;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #686868;
    padding: 5px;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: -5px 6px 5px -2px rgba(0, 0, 0, 0.58);
    -moz-box-shadow: -5px 6px 5px -2px rgba(0, 0, 0, 0.58);
    box-shadow: -5px 6px 5px -2px rgba(0, 0, 0, 0.58);
}

#homeslide {
    width: 100%;
    height: 1020px;
    background-image: url("/css/746/images/hp-banners/hp-background-20260331.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}



#homeslide img {
    width: 100%;
    height: auto;
    display: block;
}

#homeslidecontent {
    padding-top: 250px;
}

#homeslidecopy {
    width: 100%;
    text-align: center;
}

#homeslidecopy p {
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 2px;
    color: #353535;
    text-transform: uppercase;
    padding: 0 5%;
}

#homeslidecopy p span {
    background-color: rgb(255,255,255, 0.65);
    background-clip: content-box;
}

.homeslidelarge {
    font-size: 36px;
    font-weight: 700;
}

#homeslidecopy a {
    font-family: "Raleway", sans-serif;
    background-color: #000;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 35px;
    margin-top: 20px;
}

#homescrolldiv {
    display: none;
    text-align: center;
    /* margin-top: 300px; */
    position: relative;
    top: 750px;
}

#homecontentcontainer {
    max-width: 1350px;
    margin: -117px auto 0 auto;
    position: relative;
    z-index: 500;
}

#shopdeptcontainer {
    width: 92%;
    padding: 40px 4%;
    background-color: #fff;
}

.hometitle {
    padding: 10px 0 40px 0;
    text-align: center;
}

.hometitle p {
    font-family: "Raleway", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 2px;
    color: #353535;
    text-transform: uppercase;
    padding: 0 10px;
}

.homesubtitle {
    font-size: 18px;
    font-weight: 400;
}

#homebanners {
    width: 100%;
    float: left;
}

.homebannercopy {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity .2s linear;
    background-color: rgba(0, 0, 0, .65);
    text-align: center;
}

.homebannercopy p {
    width: 96%;
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding: 0 2%;
}

.homebannercopysmall>p {
    text-transform: none;
    font-size: 16px;
    padding-top: 20px;
}

.homebannercopy a {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    background-color: #000;
    padding: 12px 25px 12px 25px;
    margin-top: 35px;
    position: relative;
}

.homebannerleft {
    width: 49.7%;
    position: relative;
    margin-right: .3%;
    margin-top: .6%;
    float: left;
}

.homebannerleft img {
    width: 100%;
    height: auto;
    display: block;
}

.homebannerleft>.homebannercopy>p {
    margin: 16% auto 0 auto;
}

.homebannerleft:hover>.homebannercopy {
    visibility: visible;
    opacity: 1;
    transition: opacity .2s linear;
}

.homebannerright {
    width: 49.7%;
    position: relative;
    margin-left: .3%;
    margin-top: .6%;
    float: left;
}

.homebannerright img {
    width: 100%;
    height: auto;
    display: block;
}

.homebannerright>.homebannercopy>p {
    margin: 16% auto 0 auto;
}

.homebannerright:hover>.homebannercopy {
    visibility: visible;
    opacity: 1;
    transition: opacity .2s linear;
}

.homebannerlong {
    width: 100%;
    position: relative;
    margin-top: .6%;
}

.homebannerlong img {
    width: 100%;
    height: auto;
    display: block;
}

.homebannerlong>.homebannercopy>p {
    margin: 9% auto 0 auto;
}

.homebannerlong:hover>.homebannercopy {
    visibility: visible;
    opacity: 1;
    transition: opacity .2s linear;
}

#copyvideocontainer {
    display: table;
    width: 100%;
    margin-top: 40px;
}

#homecopycontainer {
    display: table-cell;
    width: 50%;
    padding: 40px 4%;
    background-color: #fff;
    border-right: 20px solid #e2e2e2;
}

#homecopy {
    text-align: center;
    margin-bottom: 30px;
}

#homecopy p {
    font-family: "Raleway", Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #2e2e2e;
}

#homecopy a {
    font-family: "Raleway", Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    display: inline-block;
    text-decoration: none;
    padding: 14px 40px;
    margin-top: 15px;
}

#homevideocontainer {
    display: table-cell;
    width: 50%;
    padding: 40px 4%;
    background-color: #fff;
    border-left: 20px solid #e2e2e2;
}

#ourstorevideo {
    text-align: center;
    position: relative;
}

#ourstorevideo img {
    width: 100%;
    height: auto;
    display: block;
}

#ourstorevideo:hover>#ourstorevideoplay a {
    opacity: 1;
}

#ourstorevideoplay {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 30%;
}

#ourstorevideoplay a {
    font-size: 8em;
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
    display: block;
}

#awardssection {
    margin: 40px auto;
    width: 80%;
    text-align: center;
}

#awardssection img {
    width: 90%;
    height: auto;
    display: block;
    
    margin: 0px auto;
}


#homedesigncenter {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

#homedesigncenter img {
    width: 100%;
    height: auto;
    display: block;
}

#homedesigncentercopy p {
    font-family: "Raleway", Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #2e2e2e;
}

#homedesigncentercopy a {
    font-family: "Raleway", Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    display: inline-block;
    text-decoration: none;
    padding: 14px 40px;
    margin-top: 15px;
}

#homeshopbrands {
    width: 92%;
    padding: 40px 4%;
    background-color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.brand-container {
    width: 85%;
    margin: 0 auto;
}

#homeshopbrands ul.owl-carousel {
    list-style: none;
}

#brand-slider .owl-carouselLabel {
    display: none;
}

#homeshopbrands .owl-carousel {
    margin-top: 35px;
}

#homeshopbrands .owl-nav.disabled {
    display: block;
}

#brand-slider .owl-prev,
#brand-slider .owl-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#brand-slider .owl-prev:hover,
#brand-slider .owl-next:hover {
    color: #db2c2c;
}

#brand-slider .owl-prev {
    left: -60px;
}

#brand-slider .owl-next {
    right: -60px;
}

#newslettercontainer {
    width: 100%;
    background-color: #ececec;
    padding-bottom: 90px;
    padding-top: 40px;
    text-align: center;
}

#newslettercontainer>p {
    max-width: 1050px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #2a2a2a;
    padding: 0 20px;
    margin: 0 auto;
}

#newsletterbox {
    width: 721px;
    position: relative;
    left: 50%;
    margin-left: -360px;
    margin-top: 30px;
}

#newsletterboxleft {
    width: 577px;
    float: right;
}

#newsletterboxleft input {
    width: 562px;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #000;
    padding: 5px 5px 5px 10px;
    border: 1px solid #000;
}

#newsletterboxright {
    width: 144px;
    float: right;
}

#newsletterboxright input {
    width: 144px;
    height: 50px;
    line-height: 45px;
    background-color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    cursor: pointer;
}

#footercontainer {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#footercontentcontainer {
    width: 84%;
    background-color: #1055a1;
    padding: 37px 8% 40px 8%;
}

.footerheading {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 20px;
    display: inline-block;
}

.footercolumn {
    width: 23%;
    padding-right: 2%;
    float: left;
}

.footercolumn li {
    list-style: none;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 25px;
}

.footercolumn li a {
    color: #bfbfbf;
    text-decoration: none;
}

.footercolumn li a:hover {
    text-decoration: underline;
}

.footercolumn p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #bfbfbf;
}

.footercolumn a {
    color: #bfbfbf;
    text-decoration: none;
}

.footercolumn a:hover {
    text-decoration: underline;
}

#copyrightcontainer {
    width: 90%;
    padding: 14px 5%;
    background-color: #000;
}

#footersocial {
    width: 50%;
    float: left;
}

#footersocial ul {
    margin-top: 10px;
    margin-left: 10px;
}

#footersocial li {
    list-style: none;
    display: inline;
    padding-right: 10px;
}

#footersocial li a {
    color: #fff;
    text-decoration: none;
}

#footersocial li a:hover {
    color: #ccc;
}

#copyright {
    width: 50%;
    float: right;
    text-align: right;
    padding-top: 12px;
    padding-bottom: 12px;
}

#copyright p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

#copyright a {
    color: #fff;
    text-decoration: none;
}

#copyright a:hover {
    text-decoration: underline;
}

#scrolldiv {
    display: none;
}

@media screen and (max-width: 767px) {
    #accountnav ul {
        margin-right: 10px;
    }
}


@media screen and (max-width: 400px) {

    body {
        background-color: #fff;
    }

    #headercontainer {
        position: relative;
        padding-bottom: 0;
    }

    #logo {
        width: 37%;
        text-align: left;
        padding-left: 3%;
    }

    #searchbar {
        width: 100%;
        position: static;
        background-color: #f3f3f3;
        padding-bottom: 0;
    }

    #accountsearch {
        width: 60%;
        float: left;
    }

    #searchbox {
        height: 46px;
    }

    #searchboxfield input {
        width: 96%;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #accountnav ul li a {
        margin-right: 8px;
        margin-left: 8px;
    }

    #homeslidecontent {
        display: none;
    }

    #homecontentcontainer {
        margin: 0 auto 0 auto;
    }

    .homebannercopy {
        position: static;
        visibility: visible;
        opacity: 1;
        transition: none;
        background-color: #fff;
        margin-bottom: 35px;
    }

    .homebannercopy p {
        color: #2a2a2a;
    }

    #homebanners {
        width: 100%;
        float: none;
    }

    .homebannerleft {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .homebannerleft>.homebannercopy>p {
        margin: 30px auto 0 auto;
    }

    .homebannerleft:hover>.homebannercopy {
        visibility: visible;
        opacity: 1;
        transition: opacity .2s linear;
    }

    .homebannerleft img {
        max-width: 100%;
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .homebannerright {
        width: 100%;
        margin-left: 0;
        float: none;
    }

    .homebannerright>.homebannercopy>p {
        margin: 30px auto 0 auto;
    }

    .homebannerright:hover>.homebannercopy {
        visibility: visible;
        opacity: 1;
        transition: opacity .2s linear;
    }

    .homebannerright img {
        max-width: 100%;
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .homebannerlong {
        width: 100%;
        margin-top: 0;
    }

    .homebannerlong>.homebannercopy>p {
        margin: 30px auto 0 auto;
    }

    .homebannerlong:hover>.homebannercopy {
        visibility: visible;
        opacity: 1;
        transition: opacity .2s linear;
    }

    .homebannerlong img {
        max-width: 100%;
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    #shopdeptcontainer {
        padding-bottom: 0;
    }

    #homecopycontainer {
        display: inline-block;
        width: 90%;
        padding: 40px 5%;
        background-color: #fff;
        border-right: 0;
    }

    #homevideocontainer {
        display: inline-block;
        width: 90%;
        padding: 40px 5%;
        background-color: #fff;
        border-left: 0;
        margin-top: 0;
    }

    #copyvideocontainer {
        margin-top: 0;
    }

    #ourstorevideoplay {
        top: 25%;
    }

    #homedesigncenter, #awardssection {
        width: 90%;
        padding: 0 5%;
    }
    #awardssection img {
        width: 100%;
    }

    .brand-container {
        width: 60%;
    }

    #newsletterbox {
        width: 306px;
        left: 50%;
        margin-left: -153px;
    }

    #newsletterboxleft {
        width: 206px;
        float: right;
    }

    #newsletterboxleft input {
        width: 191px;
        font-size: 14px;
        padding: 5px 5px 5px 10px;
    }

    #newsletterboxright {
        width: 100px;
        float: right;
    }

    #newsletterboxright input {
        width: 100px;
        height: 50px;
        font-size: 16px;
    }

    #footercontentcontainer {
        width: 94%;
        padding: 37px 3% 55px 3%;
    }

    .footercolumn {
        width: 100%;
        text-align: center;
        float: none;
    }

    #copyrightcontainer {
        width: 96%;
        padding: 14px 2%;
    }

    #footersocial {
        width: 100%;
        text-align: center;
        float: none;
    }

    #copyright {
        width: 100%;
        float: none;
        text-align: center;
    }


}

@media screen and (min-width: 401px) and (max-width: 767px) {

    body {
        background-color: #fff;
    }

    #headercontainer {
        position: relative;
        padding-bottom: 0;
    }

    #logo {
        width: 37%;
        text-align: left;
        padding-left: 3%;
    }

    #searchbar {
        width: 100%;
        position: static;
        background-color: #f3f3f3;
        padding-bottom: 0;
    }

    #accountsearch {
        width: 60%;
        float: left;
    }

    #searchbox {
        height: 46px;
    }

    #searchboxfield input {
        width: 96%;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #accountnav ul li a {
        margin-right: 8px;
        margin-left: 8px;
    }

    #homeslide {
        height: auto;
        background-image: none;
        background-attachment: scroll;
    }

    #homeslidecontent {
        display: none;
    }

    #homecontentcontainer {
        margin: 0 auto 0 auto;
    }

    .homebannercopy {
        position: static;
        visibility: visible;
        opacity: 1;
        transition: none;
        background-color: #fff;
        margin-bottom: 35px;
    }

    .homebannercopy p {
        color: #2a2a2a;
    }

    #homebanners {
        width: 100%;
        float: none;
    }

    .homebannerleft {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .homebannerleft>.homebannercopy>p {
        margin: 30px auto 0 auto;
    }

    .homebannerleft:hover>.homebannercopy {
        visibility: visible;
        opacity: 1;
        transition: opacity .2s linear;
    }

    .homebannerleft img {
        max-width: 100%;
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .homebannerright {
        width: 100%;
        margin-left: 0;
        float: none;
    }

    .homebannerright>.homebannercopy>p {
        margin: 30px auto 0 auto;
    }

    .homebannerright:hover>.homebannercopy {
        visibility: visible;
        opacity: 1;
        transition: opacity .2s linear;
    }

    .homebannerright img {
        max-width: 100%;
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .homebannerlong {
        width: 100%;
        margin-top: 0;
    }

    .homebannerlong>.homebannercopy>p {
        margin: 30px auto 0 auto;
    }

    .homebannerlong:hover>.homebannercopy {
        visibility: visible;
        opacity: 1;
        transition: opacity .2s linear;
    }

    .homebannerlong img {
        max-width: 100%;
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    #shopdeptcontainer {
        padding-bottom: 0;
    }

    #homecopycontainer {
        display: inline-block;
        width: 90%;
        padding: 40px 5%;
        background-color: #fff;
        border-right: 0;
    }

    #homevideocontainer {
        display: inline-block;
        width: 90%;
        padding: 40px 5%;
        background-color: #fff;
        border-left: 0;
        margin-top: 0;
    }

    #copyvideocontainer {
        margin-top: 0;
    }

    #ourstorevideoplay {
        top: 28%;
    }

    #homedesigncenter {
        width: 90%;
        padding: 0 5%;
    }

    .brand-container {
        width: 70%;
    }

    #newsletterbox {
        width: 326px;
        left: 50%;
        margin-left: -163px;
    }

    #newsletterboxleft {
        width: 226px;
        float: right;
    }

    #newsletterboxleft input {
        width: 211px;
        font-size: 14px;
        padding: 5px 5px 5px 10px;
    }

    #newsletterboxright {
        width: 100px;
        float: right;
    }

    #newsletterboxright input {
        width: 100px;
        font-size: 18px;
    }

    #footercontentcontainer {
        width: 94%;
        padding: 37px 3% 55px 3%;
    }

    .mobiletabletclear {
        clear: both;
    }

    .footercolumn {
        width: 48%;
        padding-right: 0;
        text-align: center;
        float: left;
    }

    #copyrightcontainer {
        width: 96%;
        padding: 14px 2%;
    }

    #footersocial {
        width: 100%;
        text-align: center;
        float: none;
    }

    #copyright {
        width: 100%;
        float: none;
        text-align: center;
    }


}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    #logo {
        width: 20%;
        float: left;
    }

    #mainnav {
        width: 40%;
        float: left;
    }

    #searchbar {
        width: 38%;
        float: left;
    }

    .nav>li>.nav-shop {
        left: 0;
    }

    #accountsearch {
        width: 40%;
        float: left;
    }

    .homebannerlong>.homebannercopy>p {
        margin: 5% auto 0 auto;
    }

    .homebannerleft>.homebannercopy>p {
        margin: 7% auto 0 auto;
    }

    .homebannerright>.homebannercopy>p {
        margin: 7% auto 0 auto;
    }

    #ourstorevideoplay {
        top: 20%;
    }

}

@media screen and (min-width: 1350px) {

    #scrolldiv {
        display: block;
    }

    #scrolldiv a {
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
    }

    .scrolltotop {
        width: 30px;
        height: 30px;
        padding: 10px;
        text-align: center;
        color: #838383;
        text-decoration: none;
        position: fixed;
        bottom: 80px;
        right: 20px;
        z-index: 500;
        display: none;
    }

    .scrolltotop:hover {
        color: #a2a2a2;
        text-decoration: none;
    }

}

@media screen and (min-width: 1024px) {

    #homescrolldiv {
        display: block;
    }

    #homescrolldiv a {
        font-family: "Raleway", sans-serif;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    #homescrolldiv .fa {
        font-size: 60px !important;
    }

    .homescrolldown {
        text-align: center;
        color: #fff;
        text-decoration: none;
        z-index: 500;
    }

    .homescrolldown:hover {
        color: #ccc;
        text-decoration: none;
    }

}

/***********************************************************************************
 * END HEADER, HOMEPAGE, FOOTER STYLES
 **********************************************************************************/

/*Epiphany 4 BravoV2 item information color changes*/
#item-info-container #item-info-pagination a {
    color: #000;
}

#consist-of-container .product-group-item .product-group-info p {
    color: #000;
}

#item-info-container #basic-function-icons li a .fa {
    color: #333;
}

#item-info-pricing .add-to-cart a {
    background-color: #333;
    border: 1px solid #333;
}

#item-info-pricing .add-to-cart a:hover {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
}

#email-friend a {
    color: #fff;
}

#request-information,
#email-friend {
    background-color: #333;
}

#request-information:hover a,
#email-friend:hover a {
    color: #333;
}

#request-information a:hover,
#email-friend a:hover {
    color: #333;
    text-decoration: none;
}

#item-info-product-info .product-tab-heading.tab-active {
    border-bottom: 3px solid #333;
}

#item-info-product-info .product-tab-heading {
    color: #333;
}

#item-info-short-description .view-collection {
    color: #333;
}

#item-info-draping .draping-pagination a {
    color: #333;
}

#item-info-draping .customize-choice-tabs li.selected a span {
    background: #333;
}

#snap-shot a {
    color: #333;
}

#item-info-rotators .heading:after {
    background: #333;
}

#item-info-draping .customize-choice-tabs li.selected a span {
    background: #333;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #333 !important;
}

.noUi-handle {
    background-color: #333;
}

/* End Epiphany 4 BravoV2 item information color changes  */

/* Theme-2 */
#content-theme-2 h2 {
    margin: 15px 0;
}

#content-theme-2 h3 {
    margin: 20px 0 15px;
}

#content-theme-2 a {
    text-decoration: none;
    color: #2a2a2a;
}

#content-theme-2 .contact-form {
    margin: 25px 0;
}

#content-theme-2 .contact-form input,
#content-theme-2 .contact-form select,
#content-theme-2 .contact-form textarea {
    border: 1px solid #d6d6d6;
    padding: 10px;
    font-size: 16px;
    color: #2a2a2a;
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0 15px 0;
}

#content-theme-2 .button,
#content-theme-2 .contact-form input[type="submit"] {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    max-width: 245px;
    cursor: pointer;
    margin: 25px 0;
    text-align: center;
    text-shadow: none;
}

#content-theme-2 .contact-form input[type="submit"] {
    float: right;
}

#content-theme-2 .button:hover,
#content-theme-2 .contact-form input[type="submit"]:hover {
    background-color: #fff;
    color: #000;
}

#content-theme-2 input:focus,
#content-theme-2 textarea:focus {
    outline: 0;
    border: 1px solid #808080;
    -webkit-box-shadow: 0 0 5px #808080;
    box-shadow: 0 0 5px #808088;
}

#content-theme-2 .separator {
    margin: 35px 0;
}

#content-theme-2.category-page .hero .hero-copy {
    margin-right: 0px;
}

#content-theme-2.category-page .hero .hero-image img {
    margin-bottom: -4px;
    width: unset;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    #content-theme-2 h2 {
        font-size: 1.25rem;
    }
}

/* End Theme-2 */

#teampage h1 {
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #09318e;
    padding-bottom: 10px
}

.LocationTitle {
    padding: 5px 0px;
}
.LocationTitle h2 {
    
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #09318e;
}

#Outlet-teampage,
#Goodlettsville-teampage {
    padding-top: 20px;
}
.TeamMemberContainer {
    padding-top: 60px;
}

.teambox {
    padding: 15px;
    /* background-color: #ededed;
    border: 1px solid #d1d1d1 */
}

.teamboxleft {
    width: 20%;
    float: left
}

.teamboxright {
    width: 80%;
    float: left
}

.teamboxright p {
    font-family: Arial, sans-serif;
    font-size: 14px !important;
    color: #1d1d1d;
    padding-left: 15px
}

.teamname {
    font-size: 16px !important;
    font-weight: 700 !important
}

.teamthumbnails * {
    margin: 0;
    padding: 0;
    /* height: 166px !important */
}

.teamthumbnails {
    width: 100%;
    padding: 10px 10px 10px 0;
    /* background-color: #ededed;
    border: 1px solid #d1d1d1; */
    margin-top: 15px
}

.teamthumbnails li {
    list-style: none;
    float: left;
    margin: 15px;
    text-align: center
}

.teamthumbnails li a {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #1d1d1d
}

.bbb {
    width: 50%;
    text-align: center
}

#delivery-section {
    margin-top: 40px;
    margin-bottom: 40px !important;

}

#delivery-section .truck-img img {
    margin: 0 auto;
    width: 100%;

}

.delivery-text {
    font-weight: 600;
    text-align: center
}

.delivery-text p {
    color: #0070c0;
    font-size: 18px;
    line-height: 30px
}

.delivery-text p span {
    color: #000
}

.delivery-text a {
    color: #000;
    text-decoration: none
}

.delivery-text a span {
    color: red
}

/* ZD#70261 JC */
#divShowSalesReps {
    display: none;
}



#home-banner-top {
    width: 100%;
    position: relative;
    margin: 100px auto 10px;
    margin-top: 82px; /*88px;*/
}

#home-banner-top img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 769px) {
    #home-banner-top {
        height: auto;
        background-image: none;
        background-attachment: scroll;
        margin-top: 0px; /*15px !important;*/
    }
    #home-banner-top img {
        width: 100%;
        height: auto;
        max-width: 760px;
    }

    #homeslide {
        height: auto;
        background-image: none;
        background-attachment: scroll;
    }
}

.hp-sales-banner {
    margin-top: 80px;
}

.hp-sales-banner img {
    width: 100%;
}
.contact-stores {
    display: flex; 
    justify-content: space-evenly;
    margin: 50px auto;
    max-width: 80%;
    width: 80%;
}

.contact-stores > div {
    margin-bottom: 20px;
    flex-basis: 33%;
    text-align: center;
}

.contact-stores .location-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.map-iframe-container {
    padding-bottom: 50px;
}
.map-iframe-container > iframe {
    width: 100%; 
    height: 300px; 
    border: none;
}

@media screen and (max-width: 769px) {
    .hp-sales-banner {
        margin-top: 0px;
    }

    .contact-stores {
        flex-direction: column;
        width: 90%;
    }
    .contact-stores div {
        flex-basis: 100%;
    }
}

/* .slideshowcontainer {
    float: right;
    width: 80%;
    max-width: 80%;
} */
.slideshowcontainer .owl-item img {
    float: right;
    width: 80%;
    max-width: 80%;
    margin: 0 auto;
  }

.photo-row {
    display: flex;
    justify-content: flex-start;
    padding: 20px 10px 20px 0px;
    flex-wrap: nowrap;
}


.photo-row img {
    max-width: unset !important;
    height: 400px !important;
    width: auto !important;
    padding: 0px; 
    margin:0px;
    flex-shrink: 2;
    min-width: 0;
}


@media screen and (max-width: 769px) {
    
    .photo-row {
        flex-direction: column;
    }
    .photo-row img {
        max-width: 100% !important;
        height: auto !important;
    }
}