/* Colors
rgb(186,133, 62)
#ba853e;
rgb(0, 85,66)
#005542;
*/

/***********************************************************************************
 * HEADER, HOMEPAGE, FOOTER STYLES
 **********************************************************************************/
#divworkspacearea {
    max-width: 1480px;
    padding: 20px 10px 20px 10px;
    margin: 0 auto;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1480px;
    padding-left: 10px;
    padding-right: 10px;
}

.HomePageForm #divworkspacearea {
    max-width: 100%;
    position: relative;
    z-index: 100;
    margin-top: -54px;
    padding: 0;
}

*: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: #fff;
    font-family: Arial, sans-serif;
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#mobilebar {
    width: 100%;
    background-color: #000;
}

.mobilebarsocial {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    float: left;
}

.mobilebarsocial li {
    list-style: none;
    display: inline;
    margin-right: 3px;
}

.mobilebarsocial li a {
    color: #fff;
}

.mobilebarsocial li a:hover {
    color: #ba853e;
}

.mobilebarnav {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 16px;
    float: right;
}

.mobilebarnav li {
    list-style: none;
    display: inline-block;
    padding-left: 10px;
}

.mobilebarnav li:hover {
    cursor: pointer;
}

.mobilebarnav li a {
    color: #fff;
    z-index: 2;
    position: relative;
    text-decoration: none;
}

.mobilebarnav li a:hover {
    color: #ba853e;
    text-decoration: none;
}

.mobilebarnav ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-transition: opacity .5s, top 1s, visibility .5s;
    -moz-transition: opacity .5s, top 1s, visibility .5s;
    -ms-transition: opacity .5s, top 1s, visibility .5s;
    transition: opacity .5s, top 1s, visibility .5s;
    z-index: -1;
}

.mobilebarnav ul li:hover ul {
    visibility: visible;
    opacity: 1;
    right: 0px;
    top: 35px;
    background: #000000;
    padding-bottom: 25px;
    z-index: 1;
}

.mobilebarnav ul li ul li {
    width: 121px;
    margin-left: 0;
    display: block;
    position: relative;
    clear: both;
    top: 17px;
    width: 100%;
}

.mobilebarnav ul li ul li a {
    padding: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

#topbar {
    width: 100%;
    background-color: #3c3c3c;
}

#topbarleft {
    width: 24%;
    padding: 10px 0 10px 1%;
    float: left;
}

#topbarleft li {
    list-style: none;
    display: inline;
    margin-right: 5px;
}

#topbarleft li a {
    color: #FFF;
}

#topbarleft li a:hover {
    color: #ba853e;
}

#topbarright {
    width: 75%;
    float: right;
}

#topbarbuttons {
    float: right;
}

#topbarbuttons li {
    list-style: none;
    padding-left: 8px;
    float: right;
}

#topbarbuttons a {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    display: block;
    background-color: #5d5d5d;
    padding: 12px 25px;
}

#topbarbuttons a:hover {
    background-color: #717171;
}

#accountnav {
    padding-top: 12px;
    float: right;
}

#accountnav ul {
    padding-right: 10px;
    list-style: none;
}

#accountnav ul li {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    float: right;
}

#accountnav li ul {
    display: none;
}

#accountnav ul li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    height: 16px;
    padding-right: 6px;
    padding-left: 6px;
    white-space: nowrap;
}

#accountnav ul li a:hover {
    text-decoration: underline
}

#accountnav li:hover ul {
    display: block;
    position: absolute;
    z-index: 800;
}

#accountnav li:hover li {
    width: 140px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    clear: both;
}

#accountnav li:hover li a {
    background-color: #3c3c3c;
    color: #FFF;
    position: relative;
    height: 25px;
    line-height: 25px;
    left: 0px;
    top: 10px;
    z-index: 800;
    border: 0;
}

#accountnav li:hover li a:hover {
    text-decoration: underline;
}

#headercontainer {
    width: 100%;
    background-color: #FFF;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 200;
}

#headerleft {
    width: 65%;
    float: left;
}

#logo {
    padding-top: 29px;
    padding-left: 44px;
    margin-right: 35px;
    float: left;
}

#logo img {
    max-width: 100%;
    height: auto;
}

