/* color: #d8c5ac;
   color: rgb(216, 197, 172, 1);
*/

/**  HEADER, HOMEPAGE, FOOTER STYLES  **/

#divworkspacearea {
    max-width: 1230px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.30);
}

.HomePageForm #divworkspacearea {
    max-width: 1250px;
    padding-left: 0;
    padding-right: 0;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1270px;
}

.dynamicFooter {
    max-width: 1250px;
    margin: 0 auto;
    background-color: #FFF;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.30);
}

.dynamicFooter footer {
    width: 100%;
    background-color: #FFF;
}

*: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;
}

header {
    position: relative;
    z-index: 200;
}

#headercontainer {
    width: 100%;
    background-color: #d8c5ac;
    position: relative;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

#logo {
    margin-top: 28px;
    margin-bottom: 28px;
}

#logo img {
    max-width: 100%;
    height: auto;
}

#searchbox {
    width: 276px;
    height: 39px;
    border: 1px solid #fff;
    background-color: #fff;
    margin-top: 30px;
    float: right;
}

#searchboxleft {
    width: 237px;
    height: 39px;
}

#searchboxleft input {
    width: 226px;
    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: #000;
    text-align: center;
    text-decoration: none;
}

#accountnav {
    margin-top: 40px;
    position: relative;
    float: right;
}

#accountnav ul {
    margin-right: 20px;
    list-style: none;
}

#accountnav ul li {
    display: block;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    float: right;
}

#accountnav li ul {
    display: none;
}

#accountnav ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    height: 16px;
    margin-right: 12px;
    margin-left: 12px;
    white-space: nowrap;
}

#accountnav ul li:hover>a {
    text-decoration: none;
    color: #000;
}

#accountnav li:hover ul {
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
    padding-top: 34px;
    z-index: 9999;
    cursor: pointer;
}

#accountnav li:hover li {
    width: 140px;
    font-size: 13px;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 600;
    text-align: right;
    clear: both;
}

#accountnav li:hover li a {
    background-color: #fff;
    color: #2a2a2a;
    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;
}

#sticky-header {
    text-align: center;
    position: absolute;
    font-family: "Source Sans Pro", Arial, sans-serif;
    width: 100%;
    background-color: #333;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.fixed {
    position: fixed !important;
    top: 0 !important;
}

nav>ul>li {
    list-style: none;
    display: inline-block;
}

nav ul li,
nav li ul,
#sticky-header.fixed nav li ul {
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

nav ul li a {
    font-size: .95em;
}

nav>ul>li,
nav>ul>li>ul>li {
    position: relative;
}

nav>ul>li:hover {
    background-color: #000;
}

nav>ul>li>ul>li:hover {
    background-color: rgba(216, 197, 172, .75);
}

nav>ul>li>a {
    display: block;
    padding: 16px 2.5vw;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
}

nav li ul,
#sticky-header.fixed nav li ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    list-style: none;
    text-align: left;
    -webkit-transition: opacity .3s ease, visibility 0s ease .3s;
    -moz-transition: opacity .3s ease, visibility 0s ease .3s;
    -o-transition: opacity .3s ease, visibility 0s ease .3s;
    -ms-transition: opacity .3s ease, visibility 0s ease .3s;
    transition: opacity .3s ease, visibility 0s ease .3s;
}

nav li ul {
    background-color: rgba(0, 0, 0, .90);
}

#sticky-header.fixed nav li ul {
    background-color: rgba(0, 0, 0, .95);
}

nav li:hover>ul,
#sticky-header.fixed nav li:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

nav>ul>li>ul {
    width: 220px;
}

nav>ul>li>ul>li:last-child {
    padding-bottom: 5px;
}

nav li ul a {
    display: block;
}

nav>ul>li>ul>li>a {
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
}

nav li li i {
    position: absolute;
    right: 20px;
    font-size: 1.35em !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

nav li li:hover i {
    opacity: 1;
}

nav li li ul {
    top: 0;
    left: 220px;
    width: 200px;
}

nav li li li {
    background-color: rgba(216, 197, 172, .75);
}

nav li li li:first-child {
    padding-top: 10px;
}

nav li li li:last-child {
    padding-bottom: 10px;
}

nav li li li a {
    padding: 6px 10px;
    color: #E3E3E3;
    text-decoration: none;
}

nav li li li a:hover {
    text-decoration: underline;
    color: #fff;
}

#mobilenav {
    width: 100%;
    text-align: center;
    background-color: #000;
}

