/*  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: #ff8502;
}

.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: #ff8502;
    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: #ff8502;
}

#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,#mobile-nav-extralink a,
#accountnav ul li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    height: 16px;
    padding-right: 6px;
    padding-left: 6px;
    white-space: nowrap;
}
accountnav,#mobile-nav-extralink a:hover,
#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 {
    margin-top: 22px;
}

#logo {}

#logo img {
    max-width: 100%;
    height: auto;
}

#header-hours {
    border-right: 1px solid #e2e2e2;
}

#header-hours {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
}

#headeraddress p,
#header-hours p {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
}

#headeraddress a,
#header-hours a {
    text-decoration: none;
}

#headeraddress a:hover {
    text-decoration: underline;
}

#headermessage {
    text-align: center;
    padding-top: 10px;
}

#headermessage p {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

#headermessage a {
    color: #000;
    text-decoration: none;
}

#headermessage a:hover {
    text-decoration: underline;
}

#searchbox {
    border: 1px solid #e2e2e2;
    background-color: #fff;
    margin-top: 22px;
}

#searchboxleft {
    width: 88%;
}

#searchboxleft input {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #2a2a2a;
    padding: 10px;
    border: 1px solid #fff;
    width: 88%;
}

#searchboxright {
    width: 12%;
    float: right;
}

#searchboxright a {
    margin-top: 10px;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #848383;
    text-align: center;
    text-decoration: none;
    z-index: 1111111111111;
    display: block;
}

#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: #2a2a2a;
    text-decoration: none;
}

ul#topnav li:hover a,
ul#topnav li a:hover {
    color: #ff8502;
    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;
}

#homebanner img,
#homebanner-img img {
    display: block;
    margin: 0 auto;
    /*padding-top: 20px;*/
}

#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: #ff8502;
}

.subbannerheading {
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 400;
    font-size: 37px;
    color: #000;
    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: #ff8502;
}

#whowearecontainer {
    width: 100%;
    background-color: #f6f6f6;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}

#video {
    position: relative;
    padding-bottom: 50%;
    padding-top: 6%;
    height: 0;
}

#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

#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: 10px;
}

#footersocialmedia li a {
    color: #fff;
}

#footersocialmedia li a:hover {
    color: #ff8502;
}

.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, #mobile-nav-extralink {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #headermessage {
        display: none;
    }

    #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,#mobile-nav-extralink {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #headerright {
        width: 100%;
        float: none;
    }

    #headermessage {
        display: none;
    }

    .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) {

    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
 **********************************************************************************/

.whoweare img {
    width: 100%;
    height: auto;
}

.flexsteellogo img {
    width: 100%;
    height: auto;
}