/**  HEADER, HOMEPAGE, FOOTER STYLES  **/

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#divworkspacearea {
    max-width: 1180px;
    padding: 20px 10px 25px 10px;
    margin: 0 auto;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
}

.HomePageForm #divworkspacearea {
    max-width: 100%;
    padding: 0;
    background: none;
}

.workspacearea {
    top: -6px;
}

*:focus {
    outline: none;
}

img {
    border: 0;
}

h1 {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    background-color: #b1e0e4;
    /*background-image: url('images/bodybg.jpg');*/
    background-repeat: repeat;
    background-position: top left;
    font-family: 'Lora', serif;
}

#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: #676767;
}

.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: #676767;
    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;
}

#headercontainer {
    width: 100%;
    background-color: #fcf9f4;
    /*background-image: url('images/headerbg.jpg');
	background-repeat: repeat-x;*/
    background-position: bottom left;
}

#logo {
    margin-top: 12px;
    margin-bottom: 5px;
    text-align: center;
}

#logo img {
    max-width: 100%;
    height: auto;
}

#mainnav {
    text-align: right;

}

ul#topnav {
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
    list-style: none;
    float: left;
}

ul#topnav li {
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    /*--Important--*/
}

ul#topnav li a {
    float: left;
    height: 18px;
    /*	line-height: 36px;*/
    font-family: "Palatino";
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 9px;
    border-left: 1px solid #fff;

}

ul#topnav li:hover a,
ul#topnav li a:hover {
    /*background-image: url('images/navbg.jpg');*/
    background-repeat: repeat-x;
    background-position: 0px 74px;
    color: #353535;
}

/*--Hover State--*/

ul#topnav li .subfurniture {
    position: absolute;
    /*--Important--*/
    top: 35px;
    left: -10px;
    z-index: 99999;
    background-color: #b1e0e4;
    padding: 10px 20px 25px;
    border-left: 1px solid #88c8ce;
    border-right: 1px solid #88c8ce;
    border-bottom: 1px solid #88c8ce;
    text-align: left;
    display: none;
    /*--Hidden for those with js turned off--*/
}

ul#topnav li .subportfolio {
    position: absolute;
    /*--Important--*/
    top: 35px;
    left: 0px;
    z-index: 99999;
    background-color: #b1e0e4;
    padding: 10px 20px 25px;
    border-left: 1px solid #88c8ce;
    border-right: 1px solid #88c8ce;
    border-bottom: 1px solid #88c8ce;
    text-align: left;
    display: none;
    /*--Hidden for those with js turned off--*/
}

ul#topnav li .subaboutus {
    position: absolute;
    /*--Important--*/
    top: 35px;
    left: 0px;
    z-index: 99999;
    background-color: #b1e0e4;
    padding: 10px 20px 25px;
    border-left: 1px solid #88c8ce;
    border-right: 1px solid #88c8ce;
    border-bottom: 1px solid #88c8ce;
    text-align: left;
    display: none;
    /*--Hidden for those with js turned off--*/
}

ul#topnav li .subpromotion {
    position: absolute;
    /*--Important--*/
    top: 35px;
    left: 0px;
    z-index: 99999;
    background-color: #b1e0e4;
    padding: 10px 20px 25px;
    border-left: 1px solid #88c8ce;
    border-right: 1px solid #88c8ce;
    border-bottom: 1px solid #88c8ce;
    text-align: left;
    display: none;
    /*--Hidden for those with js turned off--*/
}

ul#topnav li .subcustomerservice {
    position: absolute;
    /*--Important--*/
    top: 35px;
    left: 0px;
    z-index: 99999;
    background-color: #b1e0e4;
    padding: 10px 20px 25px;
    border-left: 1px solid #88c8ce;
    border-right: 1px solid #88c8ce;
    border-bottom: 1px solid #88c8ce;
    text-align: left;
    display: none;
    /*--Hidden for those with js turned off--*/
}

ul#topnav li .row {
    /*--If needed to break out into rows--*/
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

ul#topnav li .sub ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#topnav .sub ul li {
    width: 100%;
    /*--Override parent list item--*/
    color: #fff;
}

ul#topnav .sub ul li h2 {
    /*--Sub nav heading style--*/
    padding: 0;
    margin: 0;
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: bold;
    color: #353535;
}

ul#topnav .sub ul li h2 a {
    /*--Sub nav heading link style--*/
    padding: 5px 0;
    background-image: none;
    color: #353535;
}

ul#topnav .sub ul li a {
    float: none;
    font-family: Verdana, sans-serif;
    text-transform: none;
    font-size: 13px;
    text-indent: 0;
    /*--Override text-indent from parent list item--*/
    height: 22px;
    line-height: 22px;
    padding: 0px 5px 0px 0px;
    display: block;
    text-decoration: none;
    color: #353535;
    border: 0 !important;
    background: none !important;
}