#headermessage {
    padding-top: 36px;
    float: left;
}

#headermessage p {
    font-family: "Raleway", sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ba853e;
    border-left: 1px solid #3c3c3c;
    padding-left: 34px;
}

#headermessage a {
    color: #ba853e;
    text-decoration: none;
}

#headermessage a:hover {
    text-decoration: underline;
}

#headerright {
    width: 35%;
    float: right;
}

#searchbox {
    width: 424px;
    height: 39px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    margin-top: 22px;
    margin-right: 25px;
    float: right;
}

#searchboxleft {
    width: 385px;
    height: 39px;
}

#searchboxleft input {
    width: 374px;
    height: 31px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #2a2a2a;
    padding: 3px 3px 3px 6px;
    border: 1px solid #fff;
}

#searchboxright {
    width: 39px;
    height: 39px;
    float: right;
}

#searchboxright a {
    display: block;
    width: 39px;
    height: 39px;
    line-height: 39px;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #848383;
    text-align: center;
    text-decoration: none;
}

#searchboxright a:hover {
    color: #3c3c3c;
}

#mainnav {
    width: 100%;
    margin-top: 25px;
    position: relative;
}

ul#topnav {
    display: table;
    width: 100%;
    list-style: none;
}

ul#topnav li {
    display: table-cell;
    text-align: center;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

ul#topnav li a {
    height: 52px;
    line-height: 52px;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #005542;
    text-decoration: none;
}

ul#topnav li:hover a,
ul#topnav li a:hover {
    color: #ba853e;
    height: 52px;
    line-height: 52px;
}

/*--Hover State--*/

ul#topnav li:hover a,
ul#topnav li:hover {
    background-color: #FFF;
    border-bottom: 1px solid #FFF;
}

/*--Hover State--*/

ul#topnav li .subfurniture {
    width: 96% !important;
    position: absolute;
    top: 54px;
    left: 0px;
    z-index: 99999;
    background-color: #fff;
    padding: 20px 2%;
    text-align: center;
    display: none;
}

ul#topnav li .sub ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#topnav .sub ul li {
    list-style: none;
    margin-bottom: 20px;
    margin-right: 20px;
    color: #fff;
    border: 0;
    float: left !important;
}

ul#topnav .sub ul li img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
}

ul#topnav .sub ul li a {
    float: none;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    text-align: center;
    color: #2a2a2a;
    padding: 0;
}

ul#topnav .sub ul li a:hover {
    color: #2a2a2a;
    text-decoration: underline;
}

#mobilenav {
    line-height: 38px;
    background-color: #3c3c3c;
    text-align: center;
}

#mobilenav ul {
    list-style: none;
}

#mobilenav ul li {
    display: block;
    position: relative;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 200;
}

#mobilenav li ul {
    display: none;
}

#mobilenav ul li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    white-space: nowrap;
}

#mobilenav ul li:hover a {
    text-decoration: none;
    color: #FFF;
}

#mobilenav li>ul {
    width: 100%;
    position: absolute;
    z-index: 9999;
}

#mobilenav li>ul li {
    width: 100%;
    clear: both;
}

#mobilenav li>ul li a {
    background-color: #3c3c3c;
    position: relative;
    border-top: 1px solid #2a2a2a;
    color: #fff;
    height: 35px;
    line-height: 35px;
    left: 0;
    top: 0;
    z-index: 200;
}

#mobilenav li:hover li a:hover {
    text-decoration: underline;
}

#homebanner img {
    width: 100%;
    height: auto;
    display: block;
}

#homebannerslides .item img {
    display: block;
    width: 100%;
    height: auto;
}

#homebanner .owl-buttons {
    display: none;
}

#homebanner .owl-theme .owl-controls {
    text-align: right !important;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#homebanner .owl-theme .owl-controls .owl-page span {
    margin: 2px 4px !important;
    width: 9px !important;
    height: 9px !important;
    background: #fff !important;
}