#mobilenav ul {
    list-style: none;
}

#mobilenav ul li {
    display: block;
    position: relative;
    font-weight: 400;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    z-index: 500;
    line-height: 45px;
}

#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: #000;
    border-top: 1px solid #d8c5ac;
    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: #333 !important;
}

.products-items {
    position: relative !important;
}

.homecontainer {
    margin: 0 20px;
}

#homeslide img {
    width: 100%;
    height: auto;
    display: block;
}

.hometitle {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

.hometitle p {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 49px;
    line-height: 49px;
    font-weight: 300;
}

.blue {
    color: #333;
}

.white {
    color: #FFF;
}

.hometitle .bluedot {
    background: #333;
    height: 7px;
    width: 7px;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 50%;
}

.hometitle .bluedot:before {
    position: absolute;
    content: '';
    background: #333;
    height: 7px;
    width: 7px;
    left: 13px;
    top: 0;
    border-radius: 50%;
}

.hometitle .bluedot:after {
    position: absolute;
    content: '';
    background: #333;
    height: 7px;
    width: 7px;
    right: 13px;
    top: 0;
    border-radius: 50%;
}

.hometitle .whitedot {
    background: #fff;
    height: 7px;
    width: 7px;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 50%;
}

.hometitle .whitedot:before {
    position: absolute;
    content: '';
    background: #fff;
    height: 7px;
    width: 7px;
    left: 13px;
    top: 0;
    border-radius: 50%;
}

.hometitle .whitedot:after {
    position: absolute;
    content: '';
    background: #fff;
    height: 7px;
    width: 7px;
    right: 13px;
    top: 0;
    border-radius: 50%;
}

#homeproducttabs>div {
    width: 100%;
    border: 1px solid #000;
    background-color: #FFF;
    margin-bottom: 30px;
}

#homeproducttabs img {
    width: 100%;
    height: auto;
    display: block;
}

.tabs li {
    list-style: none;
    display: inline;
    padding-right: 5px;
}

.tabs a {
    padding: 12px 32px;
    display: inline-block;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.tabs a.active {
    background: #fff;
    color: #000;
    position: relative;
    bottom: -1px;
}

#newproductslides {
    width: 85%;
    margin: 0 auto;
    padding: 20px 0;
}

#newproductslides .item {
    display: block;
    width: 100%;
    height: auto;
}

#newproductslides li {
    list-style: none;
}

#newproductslides .owl-prev {
    width: 14px;
    height: 14px;
    background-color: transparent !important;
    border-left: 4px solid #4d4d4d;
    border-top: 4px solid #4d4d4d;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    opacity: 1 !important;
    position: absolute;
    top: 45%;
    left: -35px;
}

#newproductslides .owl-next {
    width: 14px;
    height: 14px;
    background-color: transparent !important;
    border-left: 4px solid #4d4d4d;
    border-top: 4px solid #4d4d4d;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    opacity: 1 !important;
    position: absolute;
    top: 45%;
    right: -35px;
}

#newproductslides .owl-carouselProductContainer {
    max-width: 100%;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

#newproductslides .owl-carouselProductImage img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

#newproductslides a {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
}

#clearanceslides {
    width: 85%;
    margin: 0 auto;
    padding: 20px 0;
}

#clearanceslides .item {
    display: block;
    width: 100%;
    height: auto;
}

#clearanceslides li {
    list-style: none;
}

#clearanceslides .owl-prev {
    width: 14px;
    height: 14px;
    background-color: transparent !important;
    border-left: 4px solid #4d4d4d;
    border-top: 4px solid #4d4d4d;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    opacity: 1 !important;
    position: absolute;
    top: 45%;
    left: -35px;
}

#clearanceslides .owl-next {
    width: 14px;
    height: 14px;
    background-color: transparent !important;
    border-left: 4px solid #4d4d4d;
    border-top: 4px solid #4d4d4d;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    opacity: 1 !important;
    position: absolute;
    top: 45%;
    right: -35px;
}

#clearanceslides .owl-carouselProductContainer {
    max-width: 100%;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

#clearanceslides .owl-carouselProductImage img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

#clearanceslides a {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
}

#servicescontainer {
    width: 100%;
    background-color: #000;
    padding-bottom: 20px;
}