ul#topnav .sub ul li a:hover {
    color: #353535;
    text-decoration: underline;
    background-position: 14px 14px;
    /*--Override background position--*/
}

.sublinkscolumn {
    width: 150px;
    line-height: 25px;
    float: left;
}

.sublinkscolumn a {
    font-family: 'Lora', serif;
    font-size: 12px !important;
    color: #353535 !important;
    text-transform: none !important;
}

.sublinkscolumn a:hover {
    text-decoration: underline !important;
}

.subtitleheading {
    width: 134px;
    height: 25px;
    line-height: 25px;
    padding-bottom: 5px !important;
}

.subtitleheading h1 {
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: normal;
    color: #362618;
}

.subtitleheading h1 a {
    font-family: "Palatino";
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 45px !important;
    height: 45px !important;
    color: #362618 !important;
    padding: 0 !important;
    margin: 0 !important;
    border-left: 0px !important;
}

#mobilenav {
    line-height: 38px;
    line-height: 38px;
    text-align: center;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 10px;
}

#mobilenav ul {
    list-style: none;
}

#mobilenav ul li {
    display: block;
    position: relative;
    font-family: 'Lora', serif;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 200;
}

#mobilenav li ul {
    display: none;
}

#mobilenav ul li a {
    display: block;
    text-decoration: none;
    color: #606060;
    white-space: nowrap;
}

/*#mobilenav ul li:hover a {
    text-decoration: none;
    color: #c5c5c5;
}*/

/*#mobilenav li:hover ul {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 200;
}*/

/*#mobilenav li:hover li {
    width: 100%;
    clear: both;
}*/

#mobilenav li li a {
    background-color: #f2f2f2;
    position: relative;
    border-top: 1px solid #fff;
    height: 35px;
    line-height: 35px;
    color: #000;
    left: 0;
    top: 0;
    z-index: 200;
}

#mobilenav li li li a {
    background-color: #F1EDE5;
}

/*#mobilenav li:hover li a:hover {
    text-decoration: underline;
    color: #c5c5c5;
}*/

#headerbarcontainer {
    width: 100%;
    background-repeat: repeat-x;
    background-position: bottom left;
    position: relative;
    z-index: 100;
    background-color: #87c7cc;
}

#accountnav {
    padding-top: 0px;
    padding-bottom: 5px;
    float: right;
}

#accountnav li {
    list-style: none;
    display: inline;
    font-family: 'Lora', serif;
    font-size: 12px;
    padding-right: 5px;
    border-left: 1px solid #606060;
    padding-left: 5px;
}

#accountnav li a {
    color: #000;
    text-decoration: none;
}

#accountnav li a:hover {
    text-decoration: underline;
}

#searchbox {
    width: 230px;
    height: 23px;
    padding-top: 7px;
    padding-bottom: 5px;
    float: right;
    margin-right: 10%;
}

#searchboxleft {
    width: 192px;
    height: 23px;
    float: right;
}

#searchboxleft input {
    width: 181px;
    height: 16px;
    font-family: 'Lora', serif;
    font-size: 11px;
    color: #000;
    background-color: #fff;
    padding: 3px 3px 2px 6px;
    border: 1px solid #fff;
}

#searchboxright {
    width: 38px;
    height: 23px;
    float: right;
}

#searchboxright a {
    display: block;
    width: 38px;
    height: 23px;
    line-height: 23px;
    font-family: "Palatino";
    font-size: 15px;
    color: #000;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 3px;
}

#searchboxright a:hover {
    color: #353535;
}

#maincontentcontainer {
    width: 100%;
    background-color: #b1e0e4;
    position: relative;
    top: -26px;
    z-index: 0;
}

#slideshowid {
    margin-top: 32px;
}

#slideshowid img {
    max-width: 100%;
    height: auto;
    display: block;
}

#slideshowid .item img {
    display: block;
    width: 100%;
    height: auto;
}

#slideshowid .owl-theme .owl-controls {
    text-align: right !important;
    margin-top: 0 !important;
    padding-right: 10px !important;
    position: relative;
    top: -34px;
}

#slideshowid .owl-theme .owl-controls .owl-page span {
    margin: 2px 4px !important;
    width: 11px !important;
    height: 11px !important;
    background: #ccc !important;
}

#subbannerscontainer {
    width: 100%;
    background-image: url('images/subbannersbg.png');
    background-color: #87c7cc;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
    z-index: 100;
    top: -26px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.palmtreebg img {
    max-width: 100%;
    height: auto;
}

.subbanner {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}

.subbannerpic img {
    width: 100%;
    height: auto;
}

.subbannertitle a {
    display: inline-block;
    font-family: 'Lora', serif;
    font-size: 24px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    background: url('images/subbannertitlebg.png') repeat;
    padding: 10px 15px 7px 15px;
    position: absolute;
    bottom: 5px;
    right: 0;
}

.subbannertitle a:hover {
    color: #d4d4d4;
}

#footercontent {
    padding-bottom: 25px;
}