.hometitle {
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.hometitle p {
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: #3c3c3c;
    margin-bottom: 5px;
}

.homesubtitle {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

.subbanner {
    position: relative;
    margin-top: 20px;
}

.subbanner img {
    width: 100%;
    height: auto;
    display: block;
}

.subbanneroverlay {
    width: 100%;
    background: rgba(255, 255, 255, .8);
    position: absolute;
    z-index: 100;
    top: 42px;
    left: 0;
    padding: 10px 0;
}

.subbanneroverlay p {
    padding: 0 15px;
}

.subbannersubheading {
    font-family: "Times New Roman", sans-serif;
    font-size: 35px;
    font-weight: normal;
    color: #ba853e;
}

.subbannerheading {
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 400;
    font-size: 37px;
    color: #005542;
    text-transform: uppercase;
}

.subbannerlink {
    position: absolute;
    z-index: 100;
    bottom: 0;
    right: 0;
}

.subbannerlink a {
    display: block;
    background: rgba(255, 255, 255, .8);
    color: #222222;
    padding: 10px;
    text-decoration: none;
}

.subbannerlink a:hover {
    color: #ba853e;
}

#whowearecontainer {
    width: 100%;
    background-color: #f6f6f6;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 30px;
}

#homevideo {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

#homevideo img {
    max-width: 100%;
    height: auto;
}

.homecopyheading {
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #3c3c3c;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: block;
}

#homecopy p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #3c3c3c;
    line-height: 20px;
}

#homebrands #brandslist {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    text-align: center;
}

#footercontainer {
    width: 100%;
    background-color: #3c3c3c;
}

#footercontent {
    padding-bottom: 25px;
    margin-top: 40px;
}

#footerlogo {
    margin-top: 15px;
}

#footerlogo img {
    max-width: 100%;
    height: auto;
}

#footersocialmedia {
    margin-top: 15px;
    padding-bottom: 25px;
}

#footersocialmedia li {
    list-style: none;
    display: inline;
    margin-right: 5px;
}

#footersocialmedia li a {
    color: #fff;
}

#footersocialmedia li a:hover {
    color: #ba853e;
}

.footerheading {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 10px;
    display: block;
}

.footercolumn li {
    list-style: none;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
}

.footercolumn li a {
    color: #fff;
    text-decoration: none;
}

.footercolumn li a:hover {
    text-decoration: underline;
}

.footercolumn p {
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
}

.footercolumn a {
    color: #fff;
    text-decoration: none;
}

.footercolumn a:hover {
    text-decoration: underline;
}

#copyright {
    padding-top: 55px;
    padding-bottom: 15px;
    text-align: center;
}

#copyright p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #fff;
}

#copyright a {
    color: #fff;
    text-decoration: none;
}

#copyright a:hover {
    text-decoration: underline;
}

#seocontentbox {
    max-width: 100%;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
}

#seocontentbox p {
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #fff;
}

#scrolldiv {
    display: none;
}

@media screen and (max-width: 400px) {

    .HomePageForm #divworkspacearea {
        margin-top: 1px;
    }

    #topbarright {
        width: 100%;
    }

    #accountnav {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #headerleft {
        width: 100%;
        float: none;
    }

    #headerright {
        width: 100%;
        float: none;
    }

    #logo {
        padding-top: 20px;
        padding-left: 0;
        margin-right: 0;
        text-align: center;
        float: none;
    }

    #headermessage {
        display: none;
    }

    #searchbox {
        width: 224px;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-right: 15px;
    }

    #searchboxleft {
        width: 185px;
    }

    #searchboxleft input {
        width: 174px;
    }

    #homevideo {
        margin-right: 0;
    }

    .subbanneroverlay {
        top: 32px;
    }

    .subbannersubheading {
        font-size: 30px;
    }

    .subbannerheading {
        font-size: 24px;
    }

}

@media screen and (min-width: 401px) and (max-width: 767px) {

    .HomePageForm #divworkspacearea {
        margin-top: 1px;
    }

    #topbarright {
        width: 100%;
    }

    #accountnav {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #headerleft {
        width: 100%;
        float: none;
    }

    #headerright {
        width: 100%;
        float: none;
    }

    #logo {
        padding-top: 20px;
        padding-left: 0;
        margin-right: 0;
        text-align: center;
        float: none;
    }

    #headermessage {
        display: none;
    }

    #searchbox {
        width: 224px;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-right: 15px;
    }

    #searchbox {
        width: 224px;
    }

    #searchboxleft {
        width: 185px;
    }

    #searchboxleft input {
        width: 174px;
    }

    .mobileclear {
        clear: both;
    }

    .subbanneroverlay {
        top: 32px;
    }

    .subbannersubheading {
        font-size: 30px;
    }

    .subbannerheading {
        font-size: 24px;
    }

}