.servicecopy {
    width: 33%;
    text-align: center;
    margin-bottom: 40px;
    float: left;
}

.servicecopyicon {
    width: 160px;
    height: 160px;
    font-size: 88px;
    color: #FFF;
    background-color: #000;
    border-radius: 50%;
    padding: 15px;
    display: block;
    margin: 0 auto 30px auto;
}

.servicecopyicon i {
    margin-top: 34px;
}

.servicecopy p {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 16px;
    color: #FFF;
    line-height: 21px;
    padding: 0 30px;
}

.servicecopyheading {
    font-size: 23px;
    font-weight: 600;
}

#ourstorycontainer {
    margin: 0 20px;
    padding-bottom: 40px;
}

#ourstoryvideo {
    text-align: center;
    position: relative;
}

#ourstoryvideo img {
    width: 100%;
    height: auto;
    display: block;
}

#ourstoryvideo:hover>#ourstoryvideoplay a {
    opacity: 1;
}

#ourstoryvideoplay {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 30%;
}

#ourstoryvideoplay a {
    font-size: 8em;
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
    display: block;
}

#homecopy p {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 17px;
    line-height: 33px;
    font-weight: 400;
    color: #2a2a2a;
    padding: 0 10px;
}

#homecopy a {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #333;
    padding: 12px 40px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

#testimonialscontainer {
    width: 100%;
    background-color: #000;
    padding-bottom: 20px;
}

#clienttestimonials {
    padding: 40px 70px 40px 70px;
    border: 1px solid #d7d6d6;
    background-color: #FFF;
    margin-left: 120px;
    margin-right: 120px;
    margin-bottom: 50px;
    position: relative;
}

#clienttestimonials p {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #292525;
    text-align: center;
}

#clienttestimonialslides .item {
    display: block;
    width: 100%;
    height: auto;
}

#clienttestimonials .owl-pagination {
    display: none;
}

#clienttestimonials .owl-prev {
    width: 14px;
    height: 14px;
    background-color: transparent !important;
    border-left: 2px solid #4d4d4d;
    border-top: 2px solid #4d4d4d;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    opacity: 1 !important;
    position: absolute;
    top: 45%;
    left: -35px;
}

#clienttestimonials .owl-next {
    width: 14px;
    height: 14px;
    background-color: transparent !important;
    border-left: 2px solid #4d4d4d;
    border-top: 2px solid #4d4d4d;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    opacity: 1 !important;
    position: absolute;
    top: 45%;
    right: -35px;
}

.clienttestimonialheadline {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

#clienttestimonials .fa-star {
    color: #fab21d;
    margin: 0 2px;
}

.clienttestimonialyellow {
    color: #fab21d;
    font-size: 18px;
    font-weight: 400;
}

#homebrandscontainer {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center;
}

#homebrandscontainer ul.owl-carousel {
    list-style: none;
}

#brand-slider .owl-carouselLabel {
    display: none;
}

#homebrandscontainer .owl-carousel {
    margin-top: 35px;
}

#homebrandscontainer .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 {
    left: -60px;
}

#brand-slider .owl-next {
    right: -60px;
}

#newslettercontainer {
    width: 100%;
    background-color: #000;
    padding-bottom: 60px;
    text-align: center;
}

#newslettercontainer>p {
    max-width: 1050px;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    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 #fff;
}

#newsletterboxright {
    width: 144px;
    float: right;
}

#newsletterboxright input {
    width: 144px;
    height: 50px;
    line-height: 45px;
    background-color: #000;
    font-family: "Source Sans Pro", Arial, 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: #333;
    padding: 37px 8% 40px 8%;
}

.footerheading {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 17px;
    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: "Source Sans Pro", Arial, sans-serif;
    font-size: 15px;
    line-height: 25px;
}

.footercolumn li a {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}

.footercolumn li a:hover {
    text-decoration: underline;
}

.footercolumn p {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    color: #fff;
}

.footercolumn a {
    color: #fff;
    text-decoration: none;
}

.footercolumn a:hover {
    text-decoration: underline;
}

#copyrightcontainer {
    width: 96%;
    padding: 14px 2%;
    background-color: #222;
}