.footercolumn {
    padding-left: 10px;
}

#footerlogo {
    margin-top: 15px;
}

#footerlogo img {
    max-width: 100%;
    height: auto;
}

.socialmedia {
    padding-top: 10px;
    padding-bottom: 15px;
}

.socialmedia li {
    list-style: none;
    display: inline;
    margin-right: 3px;
}

.socialmedia li a {
    color: #676767;
}

.socialmedia li a:hover {
    color: #296e74;
}

.footerheader {
    font-family: 'Lora', serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 15px;
    padding-top: 10px;
    display: block;
}

.footercolumn li {
    list-style: none;
    font-family: 'Lora', serif;
    font-size: 12px;
    line-height: 18px;
}

.footercolumn li a {
    color: #000;
    text-decoration: none;
}

.footercolumn li a:hover {
    text-decoration: underline;
}

.footercolumn p {
    font-family: 'Lora', serif;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

.footercolumn a {
    color: #000;
    text-decoration: none;
}

.footercolumn a:hover {
    text-decoration: underline;
}

#copyright {
    padding-top: 15px;
    padding-bottom: 20px;
}

#copyright p {
    font-family: 'Lora', serif;
    font-size: 12px;
    color: #000;
}

#copyright a {
    color: #000;
    text-decoration: none;
}

#copyright a:hover {
    text-decoration: underline;
}

#seocopy {
    text-align: right;
    padding-top: 15px;
    padding-bottom: 20px;
}

#seocopy a {
    font-family: 'Lora', serif;
    font-size: 12px;
    color: #000;
    text-decoration: none;
}

#seocopy a:hover {
    text-decoration: underline;
}

#seocontentbox {
    max-width: 100%;
    border: 1px solid #fff;
    background-color: #FFF;
    padding: 15px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
}

#seocontentbox p {
    font-family: 'Lora', serif;
    font-size: 11px;
    line-height: 18px;
    color: #828282;
}

.rightborder {
    border-right: 1px solid #fff;
    min-height: 565px;
}

@media screen and (max-width: 400px) {

    #logo {
        margin-bottom: 15px;
    }

    .centeralign {
        text-align: center;
        font-size: 11px;
    }

    #accountnav {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #searchbox {
        width: 220px;
        height: 23px;
        padding-top: 6px;
        padding-bottom: 6px;
        float: left;
    }

    #searchboxleft {
        width: 182px;
        height: 23px;
    }

    #searchboxleft input {
        width: 171px;
        height: 16px;
    }

    .footercolumn {
        padding-left: 0;
    }

    .rightborder {
        border-right: none;
        min-height: 0px;
    }
}

@media screen and (min-width: 401px) and (max-width: 767px) {

    .rightborder {
        border-right: none;
        min-height: 0px;
    }

    .centeralign {
        text-align: center;
        font-size: 11px;
    }

    #logo {
        margin-bottom: 15px;
    }

    #accountnav {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #searchbox {
        width: 220px;
        height: 23px;
        padding-top: 6px;
        padding-bottom: 6px;
        float: right;
    }

    #searchboxleft {
        width: 182px;
        height: 23px;
    }

    #searchboxleft input {
        width: 171px;
        height: 16px;
    }

}

@media screen and (min-width: 768px) and (max-width: 900px) {

    #logo {
        margin-bottom: 5px;
    }

}

@media screen and (min-width:1024px) and (max-width:1100px) {
    ul#topnav li a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 1101px) and (max-width: 1170px) {
    ul#topnav li a {
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media screen and (min-width: 900px) and (max-width: 1170px) {

    #logo {
        margin-bottom: 5px;
    }

    #mainnav ul li {
        font-size: 14px;
    }
}

@media print {

    .no-print,
    .no-print * {
        display: none !important;
    }
}


.centeralign {
    text-align: center;
    font-size: 12px;

}

/***********************************************************************************
 * END HEADER, HOMEPAGE, FOOTER STYLES
 **********************************************************************************/

.clearanceitemtext h1 {
    color: #000;
    font-family: 'Lora', serif;
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    line-height: 30px;
}

.clearanceitemtext h2 {
    color: #000;
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    text-align: center;

}

.clearanceitemtext p {
    color: #f00;
    font-family: 'Lora', serif !important;
    font-size: 18px !important;
    line-height: 40px;
    text-align: center;

}

.clearanceitemtext {
    margin-bottom: 30px;
    min-height: 200px;
    background-color: #f2f2f2;
}

#socialmediaiconstop {
    float: right;
    padding-right: 20px;
}

#socialmediaiconstop a {
    padding-left: 3px;
    padding-right: 3px;
}

#categorypic {
    z-index: 99 !important;
}

#categorypictitle h2 {
    font-size: 32px;
    font-weight: 400;
    color: #2a2a2a;
    display: inline-block;
    background-color: #FFF;
    background: rgba(255, 255, 255, .8);
    padding: 8px 20px;
}