@media screen and (min-width: 530px) and (max-width: 767px) {

    .twocolumn {
        width: 50%;
        float: left;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    #logo {
        padding-left: 25px;
        margin-right: 15px;
    }

    #headermessage p {
        padding-left: 15px;
    }

    #searchbox {
        width: 254px;
    }

    #searchboxleft {
        width: 215px;
    }

    #searchboxleft input {
        width: 204px;
    }

    ul#topnav li a {
        font-size: 14px;
        font-weight: 600;
    }

    ul#topnav .sub ul li {
        width: 20%;
    }

}

@media screen and (min-width: 768px) and (max-width: 1135px) {

    .subbanneroverlay {
        top: 32px;
    }

    .subbannersubheading {
        font-size: 30px;
    }

    .subbannerheading {
        font-size: 24px;
    }

}

@media screen and (min-width: 768px) {

    .desktopclear {
        clear: both;
    }

}

@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: #cfcfcf;
        text-decoration: none;
        position: fixed;
        bottom: 30px;
        right: 20px;
        z-index: 500;
        display: none;
    }

    .scrolltotop:hover {
        color: #a2a2a2;
        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 .price {
    color: #005542;
}

#item-info-pricing .add-to-cart a {
    background-color: #005542;
    border: 1px solid #005542;
}

#item-info-pricing .add-to-cart a:hover {
    background-color: #fff;
    color: #005542;
    border: 1px solid #005542;
}

#email-friend a {
    color: #fff;
}

#request-information,
#email-friend {
    background-color: #005542;
}

#request-information:hover a,
#email-friend:hover a {
    color: #005542;
}

#request-information a:hover,
#email-friend a:hover {
    color: #005542;
    text-decoration: none;
}

.RequestInfoPageButtonSend {
    border: 1px solid #005542;
    background: #005542;
}

.RequestInfoPageButtonSend:hover {
    border: 1px solid #005542;
}

.filter-show-button {
    background: #005542;
}

.filter-show-button:hover {
    color: #005542;
    background: #fff;
}

#item-info-product-info .product-tab-heading.tab-active {
    border-bottom: 3px solid #005542;
}

#item-info-product-info .product-tab-heading.tab-active {
    border-bottom: 3px solid #005542;
}

#item-info-draping .customize-choice-tabs::-webkit-scrollbar-track {
    background: #005542;
}

#item-info-product-info .product-tab-heading {
    color: #005542;
}

#item-info-short-description .view-collection {
    color: #005542;
}

#item-info-draping .draping-pagination a {
    color: #005542;
}

#item-info-draping .customize-choice-tabs li.selected a span {
    background: #005542;
}

#snap-shot a {
    color: #005542;
}

#item-info-rotators .heading:after {
    background: #005542;
}

#item-info-draping .customize-choice-tabs li.selected a span {
    background: #005542;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #005542 !important;
}

.noUi-handle {
    background-color: #005542;
}

/* End Epiphany 4 BravoV2 item information color changes  */

/* Brand Carousel on Home Page */
.brand-container {
    border: 1px solid #d2d2d2;
    padding: 20px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}

#brand-slider {
    margin: 0px;
    padding: 0px;
}

#brand-slider li {
    list-style: none;
}

#brands {
    padding: 95px 0 75px;
    text-align: center;
}

#brand-slider .owl-carouselLabel {
    display: none;
}

#brands .owl-carousel {
    margin-top: 35px;
}

#brands .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: #005542;
}

#brand-slider .owl-prev {
    left: -8%;
}

#brand-slider .owl-next {
    right: -8%;
}

/* CSS Chnages */
#home-video-container {
    position: relative;
    text-align: center;
}

.youtube {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.youtube i {
    color: red;
}

.home-video {
    margin-bottom: 10px;
}