#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: "Source Sans Pro", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    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: 400px) {

    #headercontainer {
        position: static;
    }

    #logo {
        margin-top: 15px;
        margin-bottom: 0;
        text-align: center;
    }

    #searchbox {
        width: 200px;
        height: 39px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #searchboxleft {
        width: 161px;
        height: 39px;
    }

    #searchboxleft input {
        width: 150px;
        height: 31px;
    }

    #accountnav {
        margin-top: 25px;
    }

    #accountnav ul {
        margin-right: 10px;
    }

    #accountnav ul li a {
        margin-right: 6px;
        margin-left: 6px;
    }

    nav>ul>li>a {
        padding: 12px 2.5vw;
    }

    nav>ul>li:last-child>ul {
        left: unset;
        right: 0;
    }

    nav>ul>li:last-child>ul>li {
        text-align: right;
    }

    #divworkspacearea {
        padding-top: 20px;
    }

    .tabs a {
        padding: 10px 15px;
        font-size: 20px;
    }

    #newproductslides {
        width: 60%;
    }

    #clearanceslides {
        width: 60%;
    }

    .servicecopy {
        width: 100%;
        float: none;
    }

    #ourstoryvideoplay {
        top: 22%;
    }

    #homecopy p {
        padding: 0;
        margin-top: 20px;
    }

    #homecopy a {
        margin-top: 15px;
        margin-left: 0;
        margin-right: 0;
    }

    #clienttestimonials {
        margin-left: 20px;
        margin-right: 20px;
    }

    #homebrandscontainer {
        width: 50%;
    }

    #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) {

    #headercontainer {
        position: static;
    }

    #logo {
        margin-top: 15px;
        margin-bottom: 0;
        text-align: center;
    }

    #searchbox {
        width: 200px;
        height: 39px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #searchboxleft {
        width: 161px;
        height: 39px;
    }

    #searchboxleft input {
        width: 150px;
        height: 31px;
    }

    #accountnav {
        margin-top: 25px;
    }

    #accountnav ul {
        margin-right: 10px;
    }

    #accountnav ul li a {
        margin-right: 6px;
        margin-left: 6px;
    }

    nav>ul>li>a {
        padding: 12px 2.5vw;
    }

    nav>ul>li:last-child>ul {
        left: unset;
        right: 0;
    }

    nav>ul>li:last-child>ul>li {
        text-align: right;
    }

    #divworkspacearea {
        padding-top: 20px;
    }

    .tabs a {
        padding: 10px 20px;
        font-size: 20px;
    }

    #newproductslides {
        width: 70%;
    }

    #clearanceslides {
        width: 70%;
    }

    .servicecopy {
        width: 100%;
        float: none;
    }

    #ourstoryvideoplay {
        top: 28%;
    }

    #homecopy p {
        padding: 0;
        margin-top: 20px;
    }

    #homecopy a {
        margin-top: 15px;
        margin-left: 0;
        margin-right: 0;
    }

    #clienttestimonials {
        margin-left: 40px;
        margin-right: 40px;
    }

    #homebrandscontainer {
        width: 60%;
    }

    #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) {

    nav>ul>li>a {
        padding: 12px 2.5vw;
    }

    nav>ul>li:last-child>ul {
        left: unset;
        right: 0;
    }

    nav>ul>li:last-child>ul>li {
        text-align: right;
    }

    #ourstoryvideoplay {
        top: 20%;
    }

    #newproductslides {
        width: 80%;
    }

    #clearanceslides {
        width: 80%;
    }

}

@media screen and (min-width: 1420px) {

    #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: 40px;
        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 .add-to-cart a {
    background-color: #000;
    border: 1px solid #000;
}

#item-info-pricing .add-to-cart a:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

#email-friend a {
    color: #fff;
}

#request-information,
#email-friend {
    background-color: #000;
}

#request-information:hover a,
#email-friend:hover a {
    color: #000;
}

#request-information a:hover,
#email-friend a:hover {
    color: #000;
    text-decoration: none;
}

.RequestInfoPageButtonSend {
    border: 1px solid #000;
    background: #000;
}

.RequestInfoPageButtonSend:hover {
    border: 1px solid #000;
}

#item-info-product-info .product-tab-heading.tab-active {
    border-bottom: 3px solid #000;
}

#item-info-product-info .product-tab-heading {
    color: #000;
}

#item-info-short-description .view-collection {
    color: #000;
}

#item-info-draping .draping-pagination a {
    color: #000;
}

#item-info-draping .customize-choice-tabs li.selected a span {
    background: #000;
}

#snap-shot a {
    color: #000;
}

#item-info-rotators .heading:after {
    background: #000;
}

#item-info-draping .customize-choice-tabs li.selected a span {
    background: #000;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000 !important;
}

.noUi-handle {
    background-color: #000;
}

/* End Epiphany 4 BravoV2 item information color changes  */

 h1 {
    margin: 0;
    padding: 0 0 15px;
    font-size: 30px;
    color: #a65a4b;
    font-family: Bookman Old Style;
}

h2 {
    margin: 0;
    padding: 0 0 8px;
    font-size: 18px;
    color: #8d7659;
}

p {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

#contentcontainer {
    width: 100%;
    padding-top: 10px;
    box-sizing: border-box;
}

#contentcontainer img {
    width: 100%;
    height: auto;
    display: block;
}

.components tr {
    height: 65px;
}

#furniture-buttoncontainer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#furniture-button1 a {
    width: 100%;
    height: auto;
    max-width: 200px;
    height: 200px;
    margin: 18px;
    display: inline-block;
    background: url('images/recliners-category-brown.png') bottom;
    text-indent: -99999px;
}

#furniture-button1 a:hover {
    background: url('images/recliners-category.png') bottom;
}

#furniture-button2 a {
    width: 100%;
    max-width: 200px;
    height: 200px;
    margin: 18px;
    display: inline-block;
    background: url('images/loveseats-category-brown.png') bottom;
    text-indent: -99999px;
}

#furniture-button2 a:hover {
    background: url('images/loveseats-category.png') bottom;
}

#furniture-button3 a {
    width: 100%;
    max-width: 200px;
    height: 200px;
    margin: 18px;
    display: inline-block;
    background: url('images/sofas-category-brown.png') bottom;
    text-indent: -99999px;
}

#furniture-button3 a:hover {
    background: url('images/sofas-category.png') bottom;
}

#furniture-button4 a {
    width: 100%;
    max-width: 200px;
    height: 200px;
    margin: 18px;
    display: inline-block;
    background: url('images/sectionals-category-brown.png') bottom;
    text-indent: -99999px;
}

#furniture-button4 a:hover {
    background: url('images/sectionals-category.png') bottom;
}

#furniture-button5 a {
    width: 100%;
    max-width: 200px;
    height: 200px;
    margin: 18px;
    display: inline-block;
    background: url('images/recliners-motionbutton-brown.png') bottom;
    text-indent: -99999px;
}

#furniture-button5 a:hover {
    background: url('images/recliners-motionbutton.png') bottom;
}

#furniture-button6 a {
    width: 100%;
    max-width: 200px;
    height: 200px;
    margin: 18px;
    display: inline-block;
    background: url('images/rockingrecliners-brown.png') bottom;
    text-indent: -99999px;
}

#furniture-button6 a:hover {
    background: url('images/rockingrecliners.png') bottom;
}

#furniture-button7 a {
    width: 100%;
    max-width: 200px;
    height: 200px;
    margin: 18px;
    display: inline-block;
    background: url('images/fabric-brown.png') bottom;
    text-indent: -99999px;
}

#furniture-button7 a:hover {
    background: url('images/fabric.png') bottom;
}

#furniture-button8 a {
    width: 100%;
    max-width: 200px;
    height: 200px;
    margin: 18px;
    display: inline-block;
    background: url('images/leather-brown.png') bottom;
    text-indent: -99999px;
}

#furniture-button8 a:hover {
    background: url('images/leather.png') bottom;
}

#mainForm #browserarea {
    top: 300px !important;
}

#accountdetailsinput {
    margin-top: 0px !important;
}

.et_design_login_logo {
    top: 110px;
}

/* contact-us.inc */
#contact-us h2 {
    font-size: 20px;
    margin: 5px 0px;
    color: #000;
}

#contact-us p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 5px 10px;
}

#contact-us a {
    text-decoration: none;
    color: #2a2a2a;
}

#contact-us .contact-form {
    margin: 25px 0;
}

#contact-us .contact-form input,
#contact-us .contact-form select,
#contact-us .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;
}

#contact-us .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: 500px;
    cursor: pointer;
    margin: 25px 0;
}

#contact-us .contact-form input[type="submit"]:hover {
    background-color: #fff;
    color: #000;
}

#contact-us button {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    width: 200px;
    border: 1px solid #000;
    padding: 10px;
    display: block;
    text-align: center;
    margin: 25px 0;
}

#contact-us button:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}